From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 00:06:07 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DF6D16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 00:06:07 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id E269743D5C for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 00:06:06 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq66-158.dial.allstream.net [216.123.142.30]) by outbox.allstream.net (Allstream MTA) with SMTP id 024CE1BBA6B; Sat, 31 Jul 2004 20:05:06 -0400 (EDT) Date: Sat, 31 Jul 2004 20:04:35 -0400 From: epilogue <epilogue@allstream.net> To: Scott <freebsd-questions@thismonkey.com> Message-Id: <20040731200435.3dac71d1@localhost> In-Reply-To: <20040731103615.GA33587@freebsd-01.two-fifths.com> References: <20040731103615.GA33587@freebsd-01.two-fifths.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: can i delete /usr/obj/ before installworld? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 00:06:07 -0000 On Sat, 31 Jul 2004 10:36:16 +0000 Scott <freebsd-questions@thismonkey.com> wrote: > Hi there, > > I'm really short on diskspace, and I have no room to run a make > buildkernel after I run make buildworld. > > Is it possible to do the following: > > make buildworld > rm -fr /usr/obj > make buildkernel > make installkernel > -reboot single user > make installworld hello scott, if i am not mistaken, everything created by make buildworld is what ends up under /usr/obj. by deleting these files, you are effectively removing everything that you want to install via make installworld. (perhaps?) a more space effective workaround would be to: 1) build a generic kernel and keep that lying about. in other words, copy the new generic kernel you build to another file like kernel.generic. these are pretty good about booting up, the despite minor changes that can take place from buildworld to buildworld. 2) perform the make buildworld, reboot, make installworld, mergemaster, reboot. 3) boot with your kernel.generic, clean out usr/obj, then make a new kernel. if this still doesn't work for you, i would recommend cleaning out some of the directories which can chew up free disk space. for example, /usr/ports/distfiles/ and /usr/ports/*/work (see man portsclean - part of portinstall tools) and your/tmp (if you don't already have clear_tmp_enable="YES" set in your rc.conf). i know that this isn't exactly a perfect solution, but i hope nevertheless that it helps you to achieve your end goal. cheers, epi > TIA > Scott > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 00:07:45 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C20F16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 00:07:45 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2BAA43D2F for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 00:07:44 +0000 (GMT) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.71]) by mta10.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040801000739.VYEH6319.mta10.adelphia.net@barbish>; Sat, 31 Jul 2004 20:07:39 -0400 From: "JJB" <Barbish3@adelphia.net> To: "Giorgos Keramidas" <keramida@ceid.upatras.gr> Date: Sat, 31 Jul 2004 20:07:37 -0400 Message-ID: <MIEPLLIBMLEEABPDBIEGKEDGGIAA.Barbish3@adelphia.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20040731224313.GA1048@gothmog.gr> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal cc: freebsd-questions@freebsd.org Subject: RE: Firewall Rule Set not allowing access to DNS servers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 00:07:45 -0000 Giorgos Thank you for your opinion about my rewrite of the handbook firewall section. It has been turned over to the FreeBSD doc group and they are sanitizing the English and getting it prepared for update to the handbook. To address your opinion that the rule set may be to limiting for a home user is covered by the following section from the document. ******************************************************************** * Firewall Rule Set Types Constructing a software application firewall rule set may seem to be trivial, but most people get it wrong. The most common mistake is to create an exclusive firewall rather than an inclusive firewall. An exclusive firewall allows all services through except for those matching a set of rules that block certain services. An inclusive firewall does the reverse. It only allows services matching the rules through and blocks everything else. This way you can control what services can originate behind the firewall destined for the public internet and also control which services originating from the public internet may access your network. Inclusive firewalls are far more secure than exclusive firewalls. ******************************************************************** * Now many home LAN environments have ms/windows boxes and that system is the target of all the adware and spyware programs. These unauthorized programs all most always use non-standard ports to phone home and report on your activity. The only way to defend against the 'report home action' is to block all outbound ports except for those explicitly allowed by firewall rules. Sure the ipfw firewall rule set you posted will work, but it's so less secure then the ones contained in the document I wrote. Why have a poorly defined firewall rule set that leaves a wide open doorway to the public internet when just a few more rules will result in the maximum protection possible. My document is written to give the reader the maximum protection possible by just using the included samples. This removes the trial and error testing the user have to go through now using the current handbook as a guide. New subject. I see from your post, what looks like you have an automated way to reformat MS/outlook top post to Unix Bottom post format. I sure would like to know how you are doing this. I have been on this list for 4 years and I have never seen this before. Would you please share with me and the other readers how you do this. Thanks Joe -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Giorgos Keramidas Sent: Saturday, July 31, 2004 6:43 PM To: JJB Cc: freebsd-questions@freebsd.org Subject: Re: Firewall Rule Set not allowing access to DNS servers? [-- Message reformatted to fix Outlook format --] On 2004-07-31 14:17, JJB <Barbish3@adelphia.net> wrote: >Giorgos Keramidas wrote on July 31, 2004 1:36 PM >>On 2004-07-31 12:08, "James A. Coulter" <james.coulter@cox.net wrote: >>> My LAN is configured with static IP addresses, 192.168.1.x. >>> >>> I have no problems communicating within the LAN. >>> >>> I have full connectivity with the internet from every machine on >>> my LAN when the firewall is open. >>> >>> When I use the rule set in question, I can ping and send mail but >>> I cannot access the DNS servers listed in resolv.conf. >> >> There are many ways in which your ruleset might break. Two of the >> most important comments I wanted to make when I first saw the posts >> of this thread are: [...] >> >> b) Why do you use so many rules that 'filter' outgoing traffic? >> >> I saw smtp, pop3, time, http, https and many others. You >> don't need to explicitly allow outgoing connections unless >> the users in the internal LAN are not to be trusted at all >> and even then IPFW is most of the time not the right way to >> do it. > > If you had read the start of the thread you would have read the new > handbook firewall section rewrite which explains in detail why the re > are rules to control access to the public internet from LAN users. I've read a very detailed guide that you wrote, linked by one of your posts and available online at: http://freebsd.a1poweruser.com:6088/FBSD_firewall/ This guide contains a great deal of useful information and it would be cool if it was somehow incorporated to the Handbook. It's not yet, but I like most of the text so I hope it gets converted to SGML and added to the Handbook either in parts or as a whole. If by "... which explains in detail why..." you refer to this particular quote from that document, I'm not sure that it is always a good idea but that's my own opinion: "The Outbound section in the following rule set only contains `pass' rules which contain selection values that uniquely identify the service that is authorized for public internet access." In a corporate environment, where access to the Internet has to be limited and/or controlled in a more or less strict manner, it looks like a great idea. At home, where a couple of machines share a single Internet connection through a dialup or DSL line, this might be a bit too limiting ;-) - Giorgos _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 00:30:16 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20F2C16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 00:30:16 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ECA443D54 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 00:30:14 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a130.otenet.gr [212.205.215.130]) i710U9ol028422; Sun, 1 Aug 2004 03:30:09 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.11/8.12.11) with ESMTP id i710TbPS078999; Sun, 1 Aug 2004 03:29:37 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.11/8.12.11/Submit) id i710Ta6R078989; Sun, 1 Aug 2004 03:29:36 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 1 Aug 2004 03:29:36 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: JJB <Barbish3@adelphia.net> Message-ID: <20040801002936.GA71845@gothmog.gr> References: <20040731224313.GA1048@gothmog.gr> <MIEPLLIBMLEEABPDBIEGKEDGGIAA.Barbish3@adelphia.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <MIEPLLIBMLEEABPDBIEGKEDGGIAA.Barbish3@adelphia.net> cc: freebsd-questions@freebsd.org Subject: Re: Firewall Rule Set not allowing access to DNS servers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 00:30:16 -0000 On 2004-07-31 20:07, JJB <Barbish3@adelphia.net> wrote: > Now many home LAN environments have ms/windows boxes and that system > is the target of all the adware and spyware programs. These > unauthorized programs all most always use non-standard ports to > phone home and report on your activity. The only way to defend > against the 'report home action' is to block all outbound ports > except for those explicitly allowed by firewall rules. Ah, yes. This makes much more sense. I never thought of this because the computers I have at home run only UNIX variants now. In such cases, you're right that outbound traffic needs to be controlled to in some way. > New subject. > I see from your post, what looks like you have an automated way to > reformat MS/outlook top post to Unix Bottom post format. > > I sure would like to know how you are doing this. I have been on > this list for 4 years and I have never seen this before. Would you > please share with me and the other readers how you do this. `Manually' is the short answer. I don't usually spend the time to hit the right keys in Emacs to reformat the message. Your message is one of the few exceptions, because I really wanted to reply. Most of the time, when I see text that Outlook has converted magically to garbage I hit DEL. The tricks I use in Emacs are simple -- not really automated stuff. `C-x .' sets the fill-prefix and a few RET lines will quickly separate the message in sections like these: > >>> When I use the rule set in question, I can ping and send mail > but > >>> I cannot access the DNS servers listed in resolv.conf. > >> > >> There are many ways in which your ruleset might break. Two of > the > >> most important comments I wanted to make when I first saw the > posts > >> of this thread are: [...] > I've read a very detailed guide that you wrote, linked by one of > your > posts and available online at: > http://freebsd.a1poweruser.com:6088/FBSD_firewall/ > This guide contains a great deal of useful information and it would > be > cool if it was somehow incorporated to the Handbook. It's not yet, > but > I like most of the text so I hope it gets converted to SGML and > added to > the Handbook either in parts or as a whole. Moving the pointer just past the "> " or "> >>> " text that I want to use as the quotation mark and hitting `C-x .' sets the fill-prefix and then `M-q' (or ESC-q) refills the paragraph. Some lines like the ones that Outlook has wrapped in weird ways, i.e. like this: > >>> When I use the rule set in question, I can ping and send mail > but might need a bit of editing before M-q filling works correctly, but these are usually very few after I've trimmed the text. - Giorgos From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 02:28:58 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C34216A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 02:28:58 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB1EB43D31 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 02:28:57 +0000 (GMT) (envelope-from bjmccann@gmail.com) Received: by mproxy.gmail.com with SMTP id 75so75867rnl for <freebsd-questions@freebsd.org>; Sat, 31 Jul 2004 19:28:54 -0700 (PDT) Received: by 10.38.181.17 with SMTP id d17mr55878rnf; Sat, 31 Jul 2004 19:28:54 -0700 (PDT) Message-ID: <2b5f066d040731192819da5ce4@mail.gmail.com> Date: Sat, 31 Jul 2004 22:28:54 -0400 From: Brian McCann <bjmccann@gmail.com> To: Ion-Mihai Tetcu <itetcu@apropo.ro> In-Reply-To: <20040731183647.7a2952d3@it.buh.tecnik93.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040731125516.91263.qmail@web51602.mail.yahoo.com> <20040731183647.7a2952d3@it.buh.tecnik93.com> cc: Mark Jayson Alvarez <jay2xra@yahoo.com> cc: freebsd-questions@freebsd.org Subject: Re: Re: Is there an English Dictionary for FreeBSD?(not online like kdict) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 02:28:58 -0000 aspell works well too....that's what I use. --Brian On Sat, 31 Jul 2004 18:36:47 +0300, Ion-Mihai Tetcu <itetcu@apropo.ro> wrote: > On Sat, 31 Jul 2004 05:55:16 -0700 (PDT) > Mark Jayson Alvarez <jay2xra@yahoo.com> wrote: > > > Hi, > > I'm looking for a dictionary software which I can > > use even if I'm not connected to the internet as > > oppose to what kdict in KDE does. Do you happen to > > know one? > > use kdict but with a local db; for that install net/dictd-database which > will pull in net/dictd > > -- > IOnut > Unregistered ;) FreeBSD "user" > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 02:37:15 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D042916A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 02:37:15 +0000 (GMT) Received: from ms-smtp-01.nyroc.rr.com (ms-smtp-01.nyroc.rr.com [24.24.2.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E0A543D48 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 02:37:15 +0000 (GMT) (envelope-from pculmo@obs2.net) Received: from MicronLinuxBox.obs2.net (roc-66-66-201-1.rochester.rr.com [66.66.201.1])i712bDZw009462 for <freebsd-questions@freebsd.org>; Sat, 31 Jul 2004 22:37:13 -0400 (EDT) Received: from micronlinuxbox.obs2.net (ns1.obs2.net [10.200.1.1]) i712dgoL030843 for <freebsd-questions@freebsd.org>; Sat, 31 Jul 2004 22:39:42 -0400 Date: Sat, 31 Jul 2004 22:39:42 -0400 (EDT) From: Paul R Culmo <pculmo@obs2.net> To: freebsd-questions@freebsd.org Message-ID: <Pine.LNX.4.44.0407312236460.30842-100000@MicronLinuxBox.obs2.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Newbie Problems with cvsup and updating files. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 02:37:15 -0000 wGreetings, I've been a newbie on FreeBSD 5.2.1 now for about a month. I Have had much success lately but I wanted to try the cvsup and update the sources (/usr/src) so I can stay current on patches and security updates. I've managed to create a cvsupfile but all the docs I've read do not instruct you how to update the old files with the new files. Does this happen automatically or do I need to create a script to do it ? I setup my cvsupfile to grab src-all and it downloaded but now I have filenames with a ,v for almost every file. Like Makefile and now there is a Makefile,v in /usr/src and make buildworld will not compile anymore. It get errors when trying to build tools. Below is a snip of my cvsupfile, did I do something wrong? or forget a step? I've followed the docs and howto's relating to this to a T as far as I can tell. Thanks in advance! Paul R Culmo --snip-- *default host=ftp4.us.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs RELENG_5_2_1_RELEASE *default delete use-rel-suffix *default compress src-all ports-base ports-www #cvsroot-common #cvsroot-src #cvsroot-ports #cvsroot-doc --end snip--- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 02:47:42 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36C0E16A4CE; Sun, 1 Aug 2004 02:47:42 +0000 (GMT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86E5F43D58; Sun, 1 Aug 2004 02:47:41 +0000 (GMT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp55-219.lns1.adl2.internode.on.net [150.101.55.219])i712lU4Y024137; Sun, 1 Aug 2004 12:17:32 +0930 (CST) From: Malcolm Kay <malcolm.kay@internode.on.net> Organization: at home To: Giorgos Keramidas <keramida@ceid.upatras.gr>, Mark Ovens <marko@freebsd.org> Date: Sun, 1 Aug 2004 12:17:29 +0930 User-Agent: KMail/1.5.4 References: <200407301304.i6UD4F97022469@northgate.starhub.net.sg> <410BDA5F.30907@freebsd.org> <20040731182129.GA63332@gothmog.gr> In-Reply-To: <20040731182129.GA63332@gothmog.gr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408011217.29531.malcolm.kay@internode.on.net> cc: freebsd-questions@freebsd.org Subject: Re: backspace and delete keys behavior X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 02:47:42 -0000 On Sunday 01 August 2004 03:51, Giorgos Keramidas wrote: > On 2004-07-31 18:43, Mark Ovens <marko@freebsd.org> wrote: > >Ion-Mihai Tetcu wrote: > >>On Fri, 30 Jul 2004 14:30:59 +0100 Mark Ovens <marko@freebsd.org> wrote: > >>> To implement this in a running X session type this in an xterm > >>> > >>> xmodmap -e "keysym Delete = 0x04" > >>> The default code produced by the Delete key and interpretation by X is fine. Xterm produces the standard ANSI sequence "^[[3~" as it should and this is encoded in termcap for xterm as delete character. And this will work as expected for many applications working within an xterm window. The problem comes about that the shell does not honour this termcap entry. Don't fool with xmodmap; it will work against you in applications -- just bind the key sequence in your shell (tcsh?) $ bindkey "^[[3~" delete-char I guess it would not be too difficult to extract the correct string from termcap so that it worked for all (most) terminals but most now use the standard ANSI sequences so it is probably not worth the effort. Malcolm From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 03:04:30 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FDF816A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 03:04:30 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id F217743D53 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 03:04:27 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 16A9769A71; Sat, 31 Jul 2004 23:04:26 -0400 (EDT) Date: Sat, 31 Jul 2004 23:04:25 -0400 From: Bill Moran <wmoran@potentialtech.com> To: Paul R Culmo <pculmo@obs2.net> Message-Id: <20040731230425.2284cf83.wmoran@potentialtech.com> In-Reply-To: <Pine.LNX.4.44.0407312236460.30842-100000@MicronLinuxBox.obs2.net> References: <Pine.LNX.4.44.0407312236460.30842-100000@MicronLinuxBox.obs2.net> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Newbie Problems with cvsup and updating files. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 03:04:30 -0000 Paul R Culmo <pculmo@obs2.net> wrote: > > wGreetings, > > I've been a newbie on FreeBSD 5.2.1 now for about a month. I Have had > much success lately but I wanted to try the cvsup and update the sources > (/usr/src) so I can stay current on patches and security updates. > > I've managed to create a cvsupfile but all the docs I've read do not > instruct you how to update the old files with the new files. Does this > happen automatically or do I need to create a script to do it ? > > I setup my cvsupfile to grab src-all and it downloaded but now I have > filenames with a ,v for almost every file. Like Makefile and now there is > a Makefile,v in /usr/src and make buildworld will not compile anymore. It > get errors when trying to build tools. > > Below is a snip of my cvsupfile, did I do something wrong? Yes, I think your supfile is wrong. > --snip-- > > *default host=ftp4.us.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs RELENG_5_2_1_RELEASE ^^^ This line is what I believe is wrong, replace it with these two lines: *default release=cvs *default tag=RELENG_5_2_1_RELEASE Although I would recommend tag=RELENG_5_2_1, but that's you're call. > *default delete use-rel-suffix > > > *default compress > > src-all > ports-base > ports-www > #cvsroot-common > #cvsroot-src > #cvsroot-ports > #cvsroot-doc -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 03:25:46 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54D7516A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 03:25:46 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8C3443D41 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 03:25:45 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Sat, 31 Jul 2004 22:29:18 -0500 Message-ID: <410C62B4.80404@daleco.biz> Date: Sat, 31 Jul 2004 22:25:40 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew Seaman <m.seaman@infracaninophile.co.uk> References: <20040731222959.V41532@chylonia.3miasto.net> <20040731204517.GC75175@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040731204517.GC75175@happy-idiot-talk.infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Aug 2004 03:29:18.0698 (UTC) FILETIME=[BA7FFCA0:01C47777] cc: strick@covad.net cc: Wojciech Puchar <wojtek@tensor.3miasto.net> cc: freebsd-questions@freebsd.org Subject: Re: raw devices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 03:25:46 -0000 Matthew Seaman wrote: >On Sat, Jul 31, 2004 at 10:30:21PM +0200, Wojciech Puchar wrote: > > >>where are raw devices in FreeBSD? do they exist at all? >> >> > >Actually, all devices under FreeBSD are raw or character devices. >Block devices on the other hand disappeared a long time ago. It's all >to do with having an advance VM system, apparently: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/driverbasics-block.html > > Cheers, > > Matthew > > Hmm, now I'm a tad curious --- or confused. ceri@ just committed a revised synopsis I hacked at for the handbook's Vinum chapter which states, among other things: "In addition to supporting various cards and controllers for hardware RAID systems, the base FreeBSD system includes the Vinum Volume Manager, a block device driver that implements virtual disk drives." So is there conflicting data here? Might be good to figure out the truth before the next edition handbook goes to the printer (which may be soon...) However, I'd be first to admit a dire lack of knowledge here... help? Kevin Kinsey DaleCo, S.P. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 03:34:26 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CC6416A4CE; Sun, 1 Aug 2004 03:34:26 +0000 (GMT) Received: from watcher.puryear-it.com (ip-66-186-248-99.static.eatel.net [66.186.248.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id E533243D5F; Sun, 1 Aug 2004 03:34:25 +0000 (GMT) (envelope-from dap99@i-55.com) Received: from localhost (unknown [127.0.0.1]) by watcher.puryear-it.com (Postfix) with ESMTP id 2128834D6F; Sat, 31 Jul 2004 22:32:07 -0500 (CDT) Received: from watcher.puryear-it.com ([127.0.0.1]) by localhost (watcher.puryear-it.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07072-04; Sat, 31 Jul 2004 22:32:04 -0500 (CDT) Received: from THEBOX (localhost [127.0.0.1]) by watcher.puryear-it.com (Postfix) with SMTP id BB3A234D7D; Sat, 31 Jul 2004 22:07:33 -0500 (CDT) Message-ID: <00dd01c47775$0087df40$0200a8c0@THEBOX> From: "adp" <dap99@i-55.com> To: <questions@freebsd.org> Date: Sat, 31 Jul 2004 22:08:32 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: by amavisd-new cc: freebsd-database@freebsd.org cc: freebsd-hackers@freebsd.org Subject: FreeBSD and MySQL - mysqld eats CPU alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 03:34:26 -0000 I recently posted the following message to MySQL discussion list. The response there, and the one I keep finding on Google, is that this is a long-standing issue betweeen FreeBSD and MySQL. For me this has been happening since FreeBSD 4.4. I have one site where we are going to have to move to Linux. I would much prefer keeping us on FreeBSD, but we just can't afford the downtime anymore. Another site is looking at moving to PostgreSQL on FreeBSD. Any help on this? Googling shows a long history of people having these problems but no solutions. Please don't give me a URL to a Google showing others having this problem--I've seen that and more. I want to know if there is a solution. Any help is appreciated! ... I have several MySQL and FreeBSD installs across a few different sites, and I consistently have problems with mysqld. It will begin to eat up all of the CPU and eventually become unresponsive (or the machine will just burn). I can't seem to manually reproduce this, but given enough time a FreeBSD box with mysqld will go down. Our servers are generally heavily loaded. I would say that I'm doing something wrong (although what I could be doing wrong I'm not sure), but I recently began working with another company that has the EXACT SAME PROBLEM. They are even thinking of moving to PostgreSQL, but we are trying to fix mysqld instead for now. This behavior has been seen on: FreeBSD 4.4, 4.7, 4.9, 4.10 MySQL 3.x and 4.x Typical load: 50 qps With and without replication enabled. Some sites are SELECT heavy, some are INSERT heavy. For one site I think we will be moving from FreeBSD to Linux for the MySQL servers since MySQL seems to run like a champ on Linux. We will continue to use FreeBSD for everything else. Anyone experienced this problem? Is it mysqld or FreeBSD? I can't pinpoint the exact issue. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 03:46:22 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB33516A4CE for <questions@FreeBSD.org>; Sun, 1 Aug 2004 03:46:22 +0000 (GMT) Received: from web53010.mail.yahoo.com (web53010.mail.yahoo.com [206.190.39.200]) by mx1.FreeBSD.org (Postfix) with SMTP id 2692943D39 for <questions@FreeBSD.org>; Sun, 1 Aug 2004 03:46:22 +0000 (GMT) (envelope-from sylviabow@yahoo.com) Message-ID: <20040801034551.87277.qmail@web53010.mail.yahoo.com> Received: from [68.227.61.238] by web53010.mail.yahoo.com via HTTP; Sat, 31 Jul 2004 20:45:51 PDT Date: Sat, 31 Jul 2004 20:45:51 -0700 (PDT) From: sylvia bowman <sylviabow@yahoo.com> To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 03:46:22 -0000 I am receiving your email address on my television screen. It happens late on Saturday evenings. Can you address this situation, please. Sylvia Bowman --------------------------------- Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 03:50:26 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 934F216A4D6 for <questions@FreeBSD.org>; Sun, 1 Aug 2004 03:50:26 +0000 (GMT) Received: from n2sw.com (n2sw.webair.com [216.130.191.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2FCE43D1F for <questions@FreeBSD.org>; Sun, 1 Aug 2004 03:50:20 +0000 (GMT) (envelope-from steve@n2sw.com) Received: from webairsteve (unknown [216.130.191.71]) by n2sw.com (Postfix) with SMTP id BC92F20EE; Sat, 31 Jul 2004 23:50:02 -0400 (EDT) Message-ID: <01b901c47794$6a55a780$47bf82d8@webairsteve> From: "Steve" <steve@n2sw.com> To: "sylvia bowman" <sylviabow@yahoo.com>, <questions@FreeBSD.org> References: <20040801034551.87277.qmail@web53010.mail.yahoo.com> Date: Sat, 31 Jul 2004 23:54:39 -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.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Re: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 03:50:26 -0000 my oh my i never knew that fbsd was that powerful, hey i never heard of linux manipulating a tv signal what chanell is this on, . -- Steve Rieger ICQ # 5956607 yahoo IM riegersteve ----- Original Message ----- From: "sylvia bowman" <sylviabow@yahoo.com> To: <questions@FreeBSD.org> Sent: Saturday, July 31, 2004 8:45 PM Subject: Receiving your address on my tv > I am receiving your email address on my television screen. It happens late on Saturday evenings. Can you address this situation, please. Sylvia Bowman > > > --------------------------------- > Do you Yahoo!? > New and Improved Yahoo! Mail - 100MB free storage! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 03:52:23 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06C0E16A4CF for <questions@freebsd.org>; Sun, 1 Aug 2004 03:52:23 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF17E43D45 for <questions@freebsd.org>; Sun, 1 Aug 2004 03:52:22 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Sat, 31 Jul 2004 22:55:44 -0500 Message-ID: <410C68E7.1060002@daleco.biz> Date: Sat, 31 Jul 2004 22:52:07 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: adp <dap99@i-55.com> References: <00dd01c47775$0087df40$0200a8c0@THEBOX> In-Reply-To: <00dd01c47775$0087df40$0200a8c0@THEBOX> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Aug 2004 03:55:45.0104 (UTC) FILETIME=[6C125500:01C4777B] cc: questions@freebsd.org Subject: Re: FreeBSD and MySQL - mysqld eats CPU alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 03:52:23 -0000 <removed hackers@, database@> Before the rest of the message ... I think it'd be best not to "shotgun" your mails like this... adp wrote: >I recently posted the following message to MySQL discussion list. The >response there, and the one I keep finding on Google, is that this is a >long-standing issue betweeen FreeBSD and MySQL. For me this has been >happening since FreeBSD 4.4. > >I have one site where we are going to have to move to Linux. I would much >prefer keeping us on FreeBSD, but we just can't afford the downtime anymore. >Another site is looking at moving to PostgreSQL on FreeBSD. > >Any help on this? Googling shows a long history of people having these >problems but no solutions. Please don't give me a URL to a Google showing >others having this problem--I've seen that and more. I want to know if there >is a solution. Any help is appreciated! > >... > >I have several MySQL and FreeBSD installs across a few different sites, and >I consistently have problems with mysqld. It will begin to eat up all of the >CPU and eventually become unresponsive (or the machine will just burn). I >can't seem to manually reproduce this, but given enough time a FreeBSD box >with mysqld will go down. > >Our servers are generally heavily loaded. > >I would say that I'm doing something wrong (although what I could be doing >wrong I'm not sure), but I recently began working with another company that >has the EXACT SAME PROBLEM. They are even thinking of moving to PostgreSQL, >but we are trying to fix mysqld instead for now. > >This behavior has been seen on: > >FreeBSD 4.4, 4.7, 4.9, 4.10 >MySQL 3.x and 4.x >Typical load: 50 qps >With and without replication enabled. >Some sites are SELECT heavy, some are INSERT heavy. > >For one site I think we will be moving from FreeBSD to Linux for the MySQL >servers since MySQL seems to run like a champ on Linux. We will continue to >use FreeBSD for everything else. > >Anyone experienced this problem? Is it mysqld or FreeBSD? I can't pinpoint >the exact issue. > > It's certain combinations of the two, best I can tell. Looks like you can stay with FBSD if you want to do the tweaking --- be sure and read the second article if your are going to read the first .... "FreeBSD or Linux for your MySQL Server?" http://jeremy.zawodny.com/blog/archives/000203.html "Revisiting FreeBSD vs. Linux for MySQL" http://jeremy.zawodny.com/blog/archives/000697.html HTH, Kevin Kinsey DaleCo, S.P. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 04:03:31 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D71B16A4CF for <questions@FreeBSD.org>; Sun, 1 Aug 2004 04:03:31 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA08843D79 for <questions@FreeBSD.org>; Sun, 1 Aug 2004 04:03:30 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 1143069A71; Sun, 1 Aug 2004 00:03:08 -0400 (EDT) Date: Sun, 1 Aug 2004 00:03:07 -0400 From: Bill Moran <wmoran@potentialtech.com> To: sylvia bowman <sylviabow@yahoo.com> Message-Id: <20040801000307.38f8025e.wmoran@potentialtech.com> In-Reply-To: <20040801034551.87277.qmail@web53010.mail.yahoo.com> References: <20040801034551.87277.qmail@web53010.mail.yahoo.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: questions@FreeBSD.org Subject: Re: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 04:03:31 -0000 sylvia bowman <sylviabow@yahoo.com> wrote: > I am receiving your email address on my television screen. It happens > late on Saturday evenings. Can you address this situation, please. > Sylvia Bowman I'm assuming this isn't a joke ... This is about the most unlikely thing I've ever heard of. However, if it really is happening, you're going to have to give a better description of what you mean. Are you saying that on Saturday evenings your TV screen says "questions@freebsd.org"? Or that you see FreeBSD emails on your screen? Are you using some sort of webTV? -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 04:18:31 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A31016A4CF for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 04:18:31 +0000 (GMT) Received: from mail.mingrone.org (fuf.mingrone.org [204.251.2.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 214DC43D67 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 04:18:31 +0000 (GMT) (envelope-from joey@mingrone.org) Received: by mail.mingrone.org (Postfix, from userid 65534) id 0A491FE55; Sat, 31 Jul 2004 23:18:29 -0500 (CDT) Received: from localhost (fuf [204.251.2.34]) by mail.mingrone.org (Postfix) with ESMTP id 244B6FE44 for <freebsd-questions@freebsd.org>; Sat, 31 Jul 2004 23:18:23 -0500 (CDT) From: Joey Mingrone <joey@mingrone.org> To: freebsd-questions@freebsd.org Date: Sun, 1 Aug 2004 01:18:30 -0300 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408010118.30860.joey@mingrone.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on fuf.mingrone.org X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 Subject: pdf viewer with form fill in X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 04:18:31 -0000 Hi, Does anyone know of a .pdf viewer in the ports tree, or elsewhere, that will allow you to fill in forms. Acrored, kghostview and xpdf all work quite well for viewing, but don't provide that very useful feature. Thanks, Joey From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 04:20:35 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 215D416A4CF for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 04:20:35 +0000 (GMT) Received: from ms-smtp-01.nyroc.rr.com (ms-smtp-01.nyroc.rr.com [24.24.2.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id B29B843D68 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 04:20:34 +0000 (GMT) (envelope-from pculmo@obs2.net) Received: from MicronLinuxBox.obs2.net (roc-66-66-201-1.rochester.rr.com [66.66.201.1])i714KVZw027244; Sun, 1 Aug 2004 00:20:32 -0400 (EDT) Received: from micronlinuxbox.obs2.net (micronlinuxbox.obs2.net [10.200.1.1]) i714N1S6031003; Sun, 1 Aug 2004 00:23:01 -0400 Date: Sun, 1 Aug 2004 00:23:01 -0400 (EDT) From: Paul R Culmo <pculmo@obs2.net> To: Bill Moran <wmoran@potentialtech.com> In-Reply-To: <20040731230425.2284cf83.wmoran@potentialtech.com> Message-ID: <Pine.LNX.4.44.0408010020540.30995-100000@MicronLinuxBox.obs2.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-questions@freebsd.org Subject: Re: Newbie Problems with cvsup and updating files. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 04:20:35 -0000 On Sat, 31 Jul 2004, Bill Moran wrote: > Yes, I think your supfile is wrong. > > *default release=cvs RELENG_5_2_1_RELEASE > > ^^^ This line is what I believe is wrong, replace it with these two > lines: > *default release=cvs > *default tag=RELENG_5_2_1_RELEASE > > Although I would recommend tag=RELENG_5_2_1, but that's you're call. > Thanks for the reply , I made the changes you suggested and re-ran the cvsup but then things got worse, it deleted all the Makefiles. I guess I need to start over with a vanilla src tree from the CD? then make buildworld etc.. right ? Thanks again From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 04:35:38 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2799B16A4CF for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 04:35:38 +0000 (GMT) Received: from mxsf05.cluster1.charter.net (mxsf05.cluster1.charter.net [209.225.28.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE0D643D67 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 04:35:37 +0000 (GMT) (envelope-from rfkukla@earthlink.net) Received: from mxip10.cluster1.charter.net (mxip10a.cluster1.charter.net [209.225.28.140])i714Zaaq014909 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 00:35:36 -0400 Received: from cpe-24-158-58-062.hky.nc.charter.com (HELO bob) (24.158.58.62) by mxip10.cluster1.charter.net with SMTP; 01 Aug 2004 00:35:37 -0400 X-Ironport-AV: i="3.83,98,1089000000"; d="scan'217,208"; a="156220447:sNHT17963096" Message-ID: <001001c47782$cc4bf3c0$6701a8c0@bob> From: "Bob Kukla" <rfkukla@earthlink.net> To: <freebsd-questions@freebsd.org> Date: Sun, 1 Aug 2004 00:48:32 -0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 04:35:38 -0000 Hi, I am very new to BSD and web servers and have just recently installed = the latest 5.2 version. I have installed Apache 1.3 from the FreeBSD ftp = site and have added mod_dav successfully. The web server and webDAV are = working fine. I now want to add php4 and mySQL capabilities. I have read = some of the latest mail and am confused as to how to best go about it. = I have never used php or mySQL before nor have I had it installed on a = web server. What packages and in what sequence , if any, should I = install ? Also, what does the number 20020429 at the end = (/usr/local/lib/php/20020429 ) signify? Thanks in advance for your = help! Bob Kukla From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 04:44:58 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3641116A4CF for <questions@freebsd.org>; Sun, 1 Aug 2004 04:44:58 +0000 (GMT) Received: from ezekiel.daleco.biz (cdm-66-76-92-18.cart.cox-internet.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id B80E043D54 for <questions@freebsd.org>; Sun, 1 Aug 2004 04:44:55 +0000 (GMT) (envelope-from kadmin@ezekiel.daleco.biz) Received: from localhost (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.12.10/8.12.10) with ESMTP id i714ipjG064685; Sat, 31 Jul 2004 23:44:51 -0500 (CDT) (envelope-from kadmin@ezekiel.daleco.biz) Received: from ezekiel.daleco.biz ([127.0.0.1]) by localhost (ezekiel.daleco.biz [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 64416-05; Sat, 31 Jul 2004 23:44:48 -0500 (CDT) Received: from ezekiel.daleco.biz (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.12.10/8.12.10) with ESMTP id i714ihBV064681; Sat, 31 Jul 2004 23:44:43 -0500 (CDT) (envelope-from kadmin@ezekiel.daleco.biz) Received: (from kadmin@localhost) by ezekiel.daleco.biz (8.12.10/8.12.10/Submit) id i714ihoG064680; Sat, 31 Jul 2004 23:44:43 -0500 (CDT) (envelope-from kadmin) Date: Sat, 31 Jul 2004 23:44:43 -0500 From: Nostradamus <nostril@nose.no> To: questions@freebsd.org Message-ID: <20040801044442.GA64609@ezekiel.daleco.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new at daleco.biz cc: sylviabow@yahoo.com Subject: Re: receiving your address on my TV X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 04:44:58 -0000 Sylvia bowman wrote: >I am receiving your email address on my television screen. It happens late on Saturday evenings. Can you address this situation, please. Sylvia Bowman > Please wrap your messages at 80 characters. This certainly seems very unusual. I have several suggestions, but I am not Too Hopeful(tm) for success in assisting you. *If your TV is running "Web TV" or "MSN TV" delete these viruses... *If your TV is showing "tech TV" via satellite, change channels/transponders/providers... *If you are running your TV screen as a computer monitor, revise your expectations... *If you are a psychic, realize that the collective consciousness of the INTERNET is begging you to switch operating systems... *If you believe in God, realize that He is asking you to look for technical answers in a place other than the Bible ... *If you have a metal television chassis, look on the rear of the unit, find a switch marked "MAGIC" and "MORE MAGIC", and switch it to the "MAGIC" side .... Whatever you do, *NEVER* stick the electrical connector from your TV into any bodily orifice, as electrical discharge may occur... I predict that you will see more of this address before the problem is solved.... HTH, From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 04:56:49 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54C7716A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 04:56:49 +0000 (GMT) Received: from mxsf17.cluster1.charter.net (mxsf17.cluster1.charter.net [209.225.28.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED7D543D62 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 04:56:48 +0000 (GMT) (envelope-from rfkukla@earthlink.net) Received: from mxip12.cluster1.charter.net (mxip12a.cluster1.charter.net [209.225.28.142])i714ubP0013908 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 00:56:37 -0400 Received: from cpe-24-158-58-062.hky.nc.charter.com (HELO bob) (24.158.58.62) by mxip12.cluster1.charter.net with SMTP; 01 Aug 2004 00:56:37 -0400 X-Ironport-AV: i="3.83,98,1089000000"; d="scan'217,208"; a="159139527:sNHT23552614" Message-ID: <001201c47785$bc07ccc0$6701a8c0@bob> From: "Bob Kukla" <rfkukla@earthlink.net> To: <freebsd-questions@freebsd.org> Date: Sun, 1 Aug 2004 01:09:33 -0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Sorry--I'm Newbie - Best way to add php4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 04:56:49 -0000 Previous message had no subject,,, sorry for that Hi, I am very new to BSD and web servers and have just recently installed = the latest 5.2 version. I have installed Apache 1.3 from the FreeBSD ftp = site and have added mod_dav successfully. The web server and webDAV are = working fine. I now want to add php4 and mySQL capabilities. I have read = some of the latest mail and am confused as to how to best go about it. = I have never used php or mySQL before nor have I had it installed on a = web server. What packages and in what sequence , if any, should I = install ? Also, what does the number 20020429 at the end = (/usr/local/lib/php/20020429 ) signify? Thanks in advance for your = help! Bob Kukla From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 05:06:23 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC59216A4D5 for <questions@freebsd.org>; Sun, 1 Aug 2004 05:06:23 +0000 (GMT) Received: from watcher.puryear-it.com (ip-66-186-248-99.static.eatel.net [66.186.248.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89A0543D5E for <questions@freebsd.org>; Sun, 1 Aug 2004 05:06:23 +0000 (GMT) (envelope-from dap99@i-55.com) Received: from localhost (unknown [127.0.0.1]) by watcher.puryear-it.com (Postfix) with ESMTP id CD0D334D6D; Sun, 1 Aug 2004 00:02:52 -0500 (CDT) Received: from watcher.puryear-it.com ([127.0.0.1]) by localhost (watcher.puryear-it.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17340-08; Sun, 1 Aug 2004 00:02:50 -0500 (CDT) Received: from watcher.puryear-it.com (localhost [127.0.0.1]) by watcher.puryear-it.com (Postfix) with ESMTP id 23B7B34D6A; Sun, 1 Aug 2004 00:02:50 -0500 (CDT) Received: from 209.205.185.56 (SquirrelMail authenticated user dpuryear1); by watcher.puryear-it.com with HTTP; Sun, 1 Aug 2004 00:02:50 -0500 (CDT) Message-ID: <1225.209.205.185.56.1091336570.squirrel@209.205.185.56> In-Reply-To: <410C68E7.1060002@daleco.biz> References: <00dd01c47775$0087df40$0200a8c0@THEBOX> <410C68E7.1060002@daleco.biz> Date: Sun, 1 Aug 2004 00:02:50 -0500 (CDT) From: dap99@i-55.com To: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz> User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new cc: adp <dap99@i-55.com> cc: questions@freebsd.org Subject: Re: FreeBSD and MySQL - mysqld eats CPU alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 05:06:24 -0000 > <removed hackers@, database@> > > Before the rest of the message ... I think it'd be best not to "shotgun" > your mails like this... Hello. I would disagree with this. This is obviously both database@ and questions@ appropriate. I also feel that it is hackers@ appropriate as it deals with an old, existing, and non-trivial problem that is very much related to FreeBSD. (In fact, reading the URLs you note below, this was almost entirely a FreeBSD internals problem.) > It's certain combinations of the two, best I can tell. Looks like you > can stay with FBSD if you want to do the tweaking --- be sure and > read the second article if your are going to read the first .... > > "FreeBSD or Linux for your MySQL Server?" > http://jeremy.zawodny.com/blog/archives/000203.html > > "Revisiting FreeBSD vs. Linux for MySQL" > http://jeremy.zawodny.com/blog/archives/000697.html Excellent. I had read his earlier notes a long time back, but did not know he had found some solutions to this problem. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 05:33:26 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C4CA16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 05:33:26 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id C58B143D5C for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 05:33:25 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Sun, 1 Aug 2004 00:36:59 -0500 Message-ID: <410C80A0.6020805@daleco.biz> Date: Sun, 01 Aug 2004 00:33:20 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bob Kukla <rfkukla@earthlink.net> References: <001201c47785$bc07ccc0$6701a8c0@bob> In-Reply-To: <001201c47785$bc07ccc0$6701a8c0@bob> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 01 Aug 2004 05:37:00.0963 (UTC) FILETIME=[9190D730:01C47789] cc: freebsd-questions@freebsd.org Subject: Re: Sorry--I'm Newbie - Best way to add php4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 05:33:26 -0000 Bob Kukla wrote: >Previous message had no subject,,, sorry for that > > > We are all newbies ... some are older newbies ... Even the "oldies" know that they're just "newbies with experience" ... ;-) >Hi, > >I am very new to BSD and web servers and have just recently installed the latest 5.2 version. I have installed Apache 1.3 from the FreeBSD ftp site and have added mod_dav successfully. The web server and webDAV are working fine. I now want to add php4 and mySQL capabilities. I have read some of the latest mail and am confused as to how to best go about it. I have never used php or mySQL before nor have I had it installed on a web server. What packages and in what sequence , if any, should I install ? Also, what does the number 20020429 at the end (/usr/local/lib/php/20020429 ) signify? Thanks in advance for your help! > >Bob Kukla > > I've no experience with mod_dav (in fact I just got done looking it up at google), so I can't say whether it will be affected, or not (I would suspect not, I tend to be an optimist....) but: [Read the lower section about MySQL before you do any installation ...] I generally just go to /usr/ports/lang/php4 and type "make install clean" as root. This gets me mod_php4, the PHP CLI, it even builds a CGI you can move to your cgi dir if you desire/need to. If it's your first time, then expect to go through a ncurses-based dialog (remember sysinstall?) where you will choose PHP extensions to be built. After that, it's a matter of the appropriate modifications to httpd.conf. I'd sure recommend that you cruise over to www.php.net and check out their documentation: it's well done, and they've some install "cheat sheets" for almost every variety of OS/webserver on the planet (well, many of them, like I said, I'm optimistic...) MySQL is similar. IIRC, it may be best to get MySQL going first. Like I said, the docs at php.net are good. I also like the boards at www.phpbuilder.com for PHP help and community.... HTH, Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 06:10:27 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5312316A4CE for <questions@freebsd.org>; Sun, 1 Aug 2004 06:10:27 +0000 (GMT) Received: from msr52.hinet.net (msr52.hinet.net [168.95.4.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 964ED43D1D for <questions@freebsd.org>; Sun, 1 Aug 2004 06:10:26 +0000 (GMT) (envelope-from y2kbug@ms25.hinet.net) Received: from sonic (61-223-160-41.dynamic.hinet.net [61.223.160.41]) by msr52.hinet.net (8.9.3/8.9.3) with SMTP id OAA07370 for <questions@freebsd.org>; Sun, 1 Aug 2004 14:10:10 +0800 (CST) Date: Sun, 1 Aug 2004 06:47:30 -0400 From: Robert Storey <y2kbug@ms25.hinet.net> To: questions@freebsd.org Message-Id: <20040801064730.4d595ada.y2kbug@ms25.hinet.net> In-Reply-To: <200407311141.17473.manuel@bredband.net> References: <200407311141.17473.manuel@bredband.net> X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i386-debian-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: konqueror not responding X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 06:10:27 -0000 Dear Manuel, I've run into similar issues with KDE in the past. You were on the right track, but apparently the one file konquerorrc wasn't the problem. Just delete the entire ~/.kde and then restart KDE. You will then be treated like a new user, and KDE will query for the usual desktop settings (language, theme, etc). That does mean, of course, that you'll lose any customized settings you've already made, but that should be no big deal. regards, Robert On Sat, 31 Jul 2004 11:41:17 +0200 Manuel Astudillo <manuel@bredband.net> wrote: > Hi, > > something weird happen to the settings of Konqueror in kde 3.2.3 and > everytime I try to access to a web page on the internet the browser > freezes. If I try to open local webpages or just use konqueror to > browse in my filesystem everything works just ok. > If I login using other user then it also works perfectly, so I suspect > there is something corrupted in the config files on my current user. > Is there any way to remove all the config files and start konqueror > from scratch? I already tried in ~/.kde and deleted konquerorrc but it > does not help. > > regards, > > Manuel Astudillo. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 06:43:08 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A667716A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 06:43:08 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AA8B43D48 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 06:43:08 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq56-156.dial.allstream.net [216.123.140.220]) by outbox.allstream.net (Allstream MTA) with SMTP id 12A86578CA; Sun, 1 Aug 2004 02:43:04 -0400 (EDT) Date: Sun, 1 Aug 2004 02:42:33 -0400 From: epilogue <epilogue@allstream.net> To: Paul R Culmo <pculmo@obs2.net> Message-Id: <20040801024233.5badec98@localhost> In-Reply-To: <Pine.LNX.4.44.0408010020540.30995-100000@MicronLinuxBox.obs2.net> References: <20040731230425.2284cf83.wmoran@potentialtech.com> <Pine.LNX.4.44.0408010020540.30995-100000@MicronLinuxBox.obs2.net> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: Bill Moran <wmoran@potentialtech.com> cc: freebsd-questions@freebsd.org Subject: Re: Newbie Problems with cvsup and updating files. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 06:43:08 -0000 On Sun, 1 Aug 2004 00:23:01 -0400 (EDT) Paul R Culmo <pculmo@obs2.net> wrote: > On Sat, 31 Jul 2004, Bill Moran wrote: > > Yes, I think your supfile is wrong. > > > > *default release=cvs RELENG_5_2_1_RELEASE > > > > ^^^ This line is what I believe is wrong, replace it with these two > > lines: > > *default release=cvs > > *default tag=RELENG_5_2_1_RELEASE > > > > Although I would recommend tag=RELENG_5_2_1, but that's you're call. > > > > Thanks for the reply , I made the changes you suggested and re-ran the > cvsup but then things got worse, it deleted all the Makefiles. I guess > I need to start over with a vanilla src tree from the CD? then make > buildworld etc.. right ? um, to my knowledge, no. not if you've got connectivity and cvsup installed. in fact, you don't even need to remove /usr/src, because cvsup should take care of everything for you (ie. remove wrong files, add necessary ones, leave correct ones). i suspect that your standard-supfile is to blame, if anything isn't working. it could be that you're inadvertently pulling down HEAD, which is by definition, not guaranteed to build. here is a copy of my file: -------- *default host=cvsup3.freebsd.org *default base=/usr/local/etc/cvsup *default prefix=/usr/ *default release=cvs tag=RELENG_4_10 *default delete use-rel-suffix compress # 1) change cvsup3 for the host you want to use # 2) change RELENG_4_10 for the tag you want # i believe that RELENG_5_2 is the correct number in your case # this will pull down any security and other critical fixes based upon # freebsd 5.2.x src-base src-bin src-contrib src-crypto src-etc src-games src-gnu src-include src-lib src-libexec src-release src-sbin src-secure src-share src-sys src-sys-crypto src-tools src-usrbin src-usrsbin #src-all #src-kerberos5 #src-kerberosIV #src-eBones ------------ 1) you might find it easier to simple use 'src-all' and comment out or delete the rest of the src-* entries. 2) if you're using a refuse file, do double check that it's contents reflect what you actually want. if you're not _100%_sure_ whether or not you have one, try 'find / -name refuse -print' 3) depending on where you placed your config files, you may not be using the correct supfile. try feeding cvsup an absolute path, just to be certain. 'cvsup /foo/path/to/your/standard-supfile' hope this helps. cheers, epi > Thanks again > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 07:10:16 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D4E216A4CE; Sun, 1 Aug 2004 07:10:16 +0000 (GMT) Received: from nezlok.unixathome.org (nezlok.unixathome.org [66.154.97.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D98E43D6A; Sun, 1 Aug 2004 07:10:16 +0000 (GMT) (envelope-from dan@nezlok.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by nezlok.unixathome.org (Postfix) with ESMTP id 88A30AE06D; Sun, 1 Aug 2004 00:10:12 -0700 (PDT) Received: from nezlok.unixathome.org ([127.0.0.1]) by localhost (nezlok.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 40047-07; Sun, 1 Aug 2004 00:10:09 -0700 (PDT) Received: by nezlok.unixathome.org (Postfix, from userid 1000) id B2B44AE064; Sun, 1 Aug 2004 00:10:06 -0700 (PDT) From: Dan Langille <dan@langille.org> To: freebsd-newbies@freebsd.org, freebsd-questions@freebsd.org Message-Id: <20040801071006.B2B44AE064@nezlok.unixathome.org> Date: Sun, 1 Aug 2004 00:10:06 -0700 (PDT) X-Virus-Scanned: by amavisd-new at unixathome.org Subject: The FreeBSD Diary: 2004-07-11 - 2004-07-31 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 07:10:16 -0000 The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the mailing list archives <http://www.freebsd.org/search/search.html#mailinglists> and/or The FreeBSD Diary <http://www.freebsddiary.org/>. These are the articles posted during this period: 16-Jul : 5.* on an IBM ThinkPad T41 Fun and games getting things installed http://freebsddiary.org/ibm-thinkpad-t41.php?2 -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 08:08:41 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5F3B16A531 for <questions@FreeBSD.org>; Sun, 1 Aug 2004 08:08:41 +0000 (GMT) Received: from ozlabs.org (ozlabs.org [203.10.76.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D44543D55 for <questions@FreeBSD.org>; Sun, 1 Aug 2004 08:08:41 +0000 (GMT) (envelope-from grog@lemis.com) Received: from blackwater.lemis.com (blackwater.lemis.com [192.109.197.80]) by ozlabs.org (Postfix) with ESMTP id D5F0E2BD43 for <questions@FreeBSD.org>; Sun, 1 Aug 2004 18:08:37 +1000 (EST) Received: by blackwater.lemis.com (Postfix, from userid 1004) id 1ACEB51201; Sun, 1 Aug 2004 17:38:36 +0930 (CST) Date: Sun, 1 Aug 2004 17:38:36 +0930 From: Greg 'the evil one' ElHey <gorg@FreeBSD.org> To: sylvia bowman <sylviabow@yahoo.com> Message-ID: <20040801080836.GA44716@wantadilla.lemis.com> References: <20040801034551.87277.qmail@web53010.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GvXjxJ+pjyke8COw" Content-Disposition: inline In-Reply-To: <20040801034551.87277.qmail@web53010.mail.yahoo.com> User-Agent: Mutt/1.4.1i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 cc: questions@FreeBSD.org Subject: Re: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 08:08:41 -0000 --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline [Format recovered--see http://www.lemis.com/email/email-format.html] Single line message. On Saturday, 31 July 2004 at 20:45:51 -0700, sylvia bowman wrote: > I am receiving your email address on my television screen. It > happens late on Saturday evenings. Can you address this situation, > please. Sylvia Bowman We have addressed this situation. This is why the address has appeared on your TV. There is nothing you can do about it. Don't complain, or we will take over your TV completely. For further information, including the FreeBSD project's daemonic plan for world dominance, see http://www.FreeBSD.god/ Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply or reply to the original recipients. For more information, see http://www.lemis.com/questions.html Note: I discard all HTML mail unseen. Finger grog@FreeBSD.org for PGP public key. See complete headers for address and phone numbers. --GvXjxJ+pjyke8COw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQFBDKUEIubykFB6QiMRAs+JAJ0TmVQVaBGcvqUssIyOvPvodxXWfwCfcpMA foYcoX/iaBcVc2OnN8Gxvdo= =srLh -----END PGP SIGNATURE----- --GvXjxJ+pjyke8COw-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 08:15:37 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24C2216A4CE; Sun, 1 Aug 2004 08:15:37 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70A6A43D3F; Sun, 1 Aug 2004 08:15:36 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 7A5F680FC; Sun, 1 Aug 2004 10:17:02 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28649-05; Sun, 1 Aug 2004 10:17:02 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id 23BA280F6; Sun, 1 Aug 2004 10:17:02 +0200 (CEST) From: Jorn Argelo <jorn@wcborstel.nl> To: freebsd-questions@freebsd.org Date: Sun, 1 Aug 2004 10:15:34 +0200 User-Agent: KMail/1.6.2 References: <20040801034551.87277.qmail@web53010.mail.yahoo.com> <20040801080836.GA44716@wantadilla.lemis.com> In-Reply-To: <20040801080836.GA44716@wantadilla.lemis.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408011015.42968.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: questions@FreeBSD.org Subject: Re: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 08:15:37 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 01 August 2004 10:08, Greg 'the evil one' ElHey wrote: > [Format recovered--see http://www.lemis.com/email/email-format.html] > > Single line message. > > On Saturday, 31 July 2004 at 20:45:51 -0700, sylvia bowman wrote: > > I am receiving your email address on my television screen. It > > happens late on Saturday evenings. Can you address this situation, > > please. Sylvia Bowman > > We have addressed this situation. This is why the address has > appeared on your TV. There is nothing you can do about it. Don't > complain, or we will take over your TV completely. > > For further information, including the FreeBSD project's daemonic plan > for world dominance, see http://www.FreeBSD.god/ Heh, we should make a FreeBSD version of "All your base are belong to us" :D -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBDKars2lBCry7iusRAnIxAJ95u7jN0tB1aV4HekZ8y7sKOZieQwCdECA9 q7FO4Kl2fx7dIpTyR+LGxMs= =vjfj -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 08:15:37 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24C2216A4CE; Sun, 1 Aug 2004 08:15:37 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70A6A43D3F; Sun, 1 Aug 2004 08:15:36 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 7A5F680FC; Sun, 1 Aug 2004 10:17:02 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28649-05; Sun, 1 Aug 2004 10:17:02 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id 23BA280F6; Sun, 1 Aug 2004 10:17:02 +0200 (CEST) From: Jorn Argelo <jorn@wcborstel.nl> To: freebsd-questions@freebsd.org Date: Sun, 1 Aug 2004 10:15:34 +0200 User-Agent: KMail/1.6.2 References: <20040801034551.87277.qmail@web53010.mail.yahoo.com> <20040801080836.GA44716@wantadilla.lemis.com> In-Reply-To: <20040801080836.GA44716@wantadilla.lemis.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408011015.42968.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: questions@FreeBSD.org Subject: Re: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 08:15:37 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 01 August 2004 10:08, Greg 'the evil one' ElHey wrote: > [Format recovered--see http://www.lemis.com/email/email-format.html] > > Single line message. > > On Saturday, 31 July 2004 at 20:45:51 -0700, sylvia bowman wrote: > > I am receiving your email address on my television screen. It > > happens late on Saturday evenings. Can you address this situation, > > please. Sylvia Bowman > > We have addressed this situation. This is why the address has > appeared on your TV. There is nothing you can do about it. Don't > complain, or we will take over your TV completely. > > For further information, including the FreeBSD project's daemonic plan > for world dominance, see http://www.FreeBSD.god/ Heh, we should make a FreeBSD version of "All your base are belong to us" :D -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBDKars2lBCry7iusRAnIxAJ95u7jN0tB1aV4HekZ8y7sKOZieQwCdECA9 q7FO4Kl2fx7dIpTyR+LGxMs= =vjfj -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 08:49:39 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46B8316A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 08:49:39 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD5DF43D54 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 08:49:38 +0000 (GMT) (envelope-from assadbsd@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so29327rnl for <freebsd-questions@freebsd.org>; Sun, 01 Aug 2004 01:49:34 -0700 (PDT) Received: by 10.38.164.38 with SMTP id m38mr148181rne; Sun, 01 Aug 2004 01:49:34 -0700 (PDT) Message-ID: <f864608004080101493b1be9e2@mail.gmail.com> Date: Sun, 1 Aug 2004 01:49:34 -0700 From: 3BSD <assadbsd@gmail.com> To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: RE: Claiming that the list's e-mail showed up on her TV X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 08:49:39 -0000 I think anyone who replies to that address is getting subscribed to a spam list. Please don't reply. -3BSD From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 08:57:55 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7069316A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 08:57:55 +0000 (GMT) Received: from smtp1.mailblocks.com (smtp1.mailblocks.com [140.174.9.69]) by mx1.FreeBSD.org (Postfix) with SMTP id 4D6CD43D60 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 08:57:55 +0000 (GMT) (envelope-from subhro-0EEnoAUKzrfAVqOLZbGOO/IgIDCLJvU@mailblocks.com) Received: (qmail 27721 invoked from network); 1 Aug 2004 08:57:54 -0000 Received: from 10.10.0.57 (HELO mailblocks.com) (10.10.0.57) by 10.10.0.7 with SMTP; 1 Aug 2004 08:57:54 -0000 Date: Sun, 1 Aug 2004 14:27:39 +0530 Message-Id: <subhro-0EEnoAUGzrfA8hhW19AjnncA5pj8zoe@mailblocks.com> From: "Subhro" <subhro@mailblocks.com> References: <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAAez9swEod0qC1G/hDF8vPMKAAAAQAAAAaORoMQMWH0eCx9xTc5W9NgEAAAAA@mailblocks.com> X-MB-Message-Source: ClientSMTP X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2149 X-MB-Message-Type: User Received: from 61.95.144.82 by app8.mailblocks.com (10.10.0.57) with SMTP (authenticated); Sun, 01 Aug 2004 01:57:52 -0700 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=SHA1; boundary="----=_NextPart_000_0000_01C477D3.B12519E0" Thread-Index: AcR3pZbn7ayVpKPvRtO565D68IB1zg== MIME-Version: 1.0 To: <freebsd-questions@freebsd.org> Subject: Gateway Setup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 08:57:55 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0000_01C477D3.B12519E0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Greetings, I am facing a problem in setting up my gateway so I am asking for help. Let me describe me my setup. My ISP gateway is *.*.144.49. I am assigned a few static IPS. *.*.144.54 *.*.147.229 *.*.147.230 I would like to set up a FreeBSD packet filtering gateway. I have currently laid out my network as: ------------ -------------- ------------- | | | | | | | ISP |*.*.144.49 | FreeBSD Box |*.*.147.229 | Linux | | GATEWAY |-----------------------| |-----------------------| NAT | | | *.*.144.54| | *.*.147.230| | ------------- --------------- ------------- | 172.16.0.1 | | | |172.16.0.200 -------------- | | | LAN | | Host | | | | | --------------- My rc.conf looks like: ifconfig_fxp0="inet 61.95.147.118 netmask 255.255.255.252" ifconfig_sis0="inet 61.95.147.229 netmask 255.255.255.252" ifconfig_sis0_alias0="inet 172.16.0.2 netmask 255.255.0.0" gateway_enable="YES" routed_enable="YES" firewall_enable="YES" firewall_type="OPEN" arpproxy_all="YES" # replaces obsolete kernel option ARP_PROXYALL. firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall ip_portrange_first="10000" # Set first dynamically allocated port ip_portrange_last="20000" # Set last dynamically allocated port tcp_drop_synfin="YES" # Set to YES to drop TCP packets with SYN+FIN icmp_drop_redirect="YES" # Set to YES to ignore ICMP REDIRECT packets I have still not configured the firewall. I would be highly obliged if anyone helps me by telling what are the things I am missing out? Another point to be taken care of is, a couple of systems inside the LAN are having a public IP. For example one of the host is having an IP of *.*.144.82. I am not allowed to mess with the Linux NAT box in any way because of some preinstalled commercial software solutions. However I can change the IPs of the NAT box if necessary. Please help me out. Thanks and Best Regards Subhro ------=_NextPart_000_0000_01C477D3.B12519E0 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIKGjCCAj0w ggGmAhEAzbp/VvDf5LxU/iKss3KqVTANBgkqhkiG9w0BAQIFADBfMQswCQYDVQQGEwJVUzEXMBUG A1UEChMOVmVyaVNpZ24sIEluYy4xNzA1BgNVBAsTLkNsYXNzIDEgUHVibGljIFByaW1hcnkgQ2Vy dGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNOTYwMTI5MDAwMDAwWhcNMjgwODAxMjM1OTU5WjBfMQsw CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xNzA1BgNVBAsTLkNsYXNzIDEgUHVi bGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwgZ8wDQYJKoZIhvcNAQEBBQADgY0A MIGJAoGBAOUZv22jVmEtmUhx9mfeuY3rt56GgAqRDvo4Ja9GiILlc6igmyRdDR/MZW4MsNBWhBiH mgabEKFz37RYOWtuwfYV1aioP6oSBo0xrH+wNNePNGeICc0UEeJORVZpH3gCgNrcR5EpuzbJY1zF 4Ncth3uhtzKwezC6Ki8xqu6jZ9rbAgMBAAEwDQYJKoZIhvcNAQECBQADgYEATD+4i8Zo3+5DMw5d 6abLB4RNejP/khv0Nq3YlSI2aBFsfELM85wuxAc/FLAPT/+Qknb54rxK6Y/NoIAK98Up8YIiXbix 3YEjo3slFUYweRb46gVLlH8dwhzI47f0EEA8E8NfH1PoSOSGtHuhNbB7Jbq4046rPzidADQAmPPR cZQwggNiMIICy6ADAgECAhAL2gsXwT+JjqsJdHq0zi4zMA0GCSqGSIb3DQEBAgUAMF8xCzAJBgNV BAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgMSBQdWJsaWMg UHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05ODA1MTIwMDAwMDBaFw0wODA1MTIy MzU5NTlaMIHMMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1 c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9yZXBvc2l0b3J5L1JQQSBJbmNv cnAuIEJ5IFJlZi4sTElBQi5MVEQoYyk5ODFIMEYGA1UEAxM/VmVyaVNpZ24gQ2xhc3MgMSBDQSBJ bmRpdmlkdWFsIFN1YnNjcmliZXItUGVyc29uYSBOb3QgVmFsaWRhdGVkMIGfMA0GCSqGSIb3DQEB AQUAA4GNADCBiQKBgQC7WkSKBBa7Vf0DeootlE8VeDa4DUqyb5xUv7zodyqdufBou5XZMUFweoFL uUgTVi3HCOGEQqvAopKrRFyqQvCCDgLpL/vCO7u+yScKXbawNkIztW5UiE+HSr8Z2vkV6A+Hthzj zMaajn9qJJLj/OBluqexfu/J2zdqyErICQbkmQIDAQABo4GwMIGtMA8GA1UdEwQIMAYBAf8CAQAw RwYDVR0gBEAwPjA8BgtghkgBhvhFAQcBATAtMCsGCCsGAQUFBwIBFh93d3cudmVyaXNpZ24uY29t L3JlcG9zaXRvcnkvUlBBMDEGA1UdHwQqMCgwJqAkoCKGIGh0dHA6Ly9jcmwudmVyaXNpZ24uY29t L3BjYTEuY3JsMAsGA1UdDwQEAwIBBjARBglghkgBhvhCAQEEBAMCAQYwDQYJKoZIhvcNAQECBQAD gYEAAn2eb0VLOKC43ulTZCG85Ewrjx7+kkCs2Ao5aqEyISwHm6tZ/tJiGn1VOLA3c9z0B2ZjYr3h U3BSh+eo2FLpWy2q4d7PrDFU1IsZyNgjqO8EKzJ9LBgcyHyJqC538kTRZQpNdLXu0xuSc3QuiTs1 E3LnQDGa07LEq+dWvovj+xUwggRvMIID2KADAgECAhASwHKkbKDka8G7HJL50EEjMA0GCSqGSIb3 DQEBBAUAMIHMMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1 c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9yZXBvc2l0b3J5L1JQQSBJbmNv cnAuIEJ5IFJlZi4sTElBQi5MVEQoYyk5ODFIMEYGA1UEAxM/VmVyaVNpZ24gQ2xhc3MgMSBDQSBJ bmRpdmlkdWFsIFN1YnNjcmliZXItUGVyc29uYSBOb3QgVmFsaWRhdGVkMB4XDTA0MDYyMTAwMDAw MFoXDTA1MDYyMTIzNTk1OVowggETMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMW VmVyaVNpZ24gVHJ1c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9yZXBvc2l0 b3J5L1JQQSBJbmNvcnAuIGJ5IFJlZi4sTElBQi5MVEQoYyk5ODEeMBwGA1UECxMVUGVyc29uYSBO b3QgVmFsaWRhdGVkMTQwMgYDVQQLEytEaWdpdGFsIElEIENsYXNzIDEgLSBNaWNyb3NvZnQgRnVs bCBTZXJ2aWNlMRMwEQYDVQQDFApTdWJocm8gS2FyMSQwIgYJKoZIhvcNAQkBFhVzdWJocm9AbWFp bGJsb2Nrcy5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANvKLTlqtN+YsoThYs7R31rn 8zOGc/AlpGY1i8wcDhNb1hX7ka7Cie39g7RFUK5FK24QJ6p75fM9A+Ixn+UFJPt4kuLZLD4VYw5j bAUm7c8ZSXOjoaQJ/JicU3WITkBeXkq36Gwbfj+xMRE2wWtYLSYnK/uez1/gqO43hy8EdCGxAgMB AAGjggEGMIIBAjAJBgNVHRMEAjAAMIGsBgNVHSAEgaQwgaEwgZ4GC2CGSAGG+EUBBwEBMIGOMCgG CCsGAQUFBwIBFhxodHRwczovL3d3dy52ZXJpc2lnbi5jb20vQ1BTMGIGCCsGAQUFBwICMFYwFRYO VmVyaVNpZ24sIEluYy4wAwIBARo9VmVyaVNpZ24ncyBDUFMgaW5jb3JwLiBieSByZWZlcmVuY2Ug bGlhYi4gbHRkLiAoYyk5NyBWZXJpU2lnbjARBglghkgBhvhCAQEEBAMCB4AwMwYDVR0fBCwwKjAo oCagJIYiaHR0cDovL2NybC52ZXJpc2lnbi5jb20vY2xhc3MxLmNybDANBgkqhkiG9w0BAQQFAAOB gQCBpVlTKHsy5A1RgatPfcladozSvo2uOMJibAHZtjPBZs1/7rLGz3JjN8f9WY8SFSBXI2Yo9lie rB4r/UrpOTsF548Pi40yv4Gi1cxFQJJkHrv1voM/8fO5TqpD7L/h9RrjTmOMq2BBq8HjlCth144p fk7fSUnB/MAuwJcB/5QOMzGCBI4wggSKAgEBMIHhMIHMMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5j LjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWdu LmNvbS9yZXBvc2l0b3J5L1JQQSBJbmNvcnAuIEJ5IFJlZi4sTElBQi5MVEQoYyk5ODFIMEYGA1UE AxM/VmVyaVNpZ24gQ2xhc3MgMSBDQSBJbmRpdmlkdWFsIFN1YnNjcmliZXItUGVyc29uYSBOb3Qg VmFsaWRhdGVkAhASwHKkbKDka8G7HJL50EEjMAkGBSsOAwIaBQCgggMCMBgGCSqGSIb3DQEJAzEL BgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA0MDgwMTA4NTczNlowIwYJKoZIhvcNAQkEMRYE FLtXxOJ7QFlnEUhlibkXUSCy1LBSME4GCyqGSIb3DQEJEAIBMT8wPQQdAAAAABAAAABo5GgxAxYf R4LH3FNzlb02AQAAAACAAQAwGTAXgRVzdWJocm9AbWFpbGJsb2Nrcy5jb20wZwYJKoZIhvcNAQkP MVowWDAKBggqhkiG9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcw DQYIKoZIhvcNAwICASgwBwYFKw4DAhowCgYIKoZIhvcNAgUwgfIGCSsGAQQBgjcQBDGB5DCB4TCB zDEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdv cmsxRjBEBgNVBAsTPXd3dy52ZXJpc2lnbi5jb20vcmVwb3NpdG9yeS9SUEEgSW5jb3JwLiBCeSBS ZWYuLExJQUIuTFREKGMpOTgxSDBGBgNVBAMTP1ZlcmlTaWduIENsYXNzIDEgQ0EgSW5kaXZpZHVh bCBTdWJzY3JpYmVyLVBlcnNvbmEgTm90IFZhbGlkYXRlZAIQEsBypGyg5GvBuxyS+dBBIzCB9AYL KoZIhvcNAQkQAgsxgeSggeEwgcwxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZW ZXJpU2lnbiBUcnVzdCBOZXR3b3JrMUYwRAYDVQQLEz13d3cudmVyaXNpZ24uY29tL3JlcG9zaXRv cnkvUlBBIEluY29ycC4gQnkgUmVmLixMSUFCLkxURChjKTk4MUgwRgYDVQQDEz9WZXJpU2lnbiBD bGFzcyAxIENBIEluZGl2aWR1YWwgU3Vic2NyaWJlci1QZXJzb25hIE5vdCBWYWxpZGF0ZWQCEBLA cqRsoORrwbsckvnQQSMwDQYJKoZIhvcNAQEBBQAEgYBDwqW+dum0YqsGu4Q0W5MEoeWezEkxpxwA CgNxa14wPt4JNbztYQ5jYV6MW3C7HOJDopTnkSl++twS+NrqkGZf7f/aUT1WRG+sz8yWGl8TcCom 1ES4L8EsH58XkRtkld79k9f/S1n0DfQVeD3/a870+Si1PuoOSsBu3iTdn6tlvgAAAAAAAA== ------=_NextPart_000_0000_01C477D3.B12519E0-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 09:11:22 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 652BB16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 09:11:22 +0000 (GMT) Received: from smtp1.mailblocks.com (smtp1.mailblocks.com [140.174.9.69]) by mx1.FreeBSD.org (Postfix) with SMTP id 49C0E43D6D for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 09:11:22 +0000 (GMT) (envelope-from subhro-0OUzoAUizrfAb8HI5RFXSDH+TsVR9sn@mailblocks.com) Received: (qmail 8411 invoked from network); 1 Aug 2004 09:11:22 -0000 Received: from 10.10.0.57 (HELO mailblocks.com) (10.10.0.57) by 10.10.0.7 with SMTP; 1 Aug 2004 09:11:22 -0000 Date: Sun, 1 Aug 2004 14:41:09 +0530 Message-Id: <subhro-0OUzoAUezrfAxoY+7f/z1B0Uh0NdSj2@mailblocks.com> From: "Subhro" <subhro@mailblocks.com> References: <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAAez9swEod0qC1G/hDF8vPMKAAAAQAAAAqCHKPowa2ESKCZBxfjfe3gEAAAAA@mailblocks.com> X-MB-Message-Source: ClientSMTP X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2149 X-MB-Message-Type: User Received: from 61.95.144.82 by app8.mailblocks.com (10.10.0.57) with SMTP (authenticated); Sun, 01 Aug 2004 02:11:21 -0700 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=SHA1; boundary="----=_NextPart_000_0020_01C477D5.952CB110" Thread-Index: AcR3pZbn7ayVpKPvRtO565D68IB1zgAAQTkA MIME-Version: 1.0 To: <freebsd-questions@freebsd.org> Subject: Gateway Setup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 09:11:22 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0020_01C477D5.952CB110 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Subhro Sent: Sunday, August 01, 2004 14:28 To: freebsd-questions@freebsd.org Subject: Gateway Setup Greetings, I am facing a problem in setting up my gateway so I am asking for help. Let me describe me my setup. My ISP gateway is *.*.144.49. I am assigned a few static IPS. *.*.144.54 *.*.147.229 *.*.147.230 I would like to set up a FreeBSD packet filtering gateway. I have currently laid out my network as: ------------ -------------- ------------- | | | | | | | ISP |*.*.144.49 | FreeBSD Box |*.*.147.229 | Linux | | GATEWAY |-----------------------| |-----------------------| NAT | | | *.*.144.54| | *.*.147.230| | ------------- --------------- ------------- | 172.16.0.1 | | | |172.16.0.200 -------------- | | | LAN | | Host | | | | | --------------- My rc.conf looks like: ifconfig_fxp0="inet 61.95.147.118 netmask 255.255.255.252" ifconfig_sis0="inet 61.95.147.229 netmask 255.255.255.252" ifconfig_sis0_alias0="inet 172.16.0.2 netmask 255.255.0.0" gateway_enable="YES" routed_enable="YES" firewall_enable="YES" firewall_type="OPEN" arpproxy_all="YES" # replaces obsolete kernel option ARP_PROXYALL. firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall ip_portrange_first="10000" # Set first dynamically allocated port ip_portrange_last="20000" # Set last dynamically allocated port tcp_drop_synfin="YES" # Set to YES to drop TCP packets with SYN+FIN icmp_drop_redirect="YES" # Set to YES to ignore ICMP REDIRECT packets I have still not configured the firewall. I would be highly obliged if anyone helps me by telling what are the things I am missing out? Another point to be taken care of is, a couple of systems inside the LAN are having a public IP. For example one of the host is having an IP of *.*.144.82. I am not allowed to mess with the Linux NAT box in any way because of some preinstalled commercial software solutions. However I can change the IPs of the NAT box if necessary. Please help me out. Thanks and Best Regards Subhro Sorry the figure messed up. Actually What I meant is, The ISP gateway is *.*.144.49 The FreeBSD router is supposed to have two interfaces with IPS *.*.144.54, which is in the next hop of ISP gateway. The other interface is *.*.147.229. This interface is supposed to have the packets filtered from *.54. The interface is connected to a Linux NAT box having one interface, *.*.147.230 and another interface connected to the LAN 172.16.0.1. I am not allowed to play with the NAT box. Another point to be taken care of is, the LAN contains a couple of hosts which are assigned a public ip statically. Could anyone help me setup the above network please? ------=_NextPart_000_0020_01C477D5.952CB110 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIKGjCCAj0w ggGmAhEAzbp/VvDf5LxU/iKss3KqVTANBgkqhkiG9w0BAQIFADBfMQswCQYDVQQGEwJVUzEXMBUG A1UEChMOVmVyaVNpZ24sIEluYy4xNzA1BgNVBAsTLkNsYXNzIDEgUHVibGljIFByaW1hcnkgQ2Vy dGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNOTYwMTI5MDAwMDAwWhcNMjgwODAxMjM1OTU5WjBfMQsw CQYDVQQGEwJVUzEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xNzA1BgNVBAsTLkNsYXNzIDEgUHVi bGljIFByaW1hcnkgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwgZ8wDQYJKoZIhvcNAQEBBQADgY0A MIGJAoGBAOUZv22jVmEtmUhx9mfeuY3rt56GgAqRDvo4Ja9GiILlc6igmyRdDR/MZW4MsNBWhBiH mgabEKFz37RYOWtuwfYV1aioP6oSBo0xrH+wNNePNGeICc0UEeJORVZpH3gCgNrcR5EpuzbJY1zF 4Ncth3uhtzKwezC6Ki8xqu6jZ9rbAgMBAAEwDQYJKoZIhvcNAQECBQADgYEATD+4i8Zo3+5DMw5d 6abLB4RNejP/khv0Nq3YlSI2aBFsfELM85wuxAc/FLAPT/+Qknb54rxK6Y/NoIAK98Up8YIiXbix 3YEjo3slFUYweRb46gVLlH8dwhzI47f0EEA8E8NfH1PoSOSGtHuhNbB7Jbq4046rPzidADQAmPPR cZQwggNiMIICy6ADAgECAhAL2gsXwT+JjqsJdHq0zi4zMA0GCSqGSIb3DQEBAgUAMF8xCzAJBgNV BAYTAlVTMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjE3MDUGA1UECxMuQ2xhc3MgMSBQdWJsaWMg UHJpbWFyeSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw05ODA1MTIwMDAwMDBaFw0wODA1MTIy MzU5NTlaMIHMMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1 c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9yZXBvc2l0b3J5L1JQQSBJbmNv cnAuIEJ5IFJlZi4sTElBQi5MVEQoYyk5ODFIMEYGA1UEAxM/VmVyaVNpZ24gQ2xhc3MgMSBDQSBJ bmRpdmlkdWFsIFN1YnNjcmliZXItUGVyc29uYSBOb3QgVmFsaWRhdGVkMIGfMA0GCSqGSIb3DQEB AQUAA4GNADCBiQKBgQC7WkSKBBa7Vf0DeootlE8VeDa4DUqyb5xUv7zodyqdufBou5XZMUFweoFL uUgTVi3HCOGEQqvAopKrRFyqQvCCDgLpL/vCO7u+yScKXbawNkIztW5UiE+HSr8Z2vkV6A+Hthzj zMaajn9qJJLj/OBluqexfu/J2zdqyErICQbkmQIDAQABo4GwMIGtMA8GA1UdEwQIMAYBAf8CAQAw RwYDVR0gBEAwPjA8BgtghkgBhvhFAQcBATAtMCsGCCsGAQUFBwIBFh93d3cudmVyaXNpZ24uY29t L3JlcG9zaXRvcnkvUlBBMDEGA1UdHwQqMCgwJqAkoCKGIGh0dHA6Ly9jcmwudmVyaXNpZ24uY29t L3BjYTEuY3JsMAsGA1UdDwQEAwIBBjARBglghkgBhvhCAQEEBAMCAQYwDQYJKoZIhvcNAQECBQAD gYEAAn2eb0VLOKC43ulTZCG85Ewrjx7+kkCs2Ao5aqEyISwHm6tZ/tJiGn1VOLA3c9z0B2ZjYr3h U3BSh+eo2FLpWy2q4d7PrDFU1IsZyNgjqO8EKzJ9LBgcyHyJqC538kTRZQpNdLXu0xuSc3QuiTs1 E3LnQDGa07LEq+dWvovj+xUwggRvMIID2KADAgECAhASwHKkbKDka8G7HJL50EEjMA0GCSqGSIb3 DQEBBAUAMIHMMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1 c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9yZXBvc2l0b3J5L1JQQSBJbmNv cnAuIEJ5IFJlZi4sTElBQi5MVEQoYyk5ODFIMEYGA1UEAxM/VmVyaVNpZ24gQ2xhc3MgMSBDQSBJ bmRpdmlkdWFsIFN1YnNjcmliZXItUGVyc29uYSBOb3QgVmFsaWRhdGVkMB4XDTA0MDYyMTAwMDAw MFoXDTA1MDYyMTIzNTk1OVowggETMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5jLjEfMB0GA1UECxMW VmVyaVNpZ24gVHJ1c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWduLmNvbS9yZXBvc2l0 b3J5L1JQQSBJbmNvcnAuIGJ5IFJlZi4sTElBQi5MVEQoYyk5ODEeMBwGA1UECxMVUGVyc29uYSBO b3QgVmFsaWRhdGVkMTQwMgYDVQQLEytEaWdpdGFsIElEIENsYXNzIDEgLSBNaWNyb3NvZnQgRnVs bCBTZXJ2aWNlMRMwEQYDVQQDFApTdWJocm8gS2FyMSQwIgYJKoZIhvcNAQkBFhVzdWJocm9AbWFp bGJsb2Nrcy5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBANvKLTlqtN+YsoThYs7R31rn 8zOGc/AlpGY1i8wcDhNb1hX7ka7Cie39g7RFUK5FK24QJ6p75fM9A+Ixn+UFJPt4kuLZLD4VYw5j bAUm7c8ZSXOjoaQJ/JicU3WITkBeXkq36Gwbfj+xMRE2wWtYLSYnK/uez1/gqO43hy8EdCGxAgMB AAGjggEGMIIBAjAJBgNVHRMEAjAAMIGsBgNVHSAEgaQwgaEwgZ4GC2CGSAGG+EUBBwEBMIGOMCgG CCsGAQUFBwIBFhxodHRwczovL3d3dy52ZXJpc2lnbi5jb20vQ1BTMGIGCCsGAQUFBwICMFYwFRYO VmVyaVNpZ24sIEluYy4wAwIBARo9VmVyaVNpZ24ncyBDUFMgaW5jb3JwLiBieSByZWZlcmVuY2Ug bGlhYi4gbHRkLiAoYyk5NyBWZXJpU2lnbjARBglghkgBhvhCAQEEBAMCB4AwMwYDVR0fBCwwKjAo oCagJIYiaHR0cDovL2NybC52ZXJpc2lnbi5jb20vY2xhc3MxLmNybDANBgkqhkiG9w0BAQQFAAOB gQCBpVlTKHsy5A1RgatPfcladozSvo2uOMJibAHZtjPBZs1/7rLGz3JjN8f9WY8SFSBXI2Yo9lie rB4r/UrpOTsF548Pi40yv4Gi1cxFQJJkHrv1voM/8fO5TqpD7L/h9RrjTmOMq2BBq8HjlCth144p fk7fSUnB/MAuwJcB/5QOMzGCBI4wggSKAgEBMIHhMIHMMRcwFQYDVQQKEw5WZXJpU2lnbiwgSW5j LjEfMB0GA1UECxMWVmVyaVNpZ24gVHJ1c3QgTmV0d29yazFGMEQGA1UECxM9d3d3LnZlcmlzaWdu LmNvbS9yZXBvc2l0b3J5L1JQQSBJbmNvcnAuIEJ5IFJlZi4sTElBQi5MVEQoYyk5ODFIMEYGA1UE AxM/VmVyaVNpZ24gQ2xhc3MgMSBDQSBJbmRpdmlkdWFsIFN1YnNjcmliZXItUGVyc29uYSBOb3Qg VmFsaWRhdGVkAhASwHKkbKDka8G7HJL50EEjMAkGBSsOAwIaBQCgggMCMBgGCSqGSIb3DQEJAzEL BgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA0MDgwMTA5MTEwOFowIwYJKoZIhvcNAQkEMRYE FBd2gaJpMEa6ujp58rSO2KFPnBckME4GCyqGSIb3DQEJEAIBMT8wPQQdAAAAABAAAACoIco+jBrY RIoJkHF+N97eAQAAAACAAQAwGTAXgRVzdWJocm9AbWFpbGJsb2Nrcy5jb20wZwYJKoZIhvcNAQkP MVowWDAKBggqhkiG9w0DBzAOBggqhkiG9w0DAgICAIAwDQYIKoZIhvcNAwICAUAwBwYFKw4DAgcw DQYIKoZIhvcNAwICASgwBwYFKw4DAhowCgYIKoZIhvcNAgUwgfIGCSsGAQQBgjcQBDGB5DCB4TCB zDEXMBUGA1UEChMOVmVyaVNpZ24sIEluYy4xHzAdBgNVBAsTFlZlcmlTaWduIFRydXN0IE5ldHdv cmsxRjBEBgNVBAsTPXd3dy52ZXJpc2lnbi5jb20vcmVwb3NpdG9yeS9SUEEgSW5jb3JwLiBCeSBS ZWYuLExJQUIuTFREKGMpOTgxSDBGBgNVBAMTP1ZlcmlTaWduIENsYXNzIDEgQ0EgSW5kaXZpZHVh bCBTdWJzY3JpYmVyLVBlcnNvbmEgTm90IFZhbGlkYXRlZAIQEsBypGyg5GvBuxyS+dBBIzCB9AYL KoZIhvcNAQkQAgsxgeSggeEwgcwxFzAVBgNVBAoTDlZlcmlTaWduLCBJbmMuMR8wHQYDVQQLExZW ZXJpU2lnbiBUcnVzdCBOZXR3b3JrMUYwRAYDVQQLEz13d3cudmVyaXNpZ24uY29tL3JlcG9zaXRv cnkvUlBBIEluY29ycC4gQnkgUmVmLixMSUFCLkxURChjKTk4MUgwRgYDVQQDEz9WZXJpU2lnbiBD bGFzcyAxIENBIEluZGl2aWR1YWwgU3Vic2NyaWJlci1QZXJzb25hIE5vdCBWYWxpZGF0ZWQCEBLA cqRsoORrwbsckvnQQSMwDQYJKoZIhvcNAQEBBQAEgYBKSdS5nZyps05Xgf76/HENXkRl4I1AUEp7 CgHRDexvckYNv7I0awUGCbbzgOAT0N9VjeMQAFjzitUACYPuHuZQinaenDhPCSqi1EQLSgFOUzes gz/76QTT0Bjt71H++BfGFbhN00v8AAfI7QbZg8Dlw6dF+LiOw5fnJ2FW+ljHkwAAAAAAAA== ------=_NextPart_000_0020_01C477D5.952CB110-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 09:27:55 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2AE816A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 09:27:55 +0000 (GMT) Received: from richardkaestner.com (212-88-187-192.ADSL.ycn.com [212.88.187.192]) by mx1.FreeBSD.org (Postfix) with SMTP id 85ADC43D45 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 09:27:54 +0000 (GMT) (envelope-from rfk@richardkaestner.com) Received: (qmail 31554 invoked from network); 1 Aug 2004 09:27:51 -0000 Received: from pc-01034.richardkaestner.com (HELO sv01.rfk.priv) (10.200.4.10) by stargate.richardkaestner.com (10.200.254.254) with ESMTP; 01 Aug 2004 09:27:51 -0000 Received: by sv01.rfk.priv (Postfix, from userid 1001) id 21CD2FDE6; Sun, 1 Aug 2004 11:27:51 +0200 (CEST) From: Richard Kaestner <richard.kaestner@ycn.com> To: freebsd-questions@freebsd.org Date: Sun, 1 Aug 2004 11:27:50 +0200 User-Agent: KMail/1.6.2 References: <20040801034551.87277.qmail@web53010.mail.yahoo.com> <redirect-311167@vector01.rfk.priv> In-Reply-To: <redirect-311167@vector01.rfk.priv> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408011127.50669.richard.kaestner@ycn.com> Subject: Re: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: richard.kaestner@ycn.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 09:27:55 -0000 On Sunday 01 August 2004 06:06, Bill Moran wrote: > > sylvia bowman <sylviabow@yahoo.com> wrote: > > I am receiving your email address on my television screen. It happens > > late on Saturday evenings. Can you address this situation, please. > > Sylvia Bowman > > I'm assuming this isn't a joke ... > > This is about the most unlikely thing I've ever heard of. However, if it > really is happening, you're going to have to give a better description of > what you mean. Are you saying that on Saturday evenings your TV screen > says "questions@freebsd.org"? Or that you see FreeBSD emails on your > screen? > > Are you using some sort of webTV? ... or was there kind of unfortunate mixup from HAL and David Bowman ;=3D) =2D-=20 Mit freundlichen Gr=FC=DFen Richard K=E4stner EDV-Beratung Woerthgasse 17 2500 Baden Austria From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 09:36:46 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CC8316A4D1 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 09:36:46 +0000 (GMT) Received: from mongers.org (miracle.mongers.org [193.162.142.71]) by mx1.FreeBSD.org (Postfix) with SMTP id 3745143D39 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 09:36:45 +0000 (GMT) (envelope-from m@mongers.org) Received: (qmail 28626 invoked by uid 1021); 1 Aug 2004 09:28:48 -0000 Date: Sun, 1 Aug 2004 11:28:26 +0200 From: Morten Liebach <m@mongers.org> To: freebsd-questions@freebsd.org Message-ID: <20040801092848.GA22860@mongers.org> References: <20040731230425.2284cf83.wmoran@potentialtech.com> <Pine.LNX.4.44.0408010020540.30995-100000@MicronLinuxBox.obs2.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <Pine.LNX.4.44.0408010020540.30995-100000@MicronLinuxBox.obs2.net> User-Agent: Mutt/1.4.1i X-Accept-Language: dansk, english X-Organisation: Hollow Chocolate Bunnies of Death, Inc. X-PGP-Key-ID: F1360CA9 X-PGP-Key-URL: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xF1360CA9 X-PGP-Key-Fingerprint: 8CF5 32EE A5EC 36B2 4E3F ACDF 6D86 BEB3 F136 0CA9 Subject: Re: Newbie Problems with cvsup and updating files. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 09:36:46 -0000 On 2004-08-01 00:23:01 -0400, Paul R Culmo wrote: > On Sat, 31 Jul 2004, Bill Moran wrote: > > Yes, I think your supfile is wrong. > > > > *default release=cvs RELENG_5_2_1_RELEASE > > > > ^^^ This line is what I believe is wrong, replace it with these two > > lines: > > *default release=cvs > > *default tag=RELENG_5_2_1_RELEASE > > > > Although I would recommend tag=RELENG_5_2_1, but that's you're call. It's RELENG_5_2, not RELENG_5_2_1 Have a nice day Morten -- http://m.mongers.org/ -- http://gallery.zentience.org/ __END__ From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 09:54:58 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B019F16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 09:54:58 +0000 (GMT) Received: from hosea.tallye.com (joel.tallye.com [216.99.199.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id E684543D5D for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 09:54:57 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (hosea.tallye.com [127.0.0.1]) by hosea.tallye.com (8.12.8/8.12.10) with ESMTP id i719svIw026796 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 02:54:57 -0700 Received: (from sttng359@localhost) by hosea.tallye.com (8.12.8/8.12.10/Submit) id i719svZ2026794 for freebsd-questions@freebsd.org; Sun, 1 Aug 2004 02:54:57 -0700 X-Authentication-Warning: hosea.tallye.com: sttng359 set sender to lorenl@alzatex.com using -f Date: Sun, 1 Aug 2004 02:54:57 -0700 From: "Loren M. Lang" <lorenl@alzatex.com> To: FreeBSD Mailing list <freebsd-questions@freebsd.org> Message-ID: <20040801095457.GA26716@alzatex.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline User-Agent: Mutt/1.4.1i X-GPG-Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc X-GPG-Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C Subject: MBone X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 09:54:58 -0000 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm curious if there is anyone here who know anything about mbone. I've recently become intrested in it, and I've downloaded and setup all the software for it which I used to do some video conferencing on my LAN. I've been looking for a way to join the main mbone network but there seems to be little information on it, or the info there is is dated before 2000. Am I just too late and mbone already died off? --=20 I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C =20 --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBDL3x+vN6RuSjKAwRAjLRAJ9GtT9DyhkOJH+zg7G+VfPfsMXCwgCfbszR lE7sWDz8raKg/CIcJzzc2iE= =LGDJ -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 10:09:39 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C08516A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 10:09:39 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDC7843D66 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 10:09:38 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i71A9Hn6027882 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Aug 2004 11:09:17 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i71A9FxC027877; Sun, 1 Aug 2004 11:09:15 +0100 (BST) (envelope-from matthew) Date: Sun, 1 Aug 2004 11:09:15 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz> Message-ID: <20040801100915.GB25901@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz>, Wojciech Puchar <wojtek@tensor.3miasto.net>, freebsd-questions@freebsd.org, strick@covad.net References: <20040731222959.V41532@chylonia.3miasto.net> <20040731204517.GC75175@happy-idiot-talk.infracaninophile.co.uk> <410C62B4.80404@daleco.biz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mojUlQ0s9EVzWg2t" Content-Disposition: inline In-Reply-To: <410C62B4.80404@daleco.biz> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Sun, 01 Aug 2004 11:09:17 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: strick@covad.net cc: Wojciech Puchar <wojtek@tensor.3miasto.net> cc: freebsd-questions@freebsd.org Subject: Re: raw devices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 10:09:39 -0000 --mojUlQ0s9EVzWg2t Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 31, 2004 at 10:25:40PM -0500, Kevin D. Kinsey, DaleCo, S.P. wro= te: > Matthew Seaman wrote: > >On Sat, Jul 31, 2004 at 10:30:21PM +0200, Wojciech Puchar wrote: > >>where are raw devices in FreeBSD? do they exist at all? > >Actually, all devices under FreeBSD are raw or character devices. > >Block devices on the other hand disappeared a long time ago. It's all > >to do with having an advance VM system, apparently: > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/driver= basics-block.html =20 > Hmm, now I'm a tad curious --- or confused. ceri@ just committed a > revised synopsis I hacked at for the handbook's Vinum chapter which > states, among other things: >=20 > "In addition to supporting various cards and controllers for hardware > RAID systems, the base FreeBSD system includes the Vinum Volume > Manager, a block device driver that implements virtual disk drives." >=20 > So is there conflicting data here? Might be good to figure out the > truth before the next edition handbook goes to the printer (which may be= =20 > soon...) >=20 > However, I'd be first to admit a dire lack of knowledge here... help? I think the point is not that a FreeBSD system never communicates with any device in "block mode", but that there's no exposure of that interface outside of the kernel. The original BSD distinction between character and block devices let people achieve a degree of optimization in certain circumstances by short circuiting the bufferring etc. involved in using a character device and interacting more directly with the hardware. However, that concept was first developed probably some twenty-odd years ago, and the state of the art in disk and virtual memory technology has come on a long way since then. Nowadays, short circuiting the higher levels of buffer caching just doesn't make sense. Let the VM system choose when to push blocks of data out to the disks or pseudo-disks (ie. RAID arrays, vinum devices etc), or when to read them in. It knows best. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --mojUlQ0s9EVzWg2t Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDMFLiD657aJF7eIRAu5/AJ9q4DHDIiW2nO8QSKIGfWWObyvzJgCdGTHn J+RmQfvX2Lp6nJ/RTD9mY9s= =2wpk -----END PGP SIGNATURE----- --mojUlQ0s9EVzWg2t-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 10:20:25 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 955C016A4DB for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 10:20:14 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EF4743D1F for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 10:20:13 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i71AK8b4027993 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Aug 2004 11:20:08 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i71AK8bW027992; Sun, 1 Aug 2004 11:20:08 +0100 (BST) (envelope-from matthew) Date: Sun, 1 Aug 2004 11:20:08 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Bill Moran <wmoran@potentialtech.com> Message-ID: <20040801102008.GC25901@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, Bill Moran <wmoran@potentialtech.com>, Paul R Culmo <pculmo@obs2.net>, freebsd-questions@freebsd.org References: <Pine.LNX.4.44.0407312236460.30842-100000@MicronLinuxBox.obs2.net> <20040731230425.2284cf83.wmoran@potentialtech.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eHhjakXzOLJAF9wJ" Content-Disposition: inline In-Reply-To: <20040731230425.2284cf83.wmoran@potentialtech.com> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Sun, 01 Aug 2004 11:20:08 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: Paul R Culmo <pculmo@obs2.net> cc: freebsd-questions@freebsd.org Subject: Re: Newbie Problems with cvsup and updating files. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 10:20:25 -0000 --eHhjakXzOLJAF9wJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jul 31, 2004 at 11:04:25PM -0400, Bill Moran wrote: > Although I would recommend tag=3DRELENG_5_2_1, but that's you're call. Make that tag=3DRELENG_5_2 -- there's no such tag as the one you recommend, and trying to use that will end up deleting all of the user's files. Note too that this tag only applies to the src -- not the ports. Try this instead: *default host=3Dftp4.us.freebsd.org *default base=3D/usr *default prefix=3D/usr *default release=3Dcvs tag=3DRELENG_5_2 *default delete use-rel-suffix *default compress src-all ports-all tag=3D. Note too that there's not much point in only grabbing parts of the ports collection. Unless you know exactly what you're doing, you need the whole thing in order to have much change of success at using it. Cheers Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --eHhjakXzOLJAF9wJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDMPYiD657aJF7eIRAkC9AJ0fUht1rN+MiWL+XMnTaRSoBEUopgCfaB4a dX2OoqZoAIHWSNVhjJtXFWI= =M86+ -----END PGP SIGNATURE----- --eHhjakXzOLJAF9wJ-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 10:49:38 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70A9A16A4CF for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 10:49:38 +0000 (GMT) Received: from web41004.mail.yahoo.com (web41004.mail.yahoo.com [66.218.93.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 447A743D60 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 10:49:38 +0000 (GMT) (envelope-from asdzxc111@yahoo.com) Message-ID: <20040801104938.86060.qmail@web41004.mail.yahoo.com> Received: from [141.76.1.122] by web41004.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 03:49:38 PDT Date: Sun, 1 Aug 2004 03:49:38 -0700 (PDT) From: DK <asdzxc111@yahoo.com> To: Bill Moran <wmoran@potentialtech.com> In-Reply-To: <20040729105528.46377760.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 10:49:38 -0000 --- Bill Moran <wmoran@potentialtech.com> wrote: > > My bootup is fine, its the BSD+wmaker running & opening nedit & a cmd > prompts > > > that are slower than Windows 2000 ?? any suggestions as to why ?? > My FreeBSD system, using Gnome (which is a system hog) is faster than when > Windows NT was installed ... and I _KNOW_ NT is faster than W2K. So, if > you're honestly having speed problems, then something is wrong. > > So, you need to do the proper steps to figure out what's wrong with your > system. Have you pasted a dmesg? My first guess would be that your > hardware is a little off, and Windows has drivers for it but FreeBSD doesn't, > thus you get expected performance on Windows, but crap on FreeBSD. Hi Bill, Apologies if I come across as trolling. I guess I had too high an expectation as to what I expected FBSD to be able to do. I will refrain from doing comparisons with Windows as that seems to just annoy people. As for dmesg, I will run that tonight & post that. I assume I type: dmesg -a > Also, are you saying that you run nedit on both Windows and FreeBSD and it's > faster on Windows? Or are you comparing nedit to an apple? I run Nedit on FBSD & Emeditor on Windows which is much more GUI color intensive & has many more functions than Nedit. Again, EmEditor on Windows loads & runs "much faster" then Nedit on FBSD. As you said, it may be that FBSD has defaulted hardware for my box that is incorrect. > Also, have you monitored various system "stuff"? Run top, systat, etc > while starting the programs in an attempt to isolate the bottleneck. If there is any other particular diagnostic programs on FBSD that you want me to run & post the details that may help identify my slow performance please let me know ?? I haven't run top or systat, but I will run them tonight. Kind Regards, DK __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 11:18:06 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B21C16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 11:18:06 +0000 (GMT) Received: from web41013.mail.yahoo.com (web41013.mail.yahoo.com [66.218.93.12]) by mx1.FreeBSD.org (Postfix) with SMTP id DBD6E43D4C for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 11:18:05 +0000 (GMT) (envelope-from asdzxc111@yahoo.com) Message-ID: <20040801111805.3398.qmail@web41013.mail.yahoo.com> Received: from [141.76.1.122] by web41013.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 04:18:05 PDT Date: Sun, 1 Aug 2004 04:18:05 -0700 (PDT) From: DK <asdzxc111@yahoo.com> To: Giorgos Keramidas <keramida@ceid.upatras.gr> In-Reply-To: <20040728203052.GA32457@gothmog.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer package like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 11:18:06 -0000 --- Giorgos Keramidas <keramida@ceid.upatras.gr> wrote: > You should really try TkDesk one of these days. It's my all times > favorite from the x11-fm category! ;-) thanks, will try it tonight. > You have to be VERY careful when reading the instructions. There is no > "groupadd" command on FreeBSD. There is a "pw" command though, which > accepts a "groupadd" option to add new user groups. The full command > would be then: > > # pw groupadd mysql that worked, thanks. > > Raw numbers no... just sitting in front of the BSD screen counting the > > seconds.. wondering how people use this OS - then I do a reboot & > > select WIN2000 & can't believe the difference. If you want, when I > > have time, I could take an mpg of it & upload it for all ?? > > An mpg of FreeBSD running? Hmmm, I'd be interested to know exactly HOW > you'd do that. You're not complaining about the apparent slowness of > FreeBSD by running it under VMWare or something similar, right? VM no. Just a hand held digital Video Camera showing the running of both OS on the same box. > I haven't tried setting it up yet, so I'm not the best person to ask for > instructions but I might find the time to tinker with it this weekend. > > Amazingly similar look to Windows XP though ;-) Let me know if you get this one installed ok. > > I can mount my Floppy when I run gluggy KDE, but under Wmaker, I type: > > mount -v -t msdos /dev/fd0c /mnt > > ... and this says its mounted > > Try changing the current directory to /mnt and see what files are in > that directory. Are they the floppy contents? Floppy & CD mount OK now, however even though the floppy mounts OK, when I mount the floppy, I get: 127# mount -v -t msdos /dev/fd0 /mnt /dev/fd0 on /mnt (msdos, local, reads: sync 2 async 0) floppy: mount -v -t msdos /dev/fd0c /mnt CDROM: mount -t cd9660 /dev/acd0c /cdrom However, I can't seem to unmount them. I get "Command not found". 127# unmount /cdrom unmount: Command not found. > > When I run partition magic in Win2000, its says that I have a BAD > > partition. Doing some searching, found that BSD messes up something > > with the sizes of the geometry of the selected partitions(slices) - > > still don't know how to fix this ??? > > Don't "fix" anything. It's more likely that just Partition Magic that > is brain-damaged and cannot read the BSD partition properly. No, partition magic can read the BSD partition correctly. PM is saying the whole primary parition(both Windows 2000 + FBSD) is BAD(nothing to do with surface errors) I can't remember where I read it(BSD site or book, will look later) but when you make the slices, the sizes must add up to a certain divisable number, otherwise part of the partition(small number like 1024kb) will be unusable. Thats why PM is saying that the whole partition is BAD. But I don't know how to fix this ??? Kind Regards, DK __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 11:23:38 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D35816A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 11:23:38 +0000 (GMT) Received: from web41014.mail.yahoo.com (web41014.mail.yahoo.com [66.218.93.13]) by mx1.FreeBSD.org (Postfix) with SMTP id E8C6043D6B for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 11:23:37 +0000 (GMT) (envelope-from asdzxc111@yahoo.com) Message-ID: <20040801112337.43587.qmail@web41014.mail.yahoo.com> Received: from [141.76.1.121] by web41014.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 04:23:37 PDT Date: Sun, 1 Aug 2004 04:23:37 -0700 (PDT) From: DK <asdzxc111@yahoo.com> To: Giorgos Keramidas <keramida@ceid.upatras.gr> In-Reply-To: <20040729161701.GA4084@orion.daedalusnetworks.priv> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: Jerry McAllister <jerrymc@clunix.cl.msu.edu> cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 11:23:38 -0000 --- Giorgos Keramidas <keramida@ceid.upatras.gr> wrote: > > My bootup is fine, its the BSD+wmaker running & opening nedit & a cmd > > prompts that are slower than Windows 2000 ?? any suggestions as to why ?? > > You're probably using X11 with a "vesa" driver or something that doesn't > take advantage of all the accelerations that your hardware can provide. Hi Giorgos, Where do I look to see which driver X11 is using ??? And if it is using a "vesa" driver, how do I change that to a driver that is specific to my hardware: ie. 16MB Creative Graphics Blaster Riva TNT ??? Kind Regards, DK __________________________________ Do you Yahoo!? Y! Messenger - Communicate in real time. Download now. http://messenger.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 11:49:01 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D5FD16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 11:49:01 +0000 (GMT) Received: from web41009.mail.yahoo.com (web41009.mail.yahoo.com [66.218.93.8]) by mx1.FreeBSD.org (Postfix) with SMTP id 61A1B43D45 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 11:49:01 +0000 (GMT) (envelope-from asdzxc111@yahoo.com) Message-ID: <20040801114859.8595.qmail@web41009.mail.yahoo.com> Received: from [203.45.13.56] by web41009.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 04:48:59 PDT Date: Sun, 1 Aug 2004 04:48:59 -0700 (PDT) From: DK <asdzxc111@yahoo.com> To: Giorgos Keramidas <keramida@ceid.upatras.gr> In-Reply-To: <20040729164153.GC4084@orion.daedalusnetworks.priv> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer package like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 11:49:01 -0000 --- Giorgos Keramidas <keramida@ceid.upatras.gr> wrote: > Oh come on, I consider autorunning of removable media a security risk. You > like it and try to present the opposite behavior as a fault. I don't think > there is any case we can agree on this point. The best we can do about it > is help you install amd, the automounter daemon and let us all live in peace > :P Hi Giorgos, I understand your point & why MS have autorun on by default. Because a lot of newbies to Windows don't even know what/where setup.exe is to start a program. So to make it easier to install Office after Windows has been installed, AR is on by default. I agree with you though, autorun(NOT automount) IS a security risk & I have have it disabled. > > > Is it so hard to edit a text file like rc.conf and add a simple line > > > like this? > > > > > > amd_enable="YES" I edited rc.conf & added the line: amd_enable="YES" However, my devices(Floppy & CDROM) are not automounting after logging in or starting X ??? In the process view of BSD, I have amd as waiting Trying to understand man amd isn't helping. Any ideas ??? I have some other problems as well: 1) Trying to search for a file I get the error: 127# locate mysql locate: database too small: /var/db/locate.database 2) I deleted the installed package xfce4, then added it again but xfce4 still won't start. Is the warnings(about versions) given when I add the package(below) a cause of why it won't start ??? 127# pkg_add xfce4-wm-4.0.5.tgz pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'jpeg-6b_3', but 'jpeg-6b_2' is installed pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'python-2.3.4', but 'python-2.3.3_5' is installed pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'png-1.2.5_5', but 'png-1.2.5_3' is installed pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'glib-2.4.2', but 'glib-2.4.0' is installed pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'shared-mime-info-0.14_3', but 'shared-mime-info-0.14_2' is installed pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'pango-1.4.0_1', but 'pango-1.4.0' is installed pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'gtk-2.4.3_1', but 'gtk-2.4.0' is installed pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'startup-notification-0.7', but 'startup-notification-0.6' is installed 3)I am trying to install Apachetoolbox-1.5.70(it may well be a BigApache for BSD :)) - but I get the errors "Command not found" trying to run it: 127# pwd /usr/ports/distfiles/Apachetoolbox-1.5.70 127# ls CHANGE MIRROR bin etc src INSTALL README contrib install.sh 127# ./install. sh ./install.: Command not found. 127# ./install sh ./install: Command not found. 127# ./install ./install: Command not found. then I tried using bash after reading: Install =-=-=-= 1) as root run ./install.sh ****************************************************************************** Solaris/BSD users, the script interpreter of install.sh is BASH (/bin/bash). Bash should be used, YMMV if you change it to /bin/sh. ****************************************************************************** 127# bash bash-2.05# pwd /usr/ports/distfiles/Apachetoolbox-1.5.70 bash-2.05# ls CHANGE MIRROR bin etc src INSTALL README contrib install.sh bash-2.05# ./install bash: ./install: No such file or directory bash-2.05# ./install.sh bash: ./install.sh: bad interpreter: No such file or directory bash-2.05# ./install bash: ./install: No such file or directory Any ideas to these 3 last problems ??? Kind Regards, DK __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 11:51:16 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE95616A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 11:51:16 +0000 (GMT) Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF72843D64 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 11:51:15 +0000 (GMT) (envelope-from d3c3it-linux@ntlworld.com) Received: from [192.168.0.2] ([213.106.176.107]) by mta02-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20040801114944.YWFQ12282.mta02-svc.ntlworld.com@[192.168.0.2]> for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 12:49:44 +0100 From: Glyn Tebbutt <d3c3it-linux@ntlworld.com> To: freebsd-questions@freebsd.org Content-Type: text/plain Message-Id: <1091361076.8201.2.camel@frozen.lazarus.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 01 Aug 2004 12:51:16 +0100 Content-Transfer-Encoding: 7bit Subject: Quake3 & mouse, silly i know X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 11:51:16 -0000 Hi all i've finally had success with installing freebsd, running -CURRENT & xorg solid now, very pleased indeed. So now im just build my system, with the apps i use etc etc but i have a question, to test the GL out of my nvidia card *which is perfect actually* i tried quake3, the only problem i have is, my mouse doesn't seem to want to work it wont grab it, its a silly question i know, i have search google but havn't found anything relating Thanks everyone -- *-----------------------------------------------------* | Glyn Tebbutt | d3c3it-linux@ntlworld.com | |--------------' http://homepage.ntlworld.com/d3c3it | | Lisa, if you dont like your job you dont strike, | | You just go in everyday and do it really half-assed | | Thats the American way. -Homer Simpson | *-----------------------------------------------------* From owner-freebsd-questions@FreeBSD.ORG Sat Jul 31 19:43:38 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCC0416A4CE for <freebsd-questions@freebsd.org>; Sat, 31 Jul 2004 19:43:38 +0000 (GMT) Received: from web51802.mail.yahoo.com (web51802.mail.yahoo.com [206.190.38.233]) by mx1.FreeBSD.org (Postfix) with SMTP id 6629D43D1F for <freebsd-questions@freebsd.org>; Sat, 31 Jul 2004 19:43:38 +0000 (GMT) (envelope-from patrick_dkt@yahoo.com.hk) Message-ID: <20040731194337.37249.qmail@web51802.mail.yahoo.com> Received: from [203.168.166.82] by web51802.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 03:43:37 CST Date: Sun, 1 Aug 2004 03:43:37 +0800 (CST) From: =?big5?q?Patrick=20Dung?= <patrick_dkt@yahoo.com.hk> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sun, 01 Aug 2004 12:06:24 +0000 Subject: Curious question about FreeBSD's TCP/IP and SMP locking X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 31 Jul 2004 19:43:39 -0000 Hi After browsing the *BSD cvsweb site, I have found that FreeBSD-current's TCPIP code has added locking/mutex in it. I am not programmer but I want to know what is the use of adding so much locks/mutex in the stack? Also, would it make a newbie/beginner feel difficult to understand the code (I mean the TCP/IP part)? Thanks _________________________________________________________ ¥²±þ§Þ¡B¶¼ºq¡B¤p¬P¬P... ®öº©¹aÁn ±¡¤ß³sô http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/ From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 03:10:49 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7F2A16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 03:10:49 +0000 (GMT) Received: from web21207.mail.yahoo.com (web21207.mail.yahoo.com [216.136.175.165]) by mx1.FreeBSD.org (Postfix) with SMTP id B6C2543D55 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 03:10:49 +0000 (GMT) (envelope-from adriankok2000@yahoo.com.hk) Message-ID: <20040801031049.6958.qmail@web21207.mail.yahoo.com> Received: from [142.154.115.77] by web21207.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 11:10:49 CST Date: Sun, 1 Aug 2004 11:10:49 +0800 (CST) From: =?iso-8859-1?q?adrian=20kok?= <adriankok2000@yahoo.com.hk> To: Wojciech Puchar <wojtek@tensor.3miasto.net> In-Reply-To: <20040801011522.K58136@chylonia.3miasto.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sun, 01 Aug 2004 12:06:24 +0000 cc: freebsd-questions@freebsd.org Subject: Re: bandwidth question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 03:10:50 -0000 Hi Can you tell me in details? I need the bandwidth software to create graph in 1G Thank you --- Wojciech Puchar <wojtek@tensor.3miasto.net> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Hi all > > > > Do you know there is bandwidth software to support > > Giga ethernet? > > same place where it is to support fast ethernet. > > > > > Thank you very much > > > > > _______________________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com.hk address at > http://mail.english.yahoo.com.hk > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.3 (FreeBSD) > > iD8DBQFBDCggVbTJCKecqu0RAngoAJ4hmm+JMoMOjDPrZdBuy9/ItAwFZACaAxbO > lg5pnOjnazs1VICoGp/aQgI= > =6X6e > -----END PGP SIGNATURE----- > > _______________________________________________________________________ Do You Yahoo!? Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 03:41:59 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0553416A4CF for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 03:41:59 +0000 (GMT) Received: from web15704.mail.cnb.yahoo.com (web15704.mail.cnb.yahoo.com [202.165.102.71]) by mx1.FreeBSD.org (Postfix) with SMTP id 113F043D2F for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 03:41:58 +0000 (GMT) (envelope-from bsd0621@yahoo.com.cn) Message-ID: <20040801034156.876.qmail@web15704.mail.cnb.yahoo.com> Received: from [218.0.213.46] by web15704.mail.cnb.yahoo.com via HTTP; Sun, 01 Aug 2004 11:41:56 CST Date: Sun, 1 Aug 2004 11:41:56 +0800 (CST) From: =?gb2312?q?hong=20yu?= <bsd0621@yahoo.com.cn> To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Mailman-Approved-At: Sun, 01 Aug 2004 12:06:24 +0000 Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Can i mount a FAT32 partion while boot from live cd(Disc 2)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 03:41:59 -0000 Hi , everyone Can i mount a FAT32 partion while boot from live cd(Disc 2)? --------------------------------- Do You Yahoo!? ÃÀÅ®Ã÷ÐÇÓ¦Óо¡ÓУ¬"Ò»ËÑ"ËѱéÃÀͼ¡¢ÑÞͼºÍ¿áͼ 100Õ×ÓÊÏä¹»²»¹»Óã¿ÑÅ»¢µçÓÊ×ÔÖúÀ©ÈÝ£¡ From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 05:28:11 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86C2C16A4CE for <questions@freebsd.org>; Sun, 1 Aug 2004 05:28:11 +0000 (GMT) Received: from hotmail.com (bay2-dav10.bay2.hotmail.com [65.54.246.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4929543D6E for <questions@freebsd.org>; Sun, 1 Aug 2004 05:28:11 +0000 (GMT) (envelope-from vladtudorache@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 31 Jul 2004 22:28:11 -0700 Received: from 80.97.176.115 by bay2-dav10.bay2.hotmail.com with DAV; Sun, 01 Aug 2004 05:28:10 +0000 X-Originating-IP: [80.97.176.115] X-Originating-Email: [vladtudorache@hotmail.com] X-Sender: vladtudorache@hotmail.com From: "Vlad Tudorache" <vladtudorache@hotmail.com> To: <questions@freebsd.org> Date: Sun, 1 Aug 2004 08:28:04 +0300 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: <BAY2-DAV10yP6UR6g8S000092fb@hotmail.com> X-OriginalArrivalTime: 01 Aug 2004 05:28:11.0202 (UTC) FILETIME=[55CDBA20:01C47788] X-Mailman-Approved-At: Sun, 01 Aug 2004 12:06:24 +0000 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: GNOME on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 05:28:11 -0000 I'm using kdm as Display Manager with FreeBSD. If I select a GNOME = session as root and then try to restart/shutdown from GNOME the system = hangs (until I press Ctrl-Alt-Del, when reboot sequence continues = normally). How can I avoid this? From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 11:32:01 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA90E16A4CF for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 11:32:01 +0000 (GMT) Received: from web21204.mail.yahoo.com (web21204.mail.yahoo.com [216.136.131.77]) by mx1.FreeBSD.org (Postfix) with SMTP id A1BE543D46 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 11:32:01 +0000 (GMT) (envelope-from adriankok2000@yahoo.com.hk) Message-ID: <20040801113201.46438.qmail@web21204.mail.yahoo.com> Received: from [142.154.100.60] by web21204.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 19:32:01 CST Date: Sun, 1 Aug 2004 19:32:01 +0800 (CST) From: =?iso-8859-1?q?adrian=20kok?= <adriankok2000@yahoo.com.hk> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sun, 01 Aug 2004 12:06:24 +0000 Subject: support 64 bit CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 11:32:01 -0000 Hi all Can freebsd run on 64 bit CPU? Thank you very much _______________________________________________________________________ Do You Yahoo!? Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 12:09:37 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F15716A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 12:09:37 +0000 (GMT) Received: from anchor-post-33.mail.demon.net (anchor-post-33.mail.demon.net [194.217.242.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id E51FA43D62 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 12:09:35 +0000 (GMT) (envelope-from rghf@fsck.me.uk) Received: from jvds.demon.co.uk ([212.228.151.253] helo=jackhammer) by anchor-post-33.mail.demon.net with esmtp (Exim 3.35 #1) id 1BrF9i-0001Oh-0X; Sun, 01 Aug 2004 12:09:34 +0000 Date: Sun, 1 Aug 2004 13:13:08 +0100 (BST) From: Rus Foster <rghf@fsck.me.uk> X-X-Sender: rghf@jackhammer To: =?iso-8859-1?q?adrian=20kok?= <adriankok2000@yahoo.com.hk> In-Reply-To: <20040801113201.46438.qmail@web21204.mail.yahoo.com> Message-ID: <Pine.LNX.4.60.0408011313000.13180@jackhammer> References: <20040801113201.46438.qmail@web21204.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-questions@freebsd.org Subject: Re: support 64 bit CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 12:09:37 -0000 On Sun, 1 Aug 2004, [iso-8859-1] adrian kok wrote: > Hi all > > Can freebsd run on 64 bit CPU? > > Thank you very much > Which 64bit CPU? Rus -- e: rghf@vpscolo.com : t: 1-888-327-6330 http://www.jvds.com - Root on your own box http://www.vpscolo.com - Your next hosting company http://jvdsblog.jvds.com - The Life of a Web Host Owner From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 12:39:33 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 276F716A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 12:39:33 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id B658643D5E for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 12:39:31 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i71CdQMX029442 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Aug 2004 13:39:26 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i71CdQON029441; Sun, 1 Aug 2004 13:39:26 +0100 (BST) (envelope-from matthew) Date: Sun, 1 Aug 2004 13:39:26 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: adrian kok <adriankok2000@yahoo.com.hk> Message-ID: <20040801123926.GB29227@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, adrian kok <adriankok2000@yahoo.com.hk>, freebsd-questions@freebsd.org References: <20040801113201.46438.qmail@web21204.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3uo+9/B/ebqu+fSQ" Content-Disposition: inline In-Reply-To: <20040801113201.46438.qmail@web21204.mail.yahoo.com> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Sun, 01 Aug 2004 13:39:26 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: support 64 bit CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 12:39:33 -0000 --3uo+9/B/ebqu+fSQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 01, 2004 at 07:32:01PM +0800, adrian kok wrote: > Can freebsd run on 64 bit CPU? Yes. Take your pick of AMD64, UltraSparc, Alpha, IA64 and then there's a bunch of other architectures "in progress", including MIPS and PPC. But I'm perplexed as to why you need to ask here when this information is displayed quite prominently right on the front page of the FreeBSD website. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --3uo+9/B/ebqu+fSQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDOR+iD657aJF7eIRAg/KAJ9FUT7+iSLyk2VlcCt/4IovR7RL2wCfaWA/ mLin12pVRJVwpN/e6K4EMMI= =j/9x -----END PGP SIGNATURE----- --3uo+9/B/ebqu+fSQ-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 12:51:00 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1B1A16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 12:51:00 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A48243D45 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 12:51:00 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 5EA50813A; Sun, 1 Aug 2004 14:52:26 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31015-01; Sun, 1 Aug 2004 14:52:25 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id E321B80F6; Sun, 1 Aug 2004 14:52:25 +0200 (CEST) From: Jorn Argelo <jorn@wcborstel.nl> To: freebsd-questions@freebsd.org Date: Sun, 1 Aug 2004 14:50:56 +0200 User-Agent: KMail/1.6.2 References: <1091361076.8201.2.camel@frozen.lazarus.net> In-Reply-To: <1091361076.8201.2.camel@frozen.lazarus.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408011451.07003.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: Glyn Tebbutt <d3c3it-linux@ntlworld.com> Subject: Re: Quake3 & mouse, silly i know X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 12:51:01 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 01 August 2004 13:51, Glyn Tebbutt wrote: > Hi all > i've finally had success with installing freebsd, running -CURRENT & > xorg solid now, very pleased indeed. So now im just build my system, > with the apps i use etc etc but i have a question, to test the GL out of > my nvidia card *which is perfect actually* i tried quake3, the only > problem i have is, my mouse doesn't seem to want to work it wont grab > it, its a silly question i know, i have search google but havn't found > anything relating > Thanks everyone Perhaps you should start Quake3 from the command line to see if it spits ou= t=20 any errors regarding your mouse. I played UT2003 on FreeBSD as well, and th= at=20 worked just fine with the mouse. Do note that CURRENT has the bleeding-edge kernel sources, which are often= =20 considered as very instable. If you're not a developer, you will probably b= e=20 better of with a RELEASE (5.2.1) or STABLE (4.10) version of FreeBSD.=20 Cheers, Jorn =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBDOc0s2lBCry7iusRAgp0AJ9bG4MdCENCyqMYvFgAWFCx8HRCbQCfQipf agdiKk52yWVHzvofCzMpO4M=3D =3DuE/b =2D----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 12:56:11 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9013A16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 12:56:11 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 493F543D2F for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 12:56:11 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 1472069A71; Sun, 1 Aug 2004 08:55:58 -0400 (EDT) Date: Sun, 1 Aug 2004 08:55:57 -0400 From: Bill Moran <wmoran@potentialtech.com> To: Morten Liebach <m@mongers.org> Message-Id: <20040801085557.404d0cd6.wmoran@potentialtech.com> In-Reply-To: <20040801092848.GA22860@mongers.org> References: <20040731230425.2284cf83.wmoran@potentialtech.com> <Pine.LNX.4.44.0408010020540.30995-100000@MicronLinuxBox.obs2.net> <20040801092848.GA22860@mongers.org> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Newbie Problems with cvsup and updating files. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 12:56:11 -0000 Morten Liebach <m@mongers.org> wrote: > On 2004-08-01 00:23:01 -0400, Paul R Culmo wrote: > > On Sat, 31 Jul 2004, Bill Moran wrote: > > > Yes, I think your supfile is wrong. > > > > > > *default release=cvs RELENG_5_2_1_RELEASE > > > > > > ^^^ This line is what I believe is wrong, replace it with these two > > > lines: > > > *default release=cvs > > > *default tag=RELENG_5_2_1_RELEASE > > > > > > Although I would recommend tag=RELENG_5_2_1, but that's you're call. > > It's RELENG_5_2, not RELENG_5_2_1 Oops ... sorry about that. Yeah, trying to grab RELENG_5_2_1 would result in your entire src tree being deleted, since there is not such branch. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 12:57:15 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB5CC16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 12:57:15 +0000 (GMT) Received: from lakermmtao03.cox.net (lakermmtao03.cox.net [68.230.240.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ED4243D73 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 12:57:15 +0000 (GMT) (envelope-from james.coulter@cox.net) Received: from sabrina ([68.105.58.150]) by lakermmtao03.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with ESMTP id <20040801125657.EAYD17122.lakermmtao03.cox.net@sabrina>; Sun, 1 Aug 2004 08:56:57 -0400 From: "James A. Coulter" <james.coulter@cox.net> To: <freebsd-questions@freebsd.org> Date: Sun, 1 Aug 2004 07:58:54 -0500 Message-ID: <001001c477c7$4cdac720$6e01a8c0@sabrina> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <MIEPLLIBMLEEABPDBIEGEEDDGIAA.Barbish3@adelphia.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal cc: Barbish3@adelphia.net Subject: RE: Firewall Rule Set not allowing access to DNS servers? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 12:57:16 -0000 I changed the DNS rules as you suggested, and the firewall works perfectly - thanks very much. This has been a great learning experience for me - thanks to all who responded. Jim C > -----Original Message----- > From: JJB [mailto:Barbish3@adelphia.net] > Sent: Saturday, July 31, 2004 1:08 PM > To: James A. Coulter; freebsd-questions@freebsd.org > Subject: RE: Firewall Rule Set not allowing access to DNS servers? > > > Look back at the ipfw sample rule set and you will see that > there are both udp and tcp protocol access to DSN. Also not > that udp does not use setup keyword. > > # Allow out access to my ISP's Domain name server. > # x.x.x.x must be the IP address of your ISP's DNS > # Dup these lines if your ISP has more than one DNS server > # Get the IP addresses from /etc/resolv.conf file > $cmd 00110 allow tcp from any to x.x.x.x 53 out via $pif > setup keep-state $cmd 00111 allow udp from any to x.x.x.x 53 > out via $pif keep-state > > You DNS rules are > # Allow out access to my ISP's Domain name server. > # x.x.x.x must be the IP address of your ISP's DNS > # Dup these lines if your ISP has more than one DNS server > # Get the IP addresses from /etc/resolv.conf file > $cmd 020 $skip UDP from any to 68.105.161.20 53 out via $pif > setup keep-state $cmd 021 $skip UDP from any to 68.1.18.25 53 > out via $pif setup keep-state $cmd 022 $skip UDP from any to > 68.10.16.30 53 out via $pif setup keep-state > > As you can see you have no tcp protocol statements. > Your udp rules use setup keyword which is only for tcp rules > so your udp packets never match this rule and default to > getting blocked which is why you get log error messages and > you can not access public internet. > > Also if you look closely at the first 4 ipfw log messages you > will see first message is about ip address 193.0.14.129 which is the > primary dns server pointed to by url search pn.at.cox.net in > /etc/resolv.conf > > Change your DNS rules to look like this > > # Allow out access to my ISP's Domain name server. > # x.x.x.x must be the IP address of your ISP's DNS > # Dup these lines if your ISP has more than one DNS server > # Get the IP addresses from /etc/resolv.conf file > $cmd 020 $skip udp from any to 193.0.14.129 53 out via $pif > keep-state $cmd 021 $skip udp from any to 68.1.18.25 53 out > via $pif keep-state $cmd 022 $skip udp from any to > 68.10.16.30 53 out via $pif keep-state $cmd 023 $skip udp > from any to 68.105.161.20 53 out via $pif keep-state $cmd 024 > $skip tcp from any to 193.0.14.129 53 out via $pif setup > keep-state $cmd 025 $skip tcp from any to 68.1.18.25 53 out > via $pif setup keep-state $cmd 026 $skip tcp from any to > 68.10.16.30 53 out via $pif setup keep-state $cmd 027 $skip > tcp from any to 68.105.161.20 53 out via $pif setup keep-state > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of > James A. Coulter > Sent: Saturday, July 31, 2004 1:09 PM > To: Barbish3@adelphia.net; freebsd-questions@freebsd.org > Subject: RE: Firewall Rule Set not allowing access to DNS servers? > > My LAN is configured with static IP addresses, 192.168.1.x. > > I have no problems communicating within the LAN. > > I have full connectivity with the internet from every machine > on my LAN when the firewall is open. > > When I use the rule set in question, I can ping and send mail > but I cannot access the DNS servers listed in resolv.conf. > > These are the same DNS servers placed in resolv.conf when the > firewall is open. > > I'm sorry, but I never said dc1 was my inside nic. > > Again, I appreciate any help with this. The files you > requested follow. > > Here's my ifconfig - a: > > sara# ifconfig -a > dc0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255 > inet6 fe80::204:5aff:fe76:55f0%dc0 prefixlen 64 scopeid 0x1 > ether 00:04:5a:76:55:f0 > media: Ethernet autoselect (100baseTX <full-duplex>) > status: active > dc1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > inet6 fe80::2a0:ccff:fe33:e1f6%dc1 prefixlen 64 scopeid 0x2 > inet 68.105.58.150 netmask 0xfffffe00 broadcast 68.105.59.255 > ether 00:a0:cc:33:e1:f6 > media: Ethernet autoselect (100baseTX <full-duplex>) > status: active > lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500 > lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 > inet 127.0.0.1 netmask 0xff000000 > ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500 > sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 552 > faith0: flags=8002<BROADCAST,MULTICAST> mtu 1500 > > Here's resolv.conf: > > sara# more /etc/resolv.conf > search pn.at.cox.net > nameserver 68.105.161.20 > nameserver 68.1.18.25 > nameserver 68.10.16.30 > > Here's the entire rule set I'm trying to use. > > I did follow the comments. > > Please note the variable pif is set to dc1, my outside nic. > > ################ Start of IPFW rules file > ############################### # Flush out the list before > we begin. ipfw -q -f flush # Set rules command prefix > cmd="ipfw -q add" skip="skipto 800" > pif="dc1" # public interface name of Nic card > # facing the public internet > > > > ################################################################# > # No restrictions on Inside Lan Interface for private network > # Change xl0 to your Lan Nic card interface name > ################################################################# > $cmd 005 allow all from any to any via dc0 > > ################################################################# > # No restrictions on Loopback Interface > ################################################################# > $cmd 010 allow all from any to any via lo0 > > ################################################################# > # check if packet is inbound and nat address if it is > ################################################################# > $cmd 014 divert natd ip from any to any in via $pif > > ################################################################# > # Allow the packet through if it has previous been added to > the # the "dynamic" rules table by a allow keep-state > statement. > ################################################################# > $cmd 015 check-state > > ################################################################# > # Interface facing Public internet (Outbound Section) > # Interrogate session start requests originating from behind > the # firewall on the private network or from this gateway > server # destine for the public internet. > ################################################################# > > # Allow out access to my ISP's Domain name server. > # x.x.x.x must be the IP address of your ISP's DNS > # Dup these lines if your ISP has more than one DNS server > # Get the IP addresses from /etc/resolv.conf file > $cmd 020 $skip UDP from any to 68.105.161.20 53 out via $pif > setup keep-state $cmd 021 $skip UDP from any to 68.1.18.25 53 > out via $pif setup keep-state $cmd 022 $skip UDP from any to > 68.10.16.30 53 out via $pif setup keep-state > > # Allow out access to my ISP's DHCP server for cable/DSL > configurations. $cmd 030 $skip udp from any to 172.19.17.22 > 67 out via $pif keep-state > > # Allow out non-secure standard www function > $cmd 040 $skip tcp from any to any 80 out via $pif setup keep-state > > # Allow out secure www function https over TLS SSL > $cmd 050 $skip tcp from any to any 443 out via $pif setup keep-state > > # Allow out send & get email function > $cmd 060 $skip tcp from any to any 25 out via $pif setup > keep-state $cmd 061 $skip tcp from any to any 110 out via > $pif setup keep-state > > # Allow out FBSD (make install & CVSUP) functions > # Basically give user root "GOD" privileges. > $cmd 070 $skip tcp from me to any out via $pif setup > keep-state uid root > > # Allow out ping > $cmd 080 $skip icmp from any to any out via $pif keep-state > > # Allow out Time > $cmd 090 $skip tcp from any to any 37 out via $pif setup keep-state > > # Allow out nntp news (IE: news groups) > $cmd 100 $skip tcp from any to any 119 out via $pif setup keep-state > > # Allow out secure FTP, Telnet, and SCP > # This function is using SSH (secure shell) > $cmd 110 $skip tcp from any to any 22 out via $pif setup keep-state > > # Allow out whois > $cmd 120 $skip tcp from any to any 43 out via $pif setup keep-state > > # Allow ntp time server > $cmd 130 $skip udp from any to any 123 out via $pif keep-state > > ################################################################# > # Interface facing Public internet (Inbound Section) > # Interrogate packets originating from the public internet > # destine for this gateway server or the private network. > ################################################################# > > # Deny all inbound traffic from non-routable reserved address > spaces $cmd 300 deny all from 192.168.0.0/16 to any in via > $pif #RFC 1918 private IP > $cmd 301 deny all from 172.16.0.0/12 to any in via $pif #RFC 1918 > private > IP > $cmd 302 deny all from 10.0.0.0/8 to any in via $pif #RFC 1918 > private > IP > $cmd 303 deny all from 127.0.0.0/8 to any in via $pif #loopback > $cmd 304 deny all from 0.0.0.0/8 to any in via $pif #loopback > $cmd 305 deny all from 169.254.0.0/16 to any in via $pif > #DHCP auto-config > $cmd 306 deny all from 192.0.2.0/24 to any in via $pif #reserved > for > doc's > $cmd 307 deny all from 204.152.64.0/23 to any in via $pif > #Sun cluster > $cmd 308 deny all from 224.0.0.0/3 to any in via $pif #Class D > & E > multicast > > # Deny ident > $cmd 315 deny tcp from any to any 113 in via $pif > > # Deny all Netbios service. 137=name, 138=datagram, > 139=session # Netbios is MS/Windows sharing services. # Block > MS/Windows hosts2 name server requests 81 $cmd 320 deny tcp > from any to any 137 in via $pif $cmd 321 deny tcp from any to > any 138 in via $pif $cmd 322 deny tcp from any to any 139 in > via $pif $cmd 323 deny tcp from any to any 81 in via $pif > > # Deny any late arriving packets > $cmd 330 deny all from any to any frag in via $pif > > # Deny ACK packets that did not match the dynamic rule table > $cmd 332 deny tcp from any to any established in via $pif > > # Allow traffic in from ISP's DHCP server. This rule must > contain # the IP address of your ISP's DHCP server as it's > the only # authorized source to send this packet type. # Only > necessary for cable or DSL configurations. # This rule is not > needed for 'user ppp' type connection to # the public > internet. This is the same IP address you captured # and used > in the outbound section. $cmd 360 allow udp from 172.19.17.22 > to any 68 in via $pif keep-state > > # Allow in standard www function because I have apache server > $cmd 370 allow tcp from any to me 80 in via $pif setup limit > src-addr 2 $cmd 370 allow tcp from any to me 8888 in via $pif > setup limit src-addr 2 > > # Allow in secure FTP, Telnet, and SCP from public Internet > $cmd 380 allow tcp from any to me 22 in via $pif setup limit > src-addr 2 > > # Allow in non-secure Telnet session from public Internet > # labeled non-secure because ID & PW are passed over public > # internet as clear text. > # Delete this sample group if you do not have telnet server > enabled. # $cmd 390 allow tcp from any to me 23 in via $pif > setup limit src-addr 2 > > # Reject & Log all unauthorized incoming connections from the > public internet $cmd 500 deny log all from any to any in via $pif > > # Reject & Log all unauthorized out going connections to the > public internet > > $cmd 550 deny log all from any to any out via $pif > > # This is skipto location for outbound stateful rules > $cmd 800 divert natd ip from any to any out via $pif > $cmd 801 allow ip from any to any > > # Everything else is denied by default > # deny and log all packets that fell through to see what they > are $cmd 999 deny log all from any to any > > > ################ End of IPFW rules file > ############################### > > Here's all of today's security ouput: > > Jul 31 07:50:36 sara /kernel: ipfw: 550 Deny UDP > 68.105.58.150:1649 193.0.14.129:53 out via dc1 Jul 31 > 07:50:37 sara /kernel: ipfw: 550 Deny UDP 68.105.58.150:2671 > 68.105.161.20:53 out via dc1 Jul 31 07:50:37 sara /kernel: > ipfw: 550 Deny UDP 68.105.58.150:1042 68.1.18.25:53 out via > dc1 Jul 31 07:50:37 sara /kernel: ipfw: 550 Deny UDP > 68.105.58.150:4365 68.10.16.30:53 out via dc1 Jul 31 07:50:37 > sara /kernel: ipfw: 550 Deny UDP 68.105.58.150:2365 > 68.105.161.20:53 out via dc1 Jul 31 07:50:37 sara /kernel: > ipfw: 550 Deny UDP 68.105.58.150:4325 68.1.18.25:53 out via > dc1 Jul 31 07:50:37 sara /kernel: ipfw: 550 Deny UDP > 68.105.58.150:3378 68.10.16.30:53 out via dc1 Jul 31 07:50:37 > sara /kernel: ipfw: 550 Deny UDP 68.105.58.150:2952 > 68.105.161.20:53 out via dc1 Jul 31 07:50:37 sara /kernel: > ipfw: 550 Deny UDP 68.105.58.150:1359 68.1.18.25:53 out via > dc1 Jul 31 07:50:37 sara /kernel: ipfw: 550 Deny UDP > 68.105.58.150:4738 68.10.16.30:53 out via dc1 Jul 31 07:50:37 > sara /kernel: ipfw: limit 10 reached on entry 550 Jul 31 > 07:51:42 sara /kernel: ipfw: 500 Deny TCP 81.56.103.50:3860 > 68.105.58.150:21 in via dc1 Jul 31 07:51:51 sara last message > repeated 2 times Jul 31 07:53:15 sara /kernel: ipfw: 500 Deny > TCP 81.56.103.50:3875 68.105.58.150:21 in via dc1 Jul 31 > 07:53:24 sara last message repeated 2 times Jul 31 07:53:32 > sara /kernel: ipfw: 500 Deny TCP 81.56.103.50:3878 > 68.105.58.150:21 in via dc1 Jul 31 07:53:41 sara last message > repeated 2 times Jul 31 07:53:44 sara /kernel: ipfw: 500 Deny > TCP 81.56.103.50:3881 68.105.58.150:21 in via dc1 Jul 31 > 07:53:44 sara /kernel: ipfw: limit 10 reached on entry 500 > Jul 31 08:13:35 sara /kernel: ipfw: 65000 Deny UDP > 68.1.18.25:53 192.168.1.102:3232 in via dc1 Jul 31 08:13:35 > sara /kernel: ipfw: 65000 Deny UDP 68.105.161.20:53 > 192.168.1.102:3232 in via dc1 Jul 31 08:14:33 sara /kernel: > ipfw: 65000 Deny UDP 10.2.184.1:67 255.255.255.255:68 in via > dc1 Jul 31 08:15:28 sara last message repeated 2 times Jul 31 > 08:15:47 sara last message repeated 5 times Jul 31 08:15:47 > sara /kernel: ipfw: limit 10 reached on entry 65000 Jul 31 > 08:31:20 sara /kernel: ipfw: 550 Deny UDP 68.105.58.150:3534 > 198.41.0.4:53 out via dc1 Jul 31 08:31:21 sara /kernel: ipfw: > 550 Deny UDP 68.105.58.150:3178 68.105.161.20:53 out via dc1 > Jul 31 08:31:21 sara /kernel: ipfw: 550 Deny UDP > 68.105.58.150:4476 68.1.18.25:53 out via dc1 Jul 31 08:31:21 > sara /kernel: ipfw: 550 Deny UDP 68.105.58.150:4747 > 68.10.16.30:53 out via dc1 Jul 31 08:31:21 sara /kernel: > ipfw: 550 Deny UDP 68.105.58.150:4952 68.105.161.20:53 out > via dc1 Jul 31 08:31:21 sara /kernel: ipfw: 550 Deny UDP > 68.105.58.150:2260 68.1.18.25:53 out via dc1 Jul 31 08:31:21 > sara /kernel: ipfw: 550 Deny UDP 68.105.58.150:4087 > 68.10.16.30:53 out via dc1 Jul 31 08:31:21 sara /kernel: > ipfw: 550 Deny UDP 68.105.58.150:4914 68.105.161.20:53 out > via dc1 Jul 31 08:31:21 sara /kernel: ipfw: 550 Deny UDP > 68.105.58.150:1849 68.1.18.25:53 out via dc1 Jul 31 08:31:21 > sara /kernel: ipfw: 550 Deny UDP 68.105.58.150:2220 > 68.10.16.30:53 out via dc1 Jul 31 08:31:21 sara /kernel: > ipfw: limit 10 reached on entry 550 > > Here's rc.conf again: > > # -- sysinstall generated deltas -- > # Sun Jul 4 10:40:48 2004 > # Created: Sun Jul 4 10:40:48 2004 > # Enable network daemons for user convenience. > # Please make all changes to this file, not to > /etc/defaults/rc.conf. # This file now contains just the > overrides from /etc/defaults/rc.conf. > hostname="sara.mshome.net" ifconfig_dc1="DHCP" > ifconfig_dc0="inet 192.168.1.1 netmask 255.255.255.0" > firewall_enable="YES" firewall_script="/etc/ipfw.rules" > firewall_logging="YES" kern_securelevel_enable="NO" > linux_enable="YES" moused_enable="YES" named_enable="YES" > nfs_client_enable="YES" nfs_reserved_port_only="YES" > nfs_server_enable="YES" sendmail_enable="YES" > sshd_enable="YES" usbd_enable="YES" ntpd_enable="YES" > inetd_enable="YES" gateway_enable="YES" natd_enable="YES" > natd_interface="dc1" natd_flags="-dynamic" > > Here's dmesg.boot: > > Copyright (c) 1992-2004 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, > 1993, 1994 > The Regents of the University of California. All > rights reserved. FreeBSD 4.10-RELEASE #8: Fri Jul 30 07:19:43 CDT 2004 > jcoulter@sara.mshome.net:/usr/obj/usr/src/sys/SARA > Timecounter "i8254" frequency 1193182 Hz > CPU: Intel Celeron (634.78-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x686 Stepping = 6 > > Features=0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,M > CA,CMOV, > PAT,PSE36,MMX,FXSR,SSE> > real memory = 134201344 (131056K bytes) > avail memory = 127057920 (124080K bytes) > Preloaded elf kernel "kernel" at 0xc0381000. > Pentium Pro MTRR support enabled > md0: Malloc disk > Using $PIR table, 8 entries at 0xc00f0e80 > npx0: <math processor> on motherboard > npx0: INT 16 interface > pcib0: <Intel 82443BX (440 BX) host to PCI bridge> on motherboard > pci0: <PCI bus> on pcib0 > agp0: <Intel 82443BX (440 BX) host to PCI bridge> mem > 0xe4000000-0xe7ffffff at device 0.0 on pci0 > pcib1: <Intel 82443BX (440 BX) PCI-PCI (AGP) bridge> at > device 1.0 on pci0 > pci1: <PCI bus> on pcib1 > pci1: <ATI Mach64-GB graphics accelerator> at 0.0 irq 11 > isab0: <Intel 82371AB PCI to ISA bridge> at device 4.0 on pci0 > isa0: <ISA bus> on isab0 > atapci0: <Intel PIIX4 ATA33 controller> port 0xb800-0xb80f at > device 4.1 on pci0 > ata0: at 0x1f0 irq 14 on atapci0 > ata1: at 0x170 irq 15 on atapci0 > uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port > 0xb400-0xb41f irq 9 at device 4.2 on pci0 > usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0 > usb0: USB revision 1.0 > uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 2 ports with 2 removable, self powered > chip0: <Intel 82371AB Power management controller> port > 0xe800-0xe80f at device 4.3 on pci0 > dc0: <ADMtek AN985 10/100BaseTX> port 0xb000-0xb0ff mem > 0xe1000000-0xe10003ff irq 12 at device 10.0 on pci0 > dc0: Ethernet address: 00:04:5a:76:55:f0 > miibus0: <MII bus> on dc0 > ukphy0: <Generic IEEE 802.3u media interface> on miibus0 > ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > dc1: <LC82C115 PNIC II 10/100BaseTX> port 0xa800-0xa8ff mem > 0xe0800000-0xe08000ff irq 10 at device 11.0 on pci0 > dc1: Ethernet address: 00:a0:cc:33:e1:f6 > miibus1: <MII bus> on dc1 > dcphy0: <Intel 21143 NWAY media interface> on miibus1 > dcphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > isa0: too many dependant configs (8) > isa0: unexpected small tag 14 > orm0: <Option ROM> at iomem 0xc0000-0xc7fff on isa0 > pmtimer0 on isa0 > fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 > drq 2 on isa0 > fdc0: FIFO enabled, 8 bytes threshold > fd0: <1440-KB 3.5" drive> on fdc0 drive 0 > atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0 > atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0 > kbd0 at atkbd0 > vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem > 0xa0000-0xbffff on isa0 > sc0: <System console> at flags 0x100 on isa0 > sc0: VGA <16 virtual consoles, flags=0x300> > sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 > sio0: type 16550A > sio1 at port 0x2f8-0x2ff irq 3 on isa0 > sio1: type 16550A > ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0 > ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode > ppc0: FIFO with 16/16/9 bytes threshold > plip0: <PLIP network interface> on ppbus0 > lpt0: <Printer> on ppbus0 > lpt0: Interrupt-driven port > ppi0: <Parallel I/O> on ppbus0 > IP packet filtering initialized, divert enabled, rule-based > forwarding enabled, default to deny, logging limited to 10 > packets/entry by default > ad0: DMA limited to UDMA33, non-ATA66 cable or device > ad0: 19623MB <IBM-DTLA-305020> [39870/16/63] at ata0-master UDMA33 > acd0: CDROM <SONY CD-ROM CDU4821> at ata0-slave PIO4 > Mounting root from ufs:/dev/ad0s1a > > Thanks, > > Jim C. > > > > > -----Original Message----- > > From: JJB [mailto:Barbish3@adelphia.net] > > Sent: Saturday, July 31, 2004 10:28 AM > > To: James A. Coulter; freebsd-questions@freebsd.org > > Subject: RE: Firewall Rule Set not allowing access to DNS servers? > > > > > > You better re-read what you posted in early post. You > posted that dc1 > > is your outside NIC, which is connected to your cable modem > which is > > connected to your ISP. Your outside NIC needs DHCP to get > ip and dns > > info from your ISP. NOW YOU SAY dc1 IS INSIDE INTERFACE > NAME. Make up > > your mind which is correct. > > > > Verify you have correct interface name coded in ipfw rules for NIC > > connected to cable modem and that the same NIC interface > name is the > > one in rc.conf with DHCP option. When DHCP gets DNS info from ISP > > /etc/resolv.conf will auto updated with correct info. Read > comments in > > sample firewall source and follow what comments say. You > are making > > this harder than it really is. > > > > Also there is no setup option on UDP packets just keepstate > > > > Post full contents of your current dmesg.boot, rc.conf, ipfw rule > > set, and ipfw log files so people can see just want you have > > configured. And answer question of how you are assigning > ip address > > to LAN PCs? Also post output of ifconfig -a command after boot > > completes. > > > > > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of James A. > > Coulter > > Sent: Saturday, July 31, 2004 9:55 AM > > To: freebsd-questions@freebsd.org > > Cc: Barbish3@adelphia.net > > Subject: RE: Firewall Rule Set not allowing access to DNS servers? > > > > Thanks for the response. . . > > > > I changed rule 00005 from x10 to dc0 - thanks > > > > Not sure why I would want my inside nic requesting DHCP > service from > > my ISP. It has been working fine in the configuration I have it so > > I've left it the way it is. > > > > I checked the security log, and found this: > > > > Jul 30 08:58:37 sara /kernel: ipfw: 450 Deny UDP 68.105.58.150:2609 > > 68.105.161.20:53 out via dc1 Jul 30 08:58:37 sara /kernel: > ipfw: 450 > > Deny UDP 68.105.58.150:4067 68.1.18.25:53 out via dc1 Jul > 30 08:58:37 > > sara /kernel: ipfw: 450 Deny UDP 68.105.58.150:3773 > 68.10.16.30:53 out > > via dc1 > > > > These are the three name servers specified in the rule set > > > > I checked the rule set and found this: > > > > # Allow out access to my ISP's Domain name server. > > # x.x.x.x must be the IP address of your ISP's DNS > > # Dup these lines if your ISP has more than one DNS server > > # Get the IP addresses from /etc/resolv.conf file > > $cmd 020 $skip tcp from any to 68.105.161.20 53 out via $pif setup > > keep-state $cmd 021 $skip tcp from any to 68.1.18.25 53 out > via $pif > > setup keep-state $cmd 022 $skip tcp from any to 68.10.16.30 > 53 out via > > $pif setup keep-state > > > > Because security said the firewall was denying UDP packets, > I changed > > the rules to this: > > > > $cmd 020 $skip udp from any to 68.105.161.20 53 out via $pif setup > > keep-state $cmd 021 $skip udp from any to 68.1.18.25 53 out > via $pif > > setup keep-state $cmd 022 $skip udp from any to 68.10.16.30 > 53 out via > > $pif setup keep-state > > > > But that hasn't helped. I'm still getting: > > > > Jul 31 08:31:21 sara /kernel: ipfw: 550 Deny UDP 68.105.58.150:3178 > > 68.105.161.20:53 out via dc1 Jul 31 08:31:21 sara /kernel: > ipfw: 550 > > Deny UDP 68.105.58.150:4476 68.1.18.25:53 out via dc1 Jul > 31 08:31:21 > > sara /kernel: ipfw: 550 Deny UDP 68.105.58.150:4747 > 68.10.16.30:53 out > > via dc1 > > > > FWIW, these rules are skipping to: > > > > # This is skipto location for outbound stateful rules > > $cmd 800 divert natd ip from any to any out via $pif > > $cmd 801 allow ip from any to any > > > > I apologize for being such a bother and I do appreciate any help or > > suggestions. > > > > TIA > > > > Jim C. > > > > > > > > > -----Original Message----- > > > From: owner-freebsd-questions@freebsd.org > > > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of JJB > > > Sent: Friday, July 30, 2004 1:20 PM > > > To: James A. Coulter; freebsd-questions@freebsd.org > > > Subject: RE: Firewall Rule Set not allowing access to DNS > servers? > > > > > > > > > Change this ipfw rule from > > > > > > 00005 allow ip from any to any via xl0 > > > > > > To > > > 00005 allow ip from any to any via dc0 > > > > > > because dc0 is the lan interface name and not xl0. > > > > > > > > > Change these statement in rc.conf because you have interface > name > > > backwards. Dc1 is the NIC connected to your cable modem and > > you want > > > to get DHCP info from your ISP. Dc0 is the NIC connected to > > your LAN. > > > > > > From > > > ifconfig_dc1="DHCP" > > > ifconfig_dc0="inet 192.168.1.1 netmask 255.255.255.0" > > > > > > to > > > ifconfig_dc0="DHCP" > > > ifconfig_dc1="inet 192.168.1.1 netmask 255.255.255.0" > > > > > > > > > You do not say how your LAN PCs get their ip address. > > > You can hard code them on each LAN PC > > > or you have to run isc-dhcp-server on your Gateway box to > > auto assign > > > ip address to LAN PCs. > > > > > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > From: owner-freebsd-questions@freebsd.org > > > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of James > A. > > > Coulter > > > Sent: Friday, July 30, 2004 10:56 AM > > > To: freebsd-questions@freebsd.org > > > Subject: Firewall Rule Set not allowing access to DNS servers? > > > > > > I am using FreeBSD 4.10 as a gateway/router for a small > > home LAN. My > > > outside interface (dc1) is connected to a cable modem and is > > > configured for DHCP. > > > > > > I have compiled and installed a custome kernel with IPFIREWALL > and > > > IPDIVERT options and with a rule set allowing any to any with no > > > problems > > > > > > I am in the process of adding a proper rule set to provide > > security. I > > > was referred to > > http://freebsd.a1poweruser.com:6088/FBSD_firewall/ and > > > installed the Stateful + NATD Rule Set modified for my outside > > > interface, domain name servers, and DHCP server. > > > > > > I can ping IP addresses and pass SMTP mail back and forth from > the > > > gateway/router and all machines on the LAN, but I cannot > > ping URLs - I > > > am getting "ping: cannot resolve > > > www.freebsd.org: Host name lookup failure" errors. > > > > > > > > > This is what ipfw -a list looks like: > > > > > > sara# ipfw -a list > > > 00005 0 0 allow ip from any to any via xl0 > > > 00010 52 3640 allow ip from any to any via lo0 > > > 00014 0 0 divert 8668 ip from any to any in recv dc1 > > > 00015 0 0 check-state > > > 00020 0 0 skipto 800 tcp from any to 68.105.161.20 53 > > > keep-state out > > > xmit dc1 setup > > > 00021 0 0 skipto 800 tcp from any to 68.1.18.25 53 > > keep-state > > > out xmit > > > dc1 setup > > > 00022 0 0 skipto 800 tcp from any to 68.10.16.30 53 > > keep-state > > > out > > > xmit dc1 setup > > > 00030 0 0 skipto 800 udp from any to 172.19.17.22 67 > > > keep-state out > > > xmit dc1 > > > 00040 0 0 skipto 800 tcp from any to any 80 keep-state out > > > xmit dc1 > > > setup > > > 00050 0 0 skipto 800 tcp from any to any 443 keep-state > out > > > xmit dc1 > > > setup > > > 00060 0 0 skipto 800 tcp from any to any 25 keep-state out > > > xmit dc1 > > > setup > > > 00061 0 0 skipto 800 tcp from any to any 110 keep-state > out > > > xmit dc1 > > > setup > > > 00070 0 0 skipto 800 tcp from me to any uid root > keep-state > > > out xmit > > > dc1 setup > > > 00080 0 0 skipto 800 icmp from any to any keep-state out > > xmit > > > dc1 > > > 00090 0 0 skipto 800 tcp from any to any 37 keep-state out > > > xmit dc1 > > > setup > > > 00100 0 0 skipto 800 tcp from any to any 119 keep-state > out > > > xmit dc1 > > > setup > > > 00110 0 0 skipto 800 tcp from any to any 22 keep-state out > > > xmit dc1 > > > setup > > > 00120 0 0 skipto 800 tcp from any to any 43 keep-state out > > > xmit dc1 > > > setup > > > 00130 0 0 skipto 800 udp from any to any 123 keep-state > out > > > xmit dc1 > > > 00300 0 0 deny ip from 192.168.0.0/16 to any in recv dc1 > > > 00301 0 0 deny ip from 172.16.0.0/12 to any in recv dc1 > > > 00302 0 0 deny ip from 10.0.0.0/8 to any in recv dc1 > > > 00303 0 0 deny ip from 127.0.0.0/8 to any in recv dc1 > > > 00304 0 0 deny ip from 0.0.0.0/8 to any in recv dc1 > > > 00305 0 0 deny ip from 169.254.0.0/16 to any in recv dc1 > > > 00306 0 0 deny ip from 192.0.2.0/24 to any in recv dc1 > > > 00307 0 0 deny ip from 204.152.64.0/23 to any in recv dc1 > > > 00308 0 0 deny ip from 224.0.0.0/3 to any in recv dc1 > > > 00315 0 0 deny tcp from any to any 113 in recv dc1 > > > 00320 0 0 deny tcp from any to any 137 in recv dc1 > > > 00321 0 0 deny tcp from any to any 138 in recv dc1 > > > 00322 0 0 deny tcp from any to any 139 in recv dc1 > > > 00323 0 0 deny tcp from any to any 81 in recv dc1 > > > 00330 0 0 deny ip from any to any in recv dc1 frag > > > 00332 0 0 deny tcp from any to any in recv dc1 established > > > 00360 0 0 allow udp from 172.19.17.22 to any 68 keep-state > > in > > > recv dc1 > > > 00370 0 0 allow tcp from any to me 80 limit src-addr 2 in > > recv > > > dc1 > > > setup > > > 00370 0 0 allow tcp from any to me 8888 limit src-addr 2 > in > > > recv dc1 > > > setup > > > 00380 0 0 allow tcp from any to me 22 limit src-addr 2 in > > recv > > > dc1 > > > setup > > > 00400 0 0 deny log logamount 10 ip from any to any in recv > > dc1 > > > 00450 81 5288 deny log logamount 10 ip from any to any out > xmit > > dc1 > > > 00800 0 0 divert 8668 ip from any to any out xmit dc1 > > > 00801 645 59255 allow ip from any to any > > > 00999 0 0 deny log logamount 10 ip from any to any > > > 65535 1 347 deny ip from any to any > > > This is what my /etc/rc.conf looks like: > > > > > > hostname="sara.mshome.net" > > > ifconfig_dc1="DHCP" > > > ifconfig_dc0="inet 192.168.1.1 netmask 255.255.255.0" > > > firewall_enable="YES" firewall_script="/etc/ipfw.rules" > > > firewall_logging="YES" kern_securelevel_enable="NO" > > linux_enable="YES" > > > moused_enable="YES" named_enable="YES" nfs_client_enable="YES" > > > nfs_reserved_port_only="YES" nfs_server_enable="YES" > > > sendmail_enable="YES" sshd_enable="YES" usbd_enable="YES" > > > ntpd_enable="YES" inetd_enable="YES" gateway_enable="YES" > > > natd_enable="YES" natd_interface="dc1" natd_flags="-dynamic" > > > > > > Finally, this is what /etc/resolv.conf looks like: > > > > > > sara# more /etc/resolv.conf > > > search pn.at.cox.net > > > nameserver 68.105.161.20 > > > nameserver 68.1.18.25 > > > nameserver 68.10.16.30 > > > > > > Any ideas? > > > > > > Thanks, > > > > > > Jim C. > > > > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to > > > "freebsd-questions-unsubscribe@freebsd.org" > > > > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to > > > "freebsd-questions-unsubscribe@freebsd.org" > > > > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 13:12:42 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9234016A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 13:12:42 +0000 (GMT) Received: from mx1.magmacom.com (mx1.magmacom.com [206.191.0.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16FE543D2D for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 13:12:42 +0000 (GMT) (envelope-from ebudd@grokking.org) Received: from in2.magma.ca (in2.magma.ca [206.191.0.224]) i71DCflb012158; Sun, 1 Aug 2004 09:12:41 -0400 Received: from mx1.sohotech.ca (ottawa-hs-64-26-169-251.s-ip.magma.ca [64.26.169.251]) by in2.magma.ca (Magma's Mail Server) with ESMTP id i71DCeoH008737; Sun, 1 Aug 2004 09:12:41 -0400 Received: from [192.168.1.3] (heinlein.sohotech.ca [192.168.1.3]) (authenticated bits=0) by mx1.sohotech.ca (8.12.10/8.12.10) with ESMTP id i71DCc7g002100; Sun, 1 Aug 2004 09:12:38 -0400 (EDT) (envelope-from ebudd@grokking.org) Message-ID: <410CEC46.1090709@grokking.org> Date: Sun, 01 Aug 2004 09:12:38 -0400 From: Ed Budd <ebudd@grokking.org> User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040731) X-Accept-Language: en-us, en MIME-Version: 1.0 To: sylvia bowman <sylviabow@yahoo.com> References: <20040801034551.87277.qmail@web53010.mail.yahoo.com> In-Reply-To: <20040801034551.87277.qmail@web53010.mail.yahoo.com> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.44 cc: freebsd-questions@freebsd.org Subject: Re: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 13:12:42 -0000 sylvia bowman wrote: > I am receiving your email address on my television screen. It happens late on Saturday evenings. Can you address this situation, please. Sylvia Bowman > > > --------------------------------- > Do you Yahoo!? > New and Improved Yahoo! Mail - 100MB free storage! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Very crreeeeeepy From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 13:17:36 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A27AC16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 13:17:36 +0000 (GMT) Received: from mx1.magmacom.com (mx1.magmacom.com [206.191.0.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43FC543D68 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 13:17:36 +0000 (GMT) (envelope-from ebudd@grokking.org) Received: from in2.magma.ca (in2.magma.ca [206.191.0.224]) by mx1.magmacom.com (Magma's Mail Server) with ESMTP id i71DHZlb014057 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 09:17:36 -0400 Received: from mx1.sohotech.ca (ottawa-hs-64-26-169-251.s-ip.magma.ca [64.26.169.251]) by in2.magma.ca (Magma's Mail Server) with ESMTP id i71DHYdM012536 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 09:17:35 -0400 Received: from [192.168.1.3] (heinlein.sohotech.ca [192.168.1.3]) (authenticated bits=0) by mx1.sohotech.ca (8.12.10/8.12.10) with ESMTP id i71DHX7g002124 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 09:17:33 -0400 (EDT) (envelope-from ebudd@grokking.org) Message-ID: <410CED6D.8060501@grokking.org> Date: Sun, 01 Aug 2004 09:17:33 -0400 From: Ed Budd <ebudd@grokking.org> User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040731) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <f864608004080101493b1be9e2@mail.gmail.com> In-Reply-To: <f864608004080101493b1be9e2@mail.gmail.com> X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.44 Subject: Re: Claiming that the list's e-mail showed up on her TV X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 13:17:36 -0000 3BSD wrote: > I think anyone who replies to that address is getting subscribed to a > spam list. Please don't reply. > > -3BSD > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" You're probably bang on there but man I just couldn't resist... From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 13:33:02 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F0C416A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 13:33:02 +0000 (GMT) Received: from smtp809.mail.sc5.yahoo.com (smtp809.mail.sc5.yahoo.com [66.163.168.188]) by mx1.FreeBSD.org (Postfix) with SMTP id 96E6A43D46 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 13:33:01 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (jtinnin@pacbell.net@66.122.48.149 with login) by smtp809.mail.sc5.yahoo.com with SMTP; 1 Aug 2004 13:32:58 -0000 From: Joshua Tinnin <krinklyfig@spymac.com> To: freebsd-questions@freebsd.org Date: Sun, 1 Aug 2004 06:32:57 -0700 User-Agent: KMail/1.6.2 References: <20040801114859.8595.qmail@web41009.mail.yahoo.com> In-Reply-To: <20040801114859.8595.qmail@web41009.mail.yahoo.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408010632.57275.krinklyfig@spymac.com> Subject: Re: BigApache for Windows - Why doesn't BSD have an installer package like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: krinklyfig@spymac.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 13:33:02 -0000 On Sunday 01 August 2004 04:48 am, DK <asdzxc111@yahoo.com> wrote: <snip> I'm not sure about your automount and Apache problems, but I can help with the others ... > 1) Trying to search for a file I get the error: > > 127# locate mysql > locate: database too small: /var/db/locate.database This is because the locate db is built from a weekly cron job, which probably hasn't run yet on your new install. You can run this manually if you want: # sh /usr/src/etc/periodic/weekly/310.locate > 2) I deleted the installed package xfce4, then added it again but xfce4 > still won't start. Is the warnings(about versions) given when I add the > package(below) a cause of why it won't start ??? > > 127# pkg_add xfce4-wm-4.0.5.tgz > pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'jpeg-6b_3', but > 'jpeg-6b_2' is installed <snip> You need to upgrade the dependencies, as the ones you have are out of date. AFAIK pkg_add is supposed to take care of dependencies, but I almost never use it, prefering to build from source using the ports collection: # cd /usr/ports/x11-wm/xfce4 && make install clean However, if you still want to use packages instead of source, I'm pretty sure if you use the -r flag with pkg_add it will auto-fetch-and-install the dependencies you need, as -r signifies to fetch the package remotely - i.e., pkg_add -r xfce4 (I just tried this with another package, and it installed the dependencies for it). - jt From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 13:39:11 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0CBD16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 13:39:11 +0000 (GMT) Received: from smtp811.mail.sc5.yahoo.com (smtp811.mail.sc5.yahoo.com [66.163.170.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 9E98D43D39 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 13:39:11 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (jtinnin@pacbell.net@66.122.48.149 with login) by smtp811.mail.sc5.yahoo.com with SMTP; 1 Aug 2004 13:39:11 -0000 From: Joshua Tinnin <krinklyfig@spymac.com> To: "FreeBSD-questions" <freebsd-questions@freebsd.org> Date: Sun, 1 Aug 2004 06:39:11 -0700 User-Agent: KMail/1.6.2 References: <20040801114859.8595.qmail@web41009.mail.yahoo.com> <200408010632.57275.krinklyfig@spymac.com> In-Reply-To: <200408010632.57275.krinklyfig@spymac.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408010639.11017.krinklyfig@spymac.com> Subject: Re: BigApache for Windows - Why doesn't BSD have an installer package like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: krinklyfig@spymac.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 13:39:12 -0000 On Sunday 01 August 2004 06:32 am, Joshua Tinnin <krinklyfig@spymac.com> wrote: > On Sunday 01 August 2004 04:48 am, DK <asdzxc111@yahoo.com> wrote: > > <snip> > > I'm not sure about your automount and Apache problems, but I can help with > the others ... > > > 1) Trying to search for a file I get the error: > > > > 127# locate mysql > > locate: database too small: /var/db/locate.database > > This is because the locate db is built from a weekly cron job, which > probably hasn't run yet on your new install. You can run this manually if > you want: # sh /usr/src/etc/periodic/weekly/310.locate Whoops! Sorry, that points to the source and won't work. You should do this instead: # sh /etc/periodic/weekly/310.locate - jt From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 13:49:50 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66BD316A4CE for <freebsd-questions@FreeBSD.org>; Sun, 1 Aug 2004 13:49:50 +0000 (GMT) Received: from out004.verizon.net (out004pub.verizon.net [206.46.170.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9ECE43D49 for <freebsd-questions@FreeBSD.org>; Sun, 1 Aug 2004 13:49:47 +0000 (GMT) (envelope-from leblanc@keyslapper.org) Received: from localhost ([141.154.19.31]) by out004.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040801134946.RBTO28868.out004.verizon.net@localhost> for <freebsd-questions@FreeBSD.org>; Sun, 1 Aug 2004 08:49:46 -0500 Received: from keyslapper.org (localhost [127.0.0.1]) by localhost (8.12.11/8.12.11) with ESMTP id i71Dnrml035435 for <freebsd-questions@FreeBSD.org>; Sun, 1 Aug 2004 09:49:54 -0400 (EDT) (envelope-from leblanc@keyslapper.org) Received: (from leblanc@localhost) by keyslapper.org (8.12.11/8.12.11/Submit) id i71Dnrjr035434 for freebsd-questions@FreeBSD.org; Sun, 1 Aug 2004 09:49:53 -0400 (EDT) (envelope-from leblanc) Date: Sun, 1 Aug 2004 09:49:53 -0400 From: Louis LeBlanc <FreeBSD@keyslapper.org> To: FreeBSD Questions <freebsd-questions@FreeBSD.org> Message-ID: <20040801134953.GA97416@keyslapper.org> Mail-Followup-To: FreeBSD Questions <freebsd-questions@FreeBSD.org> References: <20040731134951.GA95420@keyslapper.org> <200407310756.49864.krinklyfig@spymac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200407310756.49864.krinklyfig@spymac.com> User-Agent: Mutt/1.5.6i X-Authentication-Info: Submitted using SMTP AUTH at out004.verizon.net from [141.154.19.31] at Sun, 1 Aug 2004 08:49:46 -0500 Subject: Re: Mozilla builds 4.10 vs. 5.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@FreeBSD.org List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 13:49:50 -0000 On 07/31/04 07:56 AM, Joshua Tinnin sat at the `puter and typed: > On Saturday 31 July 2004 06:49 am, Louis LeBlanc <FreeBSD@keyslapper.org> > wrote: > > Hey all. I'm finishing up my RELENG_5_2 box, hoping to swap it in > > tomorrow, and I'm a little confused. > > > > Mozilla 1.7 seems to build just fine in 4.10, but claims to be broken > > in 5.2. It seems to have a problem with Calendar support. > > > > While poking through the ports directory, I noticed that there are 2 > > index files (INDEX and INDEX-5). Now I haven't really researched this > > yet, so feel free to point out the FM if that's discussed somewhere. > > > > My question though, is whether anyone has managed to get Mozilla > > building without hacking up the Makefile (which still only gives the > > Mozilla browser, nothing else). > > I'm running 5.2.1 and built Mozilla 1.7.1 very recently. It built and works > fine, and I didn't mess with the Makefile, but I don't use the calendar in > Mozilla. I've updated my ports, and I still get just the browser - but only if I hack the Makefile. I've taken all Mozilla configs out of my make.conf too. I get a config screen on 4.10, but not on 5.2.1. Is there some package that is required to display the config? Lou -- Louis LeBlanc FreeBSD@keyslapper.org Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://www.keyslapper.org Ô¿Ô¬ After the last of 16 mounting screws has been removed from an access cover, it will be discovered that the wrong access cover has been removed. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 13:55:22 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2553816A4CF for <questions@freebsd.org>; Sun, 1 Aug 2004 13:55:22 +0000 (GMT) Received: from mailout1.informatik.tu-muenchen.de (mailout1.informatik.tu-muenchen.de [131.159.0.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E72B43D39 for <questions@freebsd.org>; Sun, 1 Aug 2004 13:55:04 +0000 (GMT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 430D93FE9; Sun, 1 Aug 2004 15:54:54 +0200 (CEST) Date: Sun, 1 Aug 2004 15:54:54 +0200 From: Simon Barner <barner@in.tum.de> To: Vlad Tudorache <vladtudorache@hotmail.com> Message-ID: <20040801135453.GA1183@zi025.glhnet.mhn.de> References: <BAY2-DAV10yP6UR6g8S000092fb@hotmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline In-Reply-To: <BAY2-DAV10yP6UR6g8S000092fb@hotmail.com> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: questions@freebsd.org Subject: Re: GNOME on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 13:55:22 -0000 --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Vlad Tudorache wrote: > I'm using kdm as Display Manager with FreeBSD. If I select a GNOME > session as root and then try to restart/shutdown from GNOME the system > hangs (until I press Ctrl-Alt-Del, when reboot sequence continues > normally). How can I avoid this? Can you switch to a text console (press CTRL+ALT+F1 multiple times)? If so, login, and run `ps -U <the user that is logged into gnome>' to see whether there are hanging processes. Simon --0OAP2g/MAC+5xKAE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD4DBQFBDPYtCkn+/eutqCoRAm5aAJ9zgyJU6htbe9Jgjp7Lsp8WiUomrwCYzbVf Q0K6NN/23g2ZYN2/V2I9yw== =C5ts -----END PGP SIGNATURE----- --0OAP2g/MAC+5xKAE-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 13:56:06 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61FA516A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 13:56:06 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 249A943D5D for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 13:56:06 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 4E62269A87; Sun, 1 Aug 2004 09:56:05 -0400 (EDT) Date: Sun, 1 Aug 2004 09:56:03 -0400 From: Bill Moran <wmoran@potentialtech.com> To: krinklyfig@spymac.com Message-Id: <20040801095603.275fcd6c.wmoran@potentialtech.com> In-Reply-To: <200408010632.57275.krinklyfig@spymac.com> References: <20040801114859.8595.qmail@web41009.mail.yahoo.com> <200408010632.57275.krinklyfig@spymac.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer package like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 13:56:06 -0000 Joshua Tinnin <krinklyfig@spymac.com> wrote: > > 2) I deleted the installed package xfce4, then added it again but xfce4 > > still won't start. Is the warnings(about versions) given when I add the > > package(below) a cause of why it won't start ??? > > > > 127# pkg_add xfce4-wm-4.0.5.tgz > > pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'jpeg-6b_3', but > > 'jpeg-6b_2' is installed > > <snip> > > You need to upgrade the dependencies, as the ones you have are out of date. > AFAIK pkg_add is supposed to take care of dependencies, but I almost never > use it, prefering to build from source using the ports collection: > # cd /usr/ports/x11-wm/xfce4 && make install clean > > However, if you still want to use packages instead of source, I'm pretty sure > if you use the -r flag with pkg_add it will auto-fetch-and-install the > dependencies you need, as -r signifies to fetch the package remotely - i.e., > pkg_add -r xfce4 (I just tried this with another package, and it installed > the dependencies for it). Look also at portupgrade, which can be used to upgrade jpeg-6b_2 to jpeg-6b_3. It's a seperate package right now, but it'll probably be part of the base system soon. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 14:02:14 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51EE316A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 14:02:14 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1CE343D48 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 14:02:13 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id F0BE169A71; Sun, 1 Aug 2004 10:02:12 -0400 (EDT) Date: Sun, 1 Aug 2004 10:02:11 -0400 From: Bill Moran <wmoran@potentialtech.com> To: DK <asdzxc111@yahoo.com> Message-Id: <20040801100211.1219e0a0.wmoran@potentialtech.com> In-Reply-To: <20040801104938.86060.qmail@web41004.mail.yahoo.com> References: <20040729105528.46377760.wmoran@potentialtech.com> <20040801104938.86060.qmail@web41004.mail.yahoo.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 14:02:14 -0000 DK <asdzxc111@yahoo.com> wrote: > --- Bill Moran <wmoran@potentialtech.com> wrote: > > > My bootup is fine, its the BSD+wmaker running & opening nedit & a cmd > > > prompts > > > that are slower than Windows 2000 ?? any suggestions as to why ?? > > My FreeBSD system, using Gnome (which is a system hog) is faster than when > > Windows NT was installed ... and I _KNOW_ NT is faster than W2K. So, if > > you're honestly having speed problems, then something is wrong. > > > > So, you need to do the proper steps to figure out what's wrong with your > > system. Have you pasted a dmesg? My first guess would be that your > > hardware is a little off, and Windows has drivers for it but FreeBSD > > doesn't, thus you get expected performance on Windows, but crap on > > FreeBSD. > > Hi Bill, > > Apologies if I come across as trolling. I guess I had too high an expectation > as to what I expected FBSD to be able to do. I will refrain from doing > comparisons with Windows as that seems to just annoy people. It's not comparisons to Windows that piss people off, it's coming on to the list with statements like "What the fuck is wrong that FreeBSD sucks so much compared to Windows" that piss off people who have put a ton of their time into FreeBSD. If you seriously want to help a _volunteer_ project, it's best to take a tone of "I'm seeing X, how can I help improve it" If you just want someone to fix it for you, you can still use FreeBSD. Consider sponsoring a developer to tackle your problem. Donations through the FreeBSD Foundation are usually tax-deductable. Last I checked, no money you sent to Microsoft was tax-deductable. > As for dmesg, I will run that tonight & post that. I assume I type: dmesg -a Just "dmesg" will do ... cut/paste into an email. Also, when you say "slower" you need to be more specific. How long does it take? What part of using the app is slow? > > Also, are you saying that you run nedit on both Windows and FreeBSD and it's > > faster on Windows? Or are you comparing nedit to an apple? > > I run Nedit on FBSD & Emeditor on Windows which is much more GUI color > intensive & has many more functions than Nedit. Again, EmEditor on Windows > loads & runs "much faster" then Nedit on FBSD. As you said, it may be that > FBSD > has defaulted hardware for my box that is incorrect. Only thing I can say here is that you're comparing Apples to Oranges. Never having used EmEditor, I can't say whether it's got more features than nedit or not, but it's still apples to oranges. Run EmEditor on FreeBSD and see how it compares. > > Also, have you monitored various system "stuff"? Run top, systat, etc > > while starting the programs in an attempt to isolate the bottleneck. > > If there is any other particular diagnostic programs on FBSD that you want me > to run & post the details that may help identify my slow performance please > let > me know ?? > > I haven't run top or systat, but I will run them tonight. You need to run/monitor those programs _while_ you are doing the things that seem slow to you. They will tell you where the holdup is. Also, make sure your networking is configured properly. FreeBSD will be slow if it's trying to do (for example) DNS lookup and DNS is slow or improperly configured. You'd be surprised how many programs try to do DNS lookups while they're running. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 14:05:58 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CD3F16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 14:05:58 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C9D443D67 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 14:05:58 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 33A4B69A71; Sun, 1 Aug 2004 10:05:57 -0400 (EDT) Date: Sun, 1 Aug 2004 10:05:56 -0400 From: Bill Moran <wmoran@potentialtech.com> To: DK <asdzxc111@yahoo.com> Message-Id: <20040801100556.3845709c.wmoran@potentialtech.com> In-Reply-To: <20040801112337.43587.qmail@web41014.mail.yahoo.com> References: <20040729161701.GA4084@orion.daedalusnetworks.priv> <20040801112337.43587.qmail@web41014.mail.yahoo.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: keramida@ceid.upatras.gr cc: jerrymc@clunix.cl.msu.edu cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 14:05:58 -0000 DK <asdzxc111@yahoo.com> wrote: > --- Giorgos Keramidas <keramida@ceid.upatras.gr> wrote: > > > My bootup is fine, its the BSD+wmaker running & opening nedit & a cmd > > > prompts that are slower than Windows 2000 ?? any suggestions as to why ?? > > > > You're probably using X11 with a "vesa" driver or something that doesn't > > take advantage of all the accelerations that your hardware can provide. > > Hi Giorgos, > > Where do I look to see which driver X11 is using ??? > > And if it is using a "vesa" driver, how do I change that to a driver that is > specific to my hardware: ie. 16MB Creative Graphics Blaster Riva TNT ??? check /etc/X11/XF86Config ... that's where the config for XFree is. To change it, you can either re-run one of the XFree cofiguration programs, or manually edit that file. xf86config is one such program. You can also run "X -xf86config <filename>" to have XFree automagically create a config file based on what it probes, but if it's incorrectly detecting your hardware, that could be the problem you're having now. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 14:25:09 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7A6D16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 14:25:09 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7229043D68 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 14:25:09 +0000 (GMT) (envelope-from bjmccann@gmail.com) Received: by mproxy.gmail.com with SMTP id 75so81400rnl for <freebsd-questions@freebsd.org>; Sun, 01 Aug 2004 07:25:08 -0700 (PDT) Received: by 10.38.207.68 with SMTP id e68mr232041rng; Sun, 01 Aug 2004 07:25:08 -0700 (PDT) Message-ID: <2b5f066d0408010725ac1d001@mail.gmail.com> Date: Sun, 1 Aug 2004 10:25:08 -0400 From: Brian McCann <bjmccann@gmail.com> To: Bob Kukla <rfkukla@earthlink.net> In-Reply-To: <001001c47782$cc4bf3c0$6701a8c0@bob> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <001001c47782$cc4bf3c0$6701a8c0@bob> cc: freebsd-questions@freebsd.org Subject: Re: Installing PHP/MySQL (was no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 14:25:09 -0000 The way I typically do it is install MySQL from the ports tree, then install PHP from the ports tree. While installing PHP, it will ask what options you want to compile into it. Just check to make sure you tell it MySQL and you'll be all set. --Brian On Sun, 1 Aug 2004 00:48:32 -0400, Bob Kukla <rfkukla@earthlink.net> wrote: > Hi, > > I am very new to BSD and web servers and have just recently installed the latest 5.2 version. I have installed Apache 1.3 from the FreeBSD ftp site and have added mod_dav successfully. The web server and webDAV are working fine. I now want to add php4 and mySQL capabilities. I have read some of the latest mail and am confused as to how to best go about it. I have never used php or mySQL before nor have I had it installed on a web server. What packages and in what sequence , if any, should I install ? Also, what does the number 20020429 at the end (/usr/local/lib/php/20020429 ) signify? Thanks in advance for your help! > > Bob Kukla > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 14:28:26 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6EF916A4CE; Sun, 1 Aug 2004 14:28:26 +0000 (GMT) Received: from smtp.internal.alivewww.com (gp1.alivewww.com [217.158.94.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B70D43D2F; Sun, 1 Aug 2004 14:28:26 +0000 (GMT) (envelope-from enquiries@alivewww.com) Received: from host-83-146-2-180.bulldogdsl.com ([83.146.2.180]) by smtp.internal.alivewww.com with asmtp (Exim 4.34) id 1BrHK3-0009nI-HC; Sun, 01 Aug 2004 15:28:24 +0100 From: Alasdair Lumsden <enquiries@alivewww.com> To: adp <dap99@i-55.com> In-Reply-To: <00dd01c47775$0087df40$0200a8c0@THEBOX> References: <00dd01c47775$0087df40$0200a8c0@THEBOX> Content-Type: text/plain Message-Id: <1091370486.19294.42.camel@host-83-146-2-180.bulldogdsl.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6-1mdk Date: Sun, 01 Aug 2004 15:28:17 +0100 Content-Transfer-Encoding: 7bit cc: freebsd-database@freebsd.org cc: freebsd-hackers@freebsd.org cc: questions@freebsd.org Subject: Re: FreeBSD and MySQL - mysqld eats CPU alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 14:28:27 -0000 On Sun, 2004-08-01 at 04:08, adp wrote: > FreeBSD 4.4, 4.7, 4.9, 4.10 > MySQL 3.x and 4.x > Typical load: 50 qps > With and without replication enabled. > Some sites are SELECT heavy, some are INSERT heavy. > > For one site I think we will be moving from FreeBSD to Linux for the MySQL > servers since MySQL seems to run like a champ on Linux. We will continue to > use FreeBSD for everything else. > > Anyone experienced this problem? Is it mysqld or FreeBSD? I can't pinpoint > the exact issue. We've got MySQL running on several FreeBSD servers here, some doing 100 qps+, and have had no problems what so ever. We've been using MySQL 3 and 4 on FreeBSD since FreeBSD 4.5 upwards. Here is an example status output from one of our servers: # /usr/local/mysql/bin/mysqladmin -u root -p status Enter password: Uptime: 1271242 Threads: 8 Questions: 76203621 Slow queries: 370 Opens: 2461857 Flush tables: 2 Open tables: 511 Queries per second avg: 59.944 You haven't mentioned the source of your MySQL installs. Are you using MySQL from ports, packages, or a binary or source distribution from the MySQL website? We compile MySQL from source using the following: setenv CFLAGS "-O3 -mpentiumpro" setenv CXX gcc setenv CXXFLAGS "-O3 -mpentiumpro -felide-constructors -fno-exceptions -fno-rtti -DEAPI" ./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/var --with-unix-socket-path=/var/lib/mysql/mysql.sock --with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static --enable-assembler You also haven't mentioned specifically what happens when there is a problem.. You say the machine becomes unresponsive.. what happens if the queries die down, does the box become responsive again? The only thing I can think of causing this is if queries start to come in faster than the box can process - they will build up and up until the machine, as you say, becomes unresponsive. This would indicate some form of bottleneck somewhere. Monitoring the output of "systat -vmstat" might give some clues as to whats going on. I would certainly investigate the cause of this before abandoning FreeBSD. Any threads on google relating to FreeBSD and MySQL not working together are vastly inaccurate or out of date. There are some performance issues with MySQL on FreeBSD 4 with regards to threading. Try using MySQL linked against LinuxThreads, which should give a performance boost. You can specify -DWITH_LINUXTHREADS when installing from ports. We have a test box running FreeBSD 5.2.1 with MySQL 4, linked against the new kse threading library, which should in theory provide performance comparable/superior to MySQL on a linux box. This box has been completely stable - no MySQL or FreeBSD lockups or crashes. Given that 5.3 and -STABLE are due out soon, it might be worth waiting for those, rather than switching to Linux. However we, and many many other people, run high load MySQL installations on FreeBSD without problem, so I would say your problems are specific to your setup, and not something that is a widespread issue. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 14:30:54 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44B2416A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 14:30:54 +0000 (GMT) Received: from mta04-svc.ntlworld.com (mta04-svc.ntlworld.com [62.253.162.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 419F743D2D for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 14:30:53 +0000 (GMT) (envelope-from d3c3it-linux@ntlworld.com) Received: from [192.168.0.2] ([213.106.176.107]) by mta04-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20040801142934.RZCS14765.mta04-svc.ntlworld.com@[192.168.0.2]> for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 15:29:34 +0100 From: Glyn Tebbutt <d3c3it-linux@ntlworld.com> To: freebsd-questions@freebsd.org In-Reply-To: <200408011451.07003.jorn@wcborstel.nl> References: <1091361076.8201.2.camel@frozen.lazarus.net> <200408011451.07003.jorn@wcborstel.nl> Content-Type: text/plain Message-Id: <1091370654.8199.6.camel@frozen.lazarus.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 01 Aug 2004 15:30:55 +0100 Content-Transfer-Encoding: 7bit Subject: Re: Quake3 & mouse, silly i know X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 14:30:54 -0000 On Sun, 2004-08-01 at 13:50, Jorn Argelo wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Sunday 01 August 2004 13:51, Glyn Tebbutt wrote: > > Hi all > > i've finally had success with installing freebsd, running -CURRENT & > > xorg solid now, very pleased indeed. So now im just build my system, > > with the apps i use etc etc but i have a question, to test the GL out of > > my nvidia card *which is perfect actually* i tried quake3, the only > > problem i have is, my mouse doesn't seem to want to work it wont grab > > it, its a silly question i know, i have search google but havn't found > > anything relating > > Thanks everyone > > Perhaps you should start Quake3 from the command line to see if it spits out > any errors regarding your mouse. I played UT2003 on FreeBSD as well, and that > worked just fine with the mouse. > > Do note that CURRENT has the bleeding-edge kernel sources, which are often > considered as very instable. If you're not a developer, you will probably be > better of with a RELEASE (5.2.1) or STABLE (4.10) version of FreeBSD. > > Cheers, > > Jorn > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (GNU/Linux) > > iD8DBQFBDOc0s2lBCry7iusRAgp0AJ9bG4MdCENCyqMYvFgAWFCx8HRCbQCfQipf > agdiKk52yWVHzvofCzMpO4M= > =uE/b > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Currently i have to as im using pekwm and i cant get gnome to compile, fails on fam. Anyway i'll keep searching for a fix, strange all the same thou, the mouse buttons work just cant move the mouse :? Thanks for the advice, the reason i swapped over to -CURRENT was i couldn't use the nvidia driver with xorg on 5.2.1, the whole system used to freeze and restart, since using current it has been fine, im not recompiling my tree all the time thou as its stable atm and i want to keep it that way :) -- *-----------------------------------------------------* | Glyn Tebbutt | d3c3it-linux@ntlworld.com | |--------------' http://homepage.ntlworld.com/d3c3it | | Lisa, if you dont like your job you dont strike, | | You just go in everyday and do it really half-assed | | Thats the American way. -Homer Simpson | *-----------------------------------------------------* From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 14:37:25 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA0AB16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 14:37:25 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6985943D31 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 14:37:25 +0000 (GMT) (envelope-from henrik.w.lund@broadpark.no) Received: from [10.0.0.3] (52.80-202-129.nextgentel.com [80.202.129.52]) by mail.broadpark.no (Postfix) with ESMTP id AE6013205; Sun, 1 Aug 2004 16:37:56 +0200 (MEST) Message-ID: <410D7E99.7080705@broadpark.no> Date: Sun, 01 Aug 2004 16:36:57 -0700 From: Henrik W Lund <henrik.w.lund@broadpark.no> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: nb, en-us, en MIME-Version: 1.0 To: DK <asdzxc111@yahoo.com> References: <20040801111805.3398.qmail@web41013.mail.yahoo.com> In-Reply-To: <20040801111805.3398.qmail@web41013.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installerpackage like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 14:37:26 -0000 DK wrote: >Floppy & CD mount OK now, however even though the floppy mounts OK, when I >mount the floppy, I get: > >127# mount -v -t msdos /dev/fd0 /mnt >/dev/fd0 on /mnt (msdos, local, reads: sync 2 async 0) > >floppy: mount -v -t msdos /dev/fd0c /mnt >CDROM: mount -t cd9660 /dev/acd0c /cdrom > > >However, I can't seem to unmount them. I get "Command not found". >127# unmount /cdrom >unmount: Command not found. > > Greetings! The command to use is umount, not unmount. umount /cdrom Don't ask me why they left out the first 'n' there. -Henrik W Lund From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 14:38:32 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14F1416A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 14:38:32 +0000 (GMT) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9299243D41 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 14:38:31 +0000 (GMT) (envelope-from david.fleck@mchsi.com) Received: from grond (12-216-10-157.client.mchsi.com[12.216.10.157]) by sccmmhc92.asp.att.net (sccmmhc92) with SMTP id <20040801143830m920080hq7e>; Sun, 1 Aug 2004 14:38:30 +0000 Date: Sun, 1 Aug 2004 09:38:28 -0500 (CDT) From: David Fleck <david.fleck@mchsi.com> Sender: dcf@grond.sourballs.org To: DK <asdzxc111@yahoo.com> In-Reply-To: <20040801114859.8595.qmail@web41009.mail.yahoo.com> Message-ID: <20040801092629.E275@grond.sourballs.org> References: <20040801114859.8595.qmail@web41009.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: BigApache for Windows - Why doesn't BSD have an installerpackage like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 14:38:32 -0000 On Sun, 1 Aug 2004, DK wrote: > I edited rc.conf & added the line: amd_enable="YES" > However, my devices(Floppy & CDROM) are not automounting after logging in or > starting X ??? > > In the process view of BSD, I have amd as waiting > > Trying to understand man amd isn't helping. Any ideas ??? I currently automount 2 CD's, my floppy drive, a Zip drive, and an nfs export from another system, so I think I've got the basics figured out. However, I use amd on a 4.9 system. I think it's generally the same on 5.x, but there may be differences. Anyway, with that caveat, the best current resource that I know of for setting up automounting is http://www.daemonnews.org/200202/automounting.html There are a few more steps than just adding the rc.conf line. You have to tell amd what filesystems / devices to mount, and where to mount them to. These details go in the /etc/amd.conf and /etc/amd.map files, which you'll have to configure - see the amd.conf manpage for details on the former, and the URL above for details on the latter. (Note that while the instructions at this URL work, they can in fact be improved upon with some experimentation.) For more background on automounting with amd, these sites have been useful to me: http://www.nber.org/amd.html http://www.am-utils.org/ -- David Fleck david.fleck@mchsi.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 14:55:31 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7170116A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 14:55:31 +0000 (GMT) Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB4D243D5C for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 14:55:30 +0000 (GMT) (envelope-from d3c3it-linux@ntlworld.com) Received: from [192.168.0.2] ([213.106.176.107]) by mta05-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20040801145314.EABB18453.mta05-svc.ntlworld.com@[192.168.0.2]> for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 15:53:14 +0100 From: Glyn Tebbutt <d3c3it-linux@ntlworld.com> To: freebsd-questions@freebsd.org In-Reply-To: <200408011451.07003.jorn@wcborstel.nl> References: <1091361076.8201.2.camel@frozen.lazarus.net> <200408011451.07003.jorn@wcborstel.nl> Content-Type: text/plain Message-Id: <1091372131.8201.20.camel@frozen.lazarus.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 01 Aug 2004 15:55:31 +0100 Content-Transfer-Encoding: 7bit Subject: Re: Quake3 & mouse, silly i know X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 14:55:31 -0000 On Sun, 2004-08-01 at 13:50, Jorn Argelo wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Sunday 01 August 2004 13:51, Glyn Tebbutt wrote: > > Hi all > > i've finally had success with installing freebsd, running -CURRENT & > > xorg solid now, very pleased indeed. So now im just build my system, > > with the apps i use etc etc but i have a question, to test the GL out of > > my nvidia card *which is perfect actually* i tried quake3, the only > > problem i have is, my mouse doesn't seem to want to work it wont grab > > it, its a silly question i know, i have search google but havn't found > > anything relating > > Thanks everyone > > Perhaps you should start Quake3 from the command line to see if it spits out > any errors regarding your mouse. I played UT2003 on FreeBSD as well, and that > worked just fine with the mouse. > > Do note that CURRENT has the bleeding-edge kernel sources, which are often > considered as very instable. If you're not a developer, you will probably be > better of with a RELEASE (5.2.1) or STABLE (4.10) version of FreeBSD. > > Cheers, > > Jorn > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (GNU/Linux) > > iD8DBQFBDOc0s2lBCry7iusRAgp0AJ9bG4MdCENCyqMYvFgAWFCx8HRCbQCfQipf > agdiKk52yWVHzvofCzMpO4M= > =uE/b > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Just an update, i checked the logs i get "Failed to detect XF86DGA mouse" i have a feeling this is because im using xorg -- *-----------------------------------------------------* | Glyn Tebbutt | d3c3it-linux@ntlworld.com | |--------------' http://homepage.ntlworld.com/d3c3it | | Lisa, if you dont like your job you dont strike, | | You just go in everyday and do it really half-assed | | Thats the American way. -Homer Simpson | *-----------------------------------------------------* From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 14:57:50 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25C2216A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 14:57:50 +0000 (GMT) Received: from web51608.mail.yahoo.com (web51608.mail.yahoo.com [206.190.38.213]) by mx1.FreeBSD.org (Postfix) with SMTP id AFD4643D46 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 14:57:49 +0000 (GMT) (envelope-from jay2xra@yahoo.com) Message-ID: <20040801145749.58346.qmail@web51608.mail.yahoo.com> Received: from [210.23.169.130] by web51608.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 07:57:49 PDT Date: Sun, 1 Aug 2004 07:57:49 -0700 (PDT) From: Mark Jayson Alvarez <jay2xra@yahoo.com> To: freebsd-questions@freebsd.org In-Reply-To: <20040801114859.8595.qmail@web41009.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: BigApache for Windows - Why doesn't BSD have an installer package like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 14:57:50 -0000 DK wrote: > I edited rc.conf & added the line: amd_enable="YES" > However, my devices(Floppy & CDROM) are not > automounting after logging in or > starting X ??? > You can also edit /etc/fstab and then add whatever device you want to automount at startup. Its already self explanatory. Under the Options tab is where you would specify if the device should be: ro->read only, rw->readwrite. By default, all devices that are listed there are automounted into their corresponding mount point at startup. You will notice that your cdrom contains "noauto" in options tab, so that it won't be automounted at startup. Just erase that "noauto" thing ok?? As I've said its all self explanatory, if you find any more trouble with that, do a "man fstab" BTW: automount requires something to mount, so if you delete the "noauto" options of you cdrom, in /etc/fstab, you should always put something inside your cdrom... perhaps a cd... i guess.=) > I have some other problems as well: > > 1) Trying to search for a file I get the error: > > 127# locate mysql > locate: database too small: /var/db/locate.database Try "find /usr/../anypathwilldo -name "anystring" -ls > 2) I deleted the installed package xfce4, then added > it again but xfce4 still > won't start. Is the warnings(about versions) given In some cases of installing through packages, dependency version is an issue, in some cases, its not. Why not try it on your self.. Collect the proper version and then run it again. I've been through a lot of this scenarios. > trying to run it: > 127# ./install. sh > ./install.: Command not found. > 127# ./install sh > ./install: Command not found. > 127# ./install > ./install: Command not found. <--chomp--> What the!??!<S>>#$....=) Sir... the script file is "install.sh" you should run.. "sh install.sh" or "./install.sh". You should not separate sh from install like what you did. Two useful tips with regards to file and filenames in Unix world.. 1. They are CASE sensitive. You should type exactly as it is written. 2. Extensions are just "decorations" unlike in Windows where executables end in .exe In Unix, it doesn't matter how its filename is written. I remember way back in March of this year, the first time I ever installed FreeBSD in my pc, I was also asking most of the questions you've been asking in this list. I have even asked this very dumb question: "Who Am I mailing to??" and received so much soul- uplifting reponses, mostly from the names that have been replying to you lately.. The moral of the story: No question is the "most dumb" or the "most stupid" if you will just ask it in also a "most polite"or "most down-to-earth" manner. I've been reading all of your "rants" lately and just kept quiet because I know that those names that have been replying to you where the kindest, most experienced, most humble persons in this list. I just couldn't imagine how did they ever ran out of their patience and have treated you such a "troll".=) Goodluck sir!! ====================================================== Mark Jayson Alvarez Polytechnic University of the Philippines Bachelor of Science in Information Technology 2000-2004 __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 15:03:25 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14C3116A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 15:03:25 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 736B143D5F for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 15:03:22 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i71F3HJH030759 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Aug 2004 16:03:17 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i71F3H3u030758; Sun, 1 Aug 2004 16:03:17 +0100 (BST) (envelope-from matthew) Date: Sun, 1 Aug 2004 16:03:17 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Joshua Tinnin <krinklyfig@spymac.com> Message-ID: <20040801150317.GA30653@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, Joshua Tinnin <krinklyfig@spymac.com>, freebsd-questions@freebsd.org References: <20040801114859.8595.qmail@web41009.mail.yahoo.com> <200408010632.57275.krinklyfig@spymac.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LZvS9be/3tNcYl/X" Content-Disposition: inline In-Reply-To: <200408010632.57275.krinklyfig@spymac.com> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Sun, 01 Aug 2004 16:03:17 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer package like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 15:03:25 -0000 --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 01, 2004 at 06:32:57AM -0700, Joshua Tinnin wrote: > However, if you still want to use packages instead of source, I'm pretty = sure=20 > if you use the -r flag with pkg_add it will auto-fetch-and-install the=20 > dependencies you need, as -r signifies to fetch the package remotely - i.= e.,=20 > pkg_add -r xfce4 (I just tried this with another package, and it installe= d=20 > the dependencies for it). pkg_add -r will install any dependencies that are missing, but it won't upgrade any earlier versions of dependencies it finds already installed. For that, use 'portupgrade -PPNa' (which, despite the program name, only operated on packages with that combination of flags) -- but make sure you download a freshly build /usr/ports/INDEX file, or portupgrade won't know what the latest versions of things are. Of course, you'll have to 'pkg_add -r portupgrade' to install portupgrade the first time. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --LZvS9be/3tNcYl/X Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDQY1iD657aJF7eIRAiISAJ4gRwG5lfTVNdzeEZvVsBdxSDu2wgCfTyt+ ecNbuNDoWcD0Zg+LBr+09d0= =ecSC -----END PGP SIGNATURE----- --LZvS9be/3tNcYl/X-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 15:13:52 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1B9416A4CF for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 15:13:51 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 074AA43D55 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 15:13:51 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i71FDj5a030899 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 1 Aug 2004 16:13:45 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i71FDja6030898; Sun, 1 Aug 2004 16:13:45 +0100 (BST) (envelope-from matthew) Date: Sun, 1 Aug 2004 16:13:45 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Henrik W Lund <henrik.w.lund@broadpark.no> Message-ID: <20040801151345.GB30653@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, Henrik W Lund <henrik.w.lund@broadpark.no>, DK <asdzxc111@yahoo.com>, freebsd-questions@freebsd.org References: <20040801111805.3398.qmail@web41013.mail.yahoo.com> <410D7E99.7080705@broadpark.no> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gatW/ieO32f1wygP" Content-Disposition: inline In-Reply-To: <410D7E99.7080705@broadpark.no> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Sun, 01 Aug 2004 16:13:45 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: DK <asdzxc111@yahoo.com> cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installerpackage like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 15:13:52 -0000 --gatW/ieO32f1wygP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 01, 2004 at 04:36:57PM -0700, Henrik W Lund wrote: > The command to use is umount, not unmount. >=20 > umount /cdrom >=20 > Don't ask me why they left out the first 'n' there. Because typing the sequence u-n-m at speed is really quite difficult. It's also the reason that it's perl and not pearl. Same as it's hard to type t-h-e correctly all teh time, nad typing a-n-d is a bit of a pain too. Anyone would think that the qwerty keyboard layout was designed to slow down your typing speed... Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --gatW/ieO32f1wygP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDQipiD657aJF7eIRAhOxAJ9LotrfjSfhPRNq/mc3VRUF/Md3igCeOvah vyzSEpdxXILaldX8+KVVUsc= =DvOo -----END PGP SIGNATURE----- --gatW/ieO32f1wygP-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 15:15:25 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 477C916A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 15:15:25 +0000 (GMT) Received: from ms-smtp-03.nyroc.rr.com (ms-smtp-03.nyroc.rr.com [24.24.2.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F36343D54 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 15:15:13 +0000 (GMT) (envelope-from pculmo@obs2.net) Received: from MicronLinuxBox.obs2.net (roc-66-66-201-1.rochester.rr.com [66.66.201.1])i71FFBv2001434 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 11:15:11 -0400 (EDT) Received: from ns1.obs2.net (ns1.obs2.net [10.200.1.1])i71FHcHf005813 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 11:17:38 -0400 Date: Sun, 1 Aug 2004 11:17:38 -0400 (EDT) From: Paul R Culmo <pculmo@obs2.net> To: freebsd-questions@freebsd.org In-Reply-To: <20040801150332.09EFA16A4E2@hub.freebsd.org> Message-ID: <Pine.LNX.4.44.0408011113510.5809-100000@MicronLinuxBox.obs2.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: Newbie Problems with cvsup and updating files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 15:15:25 -0000 > It's RELENG_5_2, not RELENG_5_2_1 Thanks all, :) I did manage to try RELENG_5_2_1 and it did wack the entire /usr/src directory after I had reloaded it from CD :) but that's ok I did make a backup up my custom kernel file so I didn't lose anything major. Just took a while waiting for the system to reload the files off the Cd. Not that it relates to this subject but reloading the files from the CD image caused /etc/master.passwd to change, my users that I added to it were gone so I had to re-add them . This wasn't a big deal I was able to fix that on my own. :) -- Regards. Paul R Culmo From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 15:39:30 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E37C16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 15:39:30 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 491DB43D62 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 15:39:30 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 53B9169A71; Sun, 1 Aug 2004 11:39:29 -0400 (EDT) Date: Sun, 1 Aug 2004 11:39:28 -0400 From: Bill Moran <wmoran@potentialtech.com> To: Matthew Seaman <m.seaman@infracaninophile.co.uk> Message-Id: <20040801113928.0af56321.wmoran@potentialtech.com> In-Reply-To: <20040801151345.GB30653@happy-idiot-talk.infracaninophile.co.uk> References: <20040801111805.3398.qmail@web41013.mail.yahoo.com> <410D7E99.7080705@broadpark.no> <20040801151345.GB30653@happy-idiot-talk.infracaninophile.co.uk> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: [OT] QWERTY key layout (was Re: BigApache for Windows - Why doesn't BSD have an installerpackage like this ???) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 15:39:30 -0000 Matthew Seaman <m.seaman@infracaninophile.co.uk> wrote: > On Sun, Aug 01, 2004 at 04:36:57PM -0700, Henrik W Lund wrote: > > > The command to use is umount, not unmount. > > > > umount /cdrom > > > > Don't ask me why they left out the first 'n' there. > > Because typing the sequence u-n-m at speed is really quite difficult. > > It's also the reason that it's perl and not pearl. > > Same as it's hard to type t-h-e correctly all teh time, nad typing > a-n-d is a bit of a pain too. Anyone would think that the qwerty > keyboard layout was designed to slow down your typing speed... I don't remember where, but I read somewhere that the qwerty layout was not designed for raw speed (as some people think) but was designed for speed on _mechanical_ typewriters. i.e. part of it's design is to maximize the possibility that you'll alternate left-hand/right-hand, thus minimizing the possibility that the hammers that fly up and strike the paper won't jam. (probably most of you have never used a truely _manual_ typewriter, and thus don't understand the mechanics ... manual typewriters use hammers, much like a piano, that have the embossed letters on them, and you have to hit the key hard enough to cause the hammer to fly up and strike through the ink ribbon and put the image of the letter on the paper. You also had the possibility that if you tried to type too fast, the next hammer would hit the first hammer as it was on its way down, thus jamming the typewriter and requiring you to stick your hand in the mechanism and unjam it, which meant you probably got ink on your hands ... _unlike_ a piano, all the hammers with the letters on them were angled to strike the ribbon/paper at exactly the same location, thus the possibility of collission was very high.) Anyway ... the fact that the qwerty layout was adopted for electric typerwriters, and later keyboards that don't have the same restrictions as manual typewriters is an unfortunate consequence of "let's use something that everyone already knows." It would have been better if the folks who developed the electric typewriter had used the Dvorak layout, but it's unlikely at this point that the world will switch. If you've never seen a mechanical typewriter, it's an interesting history lesson. It will explain a lot about why the keyboards we use today function they way they do. Just wait until you learn how the SHIFT key used to function! ... I wonder if I still have that old cheapo typerwriter in the attic somewhere ... -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 16:07:44 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3C0616A4CE for <questions@freebsd.org>; Sun, 1 Aug 2004 16:07:44 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5893943D5F for <questions@freebsd.org>; Sun, 1 Aug 2004 16:07:44 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 4406369A8C; Sun, 1 Aug 2004 12:07:43 -0400 (EDT) Date: Sun, 1 Aug 2004 12:07:42 -0400 From: Bill Moran <wmoran@potentialtech.com> To: sylvia bowman <sylviabow@yahoo.com> Message-Id: <20040801120742.036d34b9.wmoran@potentialtech.com> In-Reply-To: <20040801154816.69707.qmail@web53005.mail.yahoo.com> References: <20040801000307.38f8025e.wmoran@potentialtech.com> <20040801154816.69707.qmail@web53005.mail.yahoo.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 16:07:45 -0000 questions@freebsd.org is a mailing list. Please keep the mailing list CCed on all replies. sylvia bowman <sylviabow@yahoo.com> wrote: > Thanks for answering my email. Believe me this is not a joke. It's > driving me crazy. My tv is hooked up to Cox Cable in Las Vegas, NV. > The channel I'm receiving the message on is CBS. The address looks > something like this: <http://>[n:][e:2000101][8A41] What makes you think this address has anything to do with FreeBSD? > I've received other addressess also, but you are the first ones kind > enough to answer me. It begins with a solid black square that almost > completely fills the screen. Then your address scrolls across the top > of the screen. When that one is complete, the same address scrolls > across the screen under the first. It continues until it reaches the > bottom. They just keep moving up and new ones are added at the bottom. > If I click a volume button the addresses stop for a few seconds and then > start up again. I've tried to tape it because everybody else is asleep > and no one believes me, but it won't tape. When I play the tape back I > just get a blurry screen. This is almost definately a problem with Cox. As bizaar as it sounds, somehow it doesn't suprise me. However, I'm sure you got the other emails ... most folks on the mailing list assumed this was some sort of joke. I can't blame them, it sounds pretty silly/crazy. However, most cable companies are using the Internet to transfer their data around. Just like it's possible to crack a MS Windows machine to steal informatin from it, it's probably possible to crack Cox's equipment as well. If I were you, I would contact Cox and bitch them out. Even if someone on the Internet has managed to crack Cox's system to push data to you that they shouldn't be allowed to, it's _Cox_ responsibility to fix it. You may have to use a video camera to capture what's happening, as it's very possible that it's occuring in such a way that your VCR can't capture it. However, it's almost definately not related to FreeBSD, and thus you're unlikely to get very much useful assistance from this mailing list. Despite the fact that Cox is likely not to believe you, then deny that there is a problem, those are the people you need to speak with to get it fixed. Be persistant. If you can't get a response from them, call the local news station and see if they'll be willing to do an expose ... news crews love stuff like this. > Bill Moran <wmoran@potentialtech.com> wrote:sylvia bowman wrote: > > > I am receiving your email address on my television screen. It happens > > late on Saturday evenings. Can you address this situation, please. > > Sylvia Bowman > > I'm assuming this isn't a joke ... > > This is about the most unlikely thing I've ever heard of. However, if it > really is happening, you're going to have to give a better description of > what you mean. Are you saying that on Saturday evenings your TV screen > says "questions@freebsd.org"? Or that you see FreeBSD emails on your > screen? > > Are you using some sort of webTV? -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 16:11:14 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B943416A4CE; Sun, 1 Aug 2004 16:11:14 +0000 (GMT) Received: from mail.revolutionsp.com (ganymede.revolutionsp.com [64.246.0.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67A8843D2D; Sun, 1 Aug 2004 16:11:14 +0000 (GMT) (envelope-from klr@6s-gaming.com) Received: from mail.revolutionsp.com (localhost [127.0.0.1]) by mail.revolutionsp.com (Postfix) with ESMTP id AE4D215C95; Sun, 1 Aug 2004 13:08:56 +0000 (GMT) Received: from 81.84.175.12 (SquirrelMail authenticated user klr@6s-gaming.com); by mail.revolutionsp.com with HTTP; Sun, 1 Aug 2004 13:08:56 -0000 (GMT) Message-ID: <50335.81.84.175.12.1091365736.squirrel@81.84.175.12> Date: Sun, 1 Aug 2004 13:08:56 -0000 (GMT) From: "Hugo Silva" <klr@6s-gaming.com> To: freebsd-smp@freebsd.org, freebsd-questions@FreeBSD.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: FreeBSD 5.2.1 kernel w/ SMP under high load = panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 16:11:14 -0000 I am running a Dual Xeon 2.8ghz w/ SMP, SCHED_ULE on FreeBSD 5.2.1-RELEASE-p9. Whenever I load the server a bit more (let seti@home run, compile stuff in multiple jails, etc), it will simple go offline. I confirmed with the datacenter and it is indeed a panic, but the datacenter didn't give me the panic message. I know for *sure* it's because of the high loads. I need to sort this out, this is a powerful server being cut because of FreeBSD/SMP, and I know there is a kernel option to prevent the panic, I read about it ages ago on a forum. But I can't locate it. That user said if he disabled SMP, panics would stop. But another user suggested adding a kernel option (which I simply don't remember), and panics stopped, even with SMP. I tried KVA_PAGES=512, but it only caused another panic, this time as soon as the system started up.. syncing disks, buffers remaining... panic: pmap_invalidate_range: interrupts disabled cpuid = 0; boot() called on cpu#0 uptime: 9s That was the most I got from the datacenter since the sysadmin is on vacations and the guy I spoke to isn't very technical. So, KVA_PAGES isn't the solution.. Here are my rc.conf & sysctl.conf & loader.conf: rc.conf: sshd_enable="YES" usbd_enable="YES" sendmail_enable="NONE" syslogd_enable="YES" syslogd_flags="-ss" linux_enable="YES" inetd_enable="NO" clear_tmp_enable="YES" enable_quotas="YES" check_quotas="YES" update_motd="NO" pf_enable="YES" pf_logd="YES" pf_conf="/etc/pf.conf" sysctl.conf: security.bsd.see_other_uids=0 net.inet.tcp.recvspace=32768 net.inet.tcp.sendspace=32768 net.inet.icmp.drop_redirect=1 net.inet.tcp.blackhole=2 net.inet.udp.blackhole=2 net.inet.tcp.log_in_vain=0 net.inet.udp.log_in_vain=0 kern.maxfiles=32768 security.jail.set_hostname_allowed=0 kern.maxfilesperproc=2000 kern.maxprocperuid=400 kern.coredump=0 net.inet.tcp.msl=7500 kern.ipc.somaxconn=16424 loader.conf: hint.acpi.0.disabled=1 kern.ipc.nmbclusters=32768 kern.ipc.maxsockets=16424 kern.maxproc=8000 These are my custom kernel options: options IPSTEALTH options QUOTA options RANDOM_IP_ID options SC_DISABLE_REBOOT Any help is really appreciated, I have this server idling (compile lots of stuff=die) for 2 weeks now :/ Regards From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 16:20:40 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 522F116A4CE for <questions@freebsd.org>; Sun, 1 Aug 2004 16:20:40 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B6EE43D46 for <questions@freebsd.org>; Sun, 1 Aug 2004 16:20:40 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 3E93269A71 for <questions@freebsd.org>; Sun, 1 Aug 2004 12:20:39 -0400 (EDT) Date: Sun, 1 Aug 2004 12:20:38 -0400 From: Bill Moran <wmoran@potentialtech.com> To: questions@freebsd.org Message-Id: <20040801122038.19be94c2.wmoran@potentialtech.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [OT?] Sun/Java licensing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 16:20:40 -0000 I'm getting lost in Suns marketing-oriented webpages, and I can't seem to find the information I need. I'm going to start doing Java development, and I'm trying to make sure that all my legal ducks are in a row. Can someone point me to a document that explains what's up with Java licensing. I mean, if I install jdk14 to develop java apps, can I resell those apps? There was a warning that said something about not redistributing binaries, but it's too vague to tell me whether that means bytecode genereated by the java compiler, or binaries that would result from me tweaking the jdk itself. I'm looking for a little clarification! TIA. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 16:39:01 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 805D516A4D1 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 16:39:01 +0000 (GMT) Received: from hosea.tallye.com (joel.tallye.com [216.99.199.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C62A43D64 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 16:39:00 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (hosea.tallye.com [127.0.0.1]) by hosea.tallye.com (8.12.8/8.12.10) with ESMTP id i71Gd0Iw011253 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 09:39:00 -0700 Received: (from sttng359@localhost) by hosea.tallye.com (8.12.8/8.12.10/Submit) id i71Gd0uE011251 for freebsd-questions@freebsd.org; Sun, 1 Aug 2004 09:39:00 -0700 X-Authentication-Warning: hosea.tallye.com: sttng359 set sender to lorenl@alzatex.com using -f Date: Sun, 1 Aug 2004 09:39:00 -0700 From: "Loren M. Lang" <lorenl@alzatex.com> To: FreeBSD Mailing list <freebsd-questions@freebsd.org> Message-ID: <20040801163900.GA11156@alzatex.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qMm9M+Fa2AknHoGS" Content-Disposition: inline User-Agent: Mutt/1.4.1i X-GPG-Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc X-GPG-Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C Subject: Buildworld fails on FreeBSD 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 16:39:01 -0000 --qMm9M+Fa2AknHoGS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable A make buildworld fails to compile FreeBSD 5.2.1-p9 with the warning dereferencing type-punned pointer will break strict-aliasing and -Werror is set. The first library it fails on is libpam compiled staticly. Even if I set -DNO_WERROR to get past libpam, a later part will fail with the same warning, but if I have -DNO_WERROR set for the entire buildworld, it finishes. I've had this problem since I tried to compile 5.2.1-p2 so I haven't been able to upgrade once beyond 5.2.1. I haven't seen anything relevent in the UPDATING file. Relevant make.conf lines: CPUTYPE=3Dp3 CFLAGS=3D-O2 -pipe --=20 I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C =20 --qMm9M+Fa2AknHoGS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBDRyk+vN6RuSjKAwRAsimAKCfID07sAdlj9NiKyLzkEmr918XHgCg0aJr DPxtNBGixpyKLSHocIyQwK4= =/wHN -----END PGP SIGNATURE----- --qMm9M+Fa2AknHoGS-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 16:49:00 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6006C16A4CE for <questions@freebsd.org>; Sun, 1 Aug 2004 16:49:00 +0000 (GMT) Received: from mail.giallarhorn.org (orv.dslbr.toad.net [66.159.78.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CFCB43D58 for <questions@freebsd.org>; Sun, 1 Aug 2004 16:48:59 +0000 (GMT) (envelope-from technews@giallarhorn.org) Received: from [172.16.1.6] (jord.giallarhorn.org [172.16.1.6]) i71Gr8LU051446; Sun, 1 Aug 2004 12:53:08 -0400 (EDT) (envelope-from technews@giallarhorn.org) Message-ID: <410D1EF8.6010601@giallarhorn.org> Date: Sun, 01 Aug 2004 12:48:56 -0400 From: orv <technews@giallarhorn.org> Organization: Giallarhorn.org User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bill Moran <wmoran@potentialtech.com> References: <20040801122038.19be94c2.wmoran@potentialtech.com> In-Reply-To: <20040801122038.19be94c2.wmoran@potentialtech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.3 required=5.0 tests=AWL autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on sif.giallarhorn.org cc: questions@freebsd.org Subject: Re: [OT?] Sun/Java licensing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 16:49:00 -0000 Bill Moran wrote: > I'm getting lost in Suns marketing-oriented webpages, and I can't seem > to find the information I need. > > I'm going to start doing Java development, and I'm trying to make sure > that all my legal ducks are in a row. Can someone point me to a > document that explains what's up with Java licensing. I mean, if I > install jdk14 to develop java apps, can I resell those apps? There was > a warning that said something about not redistributing binaries, but > it's too vague to tell me whether that means bytecode genereated by > the java compiler, or binaries that would result from me tweaking the > jdk itself. > > I'm looking for a little clarification! > > TIA. > not sure of a specific url that answers your questions. However having been a java developer for a while you can redistribute your app anyway you'd like, however you cannot redistribute SUN's JRE/JDK without their premission. Only apps i've seen that redistribute JRE/JDK are IDE's ... hth From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 16:52:42 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87E2D16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 16:52:42 +0000 (GMT) Received: from hosea.tallye.com (joel.tallye.com [216.99.199.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7EE243D46 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 16:52:41 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (hosea.tallye.com [127.0.0.1]) by hosea.tallye.com (8.12.8/8.12.10) with ESMTP id i71GqeIw011369; Sun, 1 Aug 2004 09:52:40 -0700 Received: (from sttng359@localhost) by hosea.tallye.com (8.12.8/8.12.10/Submit) id i71GqbQE011367; Sun, 1 Aug 2004 09:52:37 -0700 X-Authentication-Warning: hosea.tallye.com: sttng359 set sender to lorenl@alzatex.com using -f Date: Sun, 1 Aug 2004 09:52:37 -0700 From: "Loren M. Lang" <lorenl@alzatex.com> To: Albert van Dam <albert@ipdevelopers.co.za> Message-ID: <20040801165237.GB11156@alzatex.com> References: <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAA+oXFDPbE2BGmgADgmL5LMcKAAAAQAAAAjLHbrOLb2BGmgADgmL5LMQEAAAAA@ipdevelopers.co.za> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/NkBOFFp2J2Af1nK" Content-Disposition: inline In-Reply-To: <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAA+oXFDPbE2BGmgADgmL5LMcKAAAAQAAAAjLHbrOLb2BGmgADgmL5LMQEAAAAA@ipdevelopers.co.za> User-Agent: Mutt/1.4.1i X-GPG-Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc X-GPG-Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C cc: freebsd-questions@freebsd.org Subject: Re: Multicast Forwarding X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 16:52:42 -0000 --/NkBOFFp2J2Af1nK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 22, 2004 at 02:56:41PM +0200, Albert van Dam wrote: > Hi All >=20 > I am a newbie to FreeBSD. >=20 > We have the following setup in a lab environment: > * PC1 (IP: 192.168.10.2/24) connected with cross over to wireless router > A (IP: 192.168.10.1/24 - sis0) > * PC2 (IP: 192.168.20.2/24) connected with cross over to wireless router > B (IP: 192.168.20.1/24 - sis0) > * Wireless router A (IP: 192.168.30.1/24 - wi0) connected with 802.11b > to Wireless router B (IP: 192.168.30.2/24 - wi1) >=20 > PC1 can ping PC2 and PC2 can ping PC1. > Both Wireless router A and Wireless router B runs FreeBSD. The routing > on this works but I cannot get UDP Multicast packets through. I have > read in the FreeBSD docs that mrouted should be running and subsequently > I have it running on both routers. >=20 I think that mrouted will only forward multicast packets that it knows another interface is subscribed to so network A would have to tell the router an IGMP packet subscribing to the multicast channel you're talking on on network B, and vice-versa. Not sure how to generate the IGMP packet, it's been a while since I worked with multicast. > Tcpdump shows the UDP multicast packets on Wireless router A from PC1 on > sis0 and UDP multicast packets on Wireless router B from PC2 on sis0.=20 >=20 > Any help would be greatly appreciated. >=20 > Albert >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" --=20 I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C =20 --/NkBOFFp2J2Af1nK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFBDR/V+vN6RuSjKAwRAvKNAKDG4vmq9fypb6q77y+sl+5hWOPBbACeI7we fakwoR+bdfGgtVuquZu0aZ4= =FTRT -----END PGP SIGNATURE----- --/NkBOFFp2J2Af1nK-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 17:12:58 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 984B216A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 17:12:58 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAB7E43D62 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 17:12:53 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id B42F5813A; Sun, 1 Aug 2004 19:14:19 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 31900-10; Sun, 1 Aug 2004 19:14:19 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id 6280180F6; Sun, 1 Aug 2004 19:14:19 +0200 (CEST) From: Jorn Argelo <jorn@wcborstel.nl> To: freebsd-questions@freebsd.org Date: Sun, 1 Aug 2004 19:12:49 +0200 User-Agent: KMail/1.6.2 References: <1091361076.8201.2.camel@frozen.lazarus.net> <200408011451.07003.jorn@wcborstel.nl> <1091372131.8201.20.camel@frozen.lazarus.net> In-Reply-To: <1091372131.8201.20.camel@frozen.lazarus.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408011913.00615.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: Glyn Tebbutt <d3c3it-linux@ntlworld.com> Subject: Re: Quake3 & mouse, silly i know X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 17:12:58 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [snip] > Just an update, i checked the logs i get > "Failed to detect XF86DGA mouse" > i have a feeling this is because im using xorg Go to your xorg.conf and look at this section: # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSectio As you can see, I have it disabled. If you just remove "omit" then it _shou= ld_=20 load your module.=20 I'm playing Unreal Tournament 2004 all the time on my Gentoo Linux machine,= =20 using Xorg. It runs like a train, never any problems with it. So I don't=20 think that Xorg has no compatibility with XFree86 or anything. Cheers, Jorn =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBDSSWs2lBCry7iusRAvQKAJ4p8iEOD/vNinpvfb70lIZZ8+4ulwCghE1C Wg8K3UjFIWdsDmRbjKjuBms=3D =3DIDER =2D----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 17:18:50 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A6D116A4CF for <questions@freebsd.org>; Sun, 1 Aug 2004 17:18:50 +0000 (GMT) Received: from out004.verizon.net (out004pub.verizon.net [206.46.170.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB34943D5A for <questions@freebsd.org>; Sun, 1 Aug 2004 17:18:49 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.100.95]) by out004.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040801171849.SCEV28868.out004.verizon.net@[192.168.1.3]>; Sun, 1 Aug 2004 12:18:49 -0500 Message-ID: <410D25F0.1020909@mac.com> Date: Sun, 01 Aug 2004 13:18:40 -0400 From: Chuck Swiger <cswiger@mac.com> Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bill Moran <wmoran@potentialtech.com> References: <20040801122038.19be94c2.wmoran@potentialtech.com> In-Reply-To: <20040801122038.19be94c2.wmoran@potentialtech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out004.verizon.net from [68.161.100.95] at Sun, 1 Aug 2004 12:18:49 -0500 cc: questions@freebsd.org Subject: Re: [OT?] Sun/Java licensing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 17:18:50 -0000 Bill Moran wrote: > I'm going to start doing Java development, and I'm trying to make sure > that all my legal ducks are in a row. Can someone point me to a > document that explains what's up with Java licensing. There are two licenses you care about, the one with the Java 1.4 SDK, which says: B. Redistribution. This Agreement does not grant you the right to redistribute Software. Please refer to the following URL for information regarding the redistribution of Software if you are interested in redistribution: http://sun.com/software/products/appsrvr/appsrvr_oem.html ...in other words, Sun would like to sell you a license to run the software in production. However, you don't have to do that if you don't want to, as the other license for the Java Runtime Environment, at: http://java.sun.com/j2se/1.4.2/j2re-1_4_2_05-license.txt ...is freely available, and is what your end-users will need to accept in order to run your programs. > I mean, if I install jdk14 to develop java apps, can I resell those apps? Sure, you own the software you write-- obviously providing you don't include any of Sun's code with your software, indemnify Sun against all evil, etc etc. > There was a warning that said something about not redistributing binaries, > but it's too vague to tell me whether that means bytecode genereated by the > java compiler, or binaries that would result from me tweaking the jdk > itself. That's correct. You're not supposed to tweak the JRE itself, nor write software which changes things like how the java.* and com.sun.* packages work. [ No, Virginia, Java is not OSI open source. :-)] -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 17:20:21 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44A0116A4CE; Sun, 1 Aug 2004 17:20:21 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECEB943D5C; Sun, 1 Aug 2004 17:20:20 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 9FD3D813A; Sun, 1 Aug 2004 19:21:47 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32081-09; Sun, 1 Aug 2004 19:21:47 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id 5BD5C80F6; Sun, 1 Aug 2004 19:21:47 +0200 (CEST) From: Jorn Argelo <jorn@wcborstel.nl> To: freebsd-questions@freebsd.org Date: Sun, 1 Aug 2004 19:20:21 +0200 User-Agent: KMail/1.6.2 References: <50335.81.84.175.12.1091365736.squirrel@81.84.175.12> In-Reply-To: <50335.81.84.175.12.1091365736.squirrel@81.84.175.12> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408011920.28898.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: freebsd-smp@freebsd.org cc: Hugo Silva <klr@6s-gaming.com> Subject: Re: FreeBSD 5.2.1 kernel w/ SMP under high load = panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 17:20:21 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 01 August 2004 15:08, Hugo Silva wrote: > I am running a Dual Xeon 2.8ghz w/ SMP, SCHED_ULE on FreeBSD > 5.2.1-RELEASE-p9. Why aren't you running FreeBSD 4.10 on a machine like that? 5.2.1 is simply= =20 NOT ready for production enviroments. Why do you think it's still considere= d=20 as unstable? Your panic is probably being caused by a bad driver, but of=20 course I can't tell you which one. So get in touch with your data centre and get 4.10 on that machine. It will= =20 probably solve most of your problems. Jorn =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBDSZXs2lBCry7iusRAjUlAKCqRB/BZ3invP1wxV0EcD/amkdGRACgjUtR 4JW+zZU9g1JZutwBECAfJJM=3D =3Da8U6 =2D----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 17:32:04 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5142416A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 17:32:04 +0000 (GMT) Received: from out008.verizon.net (out008pub.verizon.net [206.46.170.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE4F743D5F for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 17:32:03 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.100.95]) by out008.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040801173203.VBKA8960.out008.verizon.net@[192.168.1.3]>; Sun, 1 Aug 2004 12:32:03 -0500 Message-ID: <410D290A.3080708@mac.com> Date: Sun, 01 Aug 2004 13:31:54 -0400 From: Chuck Swiger <cswiger@mac.com> Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: adrian kok <adriankok2000@yahoo.com.hk> References: <20040801031049.6958.qmail@web21207.mail.yahoo.com> In-Reply-To: <20040801031049.6958.qmail@web21207.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out008.verizon.net from [68.161.100.95] at Sun, 1 Aug 2004 12:32:02 -0500 cc: freebsd-questions@freebsd.org Subject: Re: bandwidth question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 17:32:04 -0000 adrian kok wrote: > Can you tell me in details? Sure-- if you ask a specific question, you will get a detailed answer. > I need the bandwidth software to create graph in 1G Your question is unclear. You may be asking about drivers for gigabit ethernet NICs (see "man gx", "man bge", "man sk"). Or maybe bandwidth management and traffic shaping (see "man dummynet"), or maybe you're talking about something else like network management tools which produce pretty charts and graphs (see "ls /usr/ports/net-mgmt"). -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 17:37:37 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB5B716A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 17:37:36 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B0F343D67 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 17:37:34 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a039.otenet.gr [212.205.215.39]) i71HbVgq020467; Sun, 1 Aug 2004 20:37:31 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.11/8.12.11) with ESMTP id i71Hb4wA028437; Sun, 1 Aug 2004 20:37:04 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.11/8.12.11/Submit) id i71Hb3j4028436; Sun, 1 Aug 2004 20:37:03 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 1 Aug 2004 20:37:03 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: DK <asdzxc111@yahoo.com> Message-ID: <20040801173703.GB26989@gothmog.gr> References: <20040728203052.GA32457@gothmog.gr> <20040801111805.3398.qmail@web41013.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040801111805.3398.qmail@web41013.mail.yahoo.com> cc: freebsd-questions@freebsd.org Subject: Re: Partition Magic & BSD partitions (was: something about Apache) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 17:37:37 -0000 On 2004-08-01 04:18, DK <asdzxc111@yahoo.com> wrote: > Floppy & CD mount OK now, however even though the floppy mounts OK, > when I mount the floppy, I get: > > 127# mount -v -t msdos /dev/fd0 /mnt > /dev/fd0 on /mnt (msdos, local, reads: sync 2 async 0) > > floppy: mount -v -t msdos /dev/fd0c /mnt > CDROM: mount -t cd9660 /dev/acd0c /cdrom > > However, I can't seem to unmount them. I get "Command not found". > 127# unmount /cdrom > unmount: Command not found. There is no "unmount" command. Try "umount" without the extra 'n'. > > > When I run partition magic in Win2000, its says that I have a BAD > > > partition. Doing some searching, found that BSD messes up something > > > with the sizes of the geometry of the selected partitions(slices) - > > > still don't know how to fix this ??? > > > > Don't "fix" anything. It's more likely that just Partition Magic that > > is brain-damaged and cannot read the BSD partition properly. > > No, partition magic can read the BSD partition correctly. PM is saying > the whole primary parition (both Windows 2000 + FBSD) is BAD (nothing > to do with surface errors) I don't know anything about your partition table so I can't say for sure if PartitionMagic has gone nuts or not. I do remember it had "issues" with BSD slices, but that was about a year ago. I don't use PM so knowing if these issues are resolved now is impossible for me. > I can't remember where I read it (BSD site or book, will look later) > but when you make the slices, the sizes must add up to a certain > divisable number, otherwise part of the partition (small number like > 1024kb) will be unusable. Thats why PM is saying that the whole > partition is BAD. But I don't know how to fix this ??? Use the "fdisk" command on your disk to print the partition table and show me the output. You should see something like this: # fdisk /dev/ad0 ******* Working on device /dev/ad0 ******* parameters extracted from in-core disklabel are: cylinders=87233 heads=16 sectors/track=63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=87233 heads=16 sectors/track=63 (1008 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) start 63, size 1012032 (494 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 62/ head 254/ sector 63 The data for partition 2 is: sysid 6 (0x06),(Primary 'big' DOS (>= 32MB)) start 1012095, size 2040255 (996 Meg), flag 0 beg: cyl 63/ head 0/ sector 1; end: cyl 189/ head 254/ sector 63 The data for partition 3 is: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) start 3052350, size 84871395 (41441 Meg), flag 0 beg: cyl 190/ head 0/ sector 1; end: cyl 1023/ head 254/ sector 63 The data for partition 4 is: <UNUSED> - Giorgos From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 17:49:33 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 514C316A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 17:49:33 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8936243D58 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 17:49:32 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a039.otenet.gr [212.205.215.39]) i71HnRxg024819; Sun, 1 Aug 2004 20:49:28 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.11/8.12.11) with ESMTP id i71Hn1x0028517; Sun, 1 Aug 2004 20:49:01 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.11/8.12.11/Submit) id i71Hn100028516; Sun, 1 Aug 2004 20:49:01 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 1 Aug 2004 20:49:00 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: DK <asdzxc111@yahoo.com> Message-ID: <20040801174900.GC26989@gothmog.gr> References: <20040729164153.GC4084@orion.daedalusnetworks.priv> <20040801114859.8595.qmail@web41009.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040801114859.8595.qmail@web41009.mail.yahoo.com> cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer package like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 17:49:33 -0000 On 2004-08-01 04:48, DK <asdzxc111@yahoo.com> wrote: > I edited rc.conf & added the line: amd_enable="YES" > > However, my devices(Floppy & CDROM) are not automounting after logging > in or starting X ??? You have to tell amd what devices to automount and where by creating a proper amd.conf file. See the amd.conf(5) manual page: $ man 5 amd.conf > 1) Trying to search for a file I get the error: > > 127# locate mysql > locate: database too small: /var/db/locate.database Your 'locate' database is out of date or is empty. Try logging in as root and manually firing up the script that periodically updates it: # /etc/periodic/weekly/310.locate Then you'll be able to use "locate" as expected. This should have already run if you kept your machine up at least a week, but you probably haven't so run it manually ;-) > 2) I deleted the installed package xfce4, then added it again but xfce4 still > won't start. Is the warnings(about versions) given when I add the > package(below) a cause of why it won't start ??? > > 127# pkg_add xfce4-wm-4.0.5.tgz > pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'jpeg-6b_3', but 'jpeg-6b_2' is installed > pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'python-2.3.4', but 'python-2.3.3_5' is installed > pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'png-1.2.5_5', but 'png-1.2.5_3' is installed > pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'glib-2.4.2', but 'glib-2.4.0' is installed > pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'shared-mime-info-0.14_3', but 'shared-mime-info-0.14_2' is installed > pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'pango-1.4.0_1', but 'pango-1.4.0' is installed > pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'gtk-2.4.3_1', but 'gtk-2.4.0' is installed > pkg_add: warning: package 'xfce4-wm-4.0.5' requires 'startup-notification-0.7', but 'startup-notification-0.6' is installed You have lots of old (out of date) packages installed. Have you gotten your FreeBSD workstation to connect to the network yet? If yes, you can install `portupgrade' and use it to update all your packages/ports to their latest versions. This is probably not why xfce doesn't work though. The sysutils/xfce4-utils package installs a command called "startxfce4". AFAIK, this is the program that fires up xfce. When you install that package (as part of the dependency list of xfce4) you should be able to use xfce4 as your desktop by editing your ~/.xinitrc file and making sure that the last command it runs is: exec startxfce4 If the .xinitrc script already contains other 'exec' commands, for instance to start Windowmaker, like this one: $ cat -n .xinitrc | tail -2 49 50 exec wmaker you might want to comment out or delete those to make sure they don't stop startxfce4 from running. > 3)I am trying to install Apachetoolbox-1.5.70(it may well be a > BigApache for BSD :)) - but I get the errors "Command not found" > trying to run it: > > 127# pwd > /usr/ports/distfiles/Apachetoolbox-1.5.70 > 127# ls > CHANGE MIRROR bin etc src > INSTALL README contrib install.sh > 127# ./install. sh > ./install.: Command not found. > 127# ./install sh > ./install: Command not found. > 127# ./install > ./install: Command not found. This is not the proper way to install ports or packages in FreeBSD. Please, refer to the Handbook section on ports and packages for details. > [snip irrelevant attempts to force bash to do something mysterious] > > Any ideas to these 3 last problems ??? Yes, read the Handbook for instructions on installing ports/packages :/ - Giorgos From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 17:55:53 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C10416A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 17:55:53 +0000 (GMT) Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84E6943D60 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 17:55:52 +0000 (GMT) (envelope-from d3c3it-linux@ntlworld.com) Received: from [192.168.0.2] ([213.106.176.107]) by mta06-svc.ntlworld.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with ESMTP id <20040801175602.KGZN9519.mta06-svc.ntlworld.com@[192.168.0.2]> for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 18:56:02 +0100 From: Glyn Tebbutt <d3c3it-linux@ntlworld.com> To: freebsd-questions@freebsd.org In-Reply-To: <200408011913.00615.jorn@wcborstel.nl> References: <1091361076.8201.2.camel@frozen.lazarus.net> <200408011451.07003.jorn@wcborstel.nl> <1091372131.8201.20.camel@frozen.lazarus.net> <200408011913.00615.jorn@wcborstel.nl> Content-Type: text/plain Message-Id: <1091382954.8109.1.camel@frozen.lazarus.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 01 Aug 2004 18:55:54 +0100 Content-Transfer-Encoding: 7bit Subject: Re: Quake3 & mouse, silly i know X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 17:55:53 -0000 On Sun, 2004-08-01 at 18:12, Jorn Argelo wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > [snip] > > > Just an update, i checked the logs i get > > "Failed to detect XF86DGA mouse" > > i have a feeling this is because im using xorg > > Go to your xorg.conf and look at this section: > > # This loads the miscellaneous extensions module, and disables > # initialisation of the XFree86-DGA extension within that module. > SubSection "extmod" > Option "omit xfree86-dga" # don't initialise the DGA extension > EndSubSectio > > As you can see, I have it disabled. If you just remove "omit" then it _should_ > load your module. > > I'm playing Unreal Tournament 2004 all the time on my Gentoo Linux machine, > using Xorg. It runs like a train, never any problems with it. So I don't > think that Xorg has no compatibility with XFree86 or anything. > > Cheers, > > Jorn > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (GNU/Linux) > > iD8DBQFBDSSWs2lBCry7iusRAvQKAJ4p8iEOD/vNinpvfb70lIZZ8+4ulwCghE1C > Wg8K3UjFIWdsDmRbjKjuBms= > =IDER > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" That fixed it thanks, well as per my other message, im having to go back to 5.2.1 because the gcc in -current breaks a couple of gnome ports *really important to me as its all the programs i use lol* -- *-----------------------------------------------------* | Glyn Tebbutt | d3c3it-linux@ntlworld.com | |--------------' http://homepage.ntlworld.com/d3c3it | | Lisa, if you dont like your job you dont strike, | | You just go in everyday and do it really half-assed | | Thats the American way. -Homer Simpson | *-----------------------------------------------------* From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 18:01:27 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CAD116A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 18:01:27 +0000 (GMT) Received: from mail.revolutionsp.com (ganymede.revolutionsp.com [64.246.0.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D46D043D5D for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 18:01:26 +0000 (GMT) (envelope-from klr@6s-gaming.com) Received: from mail.revolutionsp.com (localhost [127.0.0.1]) by mail.revolutionsp.com (Postfix) with ESMTP id 3919F15C9C for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 14:59:09 +0000 (GMT) Received: from 81.84.175.12 (SquirrelMail authenticated user klr@6s-gaming.com); by mail.revolutionsp.com with HTTP; Sun, 1 Aug 2004 14:59:09 -0000 (GMT) Message-ID: <51005.81.84.175.12.1091372349.squirrel@81.84.175.12> In-Reply-To: <200408011920.28898.jorn@wcborstel.nl> References: <50335.81.84.175.12.1091365736.squirrel@81.84.175.12> <200408011920.28898.jorn@wcborstel.nl> Date: Sun, 1 Aug 2004 14:59:09 -0000 (GMT) From: "Hugo Silva" <klr@6s-gaming.com> To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: FreeBSD 5.2.1 kernel w/ SMP under high load = panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 18:01:27 -0000 4.10 won't work with the current hardware on the server, and I wanted to try 5.2.1 because of the improved SMP. I know there is a solution for this by adding a kernel option, but i'm completely CLUELESS. Can anyone give a hint? > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Sunday 01 August 2004 15:08, Hugo Silva wrote: >> I am running a Dual Xeon 2.8ghz w/ SMP, SCHED_ULE on FreeBSD >> 5.2.1-RELEASE-p9. > > Why aren't you running FreeBSD 4.10 on a machine like that? 5.2.1 is > simply > NOT ready for production enviroments. Why do you think it's still > considered > as unstable? Your panic is probably being caused by a bad driver, but of > course I can't tell you which one. > > So get in touch with your data centre and get 4.10 on that machine. It > will > probably solve most of your problems. > > Jorn > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (GNU/Linux) > > iD8DBQFBDSZXs2lBCry7iusRAjUlAKCqRB/BZ3invP1wxV0EcD/amkdGRACgjUtR > 4JW+zZU9g1JZutwBECAfJJM=a8U6 > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-smp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-smp > To unsubscribe, send any mail to "freebsd-smp-unsubscribe@freebsd.org" > -- www.6s-gaming.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 18:02:01 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8F4316A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 18:02:01 +0000 (GMT) Received: from out004.verizon.net (out004pub.verizon.net [206.46.170.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E83A43D62 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 18:02:01 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.100.95]) by out004.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040801180200.SIDP28868.out004.verizon.net@[192.168.1.3]>; Sun, 1 Aug 2004 13:02:00 -0500 Message-ID: <410D300F.5080102@mac.com> Date: Sun, 01 Aug 2004 14:01:51 -0400 From: Chuck Swiger <cswiger@mac.com> Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Patrick Dung <patrick_dkt@yahoo.com.hk> References: <20040731194337.37249.qmail@web51802.mail.yahoo.com> In-Reply-To: <20040731194337.37249.qmail@web51802.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out004.verizon.net from [68.161.100.95] at Sun, 1 Aug 2004 13:02:00 -0500 cc: freebsd-questions@freebsd.org Subject: Re: Curious question about FreeBSD's TCP/IP and SMP locking X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 18:02:01 -0000 Patrick Dung wrote: > I am not programmer but I want to know what is the use > of adding so much locks/mutex in the stack? So that it works properly under SMP. Concurrent programming is really hard to do. > Also, would it make a newbie/beginner feel difficult to > understand the code (I mean the TCP/IP part)? Why, yes, certainly it does. Beyond that, the size of the code involved implies something about the complexity: 8-epia# wc -l /usr/src/sys/netinet/tcp_input.c 3349 /usr/src/sys/netinet/tcp_input.c -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 18:04:00 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31CCC16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 18:04:00 +0000 (GMT) Received: from mailspool.ops.uunet.co.za (mailspool.ops.uunet.co.za [196.7.0.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id A839343D2F for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 18:03:57 +0000 (GMT) (envelope-from albert@ipdevelopers.co.za) Received: from vic-dial-196-31-178-51.mweb.co.za ([196.31.178.51] helo=hvd) by mailspool.ops.uunet.co.za with esmtp (Exim 3.36 #1) id 1BrKgd-000OpY-00; Sun, 01 Aug 2004 20:03:56 +0200 From: "Albert van Dam" <albert@ipdevelopers.co.za> To: "'Loren M. Lang'" <lorenl@alzatex.com> Date: Sun, 1 Aug 2004 20:04:31 +0200 Message-ID: <!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAWJ5M70+lBU2M8goV/57zyMKAAAAQAAAAbkKKaYaMbUaf8CKS4UqXOQEAAAAA@ipdevelopers.co.za> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal In-Reply-To: <20040801165237.GB11156@alzatex.com> cc: freebsd-questions@freebsd.org Subject: RE: Multicast Forwarding X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 18:04:00 -0000 Loren We managed to get it working on the 23rd of July. Mrouted does forward multicast packets as long as at least two machines join a multicast session. The one channel on one of our routers were stuffed so we replaced the router and it worked fine from there. Albert -----Original Message----- From: Loren M. Lang [mailto:lorenl@alzatex.com] Sent: 01 August 2004 18:53 To: Albert van Dam Cc: freebsd-questions@freebsd.org Subject: Re: Multicast Forwarding On Thu, Jul 22, 2004 at 02:56:41PM +0200, Albert van Dam wrote: > Hi All > > I am a newbie to FreeBSD. > > We have the following setup in a lab environment: > * PC1 (IP: 192.168.10.2/24) connected with cross over to wireless > router A (IP: 192.168.10.1/24 - sis0) > * PC2 (IP: 192.168.20.2/24) connected with cross over to wireless > router B (IP: 192.168.20.1/24 - sis0) > * Wireless router A (IP: 192.168.30.1/24 - wi0) connected with 802.11b > to Wireless router B (IP: 192.168.30.2/24 - wi1) > > PC1 can ping PC2 and PC2 can ping PC1. > Both Wireless router A and Wireless router B runs FreeBSD. The routing > on this works but I cannot get UDP Multicast packets through. I have > read in the FreeBSD docs that mrouted should be running and > subsequently I have it running on both routers. > I think that mrouted will only forward multicast packets that it knows another interface is subscribed to so network A would have to tell the router an IGMP packet subscribing to the multicast channel you're talking on on network B, and vice-versa. Not sure how to generate the IGMP packet, it's been a while since I worked with multicast. > Tcpdump shows the UDP multicast packets on Wireless router A from PC1 > on sis0 and UDP multicast packets on Wireless router B from PC2 on > sis0. > > Any help would be greatly appreciated. > > Albert > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" -- I sense much NT in you. NT leads to Bluescreen. Bluescreen leads to downtime. Downtime leads to suffering. NT is the path to the darkside. Powerful Unix is. Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: B3B9 D669 69C9 09EC 1BCD 835A FAF3 7A46 E4A3 280C From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 18:25:12 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B370216A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 18:25:12 +0000 (GMT) Received: from out003.verizon.net (out003pub.verizon.net [206.46.170.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4819E43D67 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 18:25:12 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.100.95]) by out003.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040801182511.RUX26805.out003.verizon.net@[192.168.1.3]>; Sun, 1 Aug 2004 13:25:11 -0500 Message-ID: <410D357E.3090602@mac.com> Date: Sun, 01 Aug 2004 14:25:02 -0400 From: Chuck Swiger <cswiger@mac.com> Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: 3BSD <assadbsd@gmail.com> References: <f864608004080101493b1be9e2@mail.gmail.com> In-Reply-To: <f864608004080101493b1be9e2@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [68.161.100.95] at Sun, 1 Aug 2004 13:25:11 -0500 cc: freebsd-questions@freebsd.org Subject: Re: Claiming that the list's e-mail showed up on her TV X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 18:25:12 -0000 3BSD wrote: > I think anyone who replies to that address is getting subscribed to a > spam list. Please don't reply. Heh, good advice but how could you notice the difference? Anyone who mails anything to any list is getting subscribed to spam these days. Ditto for any address you use even only for private mail, if it gets put into the address book of a Windows user who gets virusized. :-( -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 18:58:36 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA8C516A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 18:58:36 +0000 (GMT) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [217.122.132.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0745D43D66 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 18:58:36 +0000 (GMT) (envelope-from dick@nagual.st) Received: from pooh.nagual.st (pooh.nagual.st [::ffff:192.168.11.22]) by nagual.st with esmtp; Sun, 01 Aug 2004 20:58:34 +0200 Date: Sun, 1 Aug 2004 20:57:57 +0200 From: dick hoogendijk <dick@nagual.st> To: freebsd-questions@freebsd.org Message-Id: <20040801205757.7b2a1d4e.dick@nagual.st> Organization: nagual SiTe X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: OOo packages for FreeBSD porting <-> projects.imp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 18:58:36 -0000 Hello, Normally I download the FreeBSd packages (4.10R) on http://projects.imp.ch but the lates version they have for fbsd-4.10 is OOo-1.1.0_1 On the openoffice site I followed some links to the porting.openoffice.org for freebsd and saw packages for freebsd-4.10 OOO-version 1.1.2 which is quite higher than on imp.ch Can someone tell me if it's OK to upgrade or should I just stay with the packages from projects.imp.ch? FWIW, the latter work fine ;-) -- dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.10 ++ Debian GNU/Linux (Woody) + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 20:30:41 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D679F16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 20:30:41 +0000 (GMT) Received: from zumba.com (200-103-247-052.ctame7042.dsl.brasiltelecom.net.br [200.103.247.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2B1243D6B for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 20:30:40 +0000 (GMT) (envelope-from zumba@zumba.com) Received: from zumba.com (localhost.com [127.0.0.1]) by zumba.com (8.12.9/8.12.9) with ESMTP id i71KUcmN001194 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 17:30:38 -0300 (BRT) (envelope-from zumba@zumba.com) Received: by zumba.com (8.12.9/8.12.9/Submit) id i71KUbbg001193 for freebsd-questions@freebsd.org; Sun, 1 Aug 2004 17:30:37 -0300 (BRT) From: "Paulo Fonseca Jr." <paulofonsecajr@terra.com.br> To: freebsd-questions@freebsd.org Date: Sun, 1 Aug 2004 17:30:36 -0300 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408011730.36934.paulofonsecajr@terra.com.br> Subject: lpd and apsfilter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 20:30:41 -0000 I was installed apsfilter with lpd here with printcap setting as: lp|deskjet;r=300x300;q=draft;c=full;p=letter;m=auto:\ :lp=/dev/ulpt0:\ :if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\ :sd=/var/spool/lpd/lp:\ :lf=/var/spool/lpd/lp/log:\ :af=/var/spool/lpd/lp/acct:\ :mx#0:\ :sh: /dev/ulpt0 is recognized by usbdevs and jobs are being queued but printer not works, not even sign, but job are being unqueued after about few seconds. (dmesg) ulpt0: hp deskjet 3420, rev 2.00/1.00, addr 2, iclass 7/1 ulpt0: using bi-directional mode Please, help me. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 20:32:17 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1F2316A4CE; Sun, 1 Aug 2004 20:32:17 +0000 (GMT) Received: from structbio.vanderbilt.edu (reef.structbio.Vanderbilt.Edu [160.129.138.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02E0243D60; Sun, 1 Aug 2004 20:32:15 +0000 (GMT) (envelope-from bandix@home.funnyvalentine.net) Received: from home.funnyvalentine.net (adsl-065-007-237-012.sip.bna.bellsouth.net [65.7.237.12]) i71KWARg005909 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 1 Aug 2004 15:32:11 -0500 Received: (from bandix@localhost) by home.funnyvalentine.net (8.12.10/8.12.10/Submit) id i71KW5SZ061919; Sun, 1 Aug 2004 15:32:05 -0500 (CDT) (envelope-from bandix) Date: Sun, 1 Aug 2004 15:32:05 -0500 From: "Brandon D. Valentine" <brandon@dvalentine.com> To: adp <dap99@i-55.com> Message-ID: <20040801203205.GA61836@brandon.dvalentine.com> References: <00dd01c47775$0087df40$0200a8c0@THEBOX> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00dd01c47775$0087df40$0200a8c0@THEBOX> User-Agent: Mutt/1.5.6i cc: freebsd-database@freebsd.org cc: freebsd-hackers@freebsd.org cc: questions@freebsd.org Subject: Re: FreeBSD and MySQL - mysqld eats CPU alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 20:32:17 -0000 On Sat, Jul 31, 2004 at 10:08:32PM -0500, adp wrote: > Any help on this? Googling shows a long history of people having these > problems but no solutions. Please don't give me a URL to a Google showing > others having this problem--I've seen that and more. I want to know if there > is a solution. Any help is appreciated! When this happens are you able to attach truss or gdb to the process? This is impossible to diagnosis without some kind of debugging information. Brandon D. Valentine -- brandon@dvalentine.com http://www.geekpunk.net Pseudo-Random Googlism: summer is slowly losing its grip From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 20:32:53 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4075416A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 20:32:53 +0000 (GMT) Received: from public.comradeburnout.com (net-6621941-196.customer.corenap.com [66.219.41.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B882E43D3F for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 20:32:52 +0000 (GMT) (envelope-from geektron@comradeburnout.com) Received: from [127.0.0.1] (adsl-67-65-12-193.dsl.austtx.swbell.net [67.65.12.193]) by public.comradeburnout.com (Postfix) with ESMTP id 23D6860E3 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 15:41:41 -0500 (CDT) Message-ID: <410D516C.8070106@comradeburnout.com> Date: Sun, 01 Aug 2004 15:24:12 -0500 From: Comrade Burnout <geektron@comradeburnout.com> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD 5.2.1 port dependencies (PHP/PEAR) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 20:32:53 -0000 i recently upgraded some machines to FreeBSD 5.2.1-STABLE, and trying to install the PEAR objects (PHP stuff). I've looked through the INDEX file in my local ports collection, and the PEAR tree is looking for: php4-4.3.4 whereas mod_php4 and any of the other (non-PEAR ) PHP ports are looking for: mod_php4-4.3.4,1 when i try to use pkg_add ... i get the following: burnt# pkg_add -r pear-DB Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/Latest/pear-DB.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/All/php4-4.3.4_2.tbz... Done. pkg_add: package 'php4-4.3.4_2' conflicts with mod_php4-4.3.4_2,1 pkg_add: please use pkg_delete first to remove conflicting package(s) or -f to force installation pkg_add: pkg_add of dependency 'php4-4.3.4_2' failed! is there a way to tweak the Makefile locally to force the PEAR install to use the existing PHP version? everything on my new machine works with the existing PHP setup *but* one site that uses the PEAR classes. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 20:52:33 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C5B816A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 20:52:33 +0000 (GMT) Received: from mirrorball.thelosingend.net (m069c.studby.ntnu.no [129.241.130.69]) by mx1.FreeBSD.org (Postfix) with SMTP id 49DFC43D5E for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 20:52:32 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: (qmail 64510 invoked by uid 1001); 1 Aug 2004 20:52:30 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 1 Aug 2004 20:52:30 -0000 Date: Sun, 1 Aug 2004 22:52:30 +0200 (CEST) From: Svein Halvor Halvorsen <svein-freebsd-questions@theloosingend.net> X-X-Sender: sveinhal@mirrorball.thelosingend.net To: Bill Moran <wmoran@potentialtech.com> In-Reply-To: <20040801113928.0af56321.wmoran@potentialtech.com> Message-ID: <20040801224658.P51819@mirrorball.thelosingend.net> References: <20040801111805.3398.qmail@web41013.mail.yahoo.com> <20040801151345.GB30653@happy-idiot-talk.infracaninophile.co.uk> <20040801113928.0af56321.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: [OT] QWERTY key layout (was Re: BigApache for Windows - Why doesn't BSD have an installerpackage like this ???) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 20:52:33 -0000 [Bill Moran, 2004-08-01] > I don't remember where, but I read somewhere that the qwerty layout > was not designed for raw speed (as some people think) but was designed > for speed on _mechanical_ typewriters. i.e. part of it's design is > to maximize the possibility that you'll alternate left-hand/right-hand, > thus minimizing the possibility that the hammers that fly up and strike > the paper won't jam. (probably most of you have never used a truely > _manual_ typewriter, and thus don't understand the mechanics ... This is probably not true (that most of us have never used one of those, that is.) It's not -that- long, since these were in common use, probably just 20 years. And even though I'm not alot older than that myself, most people my age have seen and played with one of those as a kid. Everyone had one in the attic, if not your parents, at least your grand parent. I can, by the way, confirm what you've read. The qwerty layout -is- indeed designed to make typing slow, in order to minimize the posibility of a jam From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 20:55:01 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B73116A4CE for <questions@FreeBSD.org>; Sun, 1 Aug 2004 20:55:01 +0000 (GMT) Received: from blair.epifora.com (blair.epifora.com [207.139.168.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDB4243D5F for <questions@FreeBSD.org>; Sun, 1 Aug 2004 20:55:00 +0000 (GMT) (envelope-from drvince@anonymnet.net) Received: from localhost (localhost.epifora.com [127.0.0.1]) by blair.epifora.com (Postfix) with ESMTP id 127341659EA for <questions@FreeBSD.org>; Sun, 1 Aug 2004 16:55:29 -0400 (EDT) Received: from mail.anonymnet.net ([205.205.52.19]) by localhost (blair.epifora.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00279-02 for <questions@FreeBSD.org>; Sun, 1 Aug 2004 16:55:26 -0400 (EDT) Received: from mail.anonymnet.net (mail.anonymnet.net [205.205.52.19]) by mail.anonymnet.net (Postfix) with ESMTP id 702961659E7 for <questions@FreeBSD.org>; Sun, 1 Aug 2004 16:55:26 -0400 (EDT) From: "DrVince" <drvince@anonymnet.net> To: questions@FreeBSD.org Date: Sun, 1 Aug 2004 15:55:26 -0500 Message-Id: <20040801205434.M34609@anonymnet.net> In-Reply-To: <20040731224242.55683.qmail@web21204.mail.yahoo.com> References: <20040731224242.55683.qmail@web21204.mail.yahoo.com> X-Mailer: Open WebMail 2.30 20040131 X-OriginatingIP: 205.205.52.19 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: Re: bandwidth question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 20:55:01 -0000 On Sun, 1 Aug 2004 06:42:42 +0800 (CST), adrian kok wrote > Do you know there is bandwidth software to support > Giga ethernet? What do you mean by "bandwidth sortware"? DrVince From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 20:59:48 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 785F516A4CF for <freebsd-questions@FreeBSD.org>; Sun, 1 Aug 2004 20:59:48 +0000 (GMT) Received: from blair.epifora.com (blair.epifora.com [207.139.168.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id B989F43D45 for <freebsd-questions@FreeBSD.org>; Sun, 1 Aug 2004 20:59:47 +0000 (GMT) (envelope-from drvince@anonymnet.net) Received: from localhost (localhost.epifora.com [127.0.0.1]) by blair.epifora.com (Postfix) with ESMTP id A0CFD165935 for <freebsd-questions@FreeBSD.org>; Sun, 1 Aug 2004 17:00:16 -0400 (EDT) Received: from mail.anonymnet.net ([205.205.52.19]) by localhost (blair.epifora.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00279-05 for <freebsd-questions@FreeBSD.org>; Sun, 1 Aug 2004 17:00:15 -0400 (EDT) Received: from mail.anonymnet.net (mail.anonymnet.net [205.205.52.19]) by mail.anonymnet.net (Postfix) with ESMTP id B23791659E9 for <freebsd-questions@FreeBSD.org>; Sun, 1 Aug 2004 17:00:14 -0400 (EDT) From: "DrVince" <drvince@anonymnet.net> To: freebsd-questions@FreeBSD.org Date: Sun, 1 Aug 2004 16:00:14 -0500 Message-Id: <20040801205952.M87998@anonymnet.net> In-Reply-To: <1248149814.20040731221547@poczta.fm> References: <1248149814.20040731221547@poczta.fm> X-Mailer: Open WebMail 2.30 20040131 X-OriginatingIP: 205.205.52.19 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: Re: where can I get ISO IMAGE OF newest FREEBSD ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 20:59:48 -0000 On Sat, 31 Jul 2004 22:15:47 +0200, Undisclosed_Recipient wrote > where can I get ISO IMAGE OF newest FREEBSD ? FreeBSD offers the ISO of releases. If you want other ISOs you have to make them yourself. You need a working computer with a FreeBSD installed. Fetch the sources (cvsup). Optionnally update your system from these sources (may prevent glitches). Go to /usr/src/release/ and build from there. There are some infos around the web to help you from that point. DrVince From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 21:02:35 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84B4816A4CE for <freebsd-questions@FreeBSD.org>; Sun, 1 Aug 2004 21:02:35 +0000 (GMT) Received: from out003.verizon.net (out003pub.verizon.net [206.46.170.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18E9743D1F for <freebsd-questions@FreeBSD.org>; Sun, 1 Aug 2004 21:02:35 +0000 (GMT) (envelope-from leblanc@keyslapper.org) Received: from localhost ([141.154.19.31]) by out003.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040801210234.BPQP26805.out003.verizon.net@localhost> for <freebsd-questions@FreeBSD.org>; Sun, 1 Aug 2004 16:02:34 -0500 Received: from keyslapper.org (localhost [127.0.0.1]) by localhost (8.12.11/8.12.11) with ESMTP id i71L2h9a039512 for <freebsd-questions@FreeBSD.org>; Sun, 1 Aug 2004 17:02:43 -0400 (EDT) (envelope-from leblanc@keyslapper.org) Received: (from leblanc@localhost) by keyslapper.org (8.12.11/8.12.11/Submit) id i71L2gvQ039511 for freebsd-questions@FreeBSD.org; Sun, 1 Aug 2004 17:02:42 -0400 (EDT) (envelope-from leblanc) Date: Sun, 1 Aug 2004 17:02:42 -0400 From: Louis LeBlanc <FreeBSD@keyslapper.org> To: FreeBSD Questions <freebsd-questions@FreeBSD.org> Message-ID: <20040801210242.GC35481@keyslapper.org> Mail-Followup-To: FreeBSD Questions <freebsd-questions@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.6i X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [141.154.19.31] at Sun, 1 Aug 2004 16:02:33 -0500 Subject: multiple fxp nics - how do I make them play nice? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@FreeBSD.org List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 21:02:35 -0000 Hey again everyone. I'm trying to get two network cards working on the same FreeBSD 5.2.1 box, which would normally be pretty trivial, except they're both on the fxp driver. I have them booting up, but As I suspected, the onboard nic dropped down to fpx1 while the newly installed nic hijacked fpx0. Here's the relevant info from /var/run/dmesg.boot: fxp0: <Intel 82557 Pro/100 Ethernet> port 0xdf00-0xdf1f mem 0xfce00000-0xfcefffff,0xf8000000-0xf8000fff irq 21 at device 0.0 on pci2 fxp0: Ethernet address 00:a0:c9:74:12:48 miibus0: <MII bus> on fxp0 inphy0: <i82555 10/100 media interface> on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp1: <Intel 82801BA (D865) Pro/100 VE Ethernet> port 0xdf40-0xdf7f mem 0xfcdef000-0xfcdeffff irq 20 at device 8.0 on pci2 fxp1: Ethernet address 00:11:11:02:20:43 miibus1: <MII bus> on fxp1 inphy1: <i82562ET 10/100 media interface> on miibus1 inphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto The ethernet addresses are what tells me the nics swapped out. Before installing the second nic, fxp0 (the onboard nic) was falling on irq 20 with ethernet address 00:11:11:01:20:43. I guess I don't really care all that much, but just to be sure they don't try connecting the wrong network if the other dies, I'd like to force them to a specific device. I vaguely remember something about hints in /boot/device.hints but I'm not sure I like the idea of 'guessing' the right way to do this. I didn't find it in the FAQ or the FM, but I know that doesn't mean it's not there. I'd appreciate the pointer or the quick and dirty howto. TIA Lou -- Louis LeBlanc FreeBSD@keyslapper.org Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://www.keyslapper.org Ô¿Ô¬ QOTD: "What do you mean, you had the dog fixed? Just what made you think he was broken!" From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 21:15:38 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2163D16A50A for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 21:15:38 +0000 (GMT) Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA75843D54 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 21:15:37 +0000 (GMT) (envelope-from rperry4@earthlink.net) Received: from dialup-4.250.42.78.dial1.weehawken1.level3.net ([4.250.42.78]) by falcon.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1BrNg8-0006Zi-00 for freebsd-questions@freebsd.org; Sun, 01 Aug 2004 14:15:37 -0700 Message-ID: <410D5E07.7040102@earthlink.net> Date: Sun, 01 Aug 2004 17:17:59 -0400 From: Bob Perry <rperry4@earthlink.net> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040731 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD-Questions <freebsd-questions@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Help Connecting NT 4.0 to Internet via LAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 21:15:38 -0000 Trying to reinstall Windows NT 4.0 and reconnect it to the internet via LAN with FreeBSD 4.9 as the server. I had previously attempted to repair a corrupted system file in my NT box but was unsuccessful. I ended up reinstalling back to the original Service Pack 1. My plan now is to upgrade the IE browser and OS on-line but I'm having trouble getting the browser to work. At this stage, the NT box can ping web sites successfully using their IP address but not the URL name. The browser will search and find a website but eventually responds with "Could not open ..." Would appreciate any troubleshooting advice you have time to relay. Thanks, Bob Perry. -- I've learned that whatever hits the fan will not be evenly distributed. FreeBSD 4.9-RELEASE-p2 #0 From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 21:55:28 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03D7816A4CF for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 21:55:28 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D27043D5C for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 21:55:27 +0000 (GMT) (envelope-from henrik.w.lund@broadpark.no) Received: from [10.0.0.3] (52.80-202-129.nextgentel.com [80.202.129.52]) by mail.broadpark.no (Postfix) with ESMTP id DA9EB3079; Sun, 1 Aug 2004 23:55:58 +0200 (MEST) Message-ID: <410DE543.2080105@broadpark.no> Date: Sun, 01 Aug 2004 23:54:59 -0700 From: Henrik W Lund <henrik.w.lund@broadpark.no> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: nb, en-us, en MIME-Version: 1.0 To: Bill Moran <wmoran@potentialtech.com> References: <20040801111805.3398.qmail@web41013.mail.yahoo.com> <410D7E99.7080705@broadpark.no> <20040801151345.GB30653@happy-idiot-talk.infracaninophile.co.uk> <20040801113928.0af56321.wmoran@potentialtech.com> In-Reply-To: <20040801113928.0af56321.wmoran@potentialtech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: [OT] QWERTY key layout (was Re: BigApache for Windows - Whydoesn't BSD have an installerpackage like this ???) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 21:55:28 -0000 Bill Moran wrote: >Matthew Seaman <m.seaman@infracaninophile.co.uk> wrote: > > > >>On Sun, Aug 01, 2004 at 04:36:57PM -0700, Henrik W Lund wrote: >> >> >> >>>The command to use is umount, not unmount. >>> >>>umount /cdrom >>> >>>Don't ask me why they left out the first 'n' there. >>> >>> >>Because typing the sequence u-n-m at speed is really quite difficult. >> >>It's also the reason that it's perl and not pearl. >> >>Same as it's hard to type t-h-e correctly all teh time, nad typing >>a-n-d is a bit of a pain too. Anyone would think that the qwerty >>keyboard layout was designed to slow down your typing speed... >> >> > >I don't remember where, but I read somewhere that the qwerty layout >was not designed for raw speed (as some people think) but was designed >for speed on _mechanical_ typewriters. i.e. part of it's design is >to maximize the possibility that you'll alternate left-hand/right-hand, >thus minimizing the possibility that the hammers that fly up and strike >the paper won't jam. (probably most of you have never used a truely >_manual_ typewriter, and thus don't understand the mechanics ... >manual typewriters use hammers, much like a piano, that have the embossed >letters on them, and you have to hit the key hard enough to cause the >hammer to fly up and strike through the ink ribbon and put the image of >the letter on the paper. You also had the possibility that if you tried >to type too fast, the next hammer would hit the first hammer as it was >on its way down, thus jamming the typewriter and requiring you to stick >your hand in the mechanism and unjam it, which meant you probably got >ink on your hands ... _unlike_ a piano, all the hammers with the letters >on them were angled to strike the ribbon/paper at exactly the same >location, thus the possibility of collission was very high.) > >Anyway ... the fact that the qwerty layout was adopted for electric >typerwriters, and later keyboards that don't have the same restrictions as >manual typewriters is an unfortunate consequence of "let's use something >that everyone already knows." It would have been better if the folks who >developed the electric typewriter had used the Dvorak layout, but it's >unlikely at this point that the world will switch. > >If you've never seen a mechanical typewriter, it's an interesting history >lesson. It will explain a lot about why the keyboards we use today function >they way they do. Just wait until you learn how the SHIFT key used to >function! ... I wonder if I still have that old cheapo typerwriter in >the attic somewhere ... > > > I remember those!! I used to love hammering as many keys at the same time as I could. My parents would spend ages "unjamming" it afterwards. :-D -Henrik W Lund From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 21:55:37 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAE6F16A4CE; Sun, 1 Aug 2004 21:55:37 +0000 (GMT) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC48243D4C; Sun, 1 Aug 2004 21:55:37 +0000 (GMT) (envelope-from lists@jnielsen.net) Received: from neo.jnielsen.net (jn@c-24-2-72-123.client.comcast.net [24.2.72.123]) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id i71LtbPB017103; Sun, 1 Aug 2004 14:55:37 -0700 (PDT) (envelope-from lists@jnielsen.net) Received: from stealth-10-3-2-2.local (stealth@stealth-10-3-2-2.local [10.3.2.2]) by neo.jnielsen.net (8.12.10/8.12.10) with ESMTP id i71Ltalm048661; Sun, 1 Aug 2004 15:55:36 -0600 (MDT) (envelope-from lists@jnielsen.net) From: John Nielsen <lists@jnielsen.net> To: freebsd-hackers@freebsd.org Date: Sun, 1 Aug 2004 15:54:51 -0600 User-Agent: KMail/1.6.2 References: <00dd01c47775$0087df40$0200a8c0@THEBOX> In-Reply-To: <00dd01c47775$0087df40$0200a8c0@THEBOX> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408011554.51630.lists@jnielsen.net> X-Virus-Scanned: clamd / ClamAV version 0.75, clamav-milter version 0.75 on ns1.jnielsen.net X-Virus-Status: Clean cc: adp <dap99@i-55.com> cc: freebsd-database@freebsd.org cc: questions@freebsd.org Subject: Re: FreeBSD and MySQL - mysqld eats CPU alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 21:55:38 -0000 On Saturday 31 July 2004 21:08, adp wrote: > I recently posted the following message to MySQL discussion list. The > response there, and the one I keep finding on Google, is that this is a > long-standing issue betweeen FreeBSD and MySQL. For me this has been > happening since FreeBSD 4.4. I don't have any additional info about the problem, but as you say it does seem to be a long-standing issue. The hosting company I use (johncompanies.com -- highly recommended) has a "nanny" script that you may find useful: http://www.johncompanies.com/collocation/knowledge/freebsd_mysqld_nanny.txt HTH, JN From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 22:16:15 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B217F16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 22:16:15 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 890B543D31 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 22:16:15 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 6DDC669A71; Sun, 1 Aug 2004 18:16:14 -0400 (EDT) Date: Sun, 1 Aug 2004 18:16:13 -0400 From: Bill Moran <wmoran@potentialtech.com> To: Bob Perry <rperry4@earthlink.net> Message-Id: <20040801181613.47d65fdc.wmoran@potentialtech.com> In-Reply-To: <410D5E07.7040102@earthlink.net> References: <410D5E07.7040102@earthlink.net> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Help Connecting NT 4.0 to Internet via LAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 22:16:15 -0000 Bob Perry <rperry4@earthlink.net> wrote: > Trying to reinstall Windows NT 4.0 and reconnect it to the internet via LAN > with FreeBSD 4.9 as the server. > > I had previously attempted to repair a corrupted system file in my NT box > but was unsuccessful. I ended up reinstalling back to the original Service > Pack 1. My plan now is to upgrade the IE browser and OS on-line but I'm > having trouble getting the browser to work. > > At this stage, the NT box can ping web sites successfully using > their IP address but not the URL name. Sounds like your DNS is not set up on the NT box. Set up your DNS on the NT box, and all should be well. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 22:21:02 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EFE116A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 22:21:02 +0000 (GMT) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 304EA43D5F for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 22:20:57 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (wojtek@localhost [127.0.0.1]) i71MKar5029075; Mon, 2 Aug 2004 00:20:36 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost)i71MKTDU029062; Mon, 2 Aug 2004 00:20:36 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Mon, 2 Aug 2004 00:20:27 +0200 (CEST) From: Wojciech Puchar <wojtek@tensor.3miasto.net> X-X-Sender: wojtek@chylonia.3miasto.net To: =?iso-8859-1?q?adrian=20kok?= <adriankok2000@yahoo.com.hk> In-Reply-To: <20040801031049.6958.qmail@web21207.mail.yahoo.com> Message-ID: <20040802001746.B28854@chylonia.3miasto.net> References: <20040801031049.6958.qmail@web21207.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: bandwidth question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 22:21:02 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > > Can you tell me in details? > > I need the bandwidth software to create graph in 1G quite unclear question. you ipfw to create counters for what you need, read it regularly (cron etc.), then process data to greate some graphs etc. (maybe gnuplot). Possibly there are something that will do this for you. if you like just to get how big traffic goes through interface you may use systat to take data. anyway - it doesn't mean if it's 9600bps ppp link of ethernet or gigabit ethernet -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFBDWytVbTJCKecqu0RAus2AJ95EnQc695UYVmrEFFCCD7YNMzKnQCfSLri d0Cya4oUFXlp9xrx4tVGTAM= =XCbU -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 22:21:51 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C590D16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 22:21:51 +0000 (GMT) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FD8B43D5C for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 22:21:46 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (wojtek@localhost [127.0.0.1]) i71MLRr5029173; Mon, 2 Aug 2004 00:21:27 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost)i71MLRsx029170; Mon, 2 Aug 2004 00:21:27 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Mon, 2 Aug 2004 00:21:26 +0200 (CEST) From: Wojciech Puchar <wojtek@tensor.3miasto.net> X-X-Sender: wojtek@chylonia.3miasto.net To: Bob Perry <rperry4@earthlink.net> In-Reply-To: <410D5E07.7040102@earthlink.net> Message-ID: <20040802002117.H28854@chylonia.3miasto.net> References: <410D5E07.7040102@earthlink.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD-Questions <freebsd-questions@freebsd.org> Subject: Re: Help Connecting NT 4.0 to Internet via LAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 22:21:51 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > > I had previously attempted to repair a corrupted system file in my NT box > but was unsuccessful. I ended up reinstalling back to the original Service > Pack 1. My plan now is to upgrade the IE browser and OS on-line but I'm > having trouble getting the browser to work. > > At this stage, the NT box can ping web sites successfully using > their IP address but not the URL name. The browser will search and find > a website but eventually responds with "Could not open ..." > > Would appreciate any troubleshooting advice you have time to relay. > DNS doesn't work for you -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFBDWznVbTJCKecqu0RAlmXAKCEQu1LOvA8iM3S7z2Pi7c7LrlCIwCggveg Qi4gRLa4OQHLJe5H2yI5ExE= =4mKe -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 22:22:00 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0240516A4CF; Sun, 1 Aug 2004 22:22:00 +0000 (GMT) Received: from museful.corp.yahoo.com (museful.corp.yahoo.com [216.145.52.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF40843D49; Sun, 1 Aug 2004 22:21:59 +0000 (GMT) (envelope-from jzawodn@yahoo-inc.com) Received: (from jzawodn@localhost) by museful.corp.yahoo.com (8.11.6/8.11.1) id i71MLrG87859; Sun, 1 Aug 2004 15:21:53 -0700 (PDT) (envelope-from jzawodn) Date: Sun, 1 Aug 2004 15:21:53 -0700 From: Jeremy Zawodny <jzawodn@yahoo-inc.com> To: adp <dap99@i-55.com> Message-ID: <20040801152153.B53045@yahoo-inc.com> References: <00dd01c47775$0087df40$0200a8c0@THEBOX> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <00dd01c47775$0087df40$0200a8c0@THEBOX>; from dap99@i-55.com on Sat, Jul 31, 2004 at 10:08:32PM -0500 cc: freebsd-database@freebsd.org cc: freebsd-hackers@freebsd.org cc: questions@freebsd.org Subject: Re: FreeBSD and MySQL - mysqld eats CPU alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 22:22:00 -0000 On Sat, Jul 31, 2004 at 10:08:32PM -0500, adp wrote: > I recently posted the following message to MySQL discussion list. The > response there, and the one I keep finding on Google, is that this is a > long-standing issue betweeen FreeBSD and MySQL. For me this has been > happening since FreeBSD 4.4. > > I have one site where we are going to have to move to Linux. I would much > prefer keeping us on FreeBSD, but we just can't afford the downtime anymore. > Another site is looking at moving to PostgreSQL on FreeBSD. That's too bad. MySQL can run quite well on FreeBSD. > I have several MySQL and FreeBSD installs across a few different sites, and > I consistently have problems with mysqld. It will begin to eat up all of the > CPU and eventually become unresponsive (or the machine will just burn). I > can't seem to manually reproduce this, but given enough time a FreeBSD box > with mysqld will go down. Yes, it's FreeBSD's broken DNS libraries. Add skip-name-resolve to your my.cnf and the problem will probably go away. Jeremy -- Jeremy D. Zawodny, <jzawodn@yahoo-inc.com> Technical Yahoo - Yahoo MySQL Geek Desk: (408) 349-7878 Cell: (408) 685-5936 From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 22:40:38 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 476E716A4CE for <questions@freebsd.org>; Sun, 1 Aug 2004 22:40:38 +0000 (GMT) Received: from mail.snowfall.se (guldivar.globalwire.se [212.112.184.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6988443D68 for <questions@freebsd.org>; Sun, 1 Aug 2004 22:40:37 +0000 (GMT) (envelope-from stefan@snowfall.se) Received: by mail.snowfall.se (Postfix, from userid 1001) id 4E05637; Mon, 2 Aug 2004 00:40:16 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.snowfall.se (Postfix) with ESMTP id 4A73F2B for <questions@freebsd.org>; Mon, 2 Aug 2004 00:40:16 +0200 (CEST) Date: Mon, 2 Aug 2004 00:40:16 +0200 (CEST) From: Stefan Cars <stefan@snowfall.se> To: questions@freebsd.org Message-ID: <20040802003827.B38226@pluring.snowfall.se> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Keyboard problems (connecting keyboard after boot) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 22:40:38 -0000 Hi! I would like to be able to connect the keyboard after boot. It seems this is the way the ERA (Enhanced Remote Access) works on our Dell machines, is it possible to get this work ? I've seen somewhere that if the PS/2 isn't plugged in at boot FreeBSD defaults to USB, is it possible to change this behavior. ? Kind Regards, Stefan Cars -- Stefan Cars Snowfall Communications http://www.snowfall.se Tel: +46 (0)18 430 80 50 - Direct: +46 (0)18 430 80 51 Mobile: +46 (0)708 44 36 00 - Fax: +46 (0)708 44 36 04 From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 22:44:33 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5364616A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 22:44:33 +0000 (GMT) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [217.122.132.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB69843D58 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 22:44:32 +0000 (GMT) (envelope-from dick@nagual.st) Received: from pooh.nagual.st (pooh.nagual.st [::ffff:192.168.11.22]) by nagual.st with esmtp; Mon, 02 Aug 2004 00:44:32 +0200 Date: Mon, 2 Aug 2004 00:43:54 +0200 From: dick hoogendijk <dick@nagual.st> To: freebsd-questions@freebsd.org Message-Id: <20040802004354.7f29c118.dick@nagual.st> Organization: nagual SiTe X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: make index problems.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 22:44:33 -0000 Usely I do something like this: # cd /root # cvsup -g -L 2 /root/ports.supfile # cd /usr/ports # make index # portsdb -u It always worked like a charm.. But this night after cvsup and a 'make index' I ran portsdb -u and almost every portentry was deleted because some error about 10 fieldnames needed ???? The result was that almost every portname became unknown to portupgrade.. I ran make index a second and a third time with the same results.. Can't figure out what's wrong all of a sudden.. I "fixed it" running "portsdb -Uu" --> this resulted in a good /usr/ports/INDEX and a good index.db file. Any ideas why the "make index" stopped working? -- dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.10 ++ Debian GNU/Linux (Woody) + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 22:45:02 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDF8316A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 22:45:02 +0000 (GMT) Received: from ns9.webhostsg.com (ns9.webhostsg.com [203.117.178.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63FDC43D60 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 22:45:01 +0000 (GMT) (envelope-from sales@spnets.com) X-ClientAddr: 202.156.225.36 Received: from SPWORKS (cm36.gamma225.maxonline.com.sg [202.156.225.36]) by ns9.webhostsg.com (8.11.6/8.11.6) with SMTP id i71Misb06072 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 06:44:54 +0800 Message-ID: <015e01c47819$4b7fd1c0$0e01a8c0@SPWORKS> From: "SP Network Solutions" <sales@spnets.com> To: <freebsd-questions@freebsd.org> Date: Mon, 2 Aug 2004 06:45:50 +0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-ns9.webhostsg.com-MailScanner-Information: Please contact the ISP for more information X-ns9.webhostsg.com-MailScanner: Found to be clean X-ns9.webhostsg.com-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.401, required 6, BAYES_00 -4.90, DEAR_SOMETHING 2.30, HTML_MESSAGE 0.10, RCVD_IN_SORBS 0.10) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: upgrading gcc-2.95 to gcc-3.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 22:45:02 -0000 Dear Sirs, Currently my machine (FreeBSD 4.1) using gcc-2.95 which is running = perfectly. however, I need to upgrade it to gcc-3.3 which i've did via = /usr/ports/lang/gcc33 everything when smooth and installed. but when I type gcc -v it still show gcc version 2.95 How do I get the new gcc-3.3 to run, what do i need to do or any = configuration line, comands etc to make it work thank you adrian. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 22:49:50 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87FEB16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 22:49:50 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5984D43D5C for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 22:49:50 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq50-163.dial.allstream.net [216.123.143.3]) by outbox.allstream.net (Allstream MTA) with SMTP id E9C9F5D27; Sun, 1 Aug 2004 18:49:48 -0400 (EDT) Date: Sun, 1 Aug 2004 18:49:17 -0400 From: epilogue <epilogue@allstream.net> To: dick hoogendijk <dick@nagual.st> Message-Id: <20040801184917.1a680e04@localhost> In-Reply-To: <20040801205757.7b2a1d4e.dick@nagual.st> References: <20040801205757.7b2a1d4e.dick@nagual.st> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: OOo packages for FreeBSD porting <-> projects.imp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 22:49:50 -0000 On Sun, 1 Aug 2004 20:57:57 +0200 dick hoogendijk <dick@nagual.st> wrote: > Hello, > > Normally I download the FreeBSd packages (4.10R) on > http://projects.imp.ch but the lates version they have for fbsd-4.10 is > OOo-1.1.0_1 > On the openoffice site I followed some links to the > porting.openoffice.org for freebsd and saw packages for freebsd-4.10 > OOO-version 1.1.2 which is quite higher than on imp.ch > > Can someone tell me if it's OK to upgrade or should I just stay with the > packages from projects.imp.ch? FWIW, the latter work fine ;-) the packages you find below should be just fine: http://porting.openoffice.org/freebsd/ enjoy. > -- > dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE > ++ Running FreeBSD 4.10 ++ Debian GNU/Linux (Woody) > + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 23:09:24 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9418F16A4CE for <questions@freebsd.org>; Sun, 1 Aug 2004 23:09:24 +0000 (GMT) Received: from web61309.mail.yahoo.com (web61309.mail.yahoo.com [216.155.196.152]) by mx1.FreeBSD.org (Postfix) with SMTP id 2513643D69 for <questions@freebsd.org>; Sun, 1 Aug 2004 23:09:24 +0000 (GMT) (envelope-from stheg_olloydson@yahoo.com) Message-ID: <20040801230923.65116.qmail@web61309.mail.yahoo.com> Received: from [67.34.130.149] by web61309.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 16:09:23 PDT Date: Sun, 1 Aug 2004 16:09:23 -0700 (PDT) From: stheg olloydson <stheg_olloydson@yahoo.com> To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: klr@6s-gaming.com Subject: Re: FreeBSD 5.2.1 kernel w/ SMP under high load = panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 23:09:24 -0000 it was said: >4.10 won't work with the current hardware on the >server, and I wanted to >try 5.2.1 because of the improved SMP. > >I know there is a solution for this by adding a >kernel option, but i'm >completely CLUELESS. > >Can anyone give a hint? > > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> On Sunday 01 August 2004 15:08, Hugo Silva wrote: >>> I am running a Dual Xeon 2.8ghz w/ SMP, SCHED_ULE >on FreeBSD >>> 5.2.1-RELEASE-p9. >> >> Why aren't you running FreeBSD 4.10 on a machine >like that? 5.2.1 is >> simply >> NOT ready for production enviroments. Why do you >think it's still >> considered >> as unstable? Your panic is probably being caused by >a bad driver, but of >> course I can't tell you which one. >> >> So get in touch with your data centre and get 4.10 >on that machine. It >> will >> probably solve most of your problems. >> >> Jorn Hello, I hate to tell you this, but I think your problem may be worse than you think. On the other hand, its solution is close: http://www.freebsd.org/releases/5.3R/todo.html Refer to item 2 under "show stopper defects". HTH, Stheg __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 23:16:41 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEE7D16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 23:16:41 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id A120D43D60 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 23:16:40 +0000 (GMT) (envelope-from itetcu@apropo.ro) Received: (qmail 10582 invoked by uid 89); 1 Aug 2004 23:16:39 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 1 Aug 2004 23:16:39 -0000 Received: from localhost (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 31EC533A; Mon, 2 Aug 2004 02:16:37 +0300 (EEST) Received: from it.buh.tecnik93.com ([127.0.0.1]) by localhost (it.buh.tecnik93.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 68176-08; Mon, 2 Aug 2004 02:16:36 +0300 (EEST) Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with SMTP id 8CFB7B0; Mon, 2 Aug 2004 02:16:36 +0300 (EEST) Date: Mon, 2 Aug 2004 02:16:36 +0300 From: Ion-Mihai Tetcu <itetcu@apropo.ro> To: "SP Network Solutions" <sales@spnets.com> Message-Id: <20040802021636.6a2f414e@it.buh.tecnik93.com> In-Reply-To: <015e01c47819$4b7fd1c0$0e01a8c0@SPWORKS> References: <015e01c47819$4b7fd1c0$0e01a8c0@SPWORKS> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: freebsd-questions@freebsd.org Subject: Re: upgrading gcc-2.95 to gcc-3.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 23:16:41 -0000 On Mon, 2 Aug 2004 06:45:50 +0800 "SP Network Solutions" <sales@spnets.com> wrote: > Dear Sirs, > > Currently my machine (FreeBSD 4.1) using gcc-2.95 which is running > perfectly. however, I need to upgrade it to gcc-3.3 which i've did via > /usr/ports/lang/gcc33 > > everything when smooth and installed. > > but when I type gcc -v it still show gcc version 2.95 > How do I get the new gcc-3.3 to run, what do i need to do or any > configuration line, comands etc to make it work `which gcc` would point you to the right direction ;-) -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 23:30:34 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71B7916A4CE for <questions@freebsd.org>; Sun, 1 Aug 2004 23:30:34 +0000 (GMT) Received: from ns1.tcbug.org (12-218-40-24.client.mchsi.com [12.218.40.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39DBD43D1D for <questions@freebsd.org>; Sun, 1 Aug 2004 23:30:32 +0000 (GMT) (envelope-from friar_josh@tcbug.org) Received: from [10.0.0.10] (unknown [10.0.0.10]) by ns1.tcbug.org (Postfix) with ESMTP id CCE4EBA53 for <questions@freebsd.org>; Sun, 1 Aug 2004 18:30:44 -0500 (CDT) From: Josh Paetzel <friar_josh@tcbug.org> To: questions@freebsd.org Date: Sun, 1 Aug 2004 18:29:58 -0500 User-Agent: KMail/1.6.1 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408011829.58952.friar_josh@tcbug.org> Subject: Way OT programming question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 23:30:34 -0000 I've been muddling through some of the source files for FreeBSD 5.2.1-RELEASE, and I've noticed that a large number of .c files in /usr/src have something similar to below in them: #ifndef lint #if 0 static char sccsid[] = "@(#)cat.c 8.2 (Berkeley) 4/27/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> __FBSDID("$FreeBSD: src/bin/cat/cat.c,v 1.29 2003/04/30 17:40:28 obrien Exp $"); 1) Isn't 'if 0' always negative? 2) What is the __FBSDID line doing? -- Thanks, Josh Paetzel From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 23:37:44 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD51416A4CE for <questions@freebsd.org>; Sun, 1 Aug 2004 23:37:44 +0000 (GMT) Received: from web61304.mail.yahoo.com (web61304.mail.yahoo.com [216.155.196.147]) by mx1.FreeBSD.org (Postfix) with SMTP id 5D2A243D66 for <questions@freebsd.org>; Sun, 1 Aug 2004 23:37:44 +0000 (GMT) (envelope-from stheg_olloydson@yahoo.com) Message-ID: <20040801233743.19588.qmail@web61304.mail.yahoo.com> Received: from [67.34.130.149] by web61304.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 16:37:43 PDT Date: Sun, 1 Aug 2004 16:37:43 -0700 (PDT) From: stheg olloydson <stheg_olloydson@yahoo.com> To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: sylviabow@yahoo.com Subject: [OT] Re: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 23:37:44 -0000 it was said: >questions@freebsd.org is a mailing list. Please keep >the mailing list >CCed on all replies. > >sylvia bowman <sylviabow@yahoo.com> wrote: > >> Thanks for answering my email. Believe me this is >not a joke. It's >> driving me crazy. My tv is hooked up to Cox Cable >in Las Vegas, NV. >> The channel I'm receiving the message on is CBS. >The address looks >> something like this: <http://>[n:][e:2000101][8A41] > >What makes you think this address has anything to do >with FreeBSD? > >> I've received other addressess also, but you are >the first ones kind >> enough to answer me. It begins with a solid black <snip> >> start up again. I've tried to tape it because >everybody else is asleep >> and no one believes me, but it won't tape. When I >play the tape back I >> just get a blurry screen. <snip> Hello, What you have there is an ingress problem. The question is what's causing it. It may be due to signal leakage in the actual cable. If so, your neighbors should see the same thing at the same time you do. Ask them. Either way, Cox needs to test the coax from your set top box all the way to the optical node. Have someone come out with a strength meter. It may be a noisy tap, and they won't find that testing from the headend. The fact you can't tape it, though, is interesting and suggests that the signal isn't coming through the cable. Perhaps someone within wireless range is doing something that they ought to be doing better, and your tuner is picking it up. That would be an FCC problem. HTH, Stheg PS. BTW, why _do_ you think "<http://>[n:][e:2000101][8A41]" is related to FreeBSD? __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Sun Aug 1 23:59:54 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 805BE16A4CE for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 23:59:54 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EDAE43D6E for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 23:59:53 +0000 (GMT) (envelope-from itetcu@apropo.ro) Received: (qmail 17883 invoked by uid 89); 1 Aug 2004 23:59:52 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 1 Aug 2004 23:59:52 -0000 Received: from localhost (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 178D2139; Mon, 2 Aug 2004 02:59:45 +0300 (EEST) Received: from it.buh.tecnik93.com ([127.0.0.1]) by localhost (it.buh.tecnik93.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03807-07; Mon, 2 Aug 2004 02:59:44 +0300 (EEST) Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with SMTP id AEE121C; Mon, 2 Aug 2004 02:59:41 +0300 (EEST) Date: Mon, 2 Aug 2004 02:59:41 +0300 From: Ion-Mihai Tetcu <itetcu@apropo.ro> To: Malcolm Kay <malcolm.kay@internode.on.net> Message-Id: <20040802025941.15ab93f4@it.buh.tecnik93.com> In-Reply-To: <200408011217.29531.malcolm.kay@internode.on.net> References: <200407301304.i6UD4F97022469@northgate.starhub.net.sg> <410BDA5F.30907@freebsd.org> <20040731182129.GA63332@gothmog.gr> <200408011217.29531.malcolm.kay@internode.on.net> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: Giorgos Keramidas <keramida@ceid.upatras.gr> cc: freebsd-questions@freebsd.org cc: Mark Ovens <marko@freebsd.org> Subject: Re: backspace and delete keys behavior X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 01 Aug 2004 23:59:54 -0000 On Sun, 1 Aug 2004 12:17:29 +0930 Malcolm Kay <malcolm.kay@internode.on.net> wrote: > Don't fool with xmodmap; it will work against you in applications -- just > bind the key sequence in your shell (tcsh?) > $ bindkey "^[[3~" delete-char yey, thanks -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 00:15:30 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2963716A4CE for <questions@freebsd.org>; Mon, 2 Aug 2004 00:15:30 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5504143D67 for <questions@freebsd.org>; Mon, 2 Aug 2004 00:15:29 +0000 (GMT) (envelope-from itetcu@apropo.ro) Received: (qmail 28122 invoked by uid 89); 2 Aug 2004 00:15:28 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 2 Aug 2004 00:15:28 -0000 Received: from localhost (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 2268833E; Mon, 2 Aug 2004 03:15:26 +0300 (EEST) Received: from it.buh.tecnik93.com ([127.0.0.1]) by localhost (it.buh.tecnik93.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 09974-09; Mon, 2 Aug 2004 03:15:25 +0300 (EEST) Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with SMTP id 8E30414A; Mon, 2 Aug 2004 03:15:25 +0300 (EEST) Date: Mon, 2 Aug 2004 03:15:25 +0300 From: Ion-Mihai Tetcu <itetcu@apropo.ro> To: "SP Network Solutions" <sales@spnets.com>, questions@freebsd.org Message-Id: <20040802031525.7ccbb8db@it.buh.tecnik93.com> In-Reply-To: <000701c4781e$cf54a700$0e01a8c0@SPWORKS> References: <015e01c47819$4b7fd1c0$0e01a8c0@SPWORKS> <20040802021636.6a2f414e@it.buh.tecnik93.com> <000701c4781e$cf54a700$0e01a8c0@SPWORKS> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro Subject: Re: upgrading gcc-2.95 to gcc-3.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 00:15:30 -0000 [ cc'ed back questions@ ] [ top posting detected, reordering content ] On Mon, 2 Aug 2004 07:25:19 +0800 "SP Network Solutions" <sales@spnets.com> wrote: > ----- Original Message ----- > From: "Ion-Mihai Tetcu" <itetcu@apropo.ro> > To: "SP Network Solutions" <sales@spnets.com> > Cc: <freebsd-questions@freebsd.org> > Sent: Monday, August 02, 2004 7:16 AM > Subject: Re: upgrading gcc-2.95 to gcc-3.3 > > > > On Mon, 2 Aug 2004 06:45:50 +0800 > > "SP Network Solutions" <sales@spnets.com> wrote: > > > > > Dear Sirs, > > > > > > Currently my machine (FreeBSD 4.1) using gcc-2.95 which is running > > > perfectly. however, I need to upgrade it to gcc-3.3 which i've did via > > > /usr/ports/lang/gcc33 > > > > > > everything when smooth and installed. > > > > > > but when I type gcc -v it still show gcc version 2.95 > > > How do I get the new gcc-3.3 to run, what do i need to do or any > > > configuration line, comands etc to make it work > > > > `which gcc` would point you to the right direction ;-) > > Thank you for answering my question. > > 'which gcc' it point me to /usr/bin/gcc > > errr... but still cannot get gcc-3.3 to run > Sorry...I'm confuse any tips to configure it to run..? And the ports install binaries by default in ...... bingo /usr/local/bin What you which(1) tell is that /usr/bin is the first and /usr/local/bin in after it in in your shell's PATH. So try /usr/local/bin/gcc -v Note that it is not a good idea to over-write you system's gcc, as in FreeBSD there is a very tight integration between the compiler and the system. Some of the gcc ports provide a knob to install over "base" gcc and probably they are tested to work, I don't know. % /usr/bin/gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.3.3 [FreeBSD] 20031106 -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 00:19:00 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9973716A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 00:19:00 +0000 (GMT) Received: from web14826.mail.yahoo.com (web14826.mail.yahoo.com [216.136.225.197]) by mx1.FreeBSD.org (Postfix) with SMTP id 6E21243D5F for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 00:19:00 +0000 (GMT) (envelope-from rosti_bsd@yahoo.com) Message-ID: <20040802001900.63763.qmail@web14826.mail.yahoo.com> Received: from [212.143.154.227] by web14826.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 17:19:00 PDT Date: Sun, 1 Aug 2004 17:19:00 -0700 (PDT) From: Rostislav Krasny <rosti_bsd@yahoo.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: No new snapshot of 5-CURRENT anymore? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 00:19:00 -0000 Hello there. Sometimes I'm trying new snapshots of 5-CURRENT from ftp://current.freebsd.org/pub/FreeBSD/snapshots/i386/ on my box. The latest snapshot of 5-CURRENT there is 5.2-CURRENT-20040710-JPSNAP now; i.e. there was no new snapshot for about a month. May it be some problem of the building machine? According to the build logs from ftp://current.freebsd.org/pub/FreeBSD/snapshots/i386/log/ there always was the same problem until today: cc -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -DGENERATOR_FILE -I/usr/obj/usr/src/i386/legacy/usr/include -L/usr/obj/usr/src/i386/legacy/usr/lib -o genattrtab genattrtab.o rtl.o print-rtl.o bitmap.o gensupport.o ggc-none.o read-rtl.o insn-conditions.o genautomata.o varray.o min-insn-modes.o libiberty.a -lm /usr/lib/libm.so: undefined reference to `__isnanl' collect2: ld returned 1 exit status Does somebody know when building of the snapshots will be reconditioned? Thanks __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 00:35:10 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D2C9F16A4CF for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 00:35:10 +0000 (GMT) Received: from mail.revolutionsp.com (ganymede.revolutionsp.com [64.246.0.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CA7043D60 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 00:35:05 +0000 (GMT) (envelope-from klr@6s-gaming.com) Received: from mail.revolutionsp.com (localhost [127.0.0.1]) by mail.revolutionsp.com (Postfix) with ESMTP id 01ABC15C95 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 21:32:47 +0000 (GMT) Received: from 81.84.175.12 (SquirrelMail authenticated user klr@6s-gaming.com); by mail.revolutionsp.com with HTTP; Sun, 1 Aug 2004 21:32:47 -0000 (GMT) Message-ID: <52732.81.84.175.12.1091395967.squirrel@81.84.175.12> In-Reply-To: <20040801230923.65116.qmail@web61309.mail.yahoo.com> References: <20040801230923.65116.qmail@web61309.mail.yahoo.com> Date: Sun, 1 Aug 2004 21:32:47 -0000 (GMT) From: "Hugo Silva" <klr@6s-gaming.com> To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Re: FreeBSD 5.2.1 kernel w/ SMP under high load = panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 00:35:11 -0000 Damn. And any clue on the magic kernel option that stopped the panics? Perhaps it wasn't *that* magic and just decreased the odds of a panic hapenning under high load, but that would do for me. I just lost the server 10 minutes ago doing a portupgrade -a with 4 jails running. :x Regards, Hugo > it was said: > >>4.10 won't work with the current hardware on the >>server, and I wanted to >>try 5.2.1 because of the improved SMP. >> >>I know there is a solution for this by adding a >>kernel option, but i'm >>completely CLUELESS. >> >>Can anyone give a hint? >> >> >>> -----BEGIN PGP SIGNED MESSAGE----- >>> Hash: SHA1 >>> >>> On Sunday 01 August 2004 15:08, Hugo Silva wrote: >>>> I am running a Dual Xeon 2.8ghz w/ SMP, SCHED_ULE >>on FreeBSD >>>> 5.2.1-RELEASE-p9. >>> >>> Why aren't you running FreeBSD 4.10 on a machine >>like that? 5.2.1 is >>> simply >>> NOT ready for production enviroments. Why do you >>think it's still >>> considered >>> as unstable? Your panic is probably being caused by >>a bad driver, but of >>> course I can't tell you which one. >>> >>> So get in touch with your data centre and get 4.10 >>on that machine. It >>> will >>> probably solve most of your problems. >>> >>> Jorn > > Hello, > > I hate to tell you this, but I think your problem may > be worse than you think. On the other hand, its > solution is close: > > http://www.freebsd.org/releases/5.3R/todo.html > > Refer to item 2 under "show stopper defects". > > HTH, > > Stheg > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > -- www.6s-gaming.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 00:39:24 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E6F816A4CE for <questions@freebsd.org>; Mon, 2 Aug 2004 00:39:24 +0000 (GMT) Received: from tuminfo2.informatik.tu-muenchen.de (tuminfo2.informatik.tu-muenchen.de [131.159.0.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5C0D43D49 for <questions@freebsd.org>; Mon, 2 Aug 2004 00:39:23 +0000 (GMT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id A41F03FEC; Mon, 2 Aug 2004 02:39:22 +0200 (CEST) Date: Mon, 2 Aug 2004 02:39:22 +0200 From: Simon Barner <barner@in.tum.de> To: Josh Paetzel <friar_josh@tcbug.org> Message-ID: <20040802003922.GE1183@zi025.glhnet.mhn.de> References: <200408011829.58952.friar_josh@tcbug.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TU+u6i6jrDPzmlWF" Content-Disposition: inline In-Reply-To: <200408011829.58952.friar_josh@tcbug.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: questions@freebsd.org Subject: Re: Way OT programming question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 00:39:24 -0000 --TU+u6i6jrDPzmlWF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Josh Paetzel wrote: > I've been muddling through some of the source files for FreeBSD=20 > 5.2.1-RELEASE, and I've noticed that a large number of .c files=20 > in /usr/src have something similar to below in them: >=20 > #ifndef lint > #if 0 > static char sccsid[] =3D "@(#)cat.c 8.2 (Berkeley) 4/27/95"; > #endif > #endif /* not lint */ > #include <sys/cdefs.h> > __FBSDID("$FreeBSD: src/bin/cat/cat.c,v 1.29 2003/04/30 17:40:28=20 > obrien Exp $"); >=20 > 1) Isn't 'if 0' always negative? Yes, has the same effect as using comments. I don't know why #if 0 was used here, but the line was probably kept in order to document the (version) history of the file. > 2) What is the __FBSDID line doing? It has the same purpose as the static char sccsid[] line: Each and every source file adds an id line to the resulting binary executable. Thus it is possible to determine the exact version of file. Example: % ident /bin/ls /bin/ls: $FreeBSD: src/lib/csu/i386-elf/crti.S,v 1.6 2002/05/15 04:19:49 obrien= Exp $ $FreeBSD: src/lib/csu/i386-elf/crtn.S,v 1.5 2002/05/15 04:19:49 obrien= Exp $ $FreeBSD: src/lib/csu/common/crtbrand.c,v 1.4 2003/10/17 15:43:13 pete= r Exp $ $FreeBSD: src/lib/csu/i386-elf/crt1.c,v 1.12 2003/01/26 23:14:47 markm= Exp $ $FreeBSD: src/bin/ls/cmp.c,v 1.12 2002/06/30 05:13:54 obrien Exp $ $FreeBSD: src/bin/ls/ls.c,v 1.75 2003/12/01 19:10:29 obrien Exp $ $FreeBSD: src/bin/ls/print.c,v 1.66 2003/10/16 07:07:20 tjr Exp $ $FreeBSD: src/bin/ls/util.c,v 1.32 2003/09/09 12:02:52 tjr Exp $ Btw: ident(1) also works on source files, Makefiles -- basically everything that has a CVS id line. __FBSDID is defined in /usr/src/sys/sys/cdefs.h Simon Btw: While reading the FreeBSD source can be very interesting, browsing the commit logs can be even more exciting: You can either use `cvs log' directly (on your local copy of the repository or via anoncvs), or use the web interface at http://cvsweb.FreeBSD.org. --TU+u6i6jrDPzmlWF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDY06Ckn+/eutqCoRArxwAJ9I2ZefVyWG7jYYmhaEistqEyt0YgCeJh93 +gVPrxKliussGMzpr6Nl2Aw= =TG9X -----END PGP SIGNATURE----- --TU+u6i6jrDPzmlWF-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 00:55:43 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0373C16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 00:55:43 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 999D643D4C for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 00:55:42 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.12.11) id i720tfEW092180; Sun, 1 Aug 2004 19:55:41 -0500 (CDT) (envelope-from dan) Date: Sun, 1 Aug 2004 19:55:41 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: SP Network Solutions <sales@spnets.com> Message-ID: <20040802005541.GC19911@dan.emsphone.com> References: <015e01c47819$4b7fd1c0$0e01a8c0@SPWORKS> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <015e01c47819$4b7fd1c0$0e01a8c0@SPWORKS> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: upgrading gcc-2.95 to gcc-3.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 00:55:43 -0000 In the last episode (Aug 02), SP Network Solutions said: > Currently my machine (FreeBSD 4.1) using gcc-2.95 which is running > perfectly. however, I need to upgrade it to gcc-3.3 which i've did via > /usr/ports/lang/gcc33 > > everything when smooth and installed. > > but when I type gcc -v it still show gcc version 2.95 How do I get the new > gcc-3.3 to run, what do i need to do or any configuration line, comands > etc to make it work gcc 3.3 installs itself as gcc33, so set CC=gcc33 and CXX=g++33 to use it. Note that all the gcc* ports do this, so you can install all of them on the same machine and pick which one to use whenever you want. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 00:59:09 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7267B16A4CF for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 00:59:09 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A41B43D5E for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 00:59:09 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 4EBD869A71; Sun, 1 Aug 2004 20:59:08 -0400 (EDT) Date: Sun, 1 Aug 2004 20:59:07 -0400 From: Bill Moran <wmoran@potentialtech.com> To: Dan Nelson <dnelson@allantgroup.com> Message-Id: <20040801205907.157033eb.wmoran@potentialtech.com> In-Reply-To: <20040802005541.GC19911@dan.emsphone.com> References: <015e01c47819$4b7fd1c0$0e01a8c0@SPWORKS> <20040802005541.GC19911@dan.emsphone.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: sales@spnets.com cc: freebsd-questions@freebsd.org Subject: Re: upgrading gcc-2.95 to gcc-3.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 00:59:09 -0000 Dan Nelson <dnelson@allantgroup.com> wrote: > In the last episode (Aug 02), SP Network Solutions said: > > Currently my machine (FreeBSD 4.1) using gcc-2.95 which is running > > perfectly. however, I need to upgrade it to gcc-3.3 which i've did via > > /usr/ports/lang/gcc33 > > > > everything when smooth and installed. > > > > but when I type gcc -v it still show gcc version 2.95 How do I get the new > > gcc-3.3 to run, what do i need to do or any configuration line, comands > > etc to make it work > > gcc 3.3 installs itself as gcc33, so set CC=gcc33 and CXX=g++33 to use it. > Note that all the gcc* ports do this, so you can install all of them on the > same machine and pick which one to use whenever you want. Don't forget TenDRA ... which is another compiler option! -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 01:05:32 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A396F16A4CE for <questions@freebsd.org>; Mon, 2 Aug 2004 01:05:32 +0000 (GMT) Received: from gateway.jcn1.com (gateway.jcn1.com [65.169.254.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2079743D39 for <questions@freebsd.org>; Mon, 2 Aug 2004 01:05:32 +0000 (GMT) (envelope-from mdh@jcn.net) Received: from logcabin.hem.com [65.174.138.81] by gateway.jcn1.com with ESMTP (SMTPD32-8.01) id A48160100140; Sun, 01 Aug 2004 20:10:25 -0500 Received: from jcn.net (logcabin.hem.com [192.168.36.1]) by logcabin.hem.com (8.12.6/8.12.6) with SMTP id i7215NN7082104 for <questions@freebsd.org>; Sun, 1 Aug 2004 20:05:24 -0500 (CDT) (envelope-from mdh@jcn.net) Date: Sun, 1 Aug 2004 20:05:23 -0500 From: Michael Hughes <mdh@jcn.net> To: questions@freebsd.org Message-Id: <20040801200523.01a86e55@logcabin.hem.com> In-Reply-To: <20040801233743.19588.qmail@web61304.mail.yahoo.com> References: <20040801233743.19588.qmail@web61304.mail.yahoo.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-unknown-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on logcabin.hem.com X-Declude-Sender: mdh@jcn.net [65.174.138.81] X-Note: This E-mail was scanned by Declude JunkMail (www.declude.com) for spam. *PLEASE DISREGARD*. Subject: Re: Receiving your address on my tv X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 01:05:32 -0000 On Sun, 1 Aug 2004 16:37:43 -0700 (PDT) stheg olloydson <stheg_olloydson@yahoo.com> wrote: > it was said: > > >questions@freebsd.org is a mailing list. Please keep > >the mailing list > >CCed on all replies. > > > >sylvia bowman <sylviabow@yahoo.com> wrote: > > > >> Thanks for answering my email. Believe me this is > >not a joke. It's > >> driving me crazy. My tv is hooked up to Cox Cable > >in Las Vegas, NV. > >> The channel I'm receiving the message on is CBS. > >The address looks > >> something like this: > <http://>[n:][e:2000101][8A41] > > > >What makes you think this address has anything to do > >with FreeBSD? > > > >> I've received other addressess also, but you are > >the first ones kind > >> enough to answer me. It begins with a solid black > > <snip> > > >> start up again. I've tried to tape it because > >everybody else is asleep > >> and no one believes me, but it won't tape. When I > >play the tape back I > >> just get a blurry screen. > > <snip> > > Hello, > > What you have there is an ingress problem. The > question is what's causing it. It may be due to signal > leakage in the actual cable. If so, your neighbors > should see the same thing at the same time you do. Ask > them. Either way, Cox needs to test the coax from your > set top box all the way to the optical node. Have > someone come out with a strength meter. It may be a > noisy tap, and they won't find that testing from the > headend. > The fact you can't tape it, though, is interesting and > suggests that the signal isn't coming through the > cable. Perhaps someone within wireless range is doing > something that they ought to be doing better, and your > tuner is picking it up. That would be an FCC problem. > > HTH, > > Stheg > > PS. BTW, why _do_ you think > "<http://>[n:][e:2000101][8A41]" is related to > FreeBSD? > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - 50x more storage than other providers! > http://promotions.yahoo.com/new_mail > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > I have seen this infomation in the close caption data stream. -- Michael D Hughes Loghome living is the best! From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 01:22:53 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAF1F16A4CE for <questions@freebsd.org>; Mon, 2 Aug 2004 01:22:53 +0000 (GMT) Received: from mail009.syd.optusnet.com.au (mail009.syd.optusnet.com.au [211.29.132.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5AF243D55 for <questions@freebsd.org>; Mon, 2 Aug 2004 01:22:52 +0000 (GMT) (envelope-from syncman@optusnet.com.au) Received: from optusnet.com.au (c211-30-253-10.belrs1.nsw.optusnet.com.au [211.30.253.10]) (authenticated)i721Mof10158; Mon, 2 Aug 2004 11:22:50 +1000 Message-ID: <410D9753.1040403@optusnet.com.au> Date: Mon, 02 Aug 2004 11:22:27 +1000 From: Andrew Sinclair <syncman@optusnet.com.au> User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org References: <20040730163230.63186325.wmoran@potentialtech.com> In-Reply-To: <20040730163230.63186325.wmoran@potentialtech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Bill Moran <wmoran@potentialtech.com> Subject: Re: [OT] 64-bit PCI in 32-bit slots??? crazy?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 01:22:53 -0000 Bill Moran wrote: >I'm inheriting some hardware. > >These boards have 64-bit PCI SATA cards jammed in 32-bit PCI slots. Oddly >enough, the boxen boot and start Linux (which will be replaced with FreeBSD >when I'm done) > >I guess my question is hardware-related. I mean, I can't believe this >worked! Has anyone else seen/done this? Is this as crazy as it seems to >me? > > Please check out this site: http://www.pcisig.com/specifications/pcix_20/ As you will see, PCI-X is up to 533MHz bus speeds now and the standard is still backwards compatible with PCI. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 01:25:03 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B268C16A4CE for <questions@freebsd.org>; Mon, 2 Aug 2004 01:25:03 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id A59C443D4C for <questions@freebsd.org>; Mon, 2 Aug 2004 01:25:03 +0000 (GMT) (envelope-from diaphanous@gmail.com) Received: by mproxy.gmail.com with SMTP id x71so13472cwb for <questions@freebsd.org>; Sun, 01 Aug 2004 18:25:01 -0700 (PDT) Received: by 10.11.98.53 with SMTP id v53mr57647cwb; Sun, 01 Aug 2004 18:25:01 -0700 (PDT) Message-ID: <e3570bfd04080118251f4cf846@mail.gmail.com> Date: Mon, 2 Aug 2004 02:25:01 +0100 From: Oryx <diaphanous@gmail.com> To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Screen Res 1024x768 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 01:25:03 -0000 Hey guys, I'm having a slight problem with FreeBSD... basically I want my screen resolution at 1024x768 and not 800x600 i have a standard internal graphics card (came with my pc and its by intel)... I had it working before, but i just simply can't remember how I done it... If you could help me i'd be very greatfull... Cheers -- - Oryx From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 02:07:26 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1224916A519 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 02:07:23 +0000 (GMT) Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 764DD43D3F for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 02:07:22 +0000 (GMT) (envelope-from rperry4@earthlink.net) Received: from dialup-4.250.42.78.dial1.weehawken1.level3.net ([4.250.42.78]) by swan.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1BrSEO-00060A-00; Sun, 01 Aug 2004 19:07:19 -0700 Message-ID: <410DA25F.8030401@earthlink.net> Date: Sun, 01 Aug 2004 22:09:35 -0400 From: Bob Perry <rperry4@earthlink.net> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040731 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bill Moran <wmoran@potentialtech.com> References: <410D5E07.7040102@earthlink.net> <20040801181613.47d65fdc.wmoran@potentialtech.com> In-Reply-To: <20040801181613.47d65fdc.wmoran@potentialtech.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Help Connecting NT 4.0 to Internet via LAN X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 02:07:27 -0000 Bill Moran wrote: >Bob Perry <rperry4@earthlink.net> wrote: > > > >>Trying to reinstall Windows NT 4.0 and reconnect it to the internet via LAN >>with FreeBSD 4.9 as the server. >> >>I had previously attempted to repair a corrupted system file in my NT box >>but was unsuccessful. I ended up reinstalling back to the original Service >>Pack 1. My plan now is to upgrade the IE browser and OS on-line but I'm >>having trouble getting the browser to work. >> >>At this stage, the NT box can ping web sites successfully using >>their IP address but not the URL name. >> >> > >Sounds like your DNS is not set up on the NT box. Set up your DNS on the >NT box, and all should be well. > > > I was able to make some adjustments in the NT box as recommended. Unfortunately, I made them without testing immediately afterward so I'd rather not report them to the list at this time. I do, however, have access to the internet now on the NT side. Thanks for your help. Bob Perry -- I've learned that whatever hits the fan will not be evenly distributed. FreeBSD 4.9-RELEASE-p2 #0 From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 02:24:30 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F24C16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 02:24:30 +0000 (GMT) Received: from mail.dtcorp.com.au (teksup41.lnk.telstra.net [165.228.0.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id F317043D55 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 02:24:27 +0000 (GMT) (envelope-from michael@dtcorp.com.au) Received: from [192.9.200.17] (ws7.lan [192.9.200.17]) by mail.dtcorp.com.au (8.11.1/8.11.1) with ESMTP id i722OhC22230 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 12:24:43 +1000 (EST) (envelope-from michael@dtcorp.com.au) Message-ID: <410DA648.7010905@dtcorp.com.au> Date: Mon, 02 Aug 2004 12:26:16 +1000 From: Michael Pope <michael@dtcorp.com.au> User-Agent: Mozilla Thunderbird 0.6 (Windows/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: multipart/mixed; boundary="------------030800030506050505050800" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: FreeBSD AMD64 motherboard compatibility X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 02:24:30 -0000 This is a multi-part message in MIME format. --------------030800030506050505050800 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" I'm designing a file server system and would like to use the AMD Athlon FX-53 processor as it will also run an accounting program to multiple users, but don't know which motherboard and chipset would be best. I've been looking at: Abit AV8 Asus A8V Deluxe both are VIA chipsets, are these motherboards fully compaitible with FreeBSD? Which is the best chipset to go with nForce, VIA, SiS or something else? Which is the best motherboard for this processor and freeBSD around? Any suggestions would be welcomed. from Michael --------------030800030506050505050800-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 02:57:38 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BC0616A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 02:57:38 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5699343D31 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 02:57:38 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.12.11) id i722vZQJ042939; Sun, 1 Aug 2004 21:57:35 -0500 (CDT) (envelope-from dan) Date: Sun, 1 Aug 2004 21:57:35 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: SP Network Solutions <sales@spnets.com> Message-ID: <20040802025735.GD19911@dan.emsphone.com> References: <015e01c47819$4b7fd1c0$0e01a8c0@SPWORKS> <20040802005541.GC19911@dan.emsphone.com> <001501c47830$b55c39a0$0e01a8c0@SPWORKS> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001501c47830$b55c39a0$0e01a8c0@SPWORKS> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: upgrading gcc-2.95 to gcc-3.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 02:57:38 -0000 In the last episode (Aug 02), SP Network Solutions said: > Yes, im aware that it installed in it own folder.. > /usr/local/bin/gcc33 > > I've already installed it in my system and tried this; > /usr/local/bin/gcc33 -v > > it show this: > gcc version 3.3.4 20040505 (prerelease) [FreeBSD] > > Is this the right one? Yes. You can also install the gcc34 port to get a snapshot of what will become gcc-3.4.2. > and regards to the CC=gcc33 and CXX=g++33 > Can you please give me the command to do this > If possible, the basic steps to get it done... If using a Bourne-type shell: export CC=gcc33 export CXX=g++33 If using a csh-type shell (csh and tcsh are the only ones I know of): setenv CC gcc33 setenv CXX g++33 > my only intention is to get the machine runs with gcc33 and not the > gcc2.95 With those variables set, anything you compile will be built with gcc33. Make sure you unset them before building the kernel or base system. They require the system's original gcc. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 03:07:45 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D09616A56C for <questions@freebsd.org>; Mon, 2 Aug 2004 03:07:45 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id F366943D5F for <questions@freebsd.org>; Mon, 2 Aug 2004 03:07:44 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Sun, 1 Aug 2004 22:11:18 -0500 Message-ID: <410DAFFC.4070506@daleco.biz> Date: Sun, 01 Aug 2004 22:07:40 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Oryx <diaphanous@gmail.com> References: <e3570bfd04080118251f4cf846@mail.gmail.com> In-Reply-To: <e3570bfd04080118251f4cf846@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 02 Aug 2004 03:11:18.0792 (UTC) FILETIME=[613D2880:01C4783E] cc: questions@freebsd.org Subject: Re: Screen Res 1024x768 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 03:07:45 -0000 Oryx wrote: >Hey guys, > >I'm having a slight problem with FreeBSD... basically I want my screen >resolution at 1024x768 and not 800x600 i have a standard internal >graphics card (came with my pc and its by intel)... I had it working >before, but i just simply can't remember how I done it... If you could >help me i'd be very greatfull... > >Cheers > > If it's the Intel i810 chipset, there was a subsection in the handbook's X windows chapter, IIRC. What your XF86Config look like? Kevin Kinsey DaleCo, S.P. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 03:27:24 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80D0116A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 03:27:24 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id B44E643D5E for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 03:27:23 +0000 (GMT) (envelope-from oliverfuchs@onlinehome.de) Received: from [212.227.126.205] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BrTTu-0005gu-00 for freebsd-questions@freebsd.org; Mon, 02 Aug 2004 05:27:22 +0200 Received: from [217.246.201.18] (helo=oliverfuchs.ath.cx) (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 3.35 #1) id 1BrTTs-0004fq-00 for freebsd-questions@freebsd.org; Mon, 02 Aug 2004 05:27:22 +0200 Received: from oliverfuchs.ath.cx (localhost [127.0.0.1]) i723REWY004422verify=FAIL) for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 05:27:15 +0200 Received: (from oliverfuchs1@localhost) by oliverfuchs.ath.cx (8.12.3/8.12.3/Debian-6.6) id i7232a69003866 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 05:02:36 +0200 Date: Mon, 2 Aug 2004 05:02:36 +0200 From: Oliver Fuchs <oliverfuchs@onlinehome.de> To: freebsd-questions@freebsd.org Message-ID: <20040802030235.GA3005@oliverfuchs.ath.cx> Mail-Followup-To: freebsd-questions@freebsd.org References: <20040731222618.J41097@chylonia.3miasto.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20040731222618.J41097@chylonia.3miasto.net> User-Agent: Mutt/1.4.2i X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:c2b2791553508cc938db2bcf18721a3c Subject: Re: allowing cdrecord non-root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 03:27:24 -0000 On Sat, 31 Jul 2004, Wojciech Puchar wrote: > how can i allow given group to be able to write cd's? > > in NetBSD doing (assuming group name cdrw) > > chgrp cdrw /dev/rcd0* /dev/cd0* > chmod 660 /dev/rcd0* /dev/cd0* > > > in FreeBSD doing this for /dev/cd0 and /dev/acd0 doesn't work. > > tried to do the same with /dev/xpt0 - doesn't work too. > > is it possible at all? > _______________________________________________ Hi, from man cdrecord you will get: [...] If you don't want to allow users to become root on your system, cdrecord may safely be installed suid root. This allows all users or a group of users with no root privileges to use cdrecord. Cdrecord in this case checks, if the real user would have been able to read the specified files. To give all user access to use cdrecord, enter: chown root /usr/local/bin/cdrecord chmod 4711 /usr/local/bin/cdrecord To give a restricted group of users access to cdrecord enter: chown root /usr/local/bin/cdrecord chgrp cdburners /usr/local/bin/cdrecord chmod 4710 /usr/local/bin/cdrecord and add a group cdburners on your system. Never give write permissions for non root users to the /dev/scg? devices unless you would allow anybody to read/write/format all your disks. [...] Oliver -- ... don't touch the bang bang fruit From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 03:33:31 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 485D316A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 03:33:31 +0000 (GMT) Received: from web41010.mail.yahoo.com (web41010.mail.yahoo.com [66.218.93.9]) by mx1.FreeBSD.org (Postfix) with SMTP id 2E9DA43D62 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 03:33:29 +0000 (GMT) (envelope-from asdzxc111@yahoo.com) Message-ID: <20040802033329.72621.qmail@web41010.mail.yahoo.com> Received: from [141.76.1.122] by web41010.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 20:33:28 PDT Date: Sun, 1 Aug 2004 20:33:28 -0700 (PDT) From: DK <asdzxc111@yahoo.com> To: Giorgos Keramidas <keramida@ceid.upatras.gr> In-Reply-To: <20040801174900.GC26989@gothmog.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer package like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 03:33:31 -0000 --- Giorgos Keramidas <keramida@ceid.upatras.gr> wrote: > You have lots of old (out of date) packages installed. Have you gotten > your FreeBSD workstation to connect to the network yet? If yes, you can > install `portupgrade' and use it to update all your packages/ports to > their latest versions. Hi Giorgos, I don't feel safe yet connecting my unsecured box to the net with the 5-10 hits a minute my W2000 box recieves on my broadband link. I have read the security section of the manual & would like to get basics working before I rebuild the kernel to install the firewall(which doesn't seem that easy but I will give it try) > This is probably not why xfce doesn't work though. The > sysutils/xfce4-utils package installs a command called "startxfce4". > AFAIK, this is the program that fires up xfce. When you install that > package (as part of the dependency list of xfce4) you should be able to > use xfce4 as your desktop by editing your ~/.xinitrc file and making > sure that the last command it runs is: > > exec startxfce4 my .xinitrc file contains only the one line: ---------- exec startxfce4 ---------- & it still won't start. As I can't get it to start, I just delete this line using VI(I am getting better :) & replace it with "exec wmaker" which starts OK. > > 3)I am trying to install Apachetoolbox-1.5.70(it may well be a > > BigApache for BSD :)) - but I get the errors "Command not found" > > trying to run it: > This is not the proper way to install ports or packages in FreeBSD. > Please, refer to the Handbook section on ports and packages for details. > > > [snip irrelevant attempts to force bash to do something mysterious] Apachetoolbox is not an official freeBSD port/package(www.apachetoolbox.com). Its a script/ports pack that you run which creates all the scripts needed to install a large array of Apache & other www stuff(eg. MySQL etc). The install file that comes with it says to install it by running install.sh. It says(further down) that "BSD users, the script interpreter of install.sh is BASH (/bin/bash). - Thats why I started BASH - Do you know what the "bad interpreter" error means ??? ----------------------- bash-2.05# ./install bash: ./install: No such file or directory bash-2.05# ./install.sh bash: ./install.sh: bad interpreter: No such file or directory bash-2.05# ./install bash: ./install: No such file or directory ---------------------- Apachetoolbox Install File(install.txt) ---------------------------------------------- Install =-=-=-= 1) as root run ./install.sh 1a) if you're running the program for the 2nd time and don't want to change your options use the -f or --fast switch when running install.sh . 2) select what you want to compile into apache 2a) type "apache" to get to the apache menu as shown in the menu 2b) type "php" to get to the php menu as shown in the menu 2c) type "page2" to get to the 2nd modules menu as shown in the menu 3) continue and let it compile by typing 'go' 3a) if the source is missing it will try to download it 4) cd into the apache_1.3.* source directory 5) run "make" manually to compile apache, watch for errors 6) if everything went ok run "make install" to install/upgrade ****************************************************************************** Solaris/BSD users, the script interpreter of install.sh is BASH (/bin/bash). Bash should be used, YMMV if you change it to /bin/sh. The next major release (2.x) will be in perl. If your willing to help port it please get a hold of me. ****************************************************************************** Frontpage 2002 Extentions require precompiled binaries. So only linux, freebsd, solaris (sparc and x86) are supported. The binaries are about 10megs compressed and only the linux tarball will be added to the script+sources tarball. http://www.apachetoolbox.com for support and updates. ---------------------------------------------------------- Kind Regards, DK __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 03:51:33 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A95E16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 03:51:33 +0000 (GMT) Received: from comsmtp2.singnet.com.sg (comsmtp2.singnet.com.sg [165.21.101.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4318643D39 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 03:51:32 +0000 (GMT) (envelope-from pryan@singnet.com.sg) Received: from arrowana.singnet.com.sg (arrowana.singnet.com.sg [165.21.101.120])i723pUFZ001831 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 11:51:30 +0800 Received: from arrowana.singnet.com.sg (localhost.localdomain [127.0.0.1]) i723pUQ7001326 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 11:51:30 +0800 Received: (from cooluser@localhost) by arrowana.singnet.com.sg (8.12.8/8.12.8/Submit) id i723pUCV001321 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 11:51:30 +0800 X-Authentication-Warning: arrowana.singnet.com.sg: cooluser set sender to pryan@singnet.com.sg using -f To: FreeBSD <freebsd-questions@freebsd.org> Message-ID: <1091418690.410dba423fa99@arrowana.singnet.com.sg> Date: Mon, 02 Aug 2004 11:51:30 +0800 (SGT) From: Peter Ryan <pryan@singnet.com.sg> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: SingNet WebMail Subject: Problem installing cvsup on 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pryan@singnet.com.sg List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 03:51:33 -0000 I am trying to get CVsup running on 4.10. The handbook indicates it is easier to install the package, so I went to the package collection and installed cvsup-16.1h The package installation seemed to indicate the target directory was /usr/ports/net/cvsup. (this was a message asking me to confirm the installation from /stand/sysinstall) When I had finished the installation, I could not run cvsup - command not found. So I thought maybe I had to install from the ports collection, so I cd'd to /usr/ports/net/cvsup and ran Make. That seemed to go OK. Then I did a Make Install. It stops with error code 1. It says cvsup-16.1h already installed. I am not sure what I am doing wrong in all this. Can anyone spot what it is ? (I realise that I shouldnt normally be installing from a port just after a package install, but that was just because I was out of ideas) Thanks Peter From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 03:57:14 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD88616A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 03:57:14 +0000 (GMT) Received: from web53007.mail.yahoo.com (web53007.mail.yahoo.com [206.190.39.197]) by mx1.FreeBSD.org (Postfix) with SMTP id 36E0D43D62 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 03:57:14 +0000 (GMT) (envelope-from reza_cavalera@yahoo.com) Message-ID: <20040802035713.5144.qmail@web53007.mail.yahoo.com> Received: from [202.138.255.170] by web53007.mail.yahoo.com via HTTP; Sun, 01 Aug 2004 20:57:13 PDT Date: Sun, 1 Aug 2004 20:57:13 -0700 (PDT) From: Reza Muhammad <reza_cavalera@yahoo.com> To: Dan Langille <dan@langille.org>, freebsd-newbies@freebsd.org, freebsd-questions@freebsd.org In-Reply-To: <20040801071006.B2B44AE064@nezlok.unixathome.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: The FreeBSD Diary: 2004-07-11 - 2004-07-31 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 03:57:14 -0000 Dear List.. I believe that FreesBie-1.0.0 have 5.2.1 core on it. but it couldnt detect IBm ThinkPad T 41 automatically (IntelPro). how to make FreesBie-1.0.0 detect my NIC. please help me regards reza --- Dan Langille <dan@langille.org> wrote: > The FreeBSD Diary contains a large number of > practical > examples and how-to guides. This message is posted > weekly > to freebsd-questions@freebsd.org with the aim of > letting people > know what's available on the website. Before you > post a question > here it might be a good idea to first search the > mailing list > archives > <http://www.freebsd.org/search/search.html#mailinglists> > > and/or The FreeBSD Diary > <http://www.freebsddiary.org/>. > > These are the articles posted during this period: > > 16-Jul : 5.* on an IBM ThinkPad T41 > Fun and games getting things installed > http://freebsddiary.org/ibm-thinkpad-t41.php?2 > > > -- > Dan Langille > BSDCan - http://www.BSDCan.org/ - BSD Conference > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 04:21:33 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB11716A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 04:21:33 +0000 (GMT) Received: from redqueen.elvandar.org (cust.94.120.adsl.cistron.nl [195.64.94.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id E00BE43D5A for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 04:21:32 +0000 (GMT) (envelope-from remko@elvandar.org) Received: from [10.0.2.122] (nimrod.elvandar.intranet [10.0.2.122]) by redqueen.elvandar.org (Postfix) with ESMTP id 2AF6E10685E; Mon, 2 Aug 2004 06:21:29 +0200 (CEST) Message-ID: <410DC149.8010708@elvandar.org> Date: Mon, 02 Aug 2004 06:21:29 +0200 From: Remko Lodder <remko@elvandar.org> X-Accept-Language: en-us, en MIME-Version: 1.0 To: DK <asdzxc111@yahoo.com> References: <20040802033329.72621.qmail@web41010.mail.yahoo.com> In-Reply-To: <20040802033329.72621.qmail@web41010.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at elvandar.org cc: Giorgos Keramidas <keramida@ceid.upatras.gr> cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installerpackage like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 04:21:34 -0000 DK wrote: > > Hi Giorgos, > > I don't feel safe yet connecting my unsecured box to the net with the 5-10 hits > a minute my W2000 box recieves on my broadband link. I have read the security > section of the manual & would like to get basics working before I rebuild the > kernel to install the firewall(which doesn't seem that easy but I will give it > try) Hey DK, FreeBSD is much more secure then a clean windows system, though i would do the same (since i am very security minded). You can however let your windows2k box route the FreeBSD machine to the internet so that it can obtain the latest revisions of the ports and sourcetree, as described in the handbook. > > > >>This is probably not why xfce doesn't work though. The >>sysutils/xfce4-utils package installs a command called "startxfce4". >>AFAIK, this is the program that fires up xfce. When you install that >>package (as part of the dependency list of xfce4) you should be able to >>use xfce4 as your desktop by editing your ~/.xinitrc file and making >>sure that the last command it runs is: >> >> exec startxfce4 > > > my .xinitrc file contains only the one line: > ---------- > exec startxfce4 > ---------- > > & it still won't start. > As I can't get it to start, I just delete this line using VI(I am getting > better :) & replace it with "exec wmaker" which starts OK. Did you try to execute startxfe4 manually? Is it actually there? isn't it a glitch in a old version (Which you seem to refuse to update since it's not secure) ? check it out ! > > > > >>>3)I am trying to install Apachetoolbox-1.5.70(it may well be a >>>BigApache for BSD :)) - but I get the errors "Command not found" >>>trying to run it: >> >>This is not the proper way to install ports or packages in FreeBSD. >>Please, refer to the Handbook section on ports and packages for details. >> >> >>>[snip irrelevant attempts to force bash to do something mysterious] > > > > Apachetoolbox is not an official freeBSD port/package(www.apachetoolbox.com). > Its a script/ports pack that you run which creates all the scripts needed to > install a large array of Apache & other www stuff(eg. MySQL etc). It's no ports pack, it's a set of scripts, which is not supported by FreeBSD, so when there is an leak, you should find out yourself and update it (instead of enable-ing one tiny little feature of the weekly scripts (400.status-pkg) which gives you an overview of outdated packages) besides that you should install portaudit which daily checks whether your applications are vulnerable to known issues. But that would be your own free choice. > > The install file that comes with it says to install it by running install.sh. > > It says(further down) that "BSD users, the script interpreter of install.sh is > BASH (/bin/bash). - Thats why I started BASH - Do you know what the "bad > interpreter" error means ??? Yes that probably means "I cannot find the /bin/bash shell, so i cannot handle your request", why? bash is not installed in /bin/bash but in /usr/local/bin/bash, it was displayed when you installed it, you can see it in your password entry, and it is listed in /etc/shells... > > ----------------------- > bash-2.05# ./install > bash: ./install: No such file or directory > bash-2.05# ./install.sh > bash: ./install.sh: bad interpreter: No such file or directory > bash-2.05# ./install > bash: ./install: No such file or directory > ---------------------- > > -- Kind regards, Remko Lodder |remko@elvandar.org Reporter DSINet |remko@dsinet.org Projectleader Mostly-Harmless |remko@mostly-harmless.nl From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 04:38:00 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74BAE16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 04:38:00 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44D2343D49 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 04:38:00 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq62-062.dial.allstream.net [216.123.137.62]) by outbox.allstream.net (Allstream MTA) with SMTP id A90D957CB7; Mon, 2 Aug 2004 00:37:58 -0400 (EDT) Date: Mon, 2 Aug 2004 00:37:26 -0400 From: epilogue <epilogue@allstream.net> To: DK <asdzxc111@yahoo.com> Message-Id: <20040802003726.09febf16@localhost> In-Reply-To: <20040802033329.72621.qmail@web41010.mail.yahoo.com> References: <20040801174900.GC26989@gothmog.gr> <20040802033329.72621.qmail@web41010.mail.yahoo.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer package like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 04:38:00 -0000 > & it still won't start. > As I can't get it to start, I just delete this line using VI(I am getting > better :) vi isn't the easiest program to learn and master, but it is available on pretty much every *nix system in the universe, so time invested is generally well rewarded not only by gains in productivity, but also by portability of your skills. this said, and because i'm convinced that you've given the handbook only the most cursory of glances (such a good document - shame on you), i thought it would be worth pointing out that freebsd comes with another editor in it's base system - ee. if you're only going to be doing minor edits here and there, you might consider checking it out. its learning curve is not nearly 1/10th as steep as vi's, but then, neither is it nearly 1/10th as powerful. 2 cents. epi out. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 04:47:18 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE21816A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 04:47:18 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCCF443D2F for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 04:47:18 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq62-062.dial.allstream.net [216.123.137.62]) by outbox.allstream.net (Allstream MTA) with SMTP id 4B8DA62D1; Mon, 2 Aug 2004 00:47:17 -0400 (EDT) Date: Mon, 2 Aug 2004 00:46:45 -0400 From: epilogue <epilogue@allstream.net> To: pryan@singnet.com.sg Message-Id: <20040802004645.3eae7eec@localhost> In-Reply-To: <1091418690.410dba423fa99@arrowana.singnet.com.sg> References: <1091418690.410dba423fa99@arrowana.singnet.com.sg> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: FreeBSD <freebsd-questions@freebsd.org> Subject: Re: Problem installing cvsup on 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 04:47:19 -0000 On Mon, 02 Aug 2004 11:51:30 +0800 (SGT) Peter Ryan <pryan@singnet.com.sg> wrote: > I am trying to get CVsup running on 4.10. > > The handbook indicates it is easier to > install the package, so I went to the > package collection and installed > cvsup-16.1h > > The package installation seemed to indicate > the target directory was /usr/ports/net/cvsup. > (this was a message asking me to confirm the > installation from /stand/sysinstall) > > When I had finished the installation, I could > not run cvsup - command not found. when you finish an installation, you'll very often have to issue the 'rehash' command, which tells your csh to reread the $PATH which is set in your .cshrc if you didn't do this, you'll probably see the command 'magically' appear after your next boot or if you open another term and su to root. you do have to run this command as root, btw. ;) > So I thought maybe I had to install from the > ports collection, so I cd'd to /usr/ports/net/cvsup > and ran Make. That seemed to go OK. > > Then I did a Make Install. It stops with error > code 1. It says cvsup-16.1h already installed. try 'pkg_info | grep -i cvsup' to see if you do have the program installed. and, as root, 'echo $PATH' > I am not sure what I am doing wrong in all this. > Can anyone spot what it is ? my first guess would be the 'rehash'. further guesses would depend upon what you get from pkg_info and $PATH. hth, epi > (I realise that I shouldnt normally be installing > from a port just after a package install, but that > was just because I was out of ideas) > > Thanks > Peter > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 05:26:47 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5E1C16A4CF; Mon, 2 Aug 2004 05:26:47 +0000 (GMT) Received: from kimi.asti.dost.gov.ph (kimi.asti.dost.gov.ph [202.90.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42CFF43D5C; Mon, 2 Aug 2004 05:26:46 +0000 (GMT) (envelope-from edwinv@asti.dost.gov.ph) Received: from banao.pregi.net (unknown [10.10.8.3]) by kimi.asti.dost.gov.ph (Postfix) with ESMTP id 76B7223820D; Mon, 2 Aug 2004 13:26:01 +0800 (PHT) From: "Edwin D. Vinas" <edwinv@asti.dost.gov.ph> Organization: DOST-ASTI To: freebsd-questions@freebsd.org Date: Mon, 2 Aug 2004 13:21:31 +0800 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408021321.31329.edwinv@asti.dost.gov.ph> cc: freebsd-bluetooth@freebsd.org Subject: Can't file transfer via Bluetooth in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 05:26:47 -0000 Hi, I recently shifted to FreeBSD-5.2 from Windows XP because I know there is a bluetooh support in these new 5.x versions. I was so glad that FreeBSD have improved a lot! However, I have a problem with installing or making the bluetooth file transfer work. Here are the details below: I followed the documentation by Pav on http://www.oook.cz/bsd/bluetooth.html. I was able to pair my Nokia 3660 with my FreeBSD-5.2 which has an MSI bluetooth dongle. I was able to discover other devices, and execute other built-in commands such as hccontrol, l2ping, l2control, sdptool etc. But, I noticed that the the basic file transfer called OBEX was not yet incorporated in the FreeBSD-5.2 and that I have to install an openobex or something. I have succesfully installed openobex from sourceforge, but it doesn't have the "obexapp" command. The i tried installing the "obexapp" from sourceforge too. The problem is that I cant install it. tar -zxvf obexapp-1.2.tar.gz (extracts two directories openobex-1.0.1/ and obexapp/) cd openobex-1.0.1 ./configure /usr/local/bin/make /usr/local/bin/make install cd obexapp (no ./configure and NO README!!!) so i tried, "make" or "/usr/local/bin/make" when i tried "make": banao# make Warning: Object directory not changed from original /usr/home/misoy/EDV/ Bluetooth/src/obexapp cc -I/usr/local/include -I/usr/local/include/openobex -g -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c main.c cc -I/usr/local/include -I/usr/local/include/openobex -g -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c client.c cc -I/usr/local/include -I/usr/local/include/openobex -g -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c event.c cc -I/usr/local/include -I/usr/local/include/openobex -g -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c sdp.c cc -I/usr/local/include -I/usr/local/include/openobex -g -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c server.c server.c: In function `obexapp_server': server.c:118: error: too many arguments to function `sdp_open_local' *** Error code 1 Stop in /usr/home/misoy/EDV/Bluetooth/src/obexapp. using /usr/local/bin/make: banao# /usr/local/bin/make Makefile:23: *** missing separator. Stop. -Edwin From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 05:44:20 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D39216A4CE for <questions@freebsd.org>; Mon, 2 Aug 2004 05:44:20 +0000 (GMT) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2361543D48 for <questions@freebsd.org>; Mon, 2 Aug 2004 05:44:20 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 7C8F013631; Mon, 2 Aug 2004 17:44:18 +1200 (NZST) Date: Mon, 2 Aug 2004 17:44:18 +1200 From: Jonathan Chen <jonc@chen.org.nz> To: Josh Paetzel <friar_josh@tcbug.org> Message-ID: <20040802054418.GA376@grimoire.chen.org.nz> References: <200408011829.58952.friar_josh@tcbug.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408011829.58952.friar_josh@tcbug.org> User-Agent: Mutt/1.4.2.1i cc: questions@freebsd.org Subject: Re: Way OT programming question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 05:44:20 -0000 On Sun, Aug 01, 2004 at 06:29:58PM -0500, Josh Paetzel wrote: [...] > #ifndef lint > #if 0 > static char sccsid[] = "@(#)cat.c 8.2 (Berkeley) 4/27/95"; > #endif > #endif /* not lint */ > #include <sys/cdefs.h> > __FBSDID("$FreeBSD: src/bin/cat/cat.c,v 1.29 2003/04/30 17:40:28 > obrien Exp $"); > > 1) Isn't 'if 0' always negative? Yes. The "#if 0" is a common way of blocking out code that you don't/can't want to remove. -- Jonathan Chen <jonc@chen.org.nz> ---------------------------------------------------------------------- "If you wish your merit to be known, acknowledge that of other people" From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 05:44:23 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D74E716A4E5 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 05:44:23 +0000 (GMT) Received: from comsmtp1.singnet.com.sg (comsmtp1.singnet.com.sg [165.21.101.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AFD243D4C for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 05:44:23 +0000 (GMT) (envelope-from pryan@singnet.com.sg) Received: from arrowana.singnet.com.sg (arrowana.singnet.com.sg [165.21.101.120])i725iIkw006812; Mon, 2 Aug 2004 13:44:18 +0800 Received: from arrowana.singnet.com.sg (localhost.localdomain [127.0.0.1]) i725iDQ7027563; Mon, 2 Aug 2004 13:44:13 +0800 Received: (from cooluser@localhost) by arrowana.singnet.com.sg (8.12.8/8.12.8/Submit) id i725i9ej027437; Mon, 2 Aug 2004 13:44:09 +0800 X-Authentication-Warning: arrowana.singnet.com.sg: cooluser set sender to pryan@singnet.com.sg using -f To: epilogue <epilogue@allstream.net> Message-ID: <1091425449.410dd4a9a1bb2@arrowana.singnet.com.sg> Date: Mon, 02 Aug 2004 13:44:09 +0800 (SGT) From: Peter Ryan <pryan@singnet.com.sg> References: <1091418690.410dba423fa99@arrowana.singnet.com.sg> <20040802004645.3eae7eec@localhost> In-Reply-To: <20040802004645.3eae7eec@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: SingNet WebMail cc: FreeBSD <freebsd-questions@freebsd.org> Subject: Re: Problem installing cvsup on 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pryan@singnet.com.sg List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 05:44:24 -0000 > On Mon, 02 Aug 2004 11:51:30 +0800 (SGT) > Peter Ryan <pryan@singnet.com.sg> wrote: > > > I am trying to get CVsup running on 4.10. > > > > The handbook indicates it is easier to > > install the package, so I went to the > > package collection and installed > > cvsup-16.1h > > > > The package installation seemed to indicate > > the target directory was /usr/ports/net/cvsup. > > (this was a message asking me to confirm the > > installation from /stand/sysinstall) > > > > When I had finished the installation, I could > > not run cvsup - command not found. > > when you finish an installation, you'll very often > have to issue the 'rehash' command, which > tells your csh to reread the $PATH which is > set in your .cshrc > > if you didn't do this, you'll probably see the > command 'magically' appear after your next boot > or if you open another term and su to root. Thanks for waving the wand... it did magically appear!! Regards Peter From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 05:48:55 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB69316A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 05:48:55 +0000 (GMT) Received: from nightmare.dreamchaser.org (nightmare.dreamchaser.org [12.32.36.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B0B743D69 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 05:48:55 +0000 (GMT) (envelope-from freebsd@dreamchaser.org) Received: from [12.32.36.74] (imagination.dreamchaser.org. [12.32.36.74]) i725mr0J093035 for <freebsd-questions@freebsd.org>; Sun, 1 Aug 2004 23:48:53 -0600 (MDT) (envelope-from freebsd@dreamchaser.org) Message-ID: <410DD5C4.5060603@dreamchaser.org> Date: Sun, 01 Aug 2004 23:48:52 -0600 From: freebsd@dreamchaser.org User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 4.10 RELEASE XFree86-4-library / fontconfig install problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 05:48:56 -0000 4.10 release, installing from CDs. I initially tried an upgrade from 4.5, which failed (same problem with XFree86 detailed below), so I did an install over the top without X. I'm now trying to install XFree86 from the ports collection. When I attempt to make XFree86-4-libraries, it fails building fontconfig: fc-cache: "/usr/X11R6/lib/X11/fonts/Type1:" /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libfontconfig.so.1: Undefined symbol "FT_Get_BDF_Property" *** Error code 1 Any hints as to what's going on and how to fix / get around it? I've done a portupgrade -fFRNuv x11-fonts/fontconfig make make install (fails) The error above occurs on the make install The dependencies I have installed are: expat-1.95.7 freetype2-2.1.7_3 gettext-0.13.1_1 gmake-3.80_2 libtool-1.3.4_2 libtool-1.3.5_2 pkgconfig-0.15.0_1 Thanks for any insights. Gary From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 06:25:31 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62CB816A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 06:25:31 +0000 (GMT) Received: from cromagnon.cullmail.com (cromagnon.cullmail.com [67.33.58.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9A1843D5D for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 06:25:30 +0000 (GMT) (envelope-from jamoore@cromagnon.cullmail.com) Received: from cromagnon.cullmail.com (localhost.cullmail.com [127.0.0.1]) i726TbCs021878; Mon, 2 Aug 2004 01:29:37 -0500 (CDT) (envelope-from jamoore@cromagnon.cullmail.com) Received: from localhost (localhost [[UNIX: localhost]]) by cromagnon.cullmail.com (8.12.10/8.12.10/Submit) id i726TbTa021877; Mon, 2 Aug 2004 01:29:37 -0500 (CDT) (envelope-from jamoore) From: Jay Moore <jaymo@cromagnon.cullmail.com> To: freebsd-questions@freebsd.org Date: Mon, 2 Aug 2004 01:29:36 -0500 User-Agent: KMail/1.6.1 References: <20040801044442.GA64609@ezekiel.daleco.biz> In-Reply-To: <20040801044442.GA64609@ezekiel.daleco.biz> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408020129.36893.jaymo@cromagnon.cullmail.com> cc: sylviabow@yahoo.com Subject: Re: receiving your address on my TV X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jaymo@cromagnon.cullmail.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 06:25:31 -0000 Sylvia bowman wrote: > I am receiving your email address on my television screen. It happens > late on Saturday evenings. Can you address this situation, please. > Sylvia Bowman Come on now, Sylvia - I think you know how this situation should be addressed. Jay From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 06:30:30 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2E3416A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 06:30:30 +0000 (GMT) Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C5C243D5D for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 06:30:28 +0000 (GMT) (envelope-from cedrick.gaillard@laposte.net) Received: from bidibulle (mobidyc.net [82.228.222.83]) by postfix4-1.free.fr (Postfix) with ESMTP id 0980816E951 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 08:30:27 +0200 (CEST) From: "cedrick.gaillard" <cedrick.gaillard@laposte.net> To: <freebsd-questions@freebsd.org> Date: Mon, 2 Aug 2004 08:31:27 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcR4WlbnU0cehPB9Raq3NpdJzAVv7w== Message-Id: <20040802063027.0980816E951@postfix4-1.free.fr> Subject: irc resuming through natd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 06:30:30 -0000 hi, =20 it's impossible for me to do irc resuming through may freebsd gateway. i was on freebsd 4.7 and i am now on freebsd 5.2.1 current and the problem persists on both versions. =20 someone have a good way to do irc resuming? =20 here is my natd.conf : log yes log_denied yes use_sockets yes same_ports yes interface xl0 punch_fw 10000:20 log_ipfw_denied yes =20 i use ipfw if my other computer is connected directly on internet, it have no problem. =20 Thanks c=E9drick From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 06:46:06 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7128E16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 06:46:06 +0000 (GMT) Received: from mailout1.informatik.tu-muenchen.de (mailout1.informatik.tu-muenchen.de [131.159.0.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id D971A43D6D for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 06:46:05 +0000 (GMT) (envelope-from marchenk@in.tum.de) Date: Mon, 02 Aug 2004 08:46:02 +0200 To: freebsd-questions@freebsd.org From: Maksym Marchenko <marchenk@in.tum.de> Content-Type: text/plain; format=flowed; charset=koi8-r MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: <opsb3ee0o3odrt25@mail.in.tum.de> User-Agent: Opera7.23/Win32 M2 build 3227 X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de Subject: Headless Install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 06:46:06 -0000 Hi! I try to install 4.10 on headless PC(without a monitor and vga output) So I've used my laptop as a serial console (via null modem cable). All was wonderfull, but after end of install procedure und reboot, I see with this terminal (cu -l /dev/cuaa0) all and the date for the login line. But not the login prompt. So I can't to log in and do anything. What have I to do, to log in this headless PC? Another terminal may be? Thanks in advance. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 07:14:47 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A6D7D16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 07:14:47 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B18243D76 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 07:14:46 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i727EXNu039483 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Aug 2004 08:14:33 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i727EWlt039482; Mon, 2 Aug 2004 08:14:32 +0100 (BST) (envelope-from matthew) Date: Mon, 2 Aug 2004 08:14:32 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Comrade Burnout <geektron@comradeburnout.com> Message-ID: <20040802071432.GA39164@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, Comrade Burnout <geektron@comradeburnout.com>, freebsd-questions@freebsd.org References: <410D516C.8070106@comradeburnout.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline In-Reply-To: <410D516C.8070106@comradeburnout.com> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Mon, 02 Aug 2004 08:14:33 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.2.1 port dependencies (PHP/PEAR) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 07:14:47 -0000 --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 01, 2004 at 03:24:12PM -0500, Comrade Burnout wrote: > when i try to use pkg_add ... i get the following: >=20 > burnt# pkg_add -r pear-DB > Fetching=20 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/Lates= t/pear-DB.tbz...=20 > Done. > Fetching=20 > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/All/p= hp4-4.3.4_2.tbz...=20 > Done. > pkg_add: package 'php4-4.3.4_2' conflicts with mod_php4-4.3.4_2,1 > pkg_add: please use pkg_delete first to remove conflicting package(s) or= =20 > -f to force installation > pkg_add: pkg_add of dependency 'php4-4.3.4_2' failed! >=20 >=20 >=20 > is there a way to tweak the Makefile locally to force the PEAR install=20 > to use the existing PHP version? What Makefile? You're installing via packages, and by the time the package has been built, there's no more need for Makefiles... In order to solve your problem, you can follow the instructions so helpfully printed out by pkg_add(1) and use the '-f' flag. That should work fine, as mod_php4 will fulfil the dependencies. Alternately, don't use packages to install PEAR modules. Ports are rather more flexible in this respect than packages, and for such things as PEAR where what's installed is pretty much program source code it makes little practical difference. The only problem with this approach is that you seem to be using a ports tree from around the time of 5.2.1-RELEASE, and since then both the ports tree and the available versions of the PEAR modules have had many months of further development. It's possible that new versions of some modules will have been released and the ones you want have been removed. But the answer to that is just a cvsup(1) away. =20 Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDenYiD657aJF7eIRAhwTAJ4naUPu0olHdYSeVjh1pDO4nkKb6QCePpYO 1DsRBIun5A2F4KaEf9GxkUA= =S0M5 -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 07:21:04 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5B6716A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 07:21:04 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id DED0343D5D for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 07:21:03 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i727KxD1039579 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Aug 2004 08:20:59 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i727KwdX039574; Mon, 2 Aug 2004 08:20:58 +0100 (BST) (envelope-from matthew) Date: Mon, 2 Aug 2004 08:20:58 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: "Paulo Fonseca Jr." <paulofonsecajr@terra.com.br> Message-ID: <20040802072058.GB39164@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, "Paulo Fonseca Jr." <paulofonsecajr@terra.com.br>, freebsd-questions@freebsd.org References: <200408011730.36934.paulofonsecajr@terra.com.br> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FkmkrVfFsRoUs1wW" Content-Disposition: inline In-Reply-To: <200408011730.36934.paulofonsecajr@terra.com.br> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Mon, 02 Aug 2004 08:20:59 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: lpd and apsfilter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 07:21:04 -0000 --FkmkrVfFsRoUs1wW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Aug 01, 2004 at 05:30:36PM -0300, Paulo Fonseca Jr. wrote: > I was installed apsfilter with lpd here with printcap setting as: >=20 > lp|deskjet;r=3D300x300;q=3Ddraft;c=3Dfull;p=3Dletter;m=3Dauto:\ > :lp=3D/dev/ulpt0:\ > :if=3D/usr/local/etc/apsfilter/basedir/bin/apsfilter:\ > :sd=3D/var/spool/lpd/lp:\ > :lf=3D/var/spool/lpd/lp/log:\ > :af=3D/var/spool/lpd/lp/acct:\ > :mx#0:\ > :sh: >=20 > /dev/ulpt0 is recognized by usbdevs and jobs are being queued but printer= not=20 > works, not even sign, but job are being unqueued after about few seconds. >=20 > (dmesg) > ulpt0: hp deskjet 3420, rev 2.00/1.00, addr 2, iclass 7/1 > ulpt0: using bi-directional mode What's the output of: % lpc status lp and are there any messages from lpd in the system log file, /var/log/messages or the lpd error log /var/log/lpd-errs or the printer's own log file /var/spool/lpd/lp/log ? Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --FkmkrVfFsRoUs1wW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDetaiD657aJF7eIRAhgwAJ9rD9mqnAE1oi29t37fWQSL1TA7dgCfbP6Z qaK2s4UqA8OKNNiGkiP5X6Y= =q8yv -----END PGP SIGNATURE----- --FkmkrVfFsRoUs1wW-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 07:29:10 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CAE416A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 07:29:10 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id B303843D41 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 07:29:09 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i727T5rf039665 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Aug 2004 08:29:05 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i727T5iO039664; Mon, 2 Aug 2004 08:29:05 +0100 (BST) (envelope-from matthew) Date: Mon, 2 Aug 2004 08:29:05 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: dick hoogendijk <dick@nagual.st> Message-ID: <20040802072905.GC39164@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, dick hoogendijk <dick@nagual.st>, freebsd-questions@freebsd.org References: <20040802004354.7f29c118.dick@nagual.st> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dkEUBIird37B8yKS" Content-Disposition: inline In-Reply-To: <20040802004354.7f29c118.dick@nagual.st> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Mon, 02 Aug 2004 08:29:05 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: make index problems.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 07:29:10 -0000 --dkEUBIird37B8yKS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 02, 2004 at 12:43:54AM +0200, dick hoogendijk wrote: > Usely I do something like this: >=20 > # cd /root > # cvsup -g -L 2 /root/ports.supfile > # cd /usr/ports > # make index > # portsdb -u >=20 > It always worked like a charm.. But this night after cvsup and a 'make > index' I ran portsdb -u and almost every portentry was deleted because > some error about 10 fieldnames needed ???? The result was that almost > every portname became unknown to portupgrade.. > I ran make index a second and a third time with the same results.. Can't > figure out what's wrong all of a sudden.. >=20 > I "fixed it" running "portsdb -Uu" --> this resulted in a good > /usr/ports/INDEX and a good index.db file. >=20 > Any ideas why the "make index" stopped working? See the thread starting with: http://lists.freebsd.org/pipermail/freebsd-ports/2004-June/013462.html =20 This change went in at the time without many noticable problems. It seems that you've got the latest bsd.ports.mk with the expanded INDEX format, but an older version of portupgrade which doesn't understand the new style. Upgrade your portupgrade to the latest, and all should be well: % pkg_info -I portupgrade\* portupgrade-20040701_3 FreeBSD ports/packages administration and manage= ment tools Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --dkEUBIird37B8yKS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDe1BiD657aJF7eIRAtRLAJ9UmG4ZfNZher4wLGg4bVhkrrk2ZACfXruB KNedqPtKQW89tcK7/0XSvoc= =ObGt -----END PGP SIGNATURE----- --dkEUBIird37B8yKS-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 07:40:41 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 890A016A4CE; Mon, 2 Aug 2004 07:40:41 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BB7B43D41; Mon, 2 Aug 2004 07:40:39 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i727eD1u039772 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Aug 2004 08:40:13 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i727eD8i039771; Mon, 2 Aug 2004 08:40:13 +0100 (BST) (envelope-from matthew) Date: Mon, 2 Aug 2004 08:40:13 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: "Edwin D. Vinas" <edwinv@asti.dost.gov.ph> Message-ID: <20040802074013.GD39164@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, "Edwin D. Vinas" <edwinv@asti.dost.gov.ph>, freebsd-questions@freebsd.org, freebsd-bluetooth@freebsd.org References: <200408021321.31329.edwinv@asti.dost.gov.ph> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cHMo6Wbp1wrKhbfi" Content-Disposition: inline In-Reply-To: <200408021321.31329.edwinv@asti.dost.gov.ph> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Mon, 02 Aug 2004 08:40:13 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-bluetooth@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: Can't file transfer via Bluetooth in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 07:40:41 -0000 --cHMo6Wbp1wrKhbfi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 02, 2004 at 01:21:31PM +0800, Edwin D. Vinas wrote: > I was able to pair my Nokia 3660 with my FreeBSD-5.2 which has an MSI=20 > bluetooth dongle. I was able to discover other devices, and execute other= =20 > built-in commands such as hccontrol, l2ping, l2control, sdptool etc. But= , I=20 > noticed that the the basic file transfer called OBEX was not yet incorpor= ated=20 > in the FreeBSD-5.2 and that I have to install an openobex or something. I= =20 > have succesfully installed openobex from sourceforge, but it doesn't have= the=20 > "obexapp" command. The i tried installing the "obexapp" from sourceforge = too.=20 > The problem is that I cant install it. >=20 > tar -zxvf obexapp-1.2.tar.gz > (extracts two directories openobex-1.0.1/ and obexapp/) [...] Instead of trying to fix the compilation yourself, you can leverage the work of those who have gone before you by installing the comms/openobex port. In fact, with this software I think that some quite significant patching of code is required: % cd /usr/ports/comms/openobex % ls files/ patch-Makefile.in patch-src-obex.c patch-aclocal.m4 patch-src-obex.h patch-configure.in patch-src-obex_const.h patch-ltmain.sh patch-src-obex_main.c patch-src-btobex.c patch-src-obex_transport.h patch-src-netbuf.h Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --cHMo6Wbp1wrKhbfi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDe/ciD657aJF7eIRAuY5AJ9AK9H4RsKJUsd77ceTKhmYPE+YlwCgsvOM Hh/CyNg6KBSeV5S+KI49VpY= =LySh -----END PGP SIGNATURE----- --cHMo6Wbp1wrKhbfi-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 09:33:37 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04AE116A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 09:33:37 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id D31A943D4C for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 09:33:34 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i729XVTI007184; Mon, 2 Aug 2004 12:33:31 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i729YE4m039148; Mon, 2 Aug 2004 12:34:14 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)i729YE9i039147; Mon, 2 Aug 2004 12:34:14 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 2 Aug 2004 12:34:14 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: DK <asdzxc111@yahoo.com> Message-ID: <20040802093414.GA39066@orion.daedalusnetworks.priv> References: <20040801174900.GC26989@gothmog.gr> <20040802033329.72621.qmail@web41010.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040802033329.72621.qmail@web41010.mail.yahoo.com> cc: freebsd-questions@freebsd.org Subject: Re: firewalls, xfce4 and apachetoolbox (was: Re: BigApache [..]) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 09:33:37 -0000 On 2004-08-01 20:33, DK <asdzxc111@yahoo.com> wrote: > --- Giorgos Keramidas <keramida@ceid.upatras.gr> wrote: > > You have lots of old (out of date) packages installed. Have you > > gotten your FreeBSD workstation to connect to the network yet? If > > yes, you can install `portupgrade' and use it to update all your > > packages/ports to their latest versions. > > I don't feel safe yet connecting my unsecured box to the net with > the 5-10 hits a minute my W2000 box recieves on my broadband link. I > have read the security section of the manual & would like to get > basics working before I rebuild the kernel to install the > firewall(which doesn't seem that easy but I will give it try) The average FreeBSD system is vastly more secure than Windows workstations even without a firewall. You shouldn't worry too much about those Windows viruses trying to connect to your workstation, since they expect to find Windows-specific services/programs and will most certainly fail miserably when they hit a BSD machine. Bearing this in mind you might, of course, find it a bit more reassuring to run a firewall like IPFW. But this doesn't *require* a kernel recompile. You can simply load the ipfw.ko module with kldload(8) and immediatelly start setting up the rules of your firewall ruleset. As root, you can load the ipfw module by: # kldload ipfw The default set of firewall packet inspection rules that ipfw loads will block *EVERYTHING* so you might want to do a bit of research on the available rulesets by reading about rc.firewall, rc.conf and/or browse the contents of the /etc/defaults/rc.conf file: # man rc.firewall # man rc.conf # more /etc/defaults/rc.conf For details about the way the rules can be written, the ipfw manpage can provide useful information. # man ipfw Browsing the archives of this list for discussions about IPFW rulesets is also a good idea as a lot of people have posted questions on this topic and have received many helpful answers from knowledgeable list members. > > This is probably not why xfce doesn't work though. The > > sysutils/xfce4-utils package installs a command called "startxfce4". > > AFAIK, this is the program that fires up xfce. When you install that > > package (as part of the dependency list of xfce4) you should be able to > > use xfce4 as your desktop by editing your ~/.xinitrc file and making > > sure that the last command it runs is: > > > > exec startxfce4 > > my .xinitrc file contains only the one line: > ---------- > exec startxfce4 > ---------- > > & it still won't start. Does the program `startxfce4' even exist on your system? As I mentioned, it's part of the sysutils/xfce4-utils package, so if you didn't install that package you won't have it. > As I can't get it to start, I just delete this line using VI(I am getting > better :) & replace it with "exec wmaker" which starts OK. Heh. Cool :) I prefer Emacs most of the time, but that's clearly a matter of personal taste so it doesn't matter so much. > Apachetoolbox is not an official freeBSD port/package (www.apachetoolbox.com). > Its a script/ports pack that you run which creates all the scripts needed > to install a large array of Apache & other www stuff(eg. MySQL etc). > > The install file that comes with it says to install it by running > install.sh. > > It says(further down) that "BSD users, the script interpreter of > install.sh is BASH (/bin/bash). - Thats why I started BASH - Do you know > what the "bad interpreter" error means ??? > > ----------------------- > bash-2.05# ./install > bash: ./install: No such file or directory > bash-2.05# ./install.sh > bash: ./install.sh: bad interpreter: No such file or directory > bash-2.05# ./install > bash: ./install: No such file or directory > ---------------------- The "bad intepreter" error means that the `install.sh' script (most likely) starts with a line like this: #!/bin/bash This is a special, somewhat "magic" line that, when present at the start of an executable file, instructs the UNIX kernel to fire up the program following "#!" and pass the rest of the script as input to this program. The program is then responsible to "interpret" the script as it sees fit. In this case, the program /bin/bash does not exist, because on FreeBSD bash is installed as /usr/local/bin/bash and not in /bin. The author of this program is most likely a Linux fan and has become accustomed to the Linuxism of expecting that bash is always in /bin :-) Edit `install.sh' and replace `/bin/bash' with `/usr/local/bin/bash' if you have bash installed. As the author of the package has noted below if you don't have bash and the script doesn't use some feature that is bash-specific, you might get away with /bin/sh instead of /bin/bash but this depends on the way the install script is written. > ****************************************************************************** > Solaris/BSD users, the script interpreter of install.sh is BASH (/bin/bash). > Bash should be used, YMMV if you change it to /bin/sh. The next major > release (2.x) will be in perl. If your willing to help port it please > get a hold of me. Cheers, Giorgos From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 09:51:37 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8156E16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 09:51:37 +0000 (GMT) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2685243D66 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 09:51:36 +0000 (GMT) (envelope-from Ewald.Jenisch@oekb.at) Received: from Unknown [143.245.2.191] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (4.7); Mon, 02 Aug 2004 11:51:32 +0200 Received: from athena.oekb.co.at ([143.245.83.20]) by MAIL01.oekb.co.at with Microsoft SMTPSVC(5.0.2195.6713); Mon, 2 Aug 2004 11:51:31 +0200 Received: from athena.oekb.co.at (athena.oekb.co.at [127.0.0.1]) by athena.oekb.co.at (8.12.10/8.12.10) with ESMTP id i729pjhp019751 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 11:51:45 +0200 Received: (from ej@localhost) by athena.oekb.co.at (8.12.10/8.12.10/Submit) id i729pj9K019750 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 11:51:45 +0200 Message-ID: <20040802095145.GA19735@athena.oekb.co.at> From: Ewald Jenisch <a@jenisch.at> To: freebsd-questions@freebsd.org Date: Mon, 2 Aug 2004 11:51:45 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-OriginalArrivalTime: 02 Aug 2004 09:51:31.0937 (UTC) FILETIME=[4A304D10:01C47876] User-Agent: Mutt/1.4.1i Subject: HP Systems Insight Manager (HP SIM) under FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 09:51:37 -0000 Hi, Central management of our servers runs under HP SIM (HP Systems Insight Manager), formerly known as CIM (Compaq Insight Manager). HP on its website says it's supported for Windoze, HP-UX and Linux. Has anybody out there got this software running under FreeBSD (possibly using Linux emulation)? Thanks much in advance for any clue, -ewald From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 10:09:26 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D877916A4CE; Mon, 2 Aug 2004 10:09:26 +0000 (GMT) Received: from kimi.asti.dost.gov.ph (kimi.asti.dost.gov.ph [202.90.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id E760643D1F; Mon, 2 Aug 2004 10:09:25 +0000 (GMT) (envelope-from edwinv@asti.dost.gov.ph) Received: from banao.pregi.net (unknown [10.10.8.3]) by kimi.asti.dost.gov.ph (Postfix) with ESMTP id 605502381A2; Mon, 2 Aug 2004 18:08:43 +0800 (PHT) From: "Edwin D. Vinas" <edwinv@asti.dost.gov.ph> Organization: DOST-ASTI To: Matthew Seaman <m.seaman@infracaninophile.co.uk> Date: Mon, 2 Aug 2004 18:04:14 +0800 User-Agent: KMail/1.5.4 References: <200408021321.31329.edwinv@asti.dost.gov.ph> <20040802074013.GD39164@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040802074013.GD39164@happy-idiot-talk.infracaninophile.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408021804.14436.edwinv@asti.dost.gov.ph> cc: freebsd-bluetooth@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: Can't file transfer via Bluetooth in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 10:09:27 -0000 On Monday 02 August 2004 03:40 pm, you wrote: > On Mon, Aug 02, 2004 at 01:21:31PM +0800, Edwin D. Vinas wrote: > > I was able to pair my Nokia 3660 with my FreeBSD-5.2 which has an MSI > > bluetooth dongle. I was able to discover other devices, and execute other > > built-in commands such as hccontrol, l2ping, l2control, sdptool etc. > > But, I noticed that the the basic file transfer called OBEX was not yet > > incorporated in the FreeBSD-5.2 and that I have to install an openobex or > > something. I have succesfully installed openobex from sourceforge, but it > > doesn't have the "obexapp" command. The i tried installing the "obexapp" > > from sourceforge too. The problem is that I cant install it. > > > > tar -zxvf obexapp-1.2.tar.gz > > (extracts two directories openobex-1.0.1/ and obexapp/) > > [...] > > Instead of trying to fix the compilation yourself, you can leverage > the work of those who have gone before you by installing the > comms/openobex port. In fact, with this software I think that some > quite significant patching of code is required: > > % cd /usr/ports/comms/openobex > % ls files/ > patch-Makefile.in patch-src-obex.c > patch-aclocal.m4 patch-src-obex.h > patch-configure.in patch-src-obex_const.h > patch-ltmain.sh patch-src-obex_main.c > patch-src-btobex.c patch-src-obex_transport.h > patch-src-netbuf.h > Thanks Matthew for the reply. But, its sad to say that I can't find any "openobex" ports in my machine. banao# ls /usr/ports/comms/openobex ls: /usr/ports/comms/openobex: No such file or directory I thought of actually using this openobex port but do you know how to find the ports if its not in the distribution? Im using FreeBSD-5.2 and KDE 3.0. Im actually searching the web for it but some sites dont have a link to the files to be downloaded. In case you know where to find the installer that would really work for FreeBSD-5.2, please send the link to me. Thanks again! -edwin > Cheers, > > Matthew From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 10:29:43 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFF1816A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 10:29:43 +0000 (GMT) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6E3D43D6D for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 10:29:42 +0000 (GMT) (envelope-from Ewald.Jenisch@oekb.at) Received: from Unknown [143.245.2.191] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (4.7); Mon, 02 Aug 2004 12:29:37 +0200 Received: from athena.oekb.co.at ([143.245.83.20]) by MAIL01.oekb.co.at with Microsoft SMTPSVC(5.0.2195.6713); Mon, 2 Aug 2004 12:29:36 +0200 Received: from athena.oekb.co.at (athena.oekb.co.at [127.0.0.1]) by athena.oekb.co.at (8.12.10/8.12.10) with ESMTP id i72ATnhp020019 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 12:29:49 +0200 Received: (from ej@localhost) by athena.oekb.co.at (8.12.10/8.12.10/Submit) id i72ATnFr020018 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 12:29:49 +0200 Message-ID: <20040802102949.GA19809@athena.oekb.co.at> From: Ewald Jenisch <a@jenisch.at> To: freebsd-questions@freebsd.org Date: Mon, 2 Aug 2004 12:29:49 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-OriginalArrivalTime: 02 Aug 2004 10:29:36.0437 (UTC) FILETIME=[9BDB5650:01C4787B] User-Agent: Mutt/1.4.1i Subject: SNMP MIBs for HP Proliant? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 10:29:43 -0000 Hi, For a HP Compaq Proliant DL360 I'm looking for the SNMP-MIBs that cover the following items: o) Disk-IO o) Disk-usage (capacity used) o) Memory usage o) Compaq/HP Smartarray (Compaq Smart Array 5i), esp. disk failure etc. o) CPU Usage (two Xeons running SMP (hyperthreading to 4 virtual CPUs) o) Network-IO Does anybody know where I can get hold of the respective MIBs? Somewhat related to the above question: Is it possible to make the respective MIB variables available via net-snmp in order to either poll them (snmp read) or send traps when reaching certain thresholds? I esp. thought about sending traps when e.g. the smartarray reports a problem, disks become full etc. TIA for your help, -ewald From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 11:02:52 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C05DF16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 11:02:52 +0000 (GMT) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D61D43D60 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 11:02:52 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from [192.168.254.3] (bsdbox [192.168.254.3]) by fw.farid-hajji.net (Postfix) with ESMTP id 087954AF8E; Mon, 2 Aug 2004 13:03:10 +0200 (CEST) Message-ID: <410E2063.6080205@cordula.ws> Date: Mon, 02 Aug 2004 13:07:15 +0200 From: cpghost <cpghost@cordula.ws> User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040710) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maksym Marchenko <marchenk@in.tum.de> References: <opsb3ee0o3odrt25@mail.in.tum.de> In-Reply-To: <opsb3ee0o3odrt25@mail.in.tum.de> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Headless Install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 11:02:52 -0000 Maksym Marchenko wrote: > Hi! > > I try to install 4.10 on headless PC(without a monitor and vga output) > So I've used my laptop as a serial console (via null modem cable). > All was wonderfull, but after end of install procedure und reboot, > I see with this terminal (cu -l /dev/cuaa0) all and the date for > the login line. But not the login prompt. So I can't to log in and > do anything. > What have I to do, to log in this headless PC? Maksym, you need to start a getty process on the serial line, by editing /etc/ttys like this: console none unknown off secure ttyv0 "/usr/libexec/getty Pc" cons25 off secure ttyv1 "/usr/libexec/getty Pc" cons25 off secure ttyv2 "/usr/libexec/getty Pc" cons25 off secure ttyv3 "/usr/libexec/getty Pc" cons25 off secure ttyv4 "/usr/libexec/getty Pc" cons25 off secure ttyv5 "/usr/libexec/getty Pc" cons25 off secure ttyv6 "/usr/libexec/getty Pc" cons25 off secure ttyv7 "/usr/libexec/getty Pc" cons25 off secure ttyd0 "/usr/libexec/getty std.9600" dialup on secure ttyd1 "/usr/libexec/getty std.9600" dialup off secure ttyd2 "/usr/libexec/getty std.9600" dialup off secure ttyd3 "/usr/libexec/getty std.9600" dialup off secure In /stand/sysinstall (or /usr/sbin/sysinstall), you can edit ttys. I'm running 5.2-CURRENT on net4801 Soekris hardware, and this is exaclty what is needed to get login prompt on the serial console. Good luck! cpghost. -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 11:29:50 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5106F16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 11:29:50 +0000 (GMT) Received: from dbmail-mx9.orcon.net.nz (loadbalancer2.orcon.net.nz [219.88.242.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27D8843D5E for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 11:29:49 +0000 (GMT) (envelope-from me@philth.net.nz) Received: from [10.58.2.16] (port-222-152-49-103.fastadsl.net.nz [222.152.49.103])i72BTHd2007181; Mon, 2 Aug 2004 23:29:18 +1200 Message-ID: <410E25A0.9050801@philth.net.nz> Date: Mon, 02 Aug 2004 23:29:36 +1200 From: Philip Murray <me@philth.net.nz> User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Comrade Burnout <geektron@comradeburnout.com> References: <410D516C.8070106@comradeburnout.com> In-Reply-To: <410D516C.8070106@comradeburnout.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamd / ClamAV version 0.72, clamav-milter version 0.72 on dbmail-mx9.orcon.net.nz X-Virus-Status: Clean cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.2.1 port dependencies (PHP/PEAR) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 11:29:50 -0000 Comrade Burnout wrote: > i recently upgraded some machines to FreeBSD 5.2.1-STABLE, and trying > to install the PEAR objects (PHP stuff). > > I've looked through the INDEX file in my local ports collection, and > the PEAR tree is looking for: > > php4-4.3.4 > whereas mod_php4 and any of the other (non-PEAR ) PHP ports are > looking for: > > mod_php4-4.3.4,1 > PEAR needs a command line PHP binary to be able to run. The mod_php4 package only installs an Apache module and not the commandline PHP binary. Thus PEAR would be unuseable. The upside, is that the php4 package includes the command line binary, an Apache module and the CGI executable. Cheers Philip From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 11:48:45 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5BFB16A4CE; Mon, 2 Aug 2004 11:48:45 +0000 (GMT) Received: from mail.imp.ch (ns1.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C17E643D58; Mon, 2 Aug 2004 11:48:44 +0000 (GMT) (envelope-from mb@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by mail.imp.ch (8.12.9p2/8.12.3) with ESMTP id i72BmY2k054401; Mon, 2 Aug 2004 13:48:35 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Date: Mon, 2 Aug 2004 13:48:34 +0200 (CEST) From: Martin Blapp <mb@imp.ch> To: freebsd-hackers@freebsd.org Message-ID: <20040802133701.V27692@cvs.imp.ch> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Checksum: a29a233aa37c0924050fa4c5c317243a X-Virus-Message-Status: No X-Virus-Status: No, scantime="0.0017 seconds" X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=4 scantime="1.1575 seconds" tests=BAYES_00 X-Scanned-By: MIMEDefang 2.44 cc: questions@freebsd.org Subject: Solution: FreeBSD and MySQL - mysqld eats CPU alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 11:48:46 -0000 Hi all, We have many Mysql's running here, and just to tell you, there are fixes/workarounds for the behaviour you see: FreeBSD 4.8 / 4.9 / 4.10 : -------------------------- Compile port with WITH_LINUXTHREADS=YES or remove tcpwrappers support manually from the build if it hangs with libc_r. Use IP adresses for master/slave configurations in my.cnf. On problem here is that getnamebyhost() is not threadsafe. This produces the strange errors you see. We run all mysqld without tcpwrappers support and do not have any hangs anymore. FreeBSD 5.2.1 ------------- You have to use libc_r.so libpthreads.so hangs occasionally FreeBSD Current --------------- You can use libpthrads.so or libc_r.so Martin Martin Blapp, <mb@imp.ch> <mbr@FreeBSD.org> ------------------------------------------------------------------ ImproWare AG, UNIXSP & ISP, Zurlindenstrasse 29, 4133 Pratteln, CH Phone: +41 61 826 93 00 Fax: +41 61 826 93 01 PGP: <finger -l mbr@freebsd.org> PGP Fingerprint: B434 53FC C87C FE7B 0A18 B84C 8686 EF22 D300 551E ------------------------------------------------------------------ From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 12:09:38 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7D8316A4CE; Mon, 2 Aug 2004 12:09:38 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6947A43D1F; Mon, 2 Aug 2004 12:09:37 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i72C9Eir011910 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Aug 2004 13:09:14 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i72C9E5d011909; Mon, 2 Aug 2004 13:09:14 +0100 (BST) (envelope-from matthew) Date: Mon, 2 Aug 2004 13:09:14 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: "Edwin D. Vinas" <edwinv@asti.dost.gov.ph> Message-ID: <20040802120914.GB11420@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, "Edwin D. Vinas" <edwinv@asti.dost.gov.ph>, freebsd-bluetooth@freebsd.org, freebsd-questions@freebsd.org References: <200408021321.31329.edwinv@asti.dost.gov.ph> <20040802074013.GD39164@happy-idiot-talk.infracaninophile.co.uk> <200408021804.14436.edwinv@asti.dost.gov.ph> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7ZAtKRhVyVSsbBD2" Content-Disposition: inline In-Reply-To: <200408021804.14436.edwinv@asti.dost.gov.ph> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Mon, 02 Aug 2004 13:09:14 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-bluetooth@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: Can't file transfer via Bluetooth in FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 12:09:38 -0000 --7ZAtKRhVyVSsbBD2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 02, 2004 at 06:04:14PM +0800, Edwin D. Vinas wrote: =20 > Thanks Matthew for the reply. But, its sad to say that I can't find any= =20 > "openobex" ports in my machine. >=20 > banao# ls /usr/ports/comms/openobex > ls: /usr/ports/comms/openobex: No such file or directory >=20 > I thought of actually using this openobex port but do you know how to fin= d the=20 > ports if its not in the distribution? Im using FreeBSD-5.2 and KDE 3.0. I= m=20 > actually searching the web for it but some sites dont have a link to the= =20 > files to be downloaded. In case you know where to find the installer that= =20 > would really work for FreeBSD-5.2, please send the link to me. > You have an out of date ports tree: openobex has been in ports for some 4 months now: http://www.freebsd.org/ports/comms.html#openobex-1.0.1 You're also running a deprecated version of FreeBSD -- there were some serious bugs in version 5.2 which necessitated the release of 5.2.1 shortly afterwards. I advise you to install cvsup -- # pkg_add -r cvsup-without-gui and then use that to get an up to date copy of the ports tree. While you're at it, also install portupgrade(1) as that will make maintaining your installed ports into a doddle. Instructions from the Handbook are here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.h= tml http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html and a series of articles which give some very useful hints and tips are here: http://www.oreillynet.com/pub/a/bsd/2003/08/07/FreeBSD_Basics.html http://www.oreillynet.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html http://www.oreillynet.com/pub/a/bsd/2003/09/18/FreeBSD_Basics.html Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --7ZAtKRhVyVSsbBD2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDi7qiD657aJF7eIRAiavAJ985aMovpcDJqYB1kPeM91dKko9AgCff+0E WOEwdApm47fODyA82Fkn224= =hv/C -----END PGP SIGNATURE----- --7ZAtKRhVyVSsbBD2-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 13:02:57 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4EDDF16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 13:02:57 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B36343D64 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 13:02:56 +0000 (GMT) SRS0=tq3Poi26=KY=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i72D27cG043281 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 15:02:07 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark <admin@asarian-host.net> Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408021302.I72D26H5043271@asarian-host.net> Date: Mon, 02 Aug 2004 13:02:07 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: dQfBNREMyddAvO+JaTGoA5OuTbuaS5o1sLlAKXhtTohexdoQG2VlN+EKKOSQzndUXAM57ejneG/PeTpxmKIWjQ== X-Complaints-To: abuse@asarian-host.net X-AutoFormat: yes X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: <freebsd-questions@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ47TzFqW1BleBN9AQGbtgf8Da4uWNrRXZNA/3+iHj6k1b8oTclelI+H iyudYC8OiLxF07ia73gIJwq3FTuitO+OlZCj/C3giGikEeXT3MePZm2dUqOPr+0Q ZWNhtV03MumlcCkOJ3JjGiMGUHF53sHXrTFq/c4lgqraBkOCr8ZkPIYHSP2+bllp S2yKlW6gKaa2bNcM2v46CKMZn8nAVTERFEd0qFLQPukf8iAz7UsGfjm1lHdAiogd PZrYuKJsyH5qebr6o3LdBGvgNnL7fgHqZ9/uCom5dt0TE4Hv7HwPeOQdNtYsgLvv Zb44mlemosvFCMptzCQqYzJH3k+F2UT+sUs3BjwVob3lgzVKHdFaIQ== =isv4 Subject: ipfw: unknown argument ``not'' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 13:02:57 -0000 Dear list, I try to do the following, as per the ipfw2 manual for FreeBSD 4.9R-p3: ipfw add deny ip from any to any not verrevpath in And I get the following error: ipfw: unknown argument ``not'' What could be the cause of that? Thanks, - Mark From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 13:05:02 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74E0416A4CE; Mon, 2 Aug 2004 13:05:02 +0000 (GMT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D75343D58; Mon, 2 Aug 2004 13:05:02 +0000 (GMT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i72D4X3w012498; Mon, 2 Aug 2004 09:04:33 -0400 (EDT) Date: Mon, 2 Aug 2004 09:04:33 -0400 (EDT) From: Daniel Eischen <eischen@vigrid.com> X-Sender: eischen@pcnet5.pcnet.com To: Martin Blapp <mb@imp.ch> In-Reply-To: <20040802133701.V27692@cvs.imp.ch> Message-ID: <Pine.GSO.4.10.10408020903250.10887-100000@pcnet5.pcnet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-hackers@freebsd.org cc: questions@freebsd.org Subject: Re: Solution: FreeBSD and MySQL - mysqld eats CPU alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 13:05:02 -0000 On Mon, 2 Aug 2004, Martin Blapp wrote: > > Hi all, > > We have many Mysql's running here, and just to tell you, there > are fixes/workarounds for the behaviour you see: > > FreeBSD 4.8 / 4.9 / 4.10 : > -------------------------- > > Compile port with WITH_LINUXTHREADS=YES or remove tcpwrappers > support manually from the build if it hangs with libc_r. Use IP adresses for > master/slave configurations in my.cnf. On problem here is that getnamebyhost() > is not threadsafe. This produces the strange errors you see. Isn't tcpwrappers support broken due to gcc compile options? Or was that only in -current? -- Dan Eischen From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 13:13:42 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A002516A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 13:13:42 +0000 (GMT) Received: from bdc.corp.cetlink.net (rhsc-corp-gw.cetlink.net [209.198.2.98]) by mx1.FreeBSD.org (Postfix) with SMTP id 4F21243D66 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 13:13:42 +0000 (GMT) (envelope-from jeff@cetlink.net) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Date: Mon, 2 Aug 2004 09:13:32 -0400 Message-ID: <1EF727B655B5344F8A08DCBCF5F4BB231537FE@bdc.corp.cetlink.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Apache 2.0.50 port is busted Thread-Index: AcR2hiZOK9SL7TNmQVa+uJX/GWjCHACDBbrQ From: "Jeffrey Wheat" <jeff@cetlink.net> To: "Alexander Liebau" <beisser@lefti.net>, "Josh Paetzel" <friar_josh@tcbug.org> cc: freebsd-questions@freebsd.org Subject: RE: Apache 2.0.50 port is busted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 13:13:42 -0000 I have it working thanks to the port maintainer... Basically it builds and installs fine. Those error messages are a part of libtool and can be ignored. Now I wonder why that isn't=20 just patched like so many other ports are to eliminate those messages since .la are not used to avoid people asking or posting about that problem. Jeff=20 > -----Original Message----- > From: Alexander Liebau [mailto:beisser@lefti.net]=20 > Sent: Friday, July 30, 2004 6:39 PM > To: Josh Paetzel > Cc: Jeffrey Wheat; freebsd-questions@freebsd.org > Subject: AW: Apache 2.0.50 port is busted >=20 > but why do some ppl have problems compiling apache on a fresh=20 > install? kinda weird isnt it? >=20 > -----Ursprungliche Nachricht----- > Von: Josh Paetzel [mailto:friar_josh@tcbug.org] > Gesendet: Samstag, 31. Juli 2004 00:33 > An: Alexander Liebau > Cc: Jeffrey Wheat; freebsd-questions@freebsd.org > Betreff: Re: Apache 2.0.50 port is busted >=20 >=20 > On Fri, Jul 30, 2004 at 11:45:55PM +0200, Alexander Liebau wrote: > > i had the same problem, asked the same questions and noone=20 > was able to > help > > :/ > > > > -----Ursprungliche Nachricht----- > > Von: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org]Im Auftrag von Jeffrey=20 > > Wheat > > Gesendet: Freitag, 30. Juli 2004 23:31 > > An: freebsd-questions@freebsd.org > > Betreff: Apache 2.0.50 port is busted > > > > > > Has anyone else attempted to build the apache-2.0.50 port=20 > from cvs'd=20 > > port tree a couple hours ago? I am trying to build this on a 5.2.1=20 > > (i386) box and it looks like the libtool bug is as present as ever: > > >=20 > =3D=3D=3D> Compressing manual pages for apache-2.0.50 > =3D=3D=3D> Registering installation for apache-2.0.50 >=20 >=20 > Josh Paetzel >=20 >=20 >=20 >=20 > !DSPAM:410ace3e771204662273925! >=20 >=20 >=20 From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 13:24:28 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B45616A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 13:24:28 +0000 (GMT) Received: from dime54.dizinc.com (dime54.dizinc.com [66.194.239.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFBF843D45 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 13:24:27 +0000 (GMT) (envelope-from freebsd@solisix.com) Received: from c-67-172-98-39.client.comcast.net ([67.172.98.39] helo=[192.168.1.13]) by dime54.dizinc.com with esmtp (Exim 4.34) id 1Brcng-0007Je-Ns for freebsd-questions@freebsd.org; Mon, 02 Aug 2004 09:24:25 -0400 From: Bruce <freebsd@solisix.com> To: freebsd-questions@freebsd.org Content-Type: text/plain Message-Id: <1091453012.3364.1.camel@solid.solisixoffice> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 02 Aug 2004 09:23:32 -0400 Content-Transfer-Encoding: 7bit X-PopBeforeSMTPSenders: bhunter@solisix.com,freebsd@solisix.com X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - dime54.dizinc.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - solisix.com X-Source: X-Source-Args: X-Source-Dir: Subject: Video Driver - Rage Pro Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 13:24:28 -0000 I have an old IBM Aptiva with a Rage Pro video card. What video driver do I use for this card? I am using XF86. Thanks From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 13:34:25 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A68516A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 13:34:25 +0000 (GMT) Received: from alpha.catacombs.de (mail.catacombs.de [80.67.228.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id F22CD43D1F for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 13:34:23 +0000 (GMT) (envelope-from beisser@lefti.net) Received: from hauntedhouse (pD9E91945.dip0.t-ipconnect.de [217.233.25.69]) (authenticated bits=0) by alpha.catacombs.de (8.12.10/8.12.10) with ESMTP id i72DY7rx038187; Mon, 2 Aug 2004 15:34:11 +0200 (CEST) (envelope-from beisser@lefti.net) From: "Alexander Liebau" <beisser@lefti.net> To: "Jeffrey Wheat" <jeff@cetlink.net>, "Josh Paetzel" <friar_josh@tcbug.org> Date: Mon, 2 Aug 2004 15:32:32 +0200 Message-ID: <GGEGIEJALJCJJKOHDNLCKEEMCJAA.beisser@lefti.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <1EF727B655B5344F8A08DCBCF5F4BB231537FE@bdc.corp.cetlink.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on alpha.catacombs.de cc: freebsd-questions@freebsd.org Subject: AW: Apache 2.0.50 port is busted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 13:34:25 -0000 well for me those errors cant be ignored because it doesnt install all the .so-files (due to these errors). apache wont start unless i comment out ALL .so in the config-file :( -----Ursprungliche Nachricht----- Von: Jeffrey Wheat [mailto:jeff@cetlink.net] Gesendet: Montag, 2. August 2004 15:14 An: Alexander Liebau; Josh Paetzel Cc: freebsd-questions@freebsd.org Betreff: RE: Apache 2.0.50 port is busted I have it working thanks to the port maintainer... Basically it builds and installs fine. Those error messages are a part of libtool and can be ignored. Now I wonder why that isn't just patched like so many other ports are to eliminate those messages since .la are not used to avoid people asking or posting about that problem. Jeff > -----Original Message----- > From: Alexander Liebau [mailto:beisser@lefti.net] > Sent: Friday, July 30, 2004 6:39 PM > To: Josh Paetzel > Cc: Jeffrey Wheat; freebsd-questions@freebsd.org > Subject: AW: Apache 2.0.50 port is busted > > but why do some ppl have problems compiling apache on a fresh > install? kinda weird isnt it? > > -----Ursprungliche Nachricht----- > Von: Josh Paetzel [mailto:friar_josh@tcbug.org] > Gesendet: Samstag, 31. Juli 2004 00:33 > An: Alexander Liebau > Cc: Jeffrey Wheat; freebsd-questions@freebsd.org > Betreff: Re: Apache 2.0.50 port is busted > > > On Fri, Jul 30, 2004 at 11:45:55PM +0200, Alexander Liebau wrote: > > i had the same problem, asked the same questions and noone > was able to > help > > :/ > > > > -----Ursprungliche Nachricht----- > > Von: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org]Im Auftrag von Jeffrey > > Wheat > > Gesendet: Freitag, 30. Juli 2004 23:31 > > An: freebsd-questions@freebsd.org > > Betreff: Apache 2.0.50 port is busted > > > > > > Has anyone else attempted to build the apache-2.0.50 port > from cvs'd > > port tree a couple hours ago? I am trying to build this on a 5.2.1 > > (i386) box and it looks like the libtool bug is as present as ever: > > > > ===> Compressing manual pages for apache-2.0.50 > ===> Registering installation for apache-2.0.50 > > > Josh Paetzel > > > > > !DSPAM:410ace3e771204662273925! > > > From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 13:42:53 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E14B16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 13:42:53 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CA8843D5F for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 13:42:52 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id A22F2813A; Mon, 2 Aug 2004 15:44:18 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 39371-02; Mon, 2 Aug 2004 15:44:18 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id 50C7180F6; Mon, 2 Aug 2004 15:44:18 +0200 (CEST) From: Jorn Argelo <jorn@wcborstel.nl> To: freebsd-questions@freebsd.org Date: Mon, 2 Aug 2004 15:42:50 +0200 User-Agent: KMail/1.6.2 References: <1091453012.3364.1.camel@solid.solisixoffice> In-Reply-To: <1091453012.3364.1.camel@solid.solisixoffice> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408021543.00331.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: Bruce <freebsd@solisix.com> Subject: Re: Video Driver - Rage Pro Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 13:42:53 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday 02 August 2004 15:23, Bruce wrote: > I have an old IBM Aptiva with a Rage Pro video card. What video driver > do I use for this card? I am using XF86. > > Thanks # XFree86 -configure This will let XFree86 probe automatically for your hardware. If it was=20 successful then type this: # XFree86 -xf86config /root/XF86Config.new If X starts (note there will be no windows open), use CTRL-ALT-backspace to= go=20 back to the command shell. After that type this: # cp /root/XF86Config /etc/X11/XF86Config NOFI, but don't you think you could have found that out yourself with Googl= e's=20 help? Cheers, Jorn =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBDkTfs2lBCry7iusRAlNiAJ45NlQgzLhpDqFmZMr+rlheSQIT3wCgoyMR xzl2vvSGrBut5EcrA9qrFsI=3D =3DDDCT =2D----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 13:56:10 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38CCB16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 13:56:10 +0000 (GMT) Received: from public.comradeburnout.com (net-6621941-196.customer.corenap.com [66.219.41.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB0CD43D58 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 13:56:09 +0000 (GMT) (envelope-from geektron@comradeburnout.com) Received: from [127.0.0.1] (rrcs-sw-24-173-210-82.biz.rr.com [24.173.210.82]) by public.comradeburnout.com (Postfix) with ESMTP id 7875260F8; Mon, 2 Aug 2004 09:04:36 -0500 (CDT) Message-ID: <410E45CB.2010607@comradeburnout.com> Date: Mon, 02 Aug 2004 08:46:51 -0500 From: Comrade Burnout <geektron@comradeburnout.com> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en To: Matthew Seaman <m.seaman@infracaninophile.co.uk> References: <410D516C.8070106@comradeburnout.com> <20040802071432.GA39164@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040802071432.GA39164@happy-idiot-talk.infracaninophile.co.uk> Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.2.1 port dependencies (PHP/PEAR) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 13:56:10 -0000 Matthew Seaman wrote: On Sun, Aug 01, 2004 at 03:24:12PM -0500, Comrade Burnout wrote: when i try to use pkg_add ... i get the following: burnt# pkg_add -r pear-DB Fetching [1]ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/Latest/p ear-DB.tbz... Done. Fetching [2]ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/All/php4 -4.3.4_2.tbz... Done. pkg_add: package 'php4-4.3.4_2' conflicts with mod_php4-4.3.4_2,1 pkg_add: please use pkg_delete first to remove conflicting package(s) or -f to force installation pkg_add: pkg_add of dependency 'php4-4.3.4_2' failed! is there a way to tweak the Makefile locally to force the PEAR install to use the existing PHP version? What Makefile? You're installing via packages, and by the time the package has been built, there's no more need for Makefiles... OK, that's just my misunderstanding about ports vs anything else In order to solve your problem, you can follow the instructions so helpfully printed out by pkg_add(1) and use the '-f' flag. That should work fine, as mod_php4 will fulfil the dependencies. well, i thought so originally, but there was always some flavor of conflict. But the answer to that is just a cvsup(1) away. i've already installed cvsup, and supposedly pulled down the ports collection, but .... it doesn't seem that anything is local, even after running cvsup. i broke down and installed the PEAR stuff manually ... it did the job, but isn't necessarily the optimum solution. References 1. ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/Latest/pear-DB.tbz 2. ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release/All/php4-4.3.4_2.tbz From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 13:58:35 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C9E016A4CF for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 13:58:35 +0000 (GMT) Received: from public.comradeburnout.com (net-6621941-196.customer.corenap.com [66.219.41.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7302D43D3F for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 13:58:35 +0000 (GMT) (envelope-from geektron@comradeburnout.com) Received: from [127.0.0.1] (rrcs-sw-24-173-210-82.biz.rr.com [24.173.210.82]) by public.comradeburnout.com (Postfix) with ESMTP id EC8266110; Mon, 2 Aug 2004 09:07:26 -0500 (CDT) Message-ID: <410E4678.1000604@comradeburnout.com> Date: Mon, 02 Aug 2004 08:49:44 -0500 From: Comrade Burnout <geektron@comradeburnout.com> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Philip Murray <me@philth.net.nz> References: <410D516C.8070106@comradeburnout.com> <410E25A0.9050801@philth.net.nz> In-Reply-To: <410E25A0.9050801@philth.net.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.2.1 port dependencies (PHP/PEAR) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 13:58:35 -0000 Philip Murray wrote: > Comrade Burnout wrote: > >> i recently upgraded some machines to FreeBSD 5.2.1-STABLE, and trying >> to install the PEAR objects (PHP stuff). >> >> I've looked through the INDEX file in my local ports collection, and >> the PEAR tree is looking for: >> >> php4-4.3.4 >> whereas mod_php4 and any of the other (non-PEAR ) PHP ports are >> looking for: >> >> mod_php4-4.3.4,1 >> > PEAR needs a command line PHP binary to be able to run. The mod_php4 > package only installs an Apache module and not the commandline PHP > binary. > Thus PEAR would be unuseable. The upside, is that the php4 package > includes the command line binary, an Apache module and the CGI > executable. well, i did say "and others". i had the php4 package installed, but there were other conflicts (that i don't remember at the moment -- the original problem was making sure the mysql-client libs were in synch with the mysql server i'm using. i tried to go up to mysql-4.1, but the packages for mod_php, php, etc. have a dependency listed for the 'earlier' release of mysql ) > > Cheers > > Philip > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 14:26:11 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34B9716A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 14:26:11 +0000 (GMT) Received: from whatexit.org (whatexit.org [64.32.179.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07E8A43D48 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 14:26:11 +0000 (GMT) (envelope-from tal@whatexit.org) Received: from localhost (unknown [127.0.0.1]) by whatexit.org (Postfix) with ESMTP id D680265EB for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 14:26:07 +0000 (US/Eastern) Received: from whatexit.org ([127.0.0.1]) by localhost (joisey [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17747-02-2 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 10:25:54 -0400 (EDT) Received: from [10.0.1.5] (ool-4351ec81.dyn.optonline.net [67.81.236.129]) by whatexit.org (Postfix) with ESMTP id 3F87A65EE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 10:25:54 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: <9C51062C-E0E9-11D8-B4EB-000D93C2342A@whatexit.org> References: <9C51062C-E0E9-11D8-B4EB-000D93C2342A@whatexit.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <DDA915FE-E48F-11D8-B300-000D93C2342A@whatexit.org> Content-Transfer-Encoding: 7bit From: Tom Limoncelli <tal@whatexit.org> Date: Mon, 2 Aug 2004 10:25:55 -0400 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.618) X-Virus-Scanned: by amavisd-new at whatexit.org Subject: Re: Setting up good certs for ports/mail/imap-uw? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 14:26:11 -0000 On Jul 28, 2004, at 6:58 PM, Tom Limoncelli wrote: > The instructions for ports/mail/imap-uw tell you that "make cert" > generates certs that are self-signed and warns you that it is better > to get "real" certs but doesn't explain how to do that. Any > suggestions? Thanks to Simon J. Oliver for the answer. The .csr isn't generated. Here's a patch for the Makefile (submitted to the port maintainer) to generate the file. Or you can manually do: cd /usr/local/certs openssl x509 -x509toreq -in imapd.pem -signkey imapd.pem -out imapd.csr The imapd.csr file is the data that gets submitted to the signing authority. --Tom *** /usr/ports/mail/imap-uw/Makefile.ORIG Sun Aug 1 21:07:54 2004 --- /usr/ports/mail/imap-uw/Makefile Sun Aug 1 21:43:26 2004 *************** *** 113,119 **** --- 113,123 ---- @${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/certs @openssl req -new -x509 -days 365 -nodes -config ${FILESDIR}/imap-uw.cnf -out ${PREFIX}/certs/imapd.pem -keyout ${PREFIX}/certs/imapd.pem @openssl x509 -subject -dates -fingerprint -noout -in ${PREFIX}/certs/imapd.pem + @openssl x509 -x509toreq -in ${PREFIX}/certs/imapd.pem -signkey ${PREFIX}/certs/imapd.pem -out ${PREFIX}/certs/imapd.csr @${CHMOD} 700 ${PREFIX}/certs/imapd.pem @${LN} -s ${PREFIX}/certs/imapd.pem ${PREFIX}/certs/ipop3d.pem From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 14:29:30 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E640616A4CE; Mon, 2 Aug 2004 14:29:30 +0000 (GMT) Received: from search.sparks.net (search.sparks.net [207.5.180.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id A90FD43D6A; Mon, 2 Aug 2004 14:29:30 +0000 (GMT) (envelope-from dmiller@miningworks.com) Received: by search.sparks.net (Postfix, from userid 100) id 219C1A902; Mon, 2 Aug 2004 10:29:30 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by search.sparks.net (Postfix) with ESMTP id 1AB37A901; Mon, 2 Aug 2004 10:29:30 -0400 (EDT) Date: Mon, 2 Aug 2004 10:29:30 -0400 (EDT) From: somethrowawayaddy@d.sparks.net X-Sender: dmiller@search.sparks.net To: adp <dap99@i-55.com> In-Reply-To: <00dd01c47775$0087df40$0200a8c0@THEBOX> Message-ID: <Pine.BSF.4.21.0408021025410.15538-100000@search.sparks.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: dmiller@miningworks.com cc: freebsd-database@freebsd.org cc: freebsd-hackers@freebsd.org cc: questions@freebsd.org Subject: Re: FreeBSD and MySQL - mysqld eats CPU alive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 14:29:31 -0000 On Sat, 31 Jul 2004, adp wrote: > I recently posted the following message to MySQL discussion list. The > response there, and the one I keep finding on Google, is that this is a > long-standing issue betweeen FreeBSD and MySQL. For me this has been > happening since FreeBSD 4.4. I had that problem a couple of years ago and resolved it on a box that's still in use. Very heavily loaded machine, 15 GB database, over 300 million rows in one table. I couldn't find notes on it, however, and don't recall exactly what it was. One thing it might have been - did you change the HZ value in your kernel conf file, perhaps for device polling? I ran into problems on this machine when setting HZ above 500 but don't recall for sure it was mysql problems. I'm happy to share the mysql build and conf files, and the kernel conf file if you think it would help. I think it was a kernel tweak that solved the problem. HTH, --- David From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 14:33:58 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E07916A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 14:33:58 +0000 (GMT) Received: from mail.onego.ru (mail2.onego.ru [62.33.22.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 545F743D4C for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 14:33:57 +0000 (GMT) (envelope-from shmil@onego.ru) Received: from axbcomputer (as2-116.dialup.onego.ru [217.107.59.117]) by mail.onego.ru (8.12.11/8.12.11) with SMTP id i72EXZlN006605 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 18:33:36 +0400 Message-ID: <000e01c47818$44291db0$753b6bd9@axbcomputer> From: "ilich" <shmil@onego.ru> To: <freebsd-questions@freebsd.org> Date: Mon, 2 Aug 2004 02:37:44 +0400 MIME-Version: 1.0 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 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: video X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 14:33:58 -0000 Hello all. I want to watch video films in console using MPlayer or other video = players. I have tried to use SVGAlib, but it supports 4 bit per pixel only, but I = want more. What does mean Framebuffer and can it decide my problem? Help me please! Thanks, beforehand. Alexander from Russia. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 14:37:33 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0C6B16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 14:37:33 +0000 (GMT) Received: from viefep17-int.chello.at (viefep17-int.chello.at [213.46.255.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id A841943D5D for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 14:37:32 +0000 (GMT) (envelope-from daff@dword.org) Received: from Tirith.arda ([62.178.18.156]) by viefep17-int.chello.at (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040802143730.BILJ21832.viefep17-int.chello.at@Tirith.arda> for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 16:37:30 +0200 Received: from localhost (localhost.arda [127.0.0.1]) by Tirith.arda (Postfix) with ESMTP id 30317284 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 16:37:28 +0200 (CEST) Received: from Tirith.arda ([127.0.0.1]) by localhost (Tirith.arda [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 53452-01 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 16:37:16 +0200 (CEST) Received: from Pelargir.arda (pelargir.arda [192.168.0.2]) by Tirith.arda (Postfix) with ESMTP id 5D233282 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 16:37:15 +0200 (CEST) Received: by Pelargir.arda (Postfix, from userid 1001) id 152DFA9FC; Mon, 2 Aug 2004 16:37:17 +0200 (CEST) Date: Mon, 2 Aug 2004 16:37:17 +0200 From: Andreas Ntaflos <daff@dword.org> To: freebsd-questions@freebsd.org Message-ID: <20040802143717.GA77619@Pelargir.arda> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.10-STABLE Subject: Ripping Audio CDs and "Enhanced" Audio CDs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 14:37:33 -0000 Hello list, FreeBSD 4.10-STABLE, using ripit.pl (audio/ripit) with lame and dagrab. I've got a (quite simple?) question which keeps me up at nights (not really :-). How do you rip those audio CDs that are "enhanced"? That's the CDs that have such fancy "multimedia" features you can use when you put the CD in a CD-ROM drive (under Windows of course), eg play some low-quality music video or navigate around some menus. I am of course not interested in any of those features, just want to make some MP3s from that CD so I can put them on my MP3 player. Here's the problem I have with every CD of that kind: I can rip every audio track except the last one, that is the track that comes before the data track on the CD, eg: Track 01: audio . . . Track 09: audio Track 10: data An example of such a CD is the "Rock in Rio" album by Iron Maiden. Ripping track 09 from the CD fails, no matter what ripper I use (dagrab, dd, cdparanoia, cdda2wav). Unfortunately I can't reproduce any error messages at the moment, but maybe someone knows what I mean? It basically stops reading after about 90% of the track and exists with an error message. Note: ripping and encoding normal CDs works like a charme, from the first to the last track. Using a Windows machine to rip an "enhanced" CD works of course, but I should be really surprised if such a task was impossible under FreeBSD. Does anybody have an idea? I'd appreciate any help. Thanks in advance. -- Andreas "daff" Ntaflos | "A cynic is a man who knows the price of daff AT dword DOT org | everything, and the value of nothing." Vienna, AUSTRIA | Oscar Wilde From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 14:49:05 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A5B116A4CE for <questions@freebsd.org>; Mon, 2 Aug 2004 14:49:05 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3EA443D31 for <questions@freebsd.org>; Mon, 2 Aug 2004 14:49:04 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i72EmqP22346; Mon, 2 Aug 2004 10:48:52 -0400 (EDT) From: Jerry McAllister <jerrymc@clunix.cl.msu.edu> Message-Id: <200408021448.i72EmqP22346@clunix.cl.msu.edu> To: friar_josh@tcbug.org (Josh Paetzel) Date: Mon, 2 Aug 2004 10:48:52 -0400 (EDT) In-Reply-To: <200408011829.58952.friar_josh@tcbug.org> from "Josh Paetzel" at Aug 01, 2004 06:29:58 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: Way OT programming question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 14:49:05 -0000 > > I've been muddling through some of the source files for FreeBSD > 5.2.1-RELEASE, and I've noticed that a large number of .c files > in /usr/src have something similar to below in them: > > #ifndef lint > #if 0 > static char sccsid[] = "@(#)cat.c 8.2 (Berkeley) 4/27/95"; > #endif > #endif /* not lint */ > #include <sys/cdefs.h> > __FBSDID("$FreeBSD: src/bin/cat/cat.c,v 1.29 2003/04/30 17:40:28 > obrien Exp $"); > > 1) Isn't 'if 0' always negative? In a boolean usage like above, yes. Anyway, FALSE usually gets defined to be 0. So, the above piece of code is disabled - sort of commented out, so to speak. > 2) What is the __FBSDID line doing? Looks like it sets or checks some version information. Guess I could look it up, but then, so could you. ////jerry > > -- > Thanks, > > Josh Paetzel > _______________________________________________ From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 14:49:33 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2978C16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 14:49:33 +0000 (GMT) Received: from router.ua.pmmci.com (ua.pmmci.com [213.186.210.18]) by mx1.FreeBSD.org (Postfix) with SMTP id 2BA7743D4C for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 14:49:32 +0000 (GMT) (envelope-from mirya@ua.pmmci.com) Received: (qmail 26811 invoked from network); 2 Aug 2004 14:49:22 -0000 Received: from t-mirya.ua.pmmci.com (HELO TMirya) (10.9.4.7) by router.ua.pmmci.com with SMTP; 2 Aug 2004 14:49:22 -0000 From: "Kyryll Mirnenko" <mirya@ua.pmmci.com> To: <freebsd-questions@freebsd.org> Date: Mon, 2 Aug 2004 17:49:33 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcR4n+wT1GiijvJyShqFsSEoq8qqwQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-Id: <20040802144932.2BA7743D4C@mx1.FreeBSD.org> Subject: pcm(4) with RTA3000 problems on 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 14:49:33 -0000 I'm migrating to 5.2.1 from 4.9 & found out 5-kernel pcm(4) driver doesn't work for my RTA3000 soundcard (while 4.9 pcm(4) worked ok). I've done some tests & found that 1) pcm & sbc 're normally found at kernel startup 2) writing garbage to /dev/dsp really produces sound 3) amp & xmms (tested 4.9/5.2.1 bin packages + 5.2.1 build-from-src versions for both apps) hang up trying to flush sound buffer 4) simple debugging shows they end up at write() to /dev/dsp (e.g. enter it & hang up there). Again, pmc(4)/4.9 kernel worked ok for this soundcard. Has anyone have such a problem or does anyone know solution? -------------- Regards, Mirya From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 15:06:35 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 519E416A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 15:06:35 +0000 (GMT) Received: from viefep19-int.chello.at (viefep11-int.chello.at [213.46.255.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 073B343D45 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 15:06:34 +0000 (GMT) (envelope-from daff@dword.org) Received: from Tirith.arda ([62.178.18.156]) by viefep19-int.chello.at (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040802150621.VAML9307.viefep19-int.chello.at@Tirith.arda>; Mon, 2 Aug 2004 17:06:21 +0200 Received: from localhost (localhost.arda [127.0.0.1]) by Tirith.arda (Postfix) with ESMTP id 608F0284; Mon, 2 Aug 2004 17:06:17 +0200 (CEST) Received: from Tirith.arda ([127.0.0.1]) by localhost (Tirith.arda [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 53453-01; Mon, 2 Aug 2004 17:05:58 +0200 (CEST) Received: from Pelargir.arda (pelargir.arda [192.168.0.2]) by Tirith.arda (Postfix) with ESMTP id E371D18A; Mon, 2 Aug 2004 17:05:55 +0200 (CEST) Received: by Pelargir.arda (Postfix, from userid 1001) id 6EFC9A9FC; Mon, 2 Aug 2004 17:05:57 +0200 (CEST) Date: Mon, 2 Aug 2004 17:05:57 +0200 From: Andreas Ntaflos <daff@dword.org> To: freebsd-questions@freebsd.org Message-ID: <20040802150557.GB77619@Pelargir.arda> Mail-Followup-To: freebsd-questions@freebsd.org, Ada Cheng <acheng@member.ams.org> References: <20040802143717.GA77619@Pelargir.arda> <20040802104536.U57394@infinity.kettering.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040802104536.U57394@infinity.kettering.edu> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.10-STABLE Subject: Re: Ripping Audio CDs and "Enhanced" Audio CDs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 15:06:35 -0000 On Mon, Aug 02, 2004 at 10:47:15AM -0400, Ada Cheng wrote: > You can just specify the tracks to be ripped using cdda2wav with -t, > thereby skipping the multimedia track. Thanks for your reply! I already tried that (although stupid me forgot to mention that in the original post), and various combinations of individual tracks and track ranges, to no avail. It does not fail trying to rip the data track, it fails during the last *audio* track, no matter what I do. Although if you speak from experience and have succeeded ripping enhanced CDs that way (-t switch) then my problem must lie somewhere else, or I didn't try hard enough. > On Mon, 2 Aug 2004, Andreas Ntaflos wrote: > > > Hello list, > > > > FreeBSD 4.10-STABLE, using ripit.pl (audio/ripit) with lame and dagrab. > > > > I've got a (quite simple?) question which keeps me up at nights (not > > really :-). > > > > How do you rip those audio CDs that are "enhanced"? That's the CDs > > that have such fancy "multimedia" features you can use when you put > > the CD in a CD-ROM drive (under Windows of course), eg play some > > low-quality music video or navigate around some menus. I am of course > > not interested in any of those features, just want to make some MP3s > > from that CD so I can put them on my MP3 player. > > > > Here's the problem I have with every CD of that kind: I can rip every > > audio track except the last one, that is the track that comes before > > the data track on the CD, eg: > > > > Track 01: audio > > . > > . > > . > > Track 09: audio > > Track 10: data > > > > An example of such a CD is the "Rock in Rio" album by Iron Maiden. > > > > Ripping track 09 from the CD fails, no matter what ripper I use > > (dagrab, dd, cdparanoia, cdda2wav). Unfortunately I can't reproduce any > > error messages at the moment, but maybe someone knows what I mean? It > > basically stops reading after about 90% of the track and exists with an > > error message. Note: ripping and encoding normal CDs works like a > > charme, from the first to the last track. > > > > Using a Windows machine to rip an "enhanced" CD works of course, but > > I should be really surprised if such a task was impossible under > > FreeBSD. > > > > Does anybody have an idea? I'd appreciate any help. > > > > Thanks in advance. > > -- > > Andreas "daff" Ntaflos | "A cynic is a man who knows the price of > > daff AT dword DOT org | everything, and the value of nothing." > > Vienna, AUSTRIA | Oscar Wilde > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > -- Andreas "daff" Ntaflos | "A cynic is a man who knows the price of daff AT dword DOT org | everything, and the value of nothing." Vienna, AUSTRIA | Oscar Wilde From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 15:23:28 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 529FA16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 15:23:28 +0000 (GMT) Received: from proxy.hddesign.com (dsl-194.madison.chorus.net [216.165.159.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94BD643D53 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 15:23:27 +0000 (GMT) (envelope-from damon@hddesign.com) Received: from [10.0.0.20] (bob.hddesign.com [192.168.1.254]) by proxy.hddesign.com (8.12.8p1/8.12.8) with ESMTP id i72FNMw0063500 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 10:23:23 -0500 (CDT) (envelope-from damon@hddesign.com) Message-ID: <410E5C6A.1090309@hddesign.com> Date: Mon, 02 Aug 2004 10:23:22 -0500 From: Damon Butler <damon@hddesign.com> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions <freebsd-questions@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Subject: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 15:23:28 -0000 My nearly-eight-year-old son has taken a renewed interest in playing chess, and is also getting his father somewhat inspired as well. A few years ago when he was first interested, I had an old Mac that I ran MacChess on. It was perfect for a five-year-old because you could set it to make completely random moves. Sure it would just happen to take a piece once in a while, but it gave my son lots of confidence that he could play the game and win. Plus I could set it weak enough that I was likely to beat it too if I got tired of getting creamed. Plus my son had fun toying with all the different board and piece designs. That old Mac is history, now it's FreeBSD and Linux or nothin'. So I've built two chess engines -- gnuchess and crafty -- and two GUIs for them -- xboard and knights. This is all well and good if you happen to be a good chess player. Which neither my son nor I are. I've scoured the Internet the best I know how to find something akin to that ol' MacChess program, but I can't find anything. Do any of you have any suggestions? 1. A chess engine that is actually beatable. A truly random move setting would be cool. No matter how weak I make gnuchess and crafty, I get creamed. (OK, I'm really bad. Or I haven't learned how to properly hobble the engines.) Imagine how frustrating it is for an eight-year-old just trying to learn the game. We have to take away the opponent's rooks -- and sometimes the queen, too -- to give him a fighting chance. That's no fun. 2. Alternate GUIs. Personally, I like the look of xboard, but my son gets a kick out of selecting piece sets. Are there any other chess GUIs beyond xboard? Or other piece sets for xboard that folks have built? 3. I can't get knights to work. It doesn't appear to have been updated in over a year. It doesn't work with versions of gnuchess past version 4 (it's been well into version 5 for some time). It doesn't work with the latest version of crafty. There doesn't appear to be any way to just play a game that doesn't involve a game clock. It does, however, have lots of fun board and piece designs, which is why I got it in the first place. Thanks, Damon From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 15:24:43 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C85D116A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 15:24:43 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E27143D3F for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 15:24:43 +0000 (GMT) SRS0=tq3Poi26=KY=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i72FOfEb004189 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 17:24:41 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark <admin@asarian-host.net> Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408021524.I72FOEZW004179@asarian-host.net> Date: Mon, 02 Aug 2004 15:24:41 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: GlgsxzBlr1oht6EjZdxwTG6o/hQnSpaULyNbBpfv3SAtK6hy4Xccto/HfeX9DAMXDV9CD2WK1TB7LfraU+ETJg== X-Complaints-To: abuse@asarian-host.net X-AutoFormat: yes X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: <freebsd-questions@freebsd.org> References: <200408021324.I72DOEFD043944@asarian-host.net> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ5cuTFqW1BleBN9AQGMkAf/XDqArqJLiIvdE1FC+kiitnDCo8FnRQf6 mu5sstA8OgDB9EOyoz/ifU9tKP6HvSv7CCwW44HGKDEUFPYdx88EN1FKDsDSv08D P9KzUF7m7Q2HdyfVc7wzfiBxIM+H6eRz6TY2FZMCDgf/2pJPVI5Y3fd+68cvlJ08 NFWiSUXHgSUd9DC3bqYglKLnDElUE3FGVbFD1pymmyLP1pPeeUpzHc867VUSQC9D dEx2a1JNzDs63iR7xVQkXtyn5fP1HTodk6t7PE7nZfEgSF7vqO0/WfVamiv4k8mW fBq2UTjMG0OSXJdrGnnhUmek08Hg5f6W4zuhQDZC0HmLP1rQf6K9rQ== =JcxW Subject: SOLVED! Re: unknown argument ``not'' X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 15:24:43 -0000 What a wee RTFM can do. :) Mark wrote: > Dear list, > > I try to do the following, as per the ipfw2 manual for FreeBSD 4.9R-p3: > > ipfw add deny ip from any to any not verrevpath in > > And I get the following error: > > ipfw: unknown argument ``not'' > > What could be the cause of that? > > Thanks, > > - Mark From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 15:34:03 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EF1116A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 15:34:03 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7D2943D5D for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 15:34:02 +0000 (GMT) SRS0=tq3Poi26=KY=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i72FY2KJ004606 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 17:34:02 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark <admin@asarian-host.net> Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408021534.I72FY1AM004596@asarian-host.net> Date: Mon, 02 Aug 2004 15:34:02 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: UyCxGmW+sy3qz9ugCnbPWMb8Lf/Yg8keY7zMJ5+HZYPWbsuaPXoXjctxaCf+uoIsVotpNp9a2pbwi8lEpTUX8Q== X-Complaints-To: abuse@asarian-host.net X-AutoFormat: yes X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: <freebsd-questions@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ5e6jFqW1BleBN9AQHD6QgAgG/hGBiIK5+NbfEq2AfsT48fIHvUeamW Eg+lL+lxK9KKv+RaDuQ0ngwBWrZMduzcvQgVaUgR8DG+sMMWrr5aWwtyj2LnfUbr ajZv/e69J43UEHcmy1Pv00QkFe5w+tXpxqlA3K6KnQYKtp8UDVzYXpNhBS0EonAR XrZTK/TIPVQ/r61ItCOQGA83DSuABwg1EvKR+VAaEzr1WnbU3OH884kSZMIR/3sd fwyyqCv0Ho54rMYchJnXTSFCoWQKRELfk4xJKA2Bdf9G/qVwTZPelP6UMVm/Mm3g KV3cp00L57l1OcOCz+1KHqlEUL9oDGELgwRAkS8407EeUhoKJZjgqw== =2a2M Subject: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 15:34:03 -0000 Color me confused. The ipfw manual says: limit {src-addr | src-port | dst-addr | dst-port} N The firewall will only allow N connections with the same set of parameters as specified in the rule. One or more of source and destination addresses and ports can be specified. If "One or more of source and destination addresses and ports can be specified", then I'd like to limit both the total amount of connections, as well as per-src. Something like this: ipfw check-state ipfw add allow tcp from any to me 25 setup limit dst-addr 32 src-addr 8 The error I get is: "ipfw: only one of keep-state and limit is allowed" So, how can I specify "One OR MORE of source and destination addresses" in the rule to achieve this effect? Thanks, - Mark From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 15:47:59 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C2A716A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 15:47:59 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D99A43D70 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 15:47:59 +0000 (GMT) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.71]) by mta10.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040802154757.CNKQ6319.mta10.adelphia.net@barbish>; Mon, 2 Aug 2004 11:47:57 -0400 From: "JJB" <Barbish3@adelphia.net> To: "Mark" <admin@asarian-host.net>, <freebsd-questions@freebsd.org> Date: Mon, 2 Aug 2004 11:47:52 -0400 Message-ID: <MIEPLLIBMLEEABPDBIEGIEFDGIAA.Barbish3@adelphia.net> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <200408021534.I72FY1AM004596@asarian-host.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Subject: RE: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 15:47:59 -0000 Like the manual says, you can not code both options on single rule. You have to make 2 rules out of it. state ipfw add allow tcp from any to me 25 setup limit dst-addr 32 state ipfw add allow tcp from any to me 25 setup limit src-addr 8 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Mark Sent: Monday, August 02, 2004 11:34 AM To: freebsd-questions@freebsd.org Subject: One OR MORE of source and destination addresses? Color me confused. The ipfw manual says: limit {src-addr | src-port | dst-addr | dst-port} N The firewall will only allow N connections with the same set of parameters as specified in the rule. One or more of source and destination addresses and ports can be specified. If "One or more of source and destination addresses and ports can be specified", then I'd like to limit both the total amount of connections, as well as per-src. Something like this: ipfw check-state ipfw add allow tcp from any to me 25 setup limit dst-addr 32 src-addr 8 The error I get is: "ipfw: only one of keep-state and limit is allowed" So, how can I specify "One OR MORE of source and destination addresses" in the rule to achieve this effect? Thanks, - Mark _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 15:52:43 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94D4F16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 15:52:43 +0000 (GMT) Received: from smtp.doruk.net.tr (smtp.doruk.net.tr [212.58.5.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3404A43D6D for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 15:52:42 +0000 (GMT) (envelope-from vahric@doruk.net.tr) Received: from VAHOXP (vahric.doruk.net.tr [212.58.13.17]) by smtp.doruk.net.tr (8.12.8/8.12.8) with ESMTP id i72G5q5B012766 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 19:05:52 +0300 Message-Id: <200408021605.i72G5q5B012766@smtp.doruk.net.tr> From: "Vahric MUHTARYAN" <vahric@doruk.net.tr> To: <freebsd-questions@freebsd.org> Date: Mon, 2 Aug 2004 18:54:48 +0300 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcR4qQm8mzvjQm68S/qUGm7q6oKCtw== Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: sendmail and make file .... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 15:52:43 -0000 Hi Everybody , I can leave sendmail from base system . First I updated src tree then I copyed /etc/default/make.conf under /etc directory and remove the " # " in front of the NO_SENDMAIL = true , then I maked make buildworld make buildkernel KERNCONF=KERNELNAME make installkernel KERNCONF=KERNELNAME make installworld mergemaster -cv ( I installed all changed files with using " i " ) reboot I did not modify rc.conf for seeing what will be happend if I dont remove ' # ' in front of sendmail , after reboot I saw that FreeBSD run SENDMAIL again and when I wrote whereis sendmail on the command prompt I saw like this ... gecetrn# whereis sendmail sendmail: /usr/sbin/sendmail /usr/share/man/man8/sendmail.8.gz /usr/src/usr.sbin/sendmail /usr/src/contrib/sendmail /usr/ports/mail/sendmail Did make a mistake ?! How can I remove sendmail from basesystem ?! Thanks Vahric From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 16:01:48 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63AF416A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 16:01:48 +0000 (GMT) Received: from raptor.cigb.edu.cu (raptor.cigb.edu.cu [200.55.134.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1475143D5F for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 16:01:39 +0000 (GMT) (envelope-from osmany.guirola@cigb.edu.cu) Received: from atlas.cigb.edu.cu ([172.16.1.12]) by raptor.cigb.edu.cu with Microsoft SMTPSVC(5.0.2195.6713); Mon, 2 Aug 2004 12:01:30 -0400 Received: from Unknown [172.16.1.4] by atlas.cigb.edu.cu - SurfControl E-mail Filter (4.6); Monday, 02 August 2004, 11:57:14 Received: from [172.16.11.106] ([172.16.11.106]) by mercurio.cigb.edu.cu over TLS secured channel with Microsoft SMTPSVC(5.0.2195.6713); Mon, 2 Aug 2004 11:57:13 -0400 Message-ID: <200408021158.06721.osmany.guirola@cigb.edu.cu> From: Osmany Guirola Cruz <osmany.guirola@cigb.edu.cu> To: freebsd-questions@freebsd.org Date: Mon, 2 Aug 2004 11:58:06 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-OriginalArrivalTime: 02 Aug 2004 15:57:13.0399 (UTC) FILETIME=[6051B470:01C478A9] References: <410A3D3C.5000008@freebsd.org> <200407301304.i6UD4F97022469@northgate.starhub.net.sg> <16650.21146.545960.835251@jerusalem.litteratus.org> In-Reply-To: <16650.21146.545960.835251@jerusalem.litteratus.org> Organization: CIGB User-Agent: KMail/1.6.2 Subject: Ports Index"Portsman" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 16:01:48 -0000 Hi People i update my ports tree via ctm and when i do #cd /usr/ports $make index i have this warning Generating INDEX - please wait..Warning: Duplicate INDEX entry: freeciv-gtk2-1.14.1 Done. and i am trying to use "portsman" and get these error Please stand by while portsman is coming up... error: INDEX file seems to be corrupted or is of an unknown format. and when i use the option of make the index the new index is corrupted again How can i solve this problem I WANT USE PORTSMAN From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 16:02:58 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 583A416A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 16:02:58 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FFE143D5A for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 16:02:56 +0000 (GMT) SRS0=tq3Poi26=KY=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i72G2rR2005717 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 18:02:53 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark <admin@asarian-host.net> Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408021602.I72G2Q41005706@asarian-host.net> Date: Mon, 02 Aug 2004 16:02:53 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: ditPA1gt6dyBtVdcLGD8urpQWgqz8PcMJs/c83fjPpJSlJJDzH87os8otiYj4fmTxwTGPASzOStaEnAkxrUpXA== X-Complaints-To: abuse@asarian-host.net X-AutoFormat: yes X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: <freebsd-questions@freebsd.org> References: <MIEPLLIBMLEEABPDBIEGIEFDGIAA.Barbish3@adelphia.net> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ5lrTFqW1BleBN9AQFL1ggAkSY9ZKgR/O0BgYSAqhxdwfY6y+giqiYr aYm+jadEXY8/iWs38lJ7WDr0Cy5gq6ReFJpwjRLthTJ1RkFbt0Gif/OiT+aPg6ER LvgyrHkD0yeKeC27wHqTCoi9YtYgsgCjvmxUPqLHiwbMKzPV++J365wq2ke/Ndmm 3/M1RAe8r/taelCHN+2tq/u/gassxuSH6I7lPB0R7HjV9wrXklMOaegSDGCKEzdu gwjQFDlAeTZwk80EkB6dxSEIcg7n/325MeUSQEmil8l48R7dVL0vjPXUKOvm/bye vLE8EvbY4WHKjrX5STP55n5ymN/6EaH3/yIIOa00VHvA0xVpBe5teA== =WRhV Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 16:02:58 -0000 Mark wrote: > Color me confused. The ipfw manual says: > > limit {src-addr | src-port | dst-addr | dst-port} N > The firewall will only allow N connections with the same set of > parameters as specified in the rule. One or more of source and > destination addresses and ports can be specified. > > If "One or more of source and destination addresses and ports can be > specified", then I'd like to limit both the total amount of > connections, as well as per-src. Something like this: > > ipfw check-state ipfw add allow tcp from any to me 25 setup limit dst-addr > 32 src-addr 8 > > The error I get is: > > "ipfw: only one of keep-state and limit is allowed" > > So, how can I specify "One OR MORE of source and destination > addresses" in the rule to achieve this effect? Thanks for your reply. JJB wrote: > Like the manual says, you can not code both options on single rule. You > have to make 2 rules out of it. > > state ipfw add allow tcp from any to me 25 setup limit dst-addr 32 > state ipfw add allow tcp from any to me 25 setup limit src-addr 8 Actually, that is what I had already done: ipfw add 10 check-state ipfw add 11 allow tcp from any to me 25 setup limit dst-addr 32 ipfw add 12 check-state ipfw add 13 allow tcp from any to me 25 setup limit src-addr 4 But it seems I never get to rule 12/13. All "ipfw show" shows, is activity on rule 10/11. That is why I figured I made an error somewhere. Does not rule 11, indeed, function as an 'early-out'? (undesired). Thanks, - Mark From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 16:08:02 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFD7416A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 16:08:02 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3932643D5D for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 16:08:02 +0000 (GMT) SRS0=tq3Poi26=KY=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i72G81Pw006032 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 18:08:01 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark <admin@asarian-host.net> Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408021608.I72G81RM006022@asarian-host.net> Date: Mon, 02 Aug 2004 16:08:01 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: T5iZCjD/XqecxT0O6pRUv1CiHdNjusTBt5SOMs+CZdrQClxYgivbFf5Y7XqwvhaaXAM57ejneG/PeTpxmKIWjQ== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: <freebsd-questions@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ5m4TFqW1BleBN9AQGm6AgAl5rEYHJGtTIBxwCIRIlb1WnLFLORuG5O AHWO2P03C8jHKvWdnOOoYgMGl5clP5+FFVztxU9DNHLq+C9exqYHZv2yKBZc/vGQ SqOtAjIJ8Lnl4F4HNgd1b3c7///JZEN4AS4mWOYV4Mzu4REyc1Fu2UDL2ugszLbv 4hLHZ1frM+LZEmoplT5tC4MqxQ9OB7Jd9yt+32cXwEhvKJ7mT9xzHGhQh19+axF6 bt7SmWx99DwZS8Usj4GlgtVqP3JPIDNz8ybu1yrq8xfBumdGYZNOQqi+clw+IULX 4o/INQ9SjpRNRTqmeb9dmn469LCVdtWVrUI9lWa7PJS0TNkKHPDRgQ== =ZuGj Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 16:08:03 -0000 [my apologies for the resent; my last reply had an unfortunate wrap] Mark wrote: > Color me confused. The ipfw manual says: > > limit {src-addr | src-port | dst-addr | dst-port} N > The firewall will only allow N connections with the same set of > parameters as specified in the rule. One or more of source and > destination addresses and ports can be specified. > > If "One or more of source and destination addresses and ports can be > specified", then I'd like to limit both the total amount of > connections, as well as per-src. Something like this: > > ipfw check-state ipfw add allow tcp from any to me 25 setup limit > dst-addr 32 src-addr 8 > > The error I get is: > > "ipfw: only one of keep-state and limit is allowed" > > So, how can I specify "One OR MORE of source and destination > addresses" in the rule to achieve this effect? Thanks for your reply. JJB wrote: > Like the manual says, you can not code both options on single rule. > You have to make 2 rules out of it. > > state ipfw add allow tcp from any to me 25 setup limit dst-addr 32 > state ipfw add allow tcp from any to me 25 setup limit src-addr 8 Actually, that is what I had already done: ipfw add 10 check-state ipfw add 11 allow tcp from any to me 25 setup limit dst-addr 32 ipfw add 12 check-state ipfw add 13 allow tcp from any to me 25 setup limit src-addr 4 But it seems I never get to rule 12/13. All "ipfw show" shows, is activity on rule 10/11. That is why I figured I made an error somewhere. Does not rule 11, indeed, function as an 'early-out'? (undesired). Thanks, - Mark From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 16:32:48 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10AF916A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 16:32:48 +0000 (GMT) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id A68F243D60 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 16:32:47 +0000 (GMT) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.71]) by mta11.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040802163247.ZSMZ26966.mta11.adelphia.net@barbish>; Mon, 2 Aug 2004 12:32:47 -0400 From: "JJB" <Barbish3@adelphia.net> To: "Mark" <admin@asarian-host.net>, <freebsd-questions@freebsd.org> Date: Mon, 2 Aug 2004 12:32:46 -0400 Message-ID: <MIEPLLIBMLEEABPDBIEGEEFFGIAA.Barbish3@adelphia.net> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <200408021608.I72G81RM006022@asarian-host.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Subject: RE: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 16:32:48 -0000 Your rules are all wrong. You really need to reread the ipfw manual page info. Only one check-state rule is used. Your other check-state rule is never matched. Here is a rewrite of the FreeBSD handbook firewall section with examples that will answer your questions. www.a1poweruser.com/FBSD_firewall/ To get meaningful replies you have to post complete information about your system configuration with description of your overall firewall goals. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Mark Sent: Monday, August 02, 2004 12:08 PM To: freebsd-questions@freebsd.org Subject: Re: One OR MORE of source and destination addresses? [my apologies for the resent; my last reply had an unfortunate wrap] Mark wrote: > Color me confused. The ipfw manual says: > > limit {src-addr | src-port | dst-addr | dst-port} N > The firewall will only allow N connections with the same set of > parameters as specified in the rule. One or more of source and > destination addresses and ports can be specified. > > If "One or more of source and destination addresses and ports can be > specified", then I'd like to limit both the total amount of > connections, as well as per-src. Something like this: > > ipfw check-state ipfw add allow tcp from any to me 25 setup limit > dst-addr 32 src-addr 8 > > The error I get is: > > "ipfw: only one of keep-state and limit is allowed" > > So, how can I specify "One OR MORE of source and destination > addresses" in the rule to achieve this effect? Thanks for your reply. JJB wrote: > Like the manual says, you can not code both options on single rule. > You have to make 2 rules out of it. > > state ipfw add allow tcp from any to me 25 setup limit dst-addr 32 > state ipfw add allow tcp from any to me 25 setup limit src-addr 8 Actually, that is what I had already done: ipfw add 10 check-state ipfw add 11 allow tcp from any to me 25 setup limit dst-addr 32 ipfw add 12 check-state ipfw add 13 allow tcp from any to me 25 setup limit src-addr 4 But it seems I never get to rule 12/13. All "ipfw show" shows, is activity on rule 10/11. That is why I figured I made an error somewhere. Does not rule 11, indeed, function as an 'early-out'? (undesired). Thanks, - Mark _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 16:52:55 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 453C416A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 16:52:55 +0000 (GMT) Received: from pursued-with.net (adsl-66-125-9-244.dsl.sndg02.pacbell.net [66.125.9.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6A7E43D5D for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 16:52:54 +0000 (GMT) (envelope-from freebsd@pursued-with.net) Received: from babelfish.pursued-with.net (babelfish.pursued-with.net [10.0.0.42]) by pursued-with.net (Postfix) with ESMTP id 05A73208BE7; Mon, 2 Aug 2004 09:52:54 -0700 (PDT) Date: Mon, 2 Aug 2004 09:52:53 -0700 (PDT) From: Kevin Stevens <freebsd@pursued-with.net> To: Damon Butler <damon@hddesign.com> In-Reply-To: <410E5C6A.1090309@hddesign.com> Message-ID: <Pine.OSX.4.58.0408020946030.18095@onorysvfu.chefhrq-jvgu.arg> References: <410E5C6A.1090309@hddesign.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd@pursued-with.net List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 16:52:55 -0000 As a BSD user, I can't help you. As a chess player, I will comment that there's a certain learning curve involved, and playing against random moves isn't going to advance you far along it. I've never known anyone to become even moderately facile at chess without getting their head pounded in on a regular basis. If you or your son's ego isn't up to that, OSB (Other Sports Beckon). ;) That said, the MOST frustrating part of learning chess is usually tactical, not strategic (inadvertently throwing away pieces). There are a number of good web/Java based free chess games on the net - have you tried any of them? Many will show possible moves, blink to indicate pieces at risk, etc. KeS From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 17:25:00 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EC5B16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 17:25:00 +0000 (GMT) Received: from proxy.hddesign.com (dsl-194.madison.chorus.net [216.165.159.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE51A43D4C for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 17:24:56 +0000 (GMT) (envelope-from damon@hddesign.com) Received: from [10.0.0.20] (bob.hddesign.com [192.168.1.254]) by proxy.hddesign.com (8.12.8p1/8.12.8) with ESMTP id i72HOrw0065145; Mon, 2 Aug 2004 12:24:53 -0500 (CDT) (envelope-from damon@hddesign.com) Message-ID: <410E78E5.1000403@hddesign.com> Date: Mon, 02 Aug 2004 12:24:53 -0500 From: Damon Butler <damon@hddesign.com> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd@pursued-with.net References: <410E5C6A.1090309@hddesign.com> <Pine.OSX.4.58.0408020946030.18095@onorysvfu.chefhrq-jvgu.arg> In-Reply-To: <Pine.OSX.4.58.0408020946030.18095@onorysvfu.chefhrq-jvgu.arg> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 17:25:00 -0000 > As a BSD user, I can't help you. As a chess player, I will comment that > there's a certain learning curve involved, and playing against random > moves isn't going to advance you far along it. I've never known anyone to > become even moderately facile at chess without getting their head pounded > in on a regular basis. If you or your son's ego isn't up to that, OSB > (Other Sports Beckon). ;) Point well taken. ;-) But... It's not that either of us mind losing per se. What I've discovered that gnuchess and crafty are orders of magnitude stronger than the old program we used to play against. Say you want to learn to play tennis. You're just beginning. Who should you begin challenging in order to improve your game and enjoy yourself while doing it? Andy Roddick or the friend who's been taking intermediate tennis lessons through the city rec dept? In this analogy, the standard chess engines are Andy Roddicks and our old program was the intermediate friend. My son is just not gonna learn that much nor enjoy himself much playing against Andy Roddick. I don't want his first serious foray into computer chess to be *that* intimidating or demoralizing. > That said, the MOST frustrating part of learning chess is usually > tactical, not strategic (inadvertently throwing away pieces). That's it exactly. > There are a > number of good web/Java based free chess games on the net - have you tried > any of them? Many will show possible moves, blink to indicate pieces at > risk, etc. That sounds great! Do you have any suggestions off hand? I thought my searches were pretty exhaustive, but I didn't come up with anything like what you're talking about. --Damon From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 17:33:12 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67E4F16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 17:33:12 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27D5E43D3F for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 17:33:11 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i72HWFEo053500 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Aug 2004 18:32:15 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i72HVWcm051083; Mon, 2 Aug 2004 18:31:32 +0100 (BST) (envelope-from matthew) Date: Mon, 2 Aug 2004 18:31:32 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Osmany Guirola Cruz <osmany.guirola@cigb.edu.cu> Message-ID: <20040802173132.GA16502@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, Osmany Guirola Cruz <osmany.guirola@cigb.edu.cu>, freebsd-questions@freebsd.org References: <410A3D3C.5000008@freebsd.org> <200407301304.i6UD4F97022469@northgate.starhub.net.sg> <16650.21146.545960.835251@jerusalem.litteratus.org> <200408021158.06721.osmany.guirola@cigb.edu.cu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline In-Reply-To: <200408021158.06721.osmany.guirola@cigb.edu.cu> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Mon, 02 Aug 2004 18:32:29 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: Ports Index"Portsman" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 17:33:12 -0000 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 02, 2004 at 11:58:06AM -0400, Osmany Guirola Cruz wrote: > Hi People > i update my ports tree via ctm and when i do > #cd /usr/ports > $make index > i have this warning > Generating INDEX - please wait..Warning: Duplicate INDEX entry:=20 > freeciv-gtk2-1.14.1 > Done. > and i am trying to use "portsman" and get these error > Please stand by while portsman is coming up... > error: INDEX file seems to be corrupted or is of an unknown format. > and when i use the option of make the index the new index is corrupted ag= ain > How can i solve this problem I WANT USE PORTSMAN Now, now -- no need to shout. The problem seems to be that portsman does not understand the new format of the INDEX file introduced on July 14th. http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.subdir.mk?rev= =3D1.55&content-type=3Dtext/x-cvsweb-markup In any case, your first point of contact should be with the port's maintainer, Anselm Garbe -- who in this case also happens to be the author of the software. He may well be working on an update, and it would be up to him to submit any updates. Until then, I'm afraid you're just going to have to be patient. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDnp0iD657aJF7eIRAgeqAJ0SPNOYc9979SsLLkS6/keyCp/idwCfca6j Z/N9OeubfGnNbMrqW9M5JcY= =MPIO -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 17:36:43 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FD5516A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 17:36:43 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D6C543D2F for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 17:36:43 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq55-162.dial.allstream.net [216.123.143.42]) by outbox.allstream.net (Allstream MTA) with SMTP id CDC7D1BB72F; Mon, 2 Aug 2004 13:36:40 -0400 (EDT) Date: Mon, 2 Aug 2004 13:36:08 -0400 From: epilogue <epilogue@allstream.net> To: Damon Butler <damon@hddesign.com> Message-Id: <20040802133608.3edf3818@localhost> In-Reply-To: <410E78E5.1000403@hddesign.com> References: <410E5C6A.1090309@hddesign.com> <Pine.OSX.4.58.0408020946030.18095@onorysvfu.chefhrq-jvgu.arg> <410E78E5.1000403@hddesign.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: FreeBSD Questions <freebsd-questions@freebsd.org> cc: freebsd@pursued-with.net Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 17:36:43 -0000 On Mon, 02 Aug 2004 12:24:53 -0500 Damon Butler <damon@hddesign.com> wrote: > > As a BSD user, I can't help you. As a chess player, I will comment > > that there's a certain learning curve involved, and playing against > > random moves isn't going to advance you far along it. I've never known > > anyone to become even moderately facile at chess without getting their > > head pounded in on a regular basis. If you or your son's ego isn't up > > to that, OSB(Other Sports Beckon). ;) > > Point well taken. ;-) But... > It's not that either of us mind losing per se. What I've discovered that > gnuchess and crafty are orders of magnitude stronger than the old > program we used to play against. > > Say you want to learn to play tennis. You're just beginning. Who should > you begin challenging in order to improve your game and enjoy yourself > while doing it? Andy Roddick or the friend who's been taking > intermediate tennis lessons through the city rec dept? In this analogy, > the standard chess engines are Andy Roddicks and our old program was the > intermediate friend. > > My son is just not gonna learn that much nor enjoy himself much playing > against Andy Roddick. I don't want his first serious foray into computer > chess to be *that* intimidating or demoralizing. > > > That said, the MOST frustrating part of learning chess is usually > > tactical, not strategic (inadvertently throwing away pieces). > > That's it exactly. > > > There are a > > number of good web/Java based free chess games on the net - have you > > tried any of them? Many will show possible moves, blink to indicate > > pieces at risk, etc. > > That sounds great! Do you have any suggestions off hand? I thought my > searches were pretty exhaustive, but I didn't come up with anything like > what you're talking about. if you haven't already tried it, visit sf.net and plug 'chess' into the search window. it will probably return a bunch of programs, including some which are java based. fwiw, i thought that gnuchess had level settings. are you certain that even level 1 is too difficult for your needs? > --Damon > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 17:57:30 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A309B16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 17:57:30 +0000 (GMT) Received: from raptor.cigb.edu.cu (raptor.cigb.edu.cu [200.55.134.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D04C43D62 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 17:57:21 +0000 (GMT) (envelope-from osmany.guirola@cigb.edu.cu) Received: from atlas.cigb.edu.cu ([172.16.1.12]) by raptor.cigb.edu.cu with Microsoft SMTPSVC(5.0.2195.6713); Mon, 2 Aug 2004 13:57:06 -0400 Received: from Unknown [172.16.1.4] by atlas.cigb.edu.cu - SurfControl E-mail Filter (4.6); Monday, 02 August 2004, 13:57:01 Received: from [172.16.11.106] ([172.16.11.106]) by mercurio.cigb.edu.cu over TLS secured channel with Microsoft SMTPSVC(5.0.2195.6713); Mon, 2 Aug 2004 13:56:59 -0400 Message-ID: <200408021357.52968.osmany.guirola@cigb.edu.cu> From: Osmany Guirola Cruz <osmany.guirola@cigb.edu.cu> To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, freebsd-questions@freebsd.org Date: Mon, 2 Aug 2004 13:57:52 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-OriginalArrivalTime: 02 Aug 2004 17:56:59.0697 (UTC) FILETIME=[1BAFC210:01C478BA] References: <410A3D3C.5000008@freebsd.org> <200408021158.06721.osmany.guirola@cigb.edu.cu> <20040802173132.GA16502@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040802173132.GA16502@happy-idiot-talk.infracaninophile.co.uk> Organization: CIGB User-Agent: KMail/1.6.2 Subject: Re: Ports Index"Portsman" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 17:57:30 -0000 Thanks Matthew i will wait for the next version of portsman :-( but i have a question before that i read your mail i foun in internet this http://www.meowfishies.com/portsman.rhtml this seems to be the same but with gtk and it is not in the port tree ..... are they different ? it's a greater version that it is not in the ports tree? HAVE FREEBSD TEAM THE INTENTION OF INTRODUCE A OFFICIAL PACKAGE MANAGER "FRONT END TO THE PORTS TREE"? THANKS On Monday 02 August 2004 13:31, Matthew Seaman wrote: > On Mon, Aug 02, 2004 at 11:58:06AM -0400, Osmany Guirola Cruz wrote: > > Hi People > > i update my ports tree via ctm and when i do > > #cd /usr/ports > > $make index > > i have this warning > > Generating INDEX - please wait..Warning: Duplicate INDEX entry: > > freeciv-gtk2-1.14.1 > > Done. > > and i am trying to use "portsman" and get these error > > Please stand by while portsman is coming up... > > error: INDEX file seems to be corrupted or is of an unknown format. > > and when i use the option of make the index the new index is corrupted > > again How can i solve this problem I WANT USE PORTSMAN > > Now, now -- no need to shout. The problem seems to be that portsman > does not understand the new format of the INDEX file introduced on > July 14th. > > > http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.port.subdir.mk?rev=1.55& >content-type=text/x-cvsweb-markup > > In any case, your first point of contact should be with the port's > maintainer, Anselm Garbe -- who in this case also happens to be the > author of the software. He may well be working on an update, and it > would be up to him to submit any updates. Until then, I'm afraid > you're just going to have to be patient. > > Cheers, > > Matthew From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 18:02:21 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB57916A4CE for <questions@freebsd.org>; Mon, 2 Aug 2004 18:02:21 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE82343D4C for <questions@freebsd.org>; Mon, 2 Aug 2004 18:02:21 +0000 (GMT) (envelope-from diaphanous@gmail.com) Received: by mproxy.gmail.com with SMTP id x43so15833cwb for <questions@freebsd.org>; Mon, 02 Aug 2004 11:02:21 -0700 (PDT) Received: by 10.11.100.11 with SMTP id x11mr68763cwb; Mon, 02 Aug 2004 11:02:21 -0700 (PDT) Message-ID: <e3570bfd0408021102b374e8a@mail.gmail.com> Date: Mon, 2 Aug 2004 19:02:21 +0100 From: Oryx <diaphanous@gmail.com> To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: what driver to use with Intel 82810 chipset? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 18:02:22 -0000 Hey, I'm just wondering what Driver would I use with the Intel 82810 chipset? i'm trying to get 1024x768 screen res to work but i don't know what driver to use =/ hope you can help me... -- - Oryx From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 18:02:27 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0223B16A4CF for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 18:02:27 +0000 (GMT) Received: from proxy.hddesign.com (dsl-194.madison.chorus.net [216.165.159.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id A244943D66 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 18:02:24 +0000 (GMT) (envelope-from damon@hddesign.com) Received: from [10.0.0.20] (bob.hddesign.com [192.168.1.254]) by proxy.hddesign.com (8.12.8p1/8.12.8) with ESMTP id i72I2Mw0065655; Mon, 2 Aug 2004 13:02:22 -0500 (CDT) (envelope-from damon@hddesign.com) Message-ID: <410E81AE.9@hddesign.com> Date: Mon, 02 Aug 2004 13:02:22 -0500 From: Damon Butler <damon@hddesign.com> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions <freebsd-questions@freebsd.org> References: <410E5C6A.1090309@hddesign.com> <Pine.OSX.4.58.0408020946030.18095@onorysvfu.chefhrq-jvgu.arg> <410E78E5.1000403@hddesign.com> <20040802133608.3edf3818@localhost> In-Reply-To: <20040802133608.3edf3818@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean cc: freebsd@pursued-with.net Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 18:02:27 -0000 > if you haven't already tried it, visit sf.net and plug 'chess' into the > search window. it will probably return a bunch of programs, including some > which are java based. Thanks. I'll try that out. > fwiw, i thought that gnuchess had level settings. are you certain that > even level 1 is too difficult for your needs? That could be part of the problem. There are no generalized level settings for the chess engines I've found. Apparently, computer chess is quite the discipline, involving plies and nodes and hash tables and who knows what else. As best I can understand, the most I can do to weaken the engine is to restrict the amount of time it has to think over moves and the search depth it is allowed to consider. In xboard, I've set pondering off (so the engine doesn't think when it's not its turn), forced the engine to move after only 1 second of consideration (the minimum time), and restricted the depth to 1 ply or node or whatever. Even doing all that, gnuchess and crafty are much stronger than that old MacChess program I talked about. If there's more I can do to make them more kid-friendly, I'm all ears. --Damon From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 18:16:04 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9D3C16A4E8 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 18:16:04 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id F06E143D41 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 18:16:03 +0000 (GMT) SRS0=tq3Poi26=KY=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i72IFoXp020353 for freebsd-questions@freebsd.org; Mon, 2 Aug 2004 20:15:50 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark <admin@asarian-host.net> Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408021815.I72IFNIC020343@asarian-host.net> Date: Mon, 02 Aug 2004 18:15:49 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: gNxBzk5BnMEYk+0jvLMMpoVDMe8fMNAqjiZTP+xtz4/Z0NDHdxpRfrZA8Ryt5AFOtC20Oc8RdT3zPXJ06XkFuQ== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: <freebsd-questions@freebsd.org> References: <MIEPLLIBMLEEABPDBIEGEEFFGIAA.Barbish3@adelphia.net> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ6E1jFqW1BleBN9AQHARgf/QZ6xTQ8rSYORdmKNEKKD5O1fts9D41ZS EcdqWuP+qO5wHGv2G407pICXNgQII1Kn+mpsFieORzcfLlydn6tlcXgSzNOv089h /N7M5e4y5kxHWKXumuUGb/Sl5ZAu0QHXz3ZDSwPkdt++iVkdzybAbIYlCMNiSBLW 3Liw++7Nc4+xVWD1RcXKul2j1TO0GisEehucpiWA/P2d5bvO7k7HlOp/j6wIp4mv ZSAE6k9OE+YxMq9dtfpZjVtIwntMabTku3nUAejhIbMSSUoyi+j+7Z0g5Y4pgWHO 1zwjmwc1QrGzJ6dan7Z/1zDq4RGDKUHJjeDiSu4lK3+ZJGu/W+NPzQ== =wU4H Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 18:16:04 -0000 JJB wrote: > Your rules are all wrong. You really need to reread the ipfw manual > page info. Only one check-state rule is used. Your other check-state > rule is never matched. Ok, I got a check-state too many. > To get meaningful replies you have to post complete information > about your system configuration with description of your overall > firewall goals. The goal is simple: I want to limit connections to port 25 to 32 in total, targeted at "me". And of those 32, only 4 per source. Like so: ipfw add 1 check-state ... ipfw add 11 allow tcp from any to me 25 setup limit dst-addr 32 ipfw add 12 allow tcp from any to me 25 setup limit src-addr 4 Please, tell me then how "all wrong" this is. Because I *still* get the impression that rule 12 is never reached. And, so far, "ipfw show" does, indeed, only show activity on rule 11. Thanks, - Mark From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 18:32:28 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6767616A4CF for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 18:32:28 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 033AE43D49 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 18:32:28 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq55-162.dial.allstream.net [216.123.143.42]) by outbox.allstream.net (Allstream MTA) with SMTP id CE88758E11; Mon, 2 Aug 2004 14:32:25 -0400 (EDT) Date: Mon, 2 Aug 2004 14:31:53 -0400 From: epilogue <epilogue@allstream.net> To: Damon Butler <damon@hddesign.com> Message-Id: <20040802143153.20f4d771@localhost> In-Reply-To: <410E81AE.9@hddesign.com> References: <410E5C6A.1090309@hddesign.com> <Pine.OSX.4.58.0408020946030.18095@onorysvfu.chefhrq-jvgu.arg> <410E78E5.1000403@hddesign.com> <20040802133608.3edf3818@localhost> <410E81AE.9@hddesign.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: FreeBSD Questions <freebsd-questions@freebsd.org> cc: freebsd@pursued-with.net Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 18:32:28 -0000 On Mon, 02 Aug 2004 13:02:22 -0500 Damon Butler <damon@hddesign.com> wrote: > > if you haven't already tried it, visit sf.net and plug 'chess' into the > > search window. it will probably return a bunch of programs, including > > some which are java based. > > Thanks. I'll try that out. > > > fwiw, i thought that gnuchess had level settings. are you certain that > > even level 1 is too difficult for your needs? > > That could be part of the problem. There are no generalized level > settings for the chess engines I've found. Apparently, computer chess is > quite the discipline, involving plies and nodes and hash tables and who > knows what else. As best I can understand, the most I can do to weaken > the engine is to restrict the amount of time it has to think over moves > and the search depth it is allowed to consider. In xboard, I've set > pondering off (so the engine doesn't think when it's not its turn), > forced the engine to move after only 1 second of consideration (the > minimum time), and restricted the depth to 1 ply or node or whatever. > Even doing all that, gnuchess and crafty are much stronger than that old > MacChess program I talked about. If there's more I can do to make them > more kid-friendly, I'm all ears. well damon, i haven't at all tinkered with gnuchess, so i'm sorry that i cannot help you. i can, however, suggest one alternative, which may or may not be to your liking... since trying the 'game of go' (aka [p,b]aduk, wei-chi), i've entirely lost all interest in the game of chess. there is a similar program for playing (gnugo) which allows you to set levels rather easily. there are also nice graphic clients out there (cgoban2 and ggo, among others). you can play with people on the net, live, 24 hours per day, and at all levels of ability. though the rules of chess really aren't all that complicated, the rules of go are even more simple. despite the reduced rule set, the strategies can be so complex and nuanced that even the best designed programs can only beat the most novice of players. not true for chess. (i give it a 3 stone handicap at it's maximum level and still thrash it. =) the game is _thousands of years old_ and hugely popular in asian countries, where professionals make millions of dollars and matches are regularly televised. if you're at all curious, here is a great link to get you started on the rules (java enabled browser required) : http://playgo.to/interactive/index.html as far as online servers, there are many. i have used several but most recommend 'kgs' - for it's warm and highly supportive community, and wicked go client. http://kgs.kiseido.com/ hope that, in a roundabout way, this helps. i also hope to see you and your son online (just look for my nick ;) cheers, epi p.s. chess is for IBM. (naively hoping not to cause a flame war) > --Damon > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 18:52:57 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25A1716A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 18:52:57 +0000 (GMT) Received: from kestrel.alerce.com (kestrel.alerce.com [209.182.219.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9E8C43D49 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 18:52:54 +0000 (GMT) (envelope-from hartzell@kestrel.alerce.com) Received: from rosebud.alerce.com (rosebud.lbl.gov [131.243.193.115]) (authenticated bits=128) by kestrel.alerce.com (8.12.10/8.12.10) with ESMTP id i72Iqrkk025343 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 11:52:54 -0700 (PDT) (envelope-from hartzell@kestrel.alerce.com) Received: from rosebud.alerce.com (localhost [127.0.0.1]) by rosebud.alerce.com (8.12.9p2/8.12.9) with ESMTP id i72IrQ0V003692 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 11:53:27 -0700 (PDT) (envelope-from hartzell@rosebud.alerce.com) Received: (from hartzell@localhost) by rosebud.alerce.com (8.12.9p2/8.12.9/Submit) id i72IrQi8003689; Mon, 2 Aug 2004 11:53:26 -0700 (PDT) (envelope-from hartzell) From: George Hartzell <hartzell@kestrel.alerce.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16654.36262.28966.402712@rosebud.alerce.com> Date: Mon, 2 Aug 2004 11:53:26 -0700 To: freebsd-questions@freebsd.org X-Mailer: VM 7.14 under 21.4 (patch 14) "Reasonable Discussion" XEmacs Lucid X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' Subject: building bootable 4.10 cd to support asr-utils configuration tools? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hartzell@kestrel.alerce.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 18:52:57 -0000 Hi, This is one of those "Stop me before I waste my time." questions.... I have a box w/ a dpt raid controller (DPT PM3755U2B) that I set up with raidutils from the asr-utils port back when the machine was running -STABLE. I've since migrated the machine to -CURRENT, and followed the various threads about the asr-utils not working with sadness but understanding. I'd like to be able to use occasionally the raidutils tool, and am considering buidling some sort of bootable -STABLE system. One thought would be to just use an IDE disk, but even better would be to build a bootable cd that includes the asr-utils port. Does the thought of building a bootable -STABLE cd that includes the asr-tools raise a red flag for anyone? What's the state of the art for making bootable cd's. Google shows a bunch of pages for older 4-series releases, e.g.: http://www.sfc.wide.ad.jp/~watari/FreeBSD/boot.html and I've found cdroot in the ports tree. Is one of these worth diving into? g. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 18:59:01 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E78E116A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 18:59:01 +0000 (GMT) Received: from adsl-68-76-19-75.dsl.klmzmi.ameritech.net (adsl-68-76-19-75.dsl.klmzmi.ameritech.net [68.76.19.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 692F243D5A for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 18:59:00 +0000 (GMT) (envelope-from laffer1@adsl-68-76-19-75.dsl.klmzmi.ameritech.net) Received: from adsl-68-76-19-75.dsl.klmzmi.ameritech.net (localhost [127.0.0.1])ESMTP id i72J1L7I021276; Mon, 2 Aug 2004 15:01:21 -0400 (EDT) (envelope-from laffer1@adsl-68-76-19-75.dsl.klmzmi.ameritech.net) Received: from localhost (laffer1@localhost) with ESMTP id i72J1FRU021273; Mon, 2 Aug 2004 15:01:17 -0400 (EDT) (envelope-from laffer1@adsl-68-76-19-75.dsl.klmzmi.ameritech.net) Date: Mon, 2 Aug 2004 15:01:15 -0400 (EDT) From: User LAFFER1 <laffer1@adsl-68-76-19-75.dsl.klmzmi.ameritech.net> To: Bruce <freebsd@solisix.com> In-Reply-To: <1091453012.3364.1.camel@solid.solisixoffice> Message-ID: <20040802145905.M21222@adsl-68-76-19-75.dsl.klmzmi.ameritech.net> References: <1091453012.3364.1.camel@solid.solisixoffice> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: clamd / ClamAV version 0.75, clamav-milter version 0.75 clamav-milter version 0.75 X-Virus-Status: Clean cc: freebsd-questions@freebsd.org Subject: Re: Video Driver - Rage Pro Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 18:59:02 -0000 The IBM aptiva machines used a modified ati chipset. Some models do not work properly with x11, os/2 warp (ironically), and other non-windows environments. There is a rage driver present with x11 that might work. On Mon, 2 Aug 2004, Bruce wrote: > I have an old IBM Aptiva with a Rage Pro video card. What video driver > do I use for this card? I am using XF86. > > Thanks > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 19:03:46 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BC4916A4CE for <questions@freebsd.org>; Mon, 2 Aug 2004 19:03:46 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E23343D5C for <questions@freebsd.org>; Mon, 2 Aug 2004 19:03:44 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 3BA2569A71 for <questions@freebsd.org>; Mon, 2 Aug 2004 15:03:43 -0400 (EDT) Date: Mon, 2 Aug 2004 15:03:42 -0400 From: Bill Moran <wmoran@potentialtech.com> To: questions@freebsd.org Message-Id: <20040802150342.3c4757cd.wmoran@potentialtech.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: 3ware SATA controllers working with 4.10? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 19:03:46 -0000 There are a few SATA controllers listed as supported in 4.10, but I'm not seeing anything from 3ware. If you saw a recent post, you know that I've inheritied some hardware, and I'm just trying to make sure that FreeBSD is going to run prior to blowing away the Linux install. Anyone running any 3ware SATA RAID controllers on 4.10? Do they work? I'm having a hell of a time finding out what model # these are! But I know they're 64-bit PCI plugged into a 32-bit PCI mobo. ;) -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 19:21:08 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FB8A16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 19:21:08 +0000 (GMT) Received: from floyd.gnulife.org (floyd.gnulife.org [199.86.41.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEFD243D58 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 19:21:07 +0000 (GMT) (envelope-from jamie@gnulife.org) Received: from floyd.gnulife.org (localhost.gnulife.org [127.0.0.1]) by floyd.gnulife.org (8.12.11/8.12.11) with ESMTP id i72JKeZr092268 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 14:20:42 -0500 (CDT) (envelope-from jamie@gnulife.org) Received: from localhost (jamie@localhost)i72JKdA2092265 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 14:20:39 -0500 (CDT) (envelope-from jamie@gnulife.org) X-Authentication-Warning: floyd.gnulife.org: jamie owned process doing -bs Date: Mon, 2 Aug 2004 14:20:39 -0500 (CDT) From: Jamie <jamie@gnulife.org> To: freebsd-questions@freebsd.org Message-ID: <20040802140540.J92241@floyd.gnulife.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Some trouble with LD_PRELOAD in 4.10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 19:21:08 -0000 I'm running into some difficulty getting applixware running on my 4.10 install. When I try to execute applix, I get the error: /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libgtk12.so.2: Undefined symbol "getresuid" Apparently getresuid is coming up undefined, so, I tried writing a piece of code called getresuid.cc: #include <sys/types.h> int getresuid(uid_t *, uid_t *, uid_t *) { return 1; } and I compiled it: cc -Wall -shared -fPIC -DPIC -o getresuid.so getresuid.cc and moved my resulting getresuid.so into /usr/local/lib. I then tried starting applix with this startup code: #!/bin/sh APPLIX_HOME="/usr/local/applix" export APPLIX_HOME LD_PRELOAD="/usr/local/lib/getresuid.so" export LD_PRELOAD exec $APPLIX_HOME/applix "$@" Which did not work (I still get the same error: /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libgtk12.so.2: Undefined symbol getresuid I tried another approach to the startup script, which also failed in the same way: #!/bin/sh - export LD_PRELOAD=/usr/local/lib/getresuid.so applix $* Anyone have any suggestions? It seems as though even though I am defining LD_PRELOAD, it isn't loading when the program is run. Thanks, - Jamie The Moon is Waning Gibbous (95% of Full) From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 19:42:16 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA93316A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 19:42:16 +0000 (GMT) Received: from proxy.hddesign.com (dsl-194.madison.chorus.net [216.165.159.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0523443D46 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 19:42:16 +0000 (GMT) (envelope-from damon@hddesign.com) Received: from [10.0.0.20] (bob.hddesign.com [192.168.1.254]) by proxy.hddesign.com (8.12.8p1/8.12.8) with ESMTP id i72JgBw0066740; Mon, 2 Aug 2004 14:42:11 -0500 (CDT) (envelope-from damon@hddesign.com) Message-ID: <410E9913.5080708@hddesign.com> Date: Mon, 02 Aug 2004 14:42:11 -0500 From: Damon Butler <damon@hddesign.com> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: epilogue <epilogue@allstream.net> References: <410E5C6A.1090309@hddesign.com> <Pine.OSX.4.58.0408020946030.18095@onorysvfu.chefhrq-jvgu.arg> <410E78E5.1000403@hddesign.com> <20040802133608.3edf3818@localhost> <410E81AE.9@hddesign.com> <20040802143153.20f4d771@localhost> In-Reply-To: <20040802143153.20f4d771@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean cc: FreeBSD Questions <freebsd-questions@freebsd.org> cc: freebsd@pursued-with.net Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 19:42:16 -0000 > well damon, > > i haven't at all tinkered with gnuchess, so i'm sorry that i cannot help > you. i can, however, suggest one alternative, which may or may not be > to your liking... > > since trying the 'game of go' (aka [p,b]aduk, wei-chi), i've entirely lost > all interest in the game of chess. Oh, I'm already all over that go game. ;-) Thanks. --Damon From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 19:43:27 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B680A16A4CE; Mon, 2 Aug 2004 19:43:27 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DFE343D39; Mon, 2 Aug 2004 19:43:27 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq59-004.dial.allstream.net [216.123.135.132]) by outbox.allstream.net (Allstream MTA) with SMTP id C9A75B4C6D; Mon, 2 Aug 2004 15:43:25 -0400 (EDT) Date: Mon, 2 Aug 2004 15:42:53 -0400 From: epilogue <epilogue@allstream.net> To: freebsd-questions@freebsd.org, freebsd-x11@freebsd.org Message-Id: <20040802154253.3c58d101@localhost> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Fw: wm dropping keypresses since moving to xorg (strange) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 19:43:27 -0000 hello all, well, i was beginning to think that i was either hallucinating or suffering from some sort of bizarre nerve damage... but i seem to have made some progress in analysing this problem. i have attached a (sorted and commented) file with output from xev. the problem always affects only the right-alt key, despite the various xkbmodels i select (or leave blank). i also came across two other reports of the same behaviour: http://lists.debian.org/debian-devel/2004/06/msg01410.html http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=261816 as you can see, they're from deb. they seem to have isolated the problem to a symbols/pc file within x11, not fluxbox. a patch is provided, but it does not apply cleanly to the version of xorg that i have installed. i would very much appreciate any suggestions. thank you, epi --------------- Begin forwarded message: Date: Tue, 27 Jul 2004 00:33:30 -0400 From: epilogue <epilogue@allstream.net> To: freebsd-questions@freebsd.org, freebsd-x11@freebsd.org Subject: wm dropping keypresses since moving to xorg (strange) hello x11, questions, i have some reservations about sending this in, because it sounds a bit weird, but i've jumped through all the usual self-serve hoops and i'm about at my wits end. since switching to xorg, when i alt+tab to a window with my wm of choice (fluxbox-devel), the 1st keypress is always dropped in the new window, regardless of whether that window is a *term, mail client, browser, ... say i alt+tab to an xterm. for 'man' to appear on the command line, i must type 'mman' or 'ccd' for 'cd'. the window only drops that 1st key. if i alt+tab away and come back, it will again drop only the 1st key. here is what i know: 1) it doesn't happen if i use the mouse. 2) this problem was not apparent when i tested for it with icewm or xfce4. 3) fluxbox used to play very nicely with xfree. here is what i've tried: 1) google, fbsd and xorg mailing lists. 2) contacted the fluxbox developers over irc. several are running xorg and fluxbox on linux without the problems i'm seeing. (?!) 3) rebuilt xorg then fluxbox-devel. removed .fluxbox to ensure that the default settings would load. 4) played with xorg.conf (used old xfree.conf, built a new xorg.conf, and changed various settings withing xorg.conf) 5) attempted to pinpoint the issue via xev, but failed miserably. it smells like some sort of 'focus' problem to me. any suggestions would be very much appreciated. hoping that i'm not alone here. thanks, epi p.s. a little additional info for any of you who know a bit about fluxbox settings. the problem seems only to occur with those keybindings (like alt+tab) which are mapped to 'NextWindow' or 'NextWindow 1' but _not_ with 'NextTab'. naturally, the same holds true for the shift+foo combos which translate to 'Previous____'. _______________________________________________ freebsd-x11@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 20:22:41 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 998CA16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 20:22:41 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B00843D5E for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 20:22:41 +0000 (GMT) (envelope-from espinafre@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so63717rnl for <freebsd-questions@freebsd.org>; Mon, 02 Aug 2004 13:22:40 -0700 (PDT) Received: by 10.38.78.55 with SMTP id a55mr41289rnb; Mon, 02 Aug 2004 13:22:40 -0700 (PDT) Message-ID: <5ef8c2f004080213222edab17f@mail.gmail.com> Date: Mon, 2 Aug 2004 17:22:40 -0300 From: =?ISO-8859-1?Q?Jos=E9_de_Paula?= <espinafre@gmail.com> To: freebsd-questions@freebsd.org In-Reply-To: <410E9913.5080708@hddesign.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <410E5C6A.1090309@hddesign.com> <Pine.OSX.4.58.0408020946030.18095@onorysvfu.chefhrq-jvgu.arg> <410E78E5.1000403@hddesign.com> <20040802133608.3edf3818@localhost> <410E9913.5080708@hddesign.com> Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 20:22:41 -0000 On Mon, 02 Aug 2004 14:42:11 -0500, Damon Butler <damon@hddesign.com> wrote: > > well damon, > > > > i haven't at all tinkered with gnuchess, so i'm sorry that i cannot help > > you. i can, however, suggest one alternative, which may or may not be > > to your liking... > > > > since trying the 'game of go' (aka [p,b]aduk, wei-chi), i've entirely lost > > all interest in the game of chess. > > Oh, I'm already all over that go game. ;-) Thanks. > May I suggest Phalanx, found in the ports tree? It is an excellent chess program, works wonderfully with xboard, and 'phalanx -e 100' is very likely to meet your needs for a weak chess engine. HTH. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 20:53:20 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B9BC16A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 20:53:20 +0000 (GMT) Received: from proxy.hddesign.com (dsl-194.madison.chorus.net [216.165.159.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC7FA43D4C for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 20:53:19 +0000 (GMT) (envelope-from damon@hddesign.com) Received: from [10.0.0.20] (bob.hddesign.com [192.168.1.254]) by proxy.hddesign.com (8.12.8p1/8.12.8) with ESMTP id i72KrFw0067694; Mon, 2 Aug 2004 15:53:15 -0500 (CDT) (envelope-from damon@hddesign.com) Message-ID: <410EA9BB.7040103@hddesign.com> Date: Mon, 02 Aug 2004 15:53:15 -0500 From: Damon Butler <damon@hddesign.com> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Jos=E9_de_Paula?= <espinafre@gmail.com> References: <410E5C6A.1090309@hddesign.com> <Pine.OSX.4.58.0408020946030.18095@onorysvfu.chefhrq-jvgu.arg> <410E78E5.1000403@hddesign.com> <20040802133608.3edf3818@localhost> <410E9913.5080708@hddesign.com> <5ef8c2f004080213222edab17f@mail.gmail.com> In-Reply-To: <5ef8c2f004080213222edab17f@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean cc: freebsd-questions@freebsd.org Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 20:53:20 -0000 > May I suggest Phalanx, found in the ports tree? It is an excellent > chess program, works wonderfully with xboard, and 'phalanx -e 100' is > very likely to meet your needs for a weak chess engine. That looks excellent indeed. Thanks! --Damon From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 20:57:56 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C34E716A54D for <freebsd-questions@FreeBSD.org>; Mon, 2 Aug 2004 20:57:54 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38BD843D2F for <freebsd-questions@FreeBSD.org>; Mon, 2 Aug 2004 20:57:50 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: (qmail 20904 invoked from network); 2 Aug 2004 20:57:49 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender <jhb@FreeBSD.org>) encrypted SMTP for <freebsd-questions@FreeBSD.org>; 2 Aug 2004 20:57:48 -0000 Received: from 10.50.40.208 (gw1.twc.weather.com [216.133.140.1]) (authenticated bits=0) by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i72KvNC4020109; Mon, 2 Aug 2004 16:57:45 -0400 (EDT) (envelope-from jhb@FreeBSD.org) From: John Baldwin <jhb@FreeBSD.org> To: freebsd-smp@FreeBSD.org Date: Mon, 2 Aug 2004 15:32:52 -0400 User-Agent: KMail/1.6 References: <50335.81.84.175.12.1091365736.squirrel@81.84.175.12> In-Reply-To: <50335.81.84.175.12.1091365736.squirrel@81.84.175.12> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408021532.52817.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: Hugo Silva <klr@6s-gaming.com> cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBSD 5.2.1 kernel w/ SMP under high load = panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 20:57:56 -0000 On Sunday 01 August 2004 09:08 am, Hugo Silva wrote: > I am running a Dual Xeon 2.8ghz w/ SMP, SCHED_ULE on FreeBSD > 5.2.1-RELEASE-p9. > > Whenever I load the server a bit more (let seti@home run, compile stuff in > multiple jails, etc), it will simple go offline. I confirmed with the > datacenter and it is indeed a panic, but the datacenter didn't give me the > panic message. I know for *sure* it's because of the high loads. Hmm, we'd really need the panic message to even start debugging it. > I need to sort this out, this is a powerful server being cut because of > FreeBSD/SMP, and I know there is a kernel option to prevent the panic, I > read about it ages ago on a forum. But I can't locate it. That user said > if he disabled SMP, panics would stop. But another user suggested adding a > kernel option (which I simply don't remember), and panics stopped, even > with SMP. > > I tried KVA_PAGES=512, but it only caused another panic, this time as soon > as the system started up.. > > syncing disks, buffers remaining... panic: pmap_invalidate_range: > interrupts disabled > cpuid = 0; > boot() called on cpu#0 > uptime: 9s Unfortunately, I'd really need the backtrace to see how to fix this panic. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 21:08:10 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83B8416A4CE for <questions@freebsd.org>; Mon, 2 Aug 2004 21:08:10 +0000 (GMT) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 0439A43D31 for <questions@freebsd.org>; Mon, 2 Aug 2004 21:08:10 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 3433 invoked from network); 2 Aug 2004 21:08:04 -0000 Received: from unknown (HELO ?10.0.0.68?) (69.73.60.132) by smtp7.knology.net with SMTP; 2 Aug 2004 21:08:04 -0000 Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: <20040802150342.3c4757cd.wmoran@potentialtech.com> References: <20040802150342.3c4757cd.wmoran@potentialtech.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <06DFD877-E4C8-11D8-9E4B-000393BB56F2@HiWAAY.net> Content-Transfer-Encoding: 7bit From: David Kelly <dkelly@HiWAAY.net> Date: Mon, 2 Aug 2004 16:07:56 -0500 To: questions@freebsd.org X-Mailer: Apple Mail (2.618) Subject: Re: 3ware SATA controllers working with 4.10? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 21:08:10 -0000 On Aug 2, 2004, at 2:03 PM, Bill Moran wrote: > There are a few SATA controllers listed as supported in 4.10, but I'm > not > seeing anything from 3ware. If you saw a recent post, you know that > I've > inheritied some hardware, and I'm just trying to make sure that FreeBSD > is going to run prior to blowing away the Linux install. The simple thing to do is boot a FreeBSD install CD and check what it sees. Likely to tell you more than you currently know about what the hardware really is. If sysinstall sees your SATA drives and is willing to install on them then its likely you are in business. Then the issue would be managing the RAID hardware. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 21:14:22 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33F8816A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 21:14:22 +0000 (GMT) Received: from imo-d23.mx.aol.com (imo-d23.mx.aol.com [205.188.139.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFCC743D5A for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 21:14:21 +0000 (GMT) (envelope-from CGrmvll@aol.com) Received: from CGrmvll@aol.com by imo-d23.mx.aol.com (mail_out_v37_r2.6.) id n.8c.112b591d (3890); Mon, 2 Aug 2004 17:14:14 -0400 (EDT) From: CGrmvll@aol.com Message-ID: <8c.112b591d.2e4008a6@aol.com> Date: Mon, 2 Aug 2004 17:14:14 EDT To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 X-Mailer: 6.0 sub 10524 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: CGrmvll@aol.com Subject: About FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 21:14:22 -0000 Hello how are you doing I have been thinking about buying a copy of FreeBSD PowerPak and I would like to know what kind of Modem, Sound Card, Display Card I would have to have for my computer the type of computer that I have is a Hewlett Packard Pavilion 4453. and could you please tell me a couple of brands of Modems Sound Cards and Display Card that I would need to go and by and also could you please tell me the brand name and the model of the hardware that I need to buy to be able to run the FreeBSD Powerpack thank you for you time and have a nice day. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 21:21:11 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C31A016A4CE for <freebsd-questions@FreeBSD.org>; Mon, 2 Aug 2004 21:21:11 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B83443D6A for <freebsd-questions@FreeBSD.org>; Mon, 2 Aug 2004 21:21:11 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id ADD3869A71; Mon, 2 Aug 2004 17:21:10 -0400 (EDT) Date: Mon, 2 Aug 2004 17:21:09 -0400 From: Bill Moran <wmoran@potentialtech.com> To: CGrmvll@aol.com Message-Id: <20040802172109.2750b24b.wmoran@potentialtech.com> In-Reply-To: <8c.112b591d.2e4008a6@aol.com> References: <8c.112b591d.2e4008a6@aol.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: CGrmvll@aol.com cc: freebsd-questions@FreeBSD.org Subject: Re: About FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 21:21:11 -0000 CGrmvll@aol.com wrote: > Hello Hi. > how are you doing OK. Have you ever heard of punctuation? > I have been thinking about buying a copy of FreeBSD Cool. > PowerPak and I would like to know what kind of Modem, Sound Card, Display > Card See this page: http://www.freebsd.org/releases/4.10R/hardware-i386.html > I would have to have for my computer the type of computer that I have is a > Hewlett Packard Pavilion 4453. and could you please tell me a couple of > brands of > Modems Sound Cards and Display Card that I would need to go and by and also > could you please tell me the brand name and the model of the hardware that I > need to buy to be able to run the FreeBSD Powerpack thank you for you time > and > have a nice day. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 21:29:54 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 751B316A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 21:29:54 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D33843D66 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 21:29:54 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 2 Aug 2004 16:33:29 -0500 Message-ID: <410EB24F.6040100@daleco.biz> Date: Mon, 02 Aug 2004 16:29:51 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: CGrmvll@aol.com References: <8c.112b591d.2e4008a6@aol.com> In-Reply-To: <8c.112b591d.2e4008a6@aol.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 02 Aug 2004 21:33:30.0042 (UTC) FILETIME=[5A8919A0:01C478D8] cc: freebsd-questions@freebsd.org Subject: Re: About FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 21:29:54 -0000 CGrmvll@aol.com wrote: >Hello how are you doing I have been thinking about buying a copy of FreeBSD >PowerPak and I would like to know what kind of Modem, Sound Card, Display Card >I would have to have for my computer the type of computer that I have is a >Hewlett Packard Pavilion 4453. and could you please tell me a couple of brands of >Modems Sound Cards and Display Card that I would need to go and by and also >could you please tell me the brand name and the model of the hardware that I >need to buy to be able to run the FreeBSD Powerpack thank you for you time and >have a nice day. > > A list of supported hardware exists at www.freebsd.org. A link should appear on the "home" page to get you to this resource. While there, you should grab a copy of the FreeBSD "Handbook" in order to learn what to do when something does something unexpected --- not that the OS will necessarily do anything unusual, but many people don't think "FreeBSD"-ishLY <?>, and will inevitably have questions during or after installation. (Good news, you have contacted the right place to ask them....) Almost any display cards will work in textmode; to see a list of supported cards for graphics mode, visit www.xfree86.org. Personally, I have used Nvidia "GE Force" cards, SiS cards, and Trident cards. It occasionally takes a little time to develop new drivers, so the "latest & greatest" cards may not yet be supported; or, they may work but need "tweaking" or use a Linux compatible driver instead of native support, etc. Most sound cards, including on-chip (built in) sound, will work. For modems, the rule used to be "no winmodems". This basically meant "buy an external modem". I have a USR v.92 external (serial) modem on one machine; this was about $70.00 last year. There is 3rd party software support for "winmodems" that use a Lucent chipset, I think. I may be wrong, but that's about it for modems. Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 21:30:59 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47F8816A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 21:30:59 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D373143D68 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 21:30:58 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i72LUv624035; Mon, 2 Aug 2004 17:30:57 -0400 (EDT) From: Jerry McAllister <jerrymc@clunix.cl.msu.edu> Message-Id: <200408022130.i72LUv624035@clunix.cl.msu.edu> To: CGrmvll@aol.com Date: Mon, 2 Aug 2004 17:30:56 -0400 (EDT) In-Reply-To: <8c.112b591d.2e4008a6@aol.com> from "CGrmvll@aol.com" at Aug 02, 2004 05:14:14 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: About FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 21:30:59 -0000 > > Hello how are you doing I have been thinking about buying a copy of FreeBSD > PowerPak and I would like to know what kind of Modem, Sound Card, Display Card > I would have to have for my computer the type of computer that I have is a > Hewlett Packard Pavilion 4453. and could you please tell me a couple of brands of > Modems Sound Cards and Display Card that I would need to go and by and also > could you please tell me the brand name and the model of the hardware that I > need to buy to be able to run the FreeBSD Powerpack thank you for you time and Probably pretty much anything that would come with that machine would work. But, to check, go to the FreeBSD web site http://www.freebsd.org/ and click on the Hardware Notes link under the version of FreeBSD you intend to install. I would suggest installing FreeBSD 4.10 for now. Then on the next page click on the link for type of CPU. That would be the i386 family. Specifically, the URL for FreeBSD 4.10 Hardware is: http://www.freebsd.org/releases/4.10R/hardware-i386.html That will get you a nice long list of supported hardware, organized by type of device. Note that graphics card and monitor are supported by the X package you run - probably XFree86 for FreeBSD 4.10 - at least until you get to know enough to examine others. (I hear Xorg is being included for 5.xxx versions of FreeBSD) So, you need to go to the web page for Xfree86 to check out compatibilities for graphics. But, don't let these two things be the limit of your reading. Check out the free FreeBSD handbook, which is online at the FreeBSD web site. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html Archives, numerous search engines such as Google and several online publications such s Onlamp are also good sources on info. There are also several good books out about FreeBSD. FreeBSD Unleashed, Complete FreeBSd, Absolute FreeBSD and FreeBSD An Opensource Operating System all come to mind. ////jerry > have a nice day. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 21:49:31 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59FA516A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 21:49:31 +0000 (GMT) Received: from gaff.hhhr.ision.net (gaff.hhhr.ision.net [195.180.9.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id D459843D53 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 21:49:29 +0000 (GMT) (envelope-from ohoyer@ohoyer.de) Received: from gaff.hhhr.ision.net (ohoyer@localhost [127.0.0.1]) by gaff.hhhr.ision.net (8.12.11/8.12.11) with ESMTP id i72LnW7j068094; Mon, 2 Aug 2004 23:49:32 +0200 (CEST) (envelope-from ohoyer@ohoyer.de) Received: from localhost (ohoyer@localhost)i72LnUEL068091; Mon, 2 Aug 2004 23:49:31 +0200 (CEST) (envelope-from ohoyer@ohoyer.de) X-Authentication-Warning: gaff.hhhr.ision.net: ohoyer owned process doing -bs Date: Mon, 2 Aug 2004 23:49:29 +0200 (CEST) From: Olaf Hoyer <ohoyer@ohoyer.de> Sender: ohoyer@gaff.hhhr.ision.net To: Ewald Jenisch <a@jenisch.at> In-Reply-To: <20040802095145.GA19735@athena.oekb.co.at> Message-ID: <20040802234729.U68037@gaff.hhhr.ision.net> References: <20040802095145.GA19735@athena.oekb.co.at> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: HP Systems Insight Manager (HP SIM) under FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 21:49:31 -0000 On Mon, 2 Aug 2004, Ewald Jenisch wrote: > > Hi, > > Central management of our servers runs under HP SIM (HP Systems > Insight Manager), formerly known as CIM (Compaq Insight Manager). HP > on its website says it's supported for Windoze, HP-UX and Linux. > > Has anybody out there got this software running under FreeBSD > (possibly using Linux emulation)? Well, I once had a look at it, but it was way cruel, the installation package (at least the one I was aware of) was a rpm, that IIRC needed an /opt, and there was lots of binary code and other stuff, so it is not the thing of: lets put it under linux emu and let it run... Gave it up quite frustrated, because it has its own installer that was not so easy to fool around. *sigh* Olaf -- Olaf Hoyer ohoyer@gaff.hhhr.ision.net Fuerchterliche Erlebniss geben zu raten, ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist. (Nietzsche, Jenseits von Gut und Boese) From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 21:54:21 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6960016A4CF for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 21:54:21 +0000 (GMT) Received: from gaff.hhhr.ision.net (gaff.hhhr.ision.net [195.180.9.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC0C443D53 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 21:54:20 +0000 (GMT) (envelope-from ohoyer@ohoyer.de) Received: from gaff.hhhr.ision.net (ohoyer@localhost [127.0.0.1]) by gaff.hhhr.ision.net (8.12.11/8.12.11) with ESMTP id i72LsSR7068113; Mon, 2 Aug 2004 23:54:28 +0200 (CEST) (envelope-from ohoyer@ohoyer.de) Received: from localhost (ohoyer@localhost)i72LsRw8068110; Mon, 2 Aug 2004 23:54:27 +0200 (CEST) (envelope-from ohoyer@ohoyer.de) X-Authentication-Warning: gaff.hhhr.ision.net: ohoyer owned process doing -bs Date: Mon, 2 Aug 2004 23:54:27 +0200 (CEST) From: Olaf Hoyer <ohoyer@ohoyer.de> Sender: ohoyer@gaff.hhhr.ision.net To: Ewald Jenisch <a@jenisch.at> In-Reply-To: <20040802102949.GA19809@athena.oekb.co.at> Message-ID: <20040802234941.Q68037@gaff.hhhr.ision.net> References: <20040802102949.GA19809@athena.oekb.co.at> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: SNMP MIBs for HP Proliant? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 21:54:21 -0000 On Mon, 2 Aug 2004, Ewald Jenisch wrote: > Hi, > > For a HP Compaq Proliant DL360 I'm looking for the SNMP-MIBs that > cover the following items: > > o) Disk-IO > o) Disk-usage (capacity used) > o) Memory usage > o) Compaq/HP Smartarray (Compaq Smart Array 5i), esp. disk failure etc. > o) CPU Usage (two Xeons running SMP (hyperthreading to 4 virtual CPUs) > o) Network-IO > > Does anybody know where I can get hold of the respective MIBs? > > Somewhat related to the above question: Is it possible to make the > respective MIB variables available via net-snmp in order to either > poll them (snmp read) or send traps when reaching certain thresholds? > I esp. thought about sending traps when e.g. the smartarray reports a > problem, disks become full etc. The MIBs (basically translation from numerical OID -> human readable description with comment field) as such are freely available from HP, they are supplied on the CD that comes with every box, or downloadable as softpaq. What you probably mean, is the SNMP Agent, which is responsible for collecting the data as such, and supply those to the snmp package (in this case, net-snmp) for further treatment. AFAIK those agents are binary only, and it should be quite difficult to get them run even under linux emu. At work, I have a couple of 360/380 running Win2003, that are being monitored by a FreeBSD box with net-snmp/nagios. Also have to use the HP MIBs there, works like a charm. But you are looking for a solution to have native agents with FreeBSD, and that is going to be difficult. HTH Olaf -- Olaf Hoyer ohoyer@gaff.hhhr.ision.net Fuerchterliche Erlebniss geben zu raten, ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist. (Nietzsche, Jenseits von Gut und Boese) From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 22:13:56 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 704D316A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 22:13:56 +0000 (GMT) Received: from postman.arcor.de (postman1.arcor-online.net [151.189.20.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63B7C43D2F for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 22:13:55 +0000 (GMT) (envelope-from alamar@alamar.org) Received: from stronghold.seifert.lan (pD9E540AD.dip.t-dialin.net [217.229.64.173]) (authenticated bits=0)i72MDr1B026122 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 00:13:53 +0200 (MEST) Received: from nirvana.seifert.lan ([192.168.0.130]) by stronghold.seifert.lan with smtp (Exim 3.36 #1 (Debian)) id 1Brl44-00062L-00 for <freebsd-questions@freebsd.org>; Tue, 03 Aug 2004 00:13:52 +0200 Date: Tue, 3 Aug 2004 00:13:51 +0200 From: "Julian D. Seifert" <alamar@alamar.org> To: freebsd-questions@freebsd.org Message-Id: <20040803001351.35eee4b2@nirvana.seifert.lan> In-Reply-To: <f864608004080101493b1be9e2@mail.gmail.com> References: <f864608004080101493b1be9e2@mail.gmail.com> Organization: seifert X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="Signature=_Tue__3_Aug_2004_00_13_51_+0200_yZ7OZRWSNg8U+hkF" Subject: Re: Claiming that the list's e-mail showed up on her TV X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 22:13:56 -0000 --Signature=_Tue__3_Aug_2004_00_13_51_+0200_yZ7OZRWSNg8U+hkF Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Sun, 1 Aug 2004 01:49:34 -0700 3BSD <assadbsd@gmail.com> wrote: > I think anyone who replies to that address is getting subscribed to a > spam list. Please don't reply. > > -3BSD > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" You are trying to blackball the ml!!! ;) So my spamfilter has to work some more.. who cares.. -- The most effective way to remember your wife's birthday is to forget it once. gpg fingerprint: 9C05 DC4C EB33 627F 13F9 98FF D651 8413 1279 7C75 --Signature=_Tue__3_Aug_2004_00_13_51_+0200_yZ7OZRWSNg8U+hkF Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iQCVAwUBQQ68odZRhBMSeXx1AQKSpAP+JPG2a4mSe5OICKFqS9vRtmIp9Izn3HmL 62plGJWgSze+8nckflFjQ0nwOR0dUnaPzWWBk+mJcX+MWNLKg0n2tF4ZvTPpJPrj nU3j8BE7D6Wq4kT0bXBlgFhfhkKnpbb5YLKIP3B5ZhOo/HR6ESsSrM7VqCMp/+xO aLxtEMU6WJc= =NB9H -----END PGP SIGNATURE----- --Signature=_Tue__3_Aug_2004_00_13_51_+0200_yZ7OZRWSNg8U+hkF-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 23:07:57 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6132016A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 23:07:57 +0000 (GMT) Received: from web50805.mail.yahoo.com (web50805.mail.yahoo.com [206.190.38.114]) by mx1.FreeBSD.org (Postfix) with SMTP id B21FC43D6E for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 23:07:55 +0000 (GMT) (envelope-from deegaans@yahoo.com) Message-ID: <20040802230753.61081.qmail@web50805.mail.yahoo.com> Received: from [12.110.76.168] by web50805.mail.yahoo.com via HTTP; Mon, 02 Aug 2004 16:07:53 PDT Date: Mon, 2 Aug 2004 16:07:53 -0700 (PDT) From: Dee Gaans <deegaans@yahoo.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Freebsd Test Brower X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 23:07:57 -0000 Hi all, I am wondering if anyone knows of a text browser that I can use in FreeBSD 5.21 that supports https? I am currently using Lynx, and it does not support https.. Any advices? Thanks in advance, DeeMan __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 23:10:38 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86B3116A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 23:10:38 +0000 (GMT) Received: from grog.secure-computing.net (grog.secure-computing.net [63.228.14.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1772F43D60 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 23:10:38 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from Nomad (nat-server.secure-computing.net [63.228.14.245]) (authenticated bits=0)i72N9nEe031534; Mon, 2 Aug 2004 18:09:49 -0500 (CDT) (envelope-from ecrist@secure-computing.net) From: "Eric Crist" <ecrist@secure-computing.net> To: "'Dee Gaans'" <deegaans@yahoo.com>, <freebsd-questions@freebsd.org> Date: Mon, 2 Aug 2004 17:58:36 -0500 Message-ID: <007101c478e4$409f39f0$6401a8c0@Nomad> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <20040802230753.61081.qmail@web50805.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal X-Virus-Scanned: clamd / ClamAV version 0.74, clamav-milter version 0.74a on grog.secure-computing.net X-Virus-Status: Clean Subject: RE: Freebsd Test Brower X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 23:10:38 -0000 There is an https version of lynx. Check the ports tree. Found on Conan O'Brian: Children's books written by celebrities; By Mel Gibson: Jesus Christ and the Terrible, Horrible, No Good, Very Bad Day. ----- Keep your powder dry and your pecker hard and the world WILL turn. ----- Eric F Crist > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Dee Gaans > Sent: Monday, August 02, 2004 6:08 PM > To: freebsd-questions@freebsd.org > Subject: Freebsd Test Brower > > > Hi all, > > I am wondering if anyone knows of a text browser that > I can use in FreeBSD 5.21 that supports https? I am > currently using Lynx, and it does not support https.. > Any advices? > > Thanks in advance, > DeeMan > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 23:29:36 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39C7016A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 23:29:36 +0000 (GMT) Received: from mailout1.informatik.tu-muenchen.de (mailout1.informatik.tu-muenchen.de [131.159.0.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AAFF43D67 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 23:29:35 +0000 (GMT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id DAEDE3FEF; Tue, 3 Aug 2004 01:29:33 +0200 (CEST) Date: Tue, 3 Aug 2004 01:29:33 +0200 From: Simon Barner <barner@in.tum.de> To: Dee Gaans <deegaans@yahoo.com> Message-ID: <20040802232933.GA2925@zi025.glhnet.mhn.de> References: <20040802230753.61081.qmail@web50805.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HcAYCG3uE/tztfnV" Content-Disposition: inline In-Reply-To: <20040802230753.61081.qmail@web50805.mail.yahoo.com> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: freebsd-questions@freebsd.org Subject: Re: Freebsd Test Brower X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 23:29:36 -0000 --HcAYCG3uE/tztfnV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dee Gaans wrote: > Hi all, >=20 > I am wondering if anyone knows of a text browser that > I can use in FreeBSD 5.21 that supports https? I am > currently using Lynx, and it does not support https..=20 ports/www/w3m --HcAYCG3uE/tztfnV Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBDs5dCkn+/eutqCoRApjMAKCFQjmT++ZG3UgYxdrigefvVSIAgwCgwjuL D2daKUT5YSlmyE37Jfbrflw= =/5BI -----END PGP SIGNATURE----- --HcAYCG3uE/tztfnV-- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 00:07:40 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6252416A4CE; Tue, 3 Aug 2004 00:07:40 +0000 (GMT) Received: from kira.epconline.net (kira.epconline.net [68.90.68.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCA8043D67; Tue, 3 Aug 2004 00:07:39 +0000 (GMT) (envelope-from carock@epconline.com) Received: from kira.epconline.net (localhost [127.0.0.1]) by kira.epconline.net (8.12.11/8.12.10) with ESMTP id i7307Z2t048251; Mon, 2 Aug 2004 19:07:35 -0500 (CDT) (envelope-from carock@epconline.com) Received: from localhost (carock@localhost)i7307ZY7048243; Mon, 2 Aug 2004 19:07:35 -0500 (CDT) (envelope-from carock@epconline.com) X-Authentication-Warning: kira.epconline.net: carock owned process doing -bs Date: Mon, 2 Aug 2004 19:07:35 -0500 (CDT) From: Chuck Rock <carock@epconline.com> X-X-Sender: carock@kira.epconline.net To: John Baldwin <jhb@freebsd.org> In-Reply-To: <200408021532.52817.jhb@FreeBSD.org> Message-ID: <20040802190220.B40403@kira.epconline.net> References: <50335.81.84.175.12.1091365736.squirrel@81.84.175.12> <200408021532.52817.jhb@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Hugo Silva <klr@6s-gaming.com> cc: freebsd-smp@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 5.2.1 kernel w/ SMP under high load = panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 00:07:40 -0000 I had a similar problem with this release running on any Dell 2550 Rack server I had. I tried three different servers with the same config, and I had kernel panics at various times. All of them had different information on the screen at each panic. I had several people tel lme they had no such problems with the same systems. I chalked it up to bad driver for the PERC3/DC raid controller. All panics seemd to happen under very high disk I/O. The machine would run fine for a few days, then just puke. I moved all the stuff over to a refurb Compaq Dual Xeon 2.8, and have had only one problem lockup in the 5 months I've been running it under increasing loads. The last lockup I had also seemed related to disk I/O. Otherwise, 5.2.1 has been a very stable production server processing over 1 million E-mail's a day incoming and hundred thousand out. Chuck On Mon, 2 Aug 2004, John Baldwin wrote: > On Sunday 01 August 2004 09:08 am, Hugo Silva wrote: > > I am running a Dual Xeon 2.8ghz w/ SMP, SCHED_ULE on FreeBSD > > 5.2.1-RELEASE-p9. > > > > Whenever I load the server a bit more (let seti@home run, compile stuff in > > multiple jails, etc), it will simple go offline. I confirmed with the > > datacenter and it is indeed a panic, but the datacenter didn't give me the > > panic message. I know for *sure* it's because of the high loads. > > Hmm, we'd really need the panic message to even start debugging it. > > > I need to sort this out, this is a powerful server being cut because of > > FreeBSD/SMP, and I know there is a kernel option to prevent the panic, I > > read about it ages ago on a forum. But I can't locate it. That user said > > if he disabled SMP, panics would stop. But another user suggested adding a > > kernel option (which I simply don't remember), and panics stopped, even > > with SMP. > > > > I tried KVA_PAGES=512, but it only caused another panic, this time as soon > > as the system started up.. > > > > syncing disks, buffers remaining... panic: pmap_invalidate_range: > > interrupts disabled > > cpuid = 0; > > boot() called on cpu#0 > > uptime: 9s > > Unfortunately, I'd really need the backtrace to see how to fix this panic. > > -- > John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ > "Power Users Use the Power to Serve" = http://www.FreeBSD.org > _______________________________________________ > freebsd-smp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-smp > To unsubscribe, send any mail to "freebsd-smp-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 00:17:44 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3591C16A4CE; Tue, 3 Aug 2004 00:17:44 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAAB743D39; Tue, 3 Aug 2004 00:17:43 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq60-142.dial.allstream.net [216.123.141.78]) by outbox.allstream.net (Allstream MTA) with SMTP id 5BF0657889; Mon, 2 Aug 2004 20:17:41 -0400 (EDT) Date: Mon, 2 Aug 2004 20:17:08 -0400 From: epilogue <epilogue@allstream.net> To: freebsd-questions@freebsd.org, freebsd-x11@freebsd.org Message-Id: <20040802201708.74b83337@localhost> In-Reply-To: <20040802154253.3c58d101@localhost> References: <20040802154253.3c58d101@localhost> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: dejan.lesjak@ijs.si cc: anholt@freebsd.org Subject: Re: wm dropping keypresses since moving to xorg (strange) -- SOLVED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 00:17:44 -0000 thanks to some very kind help from dejan, and after a little stress testing on my end, i believe that it is safe to declare this problem solved. ---------- the fix: ---------- /usr/X11R6/lib/X11/xkb/symbols/pc/pc <snip> // Fake keys for virtual<->real modifiers mapping key <LVL3> { [ ISO_Level3_Shift ] }; key <MDSW> { [ Mode_switch ] }; modifier_map Mod5 { <LVL3>, <MDSW> }; key <ALT> { [ NoSymbol, Alt_L ] }; modifier_map Mod1 { <ALT>, <LALT> }; <snip> add <RALT> to: modifier_map Mod1 { <ALT>, <LALT>, <RALT> }; save file and restart x. hello anholt, copying you in case you want to feed this back up the pipe to xorg. dejan also located this old link, which you might find of interest: http://bugs.xfree86.org/show_bug.cgi?id=580 cheers, epi -------------- On Mon, 2 Aug 2004 15:42:53 -0400 epilogue <epilogue@allstream.net> wrote: > > hello all, > > well, i was beginning to think that i was either hallucinating or > suffering from some sort of bizarre nerve damage... but i seem to have > made some progress in analysing this problem. > > i have attached a (sorted and commented) file with output from xev. the > problem always affects only the right-alt key, despite the various > xkbmodels i select (or leave blank). > > i also came across two other reports of the same behaviour: > > http://lists.debian.org/debian-devel/2004/06/msg01410.html > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=261816 > > as you can see, they're from deb. they seem to have isolated the problem > to a symbols/pc file within x11, not fluxbox. a patch is provided, but > it does not apply cleanly to the version of xorg that i have installed. > > i would very much appreciate any suggestions. > > > thank you, > epi > > --------------- > Begin forwarded message: > > Date: Tue, 27 Jul 2004 00:33:30 -0400 > From: epilogue <epilogue@allstream.net> > To: freebsd-questions@freebsd.org, freebsd-x11@freebsd.org > Subject: wm dropping keypresses since moving to xorg (strange) > > > hello x11, questions, > > i have some reservations about sending this in, because it sounds a bit > weird, but i've jumped through all the usual self-serve hoops and i'm > about at my wits end. > > since switching to xorg, when i alt+tab to a window with my wm of choice > (fluxbox-devel), the 1st keypress is always dropped in the new window, > regardless of whether that window is a *term, mail client, browser, ... > > say i alt+tab to an xterm. for 'man' to appear on the command line, i > must type 'mman' or 'ccd' for 'cd'. > > the window only drops that 1st key. if i alt+tab away and come back, it > will again drop only the 1st key. > > > here is what i know: > > 1) it doesn't happen if i use the mouse. > 2) this problem was not apparent when i tested for it with icewm or > xfce4. 3) fluxbox used to play very nicely with xfree. > > > here is what i've tried: > > 1) google, fbsd and xorg mailing lists. > 2) contacted the fluxbox developers over irc. several are running xorg > and fluxbox on linux without the problems i'm seeing. (?!) > 3) rebuilt xorg then fluxbox-devel. removed .fluxbox to ensure that the > default settings would load. > 4) played with xorg.conf (used old xfree.conf, built a new xorg.conf, > and changed various settings withing xorg.conf) > 5) attempted to pinpoint the issue via xev, but failed miserably. > > > it smells like some sort of 'focus' problem to me. any suggestions would > be very much appreciated. > > hoping that i'm not alone here. > > > thanks, > epi > > > p.s. a little additional info for any of you who know a bit about fluxbox > settings. the problem seems only to occur with those keybindings > (like alt+tab) which are mapped to 'NextWindow' or 'NextWindow 1' but > _not_ with 'NextTab'. naturally, the same holds true for the shift+foo > combos which translate to 'Previous____'. > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 03:39:44 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84EC016A4CF for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 03:39:44 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D24643D2D for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 03:39:44 +0000 (GMT) (envelope-from radlinskic@acm.org) Received: from acm.org (c-24-118-13-177.mn.client2.attbi.com[24.118.13.177]) by comcast.net (sccrmhc13) with SMTP id <2004080303394301600hsvgde> (Authid: cradlinski); Tue, 3 Aug 2004 03:39:43 +0000 Message-ID: <410F0941.3010704@acm.org> Date: Mon, 02 Aug 2004 22:40:49 -0500 From: Chris Radlinski <radlinskic@acm.org> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: gdm automatic login X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 03:39:44 -0000 I'm running Gnome 2.4 on 5.2.1-RELEASE. I've configured gdm to run at boot time and would like it to automatically log me in. However, it always prompts me for a password. Scanning the archives, I saw that others suggested copying /etc/pam.d/gdm to /etc/pam.d/gdm-autologin. I did this but it didn't fix anything. Here's my gdm/gdm-autologin: # # $FreeBSD: src/etc/pam.d/gdm,v 1.7 2003/04/30 21:57:54 markm Exp $ # # PAM configuration for the "gdm" service # # auth auth required pam_nologin.so no_warn #auth sufficient pam_krb5.so no_warn try_first_pass #auth sufficient pam_ssh.so no_warn try_first_pass auth required pam_unix.so no_warn try_first_pass auth required pam_permit.so # account #account required pam_krb5.so account required pam_unix.so # session #session optional pam_ssh.so session required pam_permit.so What am I missing? Also, if I select "Reboot" or "Shut down" from the logout menu as root, the machine just hangs. Any suggestions? Thanks for any help you can provide. Chris Radlinski From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 03:48:08 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2BE8316A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 03:48:08 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 267D543D49 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 03:48:07 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i733kDVa057715; Mon, 2 Aug 2004 23:46:13 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke <marcus@marcuscom.com> To: Chris Radlinski <radlinskic@acm.org> In-Reply-To: <410F0941.3010704@acm.org> References: <410F0941.3010704@acm.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-DXvw5XZGYYntfjClG+sf" Organization: MarcusCom, Inc. Message-Id: <1091504866.60865.9.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 02 Aug 2004 23:47:46 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on creme-brulee.marcuscom.com cc: FreeBSD User Questions List <freebsd-questions@freebsd.org> Subject: Re: gdm automatic login X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 03:48:08 -0000 --=-DXvw5XZGYYntfjClG+sf Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2004-08-02 at 23:40, Chris Radlinski wrote: > I'm running Gnome 2.4 on 5.2.1-RELEASE. I've configured gdm to run at=20 > boot time and would like it to automatically log me in. However, it=20 > always prompts me for a password. Scanning the archives, I saw that=20 > others suggested copying /etc/pam.d/gdm to /etc/pam.d/gdm-autologin. I=20 > did this but it didn't fix anything. Here's my gdm/gdm-autologin: >=20 > # > # $FreeBSD: src/etc/pam.d/gdm,v 1.7 2003/04/30 21:57:54 markm Exp $ > # > # PAM configuration for the "gdm" service > # > =20 > # auth > auth required pam_nologin.so no_warn > #auth sufficient pam_krb5.so no_warn=20 > try_first_pass > #auth sufficient pam_ssh.so no_warn=20 > try_first_pass > auth required pam_unix.so no_warn=20 > try_first_pass > auth required pam_permit.so > =20 > # account > #account required pam_krb5.so > account required pam_unix.so > =20 > # session > #session optional pam_ssh.so > session required pam_permit.so >=20 > What am I missing? Remove the auth pam_unix.so entry. The gdm-autologin PAM definition should be: auth required pam_nologin.so auth required pam_permit.so account required pam_unix.so session required pam_permit.so As discussed in the freebsd-gnome archives. >=20 > Also, if I select "Reboot" or "Shut down" from the logout menu as root,=20 > the machine just hangs. Any suggestions? Don't do that. If you want to try and track down what's happening, configure you machine for a serial console, and make sure you're set to drop into the debugger should the system panic. Then, when it hangs, you should hopefully get something on the serial console. Consult the handbook for more info. Joe >=20 > Thanks for any help you can provide. >=20 > Chris Radlinski >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-DXvw5XZGYYntfjClG+sf Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBBDwrib2iPiv4Uz4cRAv2GAJ0aLkeprNOnQ4lyWrHbqwtPcMes3QCggMec Ogr5X38ptdUGhnfizfT0EjI= =OM4f -----END PGP SIGNATURE----- --=-DXvw5XZGYYntfjClG+sf-- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 03:56:29 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60BFF16A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 03:56:29 +0000 (GMT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15C6F43D2D for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 03:56:29 +0000 (GMT) (envelope-from radlinskic@acm.org) Received: from acm.org (c-24-118-13-177.mn.client2.attbi.com[24.118.13.177]) by comcast.net (sccrmhc13) with SMTP id <2004080303562801600i4urce> (Authid: cradlinski); Tue, 3 Aug 2004 03:56:28 +0000 Message-ID: <410F0D2E.5080602@acm.org> Date: Mon, 02 Aug 2004 22:57:34 -0500 From: Chris Radlinski <radlinskic@acm.org> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe Marcus Clarke <marcus@marcuscom.com> References: <410F0941.3010704@acm.org> <1091504866.60865.9.camel@shumai.marcuscom.com> In-Reply-To: <1091504866.60865.9.camel@shumai.marcuscom.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD User Questions List <freebsd-questions@freebsd.org> Subject: Re: gdm automatic login X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 03:56:29 -0000 That did it. Thanks. Chris Joe Marcus Clarke wrote: >On Mon, 2004-08-02 at 23:40, Chris Radlinski wrote: > > >>I'm running Gnome 2.4 on 5.2.1-RELEASE. I've configured gdm to run at >>boot time and would like it to automatically log me in. However, it >>always prompts me for a password. Scanning the archives, I saw that >>others suggested copying /etc/pam.d/gdm to /etc/pam.d/gdm-autologin. I >>did this but it didn't fix anything. Here's my gdm/gdm-autologin: >> >># >># $FreeBSD: src/etc/pam.d/gdm,v 1.7 2003/04/30 21:57:54 markm Exp $ >># >># PAM configuration for the "gdm" service >># >> >># auth >>auth required pam_nologin.so no_warn >>#auth sufficient pam_krb5.so no_warn >>try_first_pass >>#auth sufficient pam_ssh.so no_warn >>try_first_pass >>auth required pam_unix.so no_warn >>try_first_pass >>auth required pam_permit.so >> >># account >>#account required pam_krb5.so >>account required pam_unix.so >> >># session >>#session optional pam_ssh.so >>session required pam_permit.so >> >>What am I missing? >> >> > >Remove the auth pam_unix.so entry. The gdm-autologin PAM definition >should be: > >auth required pam_nologin.so >auth required pam_permit.so >account required pam_unix.so >session required pam_permit.so > >As discussed in the freebsd-gnome archives. > > > >>Also, if I select "Reboot" or "Shut down" from the logout menu as root, >>the machine just hangs. Any suggestions? >> >> > >Don't do that. If you want to try and track down what's happening, >configure you machine for a serial console, and make sure you're set to >drop into the debugger should the system panic. Then, when it hangs, >you should hopefully get something on the serial console. Consult the >handbook for more info. > >Joe > > > >>Thanks for any help you can provide. >> >>Chris Radlinski >> >>_______________________________________________ >>freebsd-questions@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >> >> From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 06:08:20 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C16B816A4CE; Tue, 3 Aug 2004 06:08:20 +0000 (GMT) Received: from postman.ksi.ru (postman.ksi.ru [195.68.167.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id B10E743D45; Tue, 3 Aug 2004 06:08:19 +0000 (GMT) (envelope-from vasilievr@ksi.ru) Received: from [195.68.167.115] (HELO [10.10.10.207]) by postman.ksi.ru (CommuniGate Pro SMTP 4.1.8) with ESMTP id 1512933; Tue, 03 Aug 2004 10:08:02 +0400 Message-ID: <410F2BD3.9060706@ksi.ru> Date: Tue, 03 Aug 2004 10:08:19 +0400 From: Roman Vasiliev <vasilievr@ksi.ru> User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040719) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org, questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: problem in Linux-emulation and may be in NVidia drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 06:08:20 -0000 Hi. I have two question. I hope what someone helps me. First: I have NVidia fx5600 and installs drivers from /usr/ports/x11/nvidia-driver ================================================ # cat /boot/loader.conf hw.ata.ata_dma=0 nvidia_load="YES" linux_load="YES" # Linux emulation ================================================ First run glxgears shows ~2000 fps but second ~10 fps. And whole OpenGL application lags. Problem solves in changing on NVidia mx 4400. All works fine. Second: I have Maya 6.0 and 5.0. And on 4.10 Jul ================================================ # stat /usr/src/UPDATING 291840 340045 -rw-r--r-- 1 root wheel 1395128 43781 "Jul 28 13:45:10 2004" "Jul 17 18:33:11 2004" "Jul 17 18:33:11 2004" 16384 88 0 /usr/src/UPDATING ================================================ 17 18:33:11 2004 After normal start. and showing interface both Maya 5.0 and 6.0 fails. ================================================ %/compat/linux/bin/csh /compat/linux/usr/aw/maya5.0/bin/maya Maya (R), Version 5.0, 2003 04 01 00 02 Copyright 1997-2003 Alias|Wavefront, a division of Silicon Graphics Limited. All rights reserved. Graph Layout Toolkit Copyright 1992-1997 Tom Sawyer Software, Berkeley, California All rights reserved. maya encountered a fatal error Signal: 4 (Unknown Signal) Attempting to save in /usr/tmp/romis.20040728.1326.ma ================================================ The same result on 5.2.1 current. But near by 2 years ago i runs Maya 4.5 on FreeBSD somthing like 4.6. And all works fine. Please help. For me very convinient development on FreeBSD. And for that me needed Maya. But old version I haven't now. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 06:10:57 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 59E4A16A4CE for <questions@freebsd.org>; Tue, 3 Aug 2004 06:10:57 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3F6643D62 for <questions@freebsd.org>; Tue, 3 Aug 2004 06:10:56 +0000 (GMT) (envelope-from finitesoup@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so76730rnl for <questions@freebsd.org>; Mon, 02 Aug 2004 23:10:56 -0700 (PDT) Received: by 10.38.77.63 with SMTP id z63mr197860rna; Mon, 02 Aug 2004 23:10:56 -0700 (PDT) Message-ID: <1e490997040802231017bc78bf@mail.gmail.com> Date: Tue, 3 Aug 2004 08:10:56 +0200 From: Matt <finitesoup@gmail.com> To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: using a disk "mirrored" with dd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 06:10:57 -0000 I have a machine running 4.10-RELEASE-p2 with two identical hard disks -- ad0 and ad2. I would like to make a complete copy of the first disk to the second disk nightly for quick disaster recovery. I've dd'ed the disk as follows # dd if=/dev/ad0 of=/dev/ad2 and edited the disklabel of the second disk to change ad0s1 to ad2s1 as follows # disklabel -e -r ad2 However, I'm still unable to mount the root partion (or any other partition) of the second disk to tweak /etc/fstab etc. even though # mount /dev/ad2s1a /mnt mount: /dev/ad2s1a: Operation not permitted What am I missing? Is there anything else I need to do beyond editing the disklabel to allow me to use the "mirrored" disk? Output of disklabel for the two disks follows: # disklabel ad0 # /dev/ad0c: type: ESDI disk: ad0s1 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 4864 sectors/unit: 78156162 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 409600 0 4.2BSD 2048 16384 97 # (Cyl. 0 - 25*) b: 5242880 409600 swap # (Cyl. 25*- 351*) c: 78156162 0 unused 0 0 # (Cyl. 0 - 4864*) e: 4194304 5652480 4.2BSD 2048 16384 89 # (Cyl. 351*- 612*) f: 10485760 9846784 4.2BSD 2048 16384 89 # (Cyl. 612*- 1265*) g: 18874368 20332544 4.2BSD 2048 16384 89 # (Cyl. 1265*- 2440*) # disklabel ad2 # /dev/ad2c: type: ESDI disk: ad2s1 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 4864 sectors/unit: 78156162 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 409600 0 4.2BSD 2048 16384 97 # (Cyl. 0 - 25*) b: 5242880 409600 swap # (Cyl. 25*- 351*) c: 78156162 0 unused 0 0 # (Cyl. 0 - 4864*) e: 4194304 5652480 4.2BSD 2048 16384 89 # (Cyl. 351*- 612*) f: 10485760 9846784 4.2BSD 2048 16384 89 # (Cyl. 612*- 1265*) g: 18874368 20332544 4.2BSD 2048 16384 89 # (Cyl. 1265*- 2440*) Thanks for any insight, and let me know if you need to see anything else. -Matt From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 06:43:27 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9335816A4CE for <questions@freebsd.org>; Tue, 3 Aug 2004 06:43:27 +0000 (GMT) Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.8.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A43C43D49 for <questions@freebsd.org>; Tue, 3 Aug 2004 06:43:26 +0000 (GMT) (envelope-from kheuer2@gwdg.de) Received: from gwdu60.gwdg.de (localhost [127.0.0.1]) by gwdu60.gwdg.de (8.12.11/8.12.8) with ESMTP id i736hPNf082395; Tue, 3 Aug 2004 08:43:25 +0200 (CEST) (envelope-from kheuer2@gwdg.de) Received: from localhost (kheuer2@localhost)i736hO5M082392; Tue, 3 Aug 2004 08:43:24 +0200 (CEST) X-Authentication-Warning: gwdu60.gwdg.de: kheuer2 owned process doing -bs Date: Tue, 3 Aug 2004 08:43:24 +0200 (CEST) From: Konrad Heuer <kheuer2@gwdg.de> To: Matt <finitesoup@gmail.com> In-Reply-To: <1e490997040802231017bc78bf@mail.gmail.com> Message-ID: <20040803083942.C82126@gwdu60.gwdg.de> References: <1e490997040802231017bc78bf@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org Subject: Re: using a disk "mirrored" with dd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 06:43:27 -0000 On Tue, 3 Aug 2004, Matt wrote: > I have a machine running 4.10-RELEASE-p2 with two identical hard disks > -- ad0 and ad2. I would like to make a complete copy of the first disk > to the second disk nightly for quick disaster recovery. > > I've dd'ed the disk as follows > > # dd if=/dev/ad0 of=/dev/ad2 > > and edited the disklabel of the second disk to change ad0s1 to ad2s1 as follows > > # disklabel -e -r ad2 > > However, I'm still unable to mount the root partion (or any other > partition) of the second disk to tweak /etc/fstab etc. even though > > # mount /dev/ad2s1a /mnt > mount: /dev/ad2s1a: Operation not permitted > > What am I missing? Is there anything else I need to do beyond editing > the disklabel to allow me to use the "mirrored" disk? > > Output of disklabel for the two disks follows: > > # disklabel ad0 > # /dev/ad0c: > type: ESDI > disk: ad0s1 > label: > flags: > bytes/sector: 512 > sectors/track: 63 > tracks/cylinder: 255 > sectors/cylinder: 16065 > cylinders: 4864 > sectors/unit: 78156162 > rpm: 3600 > interleave: 1 > trackskew: 0 > cylinderskew: 0 > headswitch: 0 # milliseconds > track-to-track seek: 0 # milliseconds > drivedata: 0 > > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > a: 409600 0 4.2BSD 2048 16384 97 # (Cyl. 0 - 25*) > b: 5242880 409600 swap # (Cyl. 25*- 351*) > c: 78156162 0 unused 0 0 # (Cyl. 0 - 4864*) > e: 4194304 5652480 4.2BSD 2048 16384 89 # (Cyl. 351*- 612*) > f: 10485760 9846784 4.2BSD 2048 16384 89 # (Cyl. 612*- 1265*) > g: 18874368 20332544 4.2BSD 2048 16384 89 # (Cyl. 1265*- 2440*) > > # disklabel ad2 > # /dev/ad2c: > type: ESDI > disk: ad2s1 > label: > flags: > bytes/sector: 512 > sectors/track: 63 > tracks/cylinder: 255 > sectors/cylinder: 16065 > cylinders: 4864 > sectors/unit: 78156162 > rpm: 3600 > interleave: 1 > trackskew: 0 > cylinderskew: 0 > headswitch: 0 # milliseconds > track-to-track seek: 0 # milliseconds > drivedata: 0 > > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > a: 409600 0 4.2BSD 2048 16384 97 # (Cyl. 0 - 25*) > b: 5242880 409600 swap # (Cyl. 25*- 351*) > c: 78156162 0 unused 0 0 # (Cyl. 0 - 4864*) > e: 4194304 5652480 4.2BSD 2048 16384 89 # (Cyl. 351*- 612*) > f: 10485760 9846784 4.2BSD 2048 16384 89 # (Cyl. 612*- 1265*) > g: 18874368 20332544 4.2BSD 2048 16384 89 # (Cyl. 1265*- 2440*) > > Thanks for any insight, and let me know if you need to see anything else. Did you do the dd-copy while the system was running multi-user from the first disk? I'd expect larger problems then because the file systems inconsistencies on the second disk may never be resolved. If you did it in single user mode, a 'fsck -y' for each file system on the second disk before trying to mount may help. Best regards Konrad Heuer GWDG, Am Fassberg, 37077 Goettingen, Germany, kheuer2@gwdg.de From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 06:53:18 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6704316A4CE for <questions@freebsd.org>; Tue, 3 Aug 2004 06:53:18 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D44D43D2D for <questions@freebsd.org>; Tue, 3 Aug 2004 06:53:18 +0000 (GMT) (envelope-from finitesoup@gmail.com) Received: by mproxy.gmail.com with SMTP id 76so154592rnl for <questions@freebsd.org>; Mon, 02 Aug 2004 23:53:17 -0700 (PDT) Received: by 10.38.82.68 with SMTP id f68mr140368rnb; Mon, 02 Aug 2004 23:53:17 -0700 (PDT) Message-ID: <1e4909970408022353424276f@mail.gmail.com> Date: Tue, 3 Aug 2004 08:53:17 +0200 From: Matt <finitesoup@gmail.com> To: questions@freebsd.org In-Reply-To: <20040803083942.C82126@gwdu60.gwdg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1e490997040802231017bc78bf@mail.gmail.com> <20040803083942.C82126@gwdu60.gwdg.de> Subject: Re: using a disk "mirrored" with dd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 06:53:18 -0000 On Tue, 3 Aug 2004 08:43:24 +0200 (CEST), Konrad Heuer <kheuer2@gwdg.de> wrote: > > > > On Tue, 3 Aug 2004, Matt wrote: > > > I have a machine running 4.10-RELEASE-p2 with two identical hard disks > > -- ad0 and ad2. I would like to make a complete copy of the first disk > > to the second disk nightly for quick disaster recovery. > > > > I've dd'ed the disk as follows > > > > # dd if=/dev/ad0 of=/dev/ad2 > > > > and edited the disklabel of the second disk to change ad0s1 to ad2s1 as follows > > > > # disklabel -e -r ad2 > > > > However, I'm still unable to mount the root partion (or any other > > partition) of the second disk to tweak /etc/fstab etc. even though > > > > # mount /dev/ad2s1a /mnt > > mount: /dev/ad2s1a: Operation not permitted > > [snip] > > Thanks for any insight, and let me know if you need to see anything else. > > Did you do the dd-copy while the system was running multi-user from the > first disk? I'd expect larger problems then because the file systems > inconsistencies on the second disk may never be resolved. > > If you did it in single user mode, a 'fsck -y' for each file system on the > second disk before trying to mount may help. Yep, <slaps self> fsck -y did the trick. Thanks Konrad From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 06:54:30 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAD4016A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 06:54:30 +0000 (GMT) Received: from mailout1.informatik.tu-muenchen.de (mailout1.informatik.tu-muenchen.de [131.159.0.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 672C743D5D for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 06:54:27 +0000 (GMT) (envelope-from marchenk@in.tum.de) Date: Tue, 03 Aug 2004 08:54:28 +0200 To: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> References: <opsb3ee0o3odrt25@mail.in.tum.de> <410E2063.6080205@cordula.ws> From: Maksym Marchenko <marchenk@in.tum.de> Content-Type: text/plain; format=flowed; charset=koi8-r MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: <opsb49g2f4odrt25@mail.in.tum.de> In-Reply-To: <410E2063.6080205@cordula.ws> User-Agent: Opera7.23/Win32 M2 build 3227 X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: cpghost <cpghost@cordula.ws> Subject: Re: Headless Install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 06:54:30 -0000 >> I try to install 4.10 on headless PC(without a monitor and vga output) >> So I've used my laptop as a serial console (via null modem cable). >> All was wonderfull, but after end of install procedure und reboot, >> I see with this terminal (cu -l /dev/cuaa0) all and the date for >> the login line. But not the login prompt. So I can't to log in and >> do anything. >> What have I to do, to log in this headless PC? > > Maksym, you need to start a getty process on the serial line, > by editing /etc/ttys like this: > > > console none unknown off secure > ttyv0 "/usr/libexec/getty Pc" cons25 off secure > ttyv1 "/usr/libexec/getty Pc" cons25 off secure > ttyv2 "/usr/libexec/getty Pc" cons25 off secure > ttyv3 "/usr/libexec/getty Pc" cons25 off secure > ttyv4 "/usr/libexec/getty Pc" cons25 off secure > ttyv5 "/usr/libexec/getty Pc" cons25 off secure > ttyv6 "/usr/libexec/getty Pc" cons25 off secure > ttyv7 "/usr/libexec/getty Pc" cons25 off secure > ttyd0 "/usr/libexec/getty std.9600" dialup on secure > ttyd1 "/usr/libexec/getty std.9600" dialup off secure > ttyd2 "/usr/libexec/getty std.9600" dialup off secure > ttyd3 "/usr/libexec/getty std.9600" dialup off secure > > In /stand/sysinstall (or /usr/sbin/sysinstall), you can edit > ttys. > > I'm running 5.2-CURRENT on net4801 Soekris hardware, and this > is exaclty what is needed to get login prompt on the serial > console. Thanks! It works pre[tty] good! :-) I have two more questions : Sometimes I see warning: terminal is not fully functional. So I can't edit kernel file mit ee - the text is shown "shifted" in their lines. Must I use another terminal program to help this? And what you can do with "headless" PC? Can you control this PC only in command prompt? Or (may be) you can use anything like X - twm? Thanks in advance. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 07:47:58 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B70B16A4DE; Tue, 3 Aug 2004 07:47:58 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D026C43D6D; Tue, 3 Aug 2004 07:47:57 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq60-161.dial.allstream.net [216.123.143.81]) by outbox.allstream.net (Allstream MTA) with SMTP id F2584B4941; Tue, 3 Aug 2004 03:47:54 -0400 (EDT) Date: Tue, 3 Aug 2004 03:47:22 -0400 From: epilogue <epilogue@allstream.net> To: freebsd-questions@freebsd.org, freebsd-x11@freebsd.org Message-Id: <20040803034722.04a71589@localhost> In-Reply-To: <20040802201708.74b83337@localhost> References: <20040802154253.3c58d101@localhost> <20040802201708.74b83337@localhost> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: dejan.lesjak@ijs.si cc: anholt@freebsd.org Subject: Re: wm dropping keypresses since moving to xorg (strange) -- SOLVED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 07:47:58 -0000 On Mon, 2 Aug 2004 20:17:08 -0400 epilogue <epilogue@allstream.net> wrote: > > thanks to some very kind help from dejan, and after a little stress > testing on my end, i believe that it is safe to declare this problem > solved. > > ---------- > the fix: > ---------- > > /usr/X11R6/lib/X11/xkb/symbols/pc/pc > > <snip> > // Fake keys for virtual<->real modifiers mapping > key <LVL3> { [ ISO_Level3_Shift ] }; > key <MDSW> { [ Mode_switch ] }; > modifier_map Mod5 { <LVL3>, <MDSW> }; > > key <ALT> { [ NoSymbol, Alt_L ] }; > modifier_map Mod1 { <ALT>, <LALT> }; > <snip> > > add <RALT> to: > modifier_map Mod1 { <ALT>, <LALT>, <RALT> }; since the first adjustment, i eventually noted a slight change in the way the windows key was functioning (dropping certain keypresses). to restore the expected behaviour, i simply added <LWIN> and <RWIN> to another line in the same section of file mentioned above: key <SUPR> { [ NoSymbol, Super_L ] }; // modifier_map Mod4 { <SUPR> }; modifier_map Mod4 { <SUPR>, <LWIN>, <RWIN> }; as there is only 1 windows key on my keyboard, i am not certain whether both WIN values were strictly necessary, but all seems now to be working. > save file and restart x. > > > hello anholt, > copying you in case you want to feed this back up the pipe to xorg. > dejan also located this old link, which you might find of interest: > > http://bugs.xfree86.org/show_bug.cgi?id=580 > > > cheers, > epi > > -------------- > On Mon, 2 Aug 2004 15:42:53 -0400 > epilogue <epilogue@allstream.net> wrote: > > > > > hello all, > > > > well, i was beginning to think that i was either hallucinating or > > suffering from some sort of bizarre nerve damage... but i seem to > > have made some progress in analysing this problem. > > > > i have attached a (sorted and commented) file with output from xev. > > the problem always affects only the right-alt key, despite the various > > xkbmodels i select (or leave blank). > > > > i also came across two other reports of the same behaviour: > > > > http://lists.debian.org/debian-devel/2004/06/msg01410.html > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=261816 > > > > as you can see, they're from deb. they seem to have isolated the > > problem to a symbols/pc file within x11, not fluxbox. a patch is > > provided, but it does not apply cleanly to the version of xorg that i > > have installed. > > > > i would very much appreciate any suggestions. > > > > > > thank you, > > epi > > > > --------------- > > Begin forwarded message: > > > > Date: Tue, 27 Jul 2004 00:33:30 -0400 > > From: epilogue <epilogue@allstream.net> > > To: freebsd-questions@freebsd.org, freebsd-x11@freebsd.org > > Subject: wm dropping keypresses since moving to xorg (strange) > > > > > > hello x11, questions, > > > > i have some reservations about sending this in, because it sounds a bit > > weird, but i've jumped through all the usual self-serve hoops and i'm > > about at my wits end. > > > > since switching to xorg, when i alt+tab to a window with my wm of > > choice(fluxbox-devel), the 1st keypress is always dropped in the new > > window, regardless of whether that window is a *term, mail client, > > browser, ... > > > > say i alt+tab to an xterm. for 'man' to appear on the command line, i > > must type 'mman' or 'ccd' for 'cd'. > > > > the window only drops that 1st key. if i alt+tab away and come back, > > it will again drop only the 1st key. > > > > > > here is what i know: > > > > 1) it doesn't happen if i use the mouse. > > 2) this problem was not apparent when i tested for it with icewm or > > xfce4. 3) fluxbox used to play very nicely with xfree. > > > > > > here is what i've tried: > > > > 1) google, fbsd and xorg mailing lists. > > 2) contacted the fluxbox developers over irc. several are running xorg > > and fluxbox on linux without the problems i'm seeing. (?!) > > 3) rebuilt xorg then fluxbox-devel. removed .fluxbox to ensure that > > the default settings would load. > > 4) played with xorg.conf (used old xfree.conf, built a new xorg.conf, > > and changed various settings withing xorg.conf) > > 5) attempted to pinpoint the issue via xev, but failed miserably. > > > > > > it smells like some sort of 'focus' problem to me. any suggestions > > would be very much appreciated. > > > > hoping that i'm not alone here. > > > > > > thanks, > > epi > > > > > > p.s. a little additional info for any of you who know a bit about > > fluxbox settings. the problem seems only to occur with those > > keybindings(like alt+tab) which are mapped to 'NextWindow' or > > 'NextWindow 1' but_not_ with 'NextTab'. naturally, the same holds true > > for the shift+foo combos which translate to 'Previous____'. > > _______________________________________________ > > freebsd-x11@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > > > > _______________________________________________ > > freebsd-x11@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 08:09:12 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86B5916A4CE; Tue, 3 Aug 2004 08:09:12 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC8CD43D68; Tue, 3 Aug 2004 08:09:09 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id DA456813A; Tue, 3 Aug 2004 10:10:36 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 46267-01; Tue, 3 Aug 2004 10:10:36 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id 5FDEC80B3; Tue, 3 Aug 2004 10:10:36 +0200 (CEST) From: Jorn Argelo <jorn@wcborstel.nl> To: freebsd-questions@freebsd.org Date: Tue, 3 Aug 2004 10:08:43 +0200 User-Agent: KMail/1.6.2 References: <50335.81.84.175.12.1091365736.squirrel@81.84.175.12> <200408021532.52817.jhb@FreeBSD.org> <20040802190220.B40403@kira.epconline.net> In-Reply-To: <20040802190220.B40403@kira.epconline.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408031009.20022.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: freebsd-smp@freebsd.org cc: Hugo Silva <klr@6s-gaming.com> cc: Chuck Rock <carock@epconline.com> cc: John Baldwin <jhb@freebsd.org> Subject: Re: FreeBSD 5.2.1 kernel w/ SMP under high load = panic X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 08:09:12 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 03 August 2004 02:07, Chuck Rock wrote: > I had a similar problem with this release running on any Dell 2550 Rack > server I had. I tried three different servers with the same config, and I > had kernel panics at various times. All of them had different information > on the screen at each panic. > > I had several people tel lme they had no such problems with the same > systems. > > I chalked it up to bad driver for the PERC3/DC raid controller. All panics > seemd to happen under very high disk I/O. The machine would run fine for a > few days, then just puke. > > I moved all the stuff over to a refurb Compaq Dual Xeon 2.8, and have had > only one problem lockup in the 5 months I've been running it under > increasing loads. The last lockup I had also seemed related to disk I/O. > > Otherwise, 5.2.1 has been a very stable production server processing over > 1 million E-mail's a day incoming and hundred thousand out. > > Chuck > During my traineeship we had an PowerEdge 2650 (Dual Xeon with FreeBSD 5.1 = at=20 that time). The machine had quite high loads (8.00 - 11.00, which was 24/7)= ,=20 but it kept working most times. Sometimes after a few days or weeks it=20 resulted in a panic. My mentor (who was the Unix specialist) said that it w= as=20 probably been caused by the RAID controller as well. It was a PERC2/DC or=20 PERC3/DC, not really sure. I think it's the latter. Anyway, when 5.2 came=20 out, my mentor immediately upgraded to 5.2, and the machine became rock=20 solid, even with very high loads. It was a monitoring machine, which=20 collected over 1600 SMNP requests from every server, so I'm not really sure= =20 if that produces an high disk I/O or not.=20 Perhaps the story is not interesting, but I felt like sharing that. Cheers, Jorn =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBD0gQs2lBCry7iusRAozeAJ9ID3yBuNSui9EU7tuLJaPZcOc67wCfT7UQ LB+IWXbsYiQQZNs/2CJYz64=3D =3Dr1AQ =2D----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 09:21:18 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4F0116A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 09:21:18 +0000 (GMT) Received: from smtp2.bahnhof.se (mailut.bahnhof.net [213.136.33.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD2A43D39 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 09:21:17 +0000 (GMT) (envelope-from mark.rowlands@mypost.se) Received: from mfilter1.bahnhof.se (mail.bahnhof.se [213.136.33.1]) by smtp2.bahnhof.se (Postfix) with ESMTP id 6CAE388C1F for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 11:21:18 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by re-injector1.bahnhof.se (Postfix) with ESMTP id B62D5129126 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 11:21:15 +0200 (CEST) Received: from smtp4.bahnhof.se ([213.136.33.3]) by localhost (mfilter1.bahnhof.se [10.0.1.21]) (amavisd-new, port 10024) with ESMTP id 30978-04 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 11:21:15 +0200 (CEST) Received: from pcmarpxy.mine.nu (81-170-150-191.bahnhofbredband.net [81.170.150.191]) by smtp4.bahnhof.se (Postfix) with ESMTP id D0EDF12E389 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 11:21:12 +0200 (CEST) Received: from localhost (localhost.mwrwin2k.se [127.0.0.1]) by pcmarpxy.mine.nu (Postfix) with ESMTP id E3C3911886 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 11:21:14 +0200 (CEST) Received: from pcmarpxy.mine.nu ([127.0.0.1]) by localhost (pcmarpxy.mine.nu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00930-05 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 11:21:14 +0200 (CEST) Received: from EXCHSRV1.mwrwin2k.se (kalendar.mine.nu [192.168.0.4]) by pcmarpxy.mine.nu (Postfix) with ESMTP id 767E511885 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 11:21:14 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message Date: Tue, 3 Aug 2004 11:21:13 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Message-ID: <4789E43478F3994BB8D967C73FD9C6880C2B8B@exchsrv1> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: optio 30 freebsd 5.2.1 p9 Thread-Index: AcR5OziRCSK2OBmbS8GO0WZSJLmhXA== From: "mark rowlands" <mark.rowlands@mypost.se> To: <freebsd-questions@freebsd.org> X-Virus-Scanned: by amavisd-new at bahnhof.se Subject: optio 30 freebsd 5.2.1 p9 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 09:21:18 -0000 Any one had any luck getting this to work under 5.2.1 p9? It is detected as a pentax pentax optio 30 (that's not a misprint) but as attatches as ugen0 which I presume means that umass does not recognize it?=20 From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 10:43:06 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D9D216A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 10:43:06 +0000 (GMT) Received: from dtcimfe3.celcom.net.my (dtcimfe3.celcom.net.my [203.82.64.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id C496E43D69 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 10:43:04 +0000 (GMT) (envelope-from alsemo@celcom.net.my) Received: from [210.195.128.18] by dtcimfe3.celcom.net.my with ESMTP id <20040803103755.IENL2569.dtcimfe3@[210.195.128.18]> for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 18:37:55 +0800 Message-ID: <410F6C09.2090307@celcom.net.my> Date: Tue, 03 Aug 2004 18:42:17 +0800 From: Ahmad Zulkarnain <alsemo@celcom.net.my> User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions <freebsd-questions@freebsd.org> X-Enigmail-Version: 0.84.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Can't log in KDE, kdeinit.core & ksplash.core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 10:43:06 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi guys, I try loggin in KDE usin Alsemo (my normal user's id) and put the password then I hit [Enter]. The KDE's splash screen appeared and all of the sudden the splash screen is gone and froze. Ctrl+Alt+F* and Ctrl+Alt+BackSpace didn't do any good and the mouse is immobilized. I had to hard-reboot and when the KDM greeted me again, I try loggin in to KDE again usin Alsemo but after I hit [Enter], the screen went back to KDM creatin an endless cycle of tryin to log in but failed. dmesg tells me: pid 676 (ksplash), uid 1001: exited on signal 11 (core dumped) pid 687 (kdeinit), uid 1001: exited on signal 11 (core dumped) pid 688 (kdeinit), uid 1001: exited on signal 11 (core dumped) pid 690 (kdeinit), uid 1001: exited on signal 11 (core dumped) pid 693 (kdeinit), uid 1001: exited on signal 11 (core dumped) and there's kdeinit.core and ksplash.core dumps in my home directory. There's also a .xsession-errors file which says: startkde: Starting up... Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". QSettings: malformed line '' in group 'General' QSettings: malformed line '' in group 'General' QSettings: malformed line '' in group 'General' QPixmap: Cannot create a QPixmap when no GUI is being used QPixmap: Cannot create a QPixmap when no GUI is being used Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". QSettings: malformed line '' in group 'General' DCOP aborting call from 'anonymous-686' to 'kded' ERROR: Communication problem with kded, it probably crashed. Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". QSettings: malformed line '' in group 'General' Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". QSettings: malformed line '' in group 'General' DCOP aborting call from 'anonymous-689' to 'knotify' ERROR: Communication problem with knotify, it probably crashed. Xlib: extension "GLX" missing on display ":0.0". Xlib: extension "GLX" missing on display ":0.0". QSettings: malformed line '' in group 'General' startkde: Shutting down... KLauncher: Exiting on signal 1 startkde: Running shutdown scripts... startkde: Done. I'm totally lost. I tried disablin KDM in /etc/ttys and Alsemo can log in X (not KDE). When I enable KDM again, the same error persist. The mind-bogglin thing bout this is that root can log in KDE without problem. Help/tips are very much appreciated. If the output of kdeinit.core & ksplash.core is needed, I'll post it in the next email. Thanks! - -- Karl http://www.alsemo.isdangerous.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBD2wJZ7L55/p4Pw4RAlJgAKDPVsGrBUk/zNzuHZM4vCAr5mQ0YACgzsgT +dQ/U9oc8ot7xjYoS1bQy6U= =TpdH -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 10:59:30 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E7CA16A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 10:59:30 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id C003943D5C for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 10:59:29 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 0B257813A; Tue, 3 Aug 2004 13:00:57 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 46193-06; Tue, 3 Aug 2004 13:00:56 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id B9B888125; Tue, 3 Aug 2004 13:00:56 +0200 (CEST) From: Jorn Argelo <jorn@wcborstel.nl> To: freebsd-questions@freebsd.org Date: Tue, 3 Aug 2004 12:59:34 +0200 User-Agent: KMail/1.6.2 References: <410F6C09.2090307@celcom.net.my> In-Reply-To: <410F6C09.2090307@celcom.net.my> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408031259.40502.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: Ahmad Zulkarnain <alsemo@celcom.net.my> Subject: Re: Can't log in KDE, kdeinit.core & ksplash.core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 10:59:30 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 03 August 2004 12:42, Ahmad Zulkarnain wrote: > Hi guys, > [snip] > > startkde: Starting up... > Xlib: extension "GLX" missing on display ":0.0". You already gave the answer to your problem. Make sure you load the GLX=20 module, which can be enabled in your XF86Config file. Cheers, Jorn =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBD3AZs2lBCry7iusRAmyKAKCxaDr69FdbIeLgIUhsk2PlCYIGkACbB9HF 4Ka65wBcc6rB3HXKw3DCwog=3D =3D5f4T =2D----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 11:52:14 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D30DD16A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 11:52:14 +0000 (GMT) Received: from dtcimfe2.celcom.net.my (dtcimfe2.celcom.net.my [203.82.64.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id C699443D5E for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 11:52:13 +0000 (GMT) (envelope-from alsemo@celcom.net.my) Received: from [210.195.128.101] by dtcimfe2.celcom.net.my with ESMTP id <20040803114705.NIJN2228.dtcimfe2@[210.195.128.101]> for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 19:47:05 +0800 Message-ID: <410F7C3E.6060807@celcom.net.my> Date: Tue, 03 Aug 2004 19:51:26 +0800 From: Ahmad Zulkarnain <alsemo@celcom.net.my> User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions <freebsd-questions@freebsd.org> References: <410F6C09.2090307@celcom.net.my> <200408031259.40502.jorn@wcborstel.nl> In-Reply-To: <200408031259.40502.jorn@wcborstel.nl> X-Enigmail-Version: 0.84.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Can't log in KDE, kdeinit.core & ksplash.core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 11:52:14 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jorn Argelo wrote: | On Tuesday 03 August 2004 12:42, Ahmad Zulkarnain wrote: | |> Hi guys, | | [snip] | |> startkde: Starting up... Xlib: extension "GLX" missing on |> display ":0.0". | | | You already gave the answer to your problem. Make sure you load the | GLX module, which can be enabled in your XF86Config file. | | Cheers, | | Jorn | | The Glx problem seems to be solve (Thanks Jorn) but my normal user's id still can't log in KDE. Here's the new .xsession-errors output. startkde: Starting up... QSettings: malformed line '' in group 'General' QSettings: malformed line '' in group 'General' QSettings: malformed line '' in group 'General' QPixmap: Cannot create a QPixmap when no GUI is being used QPixmap: Cannot create a QPixmap when no GUI is being used QSettings: malformed line '' in group 'General' DCOP aborting call from 'anonymous-559' to 'kded' ERROR: Communication problem with kded, it probably crashed. QSettings: malformed line '' in group 'General' QSettings: malformed line '' in group 'General' DCOP aborting call from 'anonymous-562' to 'knotify' ERROR: Communication problem with knotify, it probably crashed. QSettings: malformed line '' in group 'General' startkde: Shutting down... KLauncher: Exiting on signal 1 startkde: Running shutdown scripts... startkde: Done. and I got this new xclock.core dump in my home directory. Help is appreciated. Thanks. vampire# uname -a FreeBSD vampire.home.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #2: Sun Jun 20 03:25:38 MYT 2004 Alsemo@vampire.home.net:/usr/src/sys/i386/compile/VAMKERNEL i386 runnin on Clevo M22ES - -- Karl http://www.alsemo.isdangerous.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBD3w9Z7L55/p4Pw4RArP8AJ4waS/prnoYuVB6Y0x7iVrwr2qj/ACfTkHi SBLcyGMUwdHRyBf9br8mO70= =tT+3 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 12:00:16 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA84016A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 12:00:16 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 160C843D5A for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 12:00:16 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 6FEBC813A; Tue, 3 Aug 2004 14:01:43 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 46267-07; Tue, 3 Aug 2004 14:01:43 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id 170C080F9; Tue, 3 Aug 2004 14:01:43 +0200 (CEST) From: Jorn Argelo <jorn@wcborstel.nl> To: freebsd-questions@freebsd.org Date: Tue, 3 Aug 2004 14:00:22 +0200 User-Agent: KMail/1.6.2 References: <410F6C09.2090307@celcom.net.my> <200408031259.40502.jorn@wcborstel.nl> <410F7C3E.6060807@celcom.net.my> In-Reply-To: <410F7C3E.6060807@celcom.net.my> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408031400.26996.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: Ahmad Zulkarnain <alsemo@celcom.net.my> Subject: Re: Can't log in KDE, kdeinit.core & ksplash.core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 12:00:17 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 03 August 2004 13:51, Ahmad Zulkarnain wrote: > Jorn Argelo wrote: > | On Tuesday 03 August 2004 12:42, Ahmad Zulkarnain wrote: > |> Hi guys, > | > | [snip] > | > |> startkde: Starting up... Xlib: extension "GLX" missing on > |> display ":0.0". > | > | You already gave the answer to your problem. Make sure you load the > | GLX module, which can be enabled in your XF86Config file. > | > | Cheers, > | > | Jorn > > The Glx problem seems to be solve (Thanks Jorn) but my normal user's > id still can't log in KDE. Here's the new .xsession-errors output. > > startkde: Starting up... > QSettings: malformed line '' in group 'General' > QSettings: malformed line '' in group 'General' > QSettings: malformed line '' in group 'General' > QPixmap: Cannot create a QPixmap when no GUI is being used > QPixmap: Cannot create a QPixmap when no GUI is being used > QSettings: malformed line '' in group 'General' > DCOP aborting call from 'anonymous-559' to 'kded' > ERROR: Communication problem with kded, it probably crashed. > QSettings: malformed line '' in group 'General' > QSettings: malformed line '' in group 'General' > DCOP aborting call from 'anonymous-562' to 'knotify' > ERROR: Communication problem with knotify, it probably crashed. > QSettings: malformed line '' in group 'General' > startkde: Shutting down... > KLauncher: Exiting on signal 1 > startkde: Running shutdown scripts... > startkde: Done. > > and I got this new xclock.core dump in my home directory. Help is > appreciated. Thanks. > > vampire# uname -a > FreeBSD vampire.home.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #2: Sun > Jun 20 03:25:38 MYT 2004 > Alsemo@vampire.home.net:/usr/src/sys/i386/compile/VAMKERNEL i386 > > runnin on Clevo M22ES Can you give us your XF86Config file? Also, post all the relevant errors=20 from /var/log/XFree86.log=20 Jorn =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBD35Ys2lBCry7iusRAgzEAJoD+2hUNCPOjMIz9BeqpRzJkq+GEgCgkDi+ r0FYbiDLRVsplepPcWxBfu0=3D =3DSSX9 =2D----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 12:26:17 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32AE916A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 12:26:17 +0000 (GMT) Received: from router.ua.pmmci.com (ua.pmmci.com [213.186.210.18]) by mx1.FreeBSD.org (Postfix) with SMTP id 4451243D45 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 12:26:16 +0000 (GMT) (envelope-from mirya@ukrpost.net) Received: (qmail 37688 invoked from network); 3 Aug 2004 12:26:06 -0000 Received: from t-mirya.ua.pmmci.com (HELO TMirya) (10.9.4.7) by router.ua.pmmci.com with SMTP; 3 Aug 2004 12:26:06 -0000 From: "Kyryll Mirnenko" <mirya@ukrpost.net> To: <freebsd-questions@freebsd.org> Date: Tue, 3 Aug 2004 15:26:07 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcR5VQ0vmsEiI6FUSOWTuxgg+zi1RA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-Id: <20040803122616.4451243D45@mx1.FreeBSD.org> Subject: NTFS alternative driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 12:26:17 -0000 If found out ntfs kernel module doesn't support writing. Is there an alternative way to get r/w (!) access to NTFS (I'm running 5.2.1)? No advanced features (like ACL, resident files, etc.) are needed, just simple write operations to make some apps run in wine. -------------- Regards, Mirya From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 12:44:23 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5161116A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 12:44:23 +0000 (GMT) Received: from mail.ubersoft.co.za (mail.ubersoft.co.za [196.31.69.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3BD443D5F for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 12:44:21 +0000 (GMT) (envelope-from freebsd@ubersoft.co.za) Received: from localhost (localhost.ubersoft.co.za [127.0.0.1]) by mail.ubersoft.co.za (Postfix) with ESMTP id C7070592C for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 14:41:34 +0200 (SAST) Received: from mail.ubersoft.co.za ([127.0.0.1]) by localhost (server.ubersoft.co.za [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 46478-02 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 14:41:33 +0200 (SAST) Received: from bailey (garethb [192.168.0.11]) by mail.ubersoft.co.za (Postfix) with ESMTP id AF56F592B for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 14:41:33 +0200 (SAST) Message-ID: <002c01c47958$15225130$0b00a8c0@bailey> From: "Gareth Bailey" <freebsd@ubersoft.co.za> To: "freebsd mail" <freebsd-questions@freebsd.org> Date: Tue, 3 Aug 2004 14:47:48 +0200 Organization: Ubersoft 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.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: by amavisd-new at ubersoft.co.za Subject: Samsung ML-1510 under FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gareth Bailey <freebsd@ubersoft.co.za> List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 12:44:23 -0000 Hello all, I am trying to set up a Samsung ML-1510 on my 4.10 release server. I've had a look at linuxprinting.org and it is supported but i'm not clear on what i need to install/do to get it working on FreeBSD. Can i use cups? I see there is cups and cups-lpr in ports. Could anyone give some advice on an easy way to get this up-and-running? Thanks, Gareth Bailey From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 12:51:21 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C364A16A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 12:51:21 +0000 (GMT) Received: from dtcimfe2.celcom.net.my (dtcimfe2.celcom.net.my [203.82.64.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id D769943D46 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 12:51:20 +0000 (GMT) (envelope-from alsemo@celcom.net.my) Received: from [210.195.128.156] by dtcimfe2.celcom.net.my with ESMTP id <20040803124525.NLEZ2228.dtcimfe2@[210.195.128.156]> for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 20:45:25 +0800 Message-ID: <410F89EA.5070109@celcom.net.my> Date: Tue, 03 Aug 2004 20:49:46 +0800 From: Ahmad Zulkarnain <alsemo@celcom.net.my> User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions <freebsd-questions@freebsd.org> References: <410F6C09.2090307@celcom.net.my> <200408031259.40502.jorn@wcborstel.nl> <410F7C3E.6060807@celcom.net.my> <200408031400.26996.jorn@wcborstel.nl> In-Reply-To: <200408031400.26996.jorn@wcborstel.nl> X-Enigmail-Version: 0.84.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Can't log in KDE, kdeinit.core & ksplash.core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 12:51:22 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jorn Argelo wrote: | On Tuesday 03 August 2004 13:51, Ahmad Zulkarnain wrote: | |> Jorn Argelo wrote: | On Tuesday 03 August 2004 12:42, Ahmad |> Zulkarnain wrote: |> Hi guys, | | [snip] | |> startkde: Starting |> up... Xlib: extension "GLX" missing on |> display ":0.0". | | |> You already gave the answer to your problem. Make sure you load |> the | GLX module, which can be enabled in your XF86Config file. | |> | Cheers, | | Jorn | |> The Glx problem seems to be solve (Thanks Jorn) but my normal |> user's id still can't log in KDE. Here's the new .xsession-errors |> output. | |> startkde: Starting up... QSettings: malformed line '' in group |> 'General' QSettings: malformed line '' in group 'General' |> QSettings: malformed line '' in group 'General' QPixmap: Cannot |> create a QPixmap when no GUI is being used QPixmap: Cannot create |> a QPixmap when no GUI is being used QSettings: malformed line '' |> in group 'General' DCOP aborting call from 'anonymous-559' to |> 'kded' ERROR: Communication problem with kded, it probably |> crashed. QSettings: malformed line '' in group 'General' |> QSettings: malformed line '' in group 'General' DCOP aborting |> call from 'anonymous-562' to 'knotify' ERROR: Communication |> problem with knotify, it probably crashed. QSettings: malformed |> line '' in group 'General' startkde: Shutting down... KLauncher: |> Exiting on signal 1 startkde: Running shutdown scripts... |> startkde: Done. | |> and I got this new xclock.core dump in my home directory. Help is |> appreciated. Thanks. | |> vampire# uname -a FreeBSD vampire.home.net 5.2.1-RELEASE FreeBSD |> 5.2.1-RELEASE #2: Sun Jun 20 03:25:38 MYT 2004 |> Alsemo@vampire.home.net:/usr/src/sys/i386/compile/VAMKERNEL i386 | |> runnin on Clevo M22ES | | | Can you give us your XF86Config file? Also, post all the relevant | errors from /var/log/XFree86.log | | Jorn | Sorry fer late reply, I have to swap back & forth from FreeBSD - XP coz FreeBSD is currently unable to go internet. As I'm still dumb bout FreeBSD, I can't make out what's the relevant error(s) that I should post. Because the files is quite lengthy, I hope url is ok fer postin and I've just uploaded the files as stated below. <a href="http://home.graffiti.net/alsemo/contents/XF86Config.txt">/etc/X11/XF86Config</a> <a href="http://home.graffiti.net/alsemo/contents/kdm.log.txt">/var/log/kdm.log</a> <a href="http://home.graffiti.net/alsemo/contents/XFree86.0.log.txt">/var/log/XFree86.0.log</a> <a href="http://home.graffiti.net/alsemo/contents/XFree86.8.log.txt">/var/log/XFree86.8.log</a> I hope this is the correct files. My root account seems to be fine when loggin in KDE with no error whatsoever. Thanks again. Sorry fer takin your time. - -- Karl http://www.alsemo.isdangerous.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBD4nqZ7L55/p4Pw4RAvN9AJ4jAw5qwNWfUeKD3eE5bz2WUdAUIQCfZx3e cDdDQJknynZuHQgBqS47eRI= =425Q -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 12:53:24 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2708C16A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 12:53:24 +0000 (GMT) Received: from dtcimfe2.celcom.net.my (dtcimfe2.celcom.net.my [203.82.64.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCCEF43D5E for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 12:53:22 +0000 (GMT) (envelope-from alsemo@celcom.net.my) Received: from [210.195.128.156] by dtcimfe2.celcom.net.my with ESMTP id <20040803124619.NLFV2228.dtcimfe2@[210.195.128.156]> for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 20:46:19 +0800 Message-ID: <410F8A1A.9060206@celcom.net.my> Date: Tue, 03 Aug 2004 20:50:34 +0800 From: Ahmad Zulkarnain <alsemo@celcom.net.my> User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions <freebsd-questions@freebsd.org> References: <410F6C09.2090307@celcom.net.my> <200408031259.40502.jorn@wcborstel.nl> <410F7C3E.6060807@celcom.net.my> <200408031400.26996.jorn@wcborstel.nl> In-Reply-To: <200408031400.26996.jorn@wcborstel.nl> X-Enigmail-Version: 0.84.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Can't log in KDE, kdeinit.core & ksplash.core dumps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 12:53:24 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jorn Argelo wrote: | On Tuesday 03 August 2004 13:51, Ahmad Zulkarnain wrote: | |> Jorn Argelo wrote: | On Tuesday 03 August 2004 12:42, Ahmad |> Zulkarnain wrote: |> Hi guys, | | [snip] | |> startkde: Starting |> up... Xlib: extension "GLX" missing on |> display ":0.0". | | |> You already gave the answer to your problem. Make sure you load |> the | GLX module, which can be enabled in your XF86Config file. | |> | Cheers, | | Jorn | |> The Glx problem seems to be solve (Thanks Jorn) but my normal |> user's id still can't log in KDE. Here's the new .xsession-errors |> output. | |> startkde: Starting up... QSettings: malformed line '' in group |> 'General' QSettings: malformed line '' in group 'General' |> QSettings: malformed line '' in group 'General' QPixmap: Cannot |> create a QPixmap when no GUI is being used QPixmap: Cannot create |> a QPixmap when no GUI is being used QSettings: malformed line '' |> in group 'General' DCOP aborting call from 'anonymous-559' to |> 'kded' ERROR: Communication problem with kded, it probably |> crashed. QSettings: malformed line '' in group 'General' |> QSettings: malformed line '' in group 'General' DCOP aborting |> call from 'anonymous-562' to 'knotify' ERROR: Communication |> problem with knotify, it probably crashed. QSettings: malformed |> line '' in group 'General' startkde: Shutting down... KLauncher: |> Exiting on signal 1 startkde: Running shutdown scripts... |> startkde: Done. | |> and I got this new xclock.core dump in my home directory. Help is |> appreciated. Thanks. | |> vampire# uname -a FreeBSD vampire.home.net 5.2.1-RELEASE FreeBSD |> 5.2.1-RELEASE #2: Sun Jun 20 03:25:38 MYT 2004 |> Alsemo@vampire.home.net:/usr/src/sys/i386/compile/VAMKERNEL i386 | |> runnin on Clevo M22ES | | | Can you give us your XF86Config file? Also, post all the relevant | errors from /var/log/XFree86.log | | Jorn | Sorry fer late reply, I have to swap back & forth from FreeBSD - XP coz FreeBSD is currently unable to go internet. As I'm still dumb bout FreeBSD, I can't make out what's the relevant error(s) that I should post. Because the files is quite lengthy, I hope url is ok fer postin and I've just uploaded the files as stated below. <a href="http://home.graffiti.net/alsemo/contents/XF86Config.txt">/etc/X11/XF86Config</a> <a href="http://home.graffiti.net/alsemo/contents/kdm.log.txt">/var/log/kdm.log</a> <a href="http://home.graffiti.net/alsemo/contents/XFree86.0.log.txt">/var/log/XFree86.0.log</a> <a href="http://home.graffiti.net/alsemo/contents/XFree86.8.log.txt">/var/log/XFree86.8.log</a> I hope this is the correct files. My root account seems to be fine when loggin in KDE with no error whatsoever. Thanks again. Sorry fer takin your time. - -- Karl http://www.alsemo.isdangerous.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBD4nqZ7L55/p4Pw4RAvN9AJ4jAw5qwNWfUeKD3eE5bz2WUdAUIQCfZx3e cDdDQJknynZuHQgBqS47eRI= =425Q -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 13:27:02 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5B7F16A4CE for <questions@freebsd.org>; Tue, 3 Aug 2004 13:27:02 +0000 (GMT) Received: from s2.home.ro (s2.home.ro [193.231.236.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 119C543D2F for <questions@freebsd.org>; Tue, 3 Aug 2004 13:27:02 +0000 (GMT) (envelope-from vladtudorache@home.ro) Received: (qmail 16621 invoked by uid 30); 3 Aug 2004 13:26:52 -0000 Date: 3 Aug 2004 13:26:52 -0000 Message-ID: <20040803132652.16619.qmail@s2.home.ro> From: Vlad Tudorache <vladtudorache@home.ro> To: questions@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII X-Mailer: HOME.RO FreeMail v2.1 X-Originating-IP: 80.97.176.115 Subject: kdm or GNOME-session hangs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 13:27:02 -0000 I'm using FreeBSD 4.10 with a custom kernel. I have two problems: 1) If ACPI support activated, my fdc0 does not work (the kernel can not reserve I/O port addresses for it). Without ACPI, everything works OK, but: 2) When using kdm as display manager, if I select GNOME session as root and then try to halt/reboot directly from the GNOME's logout menu, the system appears to hang until I press Ctrl-Alt-Del. After that, the system reboots (of course). What's the problem? How can I solve it? This is not encountered in Linux, for example. Thank you. ---- Home, no matter how far... http://www.home.ro From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 13:31:20 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D9D016A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 13:31:20 +0000 (GMT) Received: from gw01.nln.ru (gw01.nln.ru [217.174.98.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D49E43D53 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 13:31:15 +0000 (GMT) (envelope-from grint@nln.ru) Received: from grint.int.nln.ru (grint.int.nln.ru [192.168.150.193]) by gw01.nln.ru (8.12.7/8.12.8) with ESMTP id i73DVDls029529 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 17:31:13 +0400 Received: from [127.0.0.1] (helo=localhost) by grint.int.nln.ru with smtp (Exim 4.34; FreeBSD) id 1BrzNm-000KWd-2E for freebsd-questions@freebsd.org; Tue, 03 Aug 2004 17:31:10 +0400 Date: Tue, 3 Aug 2004 17:31:06 +0400 From: "Ruslan N. Gogunsci" <grint@nln.ru> To: freebsd-questions@freebsd.org Message-Id: <20040803173106.494e568b@localhost> In-Reply-To: <002c01c47958$15225130$0b00a8c0@bailey> References: <002c01c47958$15225130$0b00a8c0@bailey> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamd / ClamAV version 0.72, clamav-milter version 0.72 on localhost X-Virus-Status: Clean Subject: Re: Samsung ML-1510 under FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 13:31:20 -0000 Hello, On Tue, 3 Aug 2004 14:47:48 +0200 "Gareth Bailey" <freebsd@ubersoft.co.za> wrote: > Hello all, > > I am trying to set up a Samsung ML-1510 on my 4.10 release server. I've > had a look at linuxprinting.org and it is supported but i'm not clear on > what i need to install/do to get it working on FreeBSD. > > Can i use cups? I see there is cups and cups-lpr in ports. I don't have 1510, but i use ML-1250 and cups without any problems. I don't remember where, but when i interested does freebsd support my printer, i read that i must choose type like HP LaserJet 4 series > > Could anyone give some advice on an easy way to get this up-and-running? > > Thanks, > Gareth Bailey > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 13:37:08 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED69A16A4CE for <questions@freebsd.org>; Tue, 3 Aug 2004 13:37:07 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB8BC43D31 for <questions@freebsd.org>; Tue, 3 Aug 2004 13:37:07 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 9765E69A71; Tue, 3 Aug 2004 09:37:06 -0400 (EDT) Date: Tue, 3 Aug 2004 09:37:05 -0400 From: Bill Moran <wmoran@potentialtech.com> To: Matt <finitesoup@gmail.com> Message-Id: <20040803093705.6dec1f13.wmoran@potentialtech.com> In-Reply-To: <1e490997040802231017bc78bf@mail.gmail.com> References: <1e490997040802231017bc78bf@mail.gmail.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: using a disk "mirrored" with dd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 13:37:08 -0000 Matt <finitesoup@gmail.com> wrote: > I have a machine running 4.10-RELEASE-p2 with two identical hard disks > -- ad0 and ad2. I would like to make a complete copy of the first disk > to the second disk nightly for quick disaster recovery. > > I've dd'ed the disk as follows > > # dd if=/dev/ad0 of=/dev/ad2 > > and edited the disklabel of the second disk to change ad0s1 to ad2s1 as follows > > # disklabel -e -r ad2 > > However, I'm still unable to mount the root partion (or any other > partition) of the second disk to tweak /etc/fstab etc. even though > > # mount /dev/ad2s1a /mnt > mount: /dev/ad2s1a: Operation not permitted What is your securelevel? See man securelevel. > > What am I missing? Is there anything else I need to do beyond editing > the disklabel to allow me to use the "mirrored" disk? > > Output of disklabel for the two disks follows: > > # disklabel ad0 > # /dev/ad0c: > type: ESDI > disk: ad0s1 > label: > flags: > bytes/sector: 512 > sectors/track: 63 > tracks/cylinder: 255 > sectors/cylinder: 16065 > cylinders: 4864 > sectors/unit: 78156162 > rpm: 3600 > interleave: 1 > trackskew: 0 > cylinderskew: 0 > headswitch: 0 # milliseconds > track-to-track seek: 0 # milliseconds > drivedata: 0 > > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > a: 409600 0 4.2BSD 2048 16384 97 # (Cyl. 0 - 25*) > b: 5242880 409600 swap # (Cyl. 25*- 351*) > c: 78156162 0 unused 0 0 # (Cyl. 0 - 4864*) > e: 4194304 5652480 4.2BSD 2048 16384 89 # (Cyl. 351*- 612*) > f: 10485760 9846784 4.2BSD 2048 16384 89 # (Cyl. 612*- 1265*) > g: 18874368 20332544 4.2BSD 2048 16384 89 # (Cyl. 1265*- 2440*) > > # disklabel ad2 > # /dev/ad2c: > type: ESDI > disk: ad2s1 > label: > flags: > bytes/sector: 512 > sectors/track: 63 > tracks/cylinder: 255 > sectors/cylinder: 16065 > cylinders: 4864 > sectors/unit: 78156162 > rpm: 3600 > interleave: 1 > trackskew: 0 > cylinderskew: 0 > headswitch: 0 # milliseconds > track-to-track seek: 0 # milliseconds > drivedata: 0 > > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > a: 409600 0 4.2BSD 2048 16384 97 # (Cyl. 0 - 25*) > b: 5242880 409600 swap # (Cyl. 25*- 351*) > c: 78156162 0 unused 0 0 # (Cyl. 0 - 4864*) > e: 4194304 5652480 4.2BSD 2048 16384 89 # (Cyl. 351*- 612*) > f: 10485760 9846784 4.2BSD 2048 16384 89 # (Cyl. 612*- 1265*) > g: 18874368 20332544 4.2BSD 2048 16384 89 # (Cyl. 1265*- 2440*) > > Thanks for any insight, and let me know if you need to see anything else. > > -Matt > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 13:47:39 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF4F016A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 13:47:39 +0000 (GMT) Received: from web60004.mail.yahoo.com (web60004.mail.yahoo.com [216.109.116.227]) by mx1.FreeBSD.org (Postfix) with SMTP id 72F4F43D4C for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 13:47:39 +0000 (GMT) (envelope-from chris@autobleep.com) Message-ID: <20040803134738.51882.qmail@web60004.mail.yahoo.com> Received: from [198.54.202.4] by web60004.mail.yahoo.com via HTTP; Tue, 03 Aug 2004 06:47:38 PDT X-RocketYMMF: chris_martinus1 Date: Tue, 3 Aug 2004 06:47:38 -0700 (PDT) From: Chris Martinus <chris@autobleep.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Disk mirroring with 'dd' and (expletives) USB ISDN modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: chris@autobleep.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 13:47:40 -0000 For years I have backed up my FreeBSD systems using tcopy. I use removeable disk trays for fast recovery. All disks are configured bus master and are connected to different IDE controllers. tcopy /dev/ad0 /dev/ad2 fsck -y /dev/ad2a works just great! There's just a whinge from tcopy when it tries to rewind the disk (tcopy = 'tape copy'). The only caveat is that the drives should be identical. Now for my question. I have been trying to get a USB ISDN modem (Microcom ISDN USB Travel/C) hooked up. Currently using FreeBSD 4.8. After googling etc I found references to "device umodem" & "device ucom". Tried compiling them in, but nothing other than the ugen driver finds the modem. The modem never even powers up, though it works fine with Windoze. Can anyone point me in the right direction? Chris Martinus From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 13:55:38 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2818416A4E1 for <questions@freebsd.org>; Tue, 3 Aug 2004 13:55:38 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4535C43D6A for <questions@freebsd.org>; Tue, 3 Aug 2004 13:55:17 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i73DreN26979; Tue, 3 Aug 2004 09:53:40 -0400 (EDT) From: Jerry McAllister <jerrymc@clunix.cl.msu.edu> Message-Id: <200408031353.i73DreN26979@clunix.cl.msu.edu> To: wmoran@potentialtech.com (Bill Moran) Date: Tue, 3 Aug 2004 09:53:40 -0400 (EDT) In-Reply-To: <20040803093705.6dec1f13.wmoran@potentialtech.com> from "Bill Moran" at Aug 03, 2004 09:37:05 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: questions@freebsd.org cc: Matt <finitesoup@gmail.com> Subject: Re: using a disk "mirrored" with dd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 13:55:38 -0000 > > Matt <finitesoup@gmail.com> wrote: > > > I have a machine running 4.10-RELEASE-p2 with two identical hard disks > > -- ad0 and ad2. I would like to make a complete copy of the first disk > > to the second disk nightly for quick disaster recovery. > > > > I've dd'ed the disk as follows > > > > # dd if=/dev/ad0 of=/dev/ad2 > > > > and edited the disklabel of the second disk to change ad0s1 to ad2s1 as follows > > > > # disklabel -e -r ad2 > > > > However, I'm still unable to mount the root partion (or any other > > partition) of the second disk to tweak /etc/fstab etc. even though > > > > # mount /dev/ad2s1a /mnt > > mount: /dev/ad2s1a: Operation not permitted Not an answer to your specific question, but I would suggest doing the whole thing a little differently. First fdisk, disklabel and newfs the drive to make the filesystems you want, including making the slice bootable, etc. Then copy each filesystem on the previous disk using dump(8)/restore(8). If you have enough scratch space, you can dump to files in spare space and then restore from those. Or, you can pipe a dump to a restore. It is preferable to using dd for something like this. ////jerry > > What is your securelevel? See man securelevel. > > > > > What am I missing? Is there anything else I need to do beyond editing > > the disklabel to allow me to use the "mirrored" disk? > > > > Output of disklabel for the two disks follows: > > > > # disklabel ad0 > > # /dev/ad0c: > > type: ESDI > > disk: ad0s1 > > label: > > flags: > > bytes/sector: 512 > > sectors/track: 63 > > tracks/cylinder: 255 > > sectors/cylinder: 16065 > > cylinders: 4864 > > sectors/unit: 78156162 > > rpm: 3600 > > interleave: 1 > > trackskew: 0 > > cylinderskew: 0 > > headswitch: 0 # milliseconds > > track-to-track seek: 0 # milliseconds > > drivedata: 0 > > > > 8 partitions: > > # size offset fstype [fsize bsize bps/cpg] > > a: 409600 0 4.2BSD 2048 16384 97 # (Cyl. 0 - 25*) > > b: 5242880 409600 swap # (Cyl. 25*- 351*) > > c: 78156162 0 unused 0 0 # (Cyl. 0 - 4864*) > > e: 4194304 5652480 4.2BSD 2048 16384 89 # (Cyl. 351*- 612*) > > f: 10485760 9846784 4.2BSD 2048 16384 89 # (Cyl. 612*- 1265*) > > g: 18874368 20332544 4.2BSD 2048 16384 89 # (Cyl. 1265*- 2440*) > > > > # disklabel ad2 > > # /dev/ad2c: > > type: ESDI > > disk: ad2s1 > > label: > > flags: > > bytes/sector: 512 > > sectors/track: 63 > > tracks/cylinder: 255 > > sectors/cylinder: 16065 > > cylinders: 4864 > > sectors/unit: 78156162 > > rpm: 3600 > > interleave: 1 > > trackskew: 0 > > cylinderskew: 0 > > headswitch: 0 # milliseconds > > track-to-track seek: 0 # milliseconds > > drivedata: 0 > > > > 8 partitions: > > # size offset fstype [fsize bsize bps/cpg] > > a: 409600 0 4.2BSD 2048 16384 97 # (Cyl. 0 - 25*) > > b: 5242880 409600 swap # (Cyl. 25*- 351*) > > c: 78156162 0 unused 0 0 # (Cyl. 0 - 4864*) > > e: 4194304 5652480 4.2BSD 2048 16384 89 # (Cyl. 351*- 612*) > > f: 10485760 9846784 4.2BSD 2048 16384 89 # (Cyl. 612*- 1265*) > > g: 18874368 20332544 4.2BSD 2048 16384 89 # (Cyl. 1265*- 2440*) > > > > Thanks for any insight, and let me know if you need to see anything else. > > > > -Matt > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > -- > Bill Moran > Potential Technologies > http://www.potentialtech.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 14:05:09 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E59E16A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 14:05:09 +0000 (GMT) Received: from mta9.adelphia.net (mta9.adelphia.net [68.168.78.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 441B843D54 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 14:05:09 +0000 (GMT) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.71]) by mta9.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040803140508.WAPZ2023.mta9.adelphia.net@barbish>; Tue, 3 Aug 2004 10:05:08 -0400 From: "JJB" <Barbish3@adelphia.net> To: <chris@autobleep.com>, <freebsd-questions@freebsd.org> Date: Tue, 3 Aug 2004 10:05:07 -0400 Message-ID: <MIEPLLIBMLEEABPDBIEGMEGCGIAA.Barbish3@adelphia.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20040803134738.51882.qmail@web60004.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Subject: RE: Disk mirroring with 'dd' and (expletives) USB ISDN modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 14:05:09 -0000 Now for my question. I have been trying to get a USB ISDN modem (Microcom ISDN USB Travel/C) hooked up. Currently using FreeBSD 4.8. After googling etc I found references to "device umodem" & "device ucom". Tried compiling them in, but nothing other than the ugen driver finds the modem. The modem never even powers up, though it works fine with Windoze. Can anyone point me in the right direction? Chris Martinus _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscribe@freebsd.org ******************************************************************** ******************************************* Sounds like your USB modem is a ms/windows modem. They are not supported in FreeBSD. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 14:17:41 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A859516A4CE for <freebsd-questions@FreeBSD.org>; Tue, 3 Aug 2004 14:17:41 +0000 (GMT) Received: from hotmail.com (bay16-f22.bay16.hotmail.com [65.54.186.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C29F43D39 for <freebsd-questions@FreeBSD.org>; Tue, 3 Aug 2004 14:17:41 +0000 (GMT) (envelope-from ifho@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 3 Aug 2004 07:17:41 -0700 Received: from 200.223.117.4 by by16fd.bay16.hotmail.msn.com with HTTP; Tue, 03 Aug 2004 14:17:40 GMT X-Originating-IP: [200.223.117.4] X-Originating-Email: [ifho@hotmail.com] X-Sender: ifho@hotmail.com From: "Ismael Alves dos S. Filho" <ifho@hotmail.com> To: freebsd-questions@FreeBSD.org Date: Tue, 03 Aug 2004 11:17:40 -0300 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: <BAY16-F22b0PIAxct7R0007c02e@hotmail.com> X-OriginalArrivalTime: 03 Aug 2004 14:17:41.0254 (UTC) FILETIME=[A30E7260:01C47964] Subject: Certification Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 14:17:41 -0000 Hi there, I would like to know if there is a Certification Program for FreeBSD, OpenBSD or NetBSD, like SUN's Solaris Certification Program for example. If there is, what is the procedure to make the exam(s)? I am in Salvador/Bahia/BRAZIL. Thanks in advance, Ismael Filho. -- "What was and what may be, lie, like children whose faces we cannot see, in the arms of silence. All we ever have is here, now." - Ursula K. Le Guin - _________________________________________________________________ MSN Messenger: instale grátis e converse com seus amigos. http://messenger.msn.com.br From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 14:20:54 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 933DC16A4CE for <questions@FreeBSD.org>; Tue, 3 Aug 2004 14:20:54 +0000 (GMT) Received: from hotmail.com (bay16-f6.bay16.hotmail.com [65.54.186.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F11C43D68 for <questions@FreeBSD.org>; Tue, 3 Aug 2004 14:20:52 +0000 (GMT) (envelope-from ifho@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 3 Aug 2004 07:20:52 -0700 Received: from 200.223.117.4 by by16fd.bay16.hotmail.msn.com with HTTP; Tue, 03 Aug 2004 14:20:52 GMT X-Originating-IP: [200.223.117.4] X-Originating-Email: [ifho@hotmail.com] X-Sender: ifho@hotmail.com From: "Ismael Alves dos S. Filho" <ifho@hotmail.com> To: questions@FreeBSD.org Date: Tue, 03 Aug 2004 11:20:52 -0300 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: <BAY16-F6YvHGTcZJ8R60004e1f6@hotmail.com> X-OriginalArrivalTime: 03 Aug 2004 14:20:52.0392 (UTC) FILETIME=[14FBCA80:01C47965] Subject: Certification Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 14:20:54 -0000 Hi there, I would like to know if there is a Certification Program for FreeBSD, OpenBSD or NetBSD, like SUN's Solaris Certification Program for example. If there is, what is the procedure to make the exam(s)? I am in Salvador/Bahia/BRAZIL. Thanks in advance, Ismael Filho. -- "What was and what may be, lie, like children whose faces we cannot see, in the arms of silence. All we ever have is here, now." - Ursula K. Le Guin - _________________________________________________________________ MSN Messenger: instale grátis e converse com seus amigos. http://messenger.msn.com.br From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 14:32:08 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8082716A4CE for <questions@freebsd.org>; Tue, 3 Aug 2004 14:32:08 +0000 (GMT) Received: from fam.ulusiada.pt (mail.fam.ulusiada.pt [193.136.184.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 77BA043D60 for <questions@freebsd.org>; Tue, 3 Aug 2004 14:32:06 +0000 (GMT) (envelope-from "") Received: (qmail 21414 invoked by uid 502); 3 Aug 2004 14:32:02 -0000 Received: from by mail.fam.ulusiada.pt in 0.116859 secs); 03 Aug 2004 14:32:02 -0000 Date: 3 Aug 2004 14:32:02 -0000 From: "Mail System Anti-Virus Administrator" <webmail@mail.fam.ulusiada.pt> To: questions@freebsd.org Message-ID: <mail.fam.ulusiada.pt109154352240421398@mail.fam.ulusiada.pt> X-Tnz-Problem-Type: 40 MIME-Version: 1.0 Content-type: text/plain cc: lixo@mail.fam.ulusiada.pt Subject: Virus found in sent message "hello" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 14:32:08 -0000 Attention: questions@freebsd.org. A Virus was found in an Email message you sent. This Email scanner intercepted it and stopped the entire message reaching it's destination. The Virus was reported to be: W32/Netsky.B@mm Please update your virus scanner or contact your I.T support personnel as soon as possible as you have a virus on your system. Your message was sent with the following envelope: MAIL FROM: questions@freebsd.org RCPT TO: puto@fam.ulusiada.pt ... and with the following headers: From: questions@freebsd.org To: puto@fam.ulusiada.pt Subject: hello Date: Tue, 3 Aug 2004 15:36:11 +0100 The original message is kept in: mail.fam.ulusiada.pt:/var/spool/qmailscan/quarantine where the Mail System Anti-Virus Administrator can further diagnose it. The Email scanner reported the following when it scanned that message: --- ---fprot results --- Virus scanning report - 3. August 2004 15:32 F-PROT 3.11b SIGN.DEF created 31. July 2004 SIGN2.DEF created 31. July 2004 MACRO.DEF created 2. August 2004 Search: /var/spool/qmailscan/mail.fam.ulusiada.pt109154352140421398 /var/spool/qmailscan/working/new/mail.fam.ulusiada.pt109154352140421398 Action: Report only Files: "Dumb" scan of all files Switches: /ARCHIVE /AI /var/spool/qmailscan/mail.fam.ulusiada.pt109154352140421398/talk.htm.exe Infection: W32/Netsky.B@mm /var/spool/qmailscan/working/new/mail.fam.ulusiada.pt109154352140421398->talk.zip->talk.htm.exe Infection: W32/Netsky.B@mm Results of virus scanning: Files: 3 MBRs: 0 Boot sectors: 0 Objects scanned: 5 Infected: 2 Suspicious: 0 Disinfected: 0 Deleted: 0 Renamed: 0 Time: 0:00 --- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 14:39:41 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 468FF16A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 14:39:41 +0000 (GMT) Received: from makeworld.com (makeworld.com [198.92.228.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1608543D5F for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 14:39:41 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 5A75062B1 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 09:39:40 -0500 (CDT) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00648-04 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 09:39:39 -0500 (CDT) Received: from [198.92.228.34] (racerx.makeworld.com [198.92.228.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 379D6627C for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 09:39:39 -0500 (CDT) Message-ID: <410FA3AA.3060303@makeworld.com> Date: Tue, 03 Aug 2004 09:39:38 -0500 From: Chris <racerx@makeworld.com> User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040731) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD - Questions <freebsd-questions@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at makeworld.com - Isn't it ironic Subject: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 14:39:41 -0000 -- Best regards, Chris From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 14:50:23 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8618C16A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 14:50:23 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF81243D3F for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 14:50:16 +0000 (GMT) SRS0=So2F/K8/=KZ=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i73EoEBC035240 for freebsd-questions@freebsd.org; Tue, 3 Aug 2004 16:50:14 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark <admin@asarian-host.net> Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408031450.I73EOEAV035230@asarian-host.net> Date: Tue, 03 Aug 2004 14:50:14 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: A4n7rX7SOtdTpvizoYdDSjF90iOAzQ1fHSJgt8mWaEy+SS8OXjH97LnDf1dUWq8t2RBFbzweT7jFOpW4TyJMrw== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: <freebsd-questions@freebsd.org> References: <MIEPLLIBMLEEABPDBIEGEEFFGIAA.Barbish3@adelphia.net> <200408021816.I72IGEB4020395@asarian-host.net> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ+mJjFqW1BleBN9AQFx1gf/bXT8RwE/VGepIcYO43UhuyDWzBsRJ2fd VdKL7LoGrkzhELgXHZGuKrRxQTEODKERUcmHT4pQmXQGnGASRrnkbA6UezPIGUU7 TWxO3+xzGos8AALuNv5FhHUaJSVoLv/qpXP5KQ7VgnF7nPWesHf/IU9FC6tuVhhy qWIxLCu9bSg5ANElNpYxzQjuacE76jSJMZIiY7N2GZwJDbiTJrxwZemfIqFnFYkY D07IZjRmeYCyYvEIybdgFNmidOXhFljmdh5K5bz4bZFhiVEMS7fm3ONnqj45lKl8 T3PN0mBVolLpSxFXKTRrn+3bRF/0oNNkiMn+C6fkX/QSHvZz9dgXjw== =ebV/ Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 14:50:23 -0000 Mark wrote: > The goal is simple: I want to limit connections to port 25 to 32 in > total, targeted at "me". And of those 32, only 4 per source. Like so: > > ipfw add 1 check-state > ... > ipfw add 11 allow tcp from any to me 25 setup limit dst-addr 32 > ipfw add 12 allow tcp from any to me 25 setup limit src-addr 4 > > Please, tell me then how "all wrong" this is. Because I *still* get > the impression that rule 12 is never reached. And, so far, "ipfw > show" does, indeed, only show activity on rule 11. If at all possible, I would still like to hear a suggestion as to how to combine the two rules. From my pov, the first "allow" in rule 11 makes a packet pass, provided there are less then 32 connections in total. Thus, rule 12 never gets invoked (which, indeed, seems to be the case). Someone suggested to me I was at fault for numbering the rules. Quite frankly, that does not compute to me, as ipfw autonumbers anyway (in default steps of 100, I believe). Seriously, I do not mind hearing how "all wrong" my rules are; but, at the same time, I have not heard a proper way of doing this. I appreciate suggestions, - Mark From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 14:57:34 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04AFC16A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 14:57:34 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD51443D41 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 14:57:33 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id E390369A71; Tue, 3 Aug 2004 10:57:32 -0400 (EDT) Date: Tue, 3 Aug 2004 10:57:31 -0400 From: Bill Moran <wmoran@potentialtech.com> To: Mark <admin@asarian-host.net> Message-Id: <20040803105731.197c7cd0.wmoran@potentialtech.com> In-Reply-To: <200408031450.I73EOEAV035230@asarian-host.net> References: <MIEPLLIBMLEEABPDBIEGEEFFGIAA.Barbish3@adelphia.net> <200408021816.I72IGEB4020395@asarian-host.net> <200408031450.I73EOEAV035230@asarian-host.net> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 14:57:34 -0000 Mark <admin@asarian-host.net> wrote: > Mark wrote: > > > The goal is simple: I want to limit connections to port 25 to 32 in > > total, targeted at "me". And of those 32, only 4 per source. Like so: > > > > ipfw add 1 check-state > > ... > > ipfw add 11 allow tcp from any to me 25 setup limit dst-addr 32 > > ipfw add 12 allow tcp from any to me 25 setup limit src-addr 4 > > > > Please, tell me then how "all wrong" this is. Because I *still* get > > the impression that rule 12 is never reached. And, so far, "ipfw > > show" does, indeed, only show activity on rule 11. > > If at all possible, I would still like to hear a suggestion as to how to > combine the two rules. From my pov, the first "allow" in rule 11 makes a > packet pass, provided there are less then 32 connections in total. Thus, > rule 12 never gets invoked (which, indeed, seems to be the case). How about using skipto instead of allow? Thus, if it passes the first one, it can just skipto the next rule to be checked. i.e.: ipfw add 11 skipto 12 tcp from any to me 25 setup limit dst-addr 32 ipfw add 12 allow tcp from any to me 25 setup limit src-addr 4 Thus, if rule 11 pases, it skips to rule 12. If it fails, it should reject as always. The end result is that a packet _must_ pass both rules to be allowed. Note that I haven't tried this, so I could be wrong in how it works. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 19:24:40 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C8B316A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 19:24:40 +0000 (GMT) Received: from web21204.mail.yahoo.com (web21204.mail.yahoo.com [216.136.131.77]) by mx1.FreeBSD.org (Postfix) with SMTP id 595F843D5E for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 19:24:40 +0000 (GMT) (envelope-from adriankok2000@yahoo.com.hk) Message-ID: <20040802192427.43545.qmail@web21204.mail.yahoo.com> Received: from [142.154.106.60] by web21204.mail.yahoo.com via HTTP; Tue, 03 Aug 2004 03:24:27 CST Date: Tue, 3 Aug 2004 03:24:27 +0800 (CST) From: =?iso-8859-1?q?adrian=20kok?= <adriankok2000@yahoo.com.hk> To: Chuck Swiger <cswiger@mac.com> In-Reply-To: <410D290A.3080708@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Tue, 03 Aug 2004 15:03:24 +0000 cc: freebsd-questions@freebsd.org Subject: Re: bandwidth question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 19:24:40 -0000 Dear Chuck I tried mrtg in net-mgmt before. but the graphic only supports max 10M. I read newsgroup and don't know how to make it in 1000M I am just upgrading the lease line from 100M to 1000M and know where to get software to monitor on it Thank you very much --- Chuck Swiger <cswiger@mac.com> wrote: > adrian kok wrote: > > Can you tell me in details? > > Sure-- if you ask a specific question, you will get > a detailed answer. > > > I need the bandwidth software to create graph in > 1G > > Your question is unclear. You may be asking about > drivers for gigabit > ethernet NICs (see "man gx", "man bge", "man sk"). > Or maybe bandwidth > management and traffic shaping (see "man dummynet"), > or maybe you're talking > about something else like network management tools > which produce pretty charts > and graphs (see "ls /usr/ports/net-mgmt"). > > -- > -Chuck > > _______________________________________________________________________ Do You Yahoo!? Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk From owner-freebsd-questions@FreeBSD.ORG Mon Aug 2 19:41:08 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A32216A4CE for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 19:41:08 +0000 (GMT) Received: from web21208.mail.yahoo.com (web21208.mail.yahoo.com [216.136.175.205]) by mx1.FreeBSD.org (Postfix) with SMTP id D852E43D53 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 19:41:07 +0000 (GMT) (envelope-from adriankok2000@yahoo.com.hk) Message-ID: <20040802194058.45894.qmail@web21208.mail.yahoo.com> Received: from [142.154.106.60] by web21208.mail.yahoo.com via HTTP; Tue, 03 Aug 2004 03:40:58 CST Date: Tue, 3 Aug 2004 03:40:58 +0800 (CST) From: =?iso-8859-1?q?adrian=20kok?= <adriankok2000@yahoo.com.hk> To: Wojciech Puchar <wojtek@tensor.3miasto.net> In-Reply-To: <20040802001746.B28854@chylonia.3miasto.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Tue, 03 Aug 2004 15:03:24 +0000 cc: freebsd-questions@freebsd.org Subject: Re: bandwidth question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 02 Aug 2004 19:41:08 -0000 Dear Sir Thank you for your help Can dummynet apply in router also? I run the freebsd as router I saw doc about dummynet is in bridge in the freebsd handbook Thank yo again --- Wojciech Puchar <wojtek@tensor.3miasto.net> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > > > Can you tell me in details? > > > > I need the bandwidth software to create graph in > 1G > quite unclear question. > > you ipfw to create counters for what you need, read > it regularly (cron > etc.), then process data to greate some graphs etc. > (maybe gnuplot). > > Possibly there are something that will do this for > you. > > > if you like just to get how big traffic goes through > interface > you may use systat to take data. > > anyway - it doesn't mean if it's 9600bps ppp link of > ethernet or gigabit > ethernet > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.3 (FreeBSD) > > iD8DBQFBDWytVbTJCKecqu0RAus2AJ95EnQc695UYVmrEFFCCD7YNMzKnQCfSLri > d0Cya4oUFXlp9xrx4tVGTAM= > =XCbU > -----END PGP SIGNATURE----- > > _______________________________________________________________________ Do You Yahoo!? Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 06:22:12 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 498F916A4CE for <freebsd-questions@FreeBSD.org>; Tue, 3 Aug 2004 06:22:12 +0000 (GMT) Received: from mail-out.ukr.net (mail-out.ukr.net [212.42.65.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FE2E43D49 for <freebsd-questions@FreeBSD.org>; Tue, 3 Aug 2004 06:22:11 +0000 (GMT) (envelope-from hurr@ukr.net) Received: from hammer.ukr.net ([212.42.65.68]) by mail-out.ukr.net with esmtp ID 1Brsgc-000NRu-00; Tue, 03 Aug 2004 09:22:10 +0300 Received: from mail by hammer.ukr.net with local ID 1Brsgb-00050y-00 for freebsd-questions@FreeBSD.org; Tue, 03 Aug 2004 09:22:09 +0300 Received: from [80.77.40.61] by www2.ukr.net with HTTP; Tue, 03 Aug 2004 06:22:09 +0000 (GMT) From: "=?windows-1251?Q?=e1=ce=d4=cf=ce_=f3=d5=c8=cf=ce=cf=d3=c5=ce=cb=cf?=" <hurr@ukr.net> To: freebsd-questions@FreeBSD.org Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: 192.168.10.198, 192.168.1.5, 80.77.32.102 via proxy prodigy.vostok.net [80.77.40.61] Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: 8bit Message-Id: <E1Brsgb-00050y-00@hammer.ukr.net> Date: Tue, 03 Aug 2004 09:22:09 +0300 X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *1Brsgb-00050y-00*p2bxu4xERSM* X-Mailman-Approved-At: Tue, 03 Aug 2004 15:03:24 +0000 Subject: using FreeBSD within a cluster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: áÎÔÏÎ óÕÈÏÎÏÓÅÎËÏ <hurr@ukr.net> List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 06:22:12 -0000 Hi there. :$ Perhaps it is not a good start for a letter to such an organization, but I hope to be excused (please). And, quite straightforward, i wish to ask you a question. I can't find an answer to it in any FreeBSD FAQ, so - The problem that I have is how to orgainze cluster between (with) a number of FreeBSD AND Linux servers. OR, if that is not suitable, using several FreeBSD servers. I couldn't find any information explaining that variant of using FreeBSD, so here goes the question: are FreeBSD-with-Linux clusters really possible? And, in case of positive answer, here is the next question - where can I find any information about how it will become possible? How to make Linux/FreeBSD (preferably), or only FreeBSD servers work together in a cluster? Again wishing you all the best and waiting for answer - Anton Suhonosenko hurr@ukr.net ICQ 143779294 P.S. I am sorry for my terrible english. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 15:12:21 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 838DB16A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 15:12:21 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A67943D41 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 15:12:21 +0000 (GMT) (envelope-from amoundalexis@gmail.com) Received: by mproxy.gmail.com with SMTP id 76so164047rnl for <freebsd-questions@freebsd.org>; Tue, 03 Aug 2004 08:12:20 -0700 (PDT) Received: by 10.38.79.37 with SMTP id c37mr1291rnb; Tue, 03 Aug 2004 08:12:05 -0700 (PDT) Message-ID: <cb720c01040803081263dad6d@mail.gmail.com> Date: Tue, 3 Aug 2004 11:12:04 -0400 From: Alex Moundalexis <amoundalexis@gmail.com> To: adrian kok <adriankok2000@yahoo.com.hk> In-Reply-To: <20040802192427.43545.qmail@web21204.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040802192427.43545.qmail@web21204.mail.yahoo.com> cc: freebsd-questions@freebsd.org Subject: Re: bandwidth question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 15:12:21 -0000 Then you didn't search too far. MRTG can easily be adapted to display link speeds of any value. Read up on the MRTG documentation, specifically MaxBytes values. - Alex web: http://www.moundalexis.com On Tue, 3 Aug 2004 03:24:27 +0800 (CST), adrian kok <adriankok2000@yahoo.com.hk> wrote: > Dear Chuck > > I tried mrtg in net-mgmt before. but the graphic only > supports max 10M. I read newsgroup and don't know how > to make it in 1000M > > I am just upgrading the lease line from 100M to 1000M > and know where to get software to monitor on it > > Thank you very much From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 15:30:42 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CC8216A4CE for <questions@freebsd.org>; Tue, 3 Aug 2004 15:30:42 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0233043D5E for <questions@freebsd.org>; Tue, 3 Aug 2004 15:30:42 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i73FUcf27625; Tue, 3 Aug 2004 11:30:38 -0400 (EDT) From: Jerry McAllister <jerrymc@clunix.cl.msu.edu> Message-Id: <200408031530.i73FUcf27625@clunix.cl.msu.edu> To: ifho@hotmail.com (Ismael Alves dos S. Filho) Date: Tue, 3 Aug 2004 11:30:37 -0400 (EDT) In-Reply-To: <BAY16-F6YvHGTcZJ8R60004e1f6@hotmail.com> from "Ismael Alves dos S. Filho" at Aug 03, 2004 11:20:52 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit cc: questions@freebsd.org Subject: Re: Certification Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 15:30:42 -0000 > > Hi there, > > I would like to know if there is a Certification Program for FreeBSD, > OpenBSD or > NetBSD, like SUN's Solaris Certification Program for example. > > If there is, what is the procedure to make the exam(s)? I am in > Salvador/Bahia/BRAZIL. The short answer is no. Some other people may wish to give a more comprehensive answer. Anyway, the FreeBSD organization is not a company in the same sense as Sun or Microsloth, etc that can set up a program to certify people in its wonders. The FreeBSD organization is a group of volunteers from all over the world that contribute to make the system. Although there is a core group that steers the project and tries to make sure additions and modifications are clean and meet standards, there is nothing that specifies the official way you must use the system. But, I have heard of some organizations that have undertaken to make up some training for FreeBSD and for UNIX in general. It seemd even like one might be in Brazil. But, I do not remember names or addresses. You might do some Google searching for FreeBSD training or something like that and see what you get. ////jerry > > Thanks in advance, > > > Ismael Filho. > -- > "What was and what may be, lie, like children whose faces we cannot see, in > the > arms of silence. All we ever have is here, now." - Ursula K. Le Guin - > > _________________________________________________________________ > MSN Messenger: instale grátis e converse com seus amigos. > http://messenger.msn.com.br > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 15:31:56 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C1E416A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 15:31:56 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id B444A43D62 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 15:31:55 +0000 (GMT) SRS0=So2F/K8/=KZ=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i73FVsLT036623 for freebsd-questions@freebsd.org; Tue, 3 Aug 2004 17:31:54 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark <admin@asarian-host.net> Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408031531.I73FVRQ8036613@asarian-host.net> Date: Tue, 03 Aug 2004 15:31:54 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: Zu+kYIKWewGbB1U1MIZI4MVQmGe0qE4+HFrIzGYA0c7H3HzPvhJhuamvZTR5DgAzJi1mIeQlj7XowIo9LFBHww== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: <freebsd-questions@freebsd.org> References: <20040803105731.197c7cd0.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ+v6jFqW1BleBN9AQHFdgf/QANzMDAmRi5yaCMwjqC2v1ivO1oy6SGA aHjSzi4iuAqLN59VzE9Z6Va6AkRghhtVm1LRN/k6RnzoVwsEWiOyZKmIxphG4tyh bHTyVfgMdmwp+f9F0o6Ug5ufmbBu8s6BI/B/iczuCjXt2XD3o1kZdxUDZXRapNFn Nv8oBMHatPbK33UyIyXCCtTe29QQPjr6XYFEhW4nbXK8YZBRpFd1eLj/R5p3S/y3 tTKvVjOZULdRd0fkNJs4Pu1s2r7QzL1XOr6e7g5pvDRC+FhmfEb2+PMEGQvG4feW UU0bOaEmO570w/ie5RlaW7Ag5sXN6aPXrzO1y9H6v2IfFXzBREnjYw== =b9v5 Subject: SOLVED! Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 15:31:56 -0000 Bill Moran wrote: >> Mark wrote: >> >>> The goal is simple: I want to limit connections to port 25 to 32 in >>> total, targeted at "me". And of those 32, only 4 per source. Like >>> so: >>> >>> ipfw add 1 check-state >>> ... >>> ipfw add 11 allow tcp from any to me 25 setup limit dst-addr 32 >>> ipfw add 12 allow tcp from any to me 25 setup limit src-addr 4 >>> >>> Please, tell me then how "all wrong" this is. Because I *still* get >>> the impression that rule 12 is never reached. And, so far, "ipfw >>> show" does, indeed, only show activity on rule 11. >> >> If at all possible, I would still like to hear a suggestion as to >> how to combine the two rules. From my pov, the first "allow" in rule >> 11 makes a packet pass, provided there are less then 32 connections >> in total. Thus, rule 12 never gets invoked (which, indeed, seems to >> be the case). > > How about using skipto instead of allow? Thus, if it passes the > first one, it can just skipto the next rule to be checked. i.e.: > > ipfw add 11 skipto 12 tcp from any to me 25 setup limit dst-addr 32 > ipfw add 12 allow tcp from any to me 25 setup limit src-addr 4 > > Thus, if rule 11 pases, it skips to rule 12. If it fails, it should > reject as always. The end result is that a packet _must_ pass both > rules to be allowed. Thanks!! This does, indeed, exactly what I want. :) - Mark From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 15:35:34 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1DC916A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 15:35:34 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D17543D45 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 15:35:34 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i73FZP227662; Tue, 3 Aug 2004 11:35:25 -0400 (EDT) From: Jerry McAllister <jerrymc@clunix.cl.msu.edu> Message-Id: <200408031535.i73FZP227662@clunix.cl.msu.edu> To: hurr@ukr.net Date: Tue, 3 Aug 2004 11:35:24 -0400 (EDT) In-Reply-To: <E1Brsgb-00050y-00@hammer.ukr.net> from "=?windows-1251?Q?=e1=ce=d4=cf=ce_=f3=d5=c8=cf=ce=cf=d3=c5=ce=cb=cf?=" at Aug 03, 2004 09:22:09 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: using FreeBSD within a cluster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 15:35:34 -0000 > > Hi there. :$ > Perhaps it is not a good start for a letter to such an organization, but I hope to be excused (please). And, quite straightforward, i wish to ask you a question. I can't find an answer to it in any FreeBSD FAQ, so - > > The problem that I have is how to orgainze cluster between (with) a number of FreeBSD AND Linux servers. OR, if that is not suitable, using several FreeBSD servers. I couldn't find any information explaining that variant of using FreeBSD, so here goes the question: > > are FreeBSD-with-Linux clusters really possible? Just to be clear: By cluster, do you mean multiple hosts working on some large computational problem with message passing, may MPI? You might check in the ports to see if there is something to support this sort of thing. I haven't looked, but wouldn't be real surprised. Go to: http://www.freebsd.org/ports/ and do some fishing. Then do some Googling or other searches. Sounds interesting. Good luck, ////jerry > > And, in case of positive answer, here is the next question - where can I find any information about how it will become possible? > How to make Linux/FreeBSD (preferably), or only FreeBSD servers work together in a cluster? > > Again wishing you all the best and waiting for answer - > Anton Suhonosenko > hurr@ukr.net > ICQ 143779294 > > P.S. I am sorry for my terrible english. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 15:44:46 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2650A16A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 15:44:46 +0000 (GMT) Received: from highland.isltd.insignia.com (highland.isltd.insignia.com [195.74.141.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9730743D5E for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 15:44:45 +0000 (GMT) (envelope-from subscriber@insignia.com) Received: from dailuaine.isltd.insignia.com (dailuaine.isltd.insignia.com [172.16.64.11])i73Fiimp092006 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 16:44:44 +0100 (BST) (envelope-from subscriber@insignia.com) Received: from speyburn.isltd.insignia.com (speyburn [172.16.64.16]) i73FiigF034994 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 16:44:44 +0100 (BST) (envelope-from subscriber@insignia.com) From: Jim Hatfield <subscriber@insignia.com> To: freebsd-questions@freebsd.org Date: Tue, 03 Aug 2004 16:47:24 +0100 Organization: Insignia Solutions Message-ID: <2hcvg0h95uqmocdois1grs33pprnc8lhqc@4ax.com> X-Mailer: Forte Agent 2.0/32.640 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Scanned-By: MIMEDefang 2.44 Subject: New-style PHP and Sybase DB-Lib X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 15:44:46 -0000 Just looking at the Makefile for lang/php4-extensions and I see in the list of options SYBASE_CT but no SYBASE_DB. I think my existing PHP setup was compiled with SYBASE_DB,=20 certainly phpinfo() reveals in the Sybase section: > $Id: dblib.c,v 1.160.2.1 2004/04/04 09:07:04 freddy77 Exp $ I also recall I did try SYBASE_CT last time I installed but had no success. So now I'm concerned that if I upgrade PHP I will lose Sybase connectivity. If anyone has upgraded and think they previously used DB-Lib I'd appreciate knowing whether everything was OK after the upgrade. jim From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 16:01:01 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03A8916A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 16:01:01 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5594A43D60 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 16:01:00 +0000 (GMT) SRS0=So2F/K8/=KZ=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i73G0xin037704 for freebsd-questions@freebsd.org; Tue, 3 Aug 2004 18:00:59 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark <admin@asarian-host.net> Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408031600.I73G0W9L037695@asarian-host.net> Date: Tue, 03 Aug 2004 16:00:59 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: +9bugMVvIj2HfaKeiX8K7qsylv8Ay0janHFosYbKsRkmJjVfB65vEYpvyTsi4ZtsAmWscwITa8PEu1e7rUyCcA== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: <freebsd-questions@freebsd.org> References: <20040803105731.197c7cd0.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ+2uzFqW1BleBN9AQFlLgf/Q+BZOD22GgjydqYeD36LLjlD0UgeIb8i MkWMXBgojFXTpXXJRod75il28e4C2ROnTum8JPPR1mdhDW5mPyRNXil7ctTX96Ow KsiyO7EKrFKJOHHiZhmf4VZjvp4VRrYnfdEvQusZsVLCOD7r3lU7hkLHqRn77Phu qcusSUu8SKLlQeGxX+xKJZqWhXIg2R7jrzrwqdvs+jhV7G2FNms+O2h/u6draCp4 QiXw6+B6SzVu9uIL83ixljctjFVYeh2UmyEZaCRaFWGLb4MamGiu00p1rwzI8llD aK/Ee86GC3QndZCcTyYhRucmpBdTZA6llXJaIuDRcWGHesbxV7U5NA== =PZ/3 cc: freebsd-hackers@freebsd.org Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 16:01:01 -0000 Bill Moran wrote: > How about using skipto instead of allow? Thus, if it passes the > first one, it can just skipto the next rule to be checked. i.e.: > > ipfw add 11 skipto 12 tcp from any to me 25 setup limit dst-addr 32 > ipfw add 12 allow tcp from any to me 25 setup limit src-addr 4 > > Thus, if rule 11 pases, it skips to rule 12. If it fails, it should > reject as always. The end result is that a packet _must_ pass both > rules to be allowed. I spoke too soon. :( It seems this sort of rules evokes a bug: http://lists.freebsd.org/pipermail/freebsd-ipfw/2004-April/001084.html My whole console is flooded with messages like these: "ipfw: install_state: entry already present, done" Is there a known patch? Thanks, - Mark From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 16:07:56 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4407816A4CF for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 16:07:56 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7FF643D1D for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 16:07:55 +0000 (GMT) (envelope-from n.chiang@gmail.com) Received: by mproxy.gmail.com with SMTP id 75so149783rnl for <freebsd-questions@freebsd.org>; Tue, 03 Aug 2004 09:07:55 -0700 (PDT) Received: by 10.38.76.51 with SMTP id y51mr54563rna; Tue, 03 Aug 2004 09:07:55 -0700 (PDT) Message-ID: <a4edd6a70408030907345983f@mail.gmail.com> Date: Wed, 4 Aug 2004 00:07:54 +0800 From: Ernest Chiang <n.chiang@gmail.com> To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Use acpi.throttle on a desktop? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ernest@csie.FreeBSD.ORG, org@FreeBSD.ORG List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 16:07:56 -0000 I am using an DTR athlon 64 3200 and a desktop mainboard, but the cpu speed kernel detects is only 800MHz. Is there solution to increase the cpu working frequency? I know that acpi.throttle sets might do the job, but they are unavailable on the desktop system. So can acpi.throttle.* be used on a desktop? Or anyone have the problem same as me? From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 16:09:29 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAFF716A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 16:09:29 +0000 (GMT) Received: from smtpgate.tsgincorporated.com (smtp1.tsgincorporated.com [67.66.242.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5812543D45 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 16:09:27 +0000 (GMT) (envelope-from micheal@tsgincorporated.com) Received: from support.tsgincorporated.com (support.tsgincorporated.com [67.66.242.9])i73G9PT7082087; Tue, 3 Aug 2004 11:09:25 -0500 (CDT) (envelope-from micheal@tsgincorporated.com) Received: from micheal (micheal.tsgincorporated.com [67.66.242.77]) i73G9PDX058429; Tue, 3 Aug 2004 11:09:25 -0500 (CDT) (envelope-from micheal@tsgincorporated.com) Message-ID: <036a01c47974$ba4ea520$4df24243@tsgincorporated.com> From: "Micheal Patterson" <micheal@tsgincorporated.com> To: =?Windows-1251?B?4c7Uz84g89XIz87P08XOy88=?= <hurr@ukr.net>, <freebsd-questions@freebsd.org> References: <E1Brsgb-00050y-00@hammer.ukr.net> Date: Tue, 3 Aug 2004 11:12:50 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1251" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Scanned: by amavisd-new Subject: Re: using FreeBSD within a cluster X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 16:09:29 -0000 ----- Original Message ----- From: "áÎÔÏÎ óÕÈÏÎÏÓÅÎËÏ" <hurr@ukr.net> To: <freebsd-questions@freebsd.org> Sent: Tuesday, August 03, 2004 1:22 AM Subject: using FreeBSD within a cluster > Hi there. :$ > Perhaps it is not a good start for a letter to such an organization, but I hope to be excused (please). And, quite straightforward, i wish to ask you a question. I can't find an answer to it in any FreeBSD FAQ, so - > > The problem that I have is how to orgainze cluster between (with) a number of FreeBSD AND Linux servers. OR, if that is not suitable, using several FreeBSD servers. I couldn't find any information explaining that variant of using FreeBSD, so here goes the question: > > are FreeBSD-with-Linux clusters really possible? > > And, in case of positive answer, here is the next question - where can I find any information about how it will become possible? > How to make Linux/FreeBSD (preferably), or only FreeBSD servers work together in a cluster? > > Again wishing you all the best and waiting for answer - > Anton Suhonosenko > hurr@ukr.net > ICQ 143779294 > > P.S. I am sorry for my terrible english. Are you wanting to truely cluster the servers or are you wanting to load balance services (web, mail, pop3, etc) between a group of servers? -- Micheal Patterson TSG Network Administration 405-917-0600 Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 16:22:36 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B286716A4CE for <questions@freebsd.org>; Tue, 3 Aug 2004 16:22:36 +0000 (GMT) Received: from conure.mail.pas.earthlink.net (conure.mail.pas.earthlink.net [207.217.120.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id A369A43D1D for <questions@freebsd.org>; Tue, 3 Aug 2004 16:22:36 +0000 (GMT) (envelope-from hakim.singhji@earthlink.net) Received: from waldorf.psp.pas.earthlink.net ([207.217.78.20]) by conure.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1Bs23g-0006aP-00 for questions@freebsd.org; Tue, 03 Aug 2004 09:22:36 -0700 Message-ID: <11420531.1091550155733.JavaMail.root@waldorf.psp.pas.earthlink.net> Date: Tue, 3 Aug 2004 12:22:34 -0400 (GMT-04:00) From: "Hakim Z. Singhji" <hakim.singhji@earthlink.net> To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Zoo Mail 1.0 Subject: Questions on IPFW??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Hakim Z. Singhji" <hakim.singhji@earthlink.net> List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 16:22:36 -0000 Hey guys, Question, when NAT overloading is it possible to use only IPFW rules to pass TCP/UDP packects to remote ip addresses within the network? Or do you have to use natd...because IPFW allows you to execute the following for example: **************************************************** ip from 192.168.99.100 80 to 192.168.99.101 9981 **************************************************** or even in conjunction with a dummynet rule of somesort? Hakim Z. Singhji New York University pub 1024D/A4F3B64A 2004-07-30 Hakim Z. Singhji (NYU) <hakim.singhji@earthlink.net> Key fingerprint = 1407 12D9 73F2 5C38 45CE C387 953F 5657 A4F3 B64A From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 16:33:20 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D840016A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 16:33:20 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2126343D48 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 16:33:20 +0000 (GMT) SRS0=So2F/K8/=KZ=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i73GXIcD038920 for freebsd-questions@freebsd.org; Tue, 3 Aug 2004 18:33:18 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark <admin@asarian-host.net> Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408031633.I73GXIBP038908@asarian-host.net> Date: Tue, 03 Aug 2004 16:33:18 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: b/tczSiIBFAbrPwaKcDDXBFh1LefmZ8WmejIWH50xFm4otyi/4AZYDd0WuE8CRg/74H5bemRwrU/miuYFdZCPg== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: <freebsd-questions@freebsd.org> References: <20040803105731.197c7cd0.wmoran@potentialtech.com> <200408031601.I73G1NQE037756@asarian-host.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ++TjFqW1BleBN9AQGx4wf/ZSYTisVx7GfR1e3pTJfL0T9GSgoVnAt8 wKh3qQXyhaDL+RXEfjilfQhG5ZcjtOHpFP4bvQ6htl4liqfXy0oFSZi6I9OUh7Q6 pZYnXefMa3CLm6/6iefOaHofGRNjZdMkapzyswcV7TVVkvzFusOsHgI8Q/XlUj8Y P3omqlYv9q6d6vzbqGRm5Nz/OLldyvnNrfTBwkNDtvYdr98SEWSW4x4SG5+E0c7X HC6wiVV75/P+Jk0cnuHjDYfVa1YhDotMLGsFnXjGB3dPNitxCVPcZ7miD2zaXstt Pe4lmPo2UsDHUhgiYlcikkUK/yRaAuepxl9l+j2sJjpkIYGnakR4Mw== =UTvL cc: freebsd-hackers@freebsd.org Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 16:33:21 -0000 Mark wrote: > Bill Moran wrote: > >> How about using skipto instead of allow? Thus, if it passes the >> first one, it can just skipto the next rule to be checked. i.e.: >> >> ipfw add 11 skipto 12 tcp from any to me 25 setup limit dst-addr 32 >> ipfw add 12 allow tcp from any to me 25 setup limit src-addr 4 >> >> Thus, if rule 11 pases, it skips to rule 12. If it fails, it should >> reject as always. The end result is that a packet _must_ pass both >> rules to be allowed. > > I spoke too soon. :( It seems this sort of rules evokes a bug: > > http://lists.freebsd.org/pipermail/freebsd-ipfw/2004-April/001084.html > > My whole console is flooded with messages like these: > > "ipfw: install_state: entry already present, done" > > Is there a known patch? I just took a look at the code: if (q != NULL) { /* should never occur */ if (last_log != time_second) { last_log = time_second; printf("ipfw: install_state: entry already present, done\n"); } return 0; } What if I just hack the "printf ..." line out of there? Would that 'solve' it? I know it's dirty; but would things still work? Thanks, - Mark From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 16:40:17 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8305616A4CE for <questions@freebsd.org>; Tue, 3 Aug 2004 16:40:17 +0000 (GMT) Received: from out009.verizon.net (out009pub.verizon.net [206.46.170.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F8F043D2D for <questions@freebsd.org>; Tue, 3 Aug 2004 16:40:17 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.100.95]) by out009.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040803164016.OZXM23440.out009.verizon.net@[192.168.1.3]>; Tue, 3 Aug 2004 11:40:16 -0500 Message-ID: <410FBFEB.3060508@mac.com> Date: Tue, 03 Aug 2004 12:40:11 -0400 From: Chuck Swiger <cswiger@mac.com> Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Hakim Z. Singhji" <hakim.singhji@earthlink.net> References: <11420531.1091550155733.JavaMail.root@waldorf.psp.pas.earthlink.net> In-Reply-To: <11420531.1091550155733.JavaMail.root@waldorf.psp.pas.earthlink.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out009.verizon.net from [68.161.100.95] at Tue, 3 Aug 2004 11:40:16 -0500 cc: questions@freebsd.org Subject: Re: Questions on IPFW??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 16:40:17 -0000 Hakim Z. Singhji wrote: > Question, when NAT overloading is it possible to use only IPFW rules to > pass TCP/UDP packects to remote ip addresses within the network? I don't know what "NAT overloading" means. It is possible to use only IPFW rules to pass TCP & UDP packets from one interface to another using the fwd action. However, note that: The fwd action does not change the contents of the packet at all. In particular, the destination address remains unmodified, so packets forwarded to another system will usually be rejected by that system unless there is a matching rule on that system to capture them. For packets forwarded locally, the local address of the socket will be set to the original destination address of the packet. This makes the netstat(1) entry look rather weird but is intended for use with transparent proxy servers. > Or do you have to use natd...because IPFW allows you to execute > the following for example: > **************************************************** > ip from 192.168.99.100 80 to 192.168.99.101 9981 > **************************************************** That's the body of an IPFW rule which matches packets with those attributes. Without an action ("allow", "deny", "fwd"), what you've written isn't a complete rule: it doesn't mean anything by itself. > or even in conjunction with a dummynet rule of somesort? Um. Do you understand the question you are asking? I don't-- perhaps try using a complete sentence. Better yet, why don't you tell us what your network looks like and what you want to do. You most likely will receive answers which are more specific and more useful to you... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 16:48:05 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAF9C16A4CE; Tue, 3 Aug 2004 16:48:05 +0000 (GMT) Received: from cathy.bmts.com (cathy.bmts.com [216.183.128.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id E233643D49; Tue, 3 Aug 2004 16:48:04 +0000 (GMT) (envelope-from rhempel@bmts.com) Received: from PC300GL (os-dsl-0228.bmts.com [216.183.152.229]) by cathy.bmts.com (8.12.10/8.12.10) with SMTP id i73GmHIo008649; Tue, 3 Aug 2004 12:48:18 -0400 (EDT) From: "Ralph Hempel" <rhempel@bmts.com> To: <freebsd-questions@freebsd.org> Date: Tue, 3 Aug 2004 12:50:38 -0400 Message-ID: <CAEBIOGHPFFJALBLJBEDCEJDGJAA.rhempel@bmts.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <200408031633.I73GXIBP038908@asarian-host.net> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 X-bmts-MailScanner: Found to be clean X-bmts-MailScanner-SpamCheck: X-MailScanner-From: rhempel@bmts.com cc: freebsd-hackers@freebsd.org Subject: RE: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rhempel@bmts.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 16:48:05 -0000 > I just took a look at the code: > > if (q != NULL) { /* should never occur */ > if (last_log != time_second) { > last_log = time_second; > printf("ipfw: install_state: entry already present, done\n"); > } > return 0; > } > > What if I just hack the "printf ..." line out of there? Would that 'solve' > it? I know it's dirty; but would things still work? I'll jump in here as a software manager and say NO!!!!! Note, I have no idea if it will still work, but as a professional programmer, the question raises a number of issues :-) 1. First of all, the original programmer took time to comment this line: if (q != NULL) { /* should never occur */ OK. There's no indication WHY it should never occur, but still, the comment is there. 2. By adding this line: if (last_log != time_second) { He's limiting the printed errors to one every second, so you are not beeing flooded with as many messages as are actually ocurring. Is last_log used anywhere else? 3. This line: return 0; will still return 0 if the error occurs, so the program will work the same with or without the diagnostic message. I'd do some more digging and find out exactly WHY this is a "should never occur case" to be sure that the log is not needed. If you don't print the log, then why do the test, except to return 0 :-) Ralph From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 16:49:44 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDED916A4CE for <questions@freebsd.org>; Tue, 3 Aug 2004 16:49:44 +0000 (GMT) Received: from conure.mail.pas.earthlink.net (conure.mail.pas.earthlink.net [207.217.120.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7BBD43D2F for <questions@freebsd.org>; Tue, 3 Aug 2004 16:49:44 +0000 (GMT) (envelope-from hakim.singhji@earthlink.net) Received: from waldorf.psp.pas.earthlink.net ([207.217.78.20]) by conure.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1Bs2Tv-0005Rm-00; Tue, 03 Aug 2004 09:49:43 -0700 Message-ID: <3514282.1091551783104.JavaMail.root@waldorf.psp.pas.earthlink.net> Date: Tue, 3 Aug 2004 12:49:42 -0400 (GMT-04:00) From: "Hakim Z. Singhji" <hakim.singhji@earthlink.net> To: Chuck Swiger <cswiger@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Zoo Mail 1.0 cc: questions@freebsd.org Subject: Re: Questions on IPFW??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Hakim Z. Singhji" <hakim.singhji@earthlink.net> List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 16:49:44 -0000 Hello Chuck, I was wondering if someone could help me answer some questions I have concerning IPFW vs. natd I am trying to allow my FreeBSD 4.10 gateway to perform port forwarding for SSH, SQL*Net and Webservice (Web not as important yet). I wanted to know if I can use IPFW as opposed to natd to redirect or pass TCP & UDP (is ICMP out of the question???) to a remote location. Gateway::192.0.0.1:22 --> remote server 192.0.0.5:22 or 192.0.0.5:9881 for instance. From the configuration of ipfw it appears that it can be done instead of using natd. Any suggestions or corrections of my logic welcome. Thanks in advance. HZS -----Original Message----- From: Chuck Swiger <cswiger@mac.com> Sent: Aug 3, 2004 12:40 PM To: "Hakim Z. Singhji" <hakim.singhji@earthlink.net> Cc: questions@freebsd.org Subject: Re: Questions on IPFW??? Hakim Z. Singhji wrote: > Question, when NAT overloading is it possible to use only IPFW rules to > pass TCP/UDP packects to remote ip addresses within the network? I don't know what "NAT overloading" means. It is possible to use only IPFW rules to pass TCP & UDP packets from one interface to another using the fwd action. However, note that: The fwd action does not change the contents of the packet at all. In particular, the destination address remains unmodified, so packets forwarded to another system will usually be rejected by that system unless there is a matching rule on that system to capture them. For packets forwarded locally, the local address of the socket will be set to the original destination address of the packet. This makes the netstat(1) entry look rather weird but is intended for use with transparent proxy servers. > Or do you have to use natd...because IPFW allows you to execute > the following for example: > **************************************************** > ip from 192.168.99.100 80 to 192.168.99.101 9981 > **************************************************** That's the body of an IPFW rule which matches packets with those attributes. Without an action ("allow", "deny", "fwd"), what you've written isn't a complete rule: it doesn't mean anything by itself. > or even in conjunction with a dummynet rule of somesort? Um. Do you understand the question you are asking? I don't-- perhaps try using a complete sentence. Better yet, why don't you tell us what your network looks like and what you want to do. You most likely will receive answers which are more specific and more useful to you... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 16:56:21 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13E9D16A4CE; Tue, 3 Aug 2004 16:56:21 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8CC243D45; Tue, 3 Aug 2004 16:56:20 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id B47E869A71; Tue, 3 Aug 2004 12:56:19 -0400 (EDT) Date: Tue, 3 Aug 2004 12:56:17 -0400 From: Bill Moran <wmoran@potentialtech.com> To: Mark <admin@asarian-host.net> Message-Id: <20040803125617.06d9d0bd.wmoran@potentialtech.com> In-Reply-To: <200408031633.I73GXIBP038908@asarian-host.net> References: <20040803105731.197c7cd0.wmoran@potentialtech.com> <200408031601.I73G1NQE037756@asarian-host.net> <200408031633.I73GXIBP038908@asarian-host.net> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 16:56:21 -0000 Mark <admin@asarian-host.net> wrote: > Mark wrote: > > > Bill Moran wrote: > > > >> How about using skipto instead of allow? Thus, if it passes the > >> first one, it can just skipto the next rule to be checked. i.e.: > >> > >> ipfw add 11 skipto 12 tcp from any to me 25 setup limit dst-addr 32 > >> ipfw add 12 allow tcp from any to me 25 setup limit src-addr 4 > >> > >> Thus, if rule 11 pases, it skips to rule 12. If it fails, it should > >> reject as always. The end result is that a packet _must_ pass both > >> rules to be allowed. > > > > I spoke too soon. :( It seems this sort of rules evokes a bug: > > > > http://lists.freebsd.org/pipermail/freebsd-ipfw/2004-April/001084.html > > > > My whole console is flooded with messages like these: > > > > "ipfw: install_state: entry already present, done" > > > > Is there a known patch? > > I just took a look at the code: > > if (q != NULL) { /* should never occur */ > if (last_log != time_second) { > last_log = time_second; > printf("ipfw: install_state: entry already present, done\n"); > } > return 0; > } > > What if I just hack the "printf ..." line out of there? Would that 'solve' > it? I know it's dirty; but would things still work? Theoretically, yes (note that I'm certainly no expert on this chunk of code) My reason for saying yes is: 1) The error seems to be that IPFW is trying to add the same stateful rule twice ... which means it _did_ get successfully added once. 2) When that condition occurs, the function returns 0. The comment at the top of the file states that the function returns 1 on failure, so it would appear that this condition is still considered successful. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 17:01:43 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 632DD16A4CE for <questions@freebsd.org>; Tue, 3 Aug 2004 17:01:43 +0000 (GMT) Received: from conure.mail.pas.earthlink.net (conure.mail.pas.earthlink.net [207.217.120.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2561E43D5A for <questions@freebsd.org>; Tue, 3 Aug 2004 17:01:43 +0000 (GMT) (envelope-from hakim.singhji@earthlink.net) Received: from waldorf.psp.pas.earthlink.net ([207.217.78.20]) by conure.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1Bs2fW-0000ab-00; Tue, 03 Aug 2004 10:01:42 -0700 Message-ID: <24208963.1091552501962.JavaMail.root@waldorf.psp.pas.earthlink.net> Date: Tue, 3 Aug 2004 13:01:41 -0400 (GMT-04:00) From: "Hakim Z. Singhji" <hakim.singhji@earthlink.net> To: "Hakim Z. Singhji" <hakim.singhji@earthlink.net>, Chuck Swiger <cswiger@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Zoo Mail 1.0 cc: questions@freebsd.org Subject: Re: Questions on IPFW??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Hakim Z. Singhji" <hakim.singhji@earthlink.net> List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 17:01:43 -0000 Actually Chuck, You answered my question, I wanted to know which was better to use with port forwarding (ipfw or natd) and based on what you wrote, natd is a better fit due to the fact that I would not have to force the other machine to accept packets redirected from the NAT box using natd. Is that correct??? -----Original Message----- From: "Hakim Z. Singhji" <hakim.singhji@earthlink.net> Sent: Aug 3, 2004 12:49 PM To: Chuck Swiger <cswiger@mac.com> Cc: questions@freebsd.org Subject: Re: Questions on IPFW??? Hello Chuck, I was wondering if someone could help me answer some questions I have concerning IPFW vs. natd I am trying to allow my FreeBSD 4.10 gateway to perform port forwarding for SSH, SQL*Net and Webservice (Web not as important yet). I wanted to know if I can use IPFW as opposed to natd to redirect or pass TCP & UDP (is ICMP out of the question???) to a remote location. Gateway::192.0.0.1:22 --> remote server 192.0.0.5:22 or 192.0.0.5:9881 for instance. From the configuration of ipfw it appears that it can be done instead of using natd. Any suggestions or corrections of my logic welcome. Thanks in advance. HZS -----Original Message----- From: Chuck Swiger <cswiger@mac.com> Sent: Aug 3, 2004 12:40 PM To: "Hakim Z. Singhji" <hakim.singhji@earthlink.net> Cc: questions@freebsd.org Subject: Re: Questions on IPFW??? Hakim Z. Singhji wrote: > Question, when NAT overloading is it possible to use only IPFW rules to > pass TCP/UDP packects to remote ip addresses within the network? I don't know what "NAT overloading" means. It is possible to use only IPFW rules to pass TCP & UDP packets from one interface to another using the fwd action. However, note that: The fwd action does not change the contents of the packet at all. In particular, the destination address remains unmodified, so packets forwarded to another system will usually be rejected by that system unless there is a matching rule on that system to capture them. For packets forwarded locally, the local address of the socket will be set to the original destination address of the packet. This makes the netstat(1) entry look rather weird but is intended for use with transparent proxy servers. > Or do you have to use natd...because IPFW allows you to execute > the following for example: > **************************************************** > ip from 192.168.99.100 80 to 192.168.99.101 9981 > **************************************************** That's the body of an IPFW rule which matches packets with those attributes. Without an action ("allow", "deny", "fwd"), what you've written isn't a complete rule: it doesn't mean anything by itself. > or even in conjunction with a dummynet rule of somesort? Um. Do you understand the question you are asking? I don't-- perhaps try using a complete sentence. Better yet, why don't you tell us what your network looks like and what you want to do. You most likely will receive answers which are more specific and more useful to you... -- -Chuck _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 17:08:09 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 648D316A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 17:08:09 +0000 (GMT) Received: from infoserve.com.sg (mail.infoserve.com.sg [202.148.161.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95BB743D5D for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 17:08:07 +0000 (GMT) (envelope-from tuckwai@evoluxion.com.sg) Received: from mail (mail [127.0.0.1]) by infoserve.com.sg (coremail) with SMTP id BCB5725AE97 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 01:08:17 +0800 (HKT) Received: from EVOPC101 (unknown [203.123.22.155])4UAPAIHGD0EeDBab.1 for <freebsd-questions@freebsd.org>; Wed, 04 Aug 2004 01:08:17 +0800 (HKT) X-TEBIE-Originating-IP: [203.123.22.155] From: "Lam Tuck Wai" <tuckwai@evoluxion.com.sg> To: <freebsd-questions@freebsd.org> Date: Wed, 4 Aug 2004 01:08:05 +0800 Organization: Evoluxion Pte Ltd MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcR5fHDFkg/lYkDSRlq9cCOsL81JNg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Message-Id: <20040803170817.BCCCA25AF0A@infoserve.com.sg> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Help needed... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 17:08:09 -0000 Hi I am currently having a huge problem. My KDM refuse to start, so now I cannot get into my machine. Every time it reboots it will goes in a cycle of spewing errors. It was fine a few hours ago until I change the monitor config. My question is how do I stop the KDM from loading during boot up? So at least I can login as root and replace the new XF86config file. I tried booting to single user but I cannot "su". So without root access I cannot change anything. I am using Freebsd 5.2.1. Any help is appreciated. Thanks. Regards, Tuck Wai From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 17:10:07 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2026616A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 17:10:07 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFF4343D45 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 17:10:06 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) i73HA6wn026428 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 10:10:06 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)i73HA6A3026427 for freebsd-questions@freebsd.org; Tue, 3 Aug 2004 10:10:06 -0700 (PDT) (envelope-from sgk) Date: Tue, 3 Aug 2004 10:10:06 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: freebsd-questions@freebsd.org Message-ID: <20040803171006.GB26333@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Using rrestore with ssh? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 17:10:07 -0000 Anyone have a tip on using rrestore with ssh instead of the rexecd and rcmd facility? My attempts at using rrestore result in dhcp-78-74:kargl[207] rrestore -x -b 64 -f troutmask:/dev/nsa0 Connection to troutmask.apl.washington.edu established. IP_TOS:IPTOS_THROUGHPUT setsockopt: Operation not supported TCP_NODELAY setsockopt: Operation not supported rshd: Login incorrect. Lost connection to remote host. dhcp-78-74:kargl[208] On troutmask, I have uncommented the appropriate inetd.conf lines that should allow rmt, rdump, and rrestore to work. -- Steve From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 17:11:27 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B3DB316A4CE for <freebsd-questions@FreeBSD.ORG>; Tue, 3 Aug 2004 17:11:27 +0000 (GMT) Received: from out012.verizon.net (out012pub.verizon.net [206.46.170.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AB1643D3F for <freebsd-questions@FreeBSD.ORG>; Tue, 3 Aug 2004 17:11:27 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.100.95]) by out012.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040803171126.RATQ22270.out012.verizon.net@[192.168.1.3]>; Tue, 3 Aug 2004 12:11:26 -0500 Message-ID: <410FC739.8020702@mac.com> Date: Tue, 03 Aug 2004 13:11:21 -0400 From: Chuck Swiger <cswiger@mac.com> Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Hakim Z. Singhji" <hakim.singhji@earthlink.net>, freebsd Questions <freebsd-questions@FreeBSD.ORG> References: <24208963.1091552501962.JavaMail.root@waldorf.psp.pas.earthlink.net> In-Reply-To: <24208963.1091552501962.JavaMail.root@waldorf.psp.pas.earthlink.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out012.verizon.net from [68.161.100.95] at Tue, 3 Aug 2004 12:11:26 -0500 Subject: Re: Questions on IPFW??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 17:11:27 -0000 Hakim Z. Singhji wrote: > You answered my question, I wanted to know which was better to use with > port forwarding (ipfw or natd) and based on what you wrote, natd is a > better fit due to the fact that I would not have to force the other machine > to accept packets redirected from the NAT box using natd. Is that > correct??? That's right. Most people want to use NAT, because it lets you set up an internal network without having to specially configure the internal machines. With regard to your other question, if you want an external connection to, say, port 22 to be forwarded to port 22 on some machine on your internal network, use: redirect_port tcp 192.0.0.5:22 22 ...in /etc/natd.conf or your natd_flags in /etc/rc.conf. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 17:35:53 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAD0F16A4CF for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 17:35:53 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABFB743D53 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 17:35:53 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 47A1569A71; Tue, 3 Aug 2004 13:35:52 -0400 (EDT) Date: Tue, 3 Aug 2004 13:35:50 -0400 From: Bill Moran <wmoran@potentialtech.com> To: "Lam Tuck Wai" <tuckwai@evoluxion.com.sg> Message-Id: <20040803133550.6dad3fc8.wmoran@potentialtech.com> In-Reply-To: <20040803170817.BCCCA25AF0A@infoserve.com.sg> References: <20040803170817.BCCCA25AF0A@infoserve.com.sg> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Help needed... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 17:35:54 -0000 "Lam Tuck Wai" <tuckwai@evoluxion.com.sg> wrote: > > I am currently having a huge problem. My KDM refuse to start, so now I > cannot get into my machine. > > Every time it reboots it will goes in a cycle of spewing errors. It was fine > a few hours ago until I change the monitor config. > > My question is how do I stop the KDM from loading during boot up? So at > least I can login as root and replace the new XF86config file. > > I tried booting to single user but I cannot "su". So without root access I > cannot change anything. You do not need to su. In single-user mode, you are root. Once you get a shell prompt in single-user mode, do: fsck mount -a You should then be able to edit your config file, or change /etc/ttys to stop xdm from starting. HTH -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 17:36:43 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CEDC16A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 17:36:43 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24AD243D5E for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 17:36:43 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i73HadJ28173; Tue, 3 Aug 2004 13:36:39 -0400 (EDT) From: Jerry McAllister <jerrymc@clunix.cl.msu.edu> Message-Id: <200408031736.i73HadJ28173@clunix.cl.msu.edu> To: tuckwai@evoluxion.com.sg (Lam Tuck Wai) Date: Tue, 3 Aug 2004 13:36:39 -0400 (EDT) In-Reply-To: <20040803170817.BCCCA25AF0A@infoserve.com.sg> from "Lam Tuck Wai" at Aug 04, 2004 01:08:05 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Help needed... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 17:36:43 -0000 > > Hi > > I am currently having a huge problem. My KDM refuse to start, so now I > cannot get into my machine. > > Every time it reboots it will goes in a cycle of spewing errors. It was fine > a few hours ago until I change the monitor config. > > My question is how do I stop the KDM from loading during boot up? So at > least I can login as root and replace the new XF86config file. > > I tried booting to single user but I cannot "su". So without root access I > cannot change anything. I don't understand the previous line. If you booted to single user, why would you need to 'su' to anything? When you boot to single user, you effectively are root. Do I misunderstand something you are trying to do? Of course, when you boot to single user, you need to do a couple of things to really be able to get around and change things. fsck -p Just in case mount -u / remount root to be fully read/write mount -a mount everything else swapon -a make sure it has some paging/swap space. At this point you should be fully functional as root. You may also want to run a shell other than /bin/sh for convenience. /bin/tcsh would get you tcsh or pick your own poison. ////jerry > > I am using Freebsd 5.2.1. Any help is appreciated. > > Thanks. > > > > Regards, > > Tuck Wai > > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 17:40:30 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22DAB16A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 17:40:29 +0000 (GMT) Received: from conure.mail.pas.earthlink.net (conure.mail.pas.earthlink.net [207.217.120.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id E19B643D41 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 17:40:29 +0000 (GMT) (envelope-from hakim.singhji@earthlink.net) Received: from waldorf.psp.pas.earthlink.net ([207.217.78.20]) by conure.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1Bs3H3-0001z9-00; Tue, 03 Aug 2004 10:40:29 -0700 Message-ID: <9680698.1091554829100.JavaMail.root@waldorf.psp.pas.earthlink.net> Date: Tue, 3 Aug 2004 13:40:28 -0400 (GMT-04:00) From: "Hakim Z. Singhji" <hakim.singhji@earthlink.net> To: Chuck Swiger <cswiger@mac.com>, freebsd Questions <freebsd-questions@FreeBSD.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Zoo Mail 1.0 Subject: Re: Questions on IPFW??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Hakim Z. Singhji" <hakim.singhji@earthlink.net> List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 17:40:30 -0000 Thanks buddy...I appreciate it. -----Original Message----- From: Chuck Swiger <cswiger@mac.com> Sent: Aug 3, 2004 1:11 PM To: "Hakim Z. Singhji" <hakim.singhji@earthlink.net>, freebsd Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: Questions on IPFW??? Hakim Z. Singhji wrote: > You answered my question, I wanted to know which was better to use with > port forwarding (ipfw or natd) and based on what you wrote, natd is a > better fit due to the fact that I would not have to force the other machine > to accept packets redirected from the NAT box using natd. Is that > correct??? That's right. Most people want to use NAT, because it lets you set up an internal network without having to specially configure the internal machines. With regard to your other question, if you want an external connection to, say, port 22 to be forwarded to port 22 on some machine on your internal network, use: redirect_port tcp 192.0.0.5:22 22 ...in /etc/natd.conf or your natd_flags in /etc/rc.conf. -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 17:46:42 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDE1716A4CF for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 17:46:42 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 903F143D5C for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 17:46:42 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 614AC69A71; Tue, 3 Aug 2004 13:46:41 -0400 (EDT) Date: Tue, 3 Aug 2004 13:46:40 -0400 From: Bill Moran <wmoran@potentialtech.com> To: rhempel@bmts.com Message-Id: <20040803134640.2b839e66.wmoran@potentialtech.com> In-Reply-To: <CAEBIOGHPFFJALBLJBEDCEJDGJAA.rhempel@bmts.com> References: <200408031633.I73GXIBP038908@asarian-host.net> <CAEBIOGHPFFJALBLJBEDCEJDGJAA.rhempel@bmts.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 17:46:43 -0000 "Ralph Hempel" <rhempel@bmts.com> wrote: > > > I just took a look at the code: > > > > if (q != NULL) { /* should never occur */ > > if (last_log != time_second) { > > last_log = time_second; > > printf("ipfw: install_state: entry already present, done\n"); > > } > > return 0; > > } > > > > What if I just hack the "printf ..." line out of there? Would that 'solve' > > it? I know it's dirty; but would things still work? > > I'll jump in here as a software manager and say NO!!!!! > > Note, I have no idea if it will still work, but as a professional > programmer, the question raises a number of issues :-) > > 1. First of all, the original programmer took time to comment > this line: > > if (q != NULL) { /* should never occur */ > > OK. There's no indication WHY it should never occur, but still, the comment > is there. > > 2. By adding this line: > > if (last_log != time_second) { > > He's limiting the printed errors to one every second, so you > are not beeing flooded with as many messages as are actually > ocurring. > > Is last_log used anywhere else? > > 3. This line: > > return 0; > > will still return 0 if the error occurs, so the program will > work the same with or without the diagnostic message. > > I'd do some more digging and find out exactly WHY this is a "should never > occur case" to be sure that the log is not needed. If you don't print > the log, then why do the test, except to return 0 :-) I was thinking about this over lunch, then I saw your post ... and the reality is that someone should really file a PR. Mark, since you have a real-world application where this problem occurs, it would be idea if you could file a PR with your description of what you're trying to do and the problem it's causing. As best I can tell, the problem is _not_ in install_state ... only the symptom is in install_state. The problem is that code that is calling install_state is calling it twice for some reason. Taking that into consideration, there's a possibility that this is fixed in -CURRENT, but I haven't found any commit entries to that tune. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 18:12:44 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33DE116A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 18:12:44 +0000 (GMT) Received: from cathy.bmts.com (cathy.bmts.com [216.183.128.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id C028243D53 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 18:12:43 +0000 (GMT) (envelope-from rhempel@bmts.com) Received: from PC300GL (os-dsl-0228.bmts.com [216.183.152.229]) by cathy.bmts.com (8.12.10/8.12.10) with SMTP id i73IDkIq025411; Tue, 3 Aug 2004 14:13:50 -0400 (EDT) From: "Ralph Hempel" <rhempel@bmts.com> To: "Bill Moran" <wmoran@potentialtech.com> Date: Tue, 3 Aug 2004 14:16:09 -0400 Message-ID: <CAEBIOGHPFFJALBLJBEDIEJHGJAA.rhempel@bmts.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <20040803134640.2b839e66.wmoran@potentialtech.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 X-bmts-MailScanner: Found to be clean X-bmts-MailScanner-SpamCheck: X-MailScanner-From: rhempel@bmts.com cc: freebsd-questions@freebsd.org Subject: RE: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rhempel@bmts.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 18:12:44 -0000 Bill, Thanks for the feedback. I've been programming embedded systems for almost 20 years, so I have a natural aversion to apparently simple changes that "make things work" :-) The nicest high-level code I've ever seen in the source to Tcl - if only all code looked like that. I've been playing with FreeBSD over the last two or three months trying to implement a headless server that will help dysfunctional development teams control their bugs and source code. I chose FreeBSD because Linux seems so frigging bloated, and the distros are too varied. You never know if the distro you pick will be around next year. FreeBSD gives me a much warmer and fuzzier feeling about the commitment to release quality code and making it very clear which releases are for production, and which are for testing. My work so far is documanted in these articles: <http://www.hempeldesigngroup.com/embedded/stories/bdgFreeBSDEmbedded.html> <http://www.hempeldesigngroup.com/embedded/stories/bdgFreeBSDSetup.html> <http://www.hempeldesigngroup.com/embedded/stories/bdgFreeBSDandWindows.html> <http://www.hempeldesigngroup.com/embedded/stories/bdgFreeBSDPortsAndPerl.html> <http://www.hempeldesigngroup.com/embedded/stories/bdgFreeBSDPostfix.html> <http://www.hempeldesigngroup.com/embedded/stories/bdgFreeBSDApache2.html> <http://www.hempeldesigngroup.com/embedded/stories/bdgFreeBSDGnats.html> I hope to write more, including articles on customizing Gnats, using Subversion, splint, backups, and security. This developer community seems pretty friendly and knowledgable. I think I'll stick around :-) Cheers, Ralph From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 18:33:30 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C65AD16A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 18:33:30 +0000 (GMT) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08A2843D5F for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 18:33:30 +0000 (GMT) SRS0=So2F/K8/=KZ=asarian-host.net=admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.13.0/8.13.0) id i73IXS0t043201 for freebsd-questions@freebsd.org; Tue, 3 Aug 2004 20:33:28 +0200 (CEST) (envelope-from admin@asarian-host.net) From: Mark <admin@asarian-host.net> Received-SPF: pass (asarian-host.net: domain of admin@asarian-host.net designates sender IP as SASL permitted sender) Message-Id: <200408031833.I73IXS7R043191@asarian-host.net> Date: Tue, 03 Aug 2004 18:33:28 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: NofJjHFrXJ1DsJUetLES9O21yl8Ft3K9T9Qr/zRm6k7p2LFGaCvXOo3dl88obGSlI+IzrR5L5mdIBvpA0rQrTw== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint Organization: Asarian-host To: "Bill Moran" <wmoran@potentialtech.com> References: <20040803105731.197c7cd0.wmoran@asarian-host.net><200408031633.I73GXIBP038908@asarian-host.net> <20040803125617.06d9d0bd.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Auth: Asarian-host PGP signature iQEVAwUAQQ/aeDFqW1BleBN9AQEXDQf+LfOfZaUCHh+WE+q99C5M6CFbwcjuYqW3 9EbG9Hia1poqGRP/ilNAV69IxhMUVkaUbQp717DvQoCwYTfrUFovT7R03Lk91Bew F1noo6xzwRdHnabRust/KHjvrWka41CmQIvatloMgaPT/UjE0GeL+nUN8pKQWM01 LUtD5xEj29ppt8Tg21W5w48ddbUeA41Lg6cDe9o1D5TMwDaZ3Pj2c0yEjqzd7YXb EWa7G73G9JLseSVS+kiYvC/vGtIwbReEyBP1S3HT9w8xWqqSQCB2OKalCWGL5nzm 832wvFrIKYUA2BCLXd/RCHsqv9IujLEsarpK2LrbpdvP5sbCndydCQ== =6Ih6 cc: freebsd-hackers@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: One OR MORE of source and destination addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 18:33:30 -0000 Bill Moran wrote: >>> My whole console is flooded with messages like these: >>> >>> "ipfw: install_state: entry already present, done" >>> >>> Is there a known patch? >> >> I just took a look at the code: >> >> if (q != NULL) { /* should never occur */ >> if (last_log != time_second) { >> last_log = time_second; >> printf("ipfw: install_state: entry already present, done\n"); >> } >> return 0; >> } >> >> What if I just hack the "printf ..." line out of there? Would that >> 'solve' it? I know it's dirty; but would things still work? > > Theoretically, yes (note that I'm certainly no expert on this chunk of > code) My reason for saying yes is: > 1) The error seems to be that IPFW is trying to add the same stateful > rule twice ... which means it _did_ get successfully added once. > 2) When that condition occurs, the function returns 0. The comment at > the top of the file states that the function returns 1 on failure, > so it would appear that this condition is still considered > successful. Thank you for taking the time to look into this. Yes, my reason for thinking "yes" was the same. It seems there are critical errors, such as "Too many dynamic rules", returning 1, and, say, unexpected errors, like when trying to create a rule that already exists, returning 0. Since the rule actually seems to be working (limiting total connection to 32, and only 4 per source), just commenting out the printf statement seems like a harmless, be it very dirty, "solution". Indeed, this should probably be fixed; and I will file a PR tonight. - Mark From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 18:50:56 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C68BC16A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 18:50:56 +0000 (GMT) Received: from mailgate-internal1.sri.com (mailgate-internal1.SRI.COM [128.18.84.103]) by mx1.FreeBSD.org (Postfix) with SMTP id 9673A43D58 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 18:50:56 +0000 (GMT) (envelope-from hogsett@csl.sri.com) Received: (qmail 16049 invoked from network); 3 Aug 2004 18:50:56 -0000 Received: from localhost (HELO mailgate-internal1.SRI.COM) (127.0.0.1) by mailgate-internal1.sri.com with SMTP; 3 Aug 2004 18:50:56 -0000 Received: from mx1.csl.sri.com ([130.107.1.29])M2004080311505513195 for <freebsd-questions@freebsd.org>; Tue, 03 Aug 2004 11:50:55 -0700 Received: from [130.107.2.57] (beast.csl.sri.com [130.107.2.57]) (authenticated bits=0) by mx1.csl.sri.com (8.12.11/8.12.11) with ESMTP id i73IrWBm095601 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 3 Aug 2004 11:53:32 -0700 (PDT) (envelope-from hogsett@csl.sri.com) Message-ID: <410FDE90.20101@csl.sri.com> Date: Tue, 03 Aug 2004 11:50:56 -0700 From: Mike Hogsett <hogsett@csl.sri.com> User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: hogsett@csl.sri.com Subject: Blackberry & Sendmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 18:50:56 -0000 This is not entirely on-topic for the FreeBSD list (except my mail server is FreeBSD). Does anyone know of a solution to allow secure mail forwarding to a blackberry similar to the enterprise solutions for MS exchange, and Lotus Notes? Thanks - Mike From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 19:28:45 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C978416A4CE for <questions@freebsd.org>; Tue, 3 Aug 2004 19:28:45 +0000 (GMT) Received: from c3po.barnesos.net (c3po.LPL.Arizona.EDU [128.196.64.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 652F543D49 for <questions@freebsd.org>; Tue, 3 Aug 2004 19:28:45 +0000 (GMT) (envelope-from jbarnes@c3po.barnesos.net) Received: by c3po.barnesos.net (Postfix, from userid 1001) id D1156B86F; Tue, 3 Aug 2004 12:28:44 -0700 (MST) Received: from localhost (localhost [127.0.0.1]) by c3po.barnesos.net (Postfix) with ESMTP id BDCF4B833; Tue, 3 Aug 2004 12:28:44 -0700 (MST) Date: Tue, 3 Aug 2004 12:28:44 -0700 (MST) From: Jason Barnes <jbarnes@c3po.barnesos.net> To: Ion-Mihai Tetcu <itetcu@apropo.ro> In-Reply-To: <20040731060356.5fc303f7@it.buh.tecnik93.com> Message-ID: <20040803122811.K20543@c3po.barnesos.net> References: <20040730153452.E1432@c3po.barnesos.net> <20040730154649.W1432@c3po.barnesos.net> <20040730162954.P1557@c3po.barnesos.net> <20040731060356.5fc303f7@it.buh.tecnik93.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org cc: Jonathan Chen <jonc@chen.org.nz> Subject: Re: safe mode for kernel.old X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 19:28:45 -0000 > > Then what's the safe mode in the boot screen in 5.2.1, and how is > > it different than single user mode? Thanks for your patience with me on > > this issue. > > AFAIK, among others doesn't set DMA disk access. > syctl: > hw.ata.ata_dma=0 > hw.ata.atapi_dma=0 This seems to have fixed the problem, it must have been a DMA conflict in some way. Thank you so much for your help! - Jason Barnes From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 19:39:46 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AC3B16A4CE; Tue, 3 Aug 2004 19:39:46 +0000 (GMT) Received: from mail-gw4.njit.edu (mail-gw4.njit.edu [128.235.251.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id C511243D49; Tue, 3 Aug 2004 19:39:43 +0000 (GMT) (envelope-from kellers@njit.edu) Received: from [128.235.114.39] (dhcp114-39.NJIT.EDU [128.235.114.39]) by mail-gw4.njit.edu (8.12.10/8.12.4) with ESMTP id i73Jdese020116; Tue, 3 Aug 2004 15:39:41 -0400 (EDT) From: T Kellers <kellers@njit.edu> To: freebsd-questions@freebsd.org Date: Tue, 3 Aug 2004 15:39:40 -0400 User-Agent: KMail/1.6.2 References: <200408031530.i73FUcf27625@clunix.cl.msu.edu> In-Reply-To: <200408031530.i73FUcf27625@clunix.cl.msu.edu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408031539.40920.kellers@njit.edu> cc: Jerry McAllister <jerrymc@clunix.cl.msu.edu> cc: questions@freebsd.org cc: "Ismael Alves dos S. Filho" <ifho@hotmail.com> Subject: Re: Certification Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 19:39:46 -0000 On Tuesday 03 August 2004 11:30 am, Jerry McAllister wrote: > > Hi there, > > > > I would like to know if there is a Certification Program for FreeBSD, > > OpenBSD or > > NetBSD, like SUN's Solaris Certification Program for example. > > > > If there is, what is the procedure to make the exam(s)? I am in > > Salvador/Bahia/BRAZIL. > > The short answer is no. > Some other people may wish to give a more comprehensive answer. > > Anyway, the FreeBSD organization is not a company in the same sense > as Sun or Microsloth, etc that can set up a program to certify people > in its wonders. The FreeBSD organization is a group of volunteers > from all over the world that contribute to make the system. Although > there is a core group that steers the project and tries to make sure > additions and modifications are clean and meet standards, there is > nothing that specifies the official way you must use the system. > > But, I have heard of some organizations that have undertaken to make > up some training for FreeBSD and for UNIX in general. It seemd even > like one might be in Brazil. But, I do not remember names or addresses. > You might do some Google searching for FreeBSD training or something > like that and see what you get. > > ////jerry The longer answer is yes :) NJIT offers open source unix certification (and it's recognized/endorsed by the FreeBSD Foundation) http://cpe.njit.edu/noncredit/#opensourceunix avaiable both online and in classroom. Tim Kellers CPE/NJIT From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 19:39:46 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AC3B16A4CE; Tue, 3 Aug 2004 19:39:46 +0000 (GMT) Received: from mail-gw4.njit.edu (mail-gw4.njit.edu [128.235.251.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id C511243D49; Tue, 3 Aug 2004 19:39:43 +0000 (GMT) (envelope-from kellers@njit.edu) Received: from [128.235.114.39] (dhcp114-39.NJIT.EDU [128.235.114.39]) by mail-gw4.njit.edu (8.12.10/8.12.4) with ESMTP id i73Jdese020116; Tue, 3 Aug 2004 15:39:41 -0400 (EDT) From: T Kellers <kellers@njit.edu> To: freebsd-questions@freebsd.org Date: Tue, 3 Aug 2004 15:39:40 -0400 User-Agent: KMail/1.6.2 References: <200408031530.i73FUcf27625@clunix.cl.msu.edu> In-Reply-To: <200408031530.i73FUcf27625@clunix.cl.msu.edu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408031539.40920.kellers@njit.edu> cc: Jerry McAllister <jerrymc@clunix.cl.msu.edu> cc: questions@freebsd.org cc: "Ismael Alves dos S. Filho" <ifho@hotmail.com> Subject: Re: Certification Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 19:39:46 -0000 On Tuesday 03 August 2004 11:30 am, Jerry McAllister wrote: > > Hi there, > > > > I would like to know if there is a Certification Program for FreeBSD, > > OpenBSD or > > NetBSD, like SUN's Solaris Certification Program for example. > > > > If there is, what is the procedure to make the exam(s)? I am in > > Salvador/Bahia/BRAZIL. > > The short answer is no. > Some other people may wish to give a more comprehensive answer. > > Anyway, the FreeBSD organization is not a company in the same sense > as Sun or Microsloth, etc that can set up a program to certify people > in its wonders. The FreeBSD organization is a group of volunteers > from all over the world that contribute to make the system. Although > there is a core group that steers the project and tries to make sure > additions and modifications are clean and meet standards, there is > nothing that specifies the official way you must use the system. > > But, I have heard of some organizations that have undertaken to make > up some training for FreeBSD and for UNIX in general. It seemd even > like one might be in Brazil. But, I do not remember names or addresses. > You might do some Google searching for FreeBSD training or something > like that and see what you get. > > ////jerry The longer answer is yes :) NJIT offers open source unix certification (and it's recognized/endorsed by the FreeBSD Foundation) http://cpe.njit.edu/noncredit/#opensourceunix avaiable both online and in classroom. Tim Kellers CPE/NJIT From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 19:40:37 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 292D616A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 19:40:37 +0000 (GMT) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [217.122.132.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id 526B843D49 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 19:40:36 +0000 (GMT) (envelope-from dick@nagual.st) Received: from localhost (localhost [127.0.0.1]) (uid 1000) by nagual.st with local; Tue, 03 Aug 2004 21:40:35 +0200 Date: Tue, 3 Aug 2004 21:40:35 +0200 To: freebsd-questions <freebsd-questions@freebsd.org> Message-ID: <20040803194034.GA22806@nagual.st> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline User-Agent: Mutt/1.5.6i From: dick hoogendijk <dick@nagual.st> Subject: fvwm-themes-0.70 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 19:40:37 -0000 Fvwm2 is a great windowmanager. I use 2.4.18 plus fvwm-themes and that works great. However, the developers version of fvwm also works very well and it's in the ports. What I don't quite understand is why the fvwm-themes-0.70 packages is _not_ in the ports. The developers version of the theme packages makes full use of all those wonderfull new features of fvwm. Or is it maybe that I can simply compile fvwm-themes-0.70 on my freebsd-4.10R box? Does somebody use this version with the latest fvwm-devel? If so, how do I proceed? If not, I'll guess I have to wait for the official releases of both packages. -- dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.10 ++ Debian GNU/Linux (Woody) + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilya From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 19:49:18 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19C2E16A4CE for <questions@freebsd.org>; Tue, 3 Aug 2004 19:49:18 +0000 (GMT) Received: from athena.laverenz.de (dialin-72222.ewetel.net [212.6.72.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0499F43D2F for <questions@freebsd.org>; Tue, 3 Aug 2004 19:49:17 +0000 (GMT) (envelope-from uwe@athena.laverenz.de) Received: from athena.laverenz.de (localhost.laverenz.de [127.0.0.1]) by athena.laverenz.de (8.12.10/8.12.10) with ESMTP id i73JnEFU030245 for <questions@freebsd.org>; Tue, 3 Aug 2004 21:49:14 +0200 (CEST) (envelope-from uwe@athena.laverenz.de) Received: (from uwe@localhost) by athena.laverenz.de (8.12.10/8.12.10/Submit) id i73JnE5c030244 for questions@freebsd.org; Tue, 3 Aug 2004 21:49:14 +0200 (CEST) (envelope-from uwe) Date: Tue, 3 Aug 2004 21:49:14 +0200 From: Uwe Laverenz <uwe@laverenz.de> To: questions@freebsd.org Message-ID: <20040803194914.GA730@athena.laverenz.de> Mail-Followup-To: questions@freebsd.org References: <410F2BD3.9060706@ksi.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <410F2BD3.9060706@ksi.ru> Organization: private site Sender: uwe@laverenz.de User-Agent: Mutt/1.5.6i Subject: Re: problem in Linux-emulation and may be in NVidia drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 19:49:18 -0000 On Tue, Aug 03, 2004 at 10:08:19AM +0400, Roman Vasiliev wrote: > First run glxgears shows ~2000 fps but second ~10 fps. And whole OpenGL > application lags. > > Problem solves in changing on NVidia mx 4400. All works fine. I have the same problem with a GF4-Ti/4200: first run is fast, second is slow. An older GF2 works perfectly. I guess the only solution is to wait for the release of new NVidia drivers, which are said to be released "fairly soon". cu, Uwe From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 20:31:09 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A953F16A4CF for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 20:31:09 +0000 (GMT) Received: from kayjay.xs4all.nl (kayjay.xs4all.nl [80.126.33.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C5AA43D53 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 20:31:07 +0000 (GMT) (envelope-from karelj@kayjay.xs4all.nl) Received: from kayjay.xs4all.nl (localhost.kayjay.xs4all.nl [127.0.0.1]) by kayjay.xs4all.nl (8.12.11/8.12.11) with ESMTP id i73KV4DW044307 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 3 Aug 2004 22:31:05 +0200 (CEST) (envelope-from karelj@kayjay.xs4all.nl) Received: (from karelj@localhost) by kayjay.xs4all.nl (8.12.11/8.12.11/Submit) id i73KV4Ek044301; Tue, 3 Aug 2004 22:31:04 +0200 (CEST) (envelope-from karelj) Date: Tue, 3 Aug 2004 22:31:04 +0200 From: "Karel J. Bosschaart" <karelj@kayjay.xs4all.nl> To: dick hoogendijk <dick@nagual.st> Message-ID: <20040803203104.GA41480@kayjay.xs4all.nl> References: <20040803194034.GA22806@nagual.st> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040803194034.GA22806@nagual.st> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: fvwm-themes-0.70 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 20:31:09 -0000 On Tue, Aug 03, 2004 at 09:40:35PM +0200, dick hoogendijk wrote: > Fvwm2 is a great windowmanager. I use 2.4.18 plus fvwm-themes and that > works great. However, the developers version of fvwm also works very > well and it's in the ports. What I don't quite understand is why the > fvwm-themes-0.70 packages is _not_ in the ports. The developers version > of the theme packages makes full use of all those wonderfull new > features of fvwm. Did you miss x11-themes/fvwm-themes? It installs fvwm-themes 0.7.0 and works fine here with fvwm-devel (2.5.10). Karel. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 20:47:27 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C792C16A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 20:47:27 +0000 (GMT) Received: from hobbiton.shire.net (hobbiton.shire.net [206.71.64.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99B5843D2D for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 20:47:27 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.161.247.57] (helo=[192.168.99.66]) by hobbiton.shire.net with asmtp (TLSv1:RC4-SHA:128) (Exim 4.10) id 1Bs6By-0005cb-00 for freebsd-questions@freebsd.org; Tue, 03 Aug 2004 14:47:26 -0600 Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: <55702.81.84.175.12.1090758569.squirrel@81.84.175.12> References: <55702.81.84.175.12.1090758569.squirrel@81.84.175.12> Message-Id: <520BEB45-E58E-11D8-A557-003065A70D30@shire.net> From: "Chad Leigh -- Shire.Net LLC" <chad@shire.net> Date: Tue, 3 Aug 2004 14:47:23 -0600 To: freebsd-questions@freebsd.org Questions <freebsd-questions@freebsd.org> X-Mailer: Apple Mail (2.618) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on hobbiton.shire.net X-Spam-Status: No, hits=-0.0 required=5.0 tests=BAYES_44 autolearn=no version=2.63 X-Spam-Level: Subject: Re: jails: am I missing something or.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 20:47:27 -0000 On Jul 25, 2004, at 6:29 AM, Hugo Silva wrote: > It is unthinkable to be umount'ing EVERY jail if I want to add one. > I need separate filesystems for jails if I want (I *need* to) user > quotas > on jails > If I have separate filesystems, I can't create a new jail while the > disk > is being used (ie other jails mount'ed). > > Living with 1 ip? I could do it. Now, this is a major drawback. > > I've been a FreeBSD user for a long time, so I'm hoping there is a > solution to this matter-- (bottom line: working user quotas INSIDE > jails: > need either a way to have them w/ different partitions and be able to > create new jails with all other jails running, or need a way to use > quotas > with only a big partition) I find it weird there exists this big > limitation on the jail system. > try using the mdX memory/file backed file systems for your jails... Works well (though I have not tried the user quota -- you do get separate filesystems) Chad From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 21:40:08 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9B1516A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 21:40:08 +0000 (GMT) Received: from smtp.prodigy.net.mx (nlpproxy05.prodigy.net.mx [148.235.52.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CD9A43D2F for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 21:40:08 +0000 (GMT) (envelope-from lanjoe9@prodigy.net.mx) Received: from prodigy.net.mx (du-148-235-52-34.prodigy.net.mx [148.235.52.34]) by smtp.prodigy.net.mx (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I1W003A346SG3@smtp.prodigy.net.mx>; Tue, 03 Aug 2004 16:40:04 -0500 (CDT) Received: from [148.235.52.101] (Forwarded-For: [200.118.98.4]) by nlpmail04.prodigy.net.mx (mshttpd); Tue, 03 Aug 2004 16:43:00 -0500 Date: Tue, 03 Aug 2004 16:43:00 -0500 From: Alejandro lanjoe9 Valenzuela <lanjoe9@prodigy.net.mx> To: freebsd-questions@freebsd.org Message-id: <bf801080c.1080cbf80@prodigy.net.mx> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.21 (built Sep 8 2003) Content-type: text/plain; charset=us-ascii Content-language: es Content-transfer-encoding: 7bit Content-disposition: inline X-Accept-Language: es Priority: non-urgent X-Priority: 5 (Lowest) Subject: IPX: How-to? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 21:40:08 -0000 Hello everyone How do I enable IPX in FreeBSD 4.10 (and 5.2.1) ? I've recompiled my kernel with opton IPX and configured my network interface and lo0 with ipx parameters (found in this document: http://people.freebsd.org/~bp/ipxen.html which seems a bit old). Thanks a lot in advance Alejandro From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 22:34:18 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE42A16A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 22:34:18 +0000 (GMT) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.5.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9675A43D2D for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 22:34:18 +0000 (GMT) (envelope-from poisondart@optonline.net) Received: from [192.168.1.2] (ool-18ba440e.dyn.optonline.net [24.186.68.14]) by mta2.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with ESMTP id <0I1W00H9I6P2OX@mta2.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Tue, 03 Aug 2004 18:34:14 -0400 (EDT) Date: Tue, 03 Aug 2004 18:34:55 -0400 From: Jonathan <poisondart@optonline.net> To: freebsd-questions@freebsd.org Message-id: <4110130F.9080807@optonline.net> Organization: StreamForce Hosting Solutions MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) Subject: Bandwidth Limiting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 22:34:18 -0000 Hello, I run FreeBSD 5-2.1 on a serv4er box used for my company (StreamForce Hosting Solutions). I was wondering if there is an application i can install or method of limiting per user bandwidth by like a certain group or class. If not is there a way to limit bandwidth for all non super user accounts. Thanks in advance! Regards, Jonathan From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 22:41:07 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 760B716A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 22:41:07 +0000 (GMT) Received: from lilzmailso01.liwest.at (lilzmailso01.liwest.at [212.33.55.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E77243D2D for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 22:41:07 +0000 (GMT) (envelope-from dgw@liwest.at) Received: from cm248-230.liwest.at ([81.10.248.230]) by lilzmailso01.liwest.at with asmtp (Exim 4.24) id 1Bs7xk-0003iJ-BZ; Wed, 04 Aug 2004 00:40:52 +0200 Message-ID: <411020EA.9020100@liwest.at> Date: Tue, 03 Aug 2004 23:34:02 +0000 From: Daniela <dgw@liwest.at> User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Damon Butler <damon@hddesign.com> References: <410E5C6A.1090309@hddesign.com> <Pine.OSX.4.58.0408020946030.18095@onorysvfu.chefhrq-jvgu.arg> <410E78E5.1000403@hddesign.com> <20040802133608.3edf3818@localhost> <410E9913.5080708@hddesign.com> <5ef8c2f004080213222edab17f@mail.gmail.com> <410EA9BB.7040103@hddesign.com> In-Reply-To: <410EA9BB.7040103@hddesign.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org cc: =?ISO-8859-1?Q?Jos=E9_de_Paula?= <espinafre@gmail.com> Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 22:41:07 -0000 Damon Butler wrote: >> May I suggest Phalanx, found in the ports tree? It is an excellent >> chess program, works wonderfully with xboard, and 'phalanx -e 100' is >> very likely to meet your needs for a weak chess engine. > > > That looks excellent indeed. Thanks! > --Damon I have another suggestion. I've seen lots of Mac emulators in the ports. Why not use one of these, and run the original program? AFAIK Mac emulation is not even half as painful as Winblows emulation. Daniela From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 23:15:59 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B956616A4CE for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 23:15:59 +0000 (GMT) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FF5E43D53 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 23:15:59 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from [192.168.254.3] (bsdbox [192.168.254.3]) by fw.farid-hajji.net (Postfix) with ESMTP id 20F1F4AF1A; Wed, 4 Aug 2004 01:16:22 +0200 (CEST) Message-ID: <41101DC1.6020305@cordula.ws> Date: Wed, 04 Aug 2004 01:20:33 +0200 From: cpghost <cpghost@cordula.ws> User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040710) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maksym Marchenko <marchenk@in.tum.de> References: <opsb3ee0o3odrt25@mail.in.tum.de> <410E2063.6080205@cordula.ws> <opsb49g2f4odrt25@mail.in.tum.de> In-Reply-To: <opsb49g2f4odrt25@mail.in.tum.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Re: Headless Install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 23:15:59 -0000 Maksym Marchenko wrote: > Sometimes I see warning: > terminal is not fully functional. > So I can't edit kernel file mit ee - the text is shown "shifted" in > their lines. > Must I use another terminal program to help this? You just need to set TERM to something sensible, say, 'cons25' or 'xterm'. If you ssh to the box from a FreeBSD console, TERM should already be set to 'cons25'. If you ssh from an xterm, TERM will (or should) already be 'xterm'. If you use some other terminal emulator (e.g. from Windows or so), try setting both your emulator and TERM to 'vt100'. > And what you can do with "headless" PC? Can you control this PC only in > command prompt? Or (may be) you can use anything like X - twm? What do you want to do with it? If you want to do maintenance work (configure servers like, say, postfix, cyrus/imap, thttpd, set up ppp[oe], natd, ...), just ssh to the box like you would to any other server too. In normal day to day operations, just access the misc. servers from outside your headless PC with your favorite clients. Very simple. Something like X would be absolute overkill. You want X on your regular workstation; not on the headless server! But if you absolutely must, just install the X clients, X libraries etc... on the headless machine via ports as usual. You definitely don't need an X server on a headless machine though ;) Oh, and btw, you can tweak your kernel config file: just remove everything that you don't need, like vga, sc, keyboard, ... If you don't have the hardware for it on board, why bother having a driver for it in the kernel? Enjoy! cpghost. -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 00:11:03 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE72316A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 00:11:03 +0000 (GMT) Received: from grog.secure-computing.net (grog.secure-computing.net [63.228.14.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CB5843D1D for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 00:11:03 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from Nomad (nat-server.secure-computing.net [63.228.14.245]) (authenticated bits=0)i740A8Fp035214 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 19:10:08 -0500 (CDT) (envelope-from ecrist@secure-computing.net) From: "Eric Crist" <ecrist@secure-computing.net> To: <freebsd-questions@freebsd.org> Date: Tue, 3 Aug 2004 18:55:53 -0500 Message-ID: <005501c479b5$6c0f4cc0$6401a8c0@Nomad> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal X-Virus-Scanned: clamd / ClamAV version 0.74, clamav-milter version 0.74a on grog.secure-computing.net X-Virus-Status: Clean Subject: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 00:11:03 -0000 Hello list, I was recently contacted by a lawfirm that needs a remote backup solution to help bring their insurance rates down. I've decided to go ahead and do this, as their needs are not that great. What I'm asking, is how best to setup this situation. I've never played with jails or anything, but I'm not sure if I really need to go that far. I'm considering building a server that has ssh and sftp access. The plan is to allow them to upload at their pace, and provide next-day DVD/CD copies of their entire directory structure. Any advice on how to go about this? Thanks! Eric F Crist Found on Conan O'Brian: Children's books written by celebrities; By Mel Gibson: Jesus Christ and the Terrible, Horrible, No Good, Very Bad Day. ----- Keep your powder dry and your pecker hard and the world WILL turn. ----- Eric F Crist From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 00:33:20 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C76916A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 00:33:20 +0000 (GMT) Received: from gw.visp.com.au (gw.visp.com.au [202.6.158.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3574043D4C for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 00:33:19 +0000 (GMT) (envelope-from tim@spyderweb.com.au) Received: from bofh.spyderweb.com.au (202-6-150-37.ip.visp.com.au [202.6.150.37] (may be forged)) by gw.visp.com.au (8.12.8p2/8.12.8) with ESMTP id i740XKEc038023 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 10:03:20 +0930 (CST) (envelope-from tim@spyderweb.com.au) Received: from spyderweb.com.au (localhost [127.0.0.1])i740X0pC050131 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 10:03:00 +0930 (CST) (envelope-from tim@spyderweb.com.au) Date: Wed, 4 Aug 2004 10:03:00 +0930 From: Tim Aslat <tim@spyderweb.com.au> To: freebsd-questions@freebsd.org Message-Id: <20040804100300.3af0d4fb@bofh.spyderweb.com.au> In-Reply-To: <005501c479b5$6c0f4cc0$6401a8c0@Nomad> References: <005501c479b5$6c0f4cc0$6401a8c0@Nomad> Organization: Spyderweb Consulting X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 00:33:20 -0000 In the immortal words of "Eric Crist" <ecrist@secure-computing.net>... > I was recently contacted by a lawfirm that needs a remote backup > solution to help bring their insurance rates down. I've decided to go > ahead and do this, as their needs are not that great. Sounds simple enough > What I'm asking, is how best to setup this situation. I've never > played with jails or anything, but I'm not sure if I really need to go > that far. I'm considering building a server that has ssh and sftp > access. The plan is to allow them to upload at their pace, and provide > next-day DVD/CD copies of their entire directory structure. Try one of the multitude of rsync based scripts, you can even get some very good incremental backups happening, and burning DVDs/ dumping to tape/etc is simple enough top script as well. Rsync by default works over ssh so can be very secure. The had part would be, how do these people want to retrieve the data? If you are just handing them media once a day, then it's simple, but if they want to retrieve it remotely as well, then you could be in for some fun and games. Cheers Tim -- Tim Aslat <tim@spyderweb.com.au> Spyderweb Consulting http://www.spyderweb.com.au Phone: +61 0401088479 From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 00:56:17 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 599F116A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 00:56:17 +0000 (GMT) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2121E43D64 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 00:56:17 +0000 (GMT) (envelope-from gerard-seibert@rcn.com) Received: from 207-237-110-41.c3-0.crm-ubr4.crm.ny.cable.rcn.com ([207.237.110.41] helo=localhost) by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #7) id 1BsA4m-0001gQ-00 for freebsd-questions@freebsd.org; Tue, 03 Aug 2004 20:56:16 -0400 Date: Tue, 3 Aug 2004 20:56:16 -0400 (Eastern Standard Time) From: Gerard Seibert <gerard-seibert@rcn.com> To: freebsd-questions <freebsd-questions@freebsd.org> Message-ID: <Pine.WNT.4.60.0408032044260.3224@Treneq> X-X-Sender: beerstud@spamcop.net@mail.cesmail.net MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Acquiring CPAN Modules X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 00:56:17 -0000 What is the best way to acquire CPAN modules? If I run CPAN, and actually install a module, and then later run pkgdb I receive an error message stating: Missing Origin: bsdpan-(module-name) Skip this for now? To skip it without asking in the future, please list it in HOLD_PKGS The modules seem to work correctly however. Several modules that I want, I cannot find in the FreeBSD Ports collections. Does anyone have any suggestions, or is using CPAN the only way to get Perl modules installed? Thanks! Gerard Seibert gerard-seibert@rcn.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 01:06:52 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1E5816A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 01:06:52 +0000 (GMT) Received: from iceman.uni.edu (iceman.uni.edu [134.161.1.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C1243D5C for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 01:06:52 +0000 (GMT) (envelope-from jk514793@uni.edu) Received: from Debug ([134.161.1.13]) by uni.edu (PMDF V6.2-X27 #30994) with SMTP id <01LD8NG5SUPS8Y6XR6@uni.edu> for freebsd-questions@freebsd.org; Tue, 03 Aug 2004 20:06:49 -0500 (CDT) Date: Tue, 03 Aug 2004 20:06:49 -0600 (CDT) From: jk514793@uni.edu To: freebsd-questions@freebsd.org Message-id: <01LD8NG5T1YA8Y6XR6@uni.edu> X-Mailer: Endymion MailMan UNI Web Email v3.2.18.1 X-Posting-IP: 12.205.186.106 Subject: External Sound Devices X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 01:06:52 -0000 Hello, I recently installed FreeBSD on my laptop computer and my soundcard is incompatible with FreeBSD's sound drivers. Will an external sound card device work with freeBSD? The device I am looking at is a Sound Blaster MP3+ (http://www.soundblaster.com/products/mp3+) and the computer is an Acer Aspire 1400XV purchased in 2001. Thank you for your assistance. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 01:25:28 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A258616A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 01:25:28 +0000 (GMT) Received: from kende.com (ns1.kende.com [66.17.131.94]) by mx1.FreeBSD.org (Postfix) with SMTP id 5E6B043D60 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 01:25:11 +0000 (GMT) (envelope-from andras@kende.com) Received: (qmail 95062 invoked by uid 0); 4 Aug 2004 01:25:09 -0000 Received: from unknown (HELO ak) (24.1.130.29) by ns1.kende.com with SMTP; 4 Aug 2004 01:25:09 -0000 From: "Andras Kende" <andras@kende.com> To: "'Eric Crist'" <ecrist@secure-computing.net>, <freebsd-questions@freebsd.org> Date: Tue, 3 Aug 2004 20:24:58 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Thread-Index: AcR5t5dxk3pcndHYQb2wDA1QK+mvngACj75g In-Reply-To: <005501c479b5$6c0f4cc0$6401a8c0@Nomad> Message-Id: <20040804012511.5E6B043D60@mx1.FreeBSD.org> Subject: RE: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 01:25:28 -0000 -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Eric Crist Sent: Tuesday, August 03, 2004 6:56 PM To: freebsd-questions@freebsd.org Subject: Remote backup hosting setup? Hello list, I was recently contacted by a lawfirm that needs a remote backup solution to help bring their insurance rates down. I've decided to go ahead and do this, as their needs are not that great. What I'm asking, is how best to setup this situation. I've never played with jails or anything, but I'm not sure if I really need to go that far. I'm considering building a server that has ssh and sftp access. The plan is to allow them to upload at their pace, and provide next-day DVD/CD copies of their entire directory structure. Any advice on how to go about this? Thanks! Eric F Crist Found on Conan O'Brian: Children's books written by celebrities; By Mel Gibson: Jesus Christ and the Terrible, Horrible, No Good, Very Bad Day. ----- Keep your powder dry and your pecker hard and the world WILL turn. ----- Eric F Crist _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Hello, Maybe something like this? : http://www.bsdnews.org/02/rsync_windows.php Best regards, Andras Kende http://www.kende.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 03:16:48 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90A8816A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 03:16:48 +0000 (GMT) Received: from comsmtp1.singnet.com.sg (comsmtp1.singnet.com.sg [165.21.101.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD38943D4C for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 03:16:47 +0000 (GMT) (envelope-from pryan@singnet.com.sg) Received: from arrowana.singnet.com.sg (arrowana.singnet.com.sg [165.21.101.120])i743Giuu028796 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 11:16:44 +0800 Received: from arrowana.singnet.com.sg (localhost.localdomain [127.0.0.1]) i743GiQ7015853 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 11:16:44 +0800 Received: (from cooluser@localhost) by arrowana.singnet.com.sg (8.12.8/8.12.8/Submit) id i743GiEk015851 for freebsd-questions@freebsd.org; Wed, 4 Aug 2004 11:16:44 +0800 X-Authentication-Warning: arrowana.singnet.com.sg: cooluser set sender to pryan@singnet.com.sg using -f To: FreeBSD <freebsd-questions@freebsd.org> Message-ID: <1091589404.4110551c8311a@arrowana.singnet.com.sg> Date: Wed, 04 Aug 2004 11:16:44 +0800 (SGT) From: Peter Ryan <pryan@singnet.com.sg> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: SingNet WebMail Subject: Can i make a CD of the Ports Collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pryan@singnet.com.sg List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 03:16:48 -0000 I am very new, and have been reinstalling FreeBSD many times to clean up whatever mess i make and start again. I recently used cvsup to update my ports collection for the 4.10_RELEASE. Now, when I reinstall, it takes much longer because i bring in the updated ports collection rather than the ports collection on the install CD (which i burnt from an ISO file) Is there some way to burn a cd (for me that means under winXP) containing the latest ports collection so that I dont have to download it each time. Or is there a better way of installing with the latest ports collection. Are the ISO images updated with a new ports collection very frequently ? Thanks for any pointers Peter From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 03:31:54 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8824B16A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 03:31:54 +0000 (GMT) Received: from richard2.pil.net (richard2.pil.net [208.8.16.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 2F8EC43D5E for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 03:31:53 +0000 (GMT) (envelope-from up@3.am) Received: (qmail 53972 invoked by uid 1825); 4 Aug 2004 03:31:52 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 4 Aug 2004 03:31:52 -0000 Date: Tue, 3 Aug 2004 23:31:52 -0400 (EDT) From: up@3.am X-X-Sender: up@richard2.pil.net To: FreeBSD ISP List <freebsd-isp@freebsd.org>, <freebsd-scsi@freebsd.org>, <freebsd-questions@freebsd.org> Message-ID: <Pine.BSF.4.44.0408032318370.13131-100000@richard2.pil.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: SCSI errors with Adaptec 2200S RAID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 03:31:54 -0000 Please cc replies directly to me, as I am not subscribed to the lists. With some help from here, I was able to get this RAID card to see our external DLT (QUANTUM 4000) SCSI tape drive by installing the aacp (pass through) driver in addition to the aac driver. camcontrol now works, as do basic mt commands and amcheck (amanda check). However, (amanda) dumps either hang, fail completely or fail after transfering very little data. On the console, I see: (sa0:aacp1:0:4:0): READ(06). CDB8 0 0 0 20 0 0 (sa0:aacp1:0:4:0): NO SENSE ILI (length mismatch): -24576 csi:0,0,0,1 At this point the device is completely unresponsive, and the only way to get the system to see it again is to reboot the whole server. I tried ordering a 3 ft cable, thinking I was pushing my luck with the 6 ft (I've had this problem with SCSI cables in the past), but the problem persists. The same drive (which has an active terminator) has been working fine for years on a different box using an Intel L440GX+ MB's on-board SCSI port. Once again, any helpful replies are greatly appreciated! James Smallacombe PlantageNet, Inc. CEO and Janitor up@3.am http://3.am ========================================================================= From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 03:49:51 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B5EC616A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 03:49:51 +0000 (GMT) Received: from www.open-cpp.net (dsl-202-72-137-118.wa.westnet.com.au [202.72.137.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 620BB43D53 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 03:49:46 +0000 (GMT) (envelope-from rjw@open-cpp.net) Received: from main.open-cpp.net (main.open-cpp.net [192.168.0.2]) by www.open-cpp.net (8.12.10/8.12.10) with ESMTP id i74BnwcU009422 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 11:49:58 GMT (envelope-from rjw@main.open-cpp.net) Received: from main.open-cpp.net (localhost.open-cpp.net [127.0.0.1]) by main.open-cpp.net (8.12.10/8.12.10) with ESMTP id i743oIx6077130 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 11:50:18 +0800 (WST) (envelope-from rjw@main.open-cpp.net) Received: (from rjw@localhost) by main.open-cpp.net (8.12.10/8.12.10/Submit) id i743oIR7077129 for freebsd-questions@freebsd.org; Wed, 4 Aug 2004 11:50:18 +0800 (WST) (envelope-from rjw) Date: Wed, 4 Aug 2004 11:50:18 +0800 From: "Russell J. Wood" <rjw@open-cpp.net> To: freebsd-questions@freebsd.org Message-ID: <20040804035018.GA76985@main.open-cpp.net> References: <1091589404.4110551c8311a@arrowana.singnet.com.sg> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline In-Reply-To: <1091589404.4110551c8311a@arrowana.singnet.com.sg> User-Agent: Mutt/1.4.2.1i X-PGP-Key: http://www.open-cpp.net/rjw.asc Subject: Re: Can i make a CD of the Ports Collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 03:49:51 -0000 --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Yes, this could be done. First, create an ISO image of the directory with `mkisofs' (included in /usr/ports/sysutils/cdrtools): mkisofs -A ports -allow-lowercase -allow-multidot -f -no-cache-inodes -D -l= -J -o ports.iso -p peter -R -V ports /usr/ports Note: this will produce a non-standards compliant ISO image, but it will be= able to be read on both MS Windows and FreeBSD. Then, burn the image to CD using `burncd' (included in /usr/ports/sysutils/cdrtools): burncd -f /dev/acd0 -v -s <your_drive_speed> data ports.iso fixate When it's time to install, remove everything in `/usr/ports' (rm -r /usr/ports/*) and copy the burned data across. And, to finish it of, CVSup = the ports afterwards. - Russell On Wed, Aug 04, 2004 at 11:16:44AM +0800, Peter Ryan wrote: >I am very new, and have been reinstalling >FreeBSD many times to clean up whatever >mess i make and start again. > >I recently used cvsup to update my=20 >ports collection for the 4.10_RELEASE. > >Now, when I reinstall, it takes much longer >because i bring in the updated ports collection >rather than the ports collection on the >install CD (which i burnt from an ISO file) > >Is there some way to burn a cd (for me that >means under winXP) containing the latest=20 >ports collection so that I dont have to >download it each time. > >Or is there a better way of installing >with the latest ports collection. > >Are the ISO images updated with a new >ports collection very frequently ? > >Thanks for any pointers >Peter >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g" --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBEFz55WL5lrZ5g2cRAn3+AJ9KLsQn0oIWgBMi+/TQo/IMoskMKgCeJkWL eFnKEJgP2YZcrr/m5DewF4k= =PUbU -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 04:16:10 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3649216A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 04:16:10 +0000 (GMT) Received: from smtp802.mail.sc5.yahoo.com (smtp802.mail.sc5.yahoo.com [66.163.168.181]) by mx1.FreeBSD.org (Postfix) with SMTP id B189443D31 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 04:16:09 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (jtinnin@pacbell.net@66.122.48.149 with login) by smtp802.mail.sc5.yahoo.com with SMTP; 4 Aug 2004 04:16:09 -0000 From: Joshua Tinnin <krinklyfig@spymac.com> To: "FreeBSD-questions" <freebsd-questions@freebsd.org> Date: Tue, 3 Aug 2004 21:16:17 -0700 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408032116.17573.krinklyfig@spymac.com> Subject: Restarting swatch when log turns over? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: krinklyfig@spymac.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 04:16:10 -0000 I hope this isn't too OT ... How would I restart swatch when a log turns over? As of now, when a log turns over, swatch continues running but doesn't read the new log. I thought maybe I could use watchfor /newsyslog/ exec killall -HUP swatch in .swatchrc to match the newsyslog string, but when I try the command there is no process matching swatch (it's running), and I don't know how to reference the PID in such a situation (and use kill -HUP instead). Or does swatch need to be restarted in this situation? Or maybe should newsyslog be told to restart swatch (not sure how to do this)? I've read through the man pages and searched the mailing list archives, and am not turning up anything ... - jt From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 05:02:17 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AB8616A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 05:02:17 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9462943D55 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 05:02:16 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 4 Aug 2004 00:05:53 -0500 Message-ID: <41106DD5.1060803@daleco.biz> Date: Wed, 04 Aug 2004 00:02:13 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jonathan <poisondart@optonline.net> References: <4110130F.9080807@optonline.net> In-Reply-To: <4110130F.9080807@optonline.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Aug 2004 05:05:53.0495 (UTC) FILETIME=[B7B51670:01C479E0] cc: freebsd-questions@freebsd.org Subject: Re: Bandwidth Limiting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 05:02:17 -0000 Jonathan wrote: > Hello, I run FreeBSD 5-2.1 on a serv4er box used for my company > (StreamForce Hosting Solutions). I was wondering if there is an > application i can install or method of limiting per user bandwidth by > like a certain group or class. If not is there a way to limit > bandwidth for all non super user accounts. > > Thanks in advance! > > Regards, > Jonathan Certainly dummynet(4) comes to mind --- it would easily do per *IP* BW limits...so it might depend a tad on your network topography. HTH, Kevin Kinsey From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 05:03:55 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A4D316A4CE for <questions@freebsd.org>; Wed, 4 Aug 2004 05:03:55 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0421043D39 for <questions@freebsd.org>; Wed, 4 Aug 2004 05:03:55 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 4 Aug 2004 00:07:31 -0500 Message-ID: <41106E38.60502@daleco.biz> Date: Wed, 04 Aug 2004 00:03:52 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jonathan <poisondart@optonline.net> References: <4110130F.9080807@optonline.net> In-Reply-To: <4110130F.9080807@optonline.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Aug 2004 05:07:32.0323 (UTC) FILETIME=[F29D0B30:01C479E0] cc: questions@freebsd.org Subject: Re: Bandwidth Limiting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 05:03:55 -0000 Jonathan wrote: > Hello, I run FreeBSD 5-2.1 on a serv4er box used for my company > (StreamForce Hosting Solutions). I was wondering if there is an > application i can install or method of limiting per user bandwidth by > like a certain group or class. If not is there a way to limit > bandwidth for all non super user accounts. > > Thanks in advance! > > Regards, > Jonathan Ooh, now I read that again, and I think I just wasted that last post. Different scenario. Sorry for the noise. KDK From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 05:05:26 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A118C16A4CF for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 05:05:26 +0000 (GMT) Received: from gaff.hhhr.ision.net (gaff.hhhr.ision.net [195.180.9.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 558FE43D39 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 05:05:12 +0000 (GMT) (envelope-from ohoyer@ohoyer.de) Received: from gaff.hhhr.ision.net (localhost [127.0.0.1]) by gaff.hhhr.ision.net (8.12.11/8.12.11) with ESMTP id i7455Ci5087615; Wed, 4 Aug 2004 07:05:12 +0200 (CEST) (envelope-from ohoyer@ohoyer.de) Received: from localhost (ohoyer@localhost)i7455Bqa087612; Wed, 4 Aug 2004 07:05:12 +0200 (CEST) (envelope-from ohoyer@ohoyer.de) X-Authentication-Warning: gaff.hhhr.ision.net: ohoyer owned process doing -bs Date: Wed, 4 Aug 2004 07:05:11 +0200 (CEST) From: Olaf Hoyer <ohoyer@ohoyer.de> Sender: ohoyer@gaff.hhhr.ision.net To: Peter Ryan <pryan@singnet.com.sg> In-Reply-To: <1091589404.4110551c8311a@arrowana.singnet.com.sg> Message-ID: <20040804065940.W87561@gaff.hhhr.ision.net> References: <1091589404.4110551c8311a@arrowana.singnet.com.sg> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD <freebsd-questions@freebsd.org> Subject: Re: Can i make a CD of the Ports Collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 05:05:26 -0000 On Wed, 4 Aug 2004, Peter Ryan wrote: > I am very new, and have been reinstalling > FreeBSD many times to clean up whatever > mess i make and start again. > > I recently used cvsup to update my > ports collection for the 4.10_RELEASE. > > Now, when I reinstall, it takes much longer > because i bring in the updated ports collection > rather than the ports collection on the > install CD (which i burnt from an ISO file) > The whole portscollection is also available via ftp: on ftp2.de.freebsd.org: ftp> pwd 257 "/pub/FreeBSD/ports/ports" is current directory. ftp> ls 227 Entering Passive Mode (134,76,11,100,141,111) 150 Opening ASCII mode data connection for /bin/ls. total 25760 drwxr-xr-x 2 emoenke ftp 4096 Aug 3 01:53 . drwxr-xr-x 11 emoenke ftp 4096 Jul 29 2003 .. -rw-r--r-- 1 emoenke ftp 1006 Jun 19 01:49 README.TXT -rw-r--r-- 1 emoenke ftp 26332175 Aug 3 01:26 ports.tar.gz 226 Transfer complete. simply download the tar.gz, and extract it to /usr/ports On each ISO of a release, like the 4.10R-CD #1, they take a snapshot of the ports tree when the make the assumption that it ist quite consistent. So when you download in say, 3 months a 4.10 ISO, the ports tree therein will be more than 3 months old. In that case, use whether cvsup or method above to get a recent ports tree. HTH Olaf -- Olaf Hoyer ohoyer@gaff.hhhr.ision.net Fuerchterliche Erlebniss geben zu raten, ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist. (Nietzsche, Jenseits von Gut und Boese) From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 05:15:26 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEA8016A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 05:15:26 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80C3B43D2D for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 05:15:26 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.12.11) id i745FP1x066861; Wed, 4 Aug 2004 00:15:25 -0500 (CDT) (envelope-from dan) Date: Wed, 4 Aug 2004 00:15:25 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: Jonathan <poisondart@optonline.net> Message-ID: <20040804051525.GC85344@dan.emsphone.com> References: <4110130F.9080807@optonline.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4110130F.9080807@optonline.net> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: Bandwidth Limiting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 05:15:27 -0000 In the last episode (Aug 03), Jonathan said: > Hello, I run FreeBSD 5-2.1 on a serv4er box used for my company > (StreamForce Hosting Solutions). I was wondering if there is an > application i can install or method of limiting per user bandwidth by > like a certain group or class. If not is there a way to limit bandwidth > for all non super user accounts. ipfw rules plus dummynet should be able to do what you want. ipfw can filter on the uid or gid of the process sending/receiving the packet, so this should cause all non-root packets to get filtered through dummynet pipe 1 (which you could configure to run at 90% of your true capacity): ipfw add 400 skipto 402 ip from any to any uid root ipfw add 401 pipe 1 ip from any to any Hopefully ipfw will soon get the ability to use ALTQ which was recently merged into -current, so you can do some more advanced limiting. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 06:00:42 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C1AC16A4D6 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 06:00:42 +0000 (GMT) Received: from grog.secure-computing.net (grog.secure-computing.net [63.228.14.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id C632D43D70 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 06:00:37 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from Nomad (nat-server.secure-computing.net [63.228.14.245]) (authenticated bits=0)i745xfGr035965; Wed, 4 Aug 2004 00:59:41 -0500 (CDT) (envelope-from ecrist@secure-computing.net) From: "Eric Crist" <ecrist@secure-computing.net> To: "'Tim Aslat'" <tim@spyderweb.com.au>, <freebsd-questions@freebsd.org> Date: Wed, 4 Aug 2004 00:53:22 -0500 Message-ID: <007101c479e7$5ca574d0$6401a8c0@Nomad> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal In-Reply-To: <20040804100300.3af0d4fb@bofh.spyderweb.com.au> X-Virus-Scanned: clamd / ClamAV version 0.74, clamav-milter version 0.74a on grog.secure-computing.net X-Virus-Status: Clean Subject: RE: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 06:00:42 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Tim Aslat > Sent: Tuesday, August 03, 2004 7:33 PM > To: freebsd-questions@freebsd.org > Subject: Re: Remote backup hosting setup? > > > In the immortal words of "Eric Crist" <ecrist@secure-computing.net>... > > I was recently contacted by a lawfirm that needs a remote backup > > solution to help bring their insurance rates down. I've > decided to go > > ahead and do this, as their needs are not that great. > > Sounds simple enough > > > What I'm asking, is how best to setup this situation. I've never > > played with jails or anything, but I'm not sure if I really > need to go > > that far. I'm considering building a server that has ssh and sftp > > access. The plan is to allow them to upload at their pace, > and provide > > next-day DVD/CD copies of their entire directory structure. > > Try one of the multitude of rsync based scripts, you can even > get some very good incremental backups happening, and burning > DVDs/ dumping to tape/etc is simple enough top script as > well. Rsync by default works over ssh so can be very secure. > > The had part would be, how do these people want to retrieve the data? > > If you are just handing them media once a day, then it's > simple, but if they want to retrieve it remotely as well, > then you could be in for some fun and games. > > Cheers > > Tim Thanks for the reply, Tim. I didn't specify in the OP, but this is from Windows systems to my freebsd server. The retrieval method will be a copy on CD/DVD, at a premium, of course, in the even they have a faliure. Thanks again for all your help. Found on Conan O'Brian: Children's books written by celebrities; By Mel Gibson: Jesus Christ and the Terrible, Horrible, No Good, Very Bad Day. ----- Keep your powder dry and your pecker hard and the world WILL turn. ----- Eric F Crist From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 06:07:53 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D3CC16A4CE for <freebsd-questions@FreeBSD.org>; Wed, 4 Aug 2004 06:07:53 +0000 (GMT) Received: from mx01.netapp.com (mx01.netapp.com [198.95.226.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3F1643D5A for <freebsd-questions@FreeBSD.org>; Wed, 4 Aug 2004 06:07:52 +0000 (GMT) (envelope-from Narayan.Venkat@netapp.com) Received: from frejya.corp.netapp.com (frejya [10.57.157.119]) i7467pFC024078 for <freebsd-questions@FreeBSD.org>; Tue, 3 Aug 2004 23:07:52 -0700 (PDT) Received: from svlexc02.hq.netapp.com (svlexc02.corp.netapp.com [10.57.157.136])i7467pgC026183 for <freebsd-questions@FreeBSD.org>; Tue, 3 Aug 2004 23:07:51 -0700 (PDT) Received: from SVLEXC04.hq.netapp.com ([10.57.158.141]) by svlexc02.hq.netapp.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 3 Aug 2004 23:07:51 -0700 content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Tue, 3 Aug 2004 23:07:52 -0700 Message-ID: <8DA88779B08E9245800C5CE538B6739D03508ED4@svlexc04.corp.netapp.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: RBAC in FreeBSD? Thread-Index: AcR56WC3lq4mXJA9TDa/oSoTtt/XKg== From: "Venkat, Narayan" <Narayan.Venkat@netapp.com> To: <freebsd-questions@FreeBSD.org> X-OriginalArrivalTime: 04 Aug 2004 06:07:51.0522 (UTC) FILETIME=[5FD2FC20:01C479E9] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: RBAC in FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 06:07:53 -0000 Hi, =20 What Role Based Access Control capabilities are there in FreeBSD? =20 Thanks. =20 Narayan Venkat From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 06:45:20 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2914216A4D2 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 06:45:20 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4114A43D45 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 06:45:11 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i746j2nl056764 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 4 Aug 2004 07:45:02 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i746j1xI056755; Wed, 4 Aug 2004 07:45:01 +0100 (BST) (envelope-from matthew) Date: Wed, 4 Aug 2004 07:45:01 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Gerard Seibert <gerard-seibert@rcn.com> Message-ID: <20040804064501.GA36113@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, Gerard Seibert <gerard-seibert@rcn.com>, freebsd-questions <freebsd-questions@freebsd.org> References: <Pine.WNT.4.60.0408032044260.3224@Treneq> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="BOKacYhQ+x31HxR3" Content-Disposition: inline In-Reply-To: <Pine.WNT.4.60.0408032044260.3224@Treneq> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Wed, 04 Aug 2004 07:45:02 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: Acquiring CPAN Modules X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 06:45:20 -0000 --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 03, 2004 at 08:56:16PM -0400, Gerard Seibert wrote: > What is the best way to acquire CPAN modules? If I run CPAN, and actually= =20 > install a module, and then later run pkgdb I receive an error message=20 > stating: >=20 > Missing Origin: bsdpan-(module-name) Skip this for now? To skip it > without asking in the future, please list it in HOLD_PKGS > > The modules seem to work correctly however. Several modules that I want, = I=20 > cannot find in the FreeBSD Ports collections. >=20 > Does anyone have any suggestions, or is using CPAN the only way to get=20 > Perl modules installed? It's up to you. Generally I find though that where the modules you want are available through the ports collection, then it's best to install from there. Otherwise, install using CPAN. If you're using perl installed from ports or bundled with 4.x, then the CPAN system will have been slightly modified, so that BSDPAN installed modules will be registered with the packages system. That has a number of advantages, principally that you can cleanly deinstall the package should you wish. As the error message you see says, modules installed via BSDPAN can't be associated with an origin, ie. a location in the ports tree. That means that tools like portupgrade(1) and friends can't be used to manage BSDPAN installed modules, and you should do exactly what the error message says and list it in the HOLD_PKGS array in /usr/local/etc/pkgtools.conf: HOLD_PKGS =3D [ 'bsdpan-*', ] Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --BOKacYhQ+x31HxR3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBEIXtiD657aJF7eIRAin3AKCWB25lLB5sEAueYbO9cg7d0sZccwCgt2ay sDO6s8zRV+kQcHLMO/7lK7o= =gtaL -----END PGP SIGNATURE----- --BOKacYhQ+x31HxR3-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 06:45:30 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E96B16A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 06:45:30 +0000 (GMT) Received: from serv03.inetworx.ch (serv03.inetworx.ch [212.254.227.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 939E143D45 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 06:45:29 +0000 (GMT) (envelope-from dev@eth0.ch) Received: from localhost (localhost.localdomain [127.0.0.1]) by serv03.inetworx.ch (Postfix) with ESMTP id 4F444252D70 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 08:45:28 +0200 (CEST) Received: from serv03.inetworx.ch ([127.0.0.1]) by localhost (serv03.inetworx.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 27217-05-4 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 08:45:28 +0200 (CEST) Received: from www.inetworx.ch (serv04.inetworx.ch [212.254.227.197]) by serv03.inetworx.ch (Postfix) with ESMTP id 09DEC252D6F for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 08:45:28 +0200 (CEST) Received: from 217.162.71.141 (SquirrelMail authenticated user dev.eth0); by www.inetworx.ch with HTTP; Wed, 4 Aug 2004 08:45:28 +0200 (CEST) Message-ID: <1054.217.162.71.141.1091601928.squirrel@217.162.71.141> In-Reply-To: <007101c479e7$5ca574d0$6401a8c0@Nomad> References: <20040804100300.3af0d4fb@bofh.spyderweb.com.au> <007101c479e7$5ca574d0$6401a8c0@Nomad> Date: Wed, 4 Aug 2004 08:45:28 +0200 (CEST) From: "David E. Meier" <dev@eth0.ch> To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at inetworx.ch Subject: RE: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 06:45:30 -0000 Hi Eric, we are currently developing a small program/service for our customers exactly for this purpose. To just backup the data to a remote server is very easy, even on Windows: Use cygwin. It comes together with rsync and ssh. I recommend you use rsync since it is the most effective AFAIK and the transfer is safe (not unimportant to law companies). Then you could run a nightly task to backup the data. We also found that revision the data on the backup server could also be very helpful using rsnapshot. This tool is actually intended for backups between UNIX/Linux boxes, however, you can also run it locally. It creates full daily backups with the storage need of an incremental backup while using links to unchanged files. Cheers. Dave. > Thanks for the reply, Tim. I didn't specify in the OP, but this is from > Windows systems to my freebsd server. The retrieval method will be a > copy on CD/DVD, at a premium, of course, in the even they have a > faliure. > > Thanks again for all your help. > > > > > Found on Conan O'Brian: > Children's books written by celebrities; > By Mel Gibson: Jesus Christ and the Terrible, Horrible, No Good, Very > Bad Day. > > ----- > Keep your powder dry and your pecker hard and the world WILL turn. > > ----- > Eric F Crist > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 08:07:34 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E0F716A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 08:07:34 +0000 (GMT) Received: from nagual.st (cc20684-a.assen1.dr.home.nl [217.122.132.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0C2243D5A for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 08:07:33 +0000 (GMT) (envelope-from dick@nagual.st) Received: from localhost (localhost [127.0.0.1]) (uid 1000) by nagual.st with local; Wed, 04 Aug 2004 10:07:32 +0200 Date: Wed, 4 Aug 2004 10:07:32 +0200 To: "Karel J. Bosschaart" <karelj@kayjay.xs4all.nl> Message-ID: <20040804080732.GA16107@nagual.st> References: <20040803194034.GA22806@nagual.st> <20040803203104.GA41480@kayjay.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline In-Reply-To: <20040803203104.GA41480@kayjay.xs4all.nl> User-Agent: Mutt/1.5.6i From: dick hoogendijk <dick@nagual.st> cc: freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: fvwm-themes-0.70 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 08:07:34 -0000 On 03 Aug Karel J. Bosschaart wrote: > On Tue, Aug 03, 2004 at 09:40:35PM +0200, dick hoogendijk wrote: > > Fvwm2 is a great windowmanager. I use 2.4.18 plus fvwm-themes and that > > works great. However, the developers version of fvwm also works very > > well and it's in the ports. What I don't quite understand is why the > > fvwm-themes-0.70 packages is _not_ in the ports. The developers version > > of the theme packages makes full use of all those wonderfull new > > features of fvwm. > > Did you miss x11-themes/fvwm-themes? It installs fvwm-themes 0.7.0 and > works fine here with fvwm-devel (2.5.10). If so, I *did* miss that port. I'm very glad to hear it exists. Thanks. -- dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.10 ++ Debian GNU/Linux (Woody) + Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilya From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 08:11:14 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C7BE116A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 08:11:14 +0000 (GMT) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECE3243D53 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 08:11:12 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (wojtek@localhost [127.0.0.1]) i748B4gT023265; Wed, 4 Aug 2004 10:11:04 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost)i748B4jx023262; Wed, 4 Aug 2004 10:11:04 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Wed, 4 Aug 2004 10:11:03 +0200 (CEST) From: Wojciech Puchar <wojtek@tensor.3miasto.net> X-X-Sender: wojtek@chylonia.3miasto.net To: "David E. Meier" <dev@eth0.ch> In-Reply-To: <1054.217.162.71.141.1091601928.squirrel@217.162.71.141> Message-ID: <20040804100959.E23192@chylonia.3miasto.net> References: <20040804100300.3af0d4fb@bofh.spyderweb.com.au> <1054.217.162.71.141.1091601928.squirrel@217.162.71.141> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: RE: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 08:11:14 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > we are currently developing a small program/service for our customers > exactly for this purpose. > > To just backup the data to a remote server is very easy, even on Windows: > Use cygwin. It comes together with rsync and ssh. I recommend you use > rsync since it is the most effective AFAIK and the transfer is safe (not > unimportant to law companies). Then you could run a nightly task to backup > the data. what is unsafe of rsh for example if network through which is going the traffic is under your control? ssh is SLOW. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFBEJoXVbTJCKecqu0RAgGUAJ9s3MErMYwxXwTxKWGnHdVWoBFTrACcCUgN La1/dqv8okZKCIKIGc7OTbc= =eQKl -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 08:13:38 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26F2416A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 08:13:38 +0000 (GMT) Received: from indigo.metron.com (indigo.metron.com [192.160.193.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA23643D39 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 08:13:37 +0000 (GMT) (envelope-from lou@metron.com) Received: from indigo.Metron.COM (indigo.metron.com [127.0.0.1]) by indigo.metron.com (8.12.11/8.12.9) with ESMTP id i748DWp9020459; Wed, 4 Aug 2004 01:13:33 -0700 (PDT) (envelope-from lou@metron.com) Received: (from lou@localhost) by indigo.Metron.COM (8.12.11/8.12.9/Submit) id i748DNme020458; Wed, 4 Aug 2004 01:13:23 -0700 (PDT) (envelope-from lou@metron.com) X-Authentication-Warning: indigo.metron.com: lou set sender to lou@metron.com using -f Date: Wed, 4 Aug 2004 01:13:23 -0700 From: Lou Katz <lou@metron.com> To: Daniela <dgw@liwest.at> Message-ID: <20040804081323.GA20406@metron.com> References: <410E5C6A.1090309@hddesign.com> <Pine.OSX.4.58.0408020946030.18095@onorysvfu.chefhrq-jvgu.arg> <410E78E5.1000403@hddesign.com> <20040802133608.3edf3818@localhost> <410E9913.5080708@hddesign.com> <5ef8c2f004080213222edab17f@mail.gmail.com> <410EA9BB.7040103@hddesign.com> <411020EA.9020100@liwest.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <411020EA.9020100@liwest.at> User-Agent: Mutt/1.4.2i cc: freebsd-questions@freebsd.org cc: Damon Butler <damon@hddesign.com> cc: Jos? de Paula <espinafre@gmail.com> Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 08:13:38 -0000 I know this is a FreeBSD list, but there is a really excellent program for learning chess for the PC (and Mac): "Learn How to Play Chess with Fritz and Chesster". For ages 8 and up. It is a really searious learning program, which has a huge book, starts with moves, then endgames, then ... Viva Media North American Editon (2003) ISBN 1-932174-13-3 (It actually comes from Germany) On Tue, Aug 03, 2004 at 11:34:02PM +0000, Daniela wrote: > Damon Butler wrote: > > >>May I suggest Phalanx, found in the ports tree? It is an excellent > >>chess program, works wonderfully with xboard, and 'phalanx -e 100' is > >>very likely to meet your needs for a weak chess engine. > > > > > >That looks excellent indeed. Thanks! > >--Damon > > I have another suggestion. I've seen lots of Mac emulators in the ports. > Why not use one of these, and run the original program? > AFAIK Mac emulation is not even half as painful as Winblows emulation. > > Daniela > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- -=[L]=- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 08:14:34 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE6EE16A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 08:14:34 +0000 (GMT) Received: from mail.oisca.org (mail.oisca.org [164.46.152.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id D651943D5E for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 08:14:33 +0000 (GMT) (envelope-from pwd8jmr22w@me.point.ne.jp) Received: from [192.168.1.35] (165.191.192.61.tokyo.bflets.alpha-net.ne.jp [61.192.191.165]) (authenticated (0 bits)) by mail.oisca.org (8.12.11/8.11.3) with ESMTP id i748EUDh023621 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 17:14:32 +0900 Message-ID: <41109ABF.4090904@me.point.ne.jp> Date: Wed, 04 Aug 2004 17:13:51 +0900 From: Srot BULL <pwd8jmr22w@me.point.ne.jp> User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD-questions <freebsd-questions@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: IPFW - Allowed but Denied is shown in my logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pwd8jmr22w@me.point.ne.jp List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 08:14:34 -0000 Hi, I have been seeing these logs since I started using my firewall but since I am not having problems in my incoming-outgoing emails and access to websites I did not bother to change anything...But, Looking at my firewall logs and seeing the same things just woke up my curiousity and wondered if anybody can enlighten me on what is happening... Below are some of the information that I have copied from my /var/log/security and pasted here: Aug 4 10:57:26 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49312 130.89.175.51:80 out via bge0 Aug 4 11:00:49 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49312 130.89.175.51:80 out via bge0 Aug 4 11:33:45 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49352 69.55.225.12:80 out via bge0 Aug 4 11:34:10 r40e last message repeated 5 times Aug 4 11:36:16 r40e last message repeated 3 times Aug 4 11:40:32 r40e last message repeated 4 times Aug 4 12:21:10 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49364 195.92.249.252:80 out via bge0 Aug 4 12:21:41 r40e last message repeated 6 times Aug 4 12:22:55 r40e last message repeated 2 times Aug 4 12:27:11 r40e last message repeated 4 times Aug 4 13:24:14 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49386 216.136.204.21:80 out via bge0 Aug 4 13:24:34 r40e last message repeated 5 times Aug 4 13:26:26 r40e last message repeated 3 times Aug 4 13:30:42 r40e last message repeated 4 times Aug 4 15:04:19 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49456 210.188.175.94:110 out via bge0 Aug 4 15:04:46 r40e last message repeated 7 times Aug 4 15:06:04 r40e last message repeated 2 times Aug 4 15:08:38 r40e last message repeated 3 times Aug 4 15:36:28 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49487 164.46.152.13:110 out via bge0 Aug 4 15:36:28 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49486 164.46.152.13:110 out via bge0 Aug 4 15:36:28 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49487 164.46.152.13:110 out via bge0 Aug 4 15:44:42 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49504 205.180.85.140:80 out via bge0 Aug 4 15:45:15 r40e last message repeated 6 times Aug 4 15:46:44 r40e last message repeated 2 times Aug 4 15:51:00 r40e last message repeated 4 times This is found in my /etc/ipfw.rules ### Allow out non-secure standard www function ### $CMD 00200 allow tcp from any to any 80 out via $IFN setup keep-state ### Allow out send & get email function ### $CMD 00230 allow tcp from any to any 25 out via $IFN setup keep-state $CMD 00231 allow tcp from any to any 110 out via $IFN setup keep-state ### deny and log everything else that's trying to get out. ### ### This rule enforces the block all by default logic. ### $CMD 00299 deny log all from any to any out via $IFN Why are the above firewall logs telling me that it has denied my TCP packets and yet I am not experiencing some problems in my emails and access to the internet through port 80. I still do not understand the whole thing about firewalls and I hope that anybody can share what they think is happening. Thanks in advance for any comments and advice... Srot BULL From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 08:49:55 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36E5816A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 08:49:55 +0000 (GMT) Received: from ctb-mesg1.saix.net (ctb-mesg1.saix.net [196.25.240.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C1CD43D39 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 08:49:54 +0000 (GMT) (envelope-from livhu.tshisikule@telkomsa.net) Received: from host2-fbsd.Dembe.net (tpr-125-107.telkomadsl.co.za [165.165.125.107]) by ctb-mesg1.saix.net (Postfix) with ESMTP id D25AD504C for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 10:49:49 +0200 (SAST) From: Livhu Tshisikule <livhu.tshisikule@telkomsa.net> Organization: Dembe Open Source Unix Solutions To: freebsd-questions@freebsd.org Date: Wed, 4 Aug 2004 10:49:26 +0200 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408041049.26858.livhu.tshisikule@telkomsa.net> Subject: Mirror hard disk using dd. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 08:49:55 -0000 Hi, I installed a second harddisk on my FBSD 5.2.1 box and then use dd if=/dev/ado of=/dev/ad1. I later removed my first disk so that I can test the second disk. After booting it goes to single user mode and then I used fsck -y command. I then mounted the /usr only to find that id did not copy everything from the first disk. 1. I want to make an exact copy of the first disk, how can I do that. 2. Later I want to copy what has changed to disk2 once a day. Regards Livhu From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 09:11:45 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6991A16A4CF for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 09:11:45 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2267A43D5A for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 09:11:40 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.circlesquared.com [127.0.0.1]) i749BOx0079765; Wed, 4 Aug 2004 10:11:24 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <4110A83C.30703@circlesquared.com> Date: Wed, 04 Aug 2004 10:11:24 +0100 From: Peter Risdon <peter@circlesquared.com> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040611 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Crist <ecrist@secure-computing.net> References: <005501c479b5$6c0f4cc0$6401a8c0@Nomad> In-Reply-To: <005501c479b5$6c0f4cc0$6401a8c0@Nomad> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 09:11:45 -0000 Eric Crist wrote: > Hello list, > > I was recently contacted by a lawfirm that needs a remote backup > solution to help bring their insurance rates down. I've decided to go > ahead and do this, as their needs are not that great. > > What I'm asking, is how best to setup this situation. I've never played > with jails or anything, but I'm not sure if I really need to go that > far. I'm considering building a server that has ssh and sftp access. > The plan is to allow them to upload at their pace, and provide next-day > DVD/CD copies of their entire directory structure. > > Any advice on how to go about this? I do this using rsync. Remote FreeBSD machines are straightforward. For Windows computers wishing to backup remotely I am starting to use: http://sync2nas.sourceforge.net/ I also find it helps to start with a copy of their data from some medium like a tape, CD(s) or DVD, or even a hard drive moved from one machine to another. Otherwise, the initial transfer can, literally, take weeks. HTH Peter. > > Thanks! > > Eric F Crist > > Found on Conan O'Brian: > Children's books written by celebrities; > By Mel Gibson: Jesus Christ and the Terrible, Horrible, No Good, Very > Bad Day. > > ----- > Keep your powder dry and your pecker hard and the world WILL turn. > > ----- > Eric F Crist > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 09:20:56 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D142416A4CE for <questions@FreeBSD.org>; Wed, 4 Aug 2004 09:20:56 +0000 (GMT) Received: from web21205.mail.yahoo.com (web21205.mail.yahoo.com [216.136.131.248]) by mx1.FreeBSD.org (Postfix) with SMTP id 9260B43D4C for <questions@FreeBSD.org>; Wed, 4 Aug 2004 09:20:56 +0000 (GMT) (envelope-from adriankok2000@yahoo.com.hk) Message-ID: <20040804092056.3859.qmail@web21205.mail.yahoo.com> Received: from [64.141.32.2] by web21205.mail.yahoo.com via HTTP; Wed, 04 Aug 2004 17:20:56 CST Date: Wed, 4 Aug 2004 17:20:56 +0800 (CST) From: =?iso-8859-1?q?adrian=20kok?= <adriankok2000@yahoo.com.hk> To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: netstat -an X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 09:20:56 -0000 Hi all I installed ntop on the server but I can't get tcp4 by netstat -an and it is only tcp6 listen on port 2853 tcp6 0 0 *.2853 Why? Thank you _______________________________________________________________________ Do You Yahoo!? Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 09:37:32 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FBAA16A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 09:37:32 +0000 (GMT) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B6943D5C for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 09:37:30 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i749bQfU017472; Wed, 4 Aug 2004 12:37:27 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i74AcsGv033899; Wed, 4 Aug 2004 13:38:54 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)i74Acmrw033841; Wed, 4 Aug 2004 13:38:48 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 4 Aug 2004 13:38:48 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Srot BULL <pwd8jmr22w@me.point.ne.jp> Message-ID: <20040804103848.GA31620@orion.daedalusnetworks.priv> References: <41109ABF.4090904@me.point.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41109ABF.4090904@me.point.ne.jp> cc: freebsd-questions@freebsd.org Subject: Re: IPFW - Allowed but Denied is shown in my logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 09:37:32 -0000 On 2004-08-04 17:13, Srot BULL <pwd8jmr22w@me.point.ne.jp> wrote: > > This is found in my /etc/ipfw.rules > ### Allow out non-secure standard www function ### > $CMD 00200 allow tcp from any to any 80 out via $IFN setup keep-state > > ### Allow out send & get email function ### > $CMD 00230 allow tcp from any to any 25 out via $IFN setup keep-state > $CMD 00231 allow tcp from any to any 110 out via $IFN setup keep-state > > ### deny and log everything else that's trying to get out. ### > ### This rule enforces the block all by default logic. ### > $CMD 00299 deny log all from any to any out via $IFN > > Why are the above firewall logs telling me that it has denied my TCP > packets and yet I am not experiencing some problems in my emails and > access to the internet through port 80. [...] Show us the full ruleset. Otherwise we're just guessing... From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 09:39:37 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05CCB16A4CE for <questions@freebsd.org>; Wed, 4 Aug 2004 09:39:37 +0000 (GMT) Received: from fam.ulusiada.pt (mail.fam.ulusiada.pt [193.136.184.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 9670F43D45 for <questions@freebsd.org>; Wed, 4 Aug 2004 09:39:35 +0000 (GMT) (envelope-from "") Received: (qmail 21037 invoked by uid 502); 4 Aug 2004 09:39:33 -0000 Received: from by mail.fam.ulusiada.pt in 0.201722 secs); 04 Aug 2004 09:39:33 -0000 Date: 4 Aug 2004 09:39:32 -0000 From: "Mail System Anti-Virus Administrator" <webmail@mail.fam.ulusiada.pt> To: questions@freebsd.org Message-ID: <mail.fam.ulusiada.pt109161237240421021@mail.fam.ulusiada.pt> X-Tnz-Problem-Type: 40 MIME-Version: 1.0 Content-type: text/plain cc: lixo@mail.fam.ulusiada.pt Subject: Virus found in sent message "hello" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 09:39:37 -0000 Attention: questions@freebsd.org. A Virus was found in an Email message you sent. This Email scanner intercepted it and stopped the entire message reaching it's destination. The Virus was reported to be: W32/Netsky.B@mm Please update your virus scanner or contact your I.T support personnel as soon as possible as you have a virus on your system. Your message was sent with the following envelope: MAIL FROM: questions@freebsd.org RCPT TO: puto@fam.ulusiada.pt ... and with the following headers: From: questions@freebsd.org To: puto@fam.ulusiada.pt Subject: hello Date: Wed, 4 Aug 2004 10:43:42 +0100 The original message is kept in: mail.fam.ulusiada.pt:/var/spool/qmailscan/quarantine where the Mail System Anti-Virus Administrator can further diagnose it. The Email scanner reported the following when it scanned that message: --- ---fprot results --- Virus scanning report - 4. August 2004 10:39 F-PROT 3.11b SIGN.DEF created 31. July 2004 SIGN2.DEF created 31. July 2004 MACRO.DEF created 2. August 2004 Search: /var/spool/qmailscan/mail.fam.ulusiada.pt109161237240421021 /var/spool/qmailscan/working/new/mail.fam.ulusiada.pt109161237240421021 Action: Report only Files: "Dumb" scan of all files Switches: /ARCHIVE /AI /var/spool/qmailscan/mail.fam.ulusiada.pt109161237240421021/mails.htm.exe Infection: W32/Netsky.B@mm /var/spool/qmailscan/working/new/mail.fam.ulusiada.pt109161237240421021->mails.zip->mails.htm.exe Infection: W32/Netsky.B@mm Results of virus scanning: Files: 3 MBRs: 0 Boot sectors: 0 Objects scanned: 5 Infected: 2 Suspicious: 0 Disinfected: 0 Deleted: 0 Renamed: 0 Time: 0:00 --- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 09:55:30 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 120FC16A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 09:55:30 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2762643D3F for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 09:55:28 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i749tCPt054845 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 4 Aug 2004 10:55:12 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i749tBRi054844; Wed, 4 Aug 2004 10:55:11 +0100 (BST) (envelope-from matthew) Date: Wed, 4 Aug 2004 10:55:11 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Srot BULL <pwd8jmr22w@me.point.ne.jp> Message-ID: <20040804095511.GA54595@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, Srot BULL <pwd8jmr22w@me.point.ne.jp>, FreeBSD-questions <freebsd-questions@freebsd.org> References: <41109ABF.4090904@me.point.ne.jp> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: <41109ABF.4090904@me.point.ne.jp> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Wed, 04 Aug 2004 10:55:13 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: FreeBSD-questions <freebsd-questions@freebsd.org> Subject: Re: IPFW - Allowed but Denied is shown in my logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 09:55:30 -0000 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 04, 2004 at 05:13:51PM +0900, Srot BULL wrote: > I have been seeing these logs since I started using my firewall but=20 > since I am not having problems in my incoming-outgoing emails and access= =20 > to websites I did not bother to change anything...But, Looking at my=20 > firewall logs and seeing the same things just woke up my curiousity and= =20 > wondered if anybody can enlighten me on what is happening... >=20 > Below are some of the information that I have copied from my=20 > /var/log/security and pasted here: >=20 > Aug 4 10:57:26 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49312=20 > 130.89.175.51:80 out via bge0 > Aug 4 11:00:49 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49312=20 > 130.89.175.51:80 out via bge0 > Aug 4 11:33:45 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49352=20 > 69.55.225.12:80 out via bge0 > Aug 4 11:34:10 r40e last message repeated 5 times > Aug 4 11:36:16 r40e last message repeated 3 times > Aug 4 11:40:32 r40e last message repeated 4 times > Aug 4 12:21:10 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49364=20 > 195.92.249.252:80 out via bge0 > Aug 4 12:21:41 r40e last message repeated 6 times > Aug 4 12:22:55 r40e last message repeated 2 times > Aug 4 12:27:11 r40e last message repeated 4 times > Aug 4 13:24:14 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49386=20 > 216.136.204.21:80 out via bge0 > Aug 4 13:24:34 r40e last message repeated 5 times > Aug 4 13:26:26 r40e last message repeated 3 times > Aug 4 13:30:42 r40e last message repeated 4 times > Aug 4 15:04:19 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49456=20 > 210.188.175.94:110 out via bge0 > Aug 4 15:04:46 r40e last message repeated 7 times > Aug 4 15:06:04 r40e last message repeated 2 times > Aug 4 15:08:38 r40e last message repeated 3 times > Aug 4 15:36:28 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49487=20 > 164.46.152.13:110 out via bge0 > Aug 4 15:36:28 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49486=20 > 164.46.152.13:110 out via bge0 > Aug 4 15:36:28 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49487=20 > 164.46.152.13:110 out via bge0 > Aug 4 15:44:42 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49504=20 > 205.180.85.140:80 out via bge0 > Aug 4 15:45:15 r40e last message repeated 6 times > Aug 4 15:46:44 r40e last message repeated 2 times > Aug 4 15:51:00 r40e last message repeated 4 times >=20 > This is found in my /etc/ipfw.rules > ### Allow out non-secure standard www function ### > $CMD 00200 allow tcp from any to any 80 out via $IFN setup keep-state >=20 > ### Allow out send & get email function ### > $CMD 00230 allow tcp from any to any 25 out via $IFN setup keep-state > $CMD 00231 allow tcp from any to any 110 out via $IFN setup keep-state >=20 > ### deny and log everything else that's trying to get out. ### > ### This rule enforces the block all by default logic. ### > $CMD 00299 deny log all from any to any out via $IFN Hmmm... Looks weird, doesn't it: your firewall is denying packets going out of your machine to various internet web or pop3 servers. But network access still works fine. What's happening it this: there's some sort of delay between your system and the remote system which means that the exchange of FIN packets to close down the connection takes so long that the stateful rule times out in the mean time. There is such a delay built into the TCP protocols in order to maximise the chances for any packets that have got a bit lost in transit to finally make it to their destinations. If you look at your netstat(1) output after a session of web browsing you'll probably see a number of connections apparently stuck in the 'CLOSING' or 'FIN_WAIT' or similar state -- I'd have to look up the details to be sure exactly which. Now, since this only occurs after you've decided to shut down the connection, it's not a disaster. Unless it's happening to a ridiculous extent, you can probably just ignore it: eventually the networking code will timeout the connection and tidy everything up. On the other hand, and particularly if you're running a busy server and can't afford to have mouldering old connections taking up kernel resources, there are various things you can try. There are several sysctls you can play with to ameliorate things. Look at the tuning(7) man page, particularly the sections on the following sysctls: net.inet.tcp.always_keepalive net.inet.tcp.delayed_ack You might also want to fiddle with some of the net.inet.ip.fw.dyn_*_lifetime timers, but such things are not recommended for novices to play with -- get the numbers wrong and you can end up with a system that can't talk over the network reliably. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBELJ/iD657aJF7eIRAmhzAJwLeVhyRC5hUajAWnur4eoK99cvbACgjZXm BUH7KaP2ak5yBFTmfmgjH/Y= =gmTd -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 09:56:28 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43F0616A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 09:56:28 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5161A43D46 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 09:56:27 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.10/8.12.10) with ESMTP id i749wGah041753; Wed, 4 Aug 2004 11:58:16 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.12.10/8.12.10/Submit) id i749wGfO041752; Wed, 4 Aug 2004 11:58:16 +0200 (CEST) (envelope-from mail25@bzerk.org) Date: Wed, 4 Aug 2004 11:58:16 +0200 From: Ruben de Groot <mail25@bzerk.org> To: Joshua Tinnin <krinklyfig@spymac.com> Message-ID: <20040804095816.GA40948@ei.bzerk.org> Mail-Followup-To: Ruben de Groot <mail25@bzerk.org>, Joshua Tinnin <krinklyfig@spymac.com>, FreeBSD-questions <freebsd-questions@freebsd.org> References: <200408032116.17573.krinklyfig@spymac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408032116.17573.krinklyfig@spymac.com> User-Agent: Mutt/1.4.2.1i cc: FreeBSD-questions <freebsd-questions@freebsd.org> Subject: Re: Restarting swatch when log turns over? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 09:56:28 -0000 On Tue, Aug 03, 2004 at 09:16:17PM -0700, Joshua Tinnin typed: > I hope this isn't too OT ... > > How would I restart swatch when a log turns over? As of now, when a log turns > over, swatch continues running but doesn't read the new log. I thought maybe > I could use > > watchfor /newsyslog/ > exec killall -HUP swatch > > in .swatchrc to match the newsyslog string, but when I try the command there > is no process matching swatch (it's running), and I don't know how to > reference the PID in such a situation (and use kill -HUP instead). Or does > swatch need to be restarted in this situation? Or maybe should newsyslog be > told to restart swatch (not sure how to do this)? I've read through the man > pages and searched the mailing list archives, and am not turning up > anything ... You can specify these in newsyslog.conf, see newsyslog(8) : path_to_pid_file This optional field specifies the file name to read to find the daemon process id, or to find a process group id if the U flag was specified. If this field is present, a signal_number is sent the process id contained in this file. If this field is not present, then a SIGHUP signal will be sent to syslogd(8), unless the N flag has been specified. This field must start with "/" in order to be recognized properly. signal_number This optional field specifies the signal number that will be sent to the daemon process (or to all processes in a process group, if the U flag was specified). If this field is not present, then a SIGHUP signal will be sent. gr, Ruben From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 09:57:51 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E380116A4CF for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 09:57:51 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F18F43D55 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 09:57:51 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.10/8.12.10) with ESMTP id i749xfah041779; Wed, 4 Aug 2004 11:59:41 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.12.10/8.12.10/Submit) id i749xe9x041778; Wed, 4 Aug 2004 11:59:40 +0200 (CEST) (envelope-from mail25@bzerk.org) Date: Wed, 4 Aug 2004 11:59:40 +0200 From: Ruben de Groot <mail25@bzerk.org> To: Livhu Tshisikule <livhu.tshisikule@telkomsa.net> Message-ID: <20040804095940.GB40948@ei.bzerk.org> Mail-Followup-To: Ruben de Groot <mail25@bzerk.org>, Livhu Tshisikule <livhu.tshisikule@telkomsa.net>, freebsd-questions@freebsd.org References: <200408041049.26858.livhu.tshisikule@telkomsa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408041049.26858.livhu.tshisikule@telkomsa.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: Mirror hard disk using dd. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 09:57:52 -0000 On Wed, Aug 04, 2004 at 10:49:26AM +0200, Livhu Tshisikule typed: > Hi, > > I installed a second harddisk on my FBSD 5.2.1 box and then use dd if=/dev/ado > of=/dev/ad1. I later removed my first disk so that I can test the second > disk. After booting it goes to single user mode and then I used fsck -y > command. I then mounted the /usr only to find that id did not copy everything > from the first disk. > > 1. I want to make an exact copy of the first disk, how can I do that. > 2. Later I want to copy what has changed to disk2 once a day. use dump(8) and restore(8) From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 11:21:07 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C54F716A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 11:21:07 +0000 (GMT) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8007043D5A for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 11:21:07 +0000 (GMT) (envelope-from david.fleck@mchsi.com) Received: from grond (12-216-10-157.client.mchsi.com[12.216.10.157]) by sccmmhc92.asp.att.net (sccmmhc92) with SMTP id <20040804112106m92007vooce>; Wed, 4 Aug 2004 11:21:06 +0000 Date: Wed, 4 Aug 2004 06:21:04 -0500 (CDT) From: David Fleck <david.fleck@mchsi.com> Sender: dcf@grond.sourballs.org To: Gerard Seibert <gerard-seibert@rcn.com> In-Reply-To: <Pine.WNT.4.60.0408032044260.3224@Treneq> Message-ID: <20040804061822.O275@grond.sourballs.org> References: <Pine.WNT.4.60.0408032044260.3224@Treneq> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: Acquiring CPAN Modules X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 11:21:07 -0000 On Tue, 3 Aug 2004, Gerard Seibert wrote: > Does anyone have any suggestions, or is using CPAN the only way to get Perl > modules installed? Matthew Seaman has already addressed your question - I will just add that you might want to mention which modules you need that aren't in ports, so that possibly some kind soul might get around to porting them (or you could even become inspired to add them yourself). -- David Fleck david.fleck@mchsi.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 11:31:19 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D2BC16A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 11:31:19 +0000 (GMT) Received: from mta1p.point.ne.jp (mta1.point.ne.jp [210.188.175.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F9D843D60 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 11:31:18 +0000 (GMT) (envelope-from pwd8jmr22w@me.point.ne.jp) Received: from vc5.point.ne.jp ([211.1.103.132]) by mta1p.point.ne.jp with ESMTP id <20040804113116.XNBS2195.mta1p@vc5.point.ne.jp>; Wed, 4 Aug 2004 20:31:16 +0900 Received: from fvc1-p.point.ne.jp (fvc1.point.ne.jp [210.188.175.76]) by vc5.point.ne.jp (Scanmail) with ESMTP id 27FF92EFC2; Wed, 4 Aug 2004 20:31:16 +0900 (JST) Received: from [192.168.0.2] ([210.141.251.247]) by fvc1-p.point.ne.jp with ESMTP id <20040804113115.WPBL13867.fvc1-p@[210.141.251.247]>; Wed, 4 Aug 2004 20:31:15 +0900 Message-ID: <4110C905.4080108@me.point.ne.jp> Date: Wed, 04 Aug 2004 20:31:17 +0900 From: Srot BULL <pwd8jmr22w@me.point.ne.jp> User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040801) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Giorgos Keramidas <keramida@ceid.upatras.gr> References: <41109ABF.4090904@me.point.ne.jp> <20040804103848.GA31620@orion.daedalusnetworks.priv> In-Reply-To: <20040804103848.GA31620@orion.daedalusnetworks.priv> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: IPFW - Allowed but Denied is shown in my logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pwd8jmr22w@me.point.ne.jp List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 11:31:19 -0000 > On 2004-08-04 17:13, Srot BULL <pwd8jmr22w@me.point.ne.jp> wrote: >>This is found in my /etc/ipfw.rules >>### Allow out non-secure standard www function ### >>$CMD 00200 allow tcp from any to any 80 out via $IFN setup keep-state >>### Allow out send & get email function ### >>$CMD 00230 allow tcp from any to any 25 out via $IFN setup keep-state >>$CMD 00231 allow tcp from any to any 110 out via $IFN setup keep-state >>### deny and log everything else that's trying to get out. ### >>### This rule enforces the block all by default logic. ### >>$CMD 00299 deny log all from any to any out via $IFN > >>Why are the above firewall logs telling me that it has denied my TCP >>packets and yet I am not experiencing some problems in my emails and >>access to the internet through port 80. [...] > > Giorgos Keramidas wrote: > Show us the full ruleset. Otherwise we're just guessing... > My apologies, below is my complete ruleset: # Flush out EVERYTHING first before starting ipfw -q -f flush # Set rules command prefix CMD="ipfw -q add" IFN="rl0" # No restrictions on Loopback Interface # $CMD 00010 allow all from any to any via lo0 #* Allow the packet through if it has previous been added to the *# #* the "dynamic" rules table by a allow keep-state statement. *# $CMD 00015 check-state #* Interface facing Public internet (Outbound Section) *# #* Interrogate session start requests originating from behind the *# #* firewall on the private network or from this gateway server *# #* destine for the public internet. *# #*** Temporary OPENINGS ***# $CMD 00099 allow tcp from any to any 6088 out via $IFN setup keep-state #* Allow out access to ISP's DNS. *# $CMD 00110 allow tcp from any to x.x.x.x 53 out via $IFN setup keep-state $CMD 00111 allow udp from any to x.x.x.x 53 out via $IFN keep-state $CMD 00112 allow tcp from any to x.x.x.x 53 out via $IFN setup keep-state $CMD 00113 allow udp from any to x.x.x.x 53 out via $IFN keep-state $CMD 00114 allow tcp from any to x.x.x.x 53 out via $IFN setup keep-state $CMD 00115 allow udp from any to x.x.x.x 53 out via $IFN keep-state #* Allow out access to my ISP's DHCP server for cable/DSL configurations. *# $CMD 00120 allow udp from any to x.x.x.x 67 out via $IFN keep-state #* Allow out non-secure standard www function *# $CMD 00200 allow tcp from any to any 80 out via $IFN setup keep-state #* Allow out connection for my Dictionary *# $CMD 00201 allow tcp from any to any 2628 out via $IFN setup keep-state #* Allow out connection for MSN Protocol *# $CMD 00202 allow tcp from any to any 1863 out via $IFN setup keep-state $CMD 00203 allow udp from any to any 1863 out via $IFN setup keep-state #* Allow out secure www function https over TLS SSL *# $CMD 00220 allow tcp from any to any 443 out via $IFN setup keep-state #* Allow out SEND & GET email function *# $CMD 00230 allow tcp from any to any 25 out via $IFN setup keep-state $CMD 00231 allow tcp from any to any 110 out via $IFN setup keep-state #* Allow out FBSD (make install & CVSUP) functions *# #* Basically give user root "GOD" privileges. *# $CMD 00240 allow tcp from me to any out via $IFN setup keep-state uid root # Allow out ping *# $CMD 00250 allow icmp from any to any out via $IFN keep-state #* Allow out Time *# $CMD 00260 allow tcp from any to any 37 out via $IFN setup keep-state #* Allow out nntp news (IE: news groups) *# $CMD 00270 allow tcp from any to any 119 out via $IFN setup keep-state #* Allow out secure FTP, Telnet, and SCP *# #* This function is using SSH (secure shell) $CMD 00280 allow tcp from any to any 22 out via $IFN setup keep-state #* Allow out whois *# $CMD 00290 allow tcp from any to any 43 out via $IFN setup keep-state #* DENY and LOG everything else thats trying to get out. *# #* This rule enforces the block all by default logic. *# $CMD 00299 deny log all from any to any out via $IFN #* Interface facing Public internet (Inbound Section) *# #* Interrogate packets originating from the public internet *# #* destine for this gateway server or the private network. *# #* Deny all inbound traffic from non-routable reserved address spaces *# #RFC 1918 private IP# $CMD 00300 deny all from 192.168.0.0/16 to any in via $IFN #RFC 1918 private IP# $CMD 00301 deny all from 172.16.0.0/12 to any in via $IFN #RFC 1918 private IP# $CMD 00302 deny all from 10.0.0.0/8 to any in via $IFN #loopback# $CMD 00303 deny all from 127.0.0.0/8 to any in via $IFN #loopback# $CMD 00304 deny all from 0.0.0.0/8 to any in via $IFN $CMD 00305 deny all from 169.254.0.0/16 to any in via $IFN #DHCP auto-config# $CMD 00306 deny all from 192.0.2.0/24 to any in via $IFN #reserved for doc's# $CMD 00307 deny all from 204.152.64.0/23 to any in via $IFN #Class D & E multicast# $CMD 00308 deny all from 224.0.0.0/3 to any in via $IFN #* Deny public pings *# $CMD 00310 deny icmp from any to any in via $IFN #* Deny ident *# $CMD 00315 deny tcp from any to any in via $IFN #* Deny all Netbios service. 137=name, 138=datagram, 139=session *# #* Netbios is MS/Windows sharing services. *# #* Block MS/Windows hosts2 name server requests 81 *# $CMD 00320 deny tcp from any to any 137 in via $IFN $CMD 00321 deny tcp from any to any 138 in via $IFN $CMD 00322 deny tcp from any to any 139 in via $IFN $CMD 00323 deny tcp from any to any 81 in via $IFN #* Deny any late arriving packets *# $CMD 00330 deny all from any to any frag in via $IFN #* Deny ACK packets that did not match the dynamic rule table *# $CMD 00332 deny tcp from any to any established in via $IFN #* Allow traffic in from ISP's DHCP server. *# #* Only necessary for cable or DSL configurations. *# $CMD 00360 allow udp from any to x.x.x.x 67 in via $IFN keep-state #* Allow in standard www function because Apache Server *# #$CMD 00400 allow tcp from any to me 80 in via $IFN setup limit src-addr 2 #* Allow in secure FTP, Telnet, and SCP from public Internet *# #$CMD 00410 allow tcp from any to me 22 in via $IFN setup limit src-addr 2 # Allow in non-secure Telnet session from public Internet *# # labeled non-secure because ID & PW are passed over public *# # internet as clear text. *# #$CMD 00420 allow tcp from any to me 23 in via $IFN setup limit src-addr 2 #* Reject & Log all incoming connections from the outside *# $CMD 00499 deny log all from any to any in via $IFN # Everything else is denied by default # DENY and LOG all packets that fell through to see what they are $CMD 00999 deny log all from any to any My basis for my rulesets are taken from: http://freebsd.a1poweruser.com:6088/FBSD_firewall/ If you find anything wrong with my rulesets please do comment...only if you do not mind... Thanks, Srot BULL From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 11:37:06 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E49C716A4CF for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 11:37:06 +0000 (GMT) Received: from web20703.mail.yahoo.com (web20703.mail.yahoo.com [216.136.227.95]) by mx1.FreeBSD.org (Postfix) with SMTP id C22A943D58 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 11:37:06 +0000 (GMT) (envelope-from david19702004@yahoo.com) Message-ID: <20040804113706.52638.qmail@web20703.mail.yahoo.com> Received: from [219.93.49.33] by web20703.mail.yahoo.com via HTTP; Wed, 04 Aug 2004 04:37:06 PDT Date: Wed, 4 Aug 2004 04:37:06 -0700 (PDT) From: david me <david19702004@yahoo.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: PRINTING... Sure I'm lost somewhere X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 11:37:07 -0000 Hi. I lost my way... FreeBSD 4.9 updated via cvs/makeworld/etc to latest ENGREL_4. Installed CUPS+GHOSTSCRIPT+etc via ports. All seems okay. Modified /usr/local/etc/cups/cups.conf to accept my calling via web interfance (http://xxx.xxx.xxx.xxx:631) All it's okay... ..but... Yes there is a 'but'! Where is my Parallel Port ? I mean, I'm inside of CUPS admin web page. It's time to setup a printer. I choice name, etc... But when CUPS give me choice of the ports... there are everyone but the printer port! Maybe the kernel did not loaded ! I do a : 'dmesg | grep lpt0' and it return : lpt0: <Printer> on ppbus0 lpt0: Interrupt-driver port Then I do : lptcontrol -e -d /dev/lpt0 but it return me : lptcontrol: open: device busy Am I mistaking something ? Thanks David __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 11:47:03 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 168A716A4CE for <freebsd-questions@FreeBSD.org>; Wed, 4 Aug 2004 11:47:03 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id E598443D5D for <freebsd-questions@FreeBSD.org>; Wed, 4 Aug 2004 11:47:02 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id C56EE69A71; Wed, 4 Aug 2004 07:47:01 -0400 (EDT) Date: Wed, 4 Aug 2004 07:47:00 -0400 From: Bill Moran <wmoran@potentialtech.com> To: "Venkat, Narayan" <Narayan.Venkat@netapp.com> Message-Id: <20040804074700.25da3306.wmoran@potentialtech.com> In-Reply-To: <8DA88779B08E9245800C5CE538B6739D03508ED4@svlexc04.corp.netapp.com> References: <8DA88779B08E9245800C5CE538B6739D03508ED4@svlexc04.corp.netapp.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@FreeBSD.org Subject: Re: RBAC in FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 11:47:03 -0000 "Venkat, Narayan" <Narayan.Venkat@netapp.com> wrote: > Hi, > > What Role Based Access Control capabilities are there in FreeBSD? In addition to standard Unix permissions: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mac.html -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 11:50:41 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29C3516A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 11:50:41 +0000 (GMT) Received: from mta5p.point.ne.jp (mta5.point.ne.jp [210.188.175.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4285443D5A for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 11:50:40 +0000 (GMT) (envelope-from pwd8jmr22w@me.point.ne.jp) Received: from vc3.point.ne.jp ([211.1.103.130]) by mta5p.point.ne.jp with ESMTP id <20040804115038.OYRD350.mta5p@vc3.point.ne.jp>; Wed, 4 Aug 2004 20:50:38 +0900 Received: from fvc1-p.point.ne.jp (fvc1.point.ne.jp [210.188.175.76]) by vc3.point.ne.jp (Scanmail) with ESMTP id ADB0D2EFD7; Wed, 4 Aug 2004 20:50:33 +0900 (JST) Received: from [192.168.0.2] ([210.141.251.247]) by fvc1-p.point.ne.jp with ESMTP id <20040804114945.WRCE13867.fvc1-p@[210.141.251.247]>; Wed, 4 Aug 2004 20:49:45 +0900 Message-ID: <4110CD5A.6090207@me.point.ne.jp> Date: Wed, 04 Aug 2004 20:49:46 +0900 From: Srot BULL <pwd8jmr22w@me.point.ne.jp> User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040801) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Matthew Seaman <m.seaman@infracaninophile.co.uk> References: <41109ABF.4090904@me.point.ne.jp> <20040804095511.GA54595@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <20040804095511.GA54595@happy-idiot-talk.infracaninophile.co.uk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: IPFW - Allowed but Denied is shown in my logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pwd8jmr22w@me.point.ne.jp List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 11:50:41 -0000 > On Wed, Aug 04, 2004 at 05:13:51PM +0900, Srot BULL wrote: >>I have been seeing these logs since I started using my firewall but >>since I am not having problems in my incoming-outgoing emails and access >>to websites I did not bother to change anything...But, Looking at my >>firewall logs and seeing the same things just woke up my curiousity and >>wondered if anybody can enlighten me on what is happening... >> >>Below are some of the information that I have copied from my >>/var/log/security and pasted here: >> Aug 4 10:57:26 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49312 >>130.89.175.51:80 out via bge0 >> Aug 4 11:00:49 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49312 >>130.89.175.51:80 out via bge0 >> Aug 4 11:33:45 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49352 >>69.55.225.12:80 out via bge0 >> Aug 4 11:34:10 r40e last message repeated 5 times >> Aug 4 11:36:16 r40e last message repeated 3 times >> Aug 4 11:40:32 r40e last message repeated 4 times >> Aug 4 12:21:10 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49364 >>195.92.249.252:80 out via bge0 >> Aug 4 12:21:41 r40e last message repeated 6 times >> Aug 4 12:22:55 r40e last message repeated 2 times >> Aug 4 12:27:11 r40e last message repeated 4 times >> Aug 4 13:24:14 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49386 >>216.136.204.21:80 out via bge0 >> Aug 4 13:24:34 r40e last message repeated 5 times >> Aug 4 13:26:26 r40e last message repeated 3 times >> Aug 4 13:30:42 r40e last message repeated 4 times >> Aug 4 15:04:19 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49456 >>210.188.175.94:110 out via bge0 >> Aug 4 15:04:46 r40e last message repeated 7 times >> Aug 4 15:06:04 r40e last message repeated 2 times >> Aug 4 15:08:38 r40e last message repeated 3 times >> Aug 4 15:36:28 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49487 >>164.46.152.13:110 out via bge0 >> Aug 4 15:36:28 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49486 >>164.46.152.13:110 out via bge0 >> Aug 4 15:36:28 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49487 >>164.46.152.13:110 out via bge0 >> Aug 4 15:44:42 r40e kernel: ipfw: 299 Deny TCP 192.168.1.35:49504 >>205.180.85.140:80 out via bge0 >> Aug 4 15:45:15 r40e last message repeated 6 times >> Aug 4 15:46:44 r40e last message repeated 2 times >> Aug 4 15:51:00 r40e last message repeated 4 times >>This is found in my /etc/ipfw.rules >>### Allow out non-secure standard www function ### >>$CMD 00200 allow tcp from any to any 80 out via $IFN setup keep-state >>### Allow out send & get email function ### >>$CMD 00230 allow tcp from any to any 25 out via $IFN setup keep-state >>$CMD 00231 allow tcp from any to any 110 out via $IFN setup keep-state >>### deny and log everything else that's trying to get out. ### >>### This rule enforces the block all by default logic. ### >>$CMD 00299 deny log all from any to any out via $IFN > Matthew Seaman wrote: > Hmmm... Looks weird, doesn't it: your firewall is denying packets > going out of your machine to various internet web or pop3 servers. > But network access still works fine. > What's happening it this: there's some sort of delay between your > system and the remote system which means that the exchange of FIN > packets to close down the connection takes so long that the stateful > rule times out in the mean time. There is such a delay built into the > TCP protocols in order to maximise the chances for any packets that > have got a bit lost in transit to finally make it to their > destinations. > If you look at your netstat(1) output after a session of web browsing > you'll probably see a number of connections apparently stuck in the > 'CLOSING' or 'FIN_WAIT' or similar state -- I'd have to look up the > details to be sure exactly which. > Now, since this only occurs after you've decided to shut down the > connection, it's not a disaster. Unless it's happening to a > ridiculous extent, you can probably just ignore it: eventually the > networking code will timeout the connection and tidy everything up. > On the other hand, and particularly if you're running a busy server > and can't afford to have mouldering old connections taking up kernel > resources, there are various things you can try. There are several > sysctls you can play with to ameliorate things. Look at the tuning(7) > man page, particularly the sections on the following sysctls: > > net.inet.tcp.always_keepalive > > net.inet.tcp.delayed_ack > > You might also want to fiddle with some of the > net.inet.ip.fw.dyn_*_lifetime timers, but such things are not > recommended for novices to play with -- get the numbers wrong and you > can end up with a system that can't talk over the network reliably. > Hi, Thank you for your explanation, I will try to go on again on what your trying to explain to me...Frankly speaking I am not that knowledgeable in networking...but I am trying my best to learn... If it is not going to bite me that maybe I should let things be...Just to be on the safe side...Of course, I will take a look again on the tuning manpage... I posted this email because, I was worried that something big is wrong with my settings... I have a laptop in the office and a desktop in my apartment that has almost identical settings from my X Window Systems to my firewall rulesets... As long as there are no major problems I leave things for now...and maybe someday I will be able to create a more suitable ruleset for my systems... Once again thank you very much... Have a nice day to all of you... Srot BULL From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 12:05:37 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A94CF16A4CF for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 12:05:37 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44F4F43D53 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 12:05:32 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i74C5R0Q015048; Wed, 4 Aug 2004 15:05:29 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i74B6BBv004463; Wed, 4 Aug 2004 14:06:11 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)i74B691v004462; Wed, 4 Aug 2004 14:06:09 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 4 Aug 2004 14:06:09 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Srot BULL <pwd8jmr22w@me.point.ne.jp> Message-ID: <20040804110609.GA4366@orion.daedalusnetworks.priv> References: <41109ABF.4090904@me.point.ne.jp> <20040804103848.GA31620@orion.daedalusnetworks.priv> <4110C905.4080108@me.point.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4110C905.4080108@me.point.ne.jp> cc: freebsd-questions@freebsd.org Subject: Re: IPFW - Allowed but Denied is shown in my logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 12:05:37 -0000 On 2004-08-04 20:31, Srot BULL <pwd8jmr22w@me.point.ne.jp> wrote: >>On 2004-08-04 17:13, Srot BULL <pwd8jmr22w@me.point.ne.jp> wrote: >>>Why are the above firewall logs telling me that it has denied my TCP >>>packets and yet I am not experiencing some problems in my emails and >>>access to the internet through port 80. [...] >> >> Giorgos Keramidas wrote: >> Show us the full ruleset. Otherwise we're just guessing... > # Flush out EVERYTHING first before starting > ipfw -q -f flush > CMD="ipfw -q add" > IFN="rl0" > $CMD 00010 allow all from any to any via lo0 > $CMD 00015 check-state > $CMD 00099 allow tcp from any to any 6088 out via $IFN setup keep-state > $CMD 00110 allow tcp from any to x.x.x.x 53 out via $IFN setup keep-state > $CMD 00111 allow udp from any to x.x.x.x 53 out via $IFN keep-state > $CMD 00112 allow tcp from any to x.x.x.x 53 out via $IFN setup keep-state > $CMD 00113 allow udp from any to x.x.x.x 53 out via $IFN keep-state > $CMD 00114 allow tcp from any to x.x.x.x 53 out via $IFN setup keep-state > $CMD 00115 allow udp from any to x.x.x.x 53 out via $IFN keep-state > $CMD 00120 allow udp from any to x.x.x.x 67 out via $IFN keep-state > $CMD 00200 allow tcp from any to any 80 out via $IFN setup keep-state > $CMD 00201 allow tcp from any to any 2628 out via $IFN setup keep-state > $CMD 00202 allow tcp from any to any 1863 out via $IFN setup keep-state > $CMD 00203 allow udp from any to any 1863 out via $IFN setup keep-state > $CMD 00220 allow tcp from any to any 443 out via $IFN setup keep-state > $CMD 00230 allow tcp from any to any 25 out via $IFN setup keep-state > $CMD 00231 allow tcp from any to any 110 out via $IFN setup keep-state > $CMD 00240 allow tcp from me to any out via $IFN setup keep-state uid root Hmm. I'm not sure if this is a good idea, but it's unrelated to the denied packets you're seeing :-/ > $CMD 00250 allow icmp from any to any out via $IFN keep-state > $CMD 00260 allow tcp from any to any 37 out via $IFN setup keep-state > $CMD 00270 allow tcp from any to any 119 out via $IFN setup keep-state > $CMD 00280 allow tcp from any to any 22 out via $IFN setup keep-state > $CMD 00290 allow tcp from any to any 43 out via $IFN setup keep-state > $CMD 00299 deny log all from any to any out via $IFN > $CMD 00300 deny all from 192.168.0.0/16 to any in via $IFN > $CMD 00301 deny all from 172.16.0.0/12 to any in via $IFN > $CMD 00302 deny all from 10.0.0.0/8 to any in via $IFN You might want to also deny incoming packets from these addresses, or fall back to the default firewall rule -- whatever that rule is ("deny log all" in your case). > $CMD 00305 deny all from 169.254.0.0/16 to any in via $IFN Hmmm, what is this address block supposed to be here for? > #reserved for doc's# > $CMD 00307 deny all from 204.152.64.0/23 to any in via $IFN And this one? > #* Deny ident *# > $CMD 00315 deny tcp from any to any in via $IFN A better approach that will avoid forcing everyone to wait until their connections times out is to reply with an RST packet, which is the standard way TCP would reply if no auth/ident service was running at all. > #* Deny any late arriving packets *# > $CMD 00330 deny all from any to any frag in via $IFN Fragments are not late-arriving packets ;-) > #* Reject & Log all incoming connections from the outside *# > $CMD 00499 deny log all from any to any in via $IFN This one is redundant, since it will only do the same as the one below: > # Everything else is denied by default > # DENY and LOG all packets that fell through to see what they are > $CMD 00999 deny log all from any to any > My basis for my rulesets are taken from: > http://freebsd.a1poweruser.com:6088/FBSD_firewall/ AFAIK, the author of the page is a reader of the list too. I can't find anything wrong with the syntax of your rules. The only weird thing I noticed were the two hard-wired address blocks I mentioned above. Perhaps the author of the initial ruleset can help you more ;) - Giorgos From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 12:31:12 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B87216A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 12:31:12 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBB0E43D4C for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 12:31:11 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BsKvG-0002dU-00 for <freebsd-questions@freebsd.org>; Wed, 04 Aug 2004 14:31:10 +0200 Received: from dsl092-076-225.bos1.dsl.speakeasy.net ([66.92.76.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <freebsd-questions@freebsd.org>; Wed, 04 Aug 2004 14:31:10 +0200 Received: from jdarnold by dsl092-076-225.bos1.dsl.speakeasy.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <freebsd-questions@freebsd.org>; Wed, 04 Aug 2004 14:31:10 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Jonathan Arnold <jdarnold@buddydog.org> Date: Wed, 04 Aug 2004 08:31:32 -0400 Lines: 29 Message-ID: <ceqku8$uau$1@sea.gmane.org> References: <20040510213322.18ce0e1c.ubm@u-boot-man.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dsl092-076-225.bos1.dsl.speakeasy.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a3) Gecko/20040718 MultiZilla/1.6.4.0b X-Accept-Language: en-us, en, ja In-Reply-To: <20040510213322.18ce0e1c.ubm@u-boot-man.de> Sender: news <news@sea.gmane.org> Subject: Re: FreeBSD Perforce Repository X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 12:31:12 -0000 Marc UBM Bocklet wrote: (a long time ago!) > Can anybody enlighten me on how to access / browse the p4 repository? On > google I found two messages claiming that I could access / browse it via > perforce.freebsd.org, but that doesn't seem to work anymore. > > I installed p4(1) from ports, studied the man page and tried > "p4 perforce.freebsd.org" and "p4 -H perforce.freebsd.org", but that did > not work either, it fails with: Perforce is a tricky beast, and you need to set up P4PORT. You can also just browse it via the web: http://perforce.freebsd.org That worked for me this morning. P4PORT needs to be set to 'perforce.freebsd.org:1666'. And then you need to set up a client view for the project you are interested, which would look something like: //depot/projects/kgi4bsd/... //clientdir/... See the quick start doc on Perforce.com for more info. And I don't see the kgi4bsd project on the FreeBSD depot either. -- Jonathan Arnold (mailto:jdarnold@buddydog.org) Daemon Dancing in the Dark, a FreeBSD weblog: http://freebsd.amazingdev.com/blog/ From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 12:37:55 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC04116A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 12:37:55 +0000 (GMT) Received: from destiny.chrononomicon.com (mail.chrononomicon.com [65.193.73.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61B0343D54 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 12:37:55 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from [IPv6:::1] (destiny.chrononomicon.com [192.168.1.42]) by destiny.chrononomicon.com (Postfix) with ESMTP id E9D2A1FE26 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 08:37:48 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: <20040804100959.E23192@chylonia.3miasto.net> References: <20040804100300.3af0d4fb@bofh.spyderweb.com.au> <1054.217.162.71.141.1091601928.squirrel@217.162.71.141> <20040804100959.E23192@chylonia.3miasto.net> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <16E44025-E613-11D8-8831-000A956D2452@chrononomicon.com> Content-Transfer-Encoding: 7bit From: Bart Silverstrim <bsilver@chrononomicon.com> Date: Wed, 4 Aug 2004 08:37:47 -0400 To: freebsd-questions Questions <freebsd-questions@freebsd.org> X-Mailer: Apple Mail (2.618) Subject: Re: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 12:37:56 -0000 On Aug 4, 2004, at 4:11 AM, Wojciech Puchar wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > >> we are currently developing a small program/service for our customers >> exactly for this purpose. >> >> To just backup the data to a remote server is very easy, even on >> Windows: >> Use cygwin. It comes together with rsync and ssh. I recommend you use >> rsync since it is the most effective AFAIK and the transfer is safe >> (not >> unimportant to law companies). Then you could run a nightly task to >> backup >> the data. > > what is unsafe of rsh for example if network through which is going the > traffic is under your control? > > ssh is SLOW. Howso? Using rsync with SSH wrapper allows you to not only alter only files that have been altered but as I understand it rsync will only copy changes within files over to the remote site. SSH can be used to compress the transfer in addition to (of course) encrypting the connection and transfer, and it can be partially automated to allow login without passwords if you save the generated public key... For the information supplied about what the customer would like done, using the SSH with Rsync may be ideal for low cost and reliable backups to a remote site. -Bart From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 20:25:31 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7345D16A4CE for <FreeBSD-Questions@FreeBSD.org>; Tue, 3 Aug 2004 20:25:31 +0000 (GMT) Received: from smtp.telmex.com (nlcproxy10.telmex.com [148.235.53.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 305E743D5F for <FreeBSD-Questions@FreeBSD.org>; Tue, 3 Aug 2004 20:25:31 +0000 (GMT) (envelope-from mparedes@telmex.com) Received: from tmxmailsmtp2.ad.intranet.telmex.com (tmxmailsmtp1.telmex.com [148.223.155.51]) by smtp.telmex.com (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I1W0072S0LXZT@smtp.telmex.com>; Tue, 03 Aug 2004 15:22:49 -0500 (CDT) Received: from tmxmailmex3.ad.intranet.telmex.com ([10.106.1.35]) by tmxmailsmtp2.ad.intranet.telmex.com with Microsoft SMTPSVC(5.0.2195.6713) ; Tue, 03 Aug 2004 15:26:17 -0500 Received: from tmxmailhmo1.ad.intranet.telmex.com ([10.106.1.39]) by tmxmailmex3.ad.intranet.telmex.com with Microsoft SMTPSVC(5.0.2195.6713) ; Tue, 03 Aug 2004 14:28:02 -0600 Date: Tue, 03 Aug 2004 13:28:02 -0700 From: Paredes =?UNKNOWN?Q?S=E1nchez_Mart=EDn_A=2E?= <mparedes@telmex.com> To: "BSD." <FreeBSD-Questions@FreeBSD.org> Message-id: <E3F56D7842656F4484C5668BC4D7F298042C18@is~tmxmailhmo1.intranet.telmex.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable Content-class: urn:content-classes:message Thread-topic: The set-user-ID-on-execution Thread-index: AcR5l549d2ZyzuVAEdi7rwAJa7r2XQ== X-MS-Has-Attach: X-MS-TNEF-Correlator: X-OriginalArrivalTime: 03 Aug 2004 20:28:02.0818 (UTC) FILETIME=[60240620:01C47998] X-Mailman-Approved-At: Wed, 04 Aug 2004 12:58:24 +0000 Subject: The set-user-ID-on-execution X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 03 Aug 2004 20:25:31 -0000 Hi: I made a script (for tcsh shell) which add a printer to the system (made directories, files, security and made some validations) but need root access to accomplish this task. my solution was to setuid the scripts been root # chown root:admin-hmo *.tcsh # chmod u=3Dswrx,g=3Drx,o=3D *.tcsh # ls -l total 4 -rwsr-x--- 1 root admin-hmo 2024 Aug 3 04:07 impresora.tcsh -rwsr-x--- 1 root admin-hmo 275 Jul 30 02:26 seguridad.tcsh The first line of the script is #!/bin/tcsh -fb But when I run the script been other user I had problem with the permissions > impresora.tcsh oc81p8707 p1ct203 psct203 raw mkdir: /var/spool/lpd/oc81p8707: Permission denied touch: /var/spool/lpd/oc81p8707/filter-errors: No such file or directory touch: /var/spool/lpd/oc81p8707/accounting-file: No such file or directory /var/spool/lpd/oc81p8707/minfree: No such file or directory. did I miss something? maps *************************************************************************= *************************************************************************= ****************************** Con Prodigy Infinitum navega y habla al mismo tiempo sin ocupar tu = tel=E9fono por s=F3lo $349 al mes. Adem=E1s, al contratar ll=E9vate un = mes de renta gratis.=20 =BFQu=E9 esperas? Con=E9ctate 01 800 123 2222 o ven a tu Tienda Telmex. = Precio m=E1s I.V.A. http://www.hits.telmex.com/app/ad_Mgr/ad_mgrN.jsp?ad=3D157 Prodigy Infinitum la conexi=F3n m=E1s r=E1pida Asom@te a telmex.com http://www.telmex.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 13:05:22 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4661116A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 13:05:22 +0000 (GMT) Received: from adsl-136-23.38-151.net24.it (adsl-136-23.38-151.net24.it [151.38.23.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id D265A43D53 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 13:05:21 +0000 (GMT) (envelope-from enrico.sirola@statpro.com) Received: from sirola02 (unknown [192.168.1.2]) by adsl-136-23.38-151.net24.it (Postfix) with ESMTP id DF42261E2; Wed, 4 Aug 2004 15:06:57 +0200 (CEST) To: freebsd-questions@freebsd.org From: sirola@fisica.unige.it Date: Wed, 04 Aug 2004 15:05:36 +0200 Message-ID: <87fz73jbof.fsf@statpro.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [Q] poor network performance X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: sirola@fisica.unige.it List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 13:05:22 -0000 Hello, I have Dell PE1750 server with FreeBSD 4.10-RELEASE-p2 freshly installed. The server shows very low transfer rates with other hosts, but i can't see any error/strange data on interfaces/mbufs statistics. I tried scp on both interfaces and it's very slow (approx 100KBytes/s), while if it try to route back the response packets (acks) on the other interface it goes very fast (100MBytes/s). Swapping cables and configuration doesn't show any difference. The host is configured as follows: * two gigabit ethernets: <Broadcom BCM5704C Dual Gigabit Ethernet, ASIC rev. 0x2002> seen as bge0 and bge1 bge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=3<RXCSUM,TXCSUM> inet 192.168.2.3 netmask 0xffffff00 broadcast 192.168.2.255 inet6 fe80::20b:dbff:fe93:3b5a%bge0 prefixlen 64 scopeid 0x1 ether 00:0b:db:93:3b:5a media: Ethernet 100baseTX <full-duplex> status: active bge1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 options=3<RXCSUM,TXCSUM> inet 192.168.3.3 netmask 0xffffff00 broadcast 192.168.3.255 inet6 fe80::20b:dbff:fe93:3b5b%bge1 prefixlen 64 scopeid 0x2 ether 00:0b:db:93:3b:5b media: Ethernet 100baseTX <full-duplex> status: active bge1 has an alias to the host public ip address (not shown). * 1 GB RAM * sysctl.conf as follows: kern.ipc.somaxconn=1024 kern.ipc.shmmax=700000000 kern.ipc.shmall=524280 kern.ipc.shm_use_phys=1 * loader.conf as follows: kern.ipc.nmbclusters="32768" * routing is as follows: netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.3.1 UGSc 1 64 bge1 127.0.0.1 127.0.0.1 UH 1 2683 lo0 192.168.0 192.168.2.1 UGSc 6 2385 bge0 192.168.2 link#1 UC 2 0 bge0 192.168.2.1 00:01:02:24:da:2c UHLW 6 8029 bge0 972 192.168.2.3 00:0b:db:93:3b:5a UHLW 0 87 lo0 192.168.3 link#2 UC 2 0 bge1 192.168.3.1 00:05:1c:0b:26:b3 UHLW 2 6861 bge1 988 192.168.3.3 00:0b:db:93:3b:5b UHLW 0 17 lo0 <public network> link#2 UC 1 0 bge1 <public ip> 00:0b:db:93:3b:5b UHLW 0 6167 lo0 While transfering files, I see what (to me) seems a "normal" behavior with netstat -m 515/704/131072 mbufs in use (current/peak/max): 515 mbufs allocated to data 512/596/32768 mbuf clusters in use (current/peak/max) 1368 Kbytes allocated to network (1% of mb_map in use) 0 requests for memory denied 0 requests for memory delayed 0 calls to protocol drain routines This stuff is going to drive me crazy... Thanks in advance for your time / help, e. -- Enrico Sirola <sirola@fisica.unige.it> From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 13:09:27 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B89E16A4CE for <FreeBSD-Questions@FreeBSD.org>; Wed, 4 Aug 2004 13:09:27 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2109643D5A for <FreeBSD-Questions@FreeBSD.org>; Wed, 4 Aug 2004 13:09:27 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 244A169A87; Wed, 4 Aug 2004 09:09:26 -0400 (EDT) Date: Wed, 4 Aug 2004 09:09:25 -0400 From: Bill Moran <wmoran@potentialtech.com> To: Paredes =?ISO-8859-1?Q?S=E1nchez_Mart=EDn?= A. <mparedes@telmex.com> Message-Id: <20040804090925.0868e1e3.wmoran@potentialtech.com> In-Reply-To: <E3F56D7842656F4484C5668BC4D7F298042C18@is~tmxmailhmo1.intranet.telmex.com> References: <E3F56D7842656F4484C5668BC4D7F298042C18@is~tmxmailhmo1.intranet.telmex.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable cc: FreeBSD-Questions@FreeBSD.org Subject: Re: The set-user-ID-on-execution X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 13:09:27 -0000 Paredes S=E1nchez Mart=EDn A. <mparedes@telmex.com> wrote: >=20 > Hi: >=20 > I made a script (for tcsh shell) which add a printer to the system > (made directories, files, security and made some validations) but > need root access to accomplish this task. >=20 > my solution was to setuid the scripts been root >=20 > # chown root:admin-hmo *.tcsh > # chmod u=3Dswrx,g=3Drx,o=3D *.tcsh > # ls -l > total 4 > -rwsr-x--- 1 root admin-hmo 2024 Aug 3 04:07 impresora.tcsh > -rwsr-x--- 1 root admin-hmo 275 Jul 30 02:26 seguridad.tcsh >=20 > The first line of the script is #!/bin/tcsh -fb >=20 > But when I run the script been other user I had problem with > the permissions >=20 > > impresora.tcsh oc81p8707 p1ct203 psct203 raw > mkdir: /var/spool/lpd/oc81p8707: Permission denied > touch: /var/spool/lpd/oc81p8707/filter-errors: No such file or directory > touch: /var/spool/lpd/oc81p8707/accounting-file: No such file or > directory > /var/spool/lpd/oc81p8707/minfree: No such file or directory. >=20 > did I miss something? Yes. Scripts can't utilize setuid/setgid. You can rewrite the script in perl and use the setuid perl interpreter (which is basically a workaround for this) or install sudo and give the script the ability to call sudo before executing commands that require elevated priviledges. --=20 Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 13:47:36 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79E2416A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 13:47:36 +0000 (GMT) Received: from smtpout03-04.mesa1.secureserver.net (smtpout03-04.mesa1.secureserver.net [64.202.165.74]) by mx1.FreeBSD.org (Postfix) with SMTP id 1F49743D49 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 13:47:36 +0000 (GMT) (envelope-from Ara@Avvali.COM) Received: (qmail 14231 invoked from network); 4 Aug 2004 13:47:35 -0000 Received: from unknown (69.193.89.19) by smtpout03-04.mesa1.secureserver.net (64.202.165.74) with ESMTP; 04 Aug 2004 13:47:35 -0000 Message-ID: <4110E8F2.8000704@Avvali.COM> Date: Wed, 04 Aug 2004 09:47:30 -0400 From: Ara Avvali <Ara@Avvali.COM> User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: automatic custom kernel configuration? is it possible? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 13:47:36 -0000 Hi sorry if this might sound lazy but I am wondering if there is any way or any program that reads your out put of dmesg and creates a kernel configuration file based on what generic kernel has found so I can use it to compile the new one which has only modules which I need In that case it makes sure I have enabled all my hardware and nothing is being added or removed by mistake I read somewhere that netbsd has something like adjust kernel Help is appreciated From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 13:49:03 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3860016A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 13:49:03 +0000 (GMT) Received: from mail.dti.supsi.ch (mail.dti.supsi.ch [193.5.153.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E77543D5C for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 13:49:02 +0000 (GMT) (envelope-from roberto.nunnari@supsi.ch) Received: from supsi.ch (pcm2027.dti.supsi.ch [193.5.152.27]) by mail.dti.supsi.ch (8.11.6/8.11.6) with ESMTP id i74Dn0K28278 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 15:49:00 +0200 Message-ID: <4110E94D.2060803@supsi.ch> Date: Wed, 04 Aug 2004 15:49:01 +0200 From: Roberto Nunnari <roberto.nunnari@supsi.ch> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: strange kernel messages.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 13:49:03 -0000 Hello. Please send replies also to my mailbox, as I'm not on this list. Can anybody tell me what are these messages about? Are them just informational or do I have to worry? Aug 2 18:23:59 web kernel: lock order reversal Aug 2 18:23:59 web kernel: 1st 0xc07066e0 UMA lock (UMA lock) @ /usr/src/sys/vm/uma_core.c:1200 Aug 2 18:23:59 web kernel: 2nd 0xc0c31100 system map (system map) @ /usr/src/sys/vm/vm_map.c:2210 Aug 2 19:12:21 web kernel: lock order reversal Aug 2 19:12:21 web kernel: 1st 0xc8c1c39c vm object (vm object) @ /usr/src/sys/vm/swap_pager.c:1323 Aug 2 19:12:21 web kernel: 2nd 0xc0705b80 swap_pager swhash (swap_pager swhash) @ /usr/src/sys/vm/swap_pager.c:1838 Aug 2 19:12:21 web kernel: 3rd 0xc6853108 vm object (vm object) @ /usr/src/sys/vm/uma_core.c:873 They started showing up after last world upgrade web.dti.supsi.ch# uname -a FreeBSD web.dti.supsi.ch 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #2: Fri Jul 30 17:35:55 CEST 2004 root@:/usr/obj/usr/src/sys/WEB i386 Thank you. -- Roberto Nunnari -software engineer- mailto:roberto.nunnari@supsi.ch Scuola Universitaria Professionale della Svizzera Italiana Dipartimento Tecnologie Innovative http://www.dti.supsi.ch SUPSI-DTI Via Cantonale tel: +41-91-6108561 6928 Manno """ fax: +41-91-6108570 Switzerland (o o) =======================oOO==(_)==OOo======================== From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 13:54:39 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC80D16A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 13:54:39 +0000 (GMT) Received: from mailout1.informatik.tu-muenchen.de (mailout1.informatik.tu-muenchen.de [131.159.0.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDAB443D5D for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 13:54:38 +0000 (GMT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id 48A7D3FEF; Wed, 4 Aug 2004 15:54:37 +0200 (CEST) Date: Wed, 4 Aug 2004 15:54:37 +0200 From: Simon Barner <barner@in.tum.de> To: Roberto Nunnari <roberto.nunnari@supsi.ch> Message-ID: <20040804135437.GA22118@zi025.glhnet.mhn.de> References: <4110E94D.2060803@supsi.ch> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="y0ulUmNC+osPPQO6" Content-Disposition: inline In-Reply-To: <4110E94D.2060803@supsi.ch> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new/sophie/sophos at mailrelay2.informatik.tu-muenchen.de cc: freebsd-questions@freebsd.org Subject: Re: strange kernel messages.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 13:54:39 -0000 --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Roberto Nunnari wrote: > Hello. >=20 > Please send replies also to my mailbox, as I'm not on this list. >=20 > Can anybody tell me what are these messages about? Are them > just informational or do I have to worry? >=20 > Aug 2 18:23:59 web kernel: lock order reversal > Aug 2 18:23:59 web kernel: 1st 0xc07066e0 UMA lock (UMA lock) @=20 > /usr/src/sys/vm/uma_core.c:1200 > Aug 2 18:23:59 web kernel: 2nd 0xc0c31100 system map (system map) @=20 > /usr/src/sys/vm/vm_map.c:2210 > Aug 2 19:12:21 web kernel: lock order reversal > Aug 2 19:12:21 web kernel: 1st 0xc8c1c39c vm object (vm object) @=20 > /usr/src/sys/vm/swap_pager.c:1323 > Aug 2 19:12:21 web kernel: 2nd 0xc0705b80 swap_pager swhash (swap_pager= =20 > swhash) @ /usr/src/sys/vm/swap_pager.c:1838 > Aug 2 19:12:21 web kernel: 3rd 0xc6853108 vm object (vm object) @=20 > /usr/src/sys/vm/uma_core.c:873 This is a so-called lock order reversal (LOR). To learn more about LORs in general and specifically about the one you are seeing, please see here: http://sources.zabbadoz.net/freebsd/lor.html --> # 007 Simon --y0ulUmNC+osPPQO6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBEOqcCkn+/eutqCoRAk3jAKC9Knf0w5PG9nvYc6v8dBqs6+GiFQCfVA/k uIB9aRf77nrz9URAC4P9QwA= =zTZy -----END PGP SIGNATURE----- --y0ulUmNC+osPPQO6-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 14:22:49 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D31A216A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 14:22:49 +0000 (GMT) Received: from pearl.ibctech.ca (dev.eagle.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC00743D55 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 14:22:47 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 88534 invoked by uid 1002); 4 Aug 2004 14:22:58 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (clamscan: 0.73. spamassassin: 2.63. Clear:RC:1(127.0.0.1):. Processed in 1.246742 secs); 04 Aug 2004 14:22:58 -0000 Received: from unknown (HELO webmail.ibctech.ca) (127.0.0.1) by localhost.ibctech.ca with SMTP; 4 Aug 2004 14:22:56 -0000 Received: from 209.167.16.15 (SquirrelMail authenticated user steve@ibctech.ca); by webmail.ibctech.ca with HTTP; Wed, 4 Aug 2004 10:22:56 -0400 (EDT) Message-ID: <2169.209.167.16.15.1091629376.squirrel@209.167.16.15> Date: Wed, 4 Aug 2004 10:22:56 -0400 (EDT) From: "Steve Bertrand" <iaccounts@ibctech.ca> To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal References: In-Reply-To: Subject: Finding out what ran when... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 14:22:50 -0000 I have rrdtool plotting graphs for me for system performance, memory, cpu etc, and about 4:30 AM, my cpu utilization goes through the roof. I know this is amanda (backup) doing this as it runs at this time, but I am curious to know if there are any utilities that can *watch* the system at night and report what did what and when. Perhaps something that can report if something uses xx% of cpu, or xxMB of memory? Tks, Steve From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 14:43:15 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC55516A4CF for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 14:43:15 +0000 (GMT) Received: from mail.dti.supsi.ch (mail.dti.supsi.ch [193.5.153.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B4D43D2D for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 14:43:15 +0000 (GMT) (envelope-from roberto.nunnari@supsi.ch) Received: from supsi.ch (pcm2027.dti.supsi.ch [193.5.152.27]) by mail.dti.supsi.ch (8.11.6/8.11.6) with ESMTP id i74EhDK30498; Wed, 4 Aug 2004 16:43:13 +0200 Message-ID: <4110F602.8020809@supsi.ch> Date: Wed, 04 Aug 2004 16:43:14 +0200 From: Roberto Nunnari <roberto.nunnari@supsi.ch> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Simon Barner <barner@in.tum.de> References: <4110E94D.2060803@supsi.ch> <20040804135437.GA22118@zi025.glhnet.mhn.de> In-Reply-To: <20040804135437.GA22118@zi025.glhnet.mhn.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: strange kernel messages.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 14:43:16 -0000 Thank you Simon. Simon Barner wrote: > Roberto Nunnari wrote: > >>Hello. >> >>Please send replies also to my mailbox, as I'm not on this list. >> >>Can anybody tell me what are these messages about? Are them >>just informational or do I have to worry? >> >>Aug 2 18:23:59 web kernel: lock order reversal >>Aug 2 18:23:59 web kernel: 1st 0xc07066e0 UMA lock (UMA lock) @ >>/usr/src/sys/vm/uma_core.c:1200 >>Aug 2 18:23:59 web kernel: 2nd 0xc0c31100 system map (system map) @ >>/usr/src/sys/vm/vm_map.c:2210 >>Aug 2 19:12:21 web kernel: lock order reversal >>Aug 2 19:12:21 web kernel: 1st 0xc8c1c39c vm object (vm object) @ >>/usr/src/sys/vm/swap_pager.c:1323 >>Aug 2 19:12:21 web kernel: 2nd 0xc0705b80 swap_pager swhash (swap_pager >>swhash) @ /usr/src/sys/vm/swap_pager.c:1838 >>Aug 2 19:12:21 web kernel: 3rd 0xc6853108 vm object (vm object) @ >>/usr/src/sys/vm/uma_core.c:873 > > > This is a so-called lock order reversal (LOR). To learn more about LORs > in general and specifically about the one you are seeing, please see > here: > > http://sources.zabbadoz.net/freebsd/lor.html --> # 007 > > Simon > -- Roberto Nunnari -software engineer- mailto:roberto.nunnari@supsi.ch Scuola Universitaria Professionale della Svizzera Italiana Dipartimento Tecnologie Innovative http://www.dti.supsi.ch SUPSI-DTI Via Cantonale tel: +41-91-6108561 6928 Manno """ fax: +41-91-6108570 Switzerland (o o) =======================oOO==(_)==OOo======================== From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 14:45:46 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED77516A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 14:45:46 +0000 (GMT) Received: from web41012.mail.yahoo.com (web41012.mail.yahoo.com [66.218.93.11]) by mx1.FreeBSD.org (Postfix) with SMTP id C9C9243D53 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 14:45:46 +0000 (GMT) (envelope-from asdzxc111@yahoo.com) Message-ID: <20040804144536.59298.qmail@web41012.mail.yahoo.com> Received: from [141.76.1.122] by web41012.mail.yahoo.com via HTTP; Wed, 04 Aug 2004 07:45:36 PDT Date: Wed, 4 Aug 2004 07:45:36 -0700 (PDT) From: DK <asdzxc111@yahoo.com> To: Mark Jayson Alvarez <jay2xra@yahoo.com> In-Reply-To: <20040801134722.57533.qmail@web51607.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: BigApache for Windows - Why doesn't BSD have an installer package like this ??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 14:45:47 -0000 --- Mark Jayson Alvarez <jay2xra@yahoo.com> wrote: > I'm just curious: what version of Windows 2000 and/or > Partition Magic are you using? Because in my case > partition magic 8 didn't allow it to install itself in > Windows 2000 server. For Windows 2000 Server/Advanced Server - You will need "Server Magic"(Partition Magic for Servers). Kind Regards, DK __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 15:15:17 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AF2216A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 15:15:17 +0000 (GMT) Received: from web41007.mail.yahoo.com (web41007.mail.yahoo.com [66.218.93.6]) by mx1.FreeBSD.org (Postfix) with SMTP id B5ABF43D48 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 15:15:16 +0000 (GMT) (envelope-from asdzxc111@yahoo.com) Message-ID: <20040804151516.41150.qmail@web41007.mail.yahoo.com> Received: from [141.76.1.122] by web41007.mail.yahoo.com via HTTP; Wed, 04 Aug 2004 08:15:16 PDT Date: Wed, 4 Aug 2004 08:15:16 -0700 (PDT) From: DK <asdzxc111@yahoo.com> To: Giorgos Keramidas <keramida@ceid.upatras.gr> In-Reply-To: <20040802093414.GA39066@orion.daedalusnetworks.priv> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-1392659796-1091632516=:39064" cc: freebsd-questions@freebsd.org Subject: Re: firewalls, connecting, config & apachetoolbox (was: Re: BigApache [..]) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 15:15:17 -0000 --0-1392659796-1091632516=:39064 Content-Type: text/plain; charset=us-ascii Content-Id: Content-Disposition: inline Hi Giorgos et al, thanks for your patience. I have enclosed the output of dsmeg, ps, XF86Config if it helps in understanding why my system runs slower than W2000 & why I cannot connect to the net via my broadband connection. --- Giorgos Keramidas <keramida@ceid.upatras.gr> wrote: > Bearing this in mind you might, of course, find it a bit more reassuring to > run a firewall like IPFW. But this doesn't *require* a kernel recompile. > You can simply load the ipfw.ko module with kldload(8) and immediatelly > start setting up the rules of your firewall ruleset. As root, you can load > the ipfw module by: # kldload ipfw Thanks for that. I have ipfw loaded okay(I hope). After reading 14.8.3 from the handbook regarding IPFW, I was a little worried. "14.8.3 Enabling IPFW on FreeBSD As the main part of the IPFW system lives in the kernel, you will need to add one or more options to your kernel configuration file, depending on what facilities you want, and RECOMPILE your kernel." > The default set of firewall packet inspection rules that ipfw loads will > block *EVERYTHING* so you might want to do a bit of research on the > available rulesets by reading about rc.firewall, rc.conf and/or browse the > contents of the /etc/defaults/rc.conf file: If I understand it correctly after reading the handbook, if I add 'firewall_type=open' in my '/etc/rc.conf' file, will it make all incoming/outgoing ports open so I can connect to the net with sysinstall to download packages ??? > The "bad intepreter" error means that the `install.sh' script (most likely) > starts with a line like this: > Edit `install.sh' and replace `/bin/bash' with `/usr/local/bin/bash' if you > have bash installed. Legend. Got this script working now :)) ...Except...All modules seem to install okay Except for "mod_perl". I get the error: ----------------------- [-] 16) -Mod Perl 1.29 Choice [?] 16 LWP::UserAgent not installed! HTML::HeadParser not installed! Type "perl -MCPAN -e shell" to start the perl CPAN shell, then "install LWP::UserAgent" to install the LWP::UserAgent module! Substitute LWP::UserAgent for any perl module. ------------------------------ I don't understand what I am supposed to "substitute" (above) ??? Other problems(Doh!): 1) For automount, I edited /etc/fstab. It was easier & more logical than the editing amd(/etc/amd.conf & /etc/amd.map) Problem: There has to be a CD in the CD drive & a floppy in the floppy drive otherwise the drives don't automount & the bootup faulters !! - This is annoying. Is there a way around this so I can automount at bootup without a disk being in the drive ??? 2) I ran xf86config & generated a new config file. It broke X & I was not able to log in. Thankfully I saved a working one to floppy. Any suggestions as to what I can change in my XF86Config file(attached) so that all the hardware is being utilised & that the screen is being used fully instead of only 80% ??? ------------------------- My Monitor Specs(If this helps): viewsonic pf775 1600x1200 @ 77Hz 1280x1024 @ 90Hz 1024x768 @ 118Hz 800x600 @ 149Hz Frequency f h: 30~97kHz; f v: 50~180Hz --------------------------- 3) I tried to intstall the login client for my broadband connection so I can use sysinstall to download & install packages. The program fails on make & make install! Screen Output ------------------- 127# make install Makefile error: there is no COMMENT variable defined for this port. Please, rectify this. *** Error code 1 Stop in /usr/ports/distfiles/login. ------------------- Makefile ----------------------------- PORTNAME= login PORTVERSION= 2.0 CATEGORIES= net MASTER_SITES= http:// DISTNAME= login EXTRACT_SUFX= -2.0-unix-src.tar.gz GNU_CONFIGURE= yes USE_GMAKE= yes post-extract: $(CP) $(FILESDIR)/login.sh $(WRKSRC) .include <bsd.port.mk> ----------------------- Any suggestions as to what "COMMENT variable" it wants defined ??? 4) I am taking your advice & am trying to connect to the net with sysinstall so I can download packages/ports & hopefully find an easier way to install apps. However when I go through the steps to install a package & select a freebsd ftp site, at the end, a prompt comes up saying something like "cannot resolve ftp... name server, network needs to be configured..) ... or something like that Q: Do I need to get my broadband login client working to connect to the net OR can I login to my ISP from a terminal within BSD ??? Q: Do I need to login to my broadband ISP via my login client to enable "sysinstall" to be able to download packages etc ... ??? Q: Like tracert on W2000, is their a command I can use in BSD to see when I am connected to the net ??? Kind Regards, DK __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. http://promotions.yahoo.com/new_mail --0-1392659796-1091632516=:39064 Content-Type: text/plain; name="XF86Config.new" Content-Description: XF86Config.new Content-Disposition: inline; filename="XF86Config.new" Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "record" Load "xtrap" Load "speedo" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" Identifier "Monitor0" VendorName "VSC" ModelName "PF775" HorizSync 30-107 VertRefresh 50.0-100.0 Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "NoAccel" # [<bool>] #Option "ShowCache" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "UseFBDev" # [<bool>] #Option "Rotate" # [<str>] #Option "VideoKey" # <i> #Option "FlatPanel" # [<bool>] #Option "FPDither" # [<bool>] #Option "CrtcNumber" # <i> Identifier "Card0" Driver "nv" VendorName "nVidia Corporation" BoardName "NV4 [RIVA TNT]" BusID "PCI:0:20:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection --0-1392659796-1091632516=:39064 Content-Type: text/plain; name="dmesg.txt" Content-Description: dmesg.txt Content-Disposition: inline; filename="dmesg.txt" Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.10-RELEASE #0: Tue May 25 22:47:12 GMT 2004 root@perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P54C (179.63-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping = 12 Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8> real memory = 134217728 (131072K bytes) avail memory = 125165568 (122232K bytes) Preloaded elf kernel "kernel" at 0xc0551000. Intel Pentium detected, installing workaround for F00F bug md0: Malloc disk npx0: <math processor> on motherboard npx0: INT 16 interface pcib0: <Host to PCI bridge> on motherboard pci0: <PCI bus> on pcib0 isab0: <Intel 82371SB PCI to ISA bridge> at device 7.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <Intel PIIX3 ATA controller> port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 rl0: <Accton MPX 5030/5038 10/100BaseTX> port 0x6000-0x60ff mem 0xe2000000-0xe20000ff irq 11 at device 17.0 on pci0 rl0: Ethernet address: 00:e0:29:65:bb:23 miibus0: <MII bus> on rl0 rlphy0: <RealTek internal media interface> on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto ahc0: <Adaptec 2940A Ultra SCSI adapter> port 0x6100-0x61ff mem 0xe2001000-0xe2001fff irq 9 at device 19.0 on pci0 aic7860: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs pci0: <NVidia Riva TNT graphics accelerator> at 20.0 irq 9 orm0: <Option ROM> at iomem 0xc0000-0xc7fff on isa0 pmtimer0 on isa0 fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0 atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: model IntelliMouse Explorer, device ID 4 vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode plip0: <PLIP network interface> on ppbus0 lpt0: <Printer> on ppbus0 lpt0: Interrupt-driven port ppi0: <Parallel I/O> on ppbus0 ata4: <Generic ESDI/IDE/ATA controller> at port 0x168-0x16f,0x36e-0x36f irq 10 on isa0 ad0: 4892MB <QUANTUM FIREBALL EL5.1A> [10602/15/63] at ata0-master WDMA2 ad2: 1222MB <QUANTUM FIREBALL1280A> [2484/16/63] at ata1-master WDMA2 acd0: CDROM <CRD-8400B> at ata1-slave PIO4 Waiting 15 seconds for SCSI devices to settle Mounting root from ufs:/dev/ad0s2a IP packet filtering initialized, divert disabled, rule-based forwarding enabled, default to deny, logging disabled nfs send error 13 for server pid85@127:/host nfs send error 13 for server pid1@127:/net cd9660: RockRidge Extension fd0c: hard error reading fsbn 0 of 0-3 (No status) --0-1392659796-1091632516=:39064 Content-Type: text/plain; name="ps.txt" Content-Description: ps.txt Content-Disposition: inline; filename="ps.txt" UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TT TIME COMMAND 0 0 0 0 -18 0 0 0 sched DLs ?? 0:00.00 swapper 0 1 0 0 10 0 552 204 wait ILs ?? 0:00.04 init 0 2 0 0 10 0 0 0 tqthr DL ?? 0:00.00 taskqueue 0 3 0 0 28 0 0 0 idle DL ?? 0:00.00 aic_recovery0 0 4 0 0 28 0 0 0 idle DL ?? 0:00.00 aic_recovery0 0 5 0 0 -18 0 0 0 psleep DL ?? 0:00.08 pagedaemon 0 6 0 0 18 0 0 0 psleep DL ?? 0:00.00 vmdaemon 0 7 0 0 -18 0 0 0 psleep DL ?? 0:00.06 bufdaemon 0 8 0 0 -2 0 0 0 vlruwt DL ?? 0:00.67 vnlru 0 9 0 0 18 0 0 0 syncer DL ?? 0:02.12 syncer 0 71 1 0 2 0 988 644 select Ss ?? 0:00.27 syslogd 1 74 1 157 2 0 944 452 select Is ?? 0:00.00 portmap 0 79 1 157 10 0 212 28 nfsidl I ?? 0:00.00 nfsiod 0 80 1 157 10 0 212 28 nfsidl I ?? 0:00.00 nfsiod 0 81 1 157 10 0 212 28 nfsidl I ?? 0:00.00 nfsiod 0 82 1 157 10 0 212 28 nfsidl I ?? 0:00.00 nfsiod 0 86 1 0 2 0 1140 656 sbwait D ?? 0:00.02 amd 0 87 1 0 2 0 1140 656 sbwait D ?? 0:00.02 amd 0 92 1 157 2 0 1060 612 select Is ?? 0:00.00 inetd 0 94 1 0 10 0 1028 680 nanslp Is ?? 0:00.07 cron 0 96 1 99 2 0 2596 1360 select Is ?? 0:03.19 sshd 0 99 1 0 2 0 3036 1672 select Ss ?? 0:00.62 sendmail 25 102 1 3 18 0 2936 1580 pause Is ?? 0:00.02 sendmail 0 128 1 0 2 0 920 484 select Is ?? 0:31.25 moused 88 182 145 0 2 0 51288 18608 poll S ?? 0:19.62 mysqld 0 200 199 1 2 0 47468 46344 select S ?? 2:21.69 XFree86 0 1874 1 0 2 0 936 644 select Ss ?? 0:00.03 dhclient 0 4799 4798 0 18 0 1352 864 pause Ss p0 0:00.47 csh 0 4864 4799 1 28 0 456 252 - R+ p0 0:00.00 ps 0 4636 4612 0 18 0 1356 856 pause Is p1 0:00.19 csh 0 4807 4636 0 10 0 1128 616 wait I+ p1 0:00.02 man 0 4808 4807 0 10 0 628 416 wait I+ p1 0:00.01 sh 0 4809 4808 0 -6 0 604 204 pipdwt I+ p1 0:00.01 zcat 0 4810 4808 0 3 0 1268 868 ttyin I+ p1 0:00.17 more 0 738 737 0 3 0 1340 844 ttyin Is+ p2 0:00.16 csh 0 1476 1469 70 3 0 1336 840 ttyin Is+ p3 0:00.16 csh 0 4781 4780 0 2 0 1984 1160 select Ss+ p4 0:02.90 top 0 164 1 3 10 0 1272 872 wait Is v0 0:00.11 login 0 183 164 13 18 0 1332 832 pause I v0 0:00.13 csh 0 185 183 175 10 0 636 240 wait I+ v0 0:00.03 sh 0 199 185 0 10 0 2168 1140 wait I+ v0 0:00.04 xinit 0 205 199 0 2 0 5280 3080 select S v0 0:39.93 wmaker 0 208 205 0 2 0 2796 1792 poll S v0 0:00.72 xload 0 209 205 0 2 0 2796 1792 poll S v0 0:00.69 xload 0 737 205 0 2 0 4332 2724 select I v0 0:00.99 xterm 0 1469 1 0 2 0 4380 2836 select I v0 0:01.18 xterm 0 2748 205 0 2 0 7616 4656 select S v0 0:27.42 xfe 0 4612 1 0 2 0 4456 3024 select I v0 0:02.80 xterm 0 4762 205 0 2 0 6880 4684 poll I v0 0:03.25 nedit 0 4780 205 0 2 0 4332 2956 select S v0 0:01.27 xterm 0 4798 205 0 28 0 4436 3060 - R v0 0:01.73 xterm 0 165 1 1 3 0 956 588 ttyin Is+ v1 0:00.02 getty 0 166 1 1 3 0 956 588 ttyin Is+ v2 0:00.02 getty 0 167 1 3 3 0 956 588 ttyin Is+ v3 0:00.02 getty 0 168 1 2 3 0 956 588 ttyin Is+ v4 0:00.03 getty 0 169 1 1 3 0 956 588 ttyin Is+ v5 0:00.02 getty 0 170 1 3 3 0 956 588 ttyin Is+ v6 0:00.02 getty 0 171 1 3 3 0 956 588 ttyin Is+ v7 0:00.02 getty 0 145 1 180 10 0 648 256 wait I+ con- 0:00.06 sh --0-1392659796-1091632516=:39064-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 15:41:20 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B58EA16A4CE; Wed, 4 Aug 2004 15:41:20 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 329D143D1D; Wed, 4 Aug 2004 15:41:20 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i74Fc0g02795; Wed, 4 Aug 2004 11:38:00 -0400 (EDT) From: Jerry McAllister <jerrymc@clunix.cl.msu.edu> Message-Id: <200408041538.i74Fc0g02795@clunix.cl.msu.edu> To: kellers@njit.edu (T Kellers) Date: Wed, 4 Aug 2004 11:37:59 -0400 (EDT) In-Reply-To: <200408031539.40920.kellers@njit.edu> from "T Kellers" at Aug 03, 2004 03:39:40 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: Jerry McAllister <jerrymc@clunix.cl.msu.edu> cc: questions@freebsd.org cc: freebsd-questions@freebsd.org cc: "Ismael Alves dos S. Filho" <ifho@hotmail.com> Subject: Re: Certification Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 15:41:20 -0000 > > On Tuesday 03 August 2004 11:30 am, Jerry McAllister wrote: > > > Hi there, > > > > > > I would like to know if there is a Certification Program for FreeBSD, > > > OpenBSD or > > > NetBSD, like SUN's Solaris Certification Program for example. > > > > > > If there is, what is the procedure to make the exam(s)? I am in > > > Salvador/Bahia/BRAZIL. > > > > The short answer is no. > > Some other people may wish to give a more comprehensive answer. > > > > Anyway, the FreeBSD organization is not a company in the same sense > > as Sun or Microsloth, etc that can set up a program to certify people > > in its wonders. The FreeBSD organization is a group of volunteers > > from all over the world that contribute to make the system. Although > > there is a core group that steers the project and tries to make sure > > additions and modifications are clean and meet standards, there is > > nothing that specifies the official way you must use the system. > > > > But, I have heard of some organizations that have undertaken to make > > up some training for FreeBSD and for UNIX in general. It seemd even > > like one might be in Brazil. But, I do not remember names or addresses. > > You might do some Google searching for FreeBSD training or something > > like that and see what you get. > > > > ////jerry > > The longer answer is yes :) > > NJIT offers open source unix certification (and it's recognized/endorsed by > the FreeBSD Foundation) > > http://cpe.njit.edu/noncredit/#opensourceunix > > avaiable both online and in classroom. OK. That must be one of the third-party programs I have heard about. I didn't know any were officially endorsed by FreeBSD. ////jerry > > Tim Kellers > > CPE/NJIT > > From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 15:41:20 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B58EA16A4CE; Wed, 4 Aug 2004 15:41:20 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 329D143D1D; Wed, 4 Aug 2004 15:41:20 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i74Fc0g02795; Wed, 4 Aug 2004 11:38:00 -0400 (EDT) From: Jerry McAllister <jerrymc@clunix.cl.msu.edu> Message-Id: <200408041538.i74Fc0g02795@clunix.cl.msu.edu> To: kellers@njit.edu (T Kellers) Date: Wed, 4 Aug 2004 11:37:59 -0400 (EDT) In-Reply-To: <200408031539.40920.kellers@njit.edu> from "T Kellers" at Aug 03, 2004 03:39:40 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: Jerry McAllister <jerrymc@clunix.cl.msu.edu> cc: questions@freebsd.org cc: freebsd-questions@freebsd.org cc: "Ismael Alves dos S. Filho" <ifho@hotmail.com> Subject: Re: Certification Program X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 15:41:20 -0000 > > On Tuesday 03 August 2004 11:30 am, Jerry McAllister wrote: > > > Hi there, > > > > > > I would like to know if there is a Certification Program for FreeBSD, > > > OpenBSD or > > > NetBSD, like SUN's Solaris Certification Program for example. > > > > > > If there is, what is the procedure to make the exam(s)? I am in > > > Salvador/Bahia/BRAZIL. > > > > The short answer is no. > > Some other people may wish to give a more comprehensive answer. > > > > Anyway, the FreeBSD organization is not a company in the same sense > > as Sun or Microsloth, etc that can set up a program to certify people > > in its wonders. The FreeBSD organization is a group of volunteers > > from all over the world that contribute to make the system. Although > > there is a core group that steers the project and tries to make sure > > additions and modifications are clean and meet standards, there is > > nothing that specifies the official way you must use the system. > > > > But, I have heard of some organizations that have undertaken to make > > up some training for FreeBSD and for UNIX in general. It seemd even > > like one might be in Brazil. But, I do not remember names or addresses. > > You might do some Google searching for FreeBSD training or something > > like that and see what you get. > > > > ////jerry > > The longer answer is yes :) > > NJIT offers open source unix certification (and it's recognized/endorsed by > the FreeBSD Foundation) > > http://cpe.njit.edu/noncredit/#opensourceunix > > avaiable both online and in classroom. OK. That must be one of the third-party programs I have heard about. I didn't know any were officially endorsed by FreeBSD. ////jerry > > Tim Kellers > > CPE/NJIT > > From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 15:51:26 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1984016A4D0 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 15:51:26 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id E352743D5D for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 15:51:25 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 0133869A71; Wed, 4 Aug 2004 11:51:24 -0400 (EDT) Date: Wed, 4 Aug 2004 11:51:23 -0400 From: Bill Moran <wmoran@potentialtech.com> To: "Steve Bertrand" <iaccounts@ibctech.ca> Message-Id: <20040804115123.2865e826.wmoran@potentialtech.com> In-Reply-To: <2169.209.167.16.15.1091629376.squirrel@209.167.16.15> References: <2169.209.167.16.15.1091629376.squirrel@209.167.16.15> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Finding out what ran when... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 15:51:26 -0000 "Steve Bertrand" <iaccounts@ibctech.ca> wrote: > I have rrdtool plotting graphs for me for system performance, memory, > cpu etc, and about 4:30 AM, my cpu utilization goes through the roof. > > I know this is amanda (backup) doing this as it runs at this time, but > I am curious to know if there are any utilities that can *watch* the > system at night and report what did what and when. > > Perhaps something that can report if something uses xx% of cpu, or > xxMB of memory? Sounds like you want process accounting. Check out the man pages for acct(2), accton(8), sa(8) and lastcomm(1) -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 16:14:00 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25C7216A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 16:14:00 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09D2C43D1D for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 16:13:59 +0000 (GMT) (envelope-from itetcu@apropo.ro) Received: (qmail 14210 invoked by uid 89); 4 Aug 2004 16:13:57 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 4 Aug 2004 16:13:57 -0000 Received: from localhost (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 83E874F; Wed, 4 Aug 2004 19:13:55 +0300 (EEST) Received: from it.buh.tecnik93.com ([127.0.0.1]) by localhost (it.buh.tecnik93.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 70175-10; Wed, 4 Aug 2004 19:13:55 +0300 (EEST) Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with SMTP id BE0781E; Wed, 4 Aug 2004 19:13:54 +0300 (EEST) Date: Wed, 4 Aug 2004 19:13:54 +0300 From: Ion-Mihai Tetcu <itetcu@apropo.ro> To: Ara Avvali <Ara@Avvali.COM> Message-Id: <20040804191354.6b2b9184@it.buh.tecnik93.com> In-Reply-To: <4110E8F2.8000704@Avvali.COM> References: <4110E8F2.8000704@Avvali.COM> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at it.buh.cameradicommercio.ro cc: freebsd-questions@freebsd.org Subject: Re: automatic custom kernel configuration? is it possible? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 16:14:00 -0000 On Wed, 04 Aug 2004 09:47:30 -0400 Ara Avvali <Ara@Avvali.COM> wrote: > Hi > sorry if this might sound lazy but I am wondering if there is any way or > any program that reads your out put of dmesg and creates a kernel > configuration file based on what generic kernel has found so I can use > it to compile the new one which has only modules which I need See current@ archives from last 3 weeks or so for a vast discussion on this topic. -- IOnut Unregistered ;) FreeBSD "user" From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 16:19:52 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D58EE16A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 16:19:52 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5ED2543D58 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 16:19:52 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 6C22769A71; Wed, 4 Aug 2004 12:19:51 -0400 (EDT) Date: Wed, 4 Aug 2004 12:19:50 -0400 From: Bill Moran <wmoran@potentialtech.com> To: DK <asdzxc111@yahoo.com> Message-Id: <20040804121950.6127e395.wmoran@potentialtech.com> In-Reply-To: <20040804151516.41150.qmail@web41007.mail.yahoo.com> References: <20040802093414.GA39066@orion.daedalusnetworks.priv> <20040804151516.41150.qmail@web41007.mail.yahoo.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: firewalls, connecting, config & apachetoolbox (was: Re: BigApache [..]) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 16:19:52 -0000 Honestly, you'll get much better response if you ask 1 question per email. An email this long with multiple questions in it forces someone to read the entire email just to see if there's something there they want to answer. DK <asdzxc111@yahoo.com> wrote: > Hi Giorgos et al, > > thanks for your patience. > > I have enclosed the output of dsmeg, ps, XF86Config if it helps in > understanding why my system runs slower than W2000 & why I cannot connect to > the net via my broadband connection. > > --- Giorgos Keramidas <keramida@ceid.upatras.gr> wrote: > > Bearing this in mind you might, of course, find it a bit more reassuring to > > run a firewall like IPFW. But this doesn't *require* a kernel recompile. > > You can simply load the ipfw.ko module with kldload(8) and immediatelly > > start setting up the rules of your firewall ruleset. As root, you can load > > the ipfw module by: # kldload ipfw > > Thanks for that. I have ipfw loaded okay(I hope). After reading 14.8.3 from > the > handbook regarding IPFW, I was a little worried. > > "14.8.3 Enabling IPFW on FreeBSD > As the main part of the IPFW system lives in the kernel, you will need to add > one or more options to your kernel configuration file, depending on what > facilities you want, and RECOMPILE your kernel." It _used_ to be this way ... it looks like it's time to update that page of the handbook. > > The default set of firewall packet inspection rules that ipfw loads will > > block *EVERYTHING* so you might want to do a bit of research on the > > available rulesets by reading about rc.firewall, rc.conf and/or browse the > > contents of the /etc/defaults/rc.conf file: > > If I understand it correctly after reading the handbook, if I add > 'firewall_type=open' in my '/etc/rc.conf' file, will it make all > incoming/outgoing ports open so I can connect to the net with sysinstall to > download packages ??? Yes. > > The "bad intepreter" error means that the `install.sh' script (most likely) > > starts with a line like this: > > Edit `install.sh' and replace `/bin/bash' with `/usr/local/bin/bash' if you > > have bash installed. > > Legend. Got this script working now :)) > > ...Except...All modules seem to install okay Except for "mod_perl". > > > I get the error: > ----------------------- > [-] 16) -Mod Perl 1.29 > > Choice [?] 16 > LWP::UserAgent not installed! > HTML::HeadParser not installed! > Type "perl -MCPAN -e shell" to start the perl CPAN > shell, then "install LWP::UserAgent" to install the LWP::UserAgent module! > Substitute LWP::UserAgent for any perl module. > ------------------------------ > > I don't understand what I am supposed to "substitute" (above) ??? With the name of the perl module. Apparently, that script is making assumptions about what is installed on your system, and is assuming wrong. Doesn't sound like a very good script. You'll have a better time of it if you look up the "UserAgent" and "HeadParser" packages for perl in the ports collection and install them from there, but the CPAN method will work as well. See the CPAN docs for details. > Other problems(Doh!): > > 1) For automount, I edited /etc/fstab. > It was easier & more logical than the editing amd(/etc/amd.conf & /etc/amd.map) > Problem: There has to be a CD in the CD drive & a floppy in the floppy drive > otherwise the drives don't automount & the bootup faulters !! > - This is annoying. Is there a way around this so I can automount at bootup > without a disk being in the drive ??? You're a little confused. I saw an email go by earlier with someone suggesting changes to /etc/fstab, and that was bad advice and probably what confused you. Putting those entries in /etc/fstab does not constitute "automounting", it just causes them to be mounted. Although it's easier to set up, it's not a good idea to configure removable devices to mount automatically at boot up by adding entries to /etc/fstab (as you've discovered) The method using amd is the correct way to do it, it causes the amd program to check for media in the drive and mount it if available. This is the behaviour you're used to in Windows, and will not be accomplished by editing /etc/fstab. /etc/fstab is a list of filesystems that must be mounted at boot time, and would create unreasonable requirements for removable media. Additionally, when you switch media (i.e. change to a different CD) the new CD won't be remounted. amd can handle this. > 4) I am taking your advice & am trying to connect to the net with > sysinstall so > I can download packages/ports & hopefully find an easier way to install apps. > However when I go through the steps to install a package & select a > freebsd ftp > site, at the end, a prompt comes up saying something like "cannot resolve > ftp... name server, network needs to be configured..) ... or something like > that > > Q: Do I need to get my broadband login client working to connect to the net OR > can I login to my ISP from a terminal within BSD ??? Depends on the connection system you use for your broadband access. If they're using standard TCP, then you just need to set up the network card for DHCP. If they're using PPPOE, you'll need to log in. > Q: Do I need to login to my broadband ISP via my login client to enable > "sysinstall" to be able to download packages etc ... ??? You need access. What you have to do to get access is dependent on your ISP. > Q: Like tracert on W2000, is their a command I can use in BSD to see when I am > connected to the net ??? W2K's tracert is based on BSD's traceroute -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 17:01:02 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F3A116A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 17:01:02 +0000 (GMT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 089BB43D5F for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 17:01:02 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) X-Sasl-enc: oxje7QI0DNbMSzmhLiUYMA 1091638854 Received: from modem-2517.leopard.dialup.pol.co.uk (modem-2517.leopard.dialup.pol.co.uk [217.135.153.213]) by mail.messagingengine.com (Postfix) with ESMTP id EF77BC13E60 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 13:00:54 -0400 (EDT) From: "R. W." <list-freebsd-2004@morbius.sent.com> To: freebsd-questions@freebsd.org Date: Wed, 4 Aug 2004 18:01:07 +0100 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408041801.07564.list-freebsd-2004@morbius.sent.com> Subject: Deleting Leaves Without Losing Build-Dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 17:01:02 -0000 I've recently been using portversion -r and pkg_cutleaves to find unwanted ports that I can deinstall. However, it appears that neither of these takes into account build-dependencies. Is there a tool that will find true port-leaves, rather than package leaves? From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 17:08:11 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADB0516A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 17:08:11 +0000 (GMT) Received: from pearl.ibctech.ca (dev.eagle.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DBCC43D6B for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 17:08:09 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 5641 invoked by uid 1002); 4 Aug 2004 17:08:20 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (clamscan: 0.73. spamassassin: 2.63. Clear:RC:1(127.0.0.1):. Processed in 1.231757 secs); 04 Aug 2004 17:08:20 -0000 Received: from unknown (HELO webmail.ibctech.ca) (127.0.0.1) by localhost.ibctech.ca with SMTP; 4 Aug 2004 17:08:19 -0000 Received: from 209.167.16.15 (SquirrelMail authenticated user steve@ibctech.ca); by webmail.ibctech.ca with HTTP; Wed, 4 Aug 2004 13:08:19 -0400 (EDT) Message-ID: <2331.209.167.16.15.1091639299.squirrel@209.167.16.15> In-Reply-To: <20040804115123.2865e826.wmoran@potentialtech.com> References: <2169.209.167.16.15.1091629376.squirrel@209.167.16.15> <20040804115123.2865e826.wmoran@potentialtech.com> Date: Wed, 4 Aug 2004 13:08:19 -0400 (EDT) From: "Steve Bertrand" <iaccounts@ibctech.ca> To: "Bill Moran" <wmoran@potentialtech.com> User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: freebsd-questions@freebsd.org Subject: Re: Finding out what ran when... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 17:08:11 -0000 > "Steve Bertrand" <iaccounts@ibctech.ca> wrote: > >> I have rrdtool plotting graphs for me for system performance, >> memory, >> cpu etc, and about 4:30 AM, my cpu utilization goes through the >> roof. >> >> I know this is amanda (backup) doing this as it runs at this time, >> but >> I am curious to know if there are any utilities that can *watch* the >> system at night and report what did what and when. >> >> Perhaps something that can report if something uses xx% of cpu, or >> xxMB of memory? > > Sounds like you want process accounting. > > Check out the man pages for acct(2), accton(8), sa(8) and lastcomm(1) Excellent, this is exactly what I was looking for. Thanks very much Bill. Cheers! Steve > > -- > Bill Moran > Potential Technologies > http://www.potentialtech.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 17:20:08 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D51D16A4CE for <questions@freebsd.org>; Wed, 4 Aug 2004 17:20:08 +0000 (GMT) Received: from serv01.divms.uiowa.edu (serv01.divms.uiowa.edu [128.255.44.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBF7843D58 for <questions@freebsd.org>; Wed, 4 Aug 2004 17:20:07 +0000 (GMT) (envelope-from jason-dusek@uiowa.edu) Received: from [10.59.1.12] ([63.254.130.211]) by serv01.divms.uiowa.edu with id i74HK22I000373 for <questions@freebsd.org>; Wed, 4 Aug 2004 12:20:04 -0500 (CDT) Message-ID: <41111B17.2080200@uiowa.edu> Date: Wed, 04 Aug 2004 12:21:27 -0500 From: Jason Dusek <jason-dusek@uiowa.edu> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040706 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.9 () BAYES_00 X-Scanned-By: MIMEDefang 2.43 Subject: C include question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 17:20:08 -0000 Hi, I would like to compile some OpenGL stuff on my BSD box. Unfortunately, the GL libraries are not in /usr/include/GL - they are in /usr/X11R6/include/GL and my C compiler does not see that by default. One easy way around this is, I think, to just soft link /usr/X11R6/include/* to /usr/include/ - but that would defeat the point of seperating the X11 includes from the system includes. What is the right way to set this up so that my C compiler, no matter which one it is, will always find the GL libraries? Is there some kind of 'cc.conf' somewhere in the same sense as there is a 'make.conf'? I am new to C - in fact this OpenGL stuff is my first exposure to it. I'm sure that this is an elementary question, and the only reason that I post it to the list is that I am trying to find a way to solve my problem that is more in keeping with BSD philosophy than simply moving /usr/X11R6/include into /usr/include. _jason From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 17:23:50 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31C9A16A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 17:23:50 +0000 (GMT) Received: from public.comradeburnout.com (net-6621941-196.customer.corenap.com [66.219.41.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D559D43D68 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 17:23:49 +0000 (GMT) (envelope-from geektron@comradeburnout.com) Received: from [127.0.0.1] (rrcs-sw-24-173-210-82.biz.rr.com [24.173.210.82]) by public.comradeburnout.com (Postfix) with ESMTP id 3C13960F8 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 12:32:45 -0500 (CDT) Message-ID: <41111967.7060100@comradeburnout.com> Date: Wed, 04 Aug 2004 12:14:15 -0500 From: Comrade Burnout <geektron@comradeburnout.com> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: softupdates, adding space to partitions, etc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 17:23:50 -0000 I just noticed that I didn't create *quite* enough space in my /var partition for accepting somewhat larger email attachments/ messages. i thought softupdates was the way to go, but on reading the handbook online, that's not quite what i thought it was .... is there any way with 5.2.1 to move around disc space between partitions "on the fly" ? From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 17:37:24 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF65716A4CE for <questions@freebsd.org>; Wed, 4 Aug 2004 17:37:24 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4206D43D53 for <questions@freebsd.org>; Wed, 4 Aug 2004 17:37:24 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i74HbLR03250; Wed, 4 Aug 2004 13:37:21 -0400 (EDT) From: Jerry McAllister <jerrymc@clunix.cl.msu.edu> Message-Id: <200408041737.i74HbLR03250@clunix.cl.msu.edu> To: jason-dusek@uiowa.edu (Jason Dusek) Date: Wed, 4 Aug 2004 13:37:20 -0400 (EDT) In-Reply-To: <41111B17.2080200@uiowa.edu> from "Jason Dusek" at Aug 04, 2004 12:21:27 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: C include question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 17:37:24 -0000 > > Hi, > > I would like to compile some OpenGL stuff on my BSD box. Unfortunately, the GL > libraries are not in /usr/include/GL - they are in /usr/X11R6/include/GL and my > C compiler does not see that by default. Check out compiler options such as -I for include file directories and linker options such as -L for library directories. See man cc ////jerry > > One easy way around this is, I think, to just soft link /usr/X11R6/include/* to > /usr/include/ - but that would defeat the point of seperating the X11 includes > from the system includes. What is the right way to set this up so that my C > compiler, no matter which one it is, will always find the GL libraries? Is there > some kind of 'cc.conf' somewhere in the same sense as there is a 'make.conf'? > > I am new to C - in fact this OpenGL stuff is my first exposure to it. I'm sure > that this is an elementary question, and the only reason that I post it to the > list is that I am trying to find a way to solve my problem that is more in > keeping with BSD philosophy than simply moving /usr/X11R6/include into /usr/include. > > _jason > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 17:39:19 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E24116A4CF for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 17:39:19 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFCAD43D5E for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 17:39:18 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id C58C269A71; Wed, 4 Aug 2004 13:39:17 -0400 (EDT) Date: Wed, 4 Aug 2004 13:39:16 -0400 From: Bill Moran <wmoran@potentialtech.com> To: Comrade Burnout <geektron@comradeburnout.com> Message-Id: <20040804133916.75af051d.wmoran@potentialtech.com> In-Reply-To: <41111967.7060100@comradeburnout.com> References: <41111967.7060100@comradeburnout.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: softupdates, adding space to partitions, etc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 17:39:19 -0000 Comrade Burnout <geektron@comradeburnout.com> wrote: > I just noticed that I didn't create *quite* enough space in my /var > partition for accepting somewhat larger email attachments/ messages. > > i thought softupdates was the way to go, but on reading the handbook > online, that's not quite what i thought it was .... No. Softupdates is a method of improving performance by optimizing writes to the disk ... has no real relation to the space involved. > is there any way with 5.2.1 to move around disc space between partitions > "on the fly" ? Definately not "on the fly". You _can_ use growfs to increase the size of a filesystem, but you must have unused space on the hard drive to grow your partition first. The more traditional way of solving the problem is to symlink the directory that needs the space to a partition with more space. For example, if you're running out of space in /var/spool, and you've got tons of space in /usr, the following procedure will work: 1) Stop any/all programs that might access /var/spool (best thing to do is "shutdown now" to go to single user mode) 2) mkdir /usr/spool 3) Compare /usr/spool to /var/spool to ensure that the permissions are identical. Change as needed. 4) cp -Rp /var/spool/* /usr/spool/. 5) mv /var/spool /var/spool.old 6) ln -s /usr/spool /var/spool 7) Reboot or restart any programs that will access /var/spool 8) After a sufficient amount of time to ensure that everything worked OK, you can delete /var/spool.old IMHO, the best way to avoid/deal with this problem is to do the following the next time you install: 1) Make the entire disk one big Vinum partition 2) Make Vinum subdisks for the different partitions you want. Size them accordingly, and _leave_any_unneeded_space_unused_! 3) Later if you find you messed up, Vinum gives you the power to join unused space to an existing subdisk, and you can then use growfs to increase the filesystem size. Hell, you can even add new disks if you fill up the entire disk! HTH -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 17:44:44 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B154F16A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 17:44:44 +0000 (GMT) Received: from Shenton.org (23.ebbed1.client.atlantech.net [209.190.235.35]) by mx1.FreeBSD.org (Postfix) with SMTP id A794643D5A for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 17:44:41 +0000 (GMT) (envelope-from chris@Shenton.Org) Received: (qmail 46409 invoked by uid 1001); 4 Aug 2004 17:44:39 -0000 Cc: freebsd-questions@freebsd.org References: <005501c479b5$6c0f4cc0$6401a8c0@Nomad> <20040804100300.3af0d4fb@bofh.spyderweb.com.au> From: Chris Shenton <chris@shenton.org> Date: Wed, 04 Aug 2004 13:44:39 -0400 In-Reply-To: <20040804100300.3af0d4fb@bofh.spyderweb.com.au> (Tim Aslat's message of "Wed, 4 Aug 2004 10:03:00 +0930") Message-ID: <868ycupzlk.fsf@PECTOPAH.shenton.org> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 17:44:44 -0000 Tim Aslat <tim@spyderweb.com.au> writes: > Try one of the multitude of rsync based scripts, you can even get some > very good incremental backups happening, I have been thinking about this for my own use. One problem with basic rsync is that if (say) I trash a critical file and don't notice it for a couple days, the (nightly) rsync will have overwritten the good version with the trashed version. So I've been thinking of having maybe 5 different copies at the destination and rsyncing to a different one each night so I have 5 different "backups" to go to -- just like in the days of tape. Something conceptually like: rsync -avR --delete / remote:/BACKUP/`expr $dayofyear % 5`/ Yeah, you need to store 5x copies of your client's data, but disk is cheap. It gives 'em 5 days to realize they've just hosed that critical file and you can be a hero for restoring it. Income potential. You might be able to achieve similar by rsyncing to a single destination directory and using FreeBSD-5.x's "snapshot" facility. Create a (read only) snapshot of the destination partition every night. it only costs you the amount of diskspace consumed by *changes* from the snapshot to the current data. Like a NetApp. Keep 5 snapshots around and get the same effect as the multiple rsync destinations in my example above. Haven't tried this but it seems appealing. Also, the original poster mentioned the source was windoze. If you google "rsync windows" you'll find help on installing ssh and rsync on a Windoze box so maybe you don't need UNIX at your client's firm. Check SAMBA for access to shares. Amanda used to have some hooks to backup 'doze shares to tapes, perhaps you could leverage their work. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 17:49:26 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1024916A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 17:49:26 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B3D743D46 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 17:49:25 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i74HnNR03313; Wed, 4 Aug 2004 13:49:23 -0400 (EDT) From: Jerry McAllister <jerrymc@clunix.cl.msu.edu> Message-Id: <200408041749.i74HnNR03313@clunix.cl.msu.edu> To: geektron@comradeburnout.com (Comrade Burnout) Date: Wed, 4 Aug 2004 13:49:22 -0400 (EDT) In-Reply-To: <41111967.7060100@comradeburnout.com> from "Comrade Burnout" at Aug 04, 2004 12:14:15 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: softupdates, adding space to partitions, etc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 17:49:26 -0000 > > I just noticed that I didn't create *quite* enough space in my /var > partition for accepting somewhat larger email attachments/ messages. > > i thought softupdates was the way to go, but on reading the handbook > online, that's not quite what i thought it was .... > > is there any way with 5.2.1 to move around disc space between partitions > "on the fly" ? Well, mostly no, but if you happen to have left some unused space contiguous to the partition you have mounted as /var, then you can try using growfs(8) But, really, you should either move some stuff from /var, such as /var/spool in to some larger space and make a symlink to it or just start over with partition sizes rethought out according to your more recent experience of your usage patterns. If you have some large partition sitting there with lots of space, it is easy to move some stuf in to it and make the links. I commonly move /var/spool and /var/log somewhere else because they are the most likely to grow uncontrollably or unexpectedly. I usually make reasonable sized partitions for /, /tmp, /usr and /var and then one big one to hold all the stuff whose size can't be easily guessed (which I usually call either home or work). You should be able to find notes on doing this by searching the mailing list archive. I have posted sets of instructions and have seen some posted by others several times. ////jerry From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 18:05:08 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F26B16A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 18:05:08 +0000 (GMT) Received: from public.comradeburnout.com (net-6621941-196.customer.corenap.com [66.219.41.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7DCF43D2F for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 18:05:07 +0000 (GMT) (envelope-from geektron@comradeburnout.com) Received: from [127.0.0.1] (rrcs-sw-24-173-210-82.biz.rr.com [24.173.210.82]) by public.comradeburnout.com (Postfix) with ESMTP id 3FE346110 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 13:14:03 -0500 (CDT) Message-ID: <41112315.4070509@comradeburnout.com> Date: Wed, 04 Aug 2004 12:55:33 -0500 From: Comrade Burnout <geektron@comradeburnout.com> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en To: freebsd-questions@freebsd.org References: <200408041749.i74HnNR03313@clunix.cl.msu.edu> In-Reply-To: <200408041749.i74HnNR03313@clunix.cl.msu.edu> Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: softupdates, adding space to partitions, etc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 18:05:08 -0000 Jerry McAllister wrote: I just noticed that I didn't create *quite* enough space in my /var partition for accepting somewhat larger email attachments/ messages. i thought softupdates was the way to go, but on reading the handbook online, that's not quite what i thought it was .... is there any way with 5.2.1 to move around disc space between partitions "on the fly" ? Well, mostly no, but if you happen to have left some unused space contiguous to the partition you have mounted as /var, then you can try using growfs(8) i don't think i left any unused space sitting around, so it doesn't look like growfs is going to be an option. But, really, you should either move some stuff from /var, such as /var/spool in to some larger space and make a symlink to it or just start over with partition sizes rethought out according to your more recent experience of your usage patterns. not an option right now. i didn't think my partitions through all the way .... /var is the only problem one. If you have some large partition sitting there with lots of space, it is easy to move some stuf in to it and make the links. I commonly move /var/spool and /var/log somewhere else because they are the most likely to grow uncontrollably or unexpectedly. I usually make reasonable sized partitions for /, /tmp, /usr and /var and then one big one to hold all the stuff whose size can't be easily guessed (which I usually call either home or work). i'm more than familiar with doing it the 'traditional' way -- creating a new dir, say /opt/sysmail/mail and symlinking it to /var/spool/mail. i was hoping there was another way to do it. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 18:09:14 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED49816A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 18:09:14 +0000 (GMT) Received: from public.comradeburnout.com (net-6621941-196.customer.corenap.com [66.219.41.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C375D43D68 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 18:09:14 +0000 (GMT) (envelope-from geektron@comradeburnout.com) Received: from [127.0.0.1] (rrcs-sw-24-173-210-82.biz.rr.com [24.173.210.82]) by public.comradeburnout.com (Postfix) with ESMTP id 4397A60F8 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 13:18:10 -0500 (CDT) Message-ID: <4111240D.5000409@comradeburnout.com> Date: Wed, 04 Aug 2004 12:59:41 -0500 From: Comrade Burnout <geektron@comradeburnout.com> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en To: freebsd-questions@freebsd.org References: <41111967.7060100@comradeburnout.com> <20040804133916.75af051d.wmoran@potentialtech.com> In-Reply-To: <20040804133916.75af051d.wmoran@potentialtech.com> Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: softupdates, adding space to partitions, etc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 18:09:15 -0000 Bill Moran wrote: Comrade Burnout [1]<geektron@comradeburnout.com> wrote: I just noticed that I didn't create *quite* enough space in my /var partition for accepting somewhat larger email attachments/ messages. i thought softupdates was the way to go, but on reading the handbook online, that's not quite what i thought it was .... No. Softupdates is a method of improving performance by optimizing writes to the disk ... has no real relation to the space involved. is there any way with 5.2.1 to move around disc space between partitions "on the fly" ? Definately not "on the fly". well, that's why i left it in quotes. "on the fly" as opposed to reinstalling/ rebuilding partitions. i don't want to have to do a newfw(8) on the partitions and have to try and get all the data back ... i can re-edit partition tables, but i'm not 100% familiar with doing it command-line ( read: not from sysinstall at install time ) so i'd rather not risk goofing the data ... IMHO, the best way to avoid/deal with this problem is to do the following the next time you install: 1) Make the entire disk one big Vinum partition 2) Make Vinum subdisks for the different partitions you want. Size them accordingly, and _leave_any_unneeded_space_unused_! 3) Later if you find you messed up, Vinum gives you the power to join unused space to an existing subdisk, and you can then use growfs to increase the filesystem size. Hell, you can even add new disks if you fill up the entire disk! never used Vinum. seen it mentioned a lot, but never read up on it because i wasn't sure what it was ... guess it's time to do some reading, eh? thanks, -b-- References 1. mailto:geektron@comradeburnout.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 18:27:39 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8400B16A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 18:27:39 +0000 (GMT) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6C0843D69 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 18:27:36 +0000 (GMT) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.4) with SMTP id EAA13513; Thu, 5 Aug 2004 04:27:23 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Thu, 5 Aug 2004 04:27:23 +1000 (EST) From: Ian Smith <smithi@nimnet.asn.au> To: Srot BULL <pwd8jmr22w@me.point.ne.jp> In-Reply-To: <20040804120103.2F9B316A4CF@hub.freebsd.org> Message-ID: <Pine.BSF.3.96.1040805035553.3887L-100000@gaia.nimnet.asn.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Giorgos Keramidas <keramida@ceid.upatras.gr> cc: freebsd-questions@freebsd.org Subject: Re: IPFW - Allowed but Denied is shown in my logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 18:27:39 -0000 On Wed, 4 Aug 2004 freebsd-questions-request@freebsd.org wrote: > Message: 11 > From: Srot BULL <pwd8jmr22w@me.point.ne.jp> > > Giorgos Keramidas wrote: > > Show us the full ruleset. Otherwise we're just guessing... > > > My apologies, below is my complete ruleset: [..] > #* Deny ident *# > $CMD 00315 deny tcp from any to any in via $IFN I think perhaps you meant: $CMD 00315 deny tcp from any to any 113 in via $IFN as yours denied all remaining TCP, making some rules below irrelevant, including allows for www, ssh etc if you ever wanted to enable these. You'd also likely do better using reset rather than deny - assuming this rule really was meant to block ident - to avoid timeout delays on mail. > #* Deny all Netbios service. 137=name, 138=datagram, 139=session *# > #* Netbios is MS/Windows sharing services. *# > #* Block MS/Windows hosts2 name server requests 81 *# > $CMD 00320 deny tcp from any to any 137 in via $IFN > $CMD 00321 deny tcp from any to any 138 in via $IFN > $CMD 00322 deny tcp from any to any 139 in via $IFN > $CMD 00323 deny tcp from any to any 81 in via $IFN None of these or any other tcp .. in via $IFN rules below are ever seen. [..] > #* Deny ACK packets that did not match the dynamic rule table *# > $CMD 00332 deny tcp from any to any established in via $IFN That rule is also not seen .. [..] > #* Reject & Log all incoming connections from the outside *# > $CMD 00499 deny log all from any to any in via $IFN .. nor that one, for TCP packets .. > My basis for my rulesets are taken from: > http://freebsd.a1poweruser.com:6088/FBSD_firewall/ Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 18:37:04 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 829E716A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 18:37:04 +0000 (GMT) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE73043D5A for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 18:37:02 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from bsdbox.farid-hajji.net (bsdbox [192.168.254.3]) by fw.farid-hajji.net (Postfix) with ESMTP id A9E084B0FE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 20:37:27 +0200 (CEST) Date: Wed, 4 Aug 2004 20:41:39 +0200 From: cpghost <cpghost@cordula.ws> To: freebsd-questions@freebsd.org Message-ID: <20040804184139.GA44298@bsdbox.farid-hajji.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: More informations on bento cluster? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: cpghost@cordula.ws List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 18:37:04 -0000 Hello, where can I find more informations on the bento.freebsd.org cluster? I'm esp. interested in stats, like build times etc. w.r.t. hardware. Sorry if this is the wrong list. Thanks, -cpghost. -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 18:44:57 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47EC116A4DF for <questions@freebsd.org>; Wed, 4 Aug 2004 18:44:57 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id E96D243D2D for <questions@freebsd.org>; Wed, 4 Aug 2004 18:44:56 +0000 (GMT) (envelope-from nocmonkey@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so129707rnl for <questions@freebsd.org>; Wed, 04 Aug 2004 11:44:56 -0700 (PDT) Received: by 10.38.89.51 with SMTP id m51mr1367rnb; Wed, 04 Aug 2004 11:44:43 -0700 (PDT) Message-ID: <addc34c6040804114443a44280@mail.gmail.com> Date: Wed, 4 Aug 2004 14:44:12 -0400 From: Danny <nocmonkey@gmail.com> To: questions@freebsd.org In-Reply-To: <20040729153043.GB90991@humpty.finadmin.virginia.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <addc34c604072907486ec20458@mail.gmail.com> <20040729153043.GB90991@humpty.finadmin.virginia.edu> Subject: Re: FreeBSD on IBM x360 type hardware X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 18:44:57 -0000 On Thu, 29 Jul 2004 11:30:43 -0400, Mike Galvez <hoosyerdaddy@virginia.edu> wrote: > On Thu, Jul 29, 2004 at 10:48:58AM -0400, Danny wrote: > > Has anyone had success running FreeBSD on an IBM x360 type server? > > > > x4 2Ghz Xeon, 2MB L3 > > 2GB PC1600 DDR > > IBM ServerRAID 4Mx Ultra160 SCSI Controller > > IBM EXP300 Storage Expansion Unit > > Quantum SDLT 220 Tape Drive > > At home I have an old PC server 325 with ServerRAID and EXP10 running > 5.2.1 Release. Older equipment, but it installed without any trouble. > > > > > > I will go into more detail with the specs, but I was wondering if > > anyone has had success with any xSeries IBM servers with FreeBSD > > installed? Thanks for the info Mike. Anyone else? ..D From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 19:00:10 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6FB9F16A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 19:00:10 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id F25B943D67 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 19:00:09 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc12) with ESMTP id <2004080419000801200pve2ke>; Wed, 4 Aug 2004 19:00:09 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 8FBEC2B; Wed, 4 Aug 2004 15:00:08 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Vahric MUHTARYAN" <vahric@doruk.net.tr> References: <200408021605.i72G5q5B012766@smtp.doruk.net.tr> From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> Date: 04 Aug 2004 15:00:08 -0400 In-Reply-To: <200408021605.i72G5q5B012766@smtp.doruk.net.tr> Message-ID: <44n01a20g7.fsf@be-well.ilk.org> Lines: 33 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: sendmail and make file .... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 19:00:10 -0000 "Vahric MUHTARYAN" <vahric@doruk.net.tr> writes: > Hi Everybody , > > I can leave sendmail from base system . First I updated src tree > then I copyed /etc/default/make.conf under /etc directory and remove the " > # " in front of the NO_SENDMAIL = true , then I maked > make buildworld > make buildkernel KERNCONF=KERNELNAME > make installkernel KERNCONF=KERNELNAME > make installworld > mergemaster -cv ( I installed all changed files with using " i " ) > reboot Okay, so what you did was rebuild all of your system except for sendmail. The sendmail that was already in the system is still there. > I did not modify rc.conf for seeing what will be happend if I dont remove ' > # ' in front of sendmail , after reboot I saw that FreeBSD run SENDMAIL > again and when I wrote whereis sendmail on the command prompt I saw like > this ... > gecetrn# whereis sendmail > sendmail: /usr/sbin/sendmail /usr/share/man/man8/sendmail.8.gz > /usr/src/usr.sbin/sendmail /usr/src/contrib/sendmail > /usr/ports/mail/sendmail > > Did make a mistake ?! How can I remove sendmail from basesystem > ?! Normally, you don't remove sendmail from the system. Just configure rc.conf to *not* start sendmail, and you will be fine. See "man rc.sendmail". From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 19:22:42 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEE6316A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 19:22:42 +0000 (GMT) Received: from vs3.bgnett.no (vs3.bgnett.no [194.54.96.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C70043D3F for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 19:22:41 +0000 (GMT) (envelope-from peter@bgnett.no) Received: from tosh.datadok.no.bgnett.no (tosh.datadok.no [194.54.103.99]) by vs3.bgnett.no (8.12.9p2/8.12.9) with ESMTP id i74JMZQ2022045 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:22:36 +0200 (CEST) (envelope-from peter@bgnett.no) Sender: peter@tosh.datadok.no To: freebsd-questions@freebsd.org From: peter@bgnett.no (Peter N. M. Hansteen) Date: 04 Aug 2004 21:22:21 +0200 Message-ID: <877jsen1xu.fsf@tosh.datadok.no> Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-bgnett.no-virusscanner: Found to be clean X-Envelope-To: freebsd-questions@freebsd.org Subject: 4.2 -> 5.2 passwd format change? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 19:22:42 -0000 I'm in the process of moving users from a 4.2 machine to an updated setup using 5.2.1. There appears to have been some changes in the password format (as in the users are not able to log in to the test system), and the main reference I find is this entry in /usr/src/UPDATING: 20000928: There was a change in the passwd format. Need more information. Any pointers appreciated. -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://www.blug.linux.no/rfc1149/ http://www.datadok.no/ "First, we kill all the spammers" The Usenet Bard, "Twice-forwarded tales" From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 19:26:42 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B00D416A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 19:26:42 +0000 (GMT) Received: from makeworld.com (makeworld.com [198.92.228.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7160043D58 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 19:26:42 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 59426627B; Wed, 4 Aug 2004 14:26:41 -0500 (CDT) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14119-08; Wed, 4 Aug 2004 14:26:39 -0500 (CDT) Received: from [198.92.228.34] (racerx.makeworld.com [198.92.228.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 779E66172; Wed, 4 Aug 2004 14:26:39 -0500 (CDT) Message-ID: <4111386E.80304@makeworld.com> Date: Wed, 04 Aug 2004 14:26:38 -0500 From: Chris <racerx@makeworld.com> User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040801) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Peter N. M. Hansteen" <peter@bgnett.no> References: <877jsen1xu.fsf@tosh.datadok.no> In-Reply-To: <877jsen1xu.fsf@tosh.datadok.no> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at makeworld.com - Isn't it ironic cc: freebsd-questions@freebsd.org Subject: Re: 4.2 -> 5.2 passwd format change? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 19:26:42 -0000 Peter N. M. Hansteen wrote: > I'm in the process of moving users from a 4.2 machine to an updated > setup using 5.2.1. There appears to have been some changes in the > password format (as in the users are not able to log in to the test > system), and the main reference I find is this entry in > /usr/src/UPDATING: > > 20000928: > There was a change in the passwd format. Need more information. > > Any pointers appreciated. > Perhaps your best and safest way to upgrade would be to upgrade from 4.2 to 4.10, then from 4.10 to 5.2.1 - keeping in mind that 5.2.1 is still very much experimental. Perhaps an upgrade from 4.2 - 4.10 and waiting until 5.3-REL comes out might be a better suggestion? -- Best regards, Chris From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 19:57:04 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C7EE16A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 19:57:04 +0000 (GMT) Received: from destiny.chrononomicon.com (mail.chrononomicon.com [65.193.73.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A98643D1F for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 19:57:03 +0000 (GMT) (envelope-from bsilver@chrononomicon.com) Received: from [IPv6:::1] (destiny.chrononomicon.com [192.168.1.42]) by destiny.chrononomicon.com (Postfix) with ESMTP id 065D61FE26 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 15:56:54 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: <868ycupzlk.fsf@PECTOPAH.shenton.org> References: <005501c479b5$6c0f4cc0$6401a8c0@Nomad> <20040804100300.3af0d4fb@bofh.spyderweb.com.au> <868ycupzlk.fsf@PECTOPAH.shenton.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <6DFA6F88-E650-11D8-8831-000A956D2452@chrononomicon.com> Content-Transfer-Encoding: 7bit From: Bart Silverstrim <bsilver@chrononomicon.com> Date: Wed, 4 Aug 2004 15:56:52 -0400 To: freebsd-questions Questions <freebsd-questions@freebsd.org> X-Mailer: Apple Mail (2.618) Subject: Re: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 19:57:04 -0000 On Aug 4, 2004, at 1:44 PM, Chris Shenton wrote: > Tim Aslat <tim@spyderweb.com.au> writes: > >> Try one of the multitude of rsync based scripts, you can even get some >> very good incremental backups happening, > > I have been thinking about this for my own use. One problem with > basic rsync is that if (say) I trash a critical file and don't notice > it for a couple days, the (nightly) rsync will have overwritten the > good version with the trashed version. Yes. > So I've been thinking of having maybe 5 different copies at the > destination and rsyncing to a different one each night so I have 5 > different "backups" to go to -- just like in the days of > tape. Something conceptually like: <cut> I use a similar setup. Actually what I have for two servers is a scheme where you have system A and system B. System A has a directory tree to back up. System B pulls that directory daily from A using rsync over SSH. It will create a "synced image" of the tree to a local directory. Next system B decides if it is a regular workday or a friday, then if it's a workday it saves a gzip'ed tarball of the snapshot to a "daily" archive directory. If it is a friday, it saves the snapshot to a "long term" archive directory. It then runs a check for files that are greater than 7 or 8 days old in their creation time in the daily archive and deletes them, or if it's the long term archive run it'll check for files older than about three months and delete them. The filenames are composed of the dates embedded in the filenames. That way you have a week-long backup as well as a weekly backup going back several months. > Also, the original poster mentioned the source was windoze. If you > google "rsync windows" you'll find help on installing ssh and rsync on > a Windoze box so maybe you don't need UNIX at your client's firm. Try cygwin, running a ssh server as a service on 2000/xp. That should be all you'd need on the windows side listening as the server process. Or a batch file could kick it off I supposed, or at job... Depends really on how the OP wants to set it up...if they map network drives already, it would just be a case of copying J:\etc......otherwise fun scripts to mount shares on remote servers. Or run the backups from a central server. And they'd also have to decide if they're going to push or pull the backup... Have fun! -Bart From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 19:59:15 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1C6316A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 19:59:15 +0000 (GMT) Received: from serv03.inetworx.ch (serv03.inetworx.ch [212.254.227.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C19843D68 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 19:59:15 +0000 (GMT) (envelope-from dev@eth0.ch) Received: from localhost (localhost.localdomain [127.0.0.1]) by serv03.inetworx.ch (Postfix) with ESMTP id A9D89252D74 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:59:14 +0200 (CEST) Received: from serv03.inetworx.ch ([127.0.0.1]) by localhost (serv03.inetworx.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 00374-01-3 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:59:14 +0200 (CEST) Received: from www.inetworx.ch (serv04.inetworx.ch [212.254.227.197]) by serv03.inetworx.ch (Postfix) with ESMTP id 6E157252D63 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:59:14 +0200 (CEST) Received: from 81.63.70.20 (SquirrelMail authenticated user dev.eth0); by www.inetworx.ch with HTTP; Wed, 4 Aug 2004 21:59:14 +0200 (CEST) Message-ID: <1067.81.63.70.20.1091649554.squirrel@81.63.70.20> In-Reply-To: <868ycupzlk.fsf@PECTOPAH.shenton.org> References: <005501c479b5$6c0f4cc0$6401a8c0@Nomad> <20040804100300.3af0d4fb@bofh.spyderweb.com.au> <868ycupzlk.fsf@PECTOPAH.shenton.org> Date: Wed, 4 Aug 2004 21:59:14 +0200 (CEST) From: "David E. Meier" <dev@eth0.ch> To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at inetworx.ch Subject: Re: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 19:59:15 -0000 > So I've been thinking of having maybe 5 different copies at the > destination and rsyncing to a different one each night so I have 5 > different "backups" to go to -- just like in the days of > tape. Something conceptually like: > > rsync -avR --delete / remote:/BACKUP/`expr $dayofyear % 5`/ > > Yeah, you need to store 5x copies of your client's data, but disk is > cheap. Run rsnapshot at the remote destination on the backup directory. You get full daily versions at the cost of only another incremental backup. Check out http://www.rsnapshot.org/ We use this setup to backup our servers and it works perfect. Dave. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 20:18:28 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FB5416A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 20:18:28 +0000 (GMT) Received: from pigeon.infotechfl.com (mailrelay.infotechfl.com [209.251.147.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id AADB943D1F for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 20:18:19 +0000 (GMT) (envelope-from gmulder@infotechfl.com) Received: from garymulder ([172.20.0.75]) by pigeon.infotechfl.com (8.11.6/8.11.6) with ESMTP id i74KIGF02165 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 16:18:18 -0400 Message-Id: <4.2.0.58.20040804161631.027d4f70@mail.infotechfl.com> X-Sender: gmulder@mail.infotechfl.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Wed, 04 Aug 2004 16:18:16 -0400 To: freebsd-questions@freebsd.org From: Gary Mulder <gmulder@infotechfl.com> In-Reply-To: <1067.81.63.70.20.1091649554.squirrel@81.63.70.20> References: <868ycupzlk.fsf@PECTOPAH.shenton.org> <005501c479b5$6c0f4cc0$6401a8c0@Nomad> <20040804100300.3af0d4fb@bofh.spyderweb.com.au> <868ycupzlk.fsf@PECTOPAH.shenton.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: Remote backup hosting setup? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 20:18:28 -0000 Check out rdiff-backup: http://rdiff-backup.stanford.edu It not only generates a mirror copy of the current system, but also generates diff files that can be applied to the mirror to do a point-in-time restore. Gary -- Gary Mulder <mailto:gary.mulder@infotechfl.com> Info Tech, Inc. 5700 SW 34th Street, Suite 1235 Phone: (352) 381-4400 Gainesville, FL 32608 Fax: (352) 381-4444 From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 20:33:44 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C10516A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 20:33:44 +0000 (GMT) Received: from kestrel.alerce.com (kestrel.alerce.com [209.182.219.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3FA343D5A for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 20:33:43 +0000 (GMT) (envelope-from hartzell@kestrel.alerce.com) Received: from rosebud.alerce.com (rosebud.lbl.gov [131.243.193.115]) (authenticated bits=128) by kestrel.alerce.com (8.12.10/8.12.10) with ESMTP id i74KXgkk061817 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 13:33:43 -0700 (PDT) (envelope-from hartzell@kestrel.alerce.com) Received: from rosebud.alerce.com (localhost [127.0.0.1]) by rosebud.alerce.com (8.12.9p2/8.12.9) with ESMTP id i74KYG0V013270 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 13:34:16 -0700 (PDT) (envelope-from hartzell@rosebud.alerce.com) Received: (from hartzell@localhost) by rosebud.alerce.com (8.12.9p2/8.12.9/Submit) id i74KYFZa013266; Wed, 4 Aug 2004 13:34:15 -0700 (PDT) (envelope-from hartzell) From: George Hartzell <hartzell@kestrel.alerce.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16657.18503.431684.303716@rosebud.alerce.com> Date: Wed, 4 Aug 2004 13:34:15 -0700 To: freebsd-questions@freebsd.org X-Mailer: VM 7.14 under 21.4 (patch 14) "Reasonable Discussion" XEmacs Lucid X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' Subject: Help w/ make release on 4.9-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hartzell@kestrel.alerce.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 20:33:44 -0000 I'd like to make a custom live CD-2 of a -STABLE release (I want to include the asr-tools on it, so that I can tweak my raid which is normally running 5.2.1) I've been doing this from /usr/src/release sudo make release CHROOTDIR=/opus/release CVSROOT=/home/ncvs BUILDNAME=GH NODOC= It runs for a while and finally dies. The last few things it says are: touch release.1 cd /usr/src/release/../etc && make distrib-dirs DESTDIR=/R/stage/trees/base mtree -eU -f /usr/src/etc/mtree/BSD.root.dist -p /R/stage/trees/base/ mtree: /R/stage/trees/base/: No such file or directory *** Error code 1 Stop in /usr/src/etc. *** Error code 1 Stop in /usr/src/release. *** Error code 1 Stop in /usr/src/release. I've added the following symlink (thinking it was a missing factoid): (ghost)[1:32pm]release>>ls -l /R lrwxr-xr-x 1 root wheel 15 Aug 4 07:31 /R -> /opus/release/R but still get the same result. Is this supposed to work? Am I missing something obvious? g. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 20:53:26 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F8B216A4CE for <questions@freebsd.org>; Wed, 4 Aug 2004 20:53:26 +0000 (GMT) Received: from web50303.mail.yahoo.com (web50303.mail.yahoo.com [206.190.38.57]) by mx1.FreeBSD.org (Postfix) with SMTP id B73DB43D3F for <questions@freebsd.org>; Wed, 4 Aug 2004 20:53:25 +0000 (GMT) (envelope-from murcielako@yahoo.com) Message-ID: <20040804205325.1432.qmail@web50303.mail.yahoo.com> Received: from [200.116.0.111] by web50303.mail.yahoo.com via HTTP; Wed, 04 Aug 2004 15:53:25 CDT Date: Wed, 4 Aug 2004 15:53:25 -0500 (CDT) From: "=?iso-8859-1?q?Jorge=20Mario=20G.?=" <murcielako@yahoo.com> To: Jason Dusek <jason-dusek@uiowa.edu>, questions@freebsd.org In-Reply-To: <41111B17.2080200@uiowa.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: C include question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 20:53:26 -0000 Hi there cant you just use #include "/the/libs/are/here" ===== _________________________________________________________ Do You Yahoo!? Información de Estados Unidos y América Latina, en Yahoo! Noticias. Visítanos en http://noticias.espanol.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 21:13:01 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CCE616A4D2 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:13:01 +0000 (GMT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33C6143D58 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:13:01 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) X-Sasl-enc: Wu0r9iFfg2huei1+sHYenA 1091653973 Received: from modem-2464.leopard.dialup.pol.co.uk (modem-2464.leopard.dialup.pol.co.uk [217.135.153.160]) by mail.messagingengine.com (Postfix) with ESMTP id 578F4C14132 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 17:12:52 -0400 (EDT) From: "R. W." <list-freebsd-2004@morbius.sent.com> To: freebsd-questions@freebsd.org Date: Wed, 4 Aug 2004 22:13:51 +0100 User-Agent: KMail/1.6.2 References: <1091589404.4110551c8311a@arrowana.singnet.com.sg> In-Reply-To: <1091589404.4110551c8311a@arrowana.singnet.com.sg> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408042213.51749.list-freebsd-2004@morbius.sent.com> Subject: Re: Can i make a CD of the Ports Collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 21:13:01 -0000 Just a thought, but do you actually need an up-to-date ports collection. If you are trying things out, and frequently reinstalling you may be better-off with the one on the disk. One of the big pitfalls in FreeBSD (and Gentoo Linux) is that new users install something like gnome, from the disk packages, and then sync-up their ports and bring in a new version. They are then left with a major rebuild (which may require a special recipe or script), or face build problems with new ports. Even worse, there can be problems with current ports and old world versions. Ports started breaking on 5.1 almost immediately after 5.2 was released. On Wednesday 04 August 2004 04:16, Peter Ryan wrote: > I am very new, and have been reinstalling > FreeBSD many times to clean up whatever > mess i make and start again. > > I recently used cvsup to update my > ports collection for the 4.10_RELEASE. > > Now, when I reinstall, it takes much longer > because i bring in the updated ports collection > rather than the ports collection on the > install CD (which i burnt from an ISO file) > > Is there some way to burn a cd (for me that > means under winXP) containing the latest > ports collection so that I dont have to > download it each time. > > Or is there a better way of installing > with the latest ports collection. > > Are the ISO images updated with a new > ports collection very frequently ? > > Thanks for any pointers > Peter > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 21:14:23 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EDF716A4CF for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:14:23 +0000 (GMT) Received: from delicious.stderror.at (stdin.stderror.at [213.229.63.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BC3743D2D for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:14:22 +0000 (GMT) (envelope-from pinhead@delicious.stderror.at) Received: by delicious.stderror.at (Postfix, from userid 501) id D6860139EEA; Wed, 4 Aug 2004 23:14:24 +0200 (CEST) Date: Wed, 4 Aug 2004 23:14:24 +0200 From: Toni Schmidbauer <toni@stderror.at> To: freebsd-questions@freebsd.org Message-ID: <20040804211424.GS475@stderror.at> Mail-Followup-To: freebsd-questions@freebsd.org References: <E94110FBE191E84C083027F4@P6097203> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZjLa2K+dB9SFbrgo" Content-Disposition: inline In-Reply-To: <E94110FBE191E84C083027F4@P6097203> Phone: +43 664 3502198 X-WWW-Home-Page: http://stderror.at X-PGP-Fingerprint: 53F2 28AE 8070 83E0 AFEC 0ABC BBF9 A34A 3ED1 3287 X-Operating-System: Darwin User-Agent: Mutt/1.5.6i Subject: Re: Procmail + Sieve ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: toni@stderror.at List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 21:14:23 -0000 --ZjLa2K+dB9SFbrgo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 27, 2004 at 01:29:51PM +0200, Philipp Koock wrote: > Now, exim recevies the mail, passes it to procmail via some kind of pipe= =20 > and procmail uses cyrdeliver to put mails into the corredsponding cyrus= =20 > imap mail folders ... >=20 > now is there a way to put sieve between procmail and cyrus ? > like make sieve filter all messages that procmail didn't ? >=20 > removing the target mailbox from the cyrdeliver command doesn't help. How= =20 > do i pass mail to cyrus so that is still applys the sieve rules ? sieve is integrated into cyrus. no need to change your procmail rules. deliver(8) will apply the corresponding sieve scripts and finally store the message in the right mailbox. sieve scripts are installed via installsieve(1). for more information see http://www.cyrusoft.com/sieve/ and please stop reposting the same question! hth, toni=20 --=20 Wer es einmal so weit gebracht hat, dass er nicht | toni at stderror dot at mehr irrt, der hat auch zu arbeiten aufgehoert | Toni Schmidbauer -- Max Planck | --ZjLa2K+dB9SFbrgo Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) iD8DBQFBEVGwu/mjSj7RMocRAtDnAJ4sBx6ujVe4MbHJlzeSaMYxjPJ3vwCeKJQV x8P3vrP5tTJvousXMsvO+lY= =HeDq -----END PGP SIGNATURE----- --ZjLa2K+dB9SFbrgo-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 21:15:38 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A8A016A4FF for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:15:38 +0000 (GMT) Received: from public.comradeburnout.com (net-6621941-196.customer.corenap.com [66.219.41.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0BCB43D5E for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:15:37 +0000 (GMT) (envelope-from geektron@comradeburnout.com) Received: from [127.0.0.1] (rrcs-sw-24-173-210-82.biz.rr.com [24.173.210.82]) by public.comradeburnout.com (Postfix) with ESMTP id 8C70C60F8 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 16:24:33 -0500 (CDT) Message-ID: <41114FBB.7040806@comradeburnout.com> Date: Wed, 04 Aug 2004 16:06:03 -0500 From: Comrade Burnout <geektron@comradeburnout.com> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <1091589404.4110551c8311a@arrowana.singnet.com.sg> <200408042213.51749.list-freebsd-2004@morbius.sent.com> In-Reply-To: <200408042213.51749.list-freebsd-2004@morbius.sent.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Can i make a CD of the Ports Collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 21:15:38 -0000 R. W. wrote: >Just a thought, but do you actually need an up-to-date >ports collection. If you are trying things out, and frequently >reinstalling you may be better-off with the one on the disk. > >One of the big pitfalls in FreeBSD (and Gentoo Linux) is >that new users install something like gnome, from the >disk packages, and then sync-up their ports and bring in >a new version. They are then left with a major rebuild >(which may require a special recipe or script), or face >build problems with new ports. > > this is one of the reasons i tend to install from FTP (and boot disks), and not from the CD. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 21:15:56 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A424616A4E5 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:15:56 +0000 (GMT) Received: from thunder.trej.net (as3-3-6.orby.s.bonet.se [217.215.33.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 337A543D55 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:15:55 +0000 (GMT) (envelope-from freebsd@dagerot.nu) Received: from mailgw.trej.net (localhost [127.0.0.1])i74LFkv32314 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 23:15:46 +0200 Message-Id: <200408042115.i74LFkv32314@thunder.trej.net> Date: Wed, 04 Aug 2004 23:15:44 +0200 Content-Transfer-Encoding: 8bit From: Joachim Dagerot <freebsd@dagerot.nu> Content-Type: text/plain; charset=iso-8859-1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org User-Agent: IMHO/0.98.3t (Webmail for Roxen) 3j-MailScanner-Information: Please contact the ISP for more information 3j-MailScanner: Found to be clean Subject: Error installing transcode port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 21:15:56 -0000 Hi All, when installing the latest Transcode port the installation ends with the following row, please let me know if you want more of the output. I installed it using > make WITH_AVIFILE=yes WITH_DIVX5=yes install My system is a 5.1 with regular cvsup's done. Thanks in advance. decode_dv.c: In function `decode_dv': decode_dv.c:184: `frame_size_625_50' undeclared (first use in this function) decode_dv.c:184: (Each undeclared identifier is reported only once decode_dv.c:184: for each function it appears in.) decode_dv.c:216: `frame_size_525_60' undeclared (first use in this function) decode_dv.c:256: warning: passing arg 5 of `dv_decode_full_frame' from incompatible pointer type decode_dv.c:273: warning: passing arg 5 of `dv_decode_full_frame' from incompatible pointer type decode_dv.c:298: warning: passing arg 5 of `dv_decode_full_frame' from incompatible pointer type decode_dv.c:306: warning: passing arg 5 of `dv_decode_full_frame' from incompatible pointer type decode_dv.c: In function `probe_dv': decode_dv.c:413: `frame_size_625_50' undeclared (first use in this function) decode_dv.c:420: `frame_size_525_60' undeclared (first use in this function) gmake[3]: *** [decode_dv.o] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/transcode/work/transcode-0.6.12/import' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/transcode/work/transcode-0.6.12/import' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/transcode/work/transcode-0.6.12' gmake: *** [all] Error 2 *** Error code 2 From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 21:17:56 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5750D16A4CE for <FreeBSD-Questions@freebsd.org>; Wed, 4 Aug 2004 21:17:56 +0000 (GMT) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BED243D3F for <FreeBSD-Questions@freebsd.org>; Wed, 4 Aug 2004 21:17:55 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (wojtek@localhost [127.0.0.1]) i74LHtgT060188; Wed, 4 Aug 2004 23:17:55 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost)i74LHtwR060185; Wed, 4 Aug 2004 23:17:55 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Wed, 4 Aug 2004 23:17:53 +0200 (CEST) From: Wojciech Puchar <wojtek@tensor.3miasto.net> X-X-Sender: wojtek@chylonia.3miasto.net To: Bill Moran <wmoran@potentialtech.com> In-Reply-To: <20040804090925.0868e1e3.wmoran@potentialtech.com> Message-ID: <20040804231659.G59935@chylonia.3miasto.net> References: <E3F56D7842656F4484C5668BC4D7F298042C18@is~tmxmailhmo1.intranet.telmex.com> <20040804090925.0868e1e3.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD-Questions@freebsd.org cc: "Paredes =?ISO-8859-1?Q?S=E1nchez_Mart=EDn?= A." <mparedes@telmex.com> Subject: Re: The set-user-ID-on-execution X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 21:17:56 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > > > > did I miss something? > > Yes. Scripts can't utilize setuid/setgid. > > You can rewrite the script in perl and use the setuid perl interpreter > (which is basically a workaround for this) or install sudo and give the > script the ability to call sudo before executing commands that require > elevated priviledges. or even better write this in C, or at least do wrapper in C that will make sure no "tricks" are in environment variables etc. it's quite difficult to write setuid scripts without security holes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFBEVKCVbTJCKecqu0RAguzAJ9M+MoEItfK84EpSFi/v+OBWbnQ9wCfQLe1 J87ReX6DCOhasKkqoyRTVCc= =Lj+2 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 21:21:10 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BDD116A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:21:10 +0000 (GMT) Received: from proxy.hddesign.com (dsl-194.madison.chorus.net [216.165.159.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8574643D48 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:21:09 +0000 (GMT) (envelope-from damon@hddesign.com) Received: from [10.0.0.20] (bob.hddesign.com [192.168.1.254]) by proxy.hddesign.com (8.12.8p1/8.12.8) with ESMTP id i74LL1w0095622; Wed, 4 Aug 2004 16:21:06 -0500 (CDT) (envelope-from damon@hddesign.com) Message-ID: <4111533D.9010906@hddesign.com> Date: Wed, 04 Aug 2004 16:21:01 -0500 From: Damon Butler <damon@hddesign.com> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniela <dgw@liwest.at> References: <410E5C6A.1090309@hddesign.com> <Pine.OSX.4.58.0408020946030.18095@onorysvfu.chefhrq-jvgu.arg> <410E78E5.1000403@hddesign.com> <20040802133608.3edf3818@localhost> <410E9913.5080708@hddesign.com> <5ef8c2f004080213222edab17f@mail.gmail.com> <410EA9BB.7040103@hddesign.com> <411020EA.9020100@liwest.at> In-Reply-To: <411020EA.9020100@liwest.at> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean cc: freebsd-questions@freebsd.org Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 21:21:10 -0000 > I have another suggestion. I've seen lots of Mac emulators in the ports. > Why not use one of these, and run the original program? > AFAIK Mac emulation is not even half as painful as Winblows emulation. > > Daniela Not a bad idea. I've looked into Basilisk before, but it requires Mac ROM dumps, which I don't have. I also no longer own a Macintosh computer, so I don't think I could even run a Mac emulator legally. vMac and friends are too limited to be useful -- they only handle Mac Classics and Mac OS previous to OS 8 -- and they also require Mac ROMs. Which, again, I don't have. :-( --Damon From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 21:26:07 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BB0E16A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:26:07 +0000 (GMT) Received: from proxy.hddesign.com (dsl-194.madison.chorus.net [216.165.159.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA5B143D41 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:26:06 +0000 (GMT) (envelope-from damon@hddesign.com) Received: from [10.0.0.20] (bob.hddesign.com [192.168.1.254]) by proxy.hddesign.com (8.12.8p1/8.12.8) with ESMTP id i74LQ1w0095706; Wed, 4 Aug 2004 16:26:01 -0500 (CDT) (envelope-from damon@hddesign.com) Message-ID: <41115469.20607@hddesign.com> Date: Wed, 04 Aug 2004 16:26:01 -0500 From: Damon Butler <damon@hddesign.com> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040727 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lou Katz <lou@metron.com> References: <410E5C6A.1090309@hddesign.com> <Pine.OSX.4.58.0408020946030.18095@onorysvfu.chefhrq-jvgu.arg> <410E78E5.1000403@hddesign.com> <20040802133608.3edf3818@localhost> <410E9913.5080708@hddesign.com> <5ef8c2f004080213222edab17f@mail.gmail.com> <410EA9BB.7040103@hddesign.com> <411020EA.9020100@liwest.at> <20040804081323.GA20406@metron.com> In-Reply-To: <20040804081323.GA20406@metron.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean cc: freebsd-questions@freebsd.org Subject: Re: Chess for Kids (and dummies like dads) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 21:26:07 -0000 > I know this is a FreeBSD list I know. But you folks have been such a great resource in general ... and I hoped that others on the list might find the topic interesting/useful. I'll make this my last post to the list on this subject. > but there is a really excellent program > for learning chess for the PC (and Mac): "Learn How to Play Chess > with Fritz and Chesster". For ages 8 and up. It is a really searious > learning program, which has a huge book, starts with moves, then > endgames, then ... That'd be grand! If it'll work under WINE, since I categorically will not use Windows and no longer own a Mac of any kind. Do you or anyone else know if it's compatible with WINE? --Damon From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 21:28:14 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 597DE16A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:28:14 +0000 (GMT) Received: from mirrorball.thelosingend.net (m069c.studby.ntnu.no [129.241.130.69]) by mx1.FreeBSD.org (Postfix) with SMTP id 5F0AB43D3F for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:28:13 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: (qmail 61336 invoked by uid 1001); 4 Aug 2004 21:28:11 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 4 Aug 2004 21:28:11 -0000 Date: Wed, 4 Aug 2004 23:28:11 +0200 (CEST) From: Svein Halvor Halvorsen <svein-freebsd-questions@theloosingend.net> X-X-Sender: sveinhal@mirrorball.thelosingend.net To: "Peter N. M. Hansteen" <peter@bgnett.no> In-Reply-To: <877jsen1xu.fsf@tosh.datadok.no> Message-ID: <20040804232340.G46654@mirrorball.thelosingend.net> References: <877jsen1xu.fsf@tosh.datadok.no> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: 4.2 -> 5.2 passwd format change? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 21:28:14 -0000 [Peter N. M. Hansteen, 2004-08-04] > I'm in the process of moving users from a 4.2 machine to an updated > setup using 5.2.1. There appears to have been some changes in the > password format (as in the users are not able to log in to the test > system), and the main reference I find is this entry in > /usr/src/UPDATING: I'm not sure what the change involves (I think they're both version 7), but the current format is described in passwd(5). From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 21:39:42 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67E1616A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:39:42 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22AC343D5F for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:39:42 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (rwcrmhc12) with ESMTP id <2004080421394101400sepmre>; Wed, 4 Aug 2004 21:39:41 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id DAA802B; Wed, 4 Aug 2004 17:39:40 -0400 (EDT) Sender: lowell@be-well.ilk.org To: peter@bgnett.no (Peter N. M. Hansteen) References: <877jsen1xu.fsf@tosh.datadok.no> From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> Date: 04 Aug 2004 17:39:40 -0400 In-Reply-To: <877jsen1xu.fsf@tosh.datadok.no> Message-ID: <444qnid1lv.fsf@be-well.ilk.org> Lines: 16 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: 4.2 -> 5.2 passwd format change? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 21:39:42 -0000 peter@bgnett.no (Peter N. M. Hansteen) writes: > I'm in the process of moving users from a 4.2 machine to an updated > setup using 5.2.1. There appears to have been some changes in the > password format (as in the users are not able to log in to the test > system), and the main reference I find is this entry in > /usr/src/UPDATING: > > 20000928: > There was a change in the passwd format. Need more information. > > Any pointers appreciated. I've moved password entries from 4.x to 5.x with no problem. Did you remember to rebuild the database? From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 21:50:54 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DE7D16A4CE for <questions@freebsd.org>; Wed, 4 Aug 2004 21:50:54 +0000 (GMT) Received: from kheops.speedy.net.pe (kheops.speedy.net.pe [200.48.172.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2883443D39 for <questions@freebsd.org>; Wed, 4 Aug 2004 21:50:48 +0000 (GMT) (envelope-from rcc@speedy.net.pe) Received: from kheops.speedy.net.pe (kheops.speedy.net.pe [200.48.172.40]) by kheops.speedy.net.pe (Postfix) with ESMTP id B85A6262CF for <questions@freebsd.org>; Wed, 4 Aug 2004 16:54:22 -0500 (PET) Date: Wed, 4 Aug 2004 16:54:22 -0500 (PET) From: Richard Cotrina <rcc@speedy.net.pe> To: questions@freebsd.org Message-ID: <20040804164930.B53008@kheops.speedy.net.pe> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Sun Fire V65x Support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 21:50:54 -0000 Hello : Is anyone running FreeBSD-STABLE in an intel based Sun Hardware (Sun Fire V65x) ? I need running it in a production environment and I prefer FreeBSD rather than RedHat Enterprise Linux or Solaris X86 (they are the recommended OS). Regards Richard Cotrina From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 21:55:12 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC17916A4CF for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:55:12 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1538743D53 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:55:11 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b208.otenet.gr [212.205.244.216]) i74Lt6fA015584; Thu, 5 Aug 2004 00:55:07 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i74Lsci9008634; Thu, 5 Aug 2004 00:54:38 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i74Lsb5q008633; Thu, 5 Aug 2004 00:54:37 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 5 Aug 2004 00:54:37 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: DK <asdzxc111@yahoo.com> Message-ID: <20040804215437.GB8388@gothmog.gr> References: <20040802093414.GA39066@orion.daedalusnetworks.priv> <20040804151516.41150.qmail@web41007.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040804151516.41150.qmail@web41007.mail.yahoo.com> cc: freebsd-questions@freebsd.org Subject: Re: firewalls, connecting, config & apachetoolbox (was: Re: BigApache [..]) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 21:55:13 -0000 On 2004-08-04 08:15, DK <asdzxc111@yahoo.com> wrote: > --- Giorgos Keramidas <keramida@ceid.upatras.gr> wrote: > > The default set of firewall packet inspection rules that ipfw loads will > > block *EVERYTHING* so you might want to do a bit of research on the > > available rulesets by reading about rc.firewall, rc.conf and/or browse the > > contents of the /etc/defaults/rc.conf file: > > If I understand it correctly after reading the handbook, if I add > 'firewall_type=open' in my '/etc/rc.conf' file, will it make all > incoming/outgoing ports open so I can connect to the net with sysinstall to > download packages ??? Yes, that's mostly true. Note that I very rarely use the "open" firewall type or others from rc.firewall. This is because I usually write my own firewall rulesets. The commands of rc.firewall though are hopefully easy to understand. Open the script with your favorite editor in read-only mode (don't make any changes unless you're very sure you know what you're doing). Read the sets of rules it loads and see for yourself which one you prefer ;-) The following manpages also contain useful stuff about firewall setup in your FreeBSD installation: % man 7 firewall % man 7 security > Legend. Got this script working now :)) > ...Except...All modules seem to install okay Except for "mod_perl". Some problem with the bundle of installations no doubt :-) > I get the error: > ----------------------- > [-] 16) -Mod Perl 1.29 > > Choice [?] 16 > LWP::UserAgent not installed! > HTML::HeadParser not installed! > Type "perl -MCPAN -e shell" to start the perl CPAN > shell, then "install LWP::UserAgent" to install the LWP::UserAgent module! > Substitute LWP::UserAgent for any perl module. > ------------------------------ The installation depends on a Perl module called LWP. The error message tries to be helpful too. Read it carefully: Type "perl -MCPAN -e shell" to start the perl CPAN shell, then "install LWP::UserAgent" to install the LWP::UserAgent module! If you do as it says, the LWP::UserAgent module will be installed and then the installation will probably succeed. I'm deliberately using "probably" because this is a package-lookalike that is not an official part of FreeBSD so I don't know why, when or how it could fail without trying it out first. > I don't understand what I am supposed to "substitute" (above) ??? CPAN is an acronym equivalent to "Comprehensive Perl Archive Network". The CPAN collection of Perl modules is a vast library of Perl code that you can install as add-on modules over your existing Perl installation. If you want to install many modules, a single CPAN shell invocation of Perl can do it, using "install MODULE_NAME". You'll have to substitute MODULE_NAME with the name of the module you want to install. Does the word "substitute" sound a bit more clear now? > 1) For automount, I edited /etc/fstab. > It was easier & more logical than the editing amd(/etc/amd.conf & /etc/amd.map) > Problem: There has to be a CD in the CD drive & a floppy in the floppy drive > otherwise the drives don't automount & the bootup faulters !! It obviously tries to mount a CD-ROM disk at boot time because you enabled the "mount at boot time" flag in fstab. > - This is annoying. Is there a way around this so I can automount at > bootup without a disk being in the drive ??? Not really. You asked your system to mount the CD-ROM at boot time and it did. I recall someone posting excellent references for the automount daemon some time ago. I even went ahead and read them an afternoon that I was feeling bored. Please, go back to the previous posts of these threads and read the help posted about amd. > 2) I ran xf86config & generated a new config file. It broke X [...] > ------------------------- > My Monitor Specs(If this helps): > viewsonic pf775 > [snip mode - frequency table] > Frequency f h: 30~97kHz; f v: 50~180Hz > --------------------------- Yes it does help. You'd also have to find out what Video Adapter you have and instruct xf86cfg to generate an XF86Config file using the proper driver for your video adapter. > 3) I tried to intstall the login client for my broadband connection so > I can use sysinstall to download & install packages. The program > fails on make & make install! What login client? The only port that I see whose name begins with "login" is x11/login.app and that's definitely nothing related to broadband connections. > Screen Output > ------------------- > 127# make install > Makefile error: there is no COMMENT variable defined > for this port. Please, rectify this. > *** Error code 1 > Stop in /usr/ports/distfiles/login. > ------------------- Are you honestly still trying to run "make" in /usr/ports/distfiles after I have asked you so many times to go and read the Handbook chapter about "Ports and Packages"? This is not going to work. > 4) I am taking your advice & am trying to connect to the net with sysinstall so > I can download packages/ports & hopefully find an easier way to install apps. You haven't provided any details about the type of connection you have (just a "my broadband connection" short description which doesn't amount to much), so I can't help you there. You have also displayed an unbelievable reluctance to read any sort of documentation, so I don't hope for much even if I point you to the Handbook, to some web page or anything else. Once more though, since you have mentioned "broadband", here's a link from the Handbook; just in case you find it useful: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoe.html > Q: Do I need to get my broadband login client working to connect to the net OR > can I login to my ISP from a terminal within BSD ??? Again I ask... What login client? > Q: Do I need to login to my broadband ISP via my login client to enable > "sysinstall" to be able to download packages etc ... ??? No, you don't need any "login client" or similar. You just need to set things up so that a network connection works. Sysinstall is also not required to download packages, once you set your connection up. But you would already know that *IF* you had read the relevant Handbook chapter: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html > Q: Like tracert on W2000, is their a command I can use in BSD to see when I am > connected to the net ??? The "tracert" program is called "tracert" in Windows because some versions of that operating system family are limited in the number of characters that can use in filenames. This is why they shortened "traceroute" to "tracert" to fit in less than 8 characters. On BSD you can use "traceroute" to do the same thing and lot more. - Giorgos From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 21:59:49 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E56016A51E for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:59:47 +0000 (GMT) Received: from grog.secure-computing.net (grog.secure-computing.net [63.228.14.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1B6A43D3F for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:59:46 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from Nomad (nat-server.secure-computing.net [63.228.14.245]) (authenticated bits=0)i74LwkES038655; Wed, 4 Aug 2004 16:58:46 -0500 (CDT) (envelope-from ecrist@secure-computing.net) From: "Eric Crist" <ecrist@secure-computing.net> To: "'Dee Gaans'" <deegaans@yahoo.com> Date: Wed, 4 Aug 2004 16:51:47 -0500 Message-ID: <005801c47a6d$40983f80$6401a8c0@Nomad> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 In-Reply-To: <20040804215429.10256.qmail@web50806.mail.yahoo.com> Importance: Normal X-Virus-Scanned: clamd / ClamAV version 0.74, clamav-milter version 0.74a on grog.secure-computing.net X-Virus-Status: Clean cc: freebsd-questions@freebsd.org Subject: RE: Freebsd Test Brower X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 21:59:49 -0000 > -----Original Message----- > From: Dee Gaans [mailto:deegaans@yahoo.com] > Sent: Wednesday, August 04, 2004 4:54 PM > To: Eric Crist > Subject: RE: Freebsd Test Brower > > > Thanks for the response.. I guess I confused you with > a different Erick.. Sorry about that.. > > So do you by any chance know how I can identify the > lynx version that supports https? > > Dee Well, typing the following command, # ls /usr/local/ports/www/ | grep lynx, produces these results: lynx lynx-current lynx-ssl I would guess that lynx-ssl was the one that supports https (it actually does). HTH Eric From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 22:24:31 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C96516A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 22:24:31 +0000 (GMT) Received: from thunder.trej.net (as3-3-6.orby.s.bonet.se [217.215.33.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17D8943D53 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 22:24:30 +0000 (GMT) (envelope-from freebsd@dagerot.nu) Received: from mailgw.trej.net (localhost [127.0.0.1])i74MOJv00873 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 00:24:19 +0200 Message-Id: <200408042224.i74MOJv00873@thunder.trej.net> Date: Thu, 05 Aug 2004 00:24:16 +0200 In-Reply-To: <200408042115.i74LFkv32314@thunder.trej.net> Content-Transfer-Encoding: 8bit From: Joachim Dagerot <freebsd@dagerot.nu> Content-Type: text/plain; charset=iso-8859-1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org User-Agent: IMHO/0.98.3t (Webmail for Roxen) 3j-MailScanner-Information: Please contact the ISP for more information 3j-MailScanner: Found to be clean Subject: Trancode package works, but not the port - the package has limitations: WAS: Error installing transcode port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 22:24:31 -0000 Okay, I gave up on installing the transcode port, and used the pkg_add -r transcode instead. Worked excellent. (I have never installade a package before). However, the package seems to not include support for DV files (camcorder files). Can I send args like to make command when installing packages? //J ------------------- | Hi All, | | when installing the latest Transcode port the installation ends with | the following row, please let me know if you want more of the output. | I installed it using | > make WITH_AVIFILE=yes WITH_DIVX5=yes install | | My system is a 5.1 with regular cvsup's done. | | Thanks in advance. | | | decode_dv.c: In function `decode_dv': | decode_dv.c:184: `frame_size_625_50' undeclared (first use in this | function) | decode_dv.c:184: (Each undeclared identifier is reported only once | decode_dv.c:184: for each function it appears in.) | decode_dv.c:216: `frame_size_525_60' undeclared (first use in this | function) | decode_dv.c:256: warning: passing arg 5 of `dv_decode_full_frame' from | incompatible pointer type | decode_dv.c:273: warning: passing arg 5 of `dv_decode_full_frame' from | incompatible pointer type | decode_dv.c:298: warning: passing arg 5 of `dv_decode_full_frame' from | incompatible pointer type | decode_dv.c:306: warning: passing arg 5 of `dv_decode_full_frame' from | incompatible pointer type | decode_dv.c: In function `probe_dv': | decode_dv.c:413: `frame_size_625_50' undeclared (first use in this | function) | decode_dv.c:420: `frame_size_525_60' undeclared (first use in this | function) | gmake[3]: *** [decode_dv.o] Error 1 | gmake[3]: Leaving directory | `/usr/ports/multimedia/transcode/work/transcode-0.6.12/import' | gmake[2]: *** [all-recursive] Error 1 | gmake[2]: Leaving directory | `/usr/ports/multimedia/transcode/work/transcode-0.6.12/import' | gmake[1]: *** [all-recursive] Error 1 | gmake[1]: Leaving directory | `/usr/ports/multimedia/transcode/work/transcode-0.6.12' | gmake: *** [all] Error 2 | *** Error code 2 | _______________________________________________ | freebsd-questions@freebsd.org mailing list | http://lists.freebsd.org/mailman/listinfo/freebsd-questions | To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" | _________________________ Contact info: Joachim Dagerot Cellular Phone: +46 70 265 57 03 EMail: joachim@dagerot.nu From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 22:44:48 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E9E816A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 22:44:48 +0000 (GMT) Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8572143D53 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 22:44:44 +0000 (GMT) (envelope-from eagleimex@earthlink.net) Received: from dialup-4.239.51.200.dial1.philadelphia1.level3.net ([4.239.51.200] helo=earthlink.net) by falcon.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1BsUV1-0007Ze-00 for freebsd-questions@FreeBSD.org; Wed, 04 Aug 2004 15:44:44 -0700 Message-ID: <411190C9.3070108@earthlink.net> Date: Wed, 04 Aug 2004 18:43:37 -0700 From: eagleimex <eagleimex@earthlink.net> User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Modems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 22:44:48 -0000 Dear: Sir or Madem. I Have LTWinmodem and a U.S.Robotics 5660A modem. Can you please tell me if this modems will work under FreeDSB. Or where can find drivers to make them work under FreeDSB. Thank you for your help. A. H. BEY. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 22:57:38 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8998116A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 22:57:38 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C69943D1F for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 22:57:38 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Wed, 4 Aug 2004 18:01:15 -0500 Message-ID: <411169DF.8040103@daleco.biz> Date: Wed, 04 Aug 2004 17:57:35 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: eagleimex <eagleimex@earthlink.net> References: <411190C9.3070108@earthlink.net> In-Reply-To: <411190C9.3070108@earthlink.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 04 Aug 2004 23:01:15.0667 (UTC) FILETIME=[F1EB3630:01C47A76] cc: freebsd-questions@freebsd.org Subject: Re: Modems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 22:57:38 -0000 eagleimex wrote: > Dear: Sir or Madem. > > I Have LTWinmodem and a U.S.Robotics 5660A modem. > Can you please tell me if this modems will work under FreeDSB. > Or where can find drivers to make them work under FreeDSB. > > Thank you for your help. > A. H. BEY. Hello. Actually it's "sirs *and* mesdames", as you've contacted the freebsd-questions list... The port (3rd party software) described below seems likely to help in the first instance: Port: ltmdm-1.4_7 Path: /usr/ports/comms/ltmdm Info: Driver for the Lucent LT Winmodem chipset Maint: darius@dons.net.au B-deps: R-deps: I'm not familiar with the USR modem you've listed. Internal or external? KDK From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 23:12:33 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 427F216A4CE for <freebsd-questions@FreeBSD.org>; Wed, 4 Aug 2004 23:12:33 +0000 (GMT) Received: from pd3mo2so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07F3643D54 for <freebsd-questions@FreeBSD.org>; Wed, 4 Aug 2004 23:12:33 +0000 (GMT) (envelope-from flowers@nekulturny.org) Received: from pd4mr8so.prod.shaw.ca (pd4mr8so-qfe3.prod.shaw.ca [10.0.141.101]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I1Y007MW2U5RE@l-daemon> for freebsd-questions@FreeBSD.org; Wed, 04 Aug 2004 17:06:05 -0600 (MDT) Received: from pn2ml10so.prod.shaw.ca ([10.0.121.80]) by pd4mr8so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I1Y00CWU2U68IG0@pd4mr8so.prod.shaw.ca> for freebsd-questions@FreeBSD.org; Wed, 04 Aug 2004 17:06:06 -0600 (MDT) Received: from procyon.nekulturny.org (S0106000d56e6b1f7.cg.shawcable.net [68.144.91.127]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I1Y0008R2U5UO@l-daemon> for freebsd-questions@FreeBSD.org; Wed, 04 Aug 2004 17:06:06 -0600 (MDT) Received: from procyon.nekulturny.org (localhost.nekulturny.org [127.0.0.1]) i74N65Uv074785; Wed, 04 Aug 2004 17:06:05 -0600 (MDT envelope-from flowers@nekulturny.org) Received: (from flowers@localhost) by procyon.nekulturny.org (8.12.10/8.12.10/Submit) id i74N649C074784; Wed, 04 Aug 2004 17:06:04 -0600 (MDT envelope-from flowers) Date: Wed, 04 Aug 2004 17:06:04 -0600 From: Danny MacMillan <flowers@users.sourceforge.net> In-reply-to: <1090871510.861.3.camel@cyrius> To: HYVERNAT Philippe <hyvernp@free.fr> Message-id: <20040804230604.GA74019@procyon.nekulturny.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.4.2.1i References: <1090871510.861.3.camel@cyrius> cc: freebsd-questions@FreeBSD.org Subject: Re: compile + distfile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 23:12:33 -0000 On Mon, Jul 26, 2004 at 01:51:50PM -0600, HYVERNAT Philippe wrote: > > I run on freebsd 4.10 and i want to install Java, but cos to the > licence restriction i must download it and place into > /usr/ports//distfiles > > I move it into this directory, but when i compile again, the make file > doesn't find it in /usr/ports/distfiles it's the same spelling. The JDK14 port actually requires more than one file to be moved into the distfiles directory. It will prompt you for them one at a time. The spelling looks very similar but is in fact different. Verify that the port is not actually asking you for a different file. -- Danny MacMillan From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 23:17:49 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 118C516A4CE for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 23:17:49 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9528243D5F for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 23:17:47 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b208.otenet.gr [212.205.244.216]) i74NHfo7020302; Thu, 5 Aug 2004 02:17:43 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i74NHEZH009386; Thu, 5 Aug 2004 02:17:14 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i74NH4DP009384; Thu, 5 Aug 2004 02:17:04 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 5 Aug 2004 02:17:04 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Lam Tuck Wai <tuckwai@evoluxion.com.sg> Message-ID: <20040804231704.GD8941@gothmog.gr> References: <20040803170817.BCCCA25AF0A@infoserve.com.sg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040803170817.BCCCA25AF0A@infoserve.com.sg> cc: freebsd-questions@freebsd.org Subject: Re: Help needed... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 23:17:49 -0000 On 2004-08-04 01:08, Lam Tuck Wai <tuckwai@evoluxion.com.sg> wrote: > I am currently having a huge problem. My KDM refuse to start, so now I > cannot get into my machine. > [...] > My question is how do I stop the KDM from loading during boot up? > [...] > I tried booting to single user but I cannot "su". So without root > access I cannot change anything. Booting into single-user mode doesn't require a "su". You are probably not booting into single-user mode. Interrupt the boot loader by pressing SPACE at the prompt that says: Hit [Enter] to boot immediately, or any other key for command prompt Then enter single-user mode by: boot -s When the single-user mode shell starts, check your filesystems and mount them as read-write: # adjkerntz -i # swapon -a # fsck -p # mount -u / # mount -a Try to locate the file that fires up kdm (it's probably /etc/ttys, but I don't use KDE so I might be wrong about this). Disable kdm and exit the single-user mode shell. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 23:36:04 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C92016A4CE for <questions@FreeBSD.org>; Wed, 4 Aug 2004 23:36:04 +0000 (GMT) Received: from agok.alrosa-mir.ru (agok.alrosa-mir.ru [194.84.226.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66F3B43D4C for <questions@FreeBSD.org>; Wed, 4 Aug 2004 23:35:58 +0000 (GMT) (envelope-from r.stadnik@agok.alrosa-mir.ru) Received: from stadnik.fabrika-14.agok.alrosa-mir.ru (f14.agok.alrosa-mir.ru [192.168.120.4] (may be forged)) by agok.alrosa-mir.ru (8.13.1/8.12.11) with ESMTP id i74NjiWj005737 for <questions@FreeBSD.org>; Thu, 5 Aug 2004 09:45:45 +1000 Date: Thu, 5 Aug 2004 09:37:21 +1000 From: Roman Stadnik <r.stadnik@agok.alrosa-mir.ru> X-Mailer: The Bat! (v2.02.3 CE) CD5BF9353B3B7091 Organization: Home X-Priority: 3 (Normal) Message-ID: <167923527.20040805093721@agok.alrosa-mir.ru> To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-101.4 required=5.0 tests=BAYES_20,USER_IN_WHITELIST autolearn=no version=2.63 X-Spam-Report: * -1.4 BAYES_20 BODY: Bayesian spam probability is 20 to 30% * [score: 0.2965] * -100 USER_IN_WHITELIST From: address is in the user's white-list X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on agok.alrosa-mir.ru X-Virus-Scanned: clamd / ClamAV version 0.71, clamav-milter version 0.71 X-Virus-Status: Clean Subject: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roman Stadik <r.stadnik@agok.alrosa-mir.ru> List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 23:36:04 -0000 Hello questions, -- Best regards, Roman mailto:r.stadnik@agok.alrosa-mir.ru From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 00:33:42 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F62B16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 00:33:42 +0000 (GMT) Received: from cromagnon.cullmail.com (cromagnon.cullmail.com [67.33.58.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB69F43D53 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 00:33:41 +0000 (GMT) (envelope-from jamoore@cromagnon.cullmail.com) Received: from cromagnon.cullmail.com (localhost.cullmail.com [127.0.0.1]) i750bqCs031515; Wed, 4 Aug 2004 19:37:52 -0500 (CDT) (envelope-from jamoore@cromagnon.cullmail.com) Received: from localhost (localhost [[UNIX: localhost]]) by cromagnon.cullmail.com (8.12.10/8.12.10/Submit) id i750bqdM031514; Wed, 4 Aug 2004 19:37:52 -0500 (CDT) (envelope-from jamoore) From: Jay Moore <jaymo@cromagnon.cullmail.com> To: freebsd-questions@freebsd.org Date: Wed, 4 Aug 2004 19:37:52 -0500 User-Agent: KMail/1.6.1 References: <4110130F.9080807@optonline.net> In-Reply-To: <4110130F.9080807@optonline.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408041937.52011.jaymo@cromagnon.cullmail.com> cc: Jonathan <poisondart@optonline.net> Subject: Re: Bandwidth Limiting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jaymo@cromagnon.cullmail.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 00:33:42 -0000 On Tuesday 03 August 2004 05:34 pm, Jonathan wrote: > Hello, I run FreeBSD 5-2.1 on a serv4er box used for my company > (StreamForce Hosting Solutions). I was wondering if there is an > application i can install or method of limiting per user bandwidth by > like a certain group or class. If not is there a way to limit bandwidth > for all non super user accounts. Check out pf (packet filter) http://pf4freebsd.love2party.net/ and http://www.freebsd.org/cgi/url.cgi?ports/security/pf/pkg-descr pf includes ALTQ for bandwidth control. Jay From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 00:49:35 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9B8116A4CE for <questions@freebsd.org>; Thu, 5 Aug 2004 00:49:35 +0000 (GMT) Received: from smtpout01-04.mesa1.secureserver.net (smtpout01-04.mesa1.secureserver.net [64.202.165.79]) by mx1.FreeBSD.org (Postfix) with SMTP id 5150E43D1F for <questions@freebsd.org>; Thu, 5 Aug 2004 00:49:35 +0000 (GMT) (envelope-from Ara@Avvali.COM) Received: (qmail 16774 invoked from network); 5 Aug 2004 00:49:34 -0000 Received: from unknown (69.193.89.19) by smtpout01-04.mesa1.secureserver.net (64.202.165.79) with ESMTP; 05 Aug 2004 00:49:34 -0000 Message-ID: <4111841D.9080109@Avvali.COM> Date: Wed, 04 Aug 2004 20:49:33 -0400 From: Ara Avvali <Ara@Avvali.COM> User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org, questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Automatic kernel configuration from dmesg output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 00:49:35 -0000 Hi I am sorry to ask this, but yesterday I was looking to see if there is anyway to read the output of dmesg and automatically convert it to a readable format to be used to compile the new kernel. In that way it will be more specified based on that hardware and making sure I am not removing stuff I need Someone asnwered me back that it has been already dissuces and I swear that I can't find the link on mailing list. Did all kind of keyword search and nothing has shown up. May I ask the person who replied back to give more link plaese? Or if someone has it I used google and found out that netbsd has such a thing which does cataclysm what I want, adjustkernel, but isthere such a thing for freebsd? From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 00:52:17 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F54416A4CE for <questions@freebsd.org>; Thu, 5 Aug 2004 00:52:17 +0000 (GMT) Received: from serv01.divms.uiowa.edu (serv01.divms.uiowa.edu [128.255.44.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18F3B43D54 for <questions@freebsd.org>; Thu, 5 Aug 2004 00:52:16 +0000 (GMT) (envelope-from jason-dusek@uiowa.edu) Received: from [10.59.1.12] ([63.254.130.211]) by serv01.divms.uiowa.edu with id i750eOsR026022; Wed, 4 Aug 2004 19:40:28 -0500 (CDT) Message-ID: <4111824D.9040707@uiowa.edu> Date: Wed, 04 Aug 2004 19:41:49 -0500 From: Jason Dusek <jason-dusek@uiowa.edu> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040706 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Jorge Mario G." <murcielako@yahoo.com> References: <20040804205325.1432.qmail@web50303.mail.yahoo.com> In-Reply-To: <20040804205325.1432.qmail@web50303.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: -4.9 () BAYES_00 X-Scanned-By: MIMEDefang 2.43 cc: questions@freebsd.org Subject: Re: C include question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 00:52:17 -0000 No, because the libs have include statements in them. For example, in my source code I might write: #include "/usr/X11R6/include/GL/glut.h" But this fails because glut.h has the following statements in it: #include <gl.h> #inlcude <glu.h> For it to work, I would have to ammend it to say: #include "gl.h" #inlcude "glu.h" But at the point where I am rewriting bits of the standard GL libraries, it's time to take a different approach. _jason Jorge Mario G. wrote: > Hi there > cant you just use > #include "/the/libs/are/here" > > ===== > > > _________________________________________________________ > Do You Yahoo!? > Información de Estados Unidos y América Latina, en Yahoo! Noticias. > Visítanos en http://noticias.espanol.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 01:04:58 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E85FD16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 01:04:58 +0000 (GMT) Received: from infoserve.com.sg (mail.infoserve.com.sg [202.148.161.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4726C43D45 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 01:04:57 +0000 (GMT) (envelope-from tuckwai@evoluxion.com.sg) Received: from mail (mail [127.0.0.1]) by infoserve.com.sg (coremail) with SMTP id 3A2AD25AF62; Thu, 5 Aug 2004 09:04:58 +0800 (HKT) Received: from EVOPC101 (unknown [203.123.22.189])fQAJALmHEUGkDxa9.1 for <freebsd-questions@freebsd.org>; Thu, 05 Aug 2004 09:04:58 +0800 (HKT) X-TEBIE-Originating-IP: [203.123.22.189] From: "Lam Tuck Wai" <tuckwai@evoluxion.com.sg> To: "'Bill Moran'" <wmoran@potentialtech.com> Date: Thu, 5 Aug 2004 09:04:54 +0800 Organization: Evoluxion Pte Ltd MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 In-Reply-To: <20040803133550.6dad3fc8.wmoran@potentialtech.com> Thread-Index: AcR5gFtvMbyH+jxNTnGukarCn0wvQgBB3ThA Message-Id: <20040805010458.3A50825B060@infoserve.com.sg> cc: freebsd-questions@freebsd.org Subject: RE: Help needed... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 01:04:59 -0000 Hi.. I have managed to solve my problem. My PC is working now. Many thanks to: Bill Moran Jerry McAllister Giorgos Keramidas Tuck Wai -----Original Message----- From: Bill Moran [mailto:wmoran@potentialtech.com] Sent: 04 August 2004 01:36 To: Lam Tuck Wai Cc: freebsd-questions@freebsd.org Subject: Re: Help needed... "Lam Tuck Wai" <tuckwai@evoluxion.com.sg> wrote: > > I am currently having a huge problem. My KDM refuse to start, so now I > cannot get into my machine. > > Every time it reboots it will goes in a cycle of spewing errors. It was fine > a few hours ago until I change the monitor config. > > My question is how do I stop the KDM from loading during boot up? So at > least I can login as root and replace the new XF86config file. > > I tried booting to single user but I cannot "su". So without root access I > cannot change anything. You do not need to su. In single-user mode, you are root. Once you get a shell prompt in single-user mode, do: fsck mount -a You should then be able to edit your config file, or change /etc/ttys to stop xdm from starting. HTH -- Bill Moran Potential Technologies http://www.potentialtech.com __________ NOD32 1.832 (20040803) Information __________ This message was checked by NOD32 Antivirus System. http://www.nod32.com From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 01:05:40 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8158C16A4CE for <questions@freebsd.org>; Thu, 5 Aug 2004 01:05:40 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 874BF43D3F for <questions@freebsd.org>; Thu, 5 Aug 2004 01:05:39 +0000 (GMT) (envelope-from mayday@gmx.net) Received: (qmail 885 invoked by uid 65534); 5 Aug 2004 01:05:38 -0000 Received: from pD95EE492.dip0.t-ipconnect.de (EHLO [192.168.0.12]) (217.94.228.146) by mail.gmx.net (mp019) with SMTP; 05 Aug 2004 03:05:38 +0200 X-Authenticated: #431110 From: Benjamin Sobotta <mayday@gmx.net> To: Jason Dusek <jason-dusek@uiowa.edu> Date: Thu, 5 Aug 2004 03:11:36 +0000 User-Agent: KMail/1.6.2 References: <20040804205325.1432.qmail@web50303.mail.yahoo.com> <4111824D.9040707@uiowa.edu> In-Reply-To: <4111824D.9040707@uiowa.edu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408050311.36514.mayday@gmx.net> cc: questions@freebsd.org Subject: Re: C include question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 01:05:40 -0000 Hi! My stuff is also in /usr/X11R6/include/GL and I use to following line to=20 compile: gcc -I /usr/X11R6/include/ -L /usr/X11R6/lib -lglut -lGLU -lGL -lXmu -lXext= =20 =2DlX11 -lm file.c Works for all the code examples given on www.opengl.org. Hope that helps Ben On Thursday 05 August 2004 00:41, you wrote: > No, because the libs have include statements in them. For example, in my > source code I might write: > > #include "/usr/X11R6/include/GL/glut.h" > > But this fails because glut.h has the following statements in it: > > #include <gl.h> > #inlcude <glu.h> > > For it to work, I would have to ammend it to say: > > #include "gl.h" > #inlcude "glu.h" > > But at the point where I am rewriting bits of the standard GL libraries, > it's time to take a different approach. > > _jason > > Jorge Mario G. wrote: > > Hi there > > cant you just use > > #include "/the/libs/are/here" > > > > =3D=3D=3D=3D=3D > > > > > > _________________________________________________________ > > Do You Yahoo!? > > Informaci=F3n de Estados Unidos y Am=E9rica Latina, en Yahoo! Noticias. > > Vis=EDtanos en http://noticias.espanol.yahoo.com > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 01:57:01 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E491416A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 01:57:01 +0000 (GMT) Received: from reason.levels.unisa.edu.au (reason.levels.unisa.edu.au [130.220.33.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id A372343D1D for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 01:57:00 +0000 (GMT) (envelope-from cisbjc@cs.unisa.edu.au) Received: from cs.unisa.edu.au (cis202068.levels.unisa.edu.au [130.220.37.202])i751uxZk009451 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 11:26:59 +0930 (CST) Message-ID: <41119368.1090203@cs.unisa.edu.au> Date: Thu, 05 Aug 2004 11:24:48 +0930 From: Benjamin Close <cisbjc@cs.unisa.edu.au> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040217 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.82.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: VMWare3 -Current Raw Device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 01:57:02 -0000 Hi All, I'm trying to setup vmware3 on -Current with raw devices. However, I can't seem to correctly get it to use my hard disk as a raw device. Has anyone else tried and got this working? Cheers, Benjamin -- 3D Research Associate / System Administrator +61 8 8302 3669 School of Computer and Information Science Room D1-07, ML Campus University of South Australia Mawson Lakes Blvd. Benjamin.Close@cs.unisa.edu.au South Australia, 5095 F00D C83D 5F7E 5561 DF91 B74D E602 CAA3 4842 B5B4 From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 01:59:26 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E40316A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 01:59:26 +0000 (GMT) Received: from mta9.srv.hcvlny.cv.net (mta9.srv.hcvlny.cv.net [167.206.5.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FB9343D45 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 01:59:26 +0000 (GMT) (envelope-from poisondart@optonline.net) Received: from [192.168.1.2] (ool-18ba440e.dyn.optonline.net [24.186.68.14]) by mta9.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with ESMTP id <0I1Y00HHRAUT94@mta9.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Wed, 04 Aug 2004 21:59:17 -0400 (EDT) Date: Wed, 04 Aug 2004 21:59:47 -0400 From: Jonathan <poisondart@optonline.net> To: freebsd-questions@freebsd.org Message-id: <41119493.3020807@optonline.net> Organization: StreamForce Hosting Solutions MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) Subject: IPFW Configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 01:59:26 -0000 Hello, I am sort of a newbie to IPFW for FreeBSD-5.2.1. I have never used it and need some help with the configuration. Ok here goes if anyone can help. I compiled IPFIREWALL into the kernel with the options to DEFAULT TO ACCEPT ALL and the VERBOSE=50 option. With the support for IPFW in the kernel I then added firewall_enable=off to the rc.conf (with some other options that are commented out at the moment). The reason for having the firewall off right now is because i was told that rc.firewall in /etc needed to be configured for my network card (or IP addresses) before it will be able to work. My box is located at a datacebter and my box is allocated with about 90 IP addresses (and also the main server IP which was given to me when i first purchased the line). I would like to know how to configure /etc/rc.firewall to support my MAIN ip and also how to make sure the other IPS added to my box are recognized and protected by the firewall. Also I noticed in rc.firewall there are different modes to put the firewall in like simple mode, client mode, etc. (different firewall powers i guess). It would be greatly appreciated if someone can show me how to configure ipfw. I could not thank anyone more for the future help i might recieve on this issue. If you guys need a copy of rc.conf or rc.firewall in order to help just email me and i will provide an attachment. Thamks in advance Regards, Jonathan From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 02:54:13 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53B9116A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 02:54:13 +0000 (GMT) Received: from imf23aec.mail.bellsouth.net (imf23aec.mail.bellsouth.net [205.152.59.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F6D843D2D for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 02:54:12 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf23aec.mail.bellsouth.netESMTP <20040805025412.DRPO1787.imf23aec.mail.bellsouth.net@[192.168.1.5]>; Wed, 4 Aug 2004 22:54:12 -0400 In-Reply-To: <200408042224.i74MOJv00873@thunder.trej.net> References: <200408042224.i74MOJv00873@thunder.trej.net> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <B9D8C479-E68A-11D8-8EC4-000A958C81C6@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson <ahze@ahze.net> Date: Wed, 4 Aug 2004 22:54:10 -0400 To: Joachim Dagerot <freebsd@dagerot.nu> X-Mailer: Apple Mail (2.618) cc: freebsd-questions@freebsd.org Subject: Re: Trancode package works, but not the port - the package has limitations: WAS: Error installing transcode port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 02:54:13 -0000 the libdv api has changed, I submitted a patch here. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/69406 you can use that to compile from source until (and if) it is committed Michael On Aug 4, 2004, at 6:24 PM, Joachim Dagerot wrote: > Okay, I gave up on installing the transcode port, and used the pkg_add > -r transcode instead. Worked excellent. (I have never installade a > package before). > > However, the package seems to not include support for DV files > (camcorder files). Can I send args like to make command when > installing packages? From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 03:40:15 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E76A16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 03:40:15 +0000 (GMT) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 0AF3C43D1D for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 03:40:15 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 17937 invoked from network); 5 Aug 2004 03:40:13 -0000 Received: from unknown (HELO ?10.0.0.68?) (69.73.60.132) by smtp1.knology.net with SMTP; 5 Aug 2004 03:40:13 -0000 Mime-Version: 1.0 (Apple Message framework v618) Content-Transfer-Encoding: 7bit Message-Id: <26ADC4B8-E691-11D8-9283-000393BB56F2@HiWAAY.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: FreeBSD Questions <freebsd-questions@freebsd.org> From: David Kelly <dkelly@HiWAAY.net> Date: Wed, 4 Aug 2004 22:40:10 -0500 X-Mailer: Apple Mail (2.618) Subject: Moving vinum drives to a new system? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 03:40:15 -0000 Am not so much as moving the vinum drives so much as replacing the system drive FreeBSD 5.2.1 was installed upon. The same system which created my striped vinum volume. System drive was a parallel ATA 40G. Two SATA 160G drives were used to create a striped vinum volume with the simple vinum command "stripe -v /dev/ad4s1d /dev/ad6s1d". This worked great for a week before I started moving HD's. Now for fun I have removed the 40G drive and replaced it with a 120G and reinstalled FreeBSD 5.2.1 scratch from CD without touching the 160G drives. Would like to get my vinum'ed filesystem back online. Was at least half under the impression vinum stored everything important in the drive labels and once vinum started all would magically be working again. Vinum is not creating the device to mount my fs with. I'm lost in the documentation and archives as to how to get them back together as a volume without losing data. Part of the idea here it to learn when I'm not under the gun. I still have the original 40G drive untouched. # vinum list 2 drives: D vinumdrive1 State: up /dev/ad6s1d A: 156041/156041 MB (100%) D vinumdrive0 State: up /dev/ad4s1d A: 156041/156041 MB (100%) 0 volumes: 0 plexes: 0 subdisks: # So what next? -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 03:59:16 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B21A16A4CE for <freebsd-questions@FreeBSD.org>; Thu, 5 Aug 2004 03:59:16 +0000 (GMT) Received: from seed.net.tw (sn12.seed.net.tw [139.175.54.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 242C143D5E for <freebsd-questions@FreeBSD.org>; Thu, 5 Aug 2004 03:59:15 +0000 (GMT) (envelope-from bright@tkb.com.tw) Received: from [211.74.152.84] (port=3594 helo=h84.152.74.211.seed.net.tw) by seed.net.tw with smtp (Seednet 4.23:1) id 1BsZPO-000D8M-5t for freebsd-questions@FreeBSD.org; Thu, 05 Aug 2004 11:59:14 +0800 Received: from nat.tkb.com.tw ([192.168.0.1])M2004080511591301720 for <freebsd-questions@FreeBSD.org>; Thu, 05 Aug 2004 11:59:13 +0800 Received: from BRIGHT ([192.168.1.219]) by nat.tkb.com.tw (8.12.8p1/8.12.8) with SMTP id i753xD70096212 for <freebsd-questions@FreeBSD.org>; Thu, 5 Aug 2004 11:59:17 +0800 (CST) (envelope-from bright@tkb.com.tw) Message-ID: <001101c47aa0$91814260$db01a8c0@BRIGHT> From: "william" <bright@tkb.com.tw> To: <freebsd-questions@FreeBSD.org> Date: Thu, 5 Aug 2004 11:59:11 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: It's a little troublesome~~~ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 03:59:16 -0000 Hi there ~~~ I got a problem about the a lot of E-mails from FreeBSD Everytime I open up my Outlook Express I receive a lot of E-mails from FreeBSD members Where could I cancel the E_mails receiving?? Sincerely!!! From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 04:09:50 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DD7316A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 04:09:50 +0000 (GMT) Received: from grog.secure-computing.net (grog.secure-computing.net [63.228.14.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 783BD43D5C for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 04:09:49 +0000 (GMT) (envelope-from ecrist@secure-computing.net) Received: from Nomad (nat-server.secure-computing.net [63.228.14.245]) (authenticated bits=0)i7548lJf039491; Wed, 4 Aug 2004 23:08:47 -0500 (CDT) (envelope-from ecrist@secure-computing.net) From: "Eric Crist" <ecrist@secure-computing.net> To: "'william'" <bright@tkb.com.tw>, <freebsd-questions@freebsd.org> Date: Wed, 4 Aug 2004 23:07:34 -0500 Message-ID: <000a01c47aa1$bef3ab60$6401a8c0@Nomad> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <001101c47aa0$91814260$db01a8c0@BRIGHT> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal X-Virus-Scanned: clamd / ClamAV version 0.74, clamav-milter version 0.74a on grog.secure-computing.net X-Virus-Status: Clean Subject: RE: It's a little troublesome~~~ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 04:09:50 -0000 > I got a problem about the a lot of E-mails from FreeBSD > Everytime I open up my Outlook Express > I receive a lot of E-mails from FreeBSD members > > Where could I cancel the E_mails receiving?? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" READ THIS LINE HERE ^ ^ ^ ^ ^ ^ ^ ^ From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 04:18:08 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A477B16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 04:18:08 +0000 (GMT) Received: from gldis.ca (constans.gldis.ca [66.11.169.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 228E543D67 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 04:18:08 +0000 (GMT) (envelope-from gldisater@gldis.ca) Received: from [IPv6:::1] (localhost [127.0.0.1]) by gldis.ca (8.12.11/8.12.11) with ESMTP id i754VMF1039056; Thu, 5 Aug 2004 00:31:23 -0400 (EDT) (envelope-from gldisater@gldis.ca) Message-ID: <4111B5ED.2040901@gldis.ca> Date: Thu, 05 Aug 2004 00:22:05 -0400 From: Jeremy Faulkner <gldisater@gldis.ca> User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040728) X-Accept-Language: en-us, en MIME-Version: 1.0 To: william <bright@tkb.com.tw> References: <001101c47aa0$91814260$db01a8c0@BRIGHT> In-Reply-To: <001101c47aa0$91814260$db01a8c0@BRIGHT> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' cc: freebsd-questions@freebsd.org Subject: Re: It's a little troublesome~~~ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 04:18:08 -0000 william wrote: > Hi there ~~~ > > I got a problem about the a lot of E-mails from FreeBSD > Everytime I open up my Outlook Express > I receive a lot of E-mails from FreeBSD members > > Where could I cancel the E_mails receiving?? > > Sincerely!!! > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > Instructions on how to unsubscribe from the mailing lists are included at the end of *every* message from the mailing list. Including yours. -- Jeremy Faulkner http://www.gldis.ca From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 04:31:41 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDA9D16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 04:31:41 +0000 (GMT) Received: from tpa6.isomedia.com (mailout.isomedia.com [207.115.64.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C5AF43D5A for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 04:31:40 +0000 (GMT) (envelope-from chip@wiegand.org) Received: from tpa6.isomedia.com (localhost.localdomain [127.0.0.1]) by tpa6.isomedia.com (Postfix) with ESMTP id 1DC601C85F7 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:31:40 -0700 (PDT) Received: from tpa6.isomedia.com ([127.0.0.1])port 10024) with ESMTP id 04491-07 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:31:39 -0700 (PDT) Received: from linhost01.isomedia.com (linhost01.isomedia.com [207.115.64.63]) by tpa6.isomedia.com (Postfix) with ESMTP id A5A901C8748 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:31:39 -0700 (PDT) Received: from chip3.wiegand.org (pia152-128.pioneernet.net [66.114.152.128]) (authenticated bits=0)i754Vdn0023231 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 21:31:39 -0700 From: chip <chip@wiegand.org> To: FreeBSD Questions <freebsd-questions@freebsd.org> Date: Wed, 4 Aug 2004 21:37:19 -0700 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408042137.19729.chip@wiegand.org> X-Virus-Scanned: by amavisd-new at isomedia.com X-Spam-Status: No, hits=0.0 tagged_above=-999.0 required=999.0 tests= X-Spam-Level: X-MailScanner-SpamCheck: LEVEL= Subject: cvsup fails because of xlib connection error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 04:31:42 -0000 I just set up a new box using FreeBSD-5.2 and install cvsup. Now when I run cvsup I get this - chip3# cvsup ports-supfile Xlib: connection to ":0.0" refused by server Xlib: No protocol specified Xlib: connection to ":0.0" refused by server Xlib: No protocol specified Lost the connection to the X server I have this in my /etc/hosts file (probably more than necessary, but I was just trying to cover all my bases) - # ::1 localhost localhost.wiegand.org 127.0.0.1 localhost localhost.wiegand.org 192.168.0.7 chip3.wiegand.org 127.0.0.1 chip3 chip3.wiegand.org 10.0.0.1 chip3 chip3.wiegand.org # What have I screwed up and how do I fix it? thanks, Chip From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 05:16:36 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FBE616A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 05:16:36 +0000 (GMT) Received: from forrie.com (forrie.ne.client2.attbi.com [24.62.207.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCA3943D41 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 05:16:35 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from [127.0.0.1] (i-95.forrie.net. [192.168.1.95]) by forrie.com with ESMTP id i755GQFt090754 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 01:16:28 -0400 (EDT) (envelope-from forrie@forrie.com) Message-ID: <4111C2A3.1010501@forrie.com> Date: Thu, 05 Aug 2004 01:16:19 -0400 From: Forrest Aldrich <forrie@forrie.com> User-Agent: Mozilla Thunderbird 0.7+ (Windows/20040730) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-RAVMilter-Version: 8.3.0(snapshot 20010925) (forrie.ne.client2.attbi.com) X-MailScanner-LocalNet: Found to be clean Subject: Blocking SMTP traffic based upon RBL.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 05:16:36 -0000 There are probably dangerous consequences to doing something like this improperly; however, there is a project out there called PacketBL: http://wiki.duskglow.com/index.php/Packetbl It's for Linux only, unfortunately -- however I like the idea. It interfaces with the packet filtering system and selectively blocks SMTP (port 25, configurable) traffic based upon RBLs etc. I wonder if there is a similar way to accomplish this with FreeBSD/ipfw... From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 05:54:29 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF5DA16A4D0 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 05:54:29 +0000 (GMT) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CF6443D64 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 05:54:29 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.11/8.12.11) with ESMTP id i755sRk3052451; Thu, 5 Aug 2004 07:54:27 +0200 (CEST) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.11/8.12.11/Submit) id i755sRdM052450; Thu, 5 Aug 2004 07:54:27 +0200 (CEST) (envelope-from stijn) Date: Thu, 5 Aug 2004 07:54:27 +0200 From: Stijn Hoop <stijn@win.tue.nl> To: David Kelly <dkelly@HiWAAY.net> Message-ID: <20040805055427.GG43462@pcwin002.win.tue.nl> Mail-Followup-To: Stijn Hoop <stijn@win.tue.nl>, David Kelly <dkelly@HiWAAY.net>, FreeBSD Questions <freebsd-questions@freebsd.org> References: <26ADC4B8-E691-11D8-9283-000393BB56F2@HiWAAY.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PPYy/fEw/8QCHSq3" Content-Disposition: inline In-Reply-To: <26ADC4B8-E691-11D8-9283-000393BB56F2@HiWAAY.net> User-Agent: Mutt/1.4.2.1i X-Bright-Idea: Let's abolish HTML mail! cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: Moving vinum drives to a new system? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 05:54:29 -0000 --PPYy/fEw/8QCHSq3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 04, 2004 at 10:40:10PM -0500, David Kelly wrote: > Am not so much as moving the vinum drives so much as replacing the=20 > system drive FreeBSD 5.2.1 was installed upon. The same system which=20 > created my striped vinum volume. >=20 > System drive was a parallel ATA 40G. Two SATA 160G drives were used to=20 > create a striped vinum volume with the simple vinum command "stripe -v=20 > /dev/ad4s1d /dev/ad6s1d". This worked great for a week before I started= =20 > moving HD's. >=20 > Now for fun I have removed the 40G drive and replaced it with a 120G=20 > and reinstalled FreeBSD 5.2.1 scratch from CD without touching the 160G= =20 > drives. Would like to get my vinum'ed filesystem back online. Was at=20 > least half under the impression vinum stored everything important in=20 > the drive labels and once vinum started all would magically be working=20 > again. Vinum is not creating the device to mount my fs with. >=20 > I'm lost in the documentation and archives as to how to get them back=20 > together as a volume without losing data. Part of the idea here it to=20 > learn when I'm not under the gun. I still have the original 40G drive=20 > untouched. >=20 > # vinum list > 2 drives: > D vinumdrive1 State: up /dev/ad6s1d A: 156041/156041 MB (100%) > D vinumdrive0 State: up /dev/ad4s1d A: 156041/156041 MB (100%) >=20 > 0 volumes: > 0 plexes: > 0 subdisks: > # How early in the boot is this? Have you done 'vinum start' yet? If that doesn't work, does 'vinum read vinumdrive0 vinumdrive1' work? Other simple things to check: if you've booted single-user, be sure to remo= unt the root filesystem read-write by doing mount -o rw / before vinum can create devices. You can force vinum to recreate the device nodes by doing vinum makedev If all that doesn't work I'm also at a loss as to what it can be. HTH, --Stijn --=20 "A mouse is a device used to point at the xterm you want to type in." -- Kim Alm, alt.sysadmin.recovery --PPYy/fEw/8QCHSq3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBEcuTY3r/tLQmfWcRAgK0AKCWrEXf/PyQDaC/RW4Pxqz6xbD2+QCeKceS 2g4ufOtkCRileywwI7ZeUYE= =GfOs -----END PGP SIGNATURE----- --PPYy/fEw/8QCHSq3-- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 06:20:50 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41FDA16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 06:20:50 +0000 (GMT) Received: from smtp4.wlink.com.np (smtp4.wlink.com.np [202.79.32.87]) by mx1.FreeBSD.org (Postfix) with SMTP id A337143D64 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 06:20:42 +0000 (GMT) (envelope-from bikrant_ml@wlink.com.np) Received: (qmail 15299 invoked from network); 5 Aug 2004 06:20:31 -0000 Received: from unknown (HELO qmail-scanner.wlink.com.np) (202.79.32.74) by 0 with SMTP; 5 Aug 2004 06:20:31 -0000 Received: (qmail 47679 invoked by uid 1008); 5 Aug 2004 06:20:31 -0000 Received: from bikrant_ml@wlink.com.np by qmail-scanner.wlink.com.np by uid 1002 with qmail-scanner-1.20 (clamscan: 0.60. Clear:RC:1(202.79.32.78):. Processed in 0.13306 secs); 05 Aug 2004 06:20:31 -0000 Received: from smtp3.wlink.com.np (202.79.32.78) by qmail-scanner.wlink.com.np with SMTP; 5 Aug 2004 06:20:30 -0000 Received: (qmail 22226 invoked by uid 514); 5 Aug 2004 06:20:30 -0000 Received: from [202.79.36.168] (HELO bikrant.org.np) by smtp3.wlink.com.np (qmail-smtpd) with SMTP; 05 Aug 2004 06:20:30 -0000 (Thu, 05 Aug 2004 12:05:30 +0545) From: Bikrant Neupane <bikrant_ml@wlink.com.np> To: freebsd-questions@freebsd.org Date: Thu, 5 Aug 2004 12:05:27 +0545 User-Agent: KMail/1.6.1 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408051205.27257.bikrant_ml@wlink.com.np> X-Spam-Check-By: smtp3.wlink.com.np Spam: No ; -4.9 / 5.0 X-Spam-Status: No, hits=-4.9 required=5.0 cc: freebsd-isp@freebsd.org Subject: Change/Ignore TOS value X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 06:20:50 -0000 Hi, I would like my freebsd system to ignore the IP TOS value (whatever it is set to). Or is there any way to set the TOS value to some preferred value?? thanks bikrant From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 06:54:15 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56A9716A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 06:54:15 +0000 (GMT) Received: from web51308.mail.yahoo.com (web51308.mail.yahoo.com [206.190.38.174]) by mx1.FreeBSD.org (Postfix) with SMTP id E955343D49 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 06:54:14 +0000 (GMT) (envelope-from gooober33-freebsd@yahoo.com) Message-ID: <20040805065414.46982.qmail@web51308.mail.yahoo.com> Received: from [216.23.59.249] by web51308.mail.yahoo.com via HTTP; Wed, 04 Aug 2004 23:54:14 PDT Date: Wed, 4 Aug 2004 23:54:14 -0700 (PDT) From: BSDjunkie <gooober33-freebsd@yahoo.com> To: FreeBSD Questions <freebsd-questions@freebsd.org> In-Reply-To: <20040804065940.W87561@gaff.hhhr.ision.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Can i make a CD of the Ports Collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: gooober33-freebsd@yahoo.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 06:54:15 -0000 Peter, You can also reinstall the ports tree from the iso image. There's an install script on the cd that you can run if needed to reinstall the release version of the ports tree. Updating should be done through cvsup if possible. Mark --- Olaf Hoyer <ohoyer@ohoyer.de> wrote: > On Wed, 4 Aug 2004, Peter Ryan wrote: > > > I am very new, and have been reinstalling > > FreeBSD many times to clean up whatever > > mess i make and start again. > > > > I recently used cvsup to update my > > ports collection for the 4.10_RELEASE. > > > > Now, when I reinstall, it takes much longer > > because i bring in the updated ports collection > > rather than the ports collection on the > > install CD (which i burnt from an ISO file) > > > > The whole portscollection is also available via ftp: > > on ftp2.de.freebsd.org: > > ftp> pwd > 257 "/pub/FreeBSD/ports/ports" is current directory. > ftp> ls > 227 Entering Passive Mode (134,76,11,100,141,111) > 150 Opening ASCII mode data connection for /bin/ls. > total 25760 > drwxr-xr-x 2 emoenke ftp 4096 Aug 3 > 01:53 . > drwxr-xr-x 11 emoenke ftp 4096 Jul 29 > 2003 .. > -rw-r--r-- 1 emoenke ftp 1006 Jun 19 > 01:49 README.TXT > -rw-r--r-- 1 emoenke ftp 26332175 Aug 3 > 01:26 ports.tar.gz > 226 Transfer complete. > > > > simply download the tar.gz, and extract it to > /usr/ports > > > > On each ISO of a release, like the 4.10R-CD #1, they > take a snapshot of > the ports tree when the make the assumption that it > ist quite > consistent. So when you download in say, 3 months a > 4.10 ISO, the ports > tree therein will be more than 3 months old. > > In that case, use whether cvsup or method above to > get a recent ports > tree. > > HTH > Olaf > > > -- > Olaf Hoyer ohoyer@gaff.hhhr.ision.net > Fuerchterliche Erlebniss geben zu raten, > ob der, welcher sie erlebt, nicht etwas > Fuerchterliches ist. > (Nietzsche, Jenseits von Gut und Boese) > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 06:56:44 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D85A16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 06:56:44 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 89C8B43D46 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 06:56:43 +0000 (GMT) (envelope-from h.sandring@gmx.net) Received: (qmail 24446 invoked by uid 65534); 5 Aug 2004 06:56:40 -0000 Received: from unknown (EHLO kojo) (203.70.36.119) by mail.gmx.net (mp006) with SMTP; 05 Aug 2004 08:56:40 +0200 X-Authenticated: #2341648 From: "H. Sandring" <h.sandring@gmx.net> To: <freebsd-questions@freebsd.org> Date: Thu, 5 Aug 2004 15:02:25 +0800 Message-ID: <003601c47aba$2dd9ca10$0501a8c0@kojo> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: RAID 5 stripe size X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 06:56:44 -0000 Dear list Is there an intelligent way of choosing the stripe size of a RAID 5 array? TIA zheyu From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 07:25:23 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE78716A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 07:25:23 +0000 (GMT) Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24F3643D54 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 07:25:23 +0000 (GMT) (envelope-from stijn@pcwin002.win.tue.nl) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.11/8.12.11) with ESMTP id i757PMT7053367; Thu, 5 Aug 2004 09:25:22 +0200 (CEST) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.11/8.12.11/Submit) id i757PMge053366; Thu, 5 Aug 2004 09:25:22 +0200 (CEST) (envelope-from stijn) Date: Thu, 5 Aug 2004 09:25:22 +0200 From: Stijn Hoop <stijn@win.tue.nl> To: "H. Sandring" <h.sandring@gmx.net> Message-ID: <20040805072521.GH43462@pcwin002.win.tue.nl> Mail-Followup-To: Stijn Hoop <stijn@win.tue.nl>, "H. Sandring" <h.sandring@gmx.net>, freebsd-questions@freebsd.org References: <003601c47aba$2dd9ca10$0501a8c0@kojo> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SnV5plBeK2Ge1I9g" Content-Disposition: inline In-Reply-To: <003601c47aba$2dd9ca10$0501a8c0@kojo> User-Agent: Mutt/1.4.2.1i X-Bright-Idea: Let's abolish HTML mail! cc: freebsd-questions@freebsd.org Subject: Re: RAID 5 stripe size X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 07:25:23 -0000 --SnV5plBeK2Ge1I9g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Thu, Aug 05, 2004 at 03:02:25PM +0800, H. Sandring wrote: > Is there an intelligent way of choosing the stripe size of a RAID 5 > array? =46rom man vinum: "For optimum performance, stripes should be at least 128 kB in size: anythi= ng smaller will result in a significant increase in I/O activ- ity due to mapp= ing of individual requests over multiple disks. The performance improvement due to the increased number of concurrent transfers caused by this mapping will not make up for the performance drop due to the increase in latency. A good guideline for stripe size is between 256 kB and 512 kB. Avoid powers of 2, however: they tend to cause all superblocks to be placed on the first subdi= sk." I expect this to be true for non-vinum RAID-5 volumes as well. HTH, --Stijn --=20 The most reliable proof that there are extraterrestrial intelligent lifeforms out there is that nobody actually tries to get in contact with us. -- Dirk Mueller --SnV5plBeK2Ge1I9g Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBEeDhY3r/tLQmfWcRAonLAJ0R814R3HFIy7blSw6puUSEO4OEQwCdFLMC l5z28RNS0aIC6DecCpRf2DA= =s4GF -----END PGP SIGNATURE----- --SnV5plBeK2Ge1I9g-- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 07:35:08 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AA9316A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 07:35:08 +0000 (GMT) Received: from vs3.bgnett.no (vs3.bgnett.no [194.54.96.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79ADC43D49 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 07:35:07 +0000 (GMT) (envelope-from peter@bgnett.no) Received: from tosh.datadok.no.bgnett.no (tosh.datadok.no [194.54.103.99]) by vs3.bgnett.no (8.12.9p2/8.12.9) with ESMTP id i757YlQ2019414 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 09:34:48 +0200 (CEST) (envelope-from peter@bgnett.no) Sender: peter@tosh.datadok.no To: freebsd-questions@freebsd.org References: <444qnid1lv.fsf@be-well.ilk.org> From: peter@bgnett.no (Peter N. M. Hansteen) Date: 05 Aug 2004 09:34:34 +0200 In-Reply-To: <444qnid1lv.fsf@be-well.ilk.org> Message-ID: <87fz726nsl.fsf@tosh.datadok.no> Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-bgnett.no-virusscanner: Found to be clean X-Envelope-To: freebsd-questions@freebsd.org Subject: Re: 4.2 -> 5.2 passwd format change? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 07:35:08 -0000 Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> writes: > I've moved password entries from 4.x to 5.x with no problem. > > Did you remember to rebuild the database? er, it seems that was the problem, exactly. Thanks! -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://www.blug.linux.no/rfc1149/ http://www.datadok.no/ "First, we kill all the spammers" The Usenet Bard, "Twice-forwarded tales" From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 08:14:52 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4FB916A4CE for <questions@freebsd.org>; Thu, 5 Aug 2004 08:14:52 +0000 (GMT) Received: from gaff.hhhr.ision.net (gaff.hhhr.ision.net [195.180.9.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 682E543D48 for <questions@freebsd.org>; Thu, 5 Aug 2004 08:14:51 +0000 (GMT) (envelope-from ohoyer@ohoyer.de) Received: from gaff.hhhr.ision.net (localhost [127.0.0.1]) by gaff.hhhr.ision.net (8.12.11/8.12.11) with ESMTP id i758EiAj090461; Thu, 5 Aug 2004 10:14:44 +0200 (CEST) (envelope-from ohoyer@ohoyer.de) Received: from localhost (ohoyer@localhost)i758EgdK090458; Thu, 5 Aug 2004 10:14:44 +0200 (CEST) (envelope-from ohoyer@ohoyer.de) X-Authentication-Warning: gaff.hhhr.ision.net: ohoyer owned process doing -bs Date: Thu, 5 Aug 2004 10:14:42 +0200 (CEST) From: Olaf Hoyer <ohoyer@ohoyer.de> Sender: ohoyer@gaff.hhhr.ision.net To: Richard Cotrina <rcc@speedy.net.pe> In-Reply-To: <20040804164930.B53008@kheops.speedy.net.pe> Message-ID: <20040805101222.B90304@gaff.hhhr.ision.net> References: <20040804164930.B53008@kheops.speedy.net.pe> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org Subject: Re: Sun Fire V65x Support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 08:14:52 -0000 On Wed, 4 Aug 2004, Richard Cotrina wrote: > > Hello : > > Is anyone running FreeBSD-STABLE in an intel based Sun Hardware (Sun Fire > V65x) ? I need running it in a production environment and I prefer FreeBSD rather > than RedHat Enterprise Linux or Solaris X86 (they are the recommended OS). Well, some time ago I had the opportunity to put a 4.9R IIRC on a V65x with the RAID card installed. Played nicely, Raid was an iir, so anything went fine. Had to give the box next day to an other project, where it was deployed for production... So it works, but I have no figures with long-term stability etc, but given that it is a re-branded Intel OEM box it should play well. HTH Olaf -- Olaf Hoyer ohoyer@gaff.hhhr.ision.net Fuerchterliche Erlebniss geben zu raten, ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist. (Nietzsche, Jenseits von Gut und Boese) From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 08:20:31 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9520D16A508 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 08:20:31 +0000 (GMT) Received: from mta.webmatic.de (mta.webmatic.de [212.78.99.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41B1D43D67 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 08:20:30 +0000 (GMT) (envelope-from fq@chef-ingenieur.de) Received: (qmail 74804 invoked by uid 1003); 5 Aug 2004 08:20:18 -0000 Received: from fq@chef-ingenieur.de by mta.webmatic.de by uid 89 with qmail-scanner-1.22 (clamdscan: 0.75. spamassassin: 2.63. Clear:RC:1(127.0.0.1):. Processed in 0.04235 secs); 05 Aug 2004 08:20:18 -0000 Received: from unknown (HELO mta.webmatic.de) (127.0.0.1) by localhost with SMTP; 5 Aug 2004 08:20:18 -0000 Received: from 212.78.101.51 (SquirrelMail authenticated user fq@chef-ingenieur.de) by mta.webmatic.de with HTTP; Thu, 5 Aug 2004 10:20:18 +0200 (CEST) Message-ID: <1987.212.78.101.51.1091694018.squirrel@mta.webmatic.de> Date: Thu, 5 Aug 2004 10:20:18 +0200 (CEST) From: "Thomas Krause" <fq@chef-ingenieur.de> To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: Only root is able to login X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 08:20:31 -0000 Hello, I've a big problem, that only root is able to login to a new FreeBSD 5.2.1 box. Neither login nor su works. I've no local access to the machine. A ftp-login is possible for normal users. mdm-online:/ # su - abc su: /bin/sh: Permission denied mdm-online:/ # login abc Password: Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.2.1-RELEASE-p9 (MDM-ONLINE) #1: Mon Jul 26 22:24:58 CEST 2004 Welcome to FreeBSD! login: /bin/sh: No such file or directory mdm-online:/ # ls -l /bin/sh -r-xr-xr-x 1 root wheel 753872 Jul 26 10:18 /bin/sh mdm-online:/ # pw usershow abc abc:*:1003:1003::0:0:User &:/home/abc:/bin/sh mdm-online:/ # ls -ld /home/abc drwxr-xr-x 2 abc abc 512 Aug 5 09:33 /home/abc mdm-online:/ # ls -la /home/abc total 20 drwxr-xr-x 2 abc abc 512 Aug 5 09:33 . drwxr-xr-x 7 root wheel 512 Aug 5 09:34 .. -rw-r--r-- 1 abc abc 767 Aug 5 09:33 .cshrc -rw-r--r-- 1 abc abc 248 Aug 5 09:33 .login -rw-r--r-- 1 abc abc 158 Aug 5 09:33 .login_conf -rw------- 1 abc abc 373 Aug 5 09:33 .mail_aliases -rw-r--r-- 1 abc abc 331 Aug 5 09:33 .mailrc -rw-r--r-- 1 abc abc 797 Aug 5 09:33 .profile -rw------- 1 abc abc 276 Aug 5 09:33 .rhosts -rw-r--r-- 1 abc abc 975 Aug 5 09:33 .shrc I've not modified any login* file in /etc I've no idea what's the reason, also as it worked before. Any hints would be greatful. Regards, Thomas. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 09:24:16 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95BAC16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 09:24:16 +0000 (GMT) Received: from thunder.trej.net (as3-3-6.orby.s.bonet.se [217.215.33.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29EE443D58 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 09:24:15 +0000 (GMT) (envelope-from joachim@dagerot.nu) Received: from mailgw.trej.net (localhost [127.0.0.1])i759O3v09730; Thu, 5 Aug 2004 11:24:03 +0200 Message-Id: <200408050924.i759O3v09730@thunder.trej.net> Date: Thu, 05 Aug 2004 11:24:02 +0200 Content-Transfer-Encoding: 8bit From: Joachim Dagerot <joachim@dagerot.nu> Content-Type: text/plain; charset=us-ascii MIME-Version: 1.0 In-Reply-To: <B9D8C479-E68A-11D8-8EC4-000A958C81C6@ahze.net> To: Michael Johnson <ahze@ahze.net> User-Agent: IMHO/0.98.3t (Webmail for Roxen) 3j-MailScanner-Information: Please contact the ISP for more information 3j-MailScanner: Found to be clean cc: freebsd-questions@freebsd.org Subject: Re: Trancode package works, but not the port - the package has limitations: WAS: Error installing transcode port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 09:24:16 -0000 Thanks alot, I downloaded the sources and also created a file with your patch. However, I'm not too familiar with using the patch utility, in what directory shall I be when applying the patch. Do you or anyone else know a good tutorial/how-to on this issue? ------------------- | the libdv api has changed, I submitted a patch here. | http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/69406 | you can use that to compile from source until (and if) it is committed | Michael | | | On Aug 4, 2004, at 6:24 PM, Joachim Dagerot wrote: | | > Okay, I gave up on installing the transcode port, and used the pkg_add | > -r transcode instead. Worked excellent. (I have never installade a | > package before). | > | > However, the package seems to not include support for DV files | > (camcorder files). Can I send args like to make command when | > installing packages? | | _______________________________________________ | freebsd-questions@freebsd.org mailing list | http://lists.freebsd.org/mailman/listinfo/freebsd-questions | To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" | _________________________ Contact info: Joachim Dagerot Cellular Phone: +46 70 265 57 03 EMail: joachim@dagerot.nu From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 10:13:56 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72DDB16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 10:13:56 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 166CE43D53 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 10:13:55 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i75ADaOK059255 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Aug 2004 11:13:36 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i75ADaYq059254; Thu, 5 Aug 2004 11:13:36 +0100 (BST) (envelope-from matthew) Date: Thu, 5 Aug 2004 11:13:35 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Thomas Krause <fq@chef-ingenieur.de> Message-ID: <20040805101335.GA46295@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, Thomas Krause <fq@chef-ingenieur.de>, freebsd-questions@freebsd.org References: <1987.212.78.101.51.1091694018.squirrel@mta.webmatic.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="liOOAslEiF7prFVr" Content-Disposition: inline In-Reply-To: <1987.212.78.101.51.1091694018.squirrel@mta.webmatic.de> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Thu, 05 Aug 2004 11:13:36 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: Only root is able to login X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 10:13:56 -0000 --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 05, 2004 at 10:20:18AM +0200, Thomas Krause wrote: > Hello, > I've a big problem, that only root is able to login to a new FreeBSD 5.2.1 > box. Neither login nor su works. I've no local access to the machine. > A ftp-login is possible for normal users. For the sake of the archives, I will point out: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#SU-WHEE= L-GROUP which is the usual cause of this sort of thing, but apparently not in this case. =20 > mdm-online:/ # su - abc > su: /bin/sh: Permission denied >=20 > mdm-online:/ # login abc > Password: > Copyright (c) 1992-2004 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. >=20 > FreeBSD 5.2.1-RELEASE-p9 (MDM-ONLINE) #1: Mon Jul 26 22:24:58 CEST 2004 >=20 > Welcome to FreeBSD! >=20 > login: /bin/sh: No such file or directory At a guess: both login(1) and su(1) are meant to be SUID programs: % ls -la /usr/bin/su /usr/bin/login -r-sr-xr-x 1 root wheel 21824 Jun 6 14:29 /usr/bin/login* -r-sr-xr-x 1 root wheel 8200 Jun 6 14:29 /usr/bin/su* They won't work without that SUID bit. Sounds to me as if someone has been a bit heavy handed trying to lock down the system. Or else the system was installed by copying from somewhere else, but using a method which automatically drops SUID and similar bits. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --liOOAslEiF7prFVr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBEghPiD657aJF7eIRAvN9AKCjMgB+aFwXpNYBv7uBvGDl281z2QCdFRwi amH9O2VE1h+DJfNT/UDNAns= =c9Kg -----END PGP SIGNATURE----- --liOOAslEiF7prFVr-- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 10:49:52 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B53E216A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 10:49:52 +0000 (GMT) Received: from cyclone.emea.mci.com (cyclone.wcom.co.uk [193.131.254.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id A790043D2D for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 10:49:51 +0000 (GMT) (envelope-from philip.payne@uk.mci.com) Received: from borg.emea.mci.com ([166.59.191.249]) by cyclone.emea.mci.com with esmtp (Exim 4.34) id 1Bsfoj-0006Bq-Kc; Thu, 05 Aug 2004 10:49:50 +0000 Received: from gblon1exch06.uk.mcilink.com ([170.127.79.25]) by borg.emea.mci.com with esmtp (Exim 4.34) id 1Bsfoi-0006ib-Re; Thu, 05 Aug 2004 10:49:48 +0000 Received: by gblon1exch06.uk.mcilink.com with Internet Mail Service (5.5.2653.19) id <KN0L0KBC>; Thu, 5 Aug 2004 11:53:49 +0100 Message-ID: <A0A204EE2E51BC41BCDE3C1DD86D35ED0254358A@gblon1exch06.uk.mcilink.com> From: Philip Payne <philip.payne@uk.mci.com> To: Jonathan <poisondart@optonline.net> Date: Thu, 5 Aug 2004 11:53:48 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-MCI-EMEA-Spam-Score: -98.5 (---------------------------------------------------) X-MCI-EMEA-Signature: e14345b411ce673cb0c626d1cae85448 cc: "FreeBSD Questions \(E-mail\)" <freebsd-questions@freebsd.org> Subject: RE: IPFW Configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 10:49:52 -0000 Hi Jonathan, > will be able to work. My box is located at a datacebter and my box is > allocated with about 90 IP addresses (and also the main > server IP which > was given to me when i first purchased the line). I would > like to know > how to configure /etc/rc.firewall to support my MAIN ip and > also how to > make sure the other IPS added to my box are recognized and > protected by > the firewall. > > Also I noticed in rc.firewall there are different modes to put the > firewall in like simple mode, client mode, etc. (different firewall > powers i guess). It would be greatly appreciated if someone > can show me > how to configure ipfw. I could not thank anyone more for the > future help > i might recieve on this issue. simple & client mode are just different rulesets within rc.firewall. You can of course specify your very own ruleset and point rc.conf at a different file than rc.firewall. Two things which may help. 1) There is a keyword "me" that you can use in IPFW rules that prevents you needing to specify the server's actual IP's. 2) fwbuilder.org is a very handy tool for generating firewall config. if the "me" keyword is too generic, you may find it easier have a gui that can hold different objects for each IP address useful.... rather than write repetitive firewall script lines. Also, if you're new to firewall policy sometimes a gui can help. If you want advice on generating a firewall policy, well... there are some high level design rules you can follow that helps. I've posted on this topic a number of times to the list so just search the archives. Lastly, and not meant in any rude way, if you haven't > man ipfw ... I personally found it very useful. Hope that helps Phil. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 10:58:30 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06A6F16A4CE for <freebsd-questions@FreeBSD.ORG>; Thu, 5 Aug 2004 10:58:30 +0000 (GMT) Received: from stjohn.stjohn.ac.th (stjohn.stjohn.ac.th [202.21.144.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B70843D48 for <freebsd-questions@FreeBSD.ORG>; Thu, 5 Aug 2004 10:58:26 +0000 (GMT) (envelope-from mcrogerm@stjohn.ac.th) Received: from tulip.stjohn.ac.th ([203.151.134.104]) by stjohn.stjohn.ac.th (8.9.3+Sun/8.9.3) with ESMTP id RAA14954 for <freebsd-questions@FreeBSD.ORG>; Thu, 5 Aug 2004 17:55:37 +0700 (ICT) Message-Id: <5.2.0.9.0.20040805174307.00a0a970@127.0.0.1> X-Sender: stjohn.stjohn.ac.th:mcrogerm@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Thu, 05 Aug 2004 17:58:24 +0700 To: freebsd-questions@FreeBSD.ORG From: Roger Merritt <mcrogerm@stjohn.ac.th> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Back-up on remote machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 10:58:30 -0000 I've been playing with this for a while. I need to add a small (4 GB) hard drive to one of my servers. Partly because I need more storage space, partly because I think there's something wrong with the present hard drive -- I get page faults while in kernel mode (fatal signal 12, I think it is) and spontaneous reboots when I try to build world on this drive (or make index, or upgrade some ports, etc.). What I want to do is copy my whole /usr/home directory tree to another Free BSD machine down the hall, pull the current hard drive (4 GB) out, put the new hard drive with a fresh build of Free BSD in the box as the master drive, reformat the old drive, and finally, copy the /usr/home directory tree back to the old hard drive and mount it separately as /usr/home. I've found directions that almost fit my needs, but not quite. What I would like to do is tar the directory tree and pipe it to either scp or ssh. What I don't want to do, because I don't think I have enough room, is make a tar file on the old machine. One example I found on the WWW is: tar -czf - /some/file | ssh host.name tar -xzf - -C /destination. That's not quite what I want, because I don't see any need to untar everything at the far end, but I can't send a file without using some command to ssh. I thought tar -czf - /some/file | scp - name@remotehost:somefile.tar.gz, but it doesn't seem to work. Can anyone point out where I'm going wrong? I guess if I have to I can untar the directory tree to some temporary place on the remote host -- that one has plenty of room on it, but it seems like an inelegant solution. That's really my only objection to it. -- Roger From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 11:51:32 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55D8F16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 11:51:32 +0000 (GMT) Received: from bps.jodocus.org (g157016.upc-g.chello.nl [80.57.157.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id A443E43D5F for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 11:51:31 +0000 (GMT) (envelope-from joost@jodocus.org) Received: from jodocus.org (localhost [127.0.0.1]) by bps.jodocus.org (8.12.10/8.12.10) with ESMTP id i75BpTfH064792; Thu, 5 Aug 2004 13:51:29 +0200 (CEST) (envelope-from joost@jodocus.org) Received: (from joost@localhost) by jodocus.org (8.12.10/8.12.10/Submit) id i75BpRQ9064791; Thu, 5 Aug 2004 13:51:27 +0200 (CEST) (envelope-from joost) Date: Thu, 5 Aug 2004 13:51:27 +0200 From: Joost Bekkers <joost@jodocus.org> To: Roger Merritt <mcrogerm@stjohn.ac.th> Message-ID: <20040805115127.GA64666@bps.jodocus.org> Mail-Followup-To: Joost Bekkers <joost@jodocus.org>, Roger Merritt <mcrogerm@stjohn.ac.th>, freebsd-questions@freebsd.org References: <5.2.0.9.0.20040805174307.00a0a970@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.0.9.0.20040805174307.00a0a970@127.0.0.1> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: Back-up on remote machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 11:51:32 -0000 On Thu, Aug 05, 2004 at 05:58:24PM +0700, Roger Merritt wrote: > One example I found on the WWW is: tar -czf - /some/file | \ > ssh host.name tar -xzf - -C /destination. > > That's not quite what I want, because I don't see any need to untar > everything at the far end, but I can't send a file without using some > command to ssh. If all you need is somthing at the other end capturing the data try ... | ssh remotehost "cat - > myfile" -- greetz Joost joost@jodocus.org From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 13:08:31 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9C0916A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 13:08:31 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8475043D6A for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 13:08:29 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])i75D8HNF007219 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:08:23 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) i75DA27L009342 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:10:02 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)i75DA0i4009338 for freebsd-questions@freebsd.org; Thu, 5 Aug 2004 16:10:00 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 5 Aug 2004 16:10:00 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: freebsd-questions@freebsd.org Message-ID: <20040805131000.GB9145@orion.daedalusnetworks.priv> References: <20040804065940.W87561@gaff.hhhr.ision.net> <20040805065414.46982.qmail@web51308.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040805065414.46982.qmail@web51308.mail.yahoo.com> Subject: Re: Can i make a CD of the Ports Collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 13:08:32 -0000 ## Top-posting removed. ## Please do not top-post in the middle of a bottom-posting thread. On 2004-08-04 23:54, BSDjunkie <gooober33-freebsd@yahoo.com> wrote: >Olaf Hoyer <ohoyer@ohoyer.de> wrote: >>On Wed, 4 Aug 2004, Peter Ryan wrote: >>> I am very new, and have been reinstalling FreeBSD many times to clean >>> up whatever mess i make and start again. >>> >>> I recently used cvsup to update my ports collection for the >>> 4.10_RELEASE. >>> >>> Now, when I reinstall, it takes much longer because i bring in the >>> updated ports collection rather than the ports collection on the >>> install CD (which i burnt from an ISO file) >> >> The whole portscollection is also available via ftp on ftp2.de.freebsd.org: >> [snip ftp get example] >> Simply download the tar.gz, and extract it to /usr/ports >> >> On each ISO of a release, like the 4.10R-CD #1, they take a snapshot of >> the ports tree when the make the assumption that it ist quite >> consistent. So when you download in say, 3 months a 4.10 ISO, the ports >> tree therein will be more than 3 months old. >> >> In that case, use whether cvsup or method above to get a recent ports >> tree. > > You can also reinstall the ports tree from the iso image. > > There's an install script on the cd that you can run if needed to > reinstall the release version of the ports tree. > > Updating should be done through cvsup if possible. I think that what the original poster meant is a bit different than this. When the /usr/ports tree is updated, the infrastructure bits that it contains will download updated, newer or fixed versions of the same ports if one tries to reinstall them. Since the release CD-ROMs do not contain the source files for these updated ports, they're downloaded over the network -- which can take a while if you're using a dialup connection or something similarly slow. The answer is that this cannot be avoided, since the source files of the new, updated versions of the packages were not available when the release CD-ROMs were prepared. <hint> To avoid downloading multiple times the same source files, I usually wait until one of my machines downloads the source tarballs and then burn a CD-ROM with the contents of my /usr/ports/distfiles or share this directory over NFS when that's possible. Peter, If you have a fast connection somewhere that can download these source files for you, you can copy the files from /usr/ports/distfiles from that machine to any other FreeBSD installation. The next time the ports try to locate the source tarball it's going to be where they expect it and no download will be attempted over the network. </hint> Giorgos From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 13:18:45 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E39716A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 13:18:45 +0000 (GMT) Received: from poczta.wup-katowice.pl (wup.katowice.pik-net.pl [213.216.66.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BD0743D45 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 13:18:44 +0000 (GMT) (envelope-from arek@wup-katowice.pl) Received: from poczta.wup-katowice.pl (localhost.wup-katowice.pl [127.0.0.1]) by poczta.wup-katowice.pl (Postfix) with SMTP id E73117E83E for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 15:21:56 +0200 (CEST) Received: from [213.216.67.82] (arek.wup-katowice.pl [213.216.67.82]) by poczta.wup-katowice.pl (Postfix) with ESMTP id AA7D27E83C for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 15:21:56 +0200 (CEST) Message-ID: <41123441.9010305@wup-katowice.pl> Date: Thu, 05 Aug 2004 15:21:05 +0200 From: Arek Czereszewski <arek@wup-katowice.pl> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a2) Gecko/20040714 X-Accept-Language: pl, en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <41109ABF.4090904@me.point.ne.jp> <20040804103848.GA31620@orion.daedalusnetworks.priv> <4110C905.4080108@me.point.ne.jp> In-Reply-To: <4110C905.4080108@me.point.ne.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: IPFW - Allowed but Denied is shown in my logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: arek@wup-katowice.pl List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 13:18:45 -0000 Srot BULL wrote: > My apologies, below is my complete ruleset: > # Flush out EVERYTHING first before starting > ipfw -q -f flush > > # Set rules command prefix > CMD="ipfw -q add" > IFN="rl0" [...] Hi I don't see nothing about NAT - mayby this is problem?? How work others connections from 192.168...? To external POP, SMTP servers? P.S. Sorry about my english. Arek -- Arek Czereszewski | jid: aro(at)chrome.pl arek(at)wup-katowice.pl | gg: 1349941 "*nix is like a wigwam: no windows, no gates, apache inside." From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 13:29:04 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F26C016A4CE; Thu, 5 Aug 2004 13:29:03 +0000 (GMT) Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 30D3743D6A; Thu, 5 Aug 2004 13:29:03 +0000 (GMT) (envelope-from andre.albsmeier@siemens.com) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by thoth.sbs.de (8.12.6/8.12.6) with ESMTP id i75DT0so023133; Thu, 5 Aug 2004 15:29:00 +0200 Received: from mars.cert.siemens.com (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.12.6/8.12.6) with ESMTP id i75DSwxA028762; Thu, 5 Aug 2004 15:28:58 +0200 Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) mail/cert.mc.pre,v 1.61 2004/06/20 16:46:46 mailadm Exp $) with ESMTP id i75DSwlU002531; Thu, 5 Aug 2004 15:28:58 +0200 (CEST) Received: (from localhost) by curry.mchp.siemens.de (8.12.11/8.12.11) id i75DSwPc024548; Date: Thu, 5 Aug 2004 15:28:57 +0200 From: Andre Albsmeier <andre.albsmeier@siemens.com> To: up@3.am Message-ID: <20040805132857.GA3314@curry.mchp.siemens.de> References: <Pine.BSF.4.44.0408032318370.13131-100000@richard2.pil.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <Pine.BSF.4.44.0408032318370.13131-100000@richard2.pil.net> X-Echelon: FBI, Satellite, Spy, SEMTEX, interception X-Advice: Drop that crappy M$-Outlook, I'm tired of your viruses! User-Agent: Mutt/1.5.4i cc: FreeBSD ISP List <freebsd-isp@freebsd.org> cc: freebsd-scsi@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: SCSI errors with Adaptec 2200S RAID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 13:29:04 -0000 On Tue, 03-Aug-2004 at 23:31:52 -0400, up@3.am wrote: > > Please cc replies directly to me, as I am not subscribed to the lists. > > With some help from here, I was able to get this RAID card to see our > external DLT (QUANTUM 4000) SCSI tape drive by installing the aacp (pass > through) driver in addition to the aac driver. camcontrol now works, as > do basic mt commands and amcheck (amanda check). > > However, (amanda) dumps either hang, fail completely or fail after > transfering very little data. On the console, I see: > > (sa0:aacp1:0:4:0): READ(06). CDB8 0 0 0 20 0 0 > (sa0:aacp1:0:4:0): NO SENSE ILI (length mismatch): -24576 csi:0,0,0,1 > > At this point the device is completely unresponsive, and the only way to > get the system to see it again is to reboot the whole server. I tried > ordering a 3 ft cable, thinking I was pushing my luck with the 6 ft (I've > had this problem with SCSI cables in the past), but the problem persists. > > The same drive (which has an active terminator) has been working fine for > years on a different box using an Intel L440GX+ MB's on-board SCSI port. > > Once again, any helpful replies are greatly appreciated! Are you sure you are running a recent fw on your DLT4k? My DLTs used to behave badly with early fw revisions. Check out http://www.quantum.com/am/service_support/downloads/software/dlt4000.htm You can upgrade it by tape or use my software for updating the fw of SCSI devices on FreeBSD. -Andre > > James Smallacombe PlantageNet, Inc. CEO and Janitor > up@3.am http://3.am > ========================================================================= > > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" -- "Regression testing? What's that? If it compiles, it is good, if it boots up, it is perfect." - Linus Torvalds From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 13:32:21 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 909A816A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 13:32:21 +0000 (GMT) Received: from pearl.ibctech.ca (dev.eagle.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A627543D60 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 13:32:20 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 37175 invoked by uid 1002); 5 Aug 2004 13:32:32 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (clamscan: 0.73. spamassassin: 2.63. Clear:RC:1(127.0.0.1):. Processed in 1.231447 secs); 05 Aug 2004 13:32:32 -0000 Received: from unknown (HELO webmail.ibctech.ca) (127.0.0.1) by localhost.ibctech.ca with SMTP; 5 Aug 2004 13:32:30 -0000 Received: from 209.167.16.15 (SquirrelMail authenticated user steve@ibctech.ca); by webmail.ibctech.ca with HTTP; Thu, 5 Aug 2004 09:32:31 -0400 (EDT) Message-ID: <2807.209.167.16.15.1091712751.squirrel@209.167.16.15> In-Reply-To: <20040805115127.GA64666@bps.jodocus.org> References: <5.2.0.9.0.20040805174307.00a0a970@127.0.0.1> <20040805115127.GA64666@bps.jodocus.org> Date: Thu, 5 Aug 2004 09:32:31 -0400 (EDT) From: "Steve Bertrand" <iaccounts@ibctech.ca> To: "Joost Bekkers" <joost@jodocus.org> User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: freebsd-questions@freebsd.org Subject: Re: Back-up on remote machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 13:32:21 -0000 > On Thu, Aug 05, 2004 at 05:58:24PM +0700, Roger Merritt wrote: >> One example I found on the WWW is: tar -czf - /some/file | \ >> ssh host.name tar -xzf - -C /destination. >> >> That's not quite what I want, because I don't see any need to untar >> everything at the far end, but I can't send a file without using >> some >> command to ssh. > > If all you need is somthing at the other end capturing the data try > > ... | ssh remotehost "cat - > myfile" Remember though, that the remote file will be a tarball itself. Here is the command I use frequently, to get exactly what you want...a tarball of a local file system on a remote machine: # tar -cvzf - /home/steve | ssh steve@server 'cat > tarball.tar.gz' Regards, Steve > > -- > greetz Joost > joost@jodocus.org > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 13:59:52 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F42516A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 13:59:52 +0000 (GMT) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E03743D2D for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 13:59:52 +0000 (GMT) (envelope-from m.hauber@mchsi.com) Received: from [10.51.10.3] (12-219-204-133.client.mchsi.com[12.219.204.133]) by sccmmhc92.asp.att.net (sccmmhc92) with ESMTP id <20040805135951m92008111ue>; Thu, 5 Aug 2004 13:59:51 +0000 From: Mike Hauber <m.hauber@mchsi.com> To: freebsd-questions@freebsd.org Date: Thu, 5 Aug 2004 09:56:50 -0400 User-Agent: KMail/1.6.2 X-Copyright: 2004, Michael C. Hauber. All rights reserved. X-Notice: Duplication, modification, and/or redistribution are prohibited without proper consent from the author. MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408050956.51071.m.hauber@mchsi.com> Subject: portugrade -aR (except) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: m.hauber@mchsi.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 13:59:52 -0000 Greetings, all. I am running 4.10-Stable, and I have the following question about portupgrade. So far, I have not had a successful build of OpenOffice (on any version of FreeBSD... ever... so I use their binaries as they become available), and the samba port is broken (until I upgrade the system to 5.x). What I do now is simply grep a list of installed ports with updates available and send the outbut to a file. (ie, # portversion | grep "<" > ~/pupdate.sh ) Then I edit ~/pupdate.sh so that every line begins with "portupgrade -R." (And, of course, I delete the samba and OpenOffice entries) In other words my file would look something like this: >>> #!/bin/sh portupgrade -R blip portupgrade -R blop portupgrade -R bluey <<< make it executable, run it overnight, and fix the small stuff in the morning. Obviously, because I like to upgrade my systems every week, this gets old. Is there any way I can tell portupgrade to simply portupgrade -aR (except for a specific list of packages)? If not, does anyone have a more simple solution? And again, if not, would this be considered a worthy suggestion for the developers of /portupgrade? Thanks From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 14:05:49 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 596EA16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:05:49 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D020343D53 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:05:48 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i75DwFJ07453; Thu, 5 Aug 2004 09:58:15 -0400 (EDT) From: Jerry McAllister <jerrymc@clunix.cl.msu.edu> Message-Id: <200408051358.i75DwFJ07453@clunix.cl.msu.edu> To: mcrogerm@stjohn.ac.th (Roger Merritt) Date: Thu, 5 Aug 2004 09:58:14 -0400 (EDT) In-Reply-To: <5.2.0.9.0.20040805174307.00a0a970@127.0.0.1> from "Roger Merritt" at Aug 05, 2004 05:58:24 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Back-up on remote machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 14:05:49 -0000 Hi, > I've been playing with this for a while. I need to add a small (4 GB) hard > drive to one of my servers. Partly because I need more storage space, > partly because I think there's something wrong with the present hard drive > -- I get page faults while in kernel mode (fatal signal 12, I think it is) > and spontaneous reboots when I try to build world on this drive (or make > index, or upgrade some ports, etc.). > > What I want to do is copy my whole /usr/home directory tree to another Free > BSD machine down the hall, pull the current hard drive (4 GB) out, put the > new hard drive with a fresh build of Free BSD in the box as the master > drive, reformat the old drive, and finally, copy the /usr/home directory > tree back to the old hard drive and mount it separately as /usr/home. I note that someone else has posted helpful suggestions on how to do what you say you want. But, I wonder if that is what you really want. First, a comment: A page fault is not a problem with your disk. It is just the system discovering that the piece of memory it wants to access next is not really in memory but paged out on disk - FreeBSD uses the swap space for this. But, having said that, a signal 12 can mean that it is having some hardware problem reading that disk (or some other hardware problem), If it is getting hard errors reading that disk, then it very likely means the disk is on its last legs and would be a very bad place to put your /usr/home directory back on. Modern disks have their own spare sectors to which they map bad sectors automatically. Once you start actually seeing unrecovered errors from a disk, it tends to mean that all the spare sectors are used up and the disk is heading for a total failure. So, check the var/log/messages file and see if there are errors pointing to the disk and if so, get it replaced as soon as possible and don't bother trying to reuse it. In checking for errors in the messages file, you may discover the signal 12 errors are not from the disk, but something else. In that case, you have some other hardware problem to solve - controller, motherboard, whatever. ////jerry > > I've found directions that almost fit my needs, but not quite. What I would > like to do is tar the directory tree and pipe it to either scp or ssh. What > I don't want to do, because I don't think I have enough room, is make a tar > file on the old machine. One example I found on the WWW is: tar -czf - > /some/file | ssh host.name tar -xzf - -C /destination. > > That's not quite what I want, because I don't see any need to untar > everything at the far end, but I can't send a file without using some > command to ssh. I thought tar -czf - /some/file | scp - > name@remotehost:somefile.tar.gz, but it doesn't seem to work. Can anyone > point out where I'm going wrong? I guess if I have to I can untar the > directory tree to some temporary place on the remote host -- that one has > plenty of room on it, but it seems like an inelegant solution. That's > really my only objection to it. > > -- > Roger > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 14:12:31 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B904B16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:12:31 +0000 (GMT) Received: from ddardaar.mine.nu (bwp125.neoplus.adsl.tpnet.pl [83.29.239.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08BEE43D1D for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:12:31 +0000 (GMT) (envelope-from radek@raadradd.com) Received: by ddardaar.mine.nu (Postfix, from userid 1001) id D1F8CA548; Thu, 5 Aug 2004 16:12:30 +0200 (CEST) Date: Thu, 5 Aug 2004 16:12:30 +0200 From: Radek Kozlowski <radek@raadradd.com> To: Mike Hauber <m.hauber@mchsi.com> Message-ID: <20040805141230.GB44763@werd> References: <200408050956.51071.m.hauber@mchsi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <200408050956.51071.m.hauber@mchsi.com> User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: portugrade -aR (except) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 14:12:31 -0000 On Thu, Aug 05, 2004 at 09:56:50AM -0400, Mike Hauber wrote: > Obviously, because I like to upgrade my systems every week, > this gets old. Is there any way I can tell portupgrade to > simply portupgrade -aR (except for a specific list of > packages)? >From man portupgrade: -x GLOB --exclude GLOB Exclude packages matching the specified glob pat- tern. Exclusion is performed after recursing dependency in response to -r and/or -R, which means, for example, the following command will upgrade all the packages depending on XFree86 but leave XFree86 as it is: portupgrade -rx XFree86 XFree86 -Radek From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 14:40:20 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C2E616A4CF for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 14:40:20 +0000 (GMT) Received: from web51805.mail.yahoo.com (web51805.mail.yahoo.com [206.190.38.236]) by mx1.FreeBSD.org (Postfix) with SMTP id 8991743D53 for <freebsd-questions@freebsd.org>; Wed, 4 Aug 2004 14:40:19 +0000 (GMT) (envelope-from patrick_dkt@yahoo.com.hk) Message-ID: <20040804144019.83129.qmail@web51805.mail.yahoo.com> Received: from [61.10.7.82] by web51805.mail.yahoo.com via HTTP; Wed, 04 Aug 2004 22:40:19 CST Date: Wed, 4 Aug 2004 22:40:19 +0800 (CST) From: =?big5?q?Patrick=20Dung?= <patrick_dkt@yahoo.com.hk> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Thu, 05 Aug 2004 14:14:17 +0000 cc: freebsd-hackers@freebsd.org Subject: Mount name length limit (MNAMELEN) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 04 Aug 2004 14:40:20 -0000 Hi It seems that the constant is in /usr/sys/sys/mount.h. The limit is already there since the initial import in 1995. (From 4.4BSD?) I want to know what is the root cause preventing a larger value. PS: I have found some interesting links about MNAMELEN: http://leaf.dragonflybsd.org/mailarchive/kernel/2003-08/msg00194.html http://www.secnetix.de/~olli/FreeBSD/mnamelen.hawk >From Compaq(HP) Tru64 UNIX 5.1 man pages, it seems that Tru64 UNIX also have a restriction of 90 chars.(They also based on BSD?) http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_HTML/MAN/MAN2/0114____.HTM _________________________________________________________ ¥²±þ§Þ¡B¶¼ºq¡B¤p¬P¬P... ®öº©¹aÁn ±¡¤ß³sô http://us.rd.yahoo.com/evt=22281/*http://ringtone.yahoo.com.hk/ From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 14:22:08 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B39616A507 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:22:08 +0000 (GMT) Received: from turkey.mail.pas.earthlink.net (turkey.mail.pas.earthlink.net [207.217.120.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16B2443D3F for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:22:08 +0000 (GMT) (envelope-from rpratt1950@earthlink.net) Received: from fl-65-41-25-113.dyn.sprint-hsd.net ([65.41.25.113] helo=kt.weeble.com) by turkey.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1Bsj8A-00068t-00; Thu, 05 Aug 2004 07:22:07 -0700 Date: Thu, 5 Aug 2004 10:22:04 -0400 From: Randy Pratt <rpratt1950@earthlink.net> To: m.hauber@mchsi.com Message-Id: <20040805102204.04dda75c.rpratt1950@earthlink.net> In-Reply-To: <200408050956.51071.m.hauber@mchsi.com> References: <200408050956.51071.m.hauber@mchsi.com> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: portugrade -aR (except) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 14:22:08 -0000 On Thu, 5 Aug 2004 09:56:50 -0400 Mike Hauber <m.hauber@mchsi.com> wrote: > Greetings, all. > > I am running 4.10-Stable, and I have the following question > about portupgrade. > > So far, I have not had a successful build of OpenOffice (on > any version of FreeBSD... ever... so I use their binaries > as they become available), and the samba port is broken > (until I upgrade the system to 5.x). > > What I do now is simply grep a list of installed ports with > updates available and send the outbut to a file. (ie, # > portversion | grep "<" > ~/pupdate.sh ) > > Then I edit ~/pupdate.sh so that every line begins with > "portupgrade -R." (And, of course, I delete the samba and > OpenOffice entries) In other words my file would look > something like this: > > >>> > #!/bin/sh > portupgrade -R blip > portupgrade -R blop > portupgrade -R bluey > <<< > > make it executable, run it overnight, and fix the small > stuff in the morning. > > Obviously, because I like to upgrade my systems every week, > this gets old. Is there any way I can tell portupgrade to > simply portupgrade -aR (except for a specific list of > packages)? > > If not, does anyone have a more simple solution? > > And again, if not, would this be considered a worthy > suggestion for the developers of /portupgrade? > > Thanks Hi, I think what you're looking for is /usr/local/etc/pkgtools.conf . Here is an excerpt from that file: # HOLD_PKGS: array # # This is a list of ports you don't want portupgrade(1) to upgrade, # portversion(1) to suggest upgrading, or pkgdb(1) to fix. Its a very handy tool since you can also set make variables which portupgrade will also honor. Best regards, Randy -- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 14:28:08 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFAAF16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:28:08 +0000 (GMT) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 6336B43D2F for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:28:08 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 4952 invoked from network); 5 Aug 2004 14:28:07 -0000 Received: from unknown (HELO ?10.0.0.68?) (69.73.60.132) by smtp5.knology.net with SMTP; 5 Aug 2004 14:28:07 -0000 Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: <20040805055427.GG43462@pcwin002.win.tue.nl> References: <26ADC4B8-E691-11D8-9283-000393BB56F2@HiWAAY.net> <20040805055427.GG43462@pcwin002.win.tue.nl> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <A8D2C47A-E6EB-11D8-A889-000393BB56F2@HiWAAY.net> Content-Transfer-Encoding: 7bit From: David Kelly <dkelly@HiWAAY.net> Date: Thu, 5 Aug 2004 09:28:03 -0500 To: FreeBSD Questions <freebsd-questions@freebsd.org> X-Mailer: Apple Mail (2.618) Subject: Re: Moving vinum drives to a new system? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 14:28:09 -0000 On Aug 5, 2004, at 12:54 AM, Stijn Hoop wrote: >> # vinum list >> 2 drives: >> D vinumdrive1 State: up /dev/ad6s1d A: 156041/156041 MB (100%) >> D vinumdrive0 State: up /dev/ad4s1d A: 156041/156041 MB (100%) >> >> 0 volumes: >> 0 plexes: >> 0 subdisks: >> # > > How early in the boot is this? Have you done 'vinum start' yet? System is multiuser. "vinum start" has already been executed which was required to run "vinum list" shown above. vinum.ko is/was loaded. > If that doesn't work, does 'vinum read vinumdrive0 vinumdrive1' work? No. Vinum replies: ** no additional drives found: No such file or directory Can't save Vinum config: No such file or directory > before vinum can create devices. You can force vinum to recreate the > device > nodes by doing > > vinum makedev Vinum replies: makedev is not needed for a DEVFS-based system Am tempted to rerun "stripe -v /dev/ad4s1d /dev/ad6s1d" again but would rather not lose the data on the volume. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 14:28:11 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A31B16A4D0 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:28:11 +0000 (GMT) Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB92343D48 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:28:10 +0000 (GMT) (envelope-from m.hauber@mchsi.com) Received: from [10.51.10.3] (12-219-204-133.client.mchsi.com[12.219.204.133]) by sccmmhc91.asp.att.net (sccmmhc91) with ESMTP id <20040805142810m91006u3s9e>; Thu, 5 Aug 2004 14:28:10 +0000 From: Mike Hauber <m.hauber@mchsi.com> To: freebsd-questions@freebsd.org Date: Thu, 5 Aug 2004 10:25:08 -0400 User-Agent: KMail/1.6.2 References: <200408050956.51071.m.hauber@mchsi.com> <20040805102204.04dda75c.rpratt1950@earthlink.net> In-Reply-To: <20040805102204.04dda75c.rpratt1950@earthlink.net> X-Copyright: 2004, Michael C. Hauber. All rights reserved. X-Notice: Duplication, modification, and/or redistribution are prohibited without proper consent from the author. MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408051025.08323.m.hauber@mchsi.com> Subject: Re: portugrade -aR (except) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: m.hauber@mchsi.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 14:28:11 -0000 Whoa. This would definately help with the "in the morning fixes" as well. lol... I didn't even know that was there. Thanks so much! On Thursday 05 August 2004 10:22 am, Randy Pratt proclaimed: > On Thu, 5 Aug 2004 09:56:50 -0400 > > Mike Hauber <m.hauber@mchsi.com> wrote: > > Greetings, all. > > > > I am running 4.10-Stable, and I have the following > > question about portupgrade. > > > > So far, I have not had a successful build of OpenOffice > > (on any version of FreeBSD... ever... so I use their > > binaries as they become available), and the samba port > > is broken (until I upgrade the system to 5.x). > > > > What I do now is simply grep a list of installed ports > > with updates available and send the outbut to a file. > > (ie, # portversion | grep "<" > ~/pupdate.sh ) > > > > Then I edit ~/pupdate.sh so that every line begins with > > "portupgrade -R." (And, of course, I delete the samba > > and OpenOffice entries) In other words my file would > > look something like this: > > > > > > #!/bin/sh > > portupgrade -R blip > > portupgrade -R blop > > portupgrade -R bluey > > <<< > > > > make it executable, run it overnight, and fix the small > > stuff in the morning. > > > > Obviously, because I like to upgrade my systems every > > week, this gets old. Is there any way I can tell > > portupgrade to simply portupgrade -aR (except for a > > specific list of packages)? > > > > If not, does anyone have a more simple solution? > > > > And again, if not, would this be considered a worthy > > suggestion for the developers of /portupgrade? > > > > Thanks > > Hi, > > I think what you're looking for is > /usr/local/etc/pkgtools.conf . > > Here is an excerpt from that file: > > # HOLD_PKGS: array > # > # This is a list of ports you don't want portupgrade(1) > to upgrade, # portversion(1) to suggest upgrading, or > pkgdb(1) to fix. > > Its a very handy tool since you can also set make > variables which portupgrade will also honor. > > Best regards, > > Randy From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 14:31:22 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5509516A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:31:22 +0000 (GMT) Received: from web12902.mail.yahoo.com (web12902.mail.yahoo.com [216.136.174.69]) by mx1.FreeBSD.org (Postfix) with SMTP id 4562143D6A for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:31:20 +0000 (GMT) (envelope-from dma_overrun@yahoo.com) Message-ID: <20040805143119.33649.qmail@web12902.mail.yahoo.com> Received: from [216.204.75.210] by web12902.mail.yahoo.com via HTTP; Thu, 05 Aug 2004 07:31:19 PDT Date: Thu, 5 Aug 2004 07:31:19 -0700 (PDT) From: Noone Nothing <dma_overrun@yahoo.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: natd -redirect_address X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 14:31:22 -0000 Hello all, I am probably missing something really stupid but here it goes. I've read the man pages, the handbook and even googled the problem to no avail. I am trying to set up natd to redirect public ips to my private addresses. This is what I have set up in rc.conf defaultrouter="24.97.250.201" gateway_enable="YES" hostname="gir.visionpayments.net" ifconfig_rl0="inet 192.168.0.13 netmask 255.255.255.0" ifconfig_xl0="inet 24.97.250.202 netmask 255.255.255.248" linux_enable="YES" sshd_enable="YES" usbd_enable="YES" firewall_enabled="YES" firewall_type="OPEN" natd_enabled="YES" natd_interface="xl0" natd_flags="-f /etc/natd.conf" This is what I have in natd.conf redirect_address 192.168.0.10 24.97.250.203 >From what I read in the man pages and handbook this should be all I need, however, I cannot even ping 24.97.250.203. So I typed in -bash-2.05b$ natd -redirect_address 192.168.0.10 24.97.250.203 and got natd: aliasing address not given So I added ifconfig_xl0_alias0 "inet 24.97.250.203" to rc.conf and now I am able to ping that public addy but it is doesn't seem to be redirecting me to 192.168.0.10. So I typed in -bash-2.05b$ natd -redirect_address 192.168.0.10 24.97.250.203 again to see what was happens and got natd: aliasing address not given again. am I just being a dumb n00b? wtf am I doing wrong? --------------------------------- Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 14:32:14 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F333A16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:32:13 +0000 (GMT) Received: from juergen.edv-winter.de (juergen.edv-winter.de [195.226.65.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AD2D43D55 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:32:12 +0000 (GMT) (envelope-from ar@ra23.net) Received: from localhost (localhost [127.0.0.1])i75EWA0w069748 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:32:10 +0200 (CEST) (envelope-from ar@ra23.net) Date: Thu, 5 Aug 2004 16:32:10 +0200 (CEST) From: Andre Rein <ar@ra23.net> X-X-Sender: ar@juergen.edv-winter.de To: freebsd-questions@freebsd.org Message-ID: <20040805161217.I21218@juergen.edv-winter.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: problems with php 4.3.8 (long) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 14:32:14 -0000 Hi Ml, I installed php version 4.3.8 from the ports and some extensions. (list at bottom) Every CLI script dies with a: Abort trap (core dumped) The scripts themself work fine till the end, but then they got a SIGABTR signal and throw the Abort trap message. e.g. $php -i phpinfo() PHP Version => 4.3.8 System => FreeBSD juergen 4.10-STABLE FreeBSD 4.10-STABLE #0: Fri May i386 Build Date => Aug 5 2004 13:46:56 Configure Command => './configure' '--enable-versioning' '--enable-memory-limit' '--with-layout=GNU' '--with-config-file-scan-dir=/usr/local/etc/php' '--disa ble-all' '--with-regex=php' '--with-apxs=/usr/local/sbin/apxs' '--prefix=/usr/local' 'i386-portbld-freebsd4.10' Server API => Command Line Interface Virtual Directory Support => disabled Configuration File (php.ini) Path => /usr/local/etc/php.ini Scan this dir for additional .ini files => /usr/local/etc/php additional .ini files parsed => /usr/local/etc/php/extensions.ini PHP API => 20020918 PHP Extension => 20020429 Zend Extension => 20021010 Debug Build => no Thread Safety => disabled Registered PHP Streams => php, http, ftp, compress.bzip2, compress.zlib ... ... ... This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. If you did not receive a copy of the PHP license, or have any questions about PHP licensing, please contact license@php.net. Abort trap (core dumped) I got trouble with the extension recode too. With this modul I was not able to start any php script or apache. Only coredumps are thrown. I removed this extension, now apache runs fine. Probably I destroyed something for the CLI? I've searched a while at google if those problems did occur to anybody else, but I found nothing similar. :( here a list of all extensions included in my php: extension=bz2.so extension=calendar.so extension=crack.so extension=ctype.so extension=curl.so extension=dio.so extension=domxml.so extension=exif.so extension=fileinfo.so extension=filepro.so extension=ftp.so extension=gd.so extension=gettext.so extension=gmp.so extension=iconv.so extension=imagick.so extension=imap.so extension=interbase.so extension=ldap.so extension=mbstring.so extension=mcal.so extension=mcrypt.so extension=mhash.so extension=ming.so extension=mysql.so extension=ncurses.so extension=odbc.so extension=openssl.so extension=overload.so extension=pcntl.so extension=pcre.so extension=pdf.so extension=pgsql.so extension=posix.so extension=pspell.so extension=readline.so extension=session.so extension=snmp.so extension=sockets.so extension=sysvmsg.so extension=sysvsem.so extension=sysvshm.so extension=tokenizer.so extension=xml.so extension=xmlrpc.so extension=xslt.so extension=zip.so and a small strace output from $php -i after the licensing thing: ... munmap(0x28247000, 32768) = 0 munmap(0x2824f000, 180224) = 0 munmap(0x2827b000, 188416) = 0 munmap(0x282a9000, 970752) = 0 munmap(0x28396000, 53248) = 0 munmap(0x283a3000, 192512) = 0 munmap(0x283d2000, 1015808) = 0 sigprocmask(SIG_SETMASK, [], NULL) = 0 sigprocmask(SIG_BLOCK, ~[ILL TRAP ABRT EMT FPE BUS SEGV SYS], []) = 0 sigprocmask(SIG_SETMASK, [], NULL) = 0 sigprocmask(SIG_BLOCK, ~[ILL TRAP ABRT EMT FPE BUS SEGV SYS], []) = 0 munmap(0x28244000, 12288) = 0 sigprocmask(SIG_SETMASK, [], NULL) = 0 sigprocmask(SIG_BLOCK, ~[ILL TRAP ABRT EMT FPE BUS SEGV SYS], []) = 0 sigprocmask(SIG_SETMASK, [], NULL) = 0 sigprocmask(SIG_BLOCK, ~[ILL TRAP ABRT EMT FPE BUS SEGV SYS], []) = 0 munmap(0x28235000, 12288) = 0 munmap(0x28238000, 49152) = 0 sigprocmask(SIG_SETMASK, [], NULL) = 0 sigprocmask(SIG_BLOCK, ~[ILL TRAP ABRT EMT FPE BUS SEGV SYS], []) = 0 sigprocmask(SIG_SETMASK, [], NULL) = 0 sigprocmask(SIG_BLOCK, ~[ILL TRAP ABRT EMT FPE BUS SEGV SYS], []) = 0 munmap(0x2822e000, 28672) = 0 sigprocmask(SIG_SETMASK, [], NULL) = 0 sigprocmask(SIG_BLOCK, ~[ILL TRAP ABRT EMT FPE BUS SEGV SYS], []) = 0 sigprocmask(SIG_SETMASK, [], NULL) = 0 sigprocmask(SIG_BLOCK, ~[ILL TRAP ABRT EMT FPE BUS SEGV SYS], []) = 0 munmap(0x2821a000, 16384) = 0 munmap(0x2821e000, 65536) = 0 sigprocmask(SIG_SETMASK, [], NULL) = 0 sigprocmask(SIG_BLOCK, ~[ILL TRAP ABRT EMT FPE BUS SEGV SYS], []) = 0 sigprocmask(SIG_SETMASK, [], NULL) = 0 sigprocmask(SIG_BLOCK, ~[ILL TRAP ABRT EMT FPE BUS SEGV SYS], []) = 0 munmap(0x2820f000, 45056) = 0 sigprocmask(SIG_SETMASK, [], NULL) = 0 sigprocmask(SIG_SETMASK, ~[ABRT], NULL) = 0 getpid() = 64489 (ppid 64488) kill(64489, SIGABRT <unfinished ...> --- SIGABRT (Abort trap) --- --- SIGABRT (Abort trap) --- gruss/regards Andre -- "And some greetings from the Toaster" "Plata Verata Nectu" From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 14:40:15 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FDCA16A4D0 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:40:15 +0000 (GMT) Received: from mail.onego.ru (mail2.onego.ru [62.33.22.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 447E043D31 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:40:14 +0000 (GMT) (envelope-from shmil@onego.ru) Received: from axbcomputer (62.33.22.121-tt.dialup.onego.ru [62.33.22.121]) by mail.onego.ru (8.12.11/8.12.11) with SMTP id i75Ee995026020; Thu, 5 Aug 2004 18:40:10 +0400 Message-ID: <005a01c47a74$ae629db0$7916213e@axbcomputer> From: "ilich" <shmil@onego.ru> To: <freebsd-questions@freebsd.org> Cc: <freebsd-questions@freebsd.org> Date: Thu, 5 Aug 2004 02:45:01 +0400 MIME-Version: 1.0 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 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Using MPlayer in console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 14:40:15 -0000 Hello all. I want to watch video films in console using MPlayer or other video = players. I have tried to use SVGAlib, but it supports 4 bit per pixel only, but I = want more. What does mean Framebuffer and can it decide my problem? Help me please! Thanks, beforehand. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 14:49:54 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06CF316A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:49:54 +0000 (GMT) Received: from smtp1.utdallas.edu (smtp1.utdallas.edu [129.110.10.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9BF343D55 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:49:53 +0000 (GMT) (envelope-from pauls@utdallas.edu) Received: from utd49554 (utd49554.utdallas.edu [129.110.3.85]) by smtp1.utdallas.edu (Postfix) with ESMTP id 25BE7389129; Thu, 5 Aug 2004 09:49:51 -0500 (CDT) Date: Thu, 05 Aug 2004 09:49:48 -0500 From: Paul Schmehl <pauls@utdallas.edu> To: m.hauber@mchsi.com, freebsd-questions@freebsd.org Message-ID: <0F464DF12F2980C31929A09E@utd49554.utdallas.edu> In-Reply-To: <200408050956.51071.m.hauber@mchsi.com> References: <200408050956.51071.m.hauber@mchsi.com> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: portugrade -aR (except) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 14:49:54 -0000 --On Thursday, August 05, 2004 09:56:50 AM -0400 Mike Hauber <m.hauber@mchsi.com> wrote: > > So far, I have not had a successful build of OpenOffice (on > any version of FreeBSD... ever... so I use their binaries > as they become available), and the samba port is broken > (until I upgrade the system to 5.x). > That's odd. I've had no problem with *any* port of samba, and I've been running it for over three years now, with numerous upgrades. What sort of problem are you having? Paul Schmehl (pauls@utdallas.edu) Adjunct Information Security Officer The University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu/ir/security/ From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 14:52:19 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDB8716A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:52:19 +0000 (GMT) Received: from pearl.ibctech.ca (dev.eagle.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A71543D5D for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:52:19 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 45245 invoked by uid 1002); 5 Aug 2004 14:52:30 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (clamscan: 0.73. spamassassin: 2.63. Clear:RC:1(127.0.0.1):. Processed in 1.250466 secs); 05 Aug 2004 14:52:30 -0000 Received: from unknown (HELO webmail.ibctech.ca) (127.0.0.1) by localhost.ibctech.ca with SMTP; 5 Aug 2004 14:52:29 -0000 Received: from 209.167.16.15 (SquirrelMail authenticated user steve@ibctech.ca); by webmail.ibctech.ca with HTTP; Thu, 5 Aug 2004 10:52:29 -0400 (EDT) Message-ID: <2936.209.167.16.15.1091717549.squirrel@209.167.16.15> In-Reply-To: <20040805143119.33649.qmail@web12902.mail.yahoo.com> References: <20040805143119.33649.qmail@web12902.mail.yahoo.com> Date: Thu, 5 Aug 2004 10:52:29 -0400 (EDT) From: "Steve Bertrand" <iaccounts@ibctech.ca> To: "Noone Nothing" <dma_overrun@yahoo.com> User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: freebsd-questions@freebsd.org Subject: Re: natd -redirect_address X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 14:52:19 -0000 > Hello all, > > I am probably missing something really stupid but here it goes. I've > read the man pages, the handbook and even googled the problem to no > avail. > > I am trying to set up natd to redirect public ips to my private > addresses. > > This is what I have set up in rc.conf > > defaultrouter="24.97.250.201" > gateway_enable="YES" > hostname="gir.visionpayments.net" > ifconfig_rl0="inet 192.168.0.13 netmask 255.255.255.0" > ifconfig_xl0="inet 24.97.250.202 netmask 255.255.255.248" > linux_enable="YES" > sshd_enable="YES" > usbd_enable="YES" > firewall_enabled="YES" > firewall_type="OPEN" > natd_enabled="YES" > natd_interface="xl0" > natd_flags="-f /etc/natd.conf" > > This is what I have in natd.conf > > redirect_address 192.168.0.10 24.97.250.203 > >>From what I read in the man pages and handbook this should be all I >> need, however, I cannot even ping 24.97.250.203. So I typed in > > -bash-2.05b$ natd -redirect_address 192.168.0.10 24.97.250.203 > > and got > > natd: aliasing address not given > > So I added > > ifconfig_xl0_alias0 "inet 24.97.250.203" > > to rc.conf and now I am able to ping that public addy but it is > doesn't seem to be redirecting me to 192.168.0.10. So I typed in > -bash-2.05b$ natd -redirect_address 192.168.0.10 24.97.250.203 > again to see what was happens and got > natd: aliasing address not given > again. am I just being a dumb n00b? wtf am I doing wrong? > First off, have you confirmed natd to be functional? Can the internal machines get out to the net? At what point of your firewall ruleset are you diverting to natd? Have you tried this: redirect_address 192.168.0.10 0.0.0.0 to see if incoming traffic destined to any public IP gets redirected? Steve > > > > > --------------------------------- > Do you Yahoo!? > New and Improved Yahoo! Mail - 100MB free storage! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 14:55:58 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CA7716A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:55:58 +0000 (GMT) Received: from pearl.ibctech.ca (dev.eagle.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31EAE43D41 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:55:58 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 45681 invoked by uid 1002); 5 Aug 2004 14:56:10 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (clamscan: 0.73. spamassassin: 2.63. Clear:RC:1(127.0.0.1):. Processed in 2.09593 secs); 05 Aug 2004 14:56:10 -0000 Received: from unknown (HELO webmail.ibctech.ca) (127.0.0.1) by localhost.ibctech.ca with SMTP; 5 Aug 2004 14:56:07 -0000 Received: from 209.167.16.15 (SquirrelMail authenticated user steve@ibctech.ca); by webmail.ibctech.ca with HTTP; Thu, 5 Aug 2004 10:56:07 -0400 (EDT) Message-ID: <2938.209.167.16.15.1091717767.squirrel@209.167.16.15> In-Reply-To: <2936.209.167.16.15.1091717549.squirrel@209.167.16.15> References: <20040805143119.33649.qmail@web12902.mail.yahoo.com> <2936.209.167.16.15.1091717549.squirrel@209.167.16.15> Date: Thu, 5 Aug 2004 10:56:07 -0400 (EDT) From: "Steve Bertrand" <iaccounts@ibctech.ca> To: "Steve Bertrand" <iaccounts@ibctech.ca> User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: Noone Nothing <dma_overrun@yahoo.com> cc: freebsd-questions@freebsd.org Subject: Re: natd -redirect_address X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 14:55:58 -0000 >> Hello all, >> >> I am probably missing something really stupid but here it goes. >> I've >> read the man pages, the handbook and even googled the problem to no >> avail. >> >> I am trying to set up natd to redirect public ips to my private >> addresses. >> >> This is what I have set up in rc.conf >> >> defaultrouter="24.97.250.201" >> gateway_enable="YES" >> hostname="gir.visionpayments.net" >> ifconfig_rl0="inet 192.168.0.13 netmask 255.255.255.0" >> ifconfig_xl0="inet 24.97.250.202 netmask 255.255.255.248" >> linux_enable="YES" >> sshd_enable="YES" >> usbd_enable="YES" >> firewall_enabled="YES" >> firewall_type="OPEN" >> natd_enabled="YES" >> natd_interface="xl0" >> natd_flags="-f /etc/natd.conf" >> >> This is what I have in natd.conf >> >> redirect_address 192.168.0.10 24.97.250.203 >> >>>From what I read in the man pages and handbook this should be all I >>> need, however, I cannot even ping 24.97.250.203. So I typed in >> >> -bash-2.05b$ natd -redirect_address 192.168.0.10 24.97.250.203 >> >> and got >> >> natd: aliasing address not given >> >> So I added >> >> ifconfig_xl0_alias0 "inet 24.97.250.203" >> >> to rc.conf and now I am able to ping that public addy but it is >> doesn't seem to be redirecting me to 192.168.0.10. So I typed in >> -bash-2.05b$ natd -redirect_address 192.168.0.10 24.97.250.203 >> again to see what was happens and got >> natd: aliasing address not given Oh, and to further... when using -redirect_address as above, you must supply the -i (-interface) or an -alias_address statement. Try this: # natd -i rl0 -redirect_address 192.168.0.10 0.0.0.0 or this: # natd -a 24.97.250.203 -redirect_address 192.168.0.10 0.0.0.0 Cheers, Steve >> again. am I just being a dumb n00b? wtf am I doing wrong? >> > > First off, have you confirmed natd to be functional? Can the internal > machines get out to the net? > > At what point of your firewall ruleset are you diverting to natd? > > Have you tried this: > > redirect_address 192.168.0.10 0.0.0.0 > > to see if incoming traffic destined to any public IP gets redirected? > > Steve > >> >> >> >> >> --------------------------------- >> Do you Yahoo!? >> New and Improved Yahoo! Mail - 100MB free storage! >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 14:58:50 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2316716A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:58:50 +0000 (GMT) Received: from ctb-mesg5.saix.net (ctb-mesg5.saix.net [196.25.240.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E10143D2D for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 14:58:49 +0000 (GMT) (envelope-from livhu.tshisikule@telkomsa.net) Received: from host2-fbsd.Dembe.net (tpr-125-107.telkomadsl.co.za [165.165.125.107]) by ctb-mesg5.saix.net (Postfix) with ESMTP id 413D335A88 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:58:46 +0200 (SAST) From: Livhu Tshisikule <livhu.tshisikule@telkomsa.net> Organization: Dembe Open Source Unix Solutions To: freebsd-questions@freebsd.org Date: Thu, 5 Aug 2004 16:58:39 +0200 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408051658.39998.livhu.tshisikule@telkomsa.net> Subject: Setting up Olivetti Job-Jet M400 printer on FBSD 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 14:58:50 -0000 Hi, I am trying to install a printer on my machine. It has a USB connector. With dmesg I can see that the printer has been detected as ulpt0: Olivetti Job_Jet M400, rev 2.00/1.00, addr 2, iclass 7/1 ulpt0: using bi-directional mode How can I test the printer? I tried lptest but it printed garbages. Regards Livhu From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 15:03:04 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3AD8416A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 15:03:04 +0000 (GMT) Received: from mta6.adelphia.net (mta6.adelphia.net [68.168.78.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1E1143D41 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 15:03:03 +0000 (GMT) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.71]) by mta13.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with SMTP id <20040805023328.DBVD28609.mta13.adelphia.net@barbish>; Wed, 4 Aug 2004 22:33:28 -0400 From: "JJB" <Barbish3@adelphia.net> To: "Jonathan" <poisondart@optonline.net>, <freebsd-questions@freebsd.org> Date: Wed, 4 Aug 2004 22:33:27 -0400 Message-ID: <MIEPLLIBMLEEABPDBIEGIEHNGIAA.Barbish3@adelphia.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <41119493.3020807@optonline.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Subject: RE: IPFW Configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 15:03:04 -0000 The handbook firewall section is in the process of being updated. You can get a copy from http://freebsd.a1poweruser.com:6088/FBSD_firewall/ Everything you wrote about is covered in detail. Give it a look see. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Jonathan Sent: Wednesday, August 04, 2004 10:00 PM To: freebsd-questions@freebsd.org Subject: IPFW Configuration Hello, I am sort of a newbie to IPFW for FreeBSD-5.2.1. I have never used it and need some help with the configuration. Ok here goes if anyone can help. I compiled IPFIREWALL into the kernel with the options to DEFAULT TO ACCEPT ALL and the VERBOSE=50 option. With the support for IPFW in the kernel I then added firewall_enable=off to the rc.conf (with some other options that are commented out at the moment). The reason for having the firewall off right now is because i was told that rc.firewall in /etc needed to be configured for my network card (or IP addresses) before it will be able to work. My box is located at a datacebter and my box is allocated with about 90 IP addresses (and also the main server IP which was given to me when i first purchased the line). I would like to know how to configure /etc/rc.firewall to support my MAIN ip and also how to make sure the other IPS added to my box are recognized and protected by the firewall. Also I noticed in rc.firewall there are different modes to put the firewall in like simple mode, client mode, etc. (different firewall powers i guess). It would be greatly appreciated if someone can show me how to configure ipfw. I could not thank anyone more for the future help i might recieve on this issue. If you guys need a copy of rc.conf or rc.firewall in order to help just email me and i will provide an attachment. Thamks in advance Regards, Jonathan _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 15:11:24 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0750E16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 15:11:24 +0000 (GMT) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id 955DE43D39 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 15:11:23 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 5344 invoked from network); 5 Aug 2004 15:11:22 -0000 Received: from unknown (HELO ?10.0.0.68?) (69.73.60.132) by smtp2.knology.net with SMTP; 5 Aug 2004 15:11:22 -0000 Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: <A8D2C47A-E6EB-11D8-A889-000393BB56F2@HiWAAY.net> References: <26ADC4B8-E691-11D8-9283-000393BB56F2@HiWAAY.net> <20040805055427.GG43462@pcwin002.win.tue.nl> <A8D2C47A-E6EB-11D8-A889-000393BB56F2@HiWAAY.net> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <B48FB901-E6F1-11D8-A889-000393BB56F2@HiWAAY.net> Content-Transfer-Encoding: 7bit From: David Kelly <dkelly@HiWAAY.net> Date: Thu, 5 Aug 2004 10:11:19 -0500 To: FreeBSD Questions <freebsd-questions@freebsd.org> X-Mailer: Apple Mail (2.618) Subject: Re: Moving vinum drives to a new system? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 15:11:24 -0000 On Aug 5, 2004, at 9:28 AM, David Kelly wrote: > Am tempted to rerun "stripe -v /dev/ad4s1d /dev/ad6s1d" again but > would rather not lose the data on the volume. Update: did exactly that described above and my old data survived! -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 15:12:53 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52C6416A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 15:12:53 +0000 (GMT) Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 112A743D5E for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 15:12:53 +0000 (GMT) (envelope-from m.hauber@mchsi.com) Received: from [10.51.10.3] (12-219-204-133.client.mchsi.com[12.219.204.133]) by sccmmhc91.asp.att.net (sccmmhc91) with ESMTP id <20040805151252m91006tuc6e>; Thu, 5 Aug 2004 15:12:52 +0000 From: Mike Hauber <m.hauber@mchsi.com> To: freebsd-questions@freebsd.org Date: Thu, 5 Aug 2004 11:09:51 -0400 User-Agent: KMail/1.6.2 References: <200408050956.51071.m.hauber@mchsi.com> <0F464DF12F2980C31929A09E@utd49554.utdallas.edu> In-Reply-To: <0F464DF12F2980C31929A09E@utd49554.utdallas.edu> X-Copyright: 2004, Michael C. Hauber. All rights reserved. X-Notice: Duplication, modification, and/or redistribution are prohibited without proper consent from the author. MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408051109.51037.m.hauber@mchsi.com> Subject: Re: portugrade -aR (except) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: m.hauber@mchsi.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 15:12:53 -0000 >>> wizard# uname -a FreeBSD wizard.valleygate.net 4.10-STABLE FreeBSD 4.10-STABLE #0: Thu Jul 8 19:53:59 EDT 2004 root@wizard.valleygate.net:/usr/obj/usr/src/sys/WIZARD i386 wizard# portupgrade -R samba ** Port marked as IGNORE: net/samba: "is marked as broken: "ACL support requires a recent FreeBSD 5.0-CURRENT"" <<< It's not really that big of a deal for me, though. The version I have (samba-2.2.8a_2) does what I need it to. Of course when I _do_ upgrade to 5.x, I'll be excited to see what the new version has in store. On Thursday 05 August 2004 10:49 am, Paul Schmehl proclaimed: > --On Thursday, August 05, 2004 09:56:50 AM -0400 Mike > Hauber > > <m.hauber@mchsi.com> wrote: > > So far, I have not had a successful build of OpenOffice > > (on any version of FreeBSD... ever... so I use their > > binaries as they become available), and the samba port > > is broken (until I upgrade the system to 5.x). > > That's odd. I've had no problem with *any* port of > samba, and I've been running it for over three years now, > with numerous upgrades. > > What sort of problem are you having? > > Paul Schmehl (pauls@utdallas.edu) > Adjunct Information Security Officer > The University of Texas at Dallas > AVIEN Founding Member > http://www.utdallas.edu/ir/security/ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questio >ns To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 15:17:22 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C5B1916A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 15:17:22 +0000 (GMT) Received: from ddardaar.mine.nu (bwp125.neoplus.adsl.tpnet.pl [83.29.239.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41A8F43D2D for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 15:17:22 +0000 (GMT) (envelope-from radek@raadradd.com) Received: by ddardaar.mine.nu (Postfix, from userid 1001) id 988ACA548; Thu, 5 Aug 2004 17:17:24 +0200 (CEST) Date: Thu, 5 Aug 2004 17:17:24 +0200 From: Radek Kozlowski <radek@raadradd.com> To: ilich <shmil@onego.ru> Message-ID: <20040805151724.GB28842@werd> References: <005a01c47a74$ae629db0$7916213e@axbcomputer> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <005a01c47a74$ae629db0$7916213e@axbcomputer> User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: Using MPlayer in console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 15:17:22 -0000 On Thu, Aug 05, 2004 at 02:45:01AM +0400, ilich wrote: > Hello all. > > I want to watch video films in console using MPlayer or other video players. > I have tried to use SVGAlib, but it supports 4 bit per pixel only, but I want more. You might want to check this article out: http://www.ezunix.org/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=61&page=1 -Radek From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 15:41:32 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56F3416A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 15:41:32 +0000 (GMT) Received: from imf16aec.mail.bellsouth.net (imf16aec.mail.bellsouth.net [205.152.59.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBF3E43D6B for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 15:41:31 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf16aec.mail.bellsouth.netESMTP <20040805154127.WLIB1721.imf16aec.mail.bellsouth.net@[192.168.1.5]>; Thu, 5 Aug 2004 11:41:27 -0400 In-Reply-To: <005a01c47a74$ae629db0$7916213e@axbcomputer> References: <005a01c47a74$ae629db0$7916213e@axbcomputer> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <E70C73B2-E6F5-11D8-8EC4-000A958C81C6@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson <ahze@ahze.net> Date: Thu, 5 Aug 2004 11:41:22 -0400 To: "ilich" <shmil@onego.ru> X-Mailer: Apple Mail (2.618) cc: freebsd-questions@freebsd.org Subject: Re: Using MPlayer in console X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 15:41:32 -0000 mplayer also supports libcaca (http://sam.zoy.org/projects/libcaca/). install graphics/libcaca and then remove the line "--disable-libcaca" in multimedia/mplayer/Makefile and install mplayer. Michael On Aug 4, 2004, at 6:45 PM, ilich wrote: > Hello all. > > I want to watch video films in console using MPlayer or other video > players. > I have tried to use SVGAlib, but it supports 4 bit per pixel only, but > I want more. > > What does mean Framebuffer and can it decide my problem? > > Help me please! > > Thanks, beforehand. > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 15:47:56 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D52D316A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 15:47:56 +0000 (GMT) Received: from pearl.ibctech.ca (dev.eagle.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3CE643D49 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 15:47:54 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 51885 invoked by uid 1002); 5 Aug 2004 15:48:06 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (clamscan: 0.73. spamassassin: 2.63. Clear:RC:1(127.0.0.1):. Processed in 1.331243 secs); 05 Aug 2004 15:48:06 -0000 Received: from unknown (HELO webmail.ibctech.ca) (127.0.0.1) by localhost.ibctech.ca with SMTP; 5 Aug 2004 15:48:04 -0000 Received: from 209.167.16.15 (SquirrelMail authenticated user steve@ibctech.ca); by webmail.ibctech.ca with HTTP; Thu, 5 Aug 2004 11:48:05 -0400 (EDT) Message-ID: <2976.209.167.16.15.1091720885.squirrel@209.167.16.15> Date: Thu, 5 Aug 2004 11:48:05 -0400 (EDT) From: "Steve Bertrand" <iaccounts@ibctech.ca> To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: multipart/mixed;boundary="----=_20040805114805_47254" X-Priority: 3 (Normal) Importance: Normal X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: [Fwd: Re: natd -redirect_address] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 15:47:57 -0000 ------=_20040805114805_47254 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit OP forgot to Cc: list... thank you so much. I found that for some reason natd was not loading at boot so I typed this ipfw -f flush ipfw add divert natd all from any to any via xl0 ipfw add pass all from any to any natd -n xl0 -redirect_address 192.168.0.10 24.97.250.203 and it works like a dream Steve Bertrand <iaccounts@ibctech.ca> wrote: >> Hello all, >> >> I am probably missing something really stupid but here it goes. I've >> read the man pages, the handbook and even googled the problem to no avail. >> >> I am trying to set up natd to redirect public ips to my private addresses. >> >> This is what I have set up in rc.conf >> >> defaultrouter="24.97.250.201" >> gateway_enable="YES" >> hostname="gir.visionpayments.net" >> ifconfig_rl0="inet 192.168.0.13 netmask 255.255.255.0" >> ifconfig_xl0="inet 24.97.250.202 netmask 255.255.255.248" >> linux_enable="YES" >> sshd_enable="YES" >> usbd_enable="YES" >> firewall_enabled="YES" >> firewall_type="OPEN" >> natd_enabled="YES" >> natd_interface="xl0" >> natd_flags="-f /etc/natd.conf" >> >> This is what I have in natd.conf >> >> redirect_address 192.168.0.10 24.97.250.203 >> >>>From what I read in the man pages and handbook this should be all I >>> need, however, I cannot even ping 24.97.250.203. So I typed in >> >> -bash-2.05b$ natd -redirect_address 192.168.0.10 24.97.250.203 >> >> and got >> >> natd: aliasing address not given >> >> So I added >> >> ifconfig_xl0_alias0 "inet 24.97.250.203" >> >> to rc.conf and now I am able to ping that public addy but it is doesn't seem to be redirecting me to 192.168.0.10. So I typed in -bash-2.05b$ natd -redirect_address 192.168.0.10 24.97.250.203 >> again to see what was happens and got >> natd: aliasing address not given Oh, and to further... when using -redirect_address as above, you must supply the -i (-interface) or an -alias_address statement. Try this: # natd -i rl0 -redirect_address 192.168.0.10 0.0.0.0 or this: # natd -a 24.97.250.203 -redirect_address 192.168.0.10 0.0.0.0 Cheers, Steve >> again. am I just being a dumb n00b? wtf am I doing wrong? >> > > First off, have you confirmed natd to be functional? Can the internal machines get out to the net? > > At what point of your firewall ruleset are you diverting to natd? > > Have you tried this: > > redirect_address 192.168.0.10 0.0.0.0 > > to see if incoming traffic destined to any public IP gets redirected? > > Steve > >> >> >> >> >> --------------------------------- >> Do you Yahoo!? >> New and Improved Yahoo! Mail - 100MB free storage! >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" --------------------------------- Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! ------=_20040805114805_47254 Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="untitled-2" MIME-Version: 1.0 Content-Type: text/plain; name="untitled-2" thank you so much. I found that for some reason natd was not loading at boot so I typed this ipfw -f flush ipfw add divert natd all from any to any via xl0 ipfw add pass all from any to any natd -n xl0 -redirect_address 192.168.0.10 24.97.250.203 and it works like a dream Steve Bertrand <iaccounts@ibctech.ca> wrote: >> Hello all, >> >> I am probably missing something really stupid but here it goes. >> I've >> read the man pages, the handbook and even googled the problem to no >> avail. >> >> I am trying to set up natd to redirect public ips to my private >> addresses. >> >> This is what I have set up in rc.conf >> >> defaultrouter="24.97.250.201" >> gateway_enable="YES" >> hostname="gir.visionpayments.net" >> ifconfig_rl0="inet 192.168.0.13 netmask 255.255.255.0" >> ifconfig_xl0="inet 24.97.250.202 netmask 255.255.255.248" >> linux_enable="YES" >> sshd_enable="YES" >> usbd_enable="YES" >> firewall_enabled="YES" >> firewall_type="OPEN" >> natd_enabled="YES" >> natd_interface="xl0" >> natd_flags="-f /etc/natd.conf" >> >> This is what I have in natd.conf >> >> redirect_address 192.168.0.10 24.97.250.203 >> >>>From what I read in the man pages and handbook this should be all I >>> need, however, I cannot even ping 24.97.250.203. So I typed in >> >> -bash-2.05b$ natd -redirect_address 192.168.0.10 24.97.250.203 >> >> and got >> >> natd: aliasing address not given >> >> So I added >> >> ifconfig_xl0_alias0 "inet 24.97.250.203" >> >> to rc.conf and now I am able to ping that public addy but it is >> doesn't seem to be redirecting me to 192.168.0.10. So I typed in >> -bash-2.05b$ natd -redirect_address 192.168.0.10 24.97.250.203 >> again to see what was happens and got >> natd: aliasing address not given Oh, and to further... when using -redirect_address as above, you must supply the -i (-interface) or an -alias_address statement. Try this: # natd -i rl0 -redirect_address 192.168.0.10 0.0.0.0 or this: # natd -a 24.97.250.203 -redirect_address 192.168.0.10 0.0.0.0 Cheers, Steve >> again. am I just being a dumb n00b? wtf am I doing wrong? >> > > First off, have you confirmed natd to be functional? Can the internal > machines get out to the net? > > At what point of your firewall ruleset are you diverting to natd? > > Have you tried this: > > redirect_address 192.168.0.10 0.0.0.0 > > to see if incoming traffic destined to any public IP gets redirected? > > Steve > >> >> >> >> >> --------------------------------- >> Do you Yahoo!? >> New and Improved Yahoo! Mail - 100MB free storage! >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" _________________________________________________________________ Do you Yahoo!? [1]New and Improved Yahoo! Mail - Send 10MB messages! References 1. http://us.rd.yahoo.com/mail_us/taglines/10/*http://promotions.yahoo.com/new_mail/static/efficiency.html ------=_20040805114805_47254-- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 16:04:44 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FE7216A4D8 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:04:44 +0000 (GMT) Received: from e.sarang.net (e.sarang.net [61.78.58.156]) by mx1.FreeBSD.org (Postfix) with SMTP id 45BA243D45 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:04:43 +0000 (GMT) (envelope-from bh@izb.knu.ac.kr) Received: (qmail 30469 invoked from network); 6 Aug 2004 01:03:42 +0900 Received: from unknown (HELO izb.knu.ac.kr) (155.230.157.93) by 0 with SMTP; 6 Aug 2004 01:03:42 +0900 Received: (qmail 49342 invoked from network); 6 Aug 2004 01:04:41 +0900 Received: from ssiba.izb.knu.ac.kr (HELO jocca.izb.knu.ac.kr) (2002:9be6:9d5d:2::1) by ssiba.izb.knu.ac.kr with AES256-SHA encrypted SMTP; 6 Aug 2004 01:04:41 +0900 Received: (qmail 49336 invoked from network); 6 Aug 2004 01:04:40 +0900 Received: from unknown (HELO tz3220e.izb.knu.ac.kr) (2002:da95:dd1f:1::1) by izb.knu.ac.kr with AES256-SHA encrypted SMTP; 6 Aug 2004 01:04:40 +0900 Received: by tz3220e.izb.knu.ac.kr (Postfix, from userid 1001) id C34816146; Fri, 6 Aug 2004 01:05:14 +0900 (KST) Date: Fri, 6 Aug 2004 01:05:14 +0900 From: "Byung-Hee H." <bh@izb.knu.ac.kr> To: Thomas Krause <fq@chef-ingenieur.de> Message-ID: <20040805160514.GA74724@tz3220e.izb.knu.ac.kr> References: <1987.212.78.101.51.1091694018.squirrel@mta.webmatic.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1987.212.78.101.51.1091694018.squirrel@mta.webmatic.de> Organization: InZealBomb X-URL: <http://izb.knu.ac.kr/~bh/> X-PGP-Key: <http://izb.knu.ac.kr/~bh/bh.public_key.asc> X-Operating-System: FreeBSD 5.2-CURRENT X-Originating-IP: [2002:da95:dd1f:1::1] User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: Only root is able to login X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 16:04:44 -0000 Hi, Thu, Aug 05, 2004 at 10:20:18AM +0200 Thomas Krause <fq@chef-ingenieur.de> wrote: > Hello, > I've a big problem, that only root is able to login to a new FreeBSD 5.2.1 > box. Neither login nor su works. I've no local access to the machine. > A ftp-login is possible for normal users. > > mdm-online:/ # su - abc > su: /bin/sh: Permission denied > > mdm-online:/ # login abc > Password: > Copyright (c) 1992-2004 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > > FreeBSD 5.2.1-RELEASE-p9 (MDM-ONLINE) #1: Mon Jul 26 22:24:58 CEST 2004 > > Welcome to FreeBSD! > > login: /bin/sh: No such file or directory > > mdm-online:/ # ls -l /bin/sh > -r-xr-xr-x 1 root wheel 753872 Jul 26 10:18 /bin/sh > mdm-online:/ # pw usershow abc > abc:*:1003:1003::0:0:User &:/home/abc:/bin/sh > mdm-online:/ # ls -ld /home/abc > drwxr-xr-x 2 abc abc 512 Aug 5 09:33 /home/abc > mdm-online:/ # ls -la /home/abc > total 20 > drwxr-xr-x 2 abc abc 512 Aug 5 09:33 . > drwxr-xr-x 7 root wheel 512 Aug 5 09:34 .. > -rw-r--r-- 1 abc abc 767 Aug 5 09:33 .cshrc > -rw-r--r-- 1 abc abc 248 Aug 5 09:33 .login > -rw-r--r-- 1 abc abc 158 Aug 5 09:33 .login_conf > -rw------- 1 abc abc 373 Aug 5 09:33 .mail_aliases > -rw-r--r-- 1 abc abc 331 Aug 5 09:33 .mailrc > -rw-r--r-- 1 abc abc 797 Aug 5 09:33 .profile > -rw------- 1 abc abc 276 Aug 5 09:33 .rhosts > -rw-r--r-- 1 abc abc 975 Aug 5 09:33 .shrc > > I've not modified any login* file in /etc > > I've no idea what's the reason, also as it worked before. > Any hints would be greatful. > > Regards, > Thomas. > Reference to MERGEMASTER(8). Cheer up! From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 16:06:09 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11BA816A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:06:09 +0000 (GMT) Received: from server1.red-ns.com (ns1.red-ns.com [64.91.226.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3FB443D6A for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:06:08 +0000 (GMT) (envelope-from info@godonline.co.za) Received: from nobody by server1.red-ns.com with local (Exim 4.34) id 1Bskkf-0001zT-PY for freebsd-questions@freebsd.org; Thu, 05 Aug 2004 18:05:57 +0200 To: freebsd-questions@freebsd.org From: "Webmaster" <info@godonline.co.za> X-Mailer: PHPlist version 2.8.11 (www.phplist.com) X-MessageID: systemmessage Message-Id: <E1Bskkf-0001zT-PY@server1.red-ns.com> Date: Thu, 05 Aug 2004 18:05:57 +0200 X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.red-ns.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12] X-AntiAbuse: Sender Address Domain - godonline.co.za X-Source: X-Source-Args: X-Source-Dir: Subject: Request for confirmation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noreply@http, //godonline.co.za/elist List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 16:06:09 -0000 Almost welcome to our mailinglist(s) ... Someone, hopefully you, has subscribed your email address to the following mailinglists: * God Online Crosswalk Ezine If this is correct, please click this URL to confirm your subscription: http://www.godonline.co.za/elist/?p=confirm&uid=65e2c823acf38c0212e0ef674e378a2f If this is not correct, you do not need to do anything, simply delete this message. Thank you From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 16:06:54 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54A6216A4CE for <questions@freebsd.org>; Thu, 5 Aug 2004 16:06:54 +0000 (GMT) Received: from server1.red-ns.com (ns1.red-ns.com [64.91.226.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3716E43D4C for <questions@freebsd.org>; Thu, 5 Aug 2004 16:06:54 +0000 (GMT) (envelope-from info@godonline.co.za) Received: from nobody by server1.red-ns.com with local (Exim 4.34) id 1Bskkl-000203-Ck for questions@freebsd.org; Thu, 05 Aug 2004 18:06:03 +0200 To: questions@freebsd.org From: "Webmaster" <info@godonline.co.za> X-Mailer: PHPlist version 2.8.11 (www.phplist.com) X-MessageID: systemmessage Message-Id: <E1Bskkl-000203-Ck@server1.red-ns.com> Date: Thu, 05 Aug 2004 18:06:03 +0200 X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.red-ns.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12] X-AntiAbuse: Sender Address Domain - godonline.co.za X-Source: X-Source-Args: X-Source-Dir: Subject: Request for confirmation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noreply@http, //godonline.co.za/elist List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 16:06:54 -0000 Almost welcome to our mailinglist(s) ... Someone, hopefully you, has subscribed your email address to the following mailinglists: * God Online Crosswalk Ezine If this is correct, please click this URL to confirm your subscription: http://www.godonline.co.za/elist/?p=confirm&uid=7aed5fdaa00650c3c07b1e1bb4f0eada If this is not correct, you do not need to do anything, simply delete this message. Thank you From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 16:13:47 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67D7816A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:13:47 +0000 (GMT) Received: from e.sarang.net (e.sarang.net [61.78.58.156]) by mx1.FreeBSD.org (Postfix) with SMTP id BA07543D5A for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:13:42 +0000 (GMT) (envelope-from bh@izb.knu.ac.kr) Received: (qmail 29413 invoked from network); 6 Aug 2004 00:12:41 +0900 Received: from unknown (HELO izb.knu.ac.kr) (155.230.157.93) by 0 with SMTP; 6 Aug 2004 00:12:41 +0900 Received: (qmail 48267 invoked from network); 6 Aug 2004 00:13:40 +0900 Received: from ssiba.izb.knu.ac.kr (HELO jocca.izb.knu.ac.kr) (2002:9be6:9d5d:2::1) by ssiba.izb.knu.ac.kr with AES256-SHA encrypted SMTP; 6 Aug 2004 00:13:40 +0900 Received: (qmail 48261 invoked from network); 6 Aug 2004 00:13:39 +0900 Received: from unknown (HELO tz3220e.izb.knu.ac.kr) (2002:da95:dd1f:1::1) by izb.knu.ac.kr with AES256-SHA encrypted SMTP; 6 Aug 2004 00:13:39 +0900 Received: by tz3220e.izb.knu.ac.kr (Postfix, from userid 1001) id 3337A6141; Fri, 6 Aug 2004 00:14:10 +0900 (KST) Date: Fri, 6 Aug 2004 00:14:10 +0900 From: "Byung-Hee H." <bh@izb.knu.ac.kr> To: Thomas Krause <fq@chef-ingenieur.de> Message-ID: <20040805151410.GA70022@tz3220e.izb.knu.ac.kr> References: <1987.212.78.101.51.1091694018.squirrel@mta.webmatic.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1987.212.78.101.51.1091694018.squirrel@mta.webmatic.de> Organization: InZealBomb X-URL: <http://izb.knu.ac.kr/~bh/> X-PGP-Key: <http://izb.knu.ac.kr/~bh/bh.public_key.asc> X-Operating-System: FreeBSD 5.2-CURRENT X-Originating-IP: [2002:da95:dd1f:1::1] User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: Only root is able to login X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 16:13:47 -0000 Hi, Thu, Aug 05, 2004 at 10:20:18AM +0200 Thomas Krause <fq@chef-ingenieur.de> wrote: > Hello, > I've a big problem, that only root is able to login to a new FreeBSD 5.2.1 > box. Neither login nor su works. I've no local access to the machine. > A ftp-login is possible for normal users. > > mdm-online:/ # su - abc > su: /bin/sh: Permission denied > > mdm-online:/ # login abc > Password: > Copyright (c) 1992-2004 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > > FreeBSD 5.2.1-RELEASE-p9 (MDM-ONLINE) #1: Mon Jul 26 22:24:58 CEST 2004 > > Welcome to FreeBSD! > > login: /bin/sh: No such file or directory > > mdm-online:/ # ls -l /bin/sh > -r-xr-xr-x 1 root wheel 753872 Jul 26 10:18 /bin/sh > mdm-online:/ # pw usershow abc > abc:*:1003:1003::0:0:User &:/home/abc:/bin/sh > mdm-online:/ # ls -ld /home/abc > drwxr-xr-x 2 abc abc 512 Aug 5 09:33 /home/abc > mdm-online:/ # ls -la /home/abc > total 20 > drwxr-xr-x 2 abc abc 512 Aug 5 09:33 . > drwxr-xr-x 7 root wheel 512 Aug 5 09:34 .. > -rw-r--r-- 1 abc abc 767 Aug 5 09:33 .cshrc > -rw-r--r-- 1 abc abc 248 Aug 5 09:33 .login > -rw-r--r-- 1 abc abc 158 Aug 5 09:33 .login_conf > -rw------- 1 abc abc 373 Aug 5 09:33 .mail_aliases > -rw-r--r-- 1 abc abc 331 Aug 5 09:33 .mailrc > -rw-r--r-- 1 abc abc 797 Aug 5 09:33 .profile > -rw------- 1 abc abc 276 Aug 5 09:33 .rhosts > -rw-r--r-- 1 abc abc 975 Aug 5 09:33 .shrc > > I've not modified any login* file in /etc > > I've no idea what's the reason, also as it worked before. > Any hints would be greatful. > > Regards, > Thomas. > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Reference to MERGEMASTER(8). From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 16:39:21 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AF4316A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:39:21 +0000 (GMT) Received: from server1.red-ns.com (ns1.red-ns.com [64.91.226.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 522AA43D31 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:39:21 +0000 (GMT) (envelope-from elist@godonline.co.za) Received: from nobody by server1.red-ns.com with local (Exim 4.34) id 1BslH0-0002q9-D9 for freebsd-questions@freebsd.org; Thu, 05 Aug 2004 18:39:22 +0200 To: freebsd-questions@freebsd.org From: "www.godonline.co.za crosswalk ezine" <elist@godonline.co.za> X-Mailer: PHPlist version 2.8.11 (www.phplist.com) X-MessageID: systemmessage Message-Id: <E1BslH0-0002q9-D9@server1.red-ns.com> Date: Thu, 05 Aug 2004 18:39:22 +0200 X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.red-ns.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12] X-AntiAbuse: Sender Address Domain - godonline.co.za X-Source: X-Source-Args: X-Source-Dir: Subject: Welcome to our Mailinglist X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: elist@godonline.co.za List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 16:39:21 -0000 Welcome to our Mailinglists Please keep this email for later reference. Your email address has been added to the following mailinglists: *God Online Crosswalk Ezine To unsubscribe please go to http://www.godonline.co.za/elist/?p=unsubscribe&uid=65e2c823acf38c0212e0ef674e378a2f and follow the steps. To update your details and preferences please go to http://www.godonline.co.za/elist/?p=preferences&uid=65e2c823acf38c0212e0ef674e378a2f. Thank you From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 16:45:00 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33F1C16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:45:00 +0000 (GMT) Received: from coverity.dreamhost.com (coverity.dreamhost.com [66.33.192.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AA1F43D2F for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:45:00 +0000 (GMT) (envelope-from tedu@coverity.com) Received: from coverity.com (dsl093-171-098.sfo4.dsl.speakeasy.net [66.93.171.98]) by coverity.dreamhost.com (Postfix) with ESMTP id 65A5690887 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 09:44:59 -0700 (PDT) Message-ID: <411262E6.3020102@coverity.com> Date: Thu, 05 Aug 2004 09:40:06 -0700 From: Ted Unangst <tedu@coverity.com> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040429 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: clock problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 16:45:00 -0000 I have an IBM thinkpad T40 running FreeBSD 4.10. It does not support apm, and acpi made the system very flaky. This hardly matters, since the BIOS suspend function still works. However, when I open the lid, the system clock is set to the same time it was when I closed the lid. ie, close lid at 6:30pm, open lid at 9:00am next morning, and 'date' tells me the time is 6:31pm yesterday. This seems to be a matter of the system time relying on timecounters only. How do I disable this behavior, or have it use the CMOS clock? Interesting sysctl values: machdep.disable_rtc_set: 0 machdep.wall_cmos_clock: 1 machdep.i8254_freq: 1193182 machdep.tsc_freq: 1594833412 kern.timecounter.method: 0 kern.timecounter.hardware: TSC From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 16:46:14 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18F8D16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:46:14 +0000 (GMT) Received: from server1.red-ns.com (ns1.red-ns.com [64.91.226.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 019DF43D54 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:46:14 +0000 (GMT) (envelope-from elist@godonline.co.za) Received: from nobody by server1.red-ns.com with local (Exim 4.34) id 1BslNc-0002sq-Vf for freebsd-questions@freebsd.org; Thu, 05 Aug 2004 18:46:12 +0200 To: freebsd-questions@freebsd.org From: "www.godonline.co.za crosswalk ezine" <elist@godonline.co.za> X-Mailer: PHPlist version 2.8.11 (www.phplist.com) X-MessageID: systemmessage X-User: freebsd-questions@freebsd.org Message-Id: <E1BslNc-0002sq-Vf@server1.red-ns.com> Date: Thu, 05 Aug 2004 18:46:12 +0200 X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server1.red-ns.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12] X-AntiAbuse: Sender Address Domain - godonline.co.za X-Source: X-Source-Args: X-Source-Dir: Subject: Goodbye from our Mailinglist X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: elist@godonline.co.za List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 16:46:14 -0000 Goodbye from our Mailinglist, sorry to see you go. You have been unsubscribed from the following mailinglists: * God Online Crosswalk Ezine If there is an error in this information, you can re-subscribe: please go to http://www.godonline.co.za/elist/?p=subscribe and follow the steps. Thank you From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 16:51:30 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 891CB16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:51:30 +0000 (GMT) Received: from coverity.dreamhost.com (coverity.dreamhost.com [66.33.192.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86D0043D39 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:51:30 +0000 (GMT) (envelope-from tedu@coverity.com) Received: from coverity.com (dsl093-171-098.sfo4.dsl.speakeasy.net [66.93.171.98]) by coverity.dreamhost.com (Postfix) with ESMTP id 3A45190887; Thu, 5 Aug 2004 09:51:29 -0700 (PDT) Message-ID: <41126472.90603@coverity.com> Date: Thu, 05 Aug 2004 09:46:42 -0700 From: Ted Unangst <tedu@coverity.com> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040429 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ted Unangst <tedu@coverity.com> References: <411262E6.3020102@coverity.com> In-Reply-To: <411262E6.3020102@coverity.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: clock problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 16:51:30 -0000 Ted Unangst wrote: > This seems to be a matter of the system time relying on timecounters > only. How do I disable this behavior, or have it use the CMOS clock? After picking a better search phrase, it seems I'm having this problem: http://www.freebsd.org/cgi/query-pr.cgi?pr=63431 Any more insight appreciated. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 16:54:05 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8EE6B16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:54:05 +0000 (GMT) Received: from amex.cox.smu.edu (amex.cox.smu.edu [129.119.81.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id B228343D4C for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 16:54:04 +0000 (GMT) (envelope-from JimiT@mail.cox.smu.edu) Received: from exch4.cox.smu.edu (exch4.cox.smu.edu [129.119.81.26]) by amex.cox.smu.edu (8.12.8/8.12.8) with ESMTP id i73NS5IF030342 for <freebsd-questions@freebsd.org>; Tue, 3 Aug 2004 18:28:05 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Date: Tue, 3 Aug 2004 18:32:44 -0500 Message-ID: <4B3F673172B98D449EBCC3BE8316F524043661AA@exch4.elcsb.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: BIND 9 Package Question Thread-Index: AcR5si0h/JDIyEDWQy2F5fhE+vG0Hw== From: "Thompson, Jimi" <JimiT@mail.cox.smu.edu> To: <freebsd-questions@freebsd.org> Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: BIND 9 Package Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 16:54:05 -0000 Hi, =20 Background - All was well until the boss upgraded the glibc on the RedHat server which made all kinds of things unhappy. Taking the opportunity to convert yet another server here to FreeBSD, I built a new DNS on FreeBSD 4.9. =20 =20 I have noticed a couple of odd things. =20 Typing in /usr/sbin/named -v, gets me this: =20 named 8.3.6-REL Mon Oct 27 14:55:35 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/usr.sbin/named =20 which totally doesn't look right since it should be bind 9 something or other. The package was /usr/ports/dns/bind9 =20 which stated in the package description that it would install BIND version 9. Either the binary doesn't know what version it is or the package has something funky in it that's yielding the wrong version number after compilation. =20 =20 =20 Thanks, =20 Ms. Jimi Thompson, CISSP Manager, Web Operations Cox School of Business Southern Methodist University =20 "What kind of peace do we seek? Not a 'Pax Americana' enforced on the world by American weapons of war. Not the peace of the grave or the security of a slave. I am talking about genuine peace, the kind of peace that makes life on earth worth living, the kind that enables men and nations to grow and to hope and to build a better life for their children-not merely peace for Americans, but peace for all men and women; not merely peace in our time, but peace for all time." - John F. Kennedy =20 =20 =20 From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 16:58:15 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 916A616A4CE; Thu, 5 Aug 2004 16:58:15 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CC9643D1D; Thu, 5 Aug 2004 16:58:15 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.0.12] (g4.samsco.home [192.168.0.12]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i75GvIiS007175; Thu, 5 Aug 2004 10:57:20 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <411266D9.7040808@freebsd.org> Date: Thu, 05 Aug 2004 10:56:57 -0600 From: Scott Long <scottl@freebsd.org> User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andre Albsmeier <andre.albsmeier@siemens.com> References: <Pine.BSF.4.44.0408032318370.13131-100000@richard2.pil.net> <20040805132857.GA3314@curry.mchp.siemens.de> In-Reply-To: <20040805132857.GA3314@curry.mchp.siemens.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: FreeBSD ISP List <freebsd-isp@freebsd.org> cc: freebsd-scsi@freebsd.org cc: freebsd-questions@freebsd.org cc: up@3.am Subject: Re: SCSI errors with Adaptec 2200S RAID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 16:58:15 -0000 Andre Albsmeier wrote: > On Tue, 03-Aug-2004 at 23:31:52 -0400, up@3.am wrote: > >>Please cc replies directly to me, as I am not subscribed to the lists. >> >>With some help from here, I was able to get this RAID card to see our >>external DLT (QUANTUM 4000) SCSI tape drive by installing the aacp (pass >>through) driver in addition to the aac driver. camcontrol now works, as >>do basic mt commands and amcheck (amanda check). >> >>However, (amanda) dumps either hang, fail completely or fail after >>transfering very little data. On the console, I see: >> >>(sa0:aacp1:0:4:0): READ(06). CDB8 0 0 0 20 0 0 >>(sa0:aacp1:0:4:0): NO SENSE ILI (length mismatch): -24576 csi:0,0,0,1 >> >>At this point the device is completely unresponsive, and the only way to >>get the system to see it again is to reboot the whole server. I tried >>ordering a 3 ft cable, thinking I was pushing my luck with the 6 ft (I've >>had this problem with SCSI cables in the past), but the problem persists. >> >>The same drive (which has an active terminator) has been working fine for >>years on a different box using an Intel L440GX+ MB's on-board SCSI port. >> >>Once again, any helpful replies are greatly appreciated! > > > Are you sure you are running a recent fw on your DLT4k? My DLTs > used to behave badly with early fw revisions. Check out > > http://www.quantum.com/am/service_support/downloads/software/dlt4000.htm > > You can upgrade it by tape or use my software for updating the fw of > SCSI devices on FreeBSD. > > -Andre > This sounds like excellent advice. Note that the error messages that you are seeing are coming from the Adaptec firmware, not FreeBSD or the aac driver. Also, the aacp device and backing firmware support are really just hacks that exist to allow cdroms to be booted and drives to be flashed with new firmware. I've never heard of anyone running a tape drive in this fashion, so it will be quite interesting to see if newer firmware helps. Scott From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 17:04:50 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15F9616A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 17:04:50 +0000 (GMT) Received: from amex.cox.smu.edu (amex.cox.smu.edu [129.119.81.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id B155243D5A for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 17:04:49 +0000 (GMT) (envelope-from JimiT@mail.cox.smu.edu) Received: from exch4.cox.smu.edu (exch4.cox.smu.edu [129.119.81.26]) by amex.cox.smu.edu (8.12.8/8.12.8) with ESMTP id i72NToIF004516 for <freebsd-questions@freebsd.org>; Mon, 2 Aug 2004 18:29:50 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Date: Mon, 2 Aug 2004 18:34:25 -0500 Message-ID: <4B3F673172B98D449EBCC3BE8316F524042A6656@exch4.elcsb.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: BIND Upgrade 8 to 9 w/odd problem Thread-Index: AcR46T9P1dG/0O25SZmd3Ff9qx2TIQ== From: "Thompson, Jimi" <JimiT@mail.cox.smu.edu> To: <freebsd-questions@freebsd.org> Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: BIND Upgrade 8 to 9 w/odd problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 17:04:50 -0000 I wanted to post this to the FreeBSD list. We recently upgrade our BIND server from 8.4.5 to 9.2.3. Under the old BIND, we have everything working. Now, the new server isn't accepting updates from the servers that it SHOULD be accepting updates from and it isn't allowing zone transfers to the servers that should be getting zone transfers from it. =20 I'd be happy to post the named.conf, if any one has any ideas. =20 =20 Thanks, =20 Ms. Jimi Thompson, CISSP Manager, Web Operations Cox School of Business Southern Methodist University =20 "What kind of peace do we seek? Not a 'Pax Americana' enforced on the world by American weapons of war. Not the peace of the grave or the security of a slave. I am talking about genuine peace, the kind of peace that makes life on earth worth living, the kind that enables men and nations to grow and to hope and to build a better life for their children-not merely peace for Americans, but peace for all men and women; not merely peace in our time, but peace for all time." - John F. Kennedy =20 =20 =20 From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 17:10:25 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80D0A16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 17:10:25 +0000 (GMT) Received: from users.757.org (users.757.org [216.54.62.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0C8743D31 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 17:10:24 +0000 (GMT) (envelope-from telmnstr@757.org) Received: by users.757.org (Postfix, from userid 1000) id 8EB083F67C; Thu, 5 Aug 2004 13:10:16 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by users.757.org (Postfix) with ESMTP id 8D8B53F676 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 13:10:16 -0400 (EDT) Date: Thu, 5 Aug 2004 13:10:16 -0400 (EDT) From: Ethan <telmnstr@757.org> To: freebsd-questions@freebsd.org Message-ID: <Pine.BSF.4.58L0.0408051309520.53482@users.757.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Multiple bktr capture cards? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 17:10:25 -0000 Anyone ever try to use 3 BKTR capture cards in a single host? -- // Ethan O'Toole // http://users.757.org/~ethan From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 17:32:29 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C641C16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 17:32:29 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9295D43D39 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 17:32:28 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i75HWNpm073934 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 5 Aug 2004 18:32:23 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i75HWNQN073933; Thu, 5 Aug 2004 18:32:23 +0100 (BST) (envelope-from matthew) Date: Thu, 5 Aug 2004 18:32:23 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: "Thompson, Jimi" <JimiT@mail.cox.smu.edu> Message-ID: <20040805173223.GA73797@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, "Thompson, Jimi" <JimiT@mail.cox.smu.edu>, freebsd-questions@freebsd.org References: <4B3F673172B98D449EBCC3BE8316F524042A6656@exch4.elcsb.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="y0ulUmNC+osPPQO6" Content-Disposition: inline In-Reply-To: <4B3F673172B98D449EBCC3BE8316F524042A6656@exch4.elcsb.net> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Thu, 05 Aug 2004 18:32:23 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: BIND Upgrade 8 to 9 w/odd problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 17:32:29 -0000 --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 02, 2004 at 06:34:25PM -0500, Thompson, Jimi wrote: > I wanted to post this to the FreeBSD list. We recently upgrade our BIND > server from 8.4.5 to 9.2.3. Under the old BIND, we have everything > working. Now, the new server isn't accepting updates from the servers > that it SHOULD be accepting updates from and it isn't allowing zone > transfers to the servers that should be getting zone transfers from it. Bind 9 is a lot pickier about the syntax of configuration and zone data files. Unless everything is syntactically correct, BIND will print warning messages into the system log and quit. You will have to update the named.conf file from Bind 8 before you can use it with Bind 9. Look in the system log /var/log/messages for indications of where the problems are. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --y0ulUmNC+osPPQO6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBEm8niD657aJF7eIRApJzAJ0Qs8w9MpeoQiW6kBY7vee4jH4k5QCcDv22 AxUyA1t/Ao/Q/v/Mvc8wOs8= =bW6f -----END PGP SIGNATURE----- --y0ulUmNC+osPPQO6-- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 17:37:56 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2CEE16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 17:37:55 +0000 (GMT) Received: from sdf.lonestar.org (ol.freeshell.org [192.94.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93EBE43D54 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 17:37:55 +0000 (GMT) (envelope-from lukas@sdf.lonestar.org) Received: from sdf.lonestar.org (IDENT:lukas@xm.freeshell.org [192.94.73.22]) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id i75Hbqbs006735; Thu, 5 Aug 2004 17:37:53 GMT Received: (from lukas@localhost) by sdf.lonestar.org (8.12.10/8.12.8/Submit) id i75HbqXo024089; Thu, 5 Aug 2004 10:37:52 -0700 (PDT) Date: Thu, 5 Aug 2004 10:37:52 -0700 (PDT) From: Luke <luked@pobox.com> X-X-Sender: lukas@xm.freeshell.org To: "Thompson, Jimi" <JimiT@mail.cox.smu.edu> In-Reply-To: <4B3F673172B98D449EBCC3BE8316F524043661AA@exch4.elcsb.net> Message-ID: <Pine.NEB.4.60.0408051032010.4572@xm.freeshell.org> References: <4B3F673172B98D449EBCC3BE8316F524043661AA@exch4.elcsb.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: freebsd-questions@freebsd.org Subject: Re: BIND 9 Package Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: LukeD@pobox.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 17:37:56 -0000 > Background - All was well until the boss upgraded the glibc on the > RedHat server which made all kinds of things unhappy. Taking the > opportunity to convert yet another server here to FreeBSD, I built a new > DNS on FreeBSD 4.9. > > > > I have noticed a couple of odd things. > > > > Typing in /usr/sbin/named -v, gets me this: > > > > named 8.3.6-REL Mon Oct 27 14:55:35 GMT 2003 > > root@freebsd-stable.sentex.ca:/usr/obj/usr/src/usr.sbin/named > > > > which totally doesn't look right since it should be bind 9 something or > other. The package was /usr/ports/dns/bind9 > > which stated in the package description that it would install BIND > version 9. Either the binary doesn't know what version it is or the > package has something funky in it that's yielding the wrong version > number after compilation. BIND 9 doesn't install to the same location as BIND 8. BIND8 usually goes to /usr/sbin/named BIND9 usually goes to /usr/local/sbin/named You might want to doublecheck the "named_program" setting in your rc.conf to make sure it's pointing at the new location too. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 18:22:38 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DECB16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 18:22:38 +0000 (GMT) Received: from pigeon.infotechfl.com (mailrelay.infotechfl.com [209.251.147.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47F0F43D5A for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 18:22:29 +0000 (GMT) (envelope-from gmulder@infotechfl.com) Received: from garymulder ([172.20.0.75]) by pigeon.infotechfl.com (8.11.6/8.11.6) with ESMTP id i75IL8F25263; Thu, 5 Aug 2004 14:21:24 -0400 Message-Id: <4.2.0.58.20040805140633.01033158@mail.infotechfl.com> X-Sender: gmulder@mail.infotechfl.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Thu, 05 Aug 2004 14:21:07 -0400 To: "Byung-Hee H." <bh@izb.knu.ac.kr>, freebsd-questions@freebsd.org From: Gary Mulder <gmulder@infotechfl.com> In-Reply-To: <20040805160514.GA74724@tz3220e.izb.knu.ac.kr> References: <1987.212.78.101.51.1091694018.squirrel@mta.webmatic.de> <1987.212.78.101.51.1091694018.squirrel@mta.webmatic.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: Only root is able to login X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 18:22:38 -0000 Is root's shell /bin/sh? If not, then something is wrong with /bin/sh. You should have another shell available to do some comparison testing (eg. /bin/csh). Use vipw to change the abc user's shell to say /bin/csh. Can you now login as abc? If so, then something is wrong with /bin/sh. If not, then it implies that the problem is not specifically with /bin/sh. Assume you can login as abc using /bin/csh. Try simply running /bin/sh. Does it work? If not, then again /bin/sh is broke somehow, replace it with /bin/sh from another identical system (I run 4.10, sorry...) Gary -- Gary Mulder <mailto:gary.mulder@infotechfl.com> Info Tech, Inc. 5700 SW 34th Street, Suite 1235 Phone: (352) 381-4400 Gainesville, FL 32608 Fax: (352) 381-4444 From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 19:57:06 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D95516A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 19:57:06 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id D493C43D41 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 19:57:05 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq56-161.dial.allstream.net [216.123.143.49]) by outbox.allstream.net (Allstream MTA) with SMTP id 5DDCAEB359 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 15:57:04 -0400 (EDT) Date: Thu, 5 Aug 2004 15:56:28 -0400 From: epilogue <epilogue@allstream.net> To: freebsd-questions@freebsd.org Message-Id: <20040805155628.4900f6bd@localhost> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: What is YOUR config for a working Iomega USB ZIP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 19:57:06 -0000 hello all, though several very kind individuals have tried to help me get my Iomega USB Zip drive working, i haven't yet had any luck. rather than continuing a desperate troubleshooting via a boring series of lengthy messages, i thought that i might try turning the tables by launching the following appeal. <><><><><><><><><><><><> could anyone who has made their Iomega USB Zip work under 4.x, please post how they did it? (relevant config files, patches, whatever) <><><><><><><><><><><><> thank you, epi p.s. for the curious, (most of my) previous posts on this matter should be covered by the following threads: http://lists.freebsd.org/pipermail/freebsd-questions/2004-July/051616.html http://lists.freebsd.org/pipermail/freebsd-questions/2004-July/052008.html http://lists.freebsd.org/pipermail/freebsd-hardware/2004-July/001760.html From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 20:21:40 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE78F16A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 20:21:40 +0000 (GMT) Received: from freebee.get1free.com (get1freemag-2.access.nethere.net [216.9.35.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6593643D60 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 20:21:40 +0000 (GMT) (envelope-from noonans@get1free.com) Received: from amen (216-120-17-140.dsl.cust.tfb.com [216.120.17.140]) (authenticated bits=0)i75KLdLa035357 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 13:21:39 -0700 (PDT) (envelope-from noonans@get1free.com) From: "Sean Noonan" <noonans@get1free.com> To: <freebsd-questions@freebsd.org> Date: Thu, 5 Aug 2004 13:21:38 -0700 Organization: Get 1 Free Magazine Message-ID: <011401c47b29$d0c05e00$fa07a8c0@amen> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: LDAP issues on 5.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 20:21:40 -0000 Hi, I've got a server running 5.21. Last build/install world was about 6 = weeks ago. Last 'portupgrade -a -R -r' was yesterday. I'm been struggling to get Samba 3.05 installed and playing nicely via = LDAP. I think I've finally managed to get everything working properly as far = as Samba is concerned, however I have one problem and one question. My problem is that users who *only* exist in the LDAP database can't = seem to SSH into the box. Also, not only must users exist in /etc/passwd to successfully SSH into the box but the order in while "files" and "ldap" = are listed in /etc/nsswitch.conf makes a difference, too. "Files" must be placed before "ldap" in /etc/nsswitch.conf for users to successfully SSH into the box. I don't understand why this is since the test account in question has the same information in both LDAP and /etc/passwd (and the = same password, etc). Other services such as POP3 and SMTP work just fine with users only in = LDAP. I suspect it's my /etc/pam.d/sshd configuration. That file looks like = this: # # $FreeBSD: src/etc/pam.d/sshd,v 1.15 2003/04/30 21:57:54 markm Exp $ # # PAM configuration for the "sshd" service # # auth auth sufficient /usr/local/lib/pam_ldap.so no_warn try_first_pass debug auth required pam_nologin.so no_warn auth sufficient pam_opie.so no_warn no_fake_prompts auth requisite pam_opieaccess.so no_warn = allow_local auth required pam_unix.so no_warn try_first_pass # account account required pam_login_access.so account required pam_unix.so # session session required pam_permit.so # password password required pam_unix.so no_warn try_first_pass Does anyone see anything in this file that would cause the behavior I'm experiencing? Lastly, my final general question is about FreeBSD's implementation of /etc/nsswitch.conf. I don't see support for shadow passwords. Should a FreeBSD box's /etc/nsswitch.conf file make any type of reference to = shadow passwords? TIA, --Sean. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 20:30:38 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2911716A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 20:30:38 +0000 (GMT) Received: from snipe.mail.pas.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17A8743D39 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 20:30:38 +0000 (GMT) (envelope-from eagleimex@earthlink.net) Received: from dialup-4.239.135.41.dial1.philadelphia1.level3.net ([4.239.135.41] helo=earthlink.net) by snipe.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1Bsosn-0005nK-00 for freebsd-questions@freebsd.org; Thu, 05 Aug 2004 13:30:37 -0700 Message-ID: <4112C2DE.1070205@earthlink.net> Date: Thu, 05 Aug 2004 16:29:34 -0700 From: eagleimex <eagleimex@earthlink.net> User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Modem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 20:30:38 -0000 TO: Kevin D. Kinsey, DaleCo, S.P. Thank you for answer and your help. A. H. BEY From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 21:05:49 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FA9A16A4CE for <questions@freebsd.org>; Thu, 5 Aug 2004 21:05:49 +0000 (GMT) Received: from lilzmailso01.liwest.at (lilzmailso01.liwest.at [212.33.55.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 218DA43D45 for <questions@freebsd.org>; Thu, 5 Aug 2004 21:05:49 +0000 (GMT) (envelope-from dgw@liwest.at) Received: from cm248-230.liwest.at ([81.10.248.230]) by lilzmailso01.liwest.at with esmtp (Exim 4.24) id 1BspQi-0002yp-RW for questions@freebsd.org; Thu, 05 Aug 2004 23:05:40 +0200 From: Daniela <dgw@liwest.at> To: questions@freebsd.org Date: Thu, 5 Aug 2004 21:59:22 +0000 User-Agent: KMail/1.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408052159.22417.dgw@liwest.at> Subject: graphics/aqsis: Doesn't compile, but found workaround X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dgw@liwest.at List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 21:05:49 -0000 Hi! The port graphics/aqsis doesn't compile because of an internal compiler bug. A quick workaround is to compile with GCC 3.2 (maybe other versions work too, but I tried this one). There is still the problem that, at a later point, it fails because of an undefined reference to pthread_mutex_destroy and pthread_mutex_init. I solved it by adding -pthread to the command line. With these two tricks it finally compiled and installed successfully. If this is acceptable, can someone edit the Makefile and add a newer GCC as dependency? Unfortunately, I'm still a newbie, so I don't know how to make a patch for this (well, I tried it, but that made the problem even worse). Regards, Daniela From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 23:36:08 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C736216A4CE for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 23:36:08 +0000 (GMT) Received: from ms-smtp-04.nyroc.rr.com (ms-smtp-04.nyroc.rr.com [24.24.2.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BFFE43D48 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 23:36:08 +0000 (GMT) (envelope-from pculmo@obs2.net) Received: from MicronLinuxBox.obs2.net (roc-66-66-201-1.rochester.rr.com [66.66.201.1])i75Na5t2008970 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 19:36:06 -0400 (EDT) Received: from micronlinuxbox.obs2.net (micronlinuxbox.obs2.net [10.200.1.1]) i75NcEZ2015158 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 19:38:14 -0400 Date: Thu, 5 Aug 2004 19:38:14 -0400 (EDT) From: Paul R Culmo <pculmo@obs2.net> To: freebsd-questions@freebsd.org In-Reply-To: <20040805165826.A73F916A559@hub.freebsd.org> Message-ID: <Pine.LNX.4.44.0408051934390.15153-100000@MicronLinuxBox.obs2.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Strange Behavior in periodic daily cron jobs. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 23:36:08 -0000 Greetings. I'm seeing some weird output from the daily periodic cron jobs that run at night. It's related to procmail but I can't figure out where in the scripts that it's causing it. Anyone seen this before? running on 5.2.1 p-9. Ports and source update code nightly using cvsup. Snip Security check: (output mailed separately) procmail: Unrecognised options: "s" Usage: procmail [-vptoY] [-f fromwhom] [parameter=value | rcfile] ... Or: procmail [-toY] [-f fromwhom] [-a argument] ... -d recipient ... Or: procmail [-ptY] [-f fromwhom] -m [parameter=value] ... rcfile [arg] ... Or: procmail [-toY] [-a argument] ... -z Processing continued procmail: Unknown user "atlas.obs2.net security run output" End Snip. The name "atlas.obs2.net" is the actual hostname the box I'm running on. -- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 00:48:05 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10CB916A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 00:48:05 +0000 (GMT) Received: from ms-smtp-01.nyroc.rr.com (ms-smtp-01.nyroc.rr.com [24.24.2.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E87643D48 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 00:48:04 +0000 (GMT) (envelope-from tomembt@rochester.rr.com) Received: from paranor (roc-66-66-58-250.rochester.rr.com [66.66.58.250]) i760m2Zx006981 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 20:48:02 -0400 (EDT) Message-Id: <3.0.3.32.20040805204806.01540640@pop-server.rochester.rr.com> X-Sender: tomembt@pop-server.rochester.rr.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Thu, 05 Aug 2004 20:48:06 -0400 To: freebsd-questions@freebsd.org From: Tom Embt <tomembt@rochester.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: What's the status of an i810 DRM? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 00:48:05 -0000 WRT a Direct Rendering Module for Intel i810 integrated video: Does it exist? http://people.freebsd.org/~anholt/dri/index.html would lead me to believe it does not. In that case, is it expected to? Thanks, Tom Embt From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 02:29:13 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC00616A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 02:29:13 +0000 (GMT) Received: from web90008.mail.scd.yahoo.com (web90008.mail.scd.yahoo.com [66.218.94.66]) by mx1.FreeBSD.org (Postfix) with SMTP id 9A8D143D5A for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 02:29:13 +0000 (GMT) (envelope-from annkok2001@yahoo.com) Message-ID: <20040806022912.62834.qmail@web90008.mail.scd.yahoo.com> Received: from [142.154.103.141] by web90008.mail.scd.yahoo.com via HTTP; Thu, 05 Aug 2004 19:29:12 PDT Date: Thu, 5 Aug 2004 19:29:12 -0700 (PDT) From: ann kok <annkok2001@yahoo.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: freebsd router X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 02:29:13 -0000 Hello I am running zebra in freebsd 5.2 as router Can you teach me how to optimize the box to designate router only? I don't need to run any application and Which command to monitor and box performance and the network also Thank you for your help __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 02:58:06 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D1CC16A4CE for <questions@freebsd.org>; Fri, 6 Aug 2004 02:58:06 +0000 (GMT) Received: from lariat.org (lariat.org [63.229.157.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACB4043D41 for <questions@freebsd.org>; Fri, 6 Aug 2004 02:58:05 +0000 (GMT) (envelope-from brett@lariat.org) Received: from runaround.lariat.org (IDENT:ppp1000.lariat.org@lariat.org [63.229.157.2]) by lariat.org (8.9.3/8.9.3) with ESMTP id UAA21990 for <questions@freebsd.org>; Thu, 5 Aug 2004 20:58:01 -0600 (MDT) X-message-flag: Warning! Use of Microsoft Outlook renders your system susceptible to Internet worms. Message-Id: <6.1.1.1.2.20040805205738.08e15630@localhost> X-Sender: brett@localhost (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.1.1 Date: Thu, 05 Aug 2004 20:58:01 -0600 To: questions@freebsd.org From: Brett Glass <brett@lariat.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Does the AMD64 version of FreeBSD run on this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 02:58:06 -0000 http://eetimes.com/semi/news/showArticle.jhtml?articleID=26805631 From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 03:01:32 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F14816A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 03:01:32 +0000 (GMT) Received: from delight.idiom.com (delight.idiom.com [216.240.32.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA7F543D46 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 03:01:31 +0000 (GMT) (envelope-from mwm@mired.org) Received: from idiom.com (idiom.com [216.240.32.1]) by delight.idiom.com (Postfix) with ESMTP id B894A33E4B for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 20:01:31 -0700 (PDT) Received: from mired.org (mwm@idiom [216.240.32.1]) by idiom.com (8.12.9p2/8.12.9) with SMTP id i762ZImp068316 for <freebsd-questions@freebsd.org>; Thu, 5 Aug 2004 19:35:19 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 8508 invoked by uid 100); 6 Aug 2004 02:35:18 -0000 Received: by guru.mired.org (tmda-sendmail, from uid 100); Thu, 05 Aug 2004 21:35:17 -0500 (CDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16658.61027.827002.280086@guru.mired.org> Date: Thu, 5 Aug 2004 21:35:15 -0500 To: DH <dhutch9999@yahoo.com> In-Reply-To: <20040804181012.71953.qmail@web20423.mail.yahoo.com> References: <20040804181012.71953.qmail@web20423.mail.yahoo.com> X-Mailer: VM 7.17 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-Primary-Address: mwm@mired.org 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/1.0.3 (Seattle Slew) From: Mike Meyer <mwm@mired.org> cc: freebsd-hackers@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: Fwd: How to read bad blocks error message & marking of same X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 03:01:32 -0000 In <20040804181012.71953.qmail@web20423.mail.yahoo.com>, DH <dhutch9999@yahoo.com> typed: > I'm reposting this because I've not rec'd a response from the freebsd-fs mailing list yet and I need an answer fairly quickly. Thanks be any who can help out! The correct place to send this is freebsd-questions. I've added that to the list, and pointed replies there as well. > I've begun rec'ing these error messages: > > ad0s1a: hard error reading fsbn 141935 of 70848 - 71103 (ad0s1 bn 141935; cn 8 tn 212 sn 59 ) status=59 error=40 > > Got about 7 of these with varying values. > > I ran Seagate's diag utility and it reported only 1 bad sector (# 71099 ). Unfortunately ad0s1a happens to my / dir so allowing the utility to write zeros to that block hasn't sat well with me. > > Sooo - if some one could explain the exact meaning of my error message & point me in the right direction to use these values to fix my disk problem I'd greatly appreciate it > (with many many many thanks in advance :) ) Modern drives deal with bad block substitution all by themselves. By the time you've got blocks going bad that the OS sees, the drive is in really sad shape. You should replace it with a new drive ASAP. <mike -- Mike Meyer <mwm@mired.org> http://www.mired.org/consulting.html Independent Network/Unix/Perforce consultant, email for more information. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 21:21:03 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B096C16A4CE for <questions@FreeBSD.org>; Thu, 5 Aug 2004 21:21:03 +0000 (GMT) Received: from hotmail.com (bay22-dav9.bay22.hotmail.com [64.4.16.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E46243D5C for <questions@FreeBSD.org>; Thu, 5 Aug 2004 21:21:03 +0000 (GMT) (envelope-from xsara_rider@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 5 Aug 2004 14:21:03 -0700 Received: from 81.244.6.106 by bay22-dav9.bay22.hotmail.com with DAV; Thu, 05 Aug 2004 21:21:03 +0000 X-Originating-IP: [81.244.6.106] X-Originating-Email: [xsara_rider@hotmail.com] X-Sender: xsara_rider@hotmail.com From: "Schaballie Mx Jeroen" <xsara_rider@hotmail.com> To: <questions@FreeBSD.org> Date: Thu, 5 Aug 2004 23:21:06 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2741.2600 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2742.200 Message-ID: <BAY22-DAV9n03t3Z4d50000047e@hotmail.com> X-OriginalArrivalTime: 05 Aug 2004 21:21:03.0341 (UTC) FILETIME=[1CB4D1D0:01C47B32] X-Mailman-Approved-At: Fri, 06 Aug 2004 12:00:31 +0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: My video card and the config X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 05 Aug 2004 21:21:03 -0000 Hi my name is schaballie jeroen=20 and i like to know what that i have to choose. i have as video card an Hercules 3d propher 4000xt, but this model is = not avaible in the database. what should i do to configure this = correctly, because i've read and tried so much these days and i doesn't = find it. thx From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 03:41:29 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BBC016A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 03:41:29 +0000 (GMT) Received: from tmgcon.com (tmgcon.com [204.202.11.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6ACA43D39 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 03:41:28 +0000 (GMT) (envelope-from gentoo@tmgcon.com) Received: from gentoo (222-152-151-89.jetstream.xtra.co.nz [222.152.151.89]) (authenticated bits=0) by tmgcon.com (8.12.11/8.12.11) with ESMTP id i763fPk5077721 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 03:41:26 GMT From: Tom Munro Glass <gentoo@tmgcon.com> To: freebsd-questions@freebsd.org Date: Fri, 6 Aug 2004 15:41:19 +1200 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408061541.19592.gentoo@tmgcon.com> Subject: Updating local copy of documentation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 03:41:29 -0000 When you install FreeBSD, lots of useful documentation is installed in the articles and books directories under /usr/share/doc/ including the essential handbook. Is there a way of automatically updating this documentation - I thought that maybe this was done as a part of cvsup, make buildworld, etc, but apparently not? I realise that I can download the latest version with FTP, but it would be nice if this could be done as part of the normal maintenance tasks. Regards, Tom Munro Glass From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 04:28:06 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C575416A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 04:28:06 +0000 (GMT) Received: from ms-smtp-03.nyroc.rr.com (ms-smtp-03.nyroc.rr.com [24.24.2.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49F7F43D2F for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 04:28:04 +0000 (GMT) (envelope-from ben@h50.net) Received: from box.h50.net (alb-24-29-69-165.nycap.rr.com [24.29.69.165]) i764Rxv2018178 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 00:28:01 -0400 (EDT) Received: from [192.168.0.4] (ool-44c13b65.dyn.optonline.net [68.193.59.101]) (authenticated bits=0) by box.h50.net (8.12.10/8.12.10) with ESMTP id i764Rmnx002318 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 00:27:56 -0400 (EDT) (envelope-from ben@h50.net) Mime-Version: 1.0 (Apple Message framework v618) Content-Transfer-Encoding: 7bit Message-Id: <F0873D0B-E760-11D8-B4D8-000A95E34DE4@h50.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Benjamin Polidore <ben@h50.net> Date: Fri, 6 Aug 2004 00:27:34 -0400 X-Mailer: Apple Mail (2.618) X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Scanned: clamd / ClamAV version 0.70, clamav-milter version 0.70j Subject: How I took my machine down and fixed it. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 04:28:06 -0000 I had a bit of a unique experience with my FreeBSD 5.2.1 server, and I thought I'd share it because I found a lot of my questions difficult to answer. I have a Via C3 800 processor on this particular server, and I thought I'd recompile with the cpu flag set in make.conf. dmesg reports this: CPU: VIA C3 Ezra (800.03-MHz 686-class CPU) So I set the flag to i686 (I would later learn that this processor only supports the i586/mmx flag) and did a make buildworld. No problem here, but when I did make installworld, things went very wrong. Errors and core dumps (illegal instruction) started raining down, and then I lost power and when I powered up, the server was a goner. So I tried to log in from the serial console, but NOTHING worked. In single user mode, I couldn't even run ls. This is a big problem. To begin fixing the system, I downloaded 5.2.1's disc2 iso and tried to log into the live filesystem shell, but sysinstall couldn't mount the CD. I searched around and realized that I was using a CD drive that supports DMA, so I had to turn that on before booting up: OK set hw.ata.ata_dma="1" OK set hw.ata.atapi_dma="1" OK boot Now I could get into the live filesystem, and I felt pretty good about my plan. I wanted to overwrite /bin, /sbin, /usr/bin and /usr/sbin (as well as libexet, etc) from the live disc. So first I had to mount the drives. I tried to mount my root slice first and was greeted with some problems: mount -w /dev/ad0s1a /mnt/root Resulted in: Operation Not Permitted But I could mount my usr slice. Again, with a bit of research, I realized that since these slices were dirty, they needed to be fsck'd before I could mount them. I tried fsck, but that complained about a lack of fstab. So I had to do a: fsck_ffs -y /dev/ad0s1a On each slice before I could mount. Mounting worked fine once I had done this, so I tried to start copying files, and was greeted with more errors. This time, again: Operation Not Permitted For each copy. This seemed really confusing to me, and after a lot of internet research, I found that I needed to unset the system immutable flag. chflags -R noschg /mnt/root ..etc Now I could copy files from the fixit disc, and I was able to reboot and do a proper make build/installworld with i586/mmx. So my system is back after many hours of frustration. Hope this can help someone else out there. Yours, Ben Polidore From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 04:41:50 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24E0E16A4CE for <questions@freebsd.org>; Fri, 6 Aug 2004 04:41:50 +0000 (GMT) Received: from asmtp-a063f31.pas.sa.earthlink.net (asmtp-a063f31.pas.sa.earthlink.net [207.217.120.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC27043D3F for <questions@freebsd.org>; Fri, 6 Aug 2004 04:41:49 +0000 (GMT) (envelope-from hakim.singhji@earthlink.net) Received: from user-0cceq8c.cable.mindspring.com ([24.199.105.12] helo=earthlink.net)(TLSv1:AES256-SHA:256) (Exim 4.34) id 1BswY9-0003tf-Ed; Thu, 05 Aug 2004 21:41:49 -0700 Message-ID: <41130C20.4070409@earthlink.net> Date: Fri, 06 Aug 2004 00:42:08 -0400 From: "Hakim Z. Singhji" <hakim.singhji@earthlink.net> Organization: New York University User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115 X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: mailing.freebsd.hackers To: nytalk-nylug@nylug.org, questions@freebsd.org, jason@lehman.cuny.edu X-Enigmail-Version: 0.83.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/mixed; boundary="------------090700030103000703080709" X-ELNK-Trace: 59e746354e49a56ad5e26e230a8c4dea74bf435c0eb9d47882885355c204f66b84429dff8244e25727390ce76c48814b350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.199.105.12 Subject: Help Debugging KShell Script??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 04:41:50 -0000 This is a multi-part message in MIME format. --------------090700030103000703080709 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Everyone, I need some help with this shell script. I originally wrote it in ksh and I not really familiar with bash. However, that is what I'm using at home now and I don't have ksh on any of my machines... Could you folks help me convert this script to bash...I don't think the arithmatic operator <bc> is a bash option. It appears that is where the first bug is at. Please see the attached (encrypted/compressed) script for any additional details. You must import my public key to open the attached file. ********************************************************** gpg --decrypt swap_mon.ksh.sig ********************************************************** Thanks in advance HZS -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBEwwglT9WV6TztkoRAnGcAJ4tVU6pQLp6ZQIBGWcjkTrVsEI6mACfWG9Y AIjZC7q4Doa6440/Gk1YgPI= =Yvuq -----END PGP SIGNATURE----- --------------090700030103000703080709 Content-Type: text/plain; name="swap_mon.ksh.sig" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="swap_mon.ksh.sig" -----BEGIN PGP MESSAGE----- Version: GnuPG v1.2.4 (GNU/Linux) owG9V89v21Qc71ohFAsQEweu3zap1qI1SVEYYLUaTvKyGJI4sp0WRlBx7JfYa/Ic 2c9bC9sdMSFxAYkTB7hw4MqZw06TuHDjH0AcEBfEbpP4PjtO01ZNQWr3pGm1/f31 +Xy/7/NevnxxaWHx6lc3d3a///und6/8+NKvvRfCe9Z4b+Sz/H7oKq9IS9kLXVJ2 GQpRGBR6HitghkyyIF7SxebCZAAVnSgmqe6VP5Chbu17I7idB8NjA/eOdxn5jIqu tk0ZYMrjJynKywNZRYiY8q1CqVAsXTqlO0Q3VK0lQzG/mbn0bO2GYtY0vSlDw2PR AWhseHj5STt6WzMEp6brhRC6dDiE0A68MQd8jkLqAPdhHPhOZFOwIKBjP+Dg94G7 FMLDkNPRtTAeAhABj1Y4ttAj5Bb3Qu7ZIXjMHkYOTqQMps+tIYytAT5NDD0GzfJ1 /Cdi9wNKT4SbNU7N4vLiDzT9sCreHwscG1nMORHvtKFIehkc62QHGqphypJ4CimH jQOALHSY7Y9GlHHBsEN70QA5PdGEqQc75WG71N4H8UKACw8Ztw7gnsddP+KI9xDo AbUj7vlMmozRxYObt6BKamqLwI6iq0q5QQyoE53AvHiSWVeNumaY27k11w85s0Z0 HTJZqOMDiKdk8JCkkWW72HapXdlrqE3V3L7xxmx30aczHtMAht7Ii8fVEBOaNBrf 20iiNaDQo30/wFFDdrLAfO71PdsSnIH0jNlSW6qpKg31NgGzTnBo2ppuzmeL2q4P K10WQzNiaHqyPREU5FIyu2xFcixOnzWiitI2O9hxpVWFtq5ViGHEAn4mKEmK9/3G CO7DAIUGNrxEWO7DPdcbUhQfy4E7EdsHY3fP1EylIf7oGKQq/q/phEiS42M3sfsh jRWqZwPugaHHD4XCWOBSbLfj29F0G1lDOxoiPbH5zGjgzEjpOGUTRRIbLZaTcDpM kpRpE71CWmZcBw5uz97aIlpNyoQYmm6XpMxaLq2yALm08nV4DTaLRSkT265LmaNA AshsoNhfvJzrjwEQd3ui1AJMQMOpUh9TukTEZXRIRygRZGXkR+xot8QjJXd57tM0 6YNmeWXqlfi8Vz5uL5h3UicB+r/41JDd1EcAPebTZe2kK2clmm3Ag9XzHafZZgkX jjGDtwKrF1PmMU4HKCGCK6EIKZOTmOnZyAXLuOEkOLGysbl/d6pC3MWOuP7QEYlU zHticuKqc7MvcfJRwmHDycNGf3PSZK8Pa2uQCh9sbcPJWLAuTDE7myjbjPglpbhW iOeDTakjQLhHpV3H44Y5p7AcYZoVSYEjw8dYYTgKffyI+70FWksceXh3Qu1Xq0Rb TpewTjvTZbuK3lJbt2RoJ6OZ9EYURo4KS6QZOzVB+2B1ousNAWNZSFtaQjBbQq12 Rg1pIX0PlQLPj6mIrly8OpZJQ9sFgySKTnRd06GJKqjcIlDt4FsNjDppNKCitSZ3 TSGUeFY2DXFX+NAV9/h3AuoMhD4lN4LwoxzkC7M/XtDyrDNg4pq3uJu3D7oMTWuB BwpeNeAGFItysSRvloBUTXi9WCzh5+OhZRwXvFttyqij8vSugSOA0SMck/9vf47U lN4uNctoNl9bivNsJrs7jXSOeqzOMZlESkye8eFJ8NDUalBTG3OvTDPxPru59NyC +CGb/sy9uvj8o4VvD159+N0Pj//84umbnd8f/vP4/Zf7n9OFb664T+9+/Ndvf3S3 vn5UX/z5ycrSL9f+BQ== =3pCO -----END PGP MESSAGE----- --------------090700030103000703080709-- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 04:54:54 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCC9C16A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 04:54:53 +0000 (GMT) Received: from mail.oisca.org (mail.oisca.org [164.46.152.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 033D643D67 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 04:54:53 +0000 (GMT) (envelope-from pwd8jmr22w@me.point.ne.jp) Received: from [192.168.1.35] (165.191.192.61.tokyo.bflets.alpha-net.ne.jp [61.192.191.165]) (authenticated (0 bits)) by mail.oisca.org (8.12.11/8.11.3) with ESMTP id i764slFn023955; Fri, 6 Aug 2004 13:54:47 +0900 Message-ID: <41130EED.4080401@me.point.ne.jp> Date: Fri, 06 Aug 2004 13:54:05 +0900 From: SrotBULL <pwd8jmr22w@me.point.ne.jp> User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Giorgos Keramidas <keramida@ceid.upatras.gr> References: <41109ABF.4090904@me.point.ne.jp> <20040804103848.GA31620@orion.daedalusnetworks.priv> <4110C905.4080108@me.point.ne.jp> <20040804110609.GA4366@orion.daedalusnetworks.priv> In-Reply-To: <20040804110609.GA4366@orion.daedalusnetworks.priv> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: IPFW - Allowed but Denied is shown in my logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pwd8jmr22w@me.point.ne.jp List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 04:54:54 -0000 Giorgos Keramidas wrote: > On 2004-08-04 20:31, Srot BULL <pwd8jmr22w@me.point.ne.jp> wrote: > >>>On 2004-08-04 17:13, Srot BULL <pwd8jmr22w@me.point.ne.jp> wrote: >>> >>>>Why are the above firewall logs telling me that it has denied my TCP >>>>packets and yet I am not experiencing some problems in my emails and >>>>access to the internet through port 80. [...] >>> >>>Giorgos Keramidas wrote: >>>Show us the full ruleset. Otherwise we're just guessing... > >>$CMD 00240 allow tcp from me to any out via $IFN setup keep-state uid root > Hmm. I'm not sure if this is a good idea, but it's unrelated to the > denied packets you're seeing :-/ I will RTFM about this...Thank you. >>$CMD 00300 deny all from 192.168.0.0/16 to any in via $IFN >>$CMD 00301 deny all from 172.16.0.0/12 to any in via $IFN >>$CMD 00302 deny all from 10.0.0.0/8 to any in via $IFN > You might want to also deny incoming packets from these addresses, or fall > back to the default firewall rule -- whatever that rule is ("deny log all" > in your case). I think I can do this...I guess... >>$CMD 00305 deny all from 169.254.0.0/16 to any in via $IFN > Hmmm, what is this address block supposed to be here for? I am sorry, I only copied this ruleset from the article...I really need to get back in RTFM and read again the article...maybe I missed something. >>#reserved for doc's# >>$CMD 00307 deny all from 204.152.64.0/23 to any in via $IFN > And this one? This one too... > A better approach that will avoid forcing everyone to wait until their > connections times out is to reply with an RST packet, which is the standard > way TCP would reply if no auth/ident service was running at all. I need some reading to understand what you just advised...Thank you. > Fragments are not late-arriving packets ;-) > > >>#* Reject & Log all incoming connections from the outside *# >>$CMD 00499 deny log all from any to any in via $IFN > This one is redundant, since it will only do the same as the one below: OK... >># Everything else is denied by default >># DENY and LOG all packets that fell through to see what they are >>$CMD 00999 deny log all from any to any > > >>My basis for my rulesets are taken from: >>http://freebsd.a1poweruser.com:6088/FBSD_firewall/ > > AFAIK, the author of the page is a reader of the list too. I can't find > anything wrong with the syntax of your rules. The only weird thing I noticed > were the two hard-wired address blocks I mentioned above. Perhaps the author > of the initial ruleset can help you more ;) It was kind enough for the author to drop me an email... and, thank you for your advices too...I will base my rulesets from yours and other peoples' advices, and re-read that article for a better understanding...and maybe I can tune my rulesets more to better fit my system. Have a nice day... SrotBULL From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 05:12:39 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9910B16A4CE for <questions@freebsd.org>; Fri, 6 Aug 2004 05:12:39 +0000 (GMT) Received: from prime.gushi.org (prime.gushi.org [65.125.228.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 082E743D5C for <questions@freebsd.org>; Fri, 6 Aug 2004 05:12:39 +0000 (GMT) (envelope-from danm@prime.gushi.org) Received: from localhost (danm@localhost.com [127.0.0.1] (may be forged)) by prime.gushi.org (8.12.11/8.12.11) with ESMTP id i765S4ZH001916 for <questions@freebsd.org>; Fri, 6 Aug 2004 01:28:05 -0400 (EDT) Date: Fri, 6 Aug 2004 01:28:04 -0400 (EDT) From: "Dan Mahoney, System Admin" <danm@prime.gushi.org> To: questions@freebsd.org Message-ID: <20040806012425.Y99504@prime.gushi.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: CVS Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 05:12:39 -0000 I was contemplating banging together a quick script to find the fastest CVS mirrors which essentially tries to retrieve a small distribution from all the available CVS servers. Does this seem like the type of thing that would be well-recieved into the base-distro or ports? Or would it simply be seen as putting extra load on the CVS servers? An optional thing I would be interested in putting in this is the ability to disfavor any server which was close to its access limit. Is there any support in the protocol for knowing which user out of how many you are? -Dan Mahoney -- Hate fedora with a white hot burning passion right now though ... damn thing is Linux-XP(tm) -Bill Nolan 2/24/04 --------Dan Mahoney-------- Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site: http://www.gushi.org --------------------------- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 05:24:51 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAAFA16A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 05:24:51 +0000 (GMT) Received: from mail.oisca.org (mail.oisca.org [164.46.152.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7AAA43D1D for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 05:24:50 +0000 (GMT) (envelope-from pwd8jmr22w@me.point.ne.jp) Received: from [192.168.1.35] (165.191.192.61.tokyo.bflets.alpha-net.ne.jp [61.192.191.165]) (authenticated (0 bits)) by mail.oisca.org (8.12.11/8.11.3) with ESMTP id i765OmJk029117 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 14:24:49 +0900 Message-ID: <411315F6.2000304@me.point.ne.jp> Date: Fri, 06 Aug 2004 14:24:06 +0900 From: SrotBULL <pwd8jmr22w@me.point.ne.jp> User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <Pine.BSF.3.96.1040805035553.3887L-100000@gaia.nimnet.asn.au> In-Reply-To: <Pine.BSF.3.96.1040805035553.3887L-100000@gaia.nimnet.asn.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: IPFW - Allowed but Denied is shown in my logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pwd8jmr22w@me.point.ne.jp List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 05:24:51 -0000 Ian Smith wrote: > On Wed, 4 Aug 2004 freebsd-questions-request@freebsd.org wrote: > > Message: 11 > > From: Srot BULL <pwd8jmr22w@me.point.ne.jp> > > > > Giorgos Keramidas wrote: > > Show us the full ruleset. Otherwise we're just guessing... > > > > My apologies, below is my complete ruleset: > > [..] > > > #* Deny ident *# > > $CMD 00315 deny tcp from any to any in via $IFN > I think perhaps you meant: > $CMD 00315 deny tcp from any to any 113 in via $IFN > > as yours denied all remaining TCP, making some rules below irrelevant, > including allows for www, ssh etc if you ever wanted to enable these. > > You'd also likely do better using reset rather than deny - assuming this > rule really was meant to block ident - to avoid timeout delays on mail. > > #* Deny all Netbios service. 137=name, 138=datagram, 139=session *# > > #* Netbios is MS/Windows sharing services. *# > > #* Block MS/Windows hosts2 name server requests 81 *# > > $CMD 00320 deny tcp from any to any 137 in via $IFN > > $CMD 00321 deny tcp from any to any 138 in via $IFN > > $CMD 00322 deny tcp from any to any 139 in via $IFN > > $CMD 00323 deny tcp from any to any 81 in via $IFN > > None of these or any other tcp .. in via $IFN rules below are ever seen. > > [..] > > #* Deny ACK packets that did not match the dynamic rule table *# > > $CMD 00332 deny tcp from any to any established in via $IFN > > That rule is also not seen .. > > [..] > > #* Reject & Log all incoming connections from the outside *# > > $CMD 00499 deny log all from any to any in via $IFN > > .. nor that one, for TCP packets .. > > > My basis for my rulesets are taken from: > > http://freebsd.a1poweruser.com:6088/FBSD_firewall/ > > Cheers, Ian Thank you for your advices... I will get myself a fairly dedicated time infront of my pc to better understand things. You have a nice day... SrotBULL From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 05:35:18 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9987B16A4CE for <questions@freebsd.org>; Fri, 6 Aug 2004 05:35:18 +0000 (GMT) Received: from invasion.mail.pas.earthlink.net (invasion.mail.pas.earthlink.net [207.217.120.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ED2E43D5D for <questions@freebsd.org>; Fri, 6 Aug 2004 05:35:18 +0000 (GMT) (envelope-from hakim.singhji@earthlink.net) Received: from user-0cceq8c.cable.mindspring.com ([24.199.105.12] helo=earthlink.net) by invasion.mail.pas.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1BsxNs-00073R-Lj; Thu, 05 Aug 2004 22:35:17 -0700 Message-ID: <411318A8.4080100@earthlink.net> Date: Fri, 06 Aug 2004 01:35:36 -0400 From: "Hakim Z. Singhji" <hakim.singhji@earthlink.net> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115 X-Accept-Language: en-us, en MIME-Version: 1.0 To: nylug-talk@nylug.org, jason@lehman.cuny.edu, questions@freebsd.org X-Enigmail-Version: 0.83.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms000800050805040800040109" X-ELNK-Trace: 59e746354e49a56ad5e26e230a8c4dea74bf435c0eb9d47882885355c204f66b62dbfef4fe19d61b3dba484c4510f214350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.199.105.12 Subject: Help Debugging Kshell Script??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 05:35:18 -0000 This is a cryptographically signed message in MIME format. --------------ms000800050805040800040109 Content-Type: multipart/mixed; boundary="------------080307050708010709030609" This is a multi-part message in MIME format. --------------080307050708010709030609 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Everyone, I need some help with this shell script. I originally wrote it in ksh and I not really familiar with bash. However, that is what I'm using at home now and I don't have ksh on any of my machines... Could you folks help me convert this script to bash...I don't think the arithmatic operator <bc> is a bash option. It appears that is where the first bug is at. Please see the attached (encrypted/compressed) script for any additional details. You must import my public key to open the attached file. ********************************************************** gpg --decrypt swap_mon.ksh.sig ********************************************************** Thanks in advance HZS -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBExinlT9WV6TztkoRAqHMAKCMFthVnjHWNh6aoNZdSBfoOeveLACeLURE n7WTKf5/nFy4e5vdrMN5Pc8= =732m -----END PGP SIGNATURE----- --------------080307050708010709030609 Content-Type: text/plain; name="swap_mon.ksh.sig" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="swap_mon.ksh.sig" -----BEGIN PGP MESSAGE----- Version: GnuPG v1.2.4 (GNU/Linux) owG9V89v21Qc71ohFAsQEweu3zap1qI1SVEYYLUaTvKyGJI4sp0WRlBx7JfYa/Ic 2c9bC9sdMSFxAYkTB7hw4MqZw06TuHDjH0AcEBfEbpP4PjtO01ZNQWr3pGm1/f31 +Xy/7/NevnxxaWHx6lc3d3a///und6/8+NKvvRfCe9Z4b+Sz/H7oKq9IS9kLXVJ2 GQpRGBR6HitghkyyIF7SxebCZAAVnSgmqe6VP5Chbu17I7idB8NjA/eOdxn5jIqu tk0ZYMrjJynKywNZRYiY8q1CqVAsXTqlO0Q3VK0lQzG/mbn0bO2GYtY0vSlDw2PR AWhseHj5STt6WzMEp6brhRC6dDiE0A68MQd8jkLqAPdhHPhOZFOwIKBjP+Dg94G7 FMLDkNPRtTAeAhABj1Y4ttAj5Bb3Qu7ZIXjMHkYOTqQMps+tIYytAT5NDD0GzfJ1 /Cdi9wNKT4SbNU7N4vLiDzT9sCreHwscG1nMORHvtKFIehkc62QHGqphypJ4CimH jQOALHSY7Y9GlHHBsEN70QA5PdGEqQc75WG71N4H8UKACw8Ztw7gnsddP+KI9xDo AbUj7vlMmozRxYObt6BKamqLwI6iq0q5QQyoE53AvHiSWVeNumaY27k11w85s0Z0 HTJZqOMDiKdk8JCkkWW72HapXdlrqE3V3L7xxmx30aczHtMAht7Ii8fVEBOaNBrf 20iiNaDQo30/wFFDdrLAfO71PdsSnIH0jNlSW6qpKg31NgGzTnBo2ppuzmeL2q4P K10WQzNiaHqyPREU5FIyu2xFcixOnzWiitI2O9hxpVWFtq5ViGHEAn4mKEmK9/3G CO7DAIUGNrxEWO7DPdcbUhQfy4E7EdsHY3fP1EylIf7oGKQq/q/phEiS42M3sfsh jRWqZwPugaHHD4XCWOBSbLfj29F0G1lDOxoiPbH5zGjgzEjpOGUTRRIbLZaTcDpM kpRpE71CWmZcBw5uz97aIlpNyoQYmm6XpMxaLq2yALm08nV4DTaLRSkT265LmaNA AshsoNhfvJzrjwEQd3ui1AJMQMOpUh9TukTEZXRIRygRZGXkR+xot8QjJXd57tM0 6YNmeWXqlfi8Vz5uL5h3UicB+r/41JDd1EcAPebTZe2kK2clmm3Ag9XzHafZZgkX jjGDtwKrF1PmMU4HKCGCK6EIKZOTmOnZyAXLuOEkOLGysbl/d6pC3MWOuP7QEYlU zHticuKqc7MvcfJRwmHDycNGf3PSZK8Pa2uQCh9sbcPJWLAuTDE7myjbjPglpbhW iOeDTakjQLhHpV3H44Y5p7AcYZoVSYEjw8dYYTgKffyI+70FWksceXh3Qu1Xq0Rb TpewTjvTZbuK3lJbt2RoJ6OZ9EYURo4KS6QZOzVB+2B1ousNAWNZSFtaQjBbQq12 Rg1pIX0PlQLPj6mIrly8OpZJQ9sFgySKTnRd06GJKqjcIlDt4FsNjDppNKCitSZ3 TSGUeFY2DXFX+NAV9/h3AuoMhD4lN4LwoxzkC7M/XtDyrDNg4pq3uJu3D7oMTWuB BwpeNeAGFItysSRvloBUTXi9WCzh5+OhZRwXvFttyqij8vSugSOA0SMck/9vf47U lN4uNctoNl9bivNsJrs7jXSOeqzOMZlESkye8eFJ8NDUalBTG3OvTDPxPru59NyC +CGb/sy9uvj8o4VvD159+N0Pj//84umbnd8f/vP4/Zf7n9OFb664T+9+/Ndvf3S3 vn5UX/z5ycrSL9f+BQ== =3pCO -----END PGP MESSAGE----- --------------080307050708010709030609-- --------------ms000800050805040800040109 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJQzCC AvwwggJloAMCAQICAwy3+jANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQGEwJaQTElMCMGA1UE ChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNv bmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDQwNzIwMDQzNzI5WhcNMDUwNzIwMDQzNzI5 WjBmMRAwDgYDVQQEEwdTaW5naGppMQ4wDAYDVQQqEwVIYWtpbTEWMBQGA1UEAxMNSGFraW0g U2luZ2hqaTEqMCgGCSqGSIb3DQEJARYbSEFLSU0uU0lOR0hKSUBFQVJUSExJTksuTkVUMIIB IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtUTeR/QpDdsw+moCLYMMcdlPychYSTlS iSyHfT3WQjvd2Bv0zFAaZoexll3Ml074YKvy/pLocnU3q07KaBnBdrbn6voqtEK6CaPYRwSg 9vjifE2UPm7bhNaqZ8vYno+bcHeG1XxrrmE3qc84rryC2LkQWdNDi63UeMP7vYJV0k6w+vEj w0kytOUoMen5hH7NwTR+4AMUedJ7dIUbKrpDlaPgvUTJOYye9l1QVGpL5+ZNtXzuCv/jR5Wl XvdRj2oCHK7L5MPe7Q2eqrvM0JivKGh7przQyirPSA3SNdqNx9gVt5+JyVR9dMj3KMpmdWdM J1iTemuKolFxhOlQOtmRawIDAQABozgwNjAmBgNVHREEHzAdgRtIQUtJTS5TSU5HSEpJQEVB UlRITElOSy5ORVQwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOBgQCFSpTAHGfH1Uej 0PdNtj5O8ZA/Iphf/YBrXiqFmhh+4+FqY46oWdpiBNtAWIisq3AXzpMwCZZYCqn+5Fqen035 amiUi5Q7K+xW0gG5EX+QWdbWPSEzTzL5WJ7N80Gee0WEcf3y7j2iipn7uegA/G5tmtQa7aAm cKoboChJcD8gXTCCAvwwggJloAMCAQICAwy3+jANBgkqhkiG9w0BAQQFADBiMQswCQYDVQQG EwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMj VGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0EwHhcNMDQwNzIwMDQzNzI5WhcN MDUwNzIwMDQzNzI5WjBmMRAwDgYDVQQEEwdTaW5naGppMQ4wDAYDVQQqEwVIYWtpbTEWMBQG A1UEAxMNSGFraW0gU2luZ2hqaTEqMCgGCSqGSIb3DQEJARYbSEFLSU0uU0lOR0hKSUBFQVJU SExJTksuTkVUMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtUTeR/QpDdsw+moC LYMMcdlPychYSTlSiSyHfT3WQjvd2Bv0zFAaZoexll3Ml074YKvy/pLocnU3q07KaBnBdrbn 6voqtEK6CaPYRwSg9vjifE2UPm7bhNaqZ8vYno+bcHeG1XxrrmE3qc84rryC2LkQWdNDi63U eMP7vYJV0k6w+vEjw0kytOUoMen5hH7NwTR+4AMUedJ7dIUbKrpDlaPgvUTJOYye9l1QVGpL 5+ZNtXzuCv/jR5WlXvdRj2oCHK7L5MPe7Q2eqrvM0JivKGh7przQyirPSA3SNdqNx9gVt5+J yVR9dMj3KMpmdWdMJ1iTemuKolFxhOlQOtmRawIDAQABozgwNjAmBgNVHREEHzAdgRtIQUtJ TS5TSU5HSEpJQEVBUlRITElOSy5ORVQwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQQFAAOB gQCFSpTAHGfH1Uej0PdNtj5O8ZA/Iphf/YBrXiqFmhh+4+FqY46oWdpiBNtAWIisq3AXzpMw CZZYCqn+5Fqen035amiUi5Q7K+xW0gG5EX+QWdbWPSEzTzL5WJ7N80Gee0WEcf3y7j2iipn7 uegA/G5tmtQa7aAmcKoboChJcD8gXTCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAw gdExCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUg VG93bjEaMBgGA1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRp b24gU2VydmljZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFp bCBDQTErMCkGCSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw0w MzA3MTcwMDAwMDBaFw0xMzA3MTYyMzU5NTlaMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxU aGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwg RnJlZW1haWwgSXNzdWluZyBDQTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAxKY8VXNV +065yplaHmjAdQRwnd/p/6Me7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNaLIkVcI7dyfAr hVqqP3FWy688Cwfn8R+RNiQqE88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUqVIUPSAR/ p7bRPGEEQB5kGXJgt/sCAwEAAaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1UdHwQ8 MDowOKA2oDSGMmh0dHA6Ly9jcmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWls Q0EuY3JsMAsGA1UdDwQEAwIBBjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxh YmVsMi0xMzgwDQYJKoZIhvcNAQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/ TCG4+DYfqi2fNi/A9BxQIJNwPP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amc OY6MIE9lX5Xa9/eH1sYITq726jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggM7MIID NwIBATBpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5 KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQID DLf6MAkGBSsOAwIaBQCgggGnMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcN AQkFMQ8XDTA0MDgwNjA1MzUzNlowIwYJKoZIhvcNAQkEMRYEFKdAQCezwzbhs421WmIHh5UG E4aoMFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0GCCqG SIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMHgGCSsGAQQBgjcQBDFrMGkwYjEL MAkGA1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAq BgNVBAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBAgMMt/owegYLKoZI hvcNAQkQAgsxa6BpMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGlu ZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWlu ZyBDQQIDDLf6MA0GCSqGSIb3DQEBAQUABIIBABcevpsUQ1OQKAlj3+UExFQKzLhmlkhXgtMy x6yb5V4c1pm8oafwZDrRZQi7iqHks9TC4FqU1hKDmKHw6cn8S9LrGY5qzCtnHlQq9gqtb48s YrXpeKtULHhVIOj+3tELBq9lcOMlp1YvyMEcLHcnWdtfSqbw0ir+7HBoVUCIoaeqOpypa+kP oFeTM5C7uCHBgOBWvTc9wo1ppg5kBzTjWpe+Eufl5my3mHFx4zRYxXlzlM1E24o7DIUriIul Wp+wiBY9ZNB5RIMktPg9Ew/Tp1GjYO8rJ6yPOulLtfY3kTmJ5Hxl6MEXxi5S8Xtc07j4l8qP +mXuT8vyw0bezlIEE0oAAAAAAAA= --------------ms000800050805040800040109-- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 07:17:04 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DF8C16A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 07:17:04 +0000 (GMT) Received: from yami.57thstreet.com (constr1-host1.corridor.net [66.100.236.130]) by mx1.FreeBSD.org (Postfix) with SMTP id 8983D43D55 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 07:17:03 +0000 (GMT) (envelope-from jeffk@well.com) Received: (qmail 67025 invoked from network); 6 Aug 2004 07:48:12 -0000 Received: from unknown (HELO ?192.168.0.5?) (66.100.236.133) by constr1-host1.corridor.net with SMTP; 6 Aug 2004 07:48:12 -0000 Mime-Version: 1.0 X-Sender: jeffk@mail.well.com Message-Id: <p06002017bd38da0c39a9@[192.168.0.5]> Date: Fri, 6 Aug 2004 02:16:50 -0500 To: freebsd-questions@freebsd.org From: Jeff Kramer <jeffk@well.com> Content-Type: text/plain; charset="us-ascii" ; format="flowed" Subject: identifying and fixing server I/O slowdowns X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 07:17:04 -0000 Oh great and wise FreeBSD gurus, I've been running FreeBSD boxes for about five years with great results (up to 6 at the moment), but recently one of my machines has started to seriously act up. Every time a heavy disk operation (say, tar'ing a 1 gig directory) occurs the system slows to a crawl, and requests to apache/php/mysql sites hosted on it just hang. The system is a dual p3 1.13ghz box with a gig of ram and mirrored 80 gig WD800BB drives on a Promise TX2 controller. The raid isn't degraded. There's a dedicated 1.5 gig swap partition and a swap file on the /usr partition. We had some apache processes go nuts one time, which is why I added the swap file. We run about 15 jails on the machine, with MySQL in the server proper and apache/php running inside the jails. I initially thought it was a rogue process taking down the machine, but it seems to be that any heavy disk activity for more than a few minutes brings about the slowdown. It doesn't happen instantly, but after a minute or two things will slow to a crawl. I've recompiled the kernel a few times, upgraded to the latest 4-STABLE rev, and even turned on device polling, but nothing seems to be helping. It doesn't seem to happen on another machine we have with identical hardware. My sysctl.conf: kern.ipc.somaxconn=4096 net.inet.tcp.sendspace=32768 net.inet.tcp.recvspace=32768 net.inet.icmp.drop_redirect=1 net.inet.icmp.log_redirect=1 net.inet.ip.redirect=0 net.inet6.ip6.redirect=0 net.link.ether.inet.max_age=1200 net.inet.icmp.bmcastecho=0 net.inet.icmp.maskrepl=0 kern.maxfiles=65536 kern.ipc.shm_use_phys=1 kern.polling.enable=1 And a netstat -m: 301/928/131072 mbufs in use (current/peak/max): 301 mbufs allocated to data 287/874/32768 mbuf clusters in use (current/peak/max) 1980 Kbytes allocated to network (2% of mb_map in use) 0 requests for memory denied 0 requests for memory delayed 0 calls to protocol drain routines And here's a typical systat -v snapshot while the machine's 'ok': 3 users Load 0.32 0.38 0.31 Aug 6 00:03 Mem:KB REAL VIRTUAL VN PAGER SWAP PAGER Tot Share Tot Share Free in out in out Act 221588 38656 747652 117796 39404 count 4 3 All 1024156 41620 1546136 144132 pages 18 5 Interrupts Proc:r p d s w Csw Trp Sys Int Sof Flt 21 cow 1156 total 2 2 70 343 63322119 1156 57 397 186992 wire fxp0 irq2 623848 act 13 ohci0 irq9 4.4%Sys 1.0%Intr 2.5%User 0.0%Nice 92.1%Idl 176096 inact 11 mux irq10 | | | | | | | | | | 37220 cache fdc0 irq6 ==+> 2184 free 1004 clk irq0 daefr 128 rtc irq8 Namei Name-cache Dir-cache 15 prcfr Calls hits % hits % 5 react 126 125 99 pdwake 340 zfod pdpgs Disks ad4 ad6 fd0 md0 119 ofod 1 intrn KB/t 0.00 16.72 0.00 0.00 34 %slo-z 114304 buf tps 0 11 0 0 401 tfree 173 dirtybuf MB/s 0.00 0.17 0.00 0.00 70310 desiredvnodes % busy 0 9 0 0 64089 numvnodes 54829 freevnodes And here's a systat -v snapshop while the machine's choking: 4 users Load 0.39 0.35 0.31 Aug 6 00:08 Mem:KB REAL VIRTUAL VN PAGER SWAP PAGER Tot Share Tot Share Free in out in out Act 191344 34248 728736 117268 51916 count 1 6 All 1024676 37500 2075520 144188 pages 2 67 Interrupts Proc:r p d s w Csw Trp Sys Int Sof Flt 29 cow 1698 total 5 2 70 573 74423171 1699 225 367 180904 wire fxp0 irq2 640404 act 335 ohci0 irq9 5.7%Sys 1.9%Intr 7.5%User 0.0%Nice 84.9%Idl 153116 inact 236 mux irq10 | | | | | | | | | | 50252 cache fdc0 irq6 ===+>>>> 1664 free 999 clk irq0 daefr 128 rtc irq8 Namei Name-cache Dir-cache 93 prcfr Calls hits % hits % 1 react 8693 8196 94 12 0 pdwake 308 zfod 2693 pdpgs Disks ad4 ad6 fd0 md0 135 ofod intrn KB/t 98.81 16.61 0.00 0.00 43 %slo-z 114304 buf tps 13 225 0 0 1277 tfree 278 dirtybuf MB/s 1.23 3.64 0.00 0.00 70310 desiredvnodes % busy 2 99 0 0 64089 numvnodes 52125 freevnodes Thoughts? Is there any way to force a machine to limit the monopolization of a disk controller by a process? -- Jeff Kramer jeffk@well.com http://www.keika.org/ From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 07:22:32 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BC4C16A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 07:22:32 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6A09843D2D for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 07:22:31 +0000 (GMT) (envelope-from free.bsd@gmx.net) Received: (qmail 7499 invoked by uid 65534); 6 Aug 2004 07:22:28 -0000 Received: from unknown (EHLO kojo) (203.70.36.119) by mail.gmx.net (mp020) with SMTP; 06 Aug 2004 09:22:28 +0200 X-Authenticated: #20105305 From: "FreeBSD Daemon" <free.bsd@gmx.net> To: <freebsd-questions@freebsd.org> Date: Fri, 6 Aug 2004 15:28:15 +0800 Message-ID: <000301c47b86$f2f31eb0$0501a8c0@kojo> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: MPS version control X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 07:22:32 -0000 Dear list I just bought a Supermicro P4SCT. The BIOS has an option called "MPS version" of the operating system. Could someone tell me what the MPS version of FreeBSD 4.10 is, and maybe what MPS actually means?! TIA zheyu From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 08:22:14 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A90F16A4CE; Fri, 6 Aug 2004 08:22:14 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FDA443D31; Fri, 6 Aug 2004 08:22:13 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 7F45C8125; Fri, 6 Aug 2004 10:23:42 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 63806-09; Fri, 6 Aug 2004 10:23:42 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id 3836380FC; Fri, 6 Aug 2004 10:23:42 +0200 (CEST) From: Jorn Argelo <jorn@wcborstel.nl> To: freebsd-questions@freebsd.org Date: Fri, 6 Aug 2004 10:22:03 +0200 User-Agent: KMail/1.6.2 References: <6.1.1.1.2.20040805205738.08e15630@localhost> In-Reply-To: <6.1.1.1.2.20040805205738.08e15630@localhost> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408061022.11150.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: Brett Glass <brett@lariat.org> cc: questions@freebsd.org Subject: Re: Does the AMD64 version of FreeBSD run on this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 08:22:14 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 06 August 2004 04:58, Brett Glass wrote: > http://eetimes.com/semi/news/showArticle.jhtml?articleID=3D26805631 Probably not. Intel isn't going to keep exactly the same architecture as AM= D=20 has now. They'll make a few minor ajustments to fine-tune their CPU. Cheers, Jorn =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBEz+vs2lBCry7iusRAgenAKCARiNDvqkxBf4VGLnySrQGUlKTmACcCd34 ZhNk5aexG41RD85kMLZ1sKs=3D =3DN58h =2D----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 08:22:14 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A90F16A4CE; Fri, 6 Aug 2004 08:22:14 +0000 (GMT) Received: from www.wcborstel.nl (wcborstel.demon.nl [82.161.134.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FDA443D31; Fri, 6 Aug 2004 08:22:13 +0000 (GMT) (envelope-from jorn@wcborstel.nl) Received: from localhost (localhost.chello.nl [127.0.0.1]) by www.wcborstel.nl (Postfix) with ESMTP id 7F45C8125; Fri, 6 Aug 2004 10:23:42 +0200 (CEST) Received: from www.wcborstel.nl ([127.0.0.1]) by localhost (www.wcborstel.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 63806-09; Fri, 6 Aug 2004 10:23:42 +0200 (CEST) Received: from [192.168.2.110] (unknown [192.168.2.110]) by www.wcborstel.nl (Postfix) with ESMTP id 3836380FC; Fri, 6 Aug 2004 10:23:42 +0200 (CEST) From: Jorn Argelo <jorn@wcborstel.nl> To: freebsd-questions@freebsd.org Date: Fri, 6 Aug 2004 10:22:03 +0200 User-Agent: KMail/1.6.2 References: <6.1.1.1.2.20040805205738.08e15630@localhost> In-Reply-To: <6.1.1.1.2.20040805205738.08e15630@localhost> MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200408061022.11150.jorn@wcborstel.nl> X-Virus-Scanned: by amavisd-new at mail.domain.tld cc: Brett Glass <brett@lariat.org> cc: questions@freebsd.org Subject: Re: Does the AMD64 version of FreeBSD run on this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 08:22:14 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 06 August 2004 04:58, Brett Glass wrote: > http://eetimes.com/semi/news/showArticle.jhtml?articleID=3D26805631 Probably not. Intel isn't going to keep exactly the same architecture as AM= D=20 has now. They'll make a few minor ajustments to fine-tune their CPU. Cheers, Jorn =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBEz+vs2lBCry7iusRAgenAKCARiNDvqkxBf4VGLnySrQGUlKTmACcCd34 ZhNk5aexG41RD85kMLZ1sKs=3D =3DN58h =2D----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 08:42:09 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02AF916A4F4 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 08:42:08 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1DEF143D1D for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 08:42:07 +0000 (GMT) (envelope-from h.sandring@gmx.net) Received: (qmail 22530 invoked by uid 65534); 6 Aug 2004 08:42:04 -0000 Received: from unknown (EHLO kojo) (203.70.36.119) by mail.gmx.net (mp018) with SMTP; 06 Aug 2004 10:42:04 +0200 X-Authenticated: #2341648 From: "H. Sandring" <h.sandring@gmx.net> To: <freebsd-current@freebsd.org>, <freebsd-questions@freebsd.org>, <Freebsd-stable@freebsd.org> Date: Fri, 6 Aug 2004 16:47:51 +0800 Message-ID: <001a01c47b92$11e18310$0501a8c0@kojo> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: CPUID maximum value X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 08:42:09 -0000 Dear list Should CPUID maximum value be limited to 3 for FreeBSD 4.x? How is it with FreeBSD 5x? TIA zheyu From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 08:42:11 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A77816A4D1 for <questions@freebsd.org>; Fri, 6 Aug 2004 08:42:11 +0000 (GMT) Received: from annibale.willystudios.com (annibale.willystudios.com [216.120.241.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DA4143D31 for <questions@freebsd.org>; Fri, 6 Aug 2004 08:42:11 +0000 (GMT) (envelope-from stucchi@willystudios.com) Received: by annibale.willystudios.com (Postfix, from userid 1003) id 7B3E84F545; Fri, 6 Aug 2004 10:39:29 +0200 (CEST) Received: from max.willystudios.com (host17-103.pool8248.interbusiness.it [82.48.103.17]) by annibale.willystudios.com (Postfix) with ESMTP id 5AD174F47F; Fri, 6 Aug 2004 10:39:28 +0200 (CEST) Received: by max.willystudios.com (Postfix, from userid 1000) id 7FC5557E; Fri, 6 Aug 2004 10:42:03 +0200 (CEST) Date: Fri, 6 Aug 2004 10:42:03 +0200 From: Massimiliano Stucchi <stucchi@willystudios.com> To: Brett Glass <brett@lariat.org> Message-ID: <20040806084203.GD4621@willystudios.com> References: <6.1.1.1.2.20040805205738.08e15630@localhost> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sgneBHv3152wZ8jf" Content-Disposition: inline In-Reply-To: <6.1.1.1.2.20040805205738.08e15630@localhost> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.10-STABLE X-URL: http://www.willystudios.com/max/ X-Organization: WillyStudios.com X-Bogosity: No, tests=bogofilter, spamicity=0.500000, version=0.92.4 cc: questions@freebsd.org Subject: Re: Does the AMD64 version of FreeBSD run on this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: stucchi@willystudios.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 08:42:11 -0000 --sgneBHv3152wZ8jf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 050804, 20:58, Brett Glass wrote: > http://eetimes.com/semi/news/showArticle.jhtml?articleID=3D26805631 You should look at the IA64 port, not the AMD64. Cheers --=20 Massimiliano Stucchi WillyStudios.com stucchi@willystudios.com Http://www.willystudios.com/max/ --sgneBHv3152wZ8jf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBE0RbFwcpJfdZDoERAmEeAJ9BsbqQscR1MkPfCCHJm033iwhilQCcD4dk rJyBf8FZTHznJYAPICleDpE= =tOvv -----END PGP SIGNATURE----- --sgneBHv3152wZ8jf-- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 10:05:08 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D279A16A4CF for <questions@freebsd.org>; Fri, 6 Aug 2004 10:05:08 +0000 (GMT) Received: from kayjay.xs4all.nl (kayjay.xs4all.nl [80.126.33.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2825943D5A for <questions@freebsd.org>; Fri, 6 Aug 2004 10:05:08 +0000 (GMT) (envelope-from karelj@kayjay.xs4all.nl) Received: from kayjay.xs4all.nl (localhost.kayjay.xs4all.nl [127.0.0.1]) by kayjay.xs4all.nl (8.12.11/8.12.11) with ESMTP id i76A556X008449 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for <questions@freebsd.org>; Fri, 6 Aug 2004 12:05:06 +0200 (CEST) (envelope-from karelj@kayjay.xs4all.nl) Received: (from karelj@localhost) by kayjay.xs4all.nl (8.12.11/8.12.11/Submit) id i76A553Q008448 for questions@freebsd.org; Fri, 6 Aug 2004 12:05:05 +0200 (CEST) (envelope-from karelj) Date: Fri, 6 Aug 2004 12:05:05 +0200 From: "Karel J. Bosschaart" <karelj@kayjay.xs4all.nl> To: questions@freebsd.org Message-ID: <20040806100505.GA8401@kayjay.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: where is KDE 3.2.3 theme manager? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 10:05:08 -0000 Where can I find the KDE theme manager (3.2.3)? Googling reveals that there will be a new one for 3.3, but what about 3.2.3? I can't find it in Control Center, and I can't find anything in ports. Although it's long ago (probably KDE 2) I'm pretty sure that I once had a KDE theme manager. Karel. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 10:45:44 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1425716A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 10:45:44 +0000 (GMT) Received: from p15140542.pureserver.info (papendorf-se.de [217.160.222.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B83443D4C for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 10:45:43 +0000 (GMT) (envelope-from freebsd@nagilum.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by p15140542.pureserver.info (Postfix) with ESMTP id BB26C2F4117; Fri, 6 Aug 2004 12:45:40 +0200 (CEST) Received: from p15140542.pureserver.info ([127.0.0.1]) by localhost (p15140542 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04574-01; Fri, 6 Aug 2004 12:45:38 +0200 (CEST) Received: from cakebox.homeunix.net (stgt-d9bb5c8d.pool.mediaWays.net [217.187.92.141]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by p15140542.pureserver.info (Postfix) with ESMTP id 8B8D72F405B; Fri, 6 Aug 2004 12:45:38 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id 970693F9E65; Fri, 6 Aug 2004 12:45:00 +0200 (CEST) Received: from cakebox.homeunix.net ([127.0.0.1]) by localhost (cakebox.tis [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 48716-03; Fri, 6 Aug 2004 12:43:33 +0200 (CEST) Received: from [10.1.1.4] (scorpio.tis [10.1.1.4]) by cakebox.homeunix.net (Postfix) with ESMTP id 751183F9DDC; Fri, 6 Aug 2004 12:43:06 +0200 (CEST) Message-ID: <411360D7.5010509@nagilum.org> Date: Fri, 06 Aug 2004 12:43:35 +0200 From: Nagilum <freebsd@nagilum.org> User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "cedrick.gaillard" <cedrick.gaillard@laposte.net> References: <20040802063027.0980816E951@postfix4-1.free.fr> In-Reply-To: <20040802063027.0980816E951@postfix4-1.free.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at cakebox.homeunix.net X-Virus-Scanned: by amavisd-new at papendorf-se.de cc: freebsd-questions@freebsd.org Subject: Re: irc resuming through natd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 10:45:44 -0000 I'm not completely sure what you mean, but if your client does not reconnect after a disconnect maybe you could try another client? I found irssi to be a good replacement for ircII in that regard.. Kind regards, Alex. cedrick.gaillard wrote: >hi, > >it's impossible for me to do irc resuming through may freebsd gateway. >i was on freebsd 4.7 and i am now on freebsd 5.2.1 current and the >problem persists on both versions. > >someone have a good way to do irc resuming? > >here is my natd.conf : >log yes >log_denied yes >use_sockets yes >same_ports yes >interface xl0 >punch_fw 10000:20 >log_ipfw_denied yes > >i use ipfw >if my other computer is connected directly on internet, it have no >problem. > >Thanks >cédrick > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 11:08:41 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED3A216A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 11:08:41 +0000 (GMT) Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1769943D4C for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 11:08:41 +0000 (GMT) (envelope-from cedrick.gaillard@laposte.net) Received: from bidibulle (mobidyc.net [82.228.222.83]) by postfix4-2.free.fr (Postfix) with ESMTP id D4FDF1BE988; Fri, 6 Aug 2004 13:08:38 +0200 (CEST) From: "cedrick.gaillard" <cedrick.gaillard@laposte.net> To: "'Nagilum'" <freebsd@nagilum.org> Date: Fri, 6 Aug 2004 13:10:39 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcR7ooRujtjoBCdxT5WIbKAZHoIqFgAAoD7g In-Reply-To: <411360D7.5010509@nagilum.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Message-Id: <20040806110838.D4FDF1BE988@postfix4-2.free.fr> cc: freebsd-questions@freebsd.org Subject: RE: irc resuming through natd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 11:08:42 -0000 Thank you but the problem is not my irc client, the problem is in libalias(3). I patched the source alias_irc.c with the patch found here : http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dbin/50310 The patch must not be applied at line 140 but at line 155 on -CURRENT All works fine now. thanks c=E9drick gaillard =20 > -----Message d'origine----- > De : Nagilum [mailto:freebsd@nagilum.org]=20 > Envoy=E9 : vendredi 6 ao=FBt 2004 12:44 > =C0 : cedrick.gaillard > Cc : freebsd-questions@freebsd.org > Objet : Re: irc resuming through natd >=20 > I'm not completely sure what you mean, but if your client=20 > does not reconnect after a disconnect maybe you could try=20 > another client? I found irssi to be a good replacement for=20 > ircII in that regard.. > Kind regards, > Alex. >=20 > cedrick.gaillard wrote: >=20 > >hi, > >=20 > >it's impossible for me to do irc resuming through may=20 > freebsd gateway. > >i was on freebsd 4.7 and i am now on freebsd 5.2.1 current and the=20 > >problem persists on both versions. > >=20 > >someone have a good way to do irc resuming? > >=20 > >here is my natd.conf : > >log yes > >log_denied yes > >use_sockets yes > >same_ports yes > >interface xl0 > >punch_fw 10000:20 > >log_ipfw_denied yes > >=20 > >i use ipfw > >if my other computer is connected directly on internet, it have no=20 > >problem. > >=20 > >Thanks > >c=E9drick > > > >_______________________________________________ > >freebsd-questions@freebsd.org mailing list=20 > >http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >To unsubscribe, send any mail to=20 > "freebsd-questions-unsubscribe@freebsd.org" > > =20 > > >=20 From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 12:03:43 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9C8C716A4CF for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 12:03:43 +0000 (GMT) Received: from mail.boundariez.com (mail.boundariez.com [216.36.108.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 189E843D5C for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 12:03:43 +0000 (GMT) (envelope-from Ralph@boundariez.com) content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Fri, 6 Aug 2004 07:58:28 -0400 Message-ID: <B06CC0370BBC0F4EA588FD6952A939251A2F58@tenacious.boundariez.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Unreal Tournament 2004 on 5.2.1? Thread-index: AcR7rK+ppaHaXeTdS2mAArTOpTSSvQ== Sensitivity: Company-Confidential From: "Ralph M. Los" <Ralph@boundariez.com> To: <freebsd-questions@freebsd.org> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Unreal Tournament 2004 on 5.2.1? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 12:03:43 -0000 Hi, I'm thinking of building an Unreal Tournament 2004 server, and am curious to know if anyone has it working on FreeBSD 5.2.1? Any suggestions, pointers, etc are welcome. Thanks, -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + Ralph | Internet Systems & Security + + Boundariez.com | -"Specializing in Paranoia"- + -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + ralph[!at]boundariez[dot!]com | Never understimate the power + + AIM: SekurityWizard | stupid people + + ICQ: 2206039 | in large groups + -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+=20 From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 13:26:12 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F191B16A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 13:26:12 +0000 (GMT) Received: from lakermmtao09.cox.net (lakermmtao09.cox.net [68.230.240.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EC1843D31 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 13:26:12 +0000 (GMT) (envelope-from jacoulter@jacoulter.net) Received: from [68.105.58.150] by lakermmtao09.cox.net (InterMail vM.6.01.03.02.01 201-2131-111-104-103-20040709) with SMTP id <20040806132611.JJRP20883.lakermmtao09.cox.net@[68.105.58.150]> for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 09:26:11 -0400 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Fri, 6 Aug 2004 08:26:01 -0500 From: "James A. Coulter" <jacoulter@jacoulter.net> Date: Fri, 6 Aug 2004 08:26:01 -0500 To: freebsd-questions@freebsd.org Message-ID: <20040806132601.GA3043@sara.mshome.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Newbie Security Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 13:26:13 -0000 I recently got my firewall up and configured (many thanks to JJB and everyone else for their help) and have been reading the daily security message from root with a great deal of interest. My question is, when I see entries like this: Aug 5 17:55:54 sara sshd[2099]: Failed password for root from 209.120.224.13 +port 40515 ssh2 Aug 5 17:55:55 sara sshd[2101]: Failed password for root from 209.120.224.13 +port 60426 ssh2 Aug 5 17:55:55 sara sshd[2103]: Failed password for root from 209.120.224.13 +port 54447 ssh2 Aug 5 17:55:59 sara sshd[2105]: Failed password for root from 209.120.224.13 +port 44460 ssh2 is it safe to assume someone has been trying to hack my system? I did a whois search on the IP and it went to a provider in Colorado. I'm asking because I'm curious - thanks again for everyone's help. Jim C. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 14:33:01 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE5ED16A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 14:33:01 +0000 (GMT) Received: from mtiwmhc12.worldnet.att.net (mtiwmhc12.worldnet.att.net [204.127.131.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F1CD43D2D for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 14:33:01 +0000 (GMT) (envelope-from duanewinner@worldnet.att.net) Received: from [10.10.100.91] (unknown[216.113.237.29]) by worldnet.att.net (mtiwmhc12) with ESMTP id <2004080614330011200ardige> (Authid: duanewinner); Fri, 6 Aug 2004 14:33:00 +0000 Message-ID: <4113969B.6030707@att.net> Date: Fri, 06 Aug 2004 10:32:59 -0400 From: Duane Winner <duanewinner@att.net> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040730 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: openoffice on freebsd broke? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 14:33:01 -0000 Hello all, I do a cvsup on ports-all daily, and the other day I noticed that openoffice-1.1.2 is being report as out of date and that the port has 1.1.3: openoffice-1.1.2 < needs updating (port has 1.1.3) So I did a '# portupgrade openoffice' It seemed to compile and install just fine (no errors or problems), but now it crashes every time I run it. As soon as I click on an openoffice window: A pop-up window message reports "OpenOffice 1.1.2: An unrecoverable error has occurred. All modified files have been saved and and can probably be recovered at program restart." If I start openoffice-1.1 from an xterm, I see the following output after the crash: crash_report: not found Fatal exception: signal 11 Stack: Abort trap (core dumped) I have replicated this on three different computers, all running 5.2.1-RELEASE-p9. Anybody else having this problem? I've reported this to openoffice@freebsd.org and ports@freebsd.org, but have not seen or heard anything else. Thanks for any feedback, Duane Winner From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 17:02:00 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id DD76316A4CF; Fri, 6 Aug 2004 17:02:00 +0000 (GMT) To: FreeBSD-questions@FreeBSD.org Message-Id: <20040806170200.DD76316A4CF@hub.freebsd.org> Date: Fri, 6 Aug 2004 17:02:00 +0000 (GMT) From: grog@FreeBSD.ORG (Greg Lehey) Subject: How to get best results from FreeBSD-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 17:02:01 -0000 How to get the best results from FreeBSD questions. =================================================== Last update $Date: 2003/03/09 22:09:31 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions, -newbies or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from Majordomo@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions mailing list! If you ever want to remove yourself from this mailing list, you can send mail to "Majordomo@FreeBSD.ORG" with the following command in the body of your email message: unsubscribe freebsd-questions Greg Lehey <grog@lemis.de> Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions, -newbies or -hackers? =================================================== Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In addition, the FreeBSD-newbies list caters specifically for people who are new to FreeBSD and may be having trouble getting used to the environment. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/index.html, and also on your own system (once you've installed it) at /usr/share/doc/en/books/faq/index.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. If you're new to FreeBSD, and the message is about your own relationship to FreeBSD, send the message to FreeBSD-newbies. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. When sending a new message, well, send a new message. Don't reply to some other message, erase the old content and change the subject line. That leaves an In-reply-to: header which many mail readers use to thread messages, so your message shows up as a reply to some other message. People often delete messages a whole thread at a time, so apart from irritating people, you also run a chance of having the message deleted unread. 4. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 5. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 6. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 7. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 8. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 9. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. $Id: Howto-ask-questions,v 1.4 2003/03/09 22:09:31 grog Exp $ From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 17:02:01 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id E143216A4D0; Fri, 6 Aug 2004 17:02:00 +0000 (GMT) To: FreeBSD-questions@FreeBSD.org Message-Id: <20040806170200.E143216A4D0@hub.freebsd.org> Date: Fri, 6 Aug 2004 17:02:00 +0000 (GMT) From: grog@FreeBSD.ORG (Greg Lehey) Subject: "The Complete FreeBSD": errata and addenda X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 17:02:01 -0000 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception. Inevitably, a number of bugs and changes have surfaced. "The Complete FreeBSD" has been through a total of five editions, including its predecessor "Installing and Running FreeBSD". Two of these have been reprinted with corrections. I maintain a series of errata pages. Start at http://www.lemis.com/errata-4.html to find out how to get the errata information. Have you found a problem with the book, or maybe something confusing? Please let me know: I'm constantly updating it. Greg From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 17:28:28 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F0E316A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 17:28:28 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24DDD43D60 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 17:28:28 +0000 (GMT) (envelope-from joseph.peterson@gmail.com) Received: by mproxy.gmail.com with SMTP id 79so56731rnl for <freebsd-questions@freebsd.org>; Fri, 06 Aug 2004 10:28:24 -0700 (PDT) Received: by 10.38.12.77 with SMTP id 77mr12087rnl; Fri, 06 Aug 2004 10:28:24 -0700 (PDT) Message-ID: <38a23c3604080610282bbf820d@mail.gmail.com> Date: Fri, 6 Aug 2004 12:28:24 -0500 From: Joseph Peterson <joseph.peterson@gmail.com> To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Where'd the list go? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 17:28:28 -0000 I haven't seen any activity since 9 or so last night, and its after noon! whats up? (please CC me as I'm not getting my list feed for some reason) From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 17:32:58 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FF4616A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 17:32:58 +0000 (GMT) Received: from smtp.nemschoff.com (smtp.Nemschoff.com [64.179.52.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D25943D66 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 17:32:58 +0000 (GMT) (envelope-from MClark@Nemschoff.com) Received: from EMAILSERVER2.nemschoff.com ([10.10.11.20]) by smtp.nemschoff.com with Microsoft SMTPSVC(5.0.2195.6713); Fri, 6 Aug 2004 12:34:49 -0500 Received: by EMAILSERVER2.nemschoff.com with Internet Mail Service (5.5.2653.19) id <Q2CLB63P>; Fri, 6 Aug 2004 12:34:55 -0500 Message-ID: <A2A28DB6D52E084783ACD6E6C6F5D790022873A2@EMAILSERVER2.nemschoff.com> From: Michael Clark <MClark@Nemschoff.com> To: 'ann kok' <annkok2001@yahoo.com>, freebsd-questions@freebsd.org Date: Fri, 6 Aug 2004 12:34:49 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" X-OriginalArrivalTime: 06 Aug 2004 17:34:49.0359 (UTC) FILETIME=[AC6549F0:01C47BDB] Subject: RE: freebsd router X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 17:32:58 -0000 > -----Original Message----- > From: ann kok [mailto:annkok2001@yahoo.com] > Sent: Thursday, August 05, 2004 9:29 PM > To: freebsd-questions@freebsd.org > Subject: freebsd router > > > Hello > > I am running zebra in freebsd 5.2 as router > > Can you teach me how to optimize the box to designate > router only? > > I don't need to run any application > > and Which command to monitor and box performance and > the network also >the top command will give you performance information. For real time network monitoring try iftop and trafshow in ports Michael Clark Nemschoff Chairs Inc mclark at nemschoff dot com CompTIA A+, Network+, Server+, MCP Voice: (920) 457 7726 x294 Fax: (920) 453 6594 CONFIDENTIALITY NOTE: This electronic transmission, including all attachments, is directed in confidence solely to the person(s) to whom it is addressed, or an authorized recipient, and may not otherwise be distributed, copied or disclosed. The contents of the transmission may also be subject to intellectual property rights and all such rights are expressly claimed and are not waived. If you have received this transmission in error, please notify the sender immediately by return electronic transmission and then immediately delete this transmission, including all attachments, without copying, distributing or disclosing same. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 18:19:56 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B03E16A4D5 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 18:19:56 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68A4C43D48 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 18:19:55 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Bt9Jp-0004O9-00 for <freebsd-questions@freebsd.org>; Fri, 06 Aug 2004 20:19:53 +0200 Received: from 208-186-54-187.nrp3feld.roc.ny.frontiernet.net ([208.186.54.187]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <freebsd-questions@freebsd.org>; Fri, 06 Aug 2004 20:19:53 +0200 Received: from missive by 208-186-54-187.nrp3feld.roc.ny.frontiernet.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <freebsd-questions@freebsd.org>; Fri, 06 Aug 2004 20:19:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Lee Harr <missive@frontiernet.net> Date: Fri, 6 Aug 2004 18:19:51 +0000 (UTC) Lines: 13 Message-ID: <slrnch7iu6.k2.missive@homer.localdomain> References: <opsb3ee0o3odrt25@mail.in.tum.de> <410E2063.6080205@cordula.ws> <opsb49g2f4odrt25@mail.in.tum.de> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 208-186-54-187.nrp3feld.roc.ny.frontiernet.net User-Agent: slrn/0.9.8.0 (FreeBSD) Sender: news <news@sea.gmane.org> Subject: Re: Headless Install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: missive@hotmail.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 18:19:56 -0000 On 2004-08-03, Maksym Marchenko <marchenk@in.tum.de> wrote: > And what you can do with "headless" PC? Can you control this PC only in > command prompt? Or (may be) you can use anything like X - twm? > Sure. You would use the headless machine to run X clients. I have a headless PC that serves X sessions for a dozen thin terminals. The server actually has video if I need to access the console (I do not have a serial console set up) but I almost never have a monitor or keyboard attached to the system. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 18:26:44 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A735416A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 18:26:44 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69C6443D49 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 18:26:44 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Bt9QR-0004XS-00 for <freebsd-questions@freebsd.org>; Fri, 06 Aug 2004 20:26:43 +0200 Received: from 208-186-54-187.nrp3feld.roc.ny.frontiernet.net ([208.186.54.187]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <freebsd-questions@freebsd.org>; Fri, 06 Aug 2004 20:26:43 +0200 Received: from missive by 208-186-54-187.nrp3feld.roc.ny.frontiernet.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <freebsd-questions@freebsd.org>; Fri, 06 Aug 2004 20:26:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Lee Harr <missive@frontiernet.net> Date: Fri, 6 Aug 2004 18:26:39 +0000 (UTC) Lines: 24 Message-ID: <slrnch7jav.k2.missive@homer.localdomain> References: <20040803171006.GB26333@troutmask.apl.washington.edu> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 208-186-54-187.nrp3feld.roc.ny.frontiernet.net User-Agent: slrn/0.9.8.0 (FreeBSD) Sender: news <news@sea.gmane.org> Subject: Re: Using rrestore with ssh? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: missive@hotmail.com List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 18:26:45 -0000 On 2004-08-03, Steve Kargl <sgk@troutmask.apl.washington.edu> wrote: > Anyone have a tip on using rrestore with ssh instead > of the rexecd and rcmd facility? My attempts at using > rrestore result in > > dhcp-78-74:kargl[207] rrestore -x -b 64 -f troutmask:/dev/nsa0 > Connection to troutmask.apl.washington.edu established. > IP_TOS:IPTOS_THROUGHPUT setsockopt: Operation not supported > TCP_NODELAY setsockopt: Operation not supported > rshd: Login incorrect. > Lost connection to remote host. > dhcp-78-74:kargl[208] > > On troutmask, I have uncommented the appropriate inetd.conf > lines that should allow rmt, rdump, and rrestore to work. > Have you read the handbook section on backups? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/backup-basics.html My take is that it may be easier to just use restore instead of rrestore. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 18:46:02 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C49716A4CE for <questions@freebsd.org>; Fri, 6 Aug 2004 18:46:02 +0000 (GMT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0006043D5F for <questions@freebsd.org>; Fri, 6 Aug 2004 18:46:01 +0000 (GMT) (envelope-from infofarmer@mail.ru) Received: from [83.237.13.73] (port=15119 helo=SATPC) by mx1.mail.ru with smtp id 1Bt9j6-000ESy-00 for questions@freebsd.org; Fri, 06 Aug 2004 22:46:00 +0400 Message-ID: <000f01c47be6$4484b9a0$0111a8c0@SATPC> From: "Andrew" <infofarmer@mail.ru> To: <questions@freebsd.org> Date: Fri, 6 Aug 2004 22:50:39 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Spam: Not detected Subject: ADSL (1 dyn IP) => FreeBSD => WinGate => NAT Network??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 18:46:02 -0000 Hi! I've been using Wingate for months now to distribute an internet connection among 10 users (NAT). Stunned by regular failures of Windows 2000, Wingate and other evil software, I decided to switch to FreeBSD. I read the handbook and about 3000 more pages of manuals / how-to's / guides. I set up FreeBSD with all applications I currently need for server tasks. I now need to test some applications, while keeping a part of the load on the Wingate machine. What I want to do is connect to internet via ADSL, using the bsd box, and let Wingate use the connection through the box. What is the best way to retain most of the NAT functionality? If you are happy to not know what Wingate is, try to assume that it is just another nat-box. Can bsd somehow "forward" connection, so that the nat-box almost feels like it has a real IP? Best regards, Andrew From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 18:49:27 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 527A916A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 18:49:27 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5619343D3F for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 18:49:26 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i76InN2Z091789 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 6 Aug 2004 19:49:23 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i76InNsm091788; Fri, 6 Aug 2004 19:49:23 +0100 (BST) (envelope-from matthew) Date: Fri, 6 Aug 2004 19:49:23 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Tom Munro Glass <gentoo@tmgcon.com> Message-ID: <20040806184922.GA91576@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, Tom Munro Glass <gentoo@tmgcon.com>, freebsd-questions@freebsd.org References: <200408061541.19592.gentoo@tmgcon.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline In-Reply-To: <200408061541.19592.gentoo@tmgcon.com> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Fri, 06 Aug 2004 19:49:23 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: Updating local copy of documentation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 18:49:27 -0000 --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 06, 2004 at 03:41:19PM +1200, Tom Munro Glass wrote: > When you install FreeBSD, lots of useful documentation is installed in th= e=20 > articles and books directories under /usr/share/doc/ including the essent= ial=20 > handbook. >=20 > Is there a way of automatically updating this documentation - I thought t= hat=20 > maybe this was done as a part of cvsup, make buildworld, etc, but apparen= tly=20 > not? I realise that I can download the latest version with FTP, but it wo= uld=20 > be nice if this could be done as part of the normal maintenance tasks. Yes, you can update the doc sources using cvsup(1), and build them locally. You need to install one of the textproc/docproj ports (install one with jadetex if you want to be able to create PDF output), and use a supfile like so: *default host=3DCHANGE_THIS.FreeBSD.org *default base=3D/usr *default prefix=3D/usr *default release=3Dcvs tag=3D. *default delete use-rel-suffix *default compress =20 doc-all A handy way of doing that is simply to make the following settings in /etc/make.conf: SUP_UPDATE=3D yes # SUP=3D /usr/local/bin/cvsup SUPFLAGS=3D -g -L 2 SUPHOST=3D CHANGE_THIS.FreeBSD.org SUPFILE=3D /usr/share/examples/cvsup/stable-supfile PORTSSUPFILE=3D /usr/share/examples/cvsup/ports-supfile DOCSUPFILE=3D /usr/share/examples/cvsup/doc-supfile Then you can just type 'make update' in either /usr/src or in /usr/doc to pull down the latest sources. Note that will bring down the sources for all of the different language versions of the docs. If you just want the English versions, you can use a refuse file like: doc/bn_* doc/da_* doc/de_* doc/el_* doc/es_* doc/fr_* doc/it_* doc/ja_* doc/nl_* doc/no_* doc/pl_* doc/pt_* doc/ru_* doc/sr_* doc/tr_* doc/zh_* As ever, start by reading the documentation, in this the FreeBSD Documentation Project Primer: http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/index.html Note that locally built copies of the documentation end up somewhere below /usr/doc/en_US.ISO8859-1, unlike the copy of the handbook installed with the system in /usr/share/doc Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --AhhlLboLdkugWU4S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBE9KyiD657aJF7eIRAmiGAJ9tI7uC82aKyv7hCjyN926H9wPiSACfX5KJ NC5CO5/Q3A27C2AFxsT2CYE= =apXp -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S-- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 18:55:55 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBF3216A69A for <questions@freebsd.org>; Fri, 6 Aug 2004 18:55:55 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A9F243D1F for <questions@freebsd.org>; Fri, 6 Aug 2004 18:55:55 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i76ItoZA091985 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 6 Aug 2004 19:55:50 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i76ItnjJ091983; Fri, 6 Aug 2004 19:55:49 +0100 (BST) (envelope-from matthew) Date: Fri, 6 Aug 2004 19:55:49 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: "Dan Mahoney, System Admin" <danm@prime.gushi.org> Message-ID: <20040806185549.GB91576@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, "Dan Mahoney, System Admin" <danm@prime.gushi.org>, questions@freebsd.org References: <20040806012425.Y99504@prime.gushi.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2B/JsCI69OhZNC5r" Content-Disposition: inline In-Reply-To: <20040806012425.Y99504@prime.gushi.org> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Fri, 06 Aug 2004 19:55:50 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: questions@freebsd.org Subject: Re: CVS Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 18:55:56 -0000 --2B/JsCI69OhZNC5r Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 06, 2004 at 01:28:04AM -0400, Dan Mahoney, System Admin wrote: > I was contemplating banging together a quick script to find the fastest= =20 > CVS mirrors which essentially tries to retrieve a small distribution from= =20 > all the available CVS servers. Does this seem like the type of thing tha= t=20 > would be well-recieved into the base-distro or ports? Or would it simply= =20 > be seen as putting extra load on the CVS servers? What? Like /usr/ports/sysutils/fastest_cvsup/ ? You'ld be reinventing the wheel. =20 > An optional thing I would be interested in putting in this is the ability= =20 > to disfavor any server which was close to its access limit. Is there any= =20 > support in the protocol for knowing which user out of how many you are? Not so far as I know. However, a machine with too many active cvsup clients will tend to slow down quite significantly, so the 'find fastest server' type script above generally steers you towards the more lightly loaded servers. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --2B/JsCI69OhZNC5r Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBE9Q1iD657aJF7eIRAmC+AKC4WXXDFnk8gSEookVsysLZ3/TXggCfUha6 MH3s1XTP/M3ZCrU8HRx0b68= =82UL -----END PGP SIGNATURE----- --2B/JsCI69OhZNC5r-- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 18:59:58 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 786F316A55A for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 18:59:58 +0000 (GMT) Received: from mail02.emailcontrolcenter.us (mail02.emailcontrolcenter.us [209.225.3.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A83F43D68 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 18:59:58 +0000 (GMT) (envelope-from isutcliffe@rocketseed.us) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) i76Ixoh08280 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 14:59:50 -0400 Message-Id: <200408061859.i76Ixoh08280@mail02.emailcontrolcenter.us> Received: from isutcliffe@rocketseed.us ([68.70.161.220]) by SBMS ([10.1.2.10]) for freebsd-questions@FreeBSD.org id <608335606>; Fri, 06 Aug 2004 15:00:28 -0500 From: "Iain Sutcliffe" <isutcliffe@rocketseed.us> To: <freebsd-questions@FreeBSD.org> Date: Fri, 6 Aug 2004 14:59:54 -0400 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcR7uIaXAPdPPUEET/e+wv5MPMp1OwALookw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Mailer-Rocketseed: MjA5LjIyNS4zLjE5OA== X-Mailer-Rocketseed-Counter: 1 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: IBM x-series 335 keyboard problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 18:59:58 -0000 Hi, =20 I am trying to install v5.2.1 onto an IBM x-series 335 server. It has a single cable with which to attach the monitor/keyboard/mouse that enables daisy chaining of servers. =20 When I install I get to a point where I have to enter information and the keyboard doesn't work. I've tried several times with no luck. =20 Do you have any known problems with these systems? =20 Regards =20 Iain Sutcliffe From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 19:00:54 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D36DF16AD43 for <questions@freebsd.org>; Fri, 6 Aug 2004 19:00:53 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBCD343D2F for <questions@freebsd.org>; Fri, 6 Aug 2004 19:00:44 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i76J0ao12992; Fri, 6 Aug 2004 15:00:36 -0400 (EDT) From: Jerry McAllister <jerrymc@clunix.cl.msu.edu> Message-Id: <200408061900.i76J0ao12992@clunix.cl.msu.edu> To: danm@prime.gushi.org (Dan Mahoney, System Admin) Date: Fri, 6 Aug 2004 15:00:36 -0400 (EDT) In-Reply-To: <20040806012425.Y99504@prime.gushi.org> from "Dan Mahoney, System Admin" at Aug 06, 2004 01:28:04 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: CVS Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 19:00:54 -0000 > > I was contemplating banging together a quick script to find the fastest > CVS mirrors which essentially tries to retrieve a small distribution from > all the available CVS servers. Does this seem like the type of thing that > would be well-recieved into the base-distro or ports? Or would it simply > be seen as putting extra load on the CVS servers? The problem is that the response you would get would be only valid for where you are running the script. Every host in the world would get different results, because they would have different conditions and connections. Having one person running something like that wouldn't put much load on anything, but, if everyone in FreeBSD land fired something like that up everytime they were to download stuff, it was add unnecessary load. > An optional thing I would be interested in putting in this is the ability > to disfavor any server which was close to its access limit. Is there any > support in the protocol for knowing which user out of how many you are? > > -Dan Mahoney > > -- > > Hate fedora with a white hot burning passion right now though ... damn thing is Linux-XP(tm) > > -Bill Nolan > 2/24/04 > > --------Dan Mahoney-------- > Techie, Sysadmin, WebGeek > Gushi on efnet/undernet IRC > ICQ: 13735144 AIM: LarpGM > Site: http://www.gushi.org > --------------------------- > From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 19:14:14 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04A3816A4CE; Fri, 6 Aug 2004 19:14:14 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id A243C43D5F; Fri, 6 Aug 2004 19:14:13 +0000 (GMT) (envelope-from garycor@comcast.net) Received: from [10.56.78.111] (pcp09118143pcs.union01.nj.comcast.net[69.142.234.88]) by comcast.net (sccrmhc12) with ESMTP id <2004080619141001200pra7re> (Authid: garycor); Fri, 6 Aug 2004 19:14:12 +0000 Message-ID: <4113D950.8000502@comcast.net> Date: Fri, 06 Aug 2004 15:17:36 -0400 From: Gary Corcoran <garycor@comcast.net> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20040804181012.71953.qmail@web20423.mail.yahoo.com> <16658.61027.827002.280086@guru.mired.org> In-Reply-To: <16658.61027.827002.280086@guru.mired.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org cc: DH <dhutch9999@yahoo.com> Subject: Re: Fwd: How to read bad blocks error message & marking of same X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 19:14:14 -0000 Mike Meyer wrote: > Modern drives deal with bad block substitution all by themselves. Umm - not quite, right? That is, if a block "goes bad" and you get a read error, the drive isn't going to do any "substituting" at that point. You'll just continue to get the read error if you try to access (read) that block. It's only when you allow another *write* to that block (e.g. by deleting the original file and writing new files) that the drive will automatically substitute a spare block for the one that went bad. > By > the time you've got blocks going bad that the OS sees, the drive is in > really sad shape. You should replace it with a new drive ASAP. If, after you have (for certain!) overwritten the bad block(s) and you still get errors, then yes the drive is on its way out. But simply getting a read error (without any overwrite attempt) from a block or two doesn't necessarily mean that the drive is turning to mush, now does it? Gary From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 19:14:42 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3F4916A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 19:14:42 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53AB743D39 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 19:14:42 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 6 Aug 2004 14:11:05 -0500 Message-ID: <4113D89F.8000608@daleco.biz> Date: Fri, 06 Aug 2004 14:14:39 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tom Munro Glass <gentoo@tmgcon.com> References: <200408061541.19592.gentoo@tmgcon.com> In-Reply-To: <200408061541.19592.gentoo@tmgcon.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 06 Aug 2004 19:11:06.0365 (UTC) FILETIME=[1FC272D0:01C47BE9] cc: freebsd-questions@freebsd.org Subject: Re: Updating local copy of documentation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 19:14:43 -0000 Tom Munro Glass wrote: >When you install FreeBSD, lots of useful documentation is installed in the >articles and books directories under /usr/share/doc/ including the essential >handbook. > >Is there a way of automatically updating this documentation - I thought that >maybe this was done as a part of cvsup, make buildworld, etc, but apparently >not? I realise that I can download the latest version with FTP, but it would >be nice if this could be done as part of the normal maintenance tasks. > >Regards, > >Tom Munro Glass > > You'd do it in similar fashion; in fact you could rather easily script it, I suppose. $cvsup doc-all[*] $cd /usr/doc && make install clean *see /usr/share/examples/cvsup/doc-supfile for details. HTH, Kevin Kinsey DaleCo, S.P. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 19:24:57 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 879BA16A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 19:24:57 +0000 (GMT) Received: from catflap.slightlystrange.org (cpc2-cmbg1-3-0-cust94.cmbg.cable.ntl.com [213.107.104.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEE0743D5E for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 19:24:56 +0000 (GMT) (envelope-from danielby@slightlystrange.org) Received: from danielby by catflap.slightlystrange.org with local (Exim 4.41 (FreeBSD)) id 1BtAKl-000OiV-Oq for freebsd-questions@freebsd.org; Fri, 06 Aug 2004 20:24:55 +0100 Date: Fri, 6 Aug 2004 20:24:55 +0100 From: Daniel Bye <freebsd-questions@slightlystrange.org> To: freebsd-questions@freebsd.org Message-ID: <20040806192455.GA94854@catflap.slightlystrange.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <200408061541.19592.gentoo@tmgcon.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ibTvN161/egqYuK8" Content-Disposition: inline In-Reply-To: <200408061541.19592.gentoo@tmgcon.com> User-Agent: Mutt/1.4.2.1i Subject: Re: Updating local copy of documentation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Bye <freebsd-questions@slightlystrange.org> List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 19:24:57 -0000 --ibTvN161/egqYuK8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 06, 2004 at 03:41:19PM +1200, Tom Munro Glass wrote: > When you install FreeBSD, lots of useful documentation is installed in th= e=20 > articles and books directories under /usr/share/doc/ including the essent= ial=20 > handbook. >=20 > Is there a way of automatically updating this documentation - I thought t= hat=20 > maybe this was done as a part of cvsup, make buildworld, etc, but apparen= tly=20 > not? I realise that I can download the latest version with FTP, but it wo= uld=20 > be nice if this could be done as part of the normal maintenance tasks. You can get the latest version of hte docs using CVSup. This is the CVSUP file I use for that very purpose: ## BEGIN *default host=3Dcvsup.uk.FreeBSD.org *default base=3D/usr *default prefix=3D/usr *default release=3Dcvs tag=3D. *default delete use-rel-suffix *default compress doc-all ## END Naturally, you will want to change the host=3D to one near to you. To have the docs updated when you do a `make update', you need to ensure that you have `DOCSUPFILE=3D/path/to/doc-supfile' set in /etc/make.conf. To save time and disk space, you can also tell the build system to only build docs in one language, using `DOC_LANG=3Den_US.ISO8859-1' in /etc/make.conf Once you have gotten the latest sources,=20 # cd /usr/doc # make all install clean and all should be well. Note that you will need to install the textproc/docproj port to be able to build the docs from the source. You can get more info at http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/ HTH Dan --=20 Daniel Bye PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F _ ASCII ribbon campaign ( ) - against HTML, vCards and X - proprietary attachments in e-mail / \ --ibTvN161/egqYuK8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBE9sHhvzwOpChvo8RAj8GAKCxoQpecZ/oqkdLhrNZb6isyX2wtgCg34MA nPFJw4md+1NOwM0yNFlmTlE= =kIgH -----END PGP SIGNATURE----- --ibTvN161/egqYuK8-- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 19:38:46 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DDCE16A4CF; Fri, 6 Aug 2004 19:38:46 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EDCC43D67; Fri, 6 Aug 2004 19:38:45 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.12.11) id i76JciPK026591; Fri, 6 Aug 2004 14:38:44 -0500 (CDT) (envelope-from dan) Date: Fri, 6 Aug 2004 14:38:44 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: Gary Corcoran <garycor@comcast.net> Message-ID: <20040806193843.GB11465@dan.emsphone.com> References: <20040804181012.71953.qmail@web20423.mail.yahoo.com> <16658.61027.827002.280086@guru.mired.org> <4113D950.8000502@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4113D950.8000502@comcast.net> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-hackers@freebsd.org cc: freebsd-questions@freebsd.org cc: DH <dhutch9999@yahoo.com> Subject: Re: Fwd: How to read bad blocks error message & marking of same X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 19:38:46 -0000 In the last episode (Aug 06), Gary Corcoran said: > Mike Meyer wrote: > > >Modern drives deal with bad block substitution all by themselves. > > Umm - not quite, right? That is, if a block "goes bad" and you get a > read error, the drive isn't going to do any "substituting" at that > point. You'll just continue to get the read error if you try to > access (read) that block. It's only when you allow another *write* > to that block (e.g. by deleting the original file and writing new > files) that the drive will automatically substitute a spare block for > the one that went bad. SCSI drives, at least, may do automatic reallocation on both reads and writes ( camcontrol mode da0 -m 1, the ARRE and AWRE flags ). If the drive had to reread the block or had to use ECC to recover data, AND the entire block was recovered, it will relocate the data if ARRE is set. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 19:43:50 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42A3716A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 19:43:50 +0000 (GMT) Received: from pd5mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0223143D2F for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 19:43:50 +0000 (GMT) (envelope-from flowers@nekulturny.org) Received: from pd3mr3so.prod.shaw.ca (pd3mr3so-ser.prod.shaw.ca [10.0.141.179])2003))freebsd-questions@freebsd.org; Fri, 06 Aug 2004 13:37:09 -0600 (MDT) Received: from pn2ml2so.prod.shaw.ca ([10.0.121.146]) by pd3mr3so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I2100376IHXA5D0@pd3mr3so.prod.shaw.ca> for freebsd-questions@freebsd.org; Fri, 06 Aug 2004 13:37:09 -0600 (MDT) Received: from procyon.nekulturny.org (S0106000d56e6b1f7.cg.shawcable.net [68.144.91.127]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I2100E0XIHW1N@l-daemon> for freebsd-questions@freebsd.org; Fri, 06 Aug 2004 13:37:09 -0600 (MDT) Received: from procyon.nekulturny.org (localhost.nekulturny.org [127.0.0.1]) i76JawZb001448; Fri, 06 Aug 2004 13:36:58 -0600 (MDT envelope-from flowers@nekulturny.org) Received: (from flowers@localhost) by procyon.nekulturny.org (8.12.10/8.12.10/Submit) id i76JawC2001447; Fri, 06 Aug 2004 13:36:58 -0600 (MDT envelope-from flowers) Date: Fri, 06 Aug 2004 13:36:57 -0600 From: Danny MacMillan <flowers@users.sourceforge.net> In-reply-to: <20040729205515.65199.qmail@web14104.mail.yahoo.com> To: Sandbox Video Productions <sandboxpro@yahoo.com> Message-id: <20040806193657.GA1299@procyon.nekulturny.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline User-Agent: Mutt/1.4.2.1i References: <20040729205515.65199.qmail@web14104.mail.yahoo.com> cc: freebsd-questions@freebsd.org Subject: Re: Sound Driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 19:43:50 -0000 On Thu, Jul 29, 2004 at 02:55:15PM -0600, Sandbox Video Productions wrote: > Starting KDE I always get this message. Then it just > stalls > > Sound server informational message: > Error while ititializing the sound driver: > device /dev/dsp can't be opened (Device not > configured) > The sound server will continue using the null output device I used to get that error when I started KDE without having loaded the driver for my sound card. However the impact was just that I couldn't hear any sound; KDE still started and ran well (but quietly). Depending on what sound card you have, it is likely that you will want to add the following to /boot/loader.conf: snd_pcm_enable="YES" That's assuming that you don't have it compiled into the kernel (it isn't by default). However, while that should fix the error message when KDE loads, it probably won't resolve whatever is causing KDE to stall. Still, you have to take things one at a time. -- Danny MacMillan From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 19:44:35 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C40A016A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 19:44:35 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82DC243D55 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 19:44:35 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 32702 invoked from network); 6 Aug 2004 19:44:35 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.no-ip.com) ([66.92.78.145]) (envelope-sender <freebsd-questions-local@be-well.ilk.org>) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for <freebsd-questions@freebsd.org>; 6 Aug 2004 19:44:34 -0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 89B227F; Fri, 6 Aug 2004 15:44:34 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Tom Munro Glass <gentoo@tmgcon.com> References: <200408061541.19592.gentoo@tmgcon.com> From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> Date: 06 Aug 2004 15:44:34 -0400 In-Reply-To: <200408061541.19592.gentoo@tmgcon.com> Message-ID: <44k6wcyrtp.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Updating local copy of documentation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 19:44:35 -0000 Tom Munro Glass <gentoo@tmgcon.com> writes: > When you install FreeBSD, lots of useful documentation is installed in the > articles and books directories under /usr/share/doc/ including the essential > handbook. > > Is there a way of automatically updating this documentation - I thought that > maybe this was done as a part of cvsup, make buildworld, etc, but apparently > not? I realise that I can download the latest version with FTP, but it would > be nice if this could be done as part of the normal maintenance tasks. You can build it from source (see the Documentation Project Handbook), but it would be a lot less work to just download the prebuilt ones. It should be a pretty simple matter to do that in a script that you can add to your "normal maintenance tasks." Note that building the documentation requires you to install quite a bit of software. There's a port for it, of course, but if you're not going to use jadetex (as one obvious example) for anything else, it's overkill. Especially if you're not going to try modifying the docs, but just build them occasionally. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 19:54:27 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0905116A4CE for <questions@freebsd.org>; Fri, 6 Aug 2004 19:54:27 +0000 (GMT) Received: from ntvop2.netaccnt.net (ntvop2.netaccnt.net [208.34.105.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96E5D43D3F for <questions@freebsd.org>; Fri, 6 Aug 2004 19:54:26 +0000 (GMT) (envelope-from kenney@netacc.net) Received: from PORTEGE (unverified [68.50.31.136]) by ntvop2.netaccnt.net <B0077340674@ntvop2.netaccnt.net> for <questions@FreeBSD.org>; Fri, 6 Aug 2004 15:54:24 -0400 From: "J. Kenney" <kenney@netacc.net> To: <questions@FreeBSD.org> Date: Fri, 6 Aug 2004 15:53:42 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcR77xMnusx3ptvyTbivuBSg/gRZ+A== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Message-Id: <20040806195426.96E5D43D3F@mx1.FreeBSD.org> Subject: Freebsd 5.x on Toshiba Portege 3500 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 19:54:27 -0000 Good Afternoon All, 4.x boots/installs and works fine on my notebook (Toshiba Portege 3500), but no version of 5.x has successfully booted (with/without ASPI, safe mode, etc), but the strange thing is that if I load VMWare or VirtualPC 2004 and try to install FreeBSD 5.x into the VM it also does not survive the boot up? I was hoping that maybe someone has been able to get the Portege to boot, and could help with advise. Many thanks! J. Kenney From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 20:00:30 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBFEE16A4CF for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 20:00:30 +0000 (GMT) Received: from conn.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C49543D39 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 20:00:29 +0000 (GMT) (envelope-from drue@therub.org) Received: from egypt.therub.org (drue.dsl.visi.com [209.98.146.43]) by conn.mc.mpls.visi.com (Postfix) with ESMTP id 1B0CA8343; Fri, 6 Aug 2004 15:00:27 -0500 (CDT) Received: by egypt.therub.org (Postfix, from userid 1001) id 840F7BBF5; Fri, 6 Aug 2004 15:02:43 -0500 (CDT) Date: Fri, 6 Aug 2004 15:02:43 -0500 From: Dan Rue <drue@therub.org> To: "James A. Coulter" <jacoulter@jacoulter.net> Message-ID: <20040806200243.GA25584@therub.org> References: <20040806132601.GA3043@sara.mshome.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040806132601.GA3043@sara.mshome.net> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: Newbie Security Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 20:00:31 -0000 On Fri, Aug 06, 2004 at 08:26:01AM -0500, James A. Coulter wrote: > I recently got my firewall up and configured (many thanks to JJB and everyone else for their help) and have been reading the daily security message from root with a great deal of interest. > > My question is, when I see entries like this: > > Aug 5 17:55:54 sara sshd[2099]: Failed password for root from 209.120.224.13 > +port 40515 ssh2 > Aug 5 17:55:55 sara sshd[2101]: Failed password for root from 209.120.224.13 > +port 60426 ssh2 > Aug 5 17:55:55 sara sshd[2103]: Failed password for root from 209.120.224.13 > +port 54447 ssh2 > Aug 5 17:55:59 sara sshd[2105]: Failed password for root from 209.120.224.13 > +port 44460 ssh2 > > is it safe to assume someone has been trying to hack my system? > > Jim C. Hi Jim, Yeah, I get these all the time. I've always chalked it up to random script kiddies. Sometimes i get people trying to log in as generic usernames like admin, guest, etc. Make sure that PermitRootLogin is either set to no or commented out in /etc/ssh/sshd_config, and of course make sure you are using a good root password. Now, if you really want to work yourself up, start browsing your httpd-access logs :) -dan From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 20:01:13 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54C3216A4CF; Fri, 6 Aug 2004 20:01:13 +0000 (GMT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2605C43D55; Fri, 6 Aug 2004 20:01:13 +0000 (GMT) (envelope-from garycor@comcast.net) Received: from [10.56.78.111] (pcp09118143pcs.union01.nj.comcast.net[69.142.234.88]) by comcast.net (rwcrmhc13) with ESMTP id <2004080620011201500919m4e> (Authid: garycor); Fri, 6 Aug 2004 20:01:12 +0000 Message-ID: <4113E456.8020700@comcast.net> Date: Fri, 06 Aug 2004 16:04:38 -0400 From: Gary Corcoran <garycor@comcast.net> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dan Nelson <dnelson@allantgroup.com> References: <20040804181012.71953.qmail@web20423.mail.yahoo.com> <16658.61027.827002.280086@guru.mired.org> <4113D950.8000502@comcast.net> <20040806193843.GB11465@dan.emsphone.com> In-Reply-To: <20040806193843.GB11465@dan.emsphone.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org cc: freebsd-questions@freebsd.org cc: DH <dhutch9999@yahoo.com> Subject: Re: Fwd: How to read bad blocks error message & marking of same X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 20:01:13 -0000 Dan Nelson wrote: > In the last episode (Aug 06), Gary Corcoran said: > >>Mike Meyer wrote: >> >> >>>Modern drives deal with bad block substitution all by themselves. >> >>Umm - not quite, right? That is, if a block "goes bad" and you get a >>read error, the drive isn't going to do any "substituting" at that >>point. You'll just continue to get the read error if you try to >>access (read) that block. It's only when you allow another *write* >>to that block (e.g. by deleting the original file and writing new >>files) that the drive will automatically substitute a spare block for >>the one that went bad. > > > SCSI drives, at least, may do automatic reallocation on both reads and > writes ( camcontrol mode da0 -m 1, the ARRE and AWRE flags ). If the > drive had to reread the block or had to use ECC to recover data, AND > the entire block was recovered, it will relocate the data if ARRE is > set. Good to know, although I stopped buying SCSI disks (for home use) years ago. I presumed the more common case these days, that we were talking about IDE disks. In fact doesn't this (from the original question): ad0s1a: hard error necessarily refer to an ATA (IDE) disk? I don't believe any (current) ATA disks will do automatic reallocation on reads, will they? Though of course serial ATA drives seem to be "the future" and are taking on more and more SCSI-like features as time goes by. Gary From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 20:04:45 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F363216A52E for <questions@freebsd.org>; Fri, 6 Aug 2004 20:04:44 +0000 (GMT) Received: from hobbiton.shire.net (hobbiton.shire.net [206.71.64.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7E8843D45 for <questions@freebsd.org>; Fri, 6 Aug 2004 20:04:44 +0000 (GMT) (envelope-from chad@shire.net) Received: from [67.161.247.57] (helo=[192.168.99.66]) by hobbiton.shire.net with asmtp (TLSv1:RC4-SHA:128) (Exim 4.10) id 1BtAxH-0004l4-00; Fri, 06 Aug 2004 14:04:44 -0600 In-Reply-To: <20040806084203.GD4621@willystudios.com> References: <6.1.1.1.2.20040805205738.08e15630@localhost> <20040806084203.GD4621@willystudios.com> Mime-Version: 1.0 (Apple Message framework v618) Message-Id: <D96D345A-E7E3-11D8-A557-003065A70D30@shire.net> From: "Chad Leigh -- Shire.Net LLC" <chad@shire.net> Date: Fri, 6 Aug 2004 14:04:39 -0600 To: stucchi@willystudios.com X-Mailer: Apple Mail (2.618) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on hobbiton.shire.net X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=no version=2.63 X-Spam-Level: cc: FreeBSD-questions <questions@freebsd.org> Subject: Re: Does the AMD64 version of FreeBSD run on this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 20:04:45 -0000 On Aug 6, 2004, at 2:42 AM, Massimiliano Stucchi wrote: > On 050804, 20:58, Brett Glass wrote: >> http://eetimes.com/semi/news/showArticle.jhtml?articleID=26805631 > > You should look at the IA64 port, not the AMD64. > Why? This Intel chip referenced is NOT an IA64 architecture. It is Intels EM64T 64/32 bit architecture based on Xeon/P4 and "compatible" with the AMD64 stuff Chad From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 20:18:44 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C0E116A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 20:18:44 +0000 (GMT) Received: from mout.perfora.net (mout.perfora.net [217.160.230.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 345F143D2F for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 20:18:44 +0000 (GMT) (envelope-from mazpe@mazpe.net) Received: from [217.160.230.52] (helo=smtp.perfora.net) by mout.perfora.net with esmtp (Exim 3.35 #1) id 1BtBAm-0005mW-00; Fri, 06 Aug 2004 16:18:40 -0400 Received: from [69.166.12.208] (helo=[192.168.1.170]) by smtp.perfora.net with asmtp (Exim 3.35 #1) id 1BtBAm-0000Iw-00; Fri, 06 Aug 2004 16:18:40 -0400 From: mazpe <mazpe@mazpe.net> To: "James A. Coulter" <jacoulter@jacoulter.net> In-Reply-To: <20040806132601.GA3043@sara.mshome.net> References: <20040806132601.GA3043@sara.mshome.net> Content-Type: text/plain Message-Id: <1091826682.901.15.camel@cyrus.clearvisiontech.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 06 Aug 2004 16:18:30 -0500 Content-Transfer-Encoding: 7bit X-Provags-ID: perfora.net abuse@perfora.net auth:ccb6a027811cf3b292ec12791a5821f2 cc: freebsd-questions@freebsd.org Subject: Re: Newbie Security Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 20:18:44 -0000 Hello James: Thats just letting you know that someone from that IP Address tried to access your system using the root account and the password they provided failed to authenticate. Could've been an ssh scanner or something of that nature. Most likely script kiddies. Make sure you do not allow root to login via ssh by setting your sshd_config PermitRootLogin no. Use sudo or su - instead. or you can always use key-based authentication. Lester A. Mesa aka: mazpe ----------------------------------------------------------------- On Fri, 2004-08-06 at 08:26, James A. Coulter wrote: > I recently got my firewall up and configured (many thanks to JJB and everyone else for their help) and have been reading the daily security message from root with a great deal of interest. > > My question is, when I see entries like this: > > Aug 5 17:55:54 sara sshd[2099]: Failed password for root from 209.120.224.13 > +port 40515 ssh2 > Aug 5 17:55:55 sara sshd[2101]: Failed password for root from 209.120.224.13 > +port 60426 ssh2 > Aug 5 17:55:55 sara sshd[2103]: Failed password for root from 209.120.224.13 > +port 54447 ssh2 > Aug 5 17:55:59 sara sshd[2105]: Failed password for root from 209.120.224.13 > +port 44460 ssh2 > > is it safe to assume someone has been trying to hack my system? > > I did a whois search on the IP and it went to a provider in Colorado. > > I'm asking because I'm curious - thanks again for everyone's help. > > Jim C. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 21:01:17 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11FAD16A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 21:01:17 +0000 (GMT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DED043D39 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 21:01:14 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 17399 invoked from network); 6 Aug 2004 21:01:14 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.no-ip.com) ([66.92.78.145]) (envelope-sender <freebsd-questions-local@be-well.ilk.org>) by mail3.speakeasy.net (qmail-ldap-1.03) with SMTP for <freebsd-questions@freebsd.org>; 6 Aug 2004 21:01:14 -0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id CDBF77D; Fri, 6 Aug 2004 17:01:13 -0400 (EDT) Sender: lowell@be-well.ilk.org To: chip <chip@wiegand.org> References: <200408042137.19729.chip@wiegand.org> From: Lowell Gilbert <freebsd-questions-local@be-well.ilk.org> Date: 06 Aug 2004 17:01:13 -0400 In-Reply-To: <200408042137.19729.chip@wiegand.org> Message-ID: <44wu0ckmli.fsf@be-well.ilk.org> Lines: 28 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: cvsup fails because of xlib connection error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 21:01:17 -0000 chip <chip@wiegand.org> writes: > I just set up a new box using FreeBSD-5.2 and install cvsup. Now when I > run cvsup I get this - > > chip3# cvsup ports-supfile > Xlib: connection to ":0.0" refused by server > Xlib: No protocol specified > > Xlib: connection to ":0.0" refused by server > Xlib: No protocol specified > > Lost the connection to the X server > > I have this in my /etc/hosts file (probably more than necessary, but I > was just trying to cover all my bases) - > # > ::1 localhost localhost.wiegand.org > 127.0.0.1 localhost localhost.wiegand.org > 192.168.0.7 chip3.wiegand.org > 127.0.0.1 chip3 chip3.wiegand.org > 10.0.0.1 chip3 chip3.wiegand.org > # > > What have I screwed up and how do I fix it? Do you *want* the GUI? If so, what do you have in your DISPLAY variable? If not, why not just specify the '-g' option? From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 21:11:29 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 036A516A4CE for <questions@freebsd.org>; Fri, 6 Aug 2004 21:11:29 +0000 (GMT) Received: from prime.gushi.org (prime.gushi.org [65.125.228.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E31D43D45 for <questions@freebsd.org>; Fri, 6 Aug 2004 21:11:28 +0000 (GMT) (envelope-from danm@prime.gushi.org) Received: from localhost (danm@localhost.com [127.0.0.1] (may be forged)) by prime.gushi.org (8.12.11/8.12.11) with ESMTP id i76LR6sr058954; Fri, 6 Aug 2004 17:27:06 -0400 (EDT) Date: Fri, 6 Aug 2004 17:27:06 -0400 (EDT) From: "Dan Mahoney, System Admin" <danm@prime.gushi.org> To: luu_subscription@earthlink.net In-Reply-To: <002801c47bf8$f0cdedf0$020ba8c0@psgca> Message-ID: <20040806172632.K50922@prime.gushi.org> References: <002801c47bf8$f0cdedf0$020ba8c0@psgca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: questions@freebsd.org Subject: RE: CVS Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 21:11:29 -0000 On Fri, 6 Aug 2004 luu_subscription@earthlink.net wrote: > Can you use ports/sysutils/fastest_cvsup? Thanks, all, for pointing that out to me. Clearly, I wasn't the first to have this idea. -Dan -- "I can feel it, comin' back again...Like a rolling thunder chasin' the wind..." -Dan Mahoney, JS, JB & SL, May 10th, 1997, Approx 1AM --------Dan Mahoney-------- Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site: http://www.gushi.org --------------------------- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 21:13:33 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA69716A4CE for <questions@freebsd.org>; Fri, 6 Aug 2004 21:13:33 +0000 (GMT) Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87BC843D55 for <questions@freebsd.org>; Fri, 6 Aug 2004 21:13:33 +0000 (GMT) (envelope-from david.fleck@mchsi.com) Received: from grond (12-216-10-157.client.mchsi.com[12.216.10.157]) by sccmmhc91.asp.att.net (sccmmhc91) with SMTP id <20040806211332m91006tjere>; Fri, 6 Aug 2004 21:13:32 +0000 Date: Fri, 6 Aug 2004 16:13:32 -0500 (CDT) From: David Fleck <david.fleck@mchsi.com> Sender: dcf@grond.sourballs.org To: "Hakim Z. Singhji" <hakim.singhji@earthlink.net> In-Reply-To: <411318A8.4080100@earthlink.net> Message-ID: <20040806161222.O275@grond.sourballs.org> References: <411318A8.4080100@earthlink.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: nylug-talk@nylug.org cc: questions@freebsd.org Subject: Re: Help Debugging Kshell Script??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 21:13:33 -0000 On Fri, 6 Aug 2004, Hakim Z. Singhji wrote: > You must import my public key to open the attached file. Why? Why not just attach the plain file? -- David Fleck david.fleck@mchsi.com From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 23:10:59 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 453D516A4CE for <questions@freebsd.org>; Fri, 6 Aug 2004 23:10:59 +0000 (GMT) Received: from unsane.co.uk (unsane.co.uk [82.152.23.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FF6243D3F for <questions@freebsd.org>; Fri, 6 Aug 2004 23:10:58 +0000 (GMT) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (localhost [127.0.0.1]) by unsane.co.uk (8.12.11/8.12.10) with ESMTP id i76NB6c0050024 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 7 Aug 2004 00:11:06 +0100 (BST) (envelope-from jhary@unsane.co.uk) Received: from localhost (jhary@localhost) by unsane.co.uk (8.12.11/8.12.10/Submit) with ESMTP id i76NB5xL050021; Sat, 7 Aug 2004 00:11:05 +0100 (BST) (envelope-from jhary@unsane.co.uk) Date: Sat, 7 Aug 2004 00:11:05 +0100 (BST) From: Vince Hoffman <jhary@unsane.co.uk> To: "J. Kenney" <kenney@netacc.net> In-Reply-To: <20040806195426.96E5D43D3F@mx1.FreeBSD.org> Message-ID: <20040807000609.K49235@unsane.co.uk> References: <20040806195426.96E5D43D3F@mx1.FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org Subject: Re: Freebsd 5.x on Toshiba Portege 3500 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 23:10:59 -0000 On Fri, 6 Aug 2004, J. Kenney wrote: > Good Afternoon All, > > 4.x boots/installs and works fine on my notebook (Toshiba Portege 3500), but > no version of 5.x has successfully booted (with/without ASPI, safe mode, > etc), but the strange thing is that if I load VMWare or VirtualPC 2004 and > try to install FreeBSD 5.x into the VM it also does not survive the boot up? > > I was hoping that maybe someone has been able to get the Portege to boot, > and could help with advise. Sorry to add a me too, but sadly I can only add that the portege A100 has the same problems. however it runs 4.x very well with or without acpi. (would like project evil for the wireless though.) Vince > > Many thanks! > > J. Kenney > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 23:39:09 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3917316A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 23:39:09 +0000 (GMT) Received: from tmgcon.com (tmgcon.com [204.202.11.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2848543D53 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 23:39:09 +0000 (GMT) (envelope-from gentoo@tmgcon.com) Received: from gentoo (222-152-151-89.jetstream.xtra.co.nz [222.152.151.89]) (authenticated bits=0) by tmgcon.com (8.12.11/8.12.11) with ESMTP id i76Nd0N8073199 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 23:39:07 GMT From: Tom Munro Glass <gentoo@tmgcon.com> To: freebsd-questions@freebsd.org Date: Sat, 7 Aug 2004 11:38:53 +1200 User-Agent: KMail/1.6.2 References: <200408061541.19592.gentoo@tmgcon.com> <44k6wcyrtp.fsf@be-well.ilk.org> In-Reply-To: <44k6wcyrtp.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408071138.53240.gentoo@tmgcon.com> Subject: Re: Updating local copy of documentation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 23:39:09 -0000 On Saturday 07 August 2004 07:44, Lowell Gilbert wrote: > You can build it from source (see the Documentation Project Handbook), > but it would be a lot less work to just download the prebuilt ones. > It should be a pretty simple matter to do that in a script that you > can add to your "normal maintenance tasks." > > Note that building the documentation requires you to install quite a > bit of software. There's a port for it, of course, but if you're not > going to use jadetex (as one obvious example) for anything else, it's > overkill. Especially if you're not going to try modifying the docs, > but just build them occasionally. Thanks to all who replied - this list is SO helpful. Tom From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 00:11:28 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95BFF16A4CE; Sat, 7 Aug 2004 00:11:28 +0000 (GMT) Received: from VARK.homeunix.com (adsl-69-107-119-143.dsl.pltn13.pacbell.net [69.107.119.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DCF043D5A; Sat, 7 Aug 2004 00:11:28 +0000 (GMT) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.11/8.12.10) with ESMTP id i770BmBG021432; Fri, 6 Aug 2004 17:11:48 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.11/8.12.10/Submit) id i770BmWf021431; Fri, 6 Aug 2004 17:11:48 -0700 (PDT) (envelope-from das@FreeBSD.ORG) Date: Fri, 6 Aug 2004 17:11:48 -0700 From: David Schultz <das@FreeBSD.ORG> To: Gary Corcoran <garycor@comcast.net> Message-ID: <20040807001148.GA21379@VARK.homeunix.com> Mail-Followup-To: Gary Corcoran <garycor@comcast.net>, Dan Nelson <dnelson@allantgroup.com>, freebsd-hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG, DH <dhutch9999@yahoo.com> References: <20040804181012.71953.qmail@web20423.mail.yahoo.com> <16658.61027.827002.280086@guru.mired.org> <4113D950.8000502@comcast.net> <20040806193843.GB11465@dan.emsphone.com> <4113E456.8020700@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4113E456.8020700@comcast.net> cc: freebsd-hackers@FreeBSD.ORG cc: Dan Nelson <dnelson@allantgroup.com> cc: freebsd-questions@FreeBSD.ORG cc: DH <dhutch9999@yahoo.com> Subject: Re: Fwd: How to read bad blocks error message & marking of same X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 00:11:28 -0000 On Fri, Aug 06, 2004, Gary Corcoran wrote: > Dan Nelson wrote: > > >In the last episode (Aug 06), Gary Corcoran said: > > > >>Mike Meyer wrote: > >> > >> > >>>Modern drives deal with bad block substitution all by themselves. > >> > >>Umm - not quite, right? That is, if a block "goes bad" and you get a > >>read error, the drive isn't going to do any "substituting" at that > >>point. You'll just continue to get the read error if you try to > >>access (read) that block. It's only when you allow another *write* > >>to that block (e.g. by deleting the original file and writing new > >>files) that the drive will automatically substitute a spare block for > >>the one that went bad. > > > > > >SCSI drives, at least, may do automatic reallocation on both reads and > >writes ( camcontrol mode da0 -m 1, the ARRE and AWRE flags ). If the > >drive had to reread the block or had to use ECC to recover data, AND > >the entire block was recovered, it will relocate the data if ARRE is > >set. > > Good to know, although I stopped buying SCSI disks (for home use) > years ago. I presumed the more common case these days, that we > were talking about IDE disks. In fact doesn't this (from the original > question): > > ad0s1a: hard error > > necessarily refer to an ATA (IDE) disk? I don't believe any (current) > ATA disks will do automatic reallocation on reads, will they? Though > of course serial ATA drives seem to be "the future" and are taking > on more and more SCSI-like features as time goes by. Both ATA and SCSI drives may relocate blocks that were difficult to read (e.g. correctable errors, took multiple attempts, etc). But if the block can't be recovered at all, the drive will still report an error to the OS (in addition to relocation). From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 00:21:18 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D706A16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 00:21:18 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 940ED43D41 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 00:21:18 +0000 (GMT) (envelope-from spumonti@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so64034rnl for <freebsd-questions@freebsd.org>; Fri, 06 Aug 2004 17:21:15 -0700 (PDT) Received: by 10.38.15.6 with SMTP id 6mr215749rno; Fri, 06 Aug 2004 17:21:15 -0700 (PDT) Message-ID: <a4ea7e7a04080617215d9df1a8@mail.gmail.com> Date: Fri, 6 Aug 2004 19:21:15 -0500 From: Spumonti <spumonti@gmail.com> To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: installation of FreeBSD 4.10 on Dell PowerEdge 650 fails after reboot with mountroot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 00:21:18 -0000 Just tried installing FreeBSD 4.10 on a Dell PowerEdge 650. No problems with the install, tried creating a partition with "dangerously dedicated" and also, just using the entire disk with standard bootmanager. Each time, after the initial reboot I get an error: Mounting root from ufs:ad0s1a Root mount failed: 6 Mounting root from ufs:ad0a Root mount failed: 6 Manual root filesystem specification: <fstype>:<device> Mount <device> using filesystem <fstype> eg. ufs:/dev/da0s1a ? List valid disk boot devices <empty line> Abort manual input mountroot> I tried: mountroot> ufs:/dev/ad4s1a but that fails too. The disk is a Seagate 120GB and it's actually ad4, not ad0. If I interrupt the boot process at: >>FreeBSD/i386 BOOT Default: 0:ad(0,a)/kernel boot: and enter: >>FreeBSD/i386 BOOT Default: 0:ad(0,a)/kernel boot: 0:ad(4,a)/kernel the machine will boot properly. I've tried two things I found while checking on this: 1. Adding to loader.conf: rootdev="disk4s1a" root_disk_unit=0" 2. Rebuilding the kernel and adding: options ROOTDEVNAME=\"ufs:ad4s1a\" Neither of which worked. Is there something I'm missing while doing the installation? If I look in /dev the devices are there ad4, ad4s1, ad4s1a, ad4s1b, etc. About at wit's end ... any help would be great. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 00:30:00 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F4E016A4CE for <questions@freebsd.org>; Sat, 7 Aug 2004 00:30:00 +0000 (GMT) Received: from mtiwmhc12.worldnet.att.net (mtiwmhc12.worldnet.att.net [204.127.131.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id C124643D5E for <questions@freebsd.org>; Sat, 7 Aug 2004 00:29:59 +0000 (GMT) (envelope-from jayobrien@worldnet.att.net) Received: from [192.168.1.6] (dsl093-180-184.sac1.dsl.speakeasy.net[66.93.180.184]) by worldnet.att.net (mtiwmhc12) with ESMTP id <2004080700295711200ar2uqe> (Authid: jayobrien@att.net); Sat, 7 Aug 2004 00:29:58 +0000 Message-ID: <41142284.7060304@att.net> Date: Fri, 06 Aug 2004 17:29:56 -0700 From: Jay O'Brien <jayobrien@att.net> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD - questions <questions@freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: file system setup for new system - recommendations? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 00:30:00 -0000 I'm confused, and I ask for your collective help. I successfully built a FreeBSD system using defaults. It works fine, so far. I will start over and rebuild the system now, carefully documenting each step. I will make some changes the second time. What I have right now is not mission critical, I'm just using it to learn. I've learned that I need another partition to which I can write tar backups and then ftp them to one of my windows machines on my LAN. So, I've tried to identify the optimum configuration for the rebuild of my machine to accommodate that need. I have a 120GB IDE HD, so I don't have space problems. I presently have 128MB of RAM, but it looks like I should plan to accommodate an increase to 1024GB in the future. I plan to host a few web pages, and hope to be able to ultimately run a MTA and mail lists using majordomo or mailman in the future. I have static IPs and permission to run a server on my internet access. I've tried to absorb input from the FreeBSD on-line handbook, from Greg Lehey's "The Complete FreeBSD", and from Michael Lucases' "Absolute BSD". What I read either conflicts or I just can't comprehend. Maybe I shouldn't have tried to compare these sources? A Reference says keep the root section small, another says include /usr and /var in root, there's a discussion of the relative speed of the outside of a spinning HD to the middle of the HD, there's not an agreement on the size of the swap space, and, as I said, I'm confused. Here's where I am, and I would appreciate your collective comments. I'm persuaded to use 1026MB for swap, 8GB for root (/), 30GB for /backup tars, and the remainder for /home. The /tmp, /usr, and /var directories would be included in the 8MB root. Web pages and mailing lists would be in home. I would be able to backup directories (or subdirectories) to tar files in the backup directory of sizes that wouldn't choke my windows machines when ftp'd to them for storage. When I rebuild my system, I don't want to do it again for a while. Should I make root bigger? Should I have /tmp, /usr, and /var as separate partitions as the default install did for me when I built the system I'm learning on at present? If you had it to do all over again, given my parameters, what would you do? Jay O'Brien Rio Linda, CA USA From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 00:45:58 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9379916A4D0 for <questions@freebsd.org>; Sat, 7 Aug 2004 00:45:58 +0000 (GMT) Received: from web61303.mail.yahoo.com (web61303.mail.yahoo.com [216.155.196.146]) by mx1.FreeBSD.org (Postfix) with SMTP id 06CC343D58 for <questions@freebsd.org>; Sat, 7 Aug 2004 00:45:56 +0000 (GMT) (envelope-from stheg_olloydson@yahoo.com) Message-ID: <20040807004555.14650.qmail@web61303.mail.yahoo.com> Received: from [67.34.130.149] by web61303.mail.yahoo.com via HTTP; Fri, 06 Aug 2004 17:45:55 PDT Date: Fri, 6 Aug 2004 17:45:55 -0700 (PDT) From: stheg olloydson <stheg_olloydson@yahoo.com> To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Does the AMD64 version of FreeBSD run on this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 00:45:58 -0000 it was said: >On Aug 6, 2004, at 2:42 AM, Massimiliano Stucchi >wrote: > >> On 050804, 20:58, Brett Glass wrote: >>> http://eetimes.com/semi/news/showArticle.jhtml?>articleID=26805631 >> >> You should look at the IA64 port, not the AMD64. >> > >Why? This Intel chip referenced is NOT an IA64 >architecture. It is >Intels EM64T 64/32 bit architecture based on Xeon/P4 >and "compatible" >with the AMD64 stuff > >Chad Hello, Actually, what it says is, "Intel's extensions, which it first used in the Xeon and are called EM64T, are compatible with AMD's extensions." I wouldn't infer that to mean more than it says: Intel's _extensions_ are compatible AMD's _extensions_. A quick experiment would tell. Because these same extensions exist in the Xeon, by your reasoning, the AMD64 codebase should run on a Xeon platform, nee? Regards, Stheg __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 01:13:52 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D3D216A4CF for <questions@FreeBSD.ORG>; Sat, 7 Aug 2004 01:13:52 +0000 (GMT) Received: from web61309.mail.yahoo.com (web61309.mail.yahoo.com [216.155.196.152]) by mx1.FreeBSD.org (Postfix) with SMTP id BDAF343D5A for <questions@FreeBSD.ORG>; Sat, 7 Aug 2004 01:13:51 +0000 (GMT) (envelope-from stheg_olloydson@yahoo.com) Message-ID: <20040807011351.51693.qmail@web61309.mail.yahoo.com> Received: from [67.34.130.149] by web61309.mail.yahoo.com via HTTP; Fri, 06 Aug 2004 18:13:51 PDT Date: Fri, 6 Aug 2004 18:13:51 -0700 (PDT) From: stheg olloydson <stheg_olloydson@yahoo.com> To: questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: hackers@FreeBSD.ORG Subject: Re: Fwd: How to read bad blocks error message & marking of same X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 01:13:52 -0000 it was said: > > >>>Modern drives deal with bad block substitution all by themselves. > > >> > > >>Umm - not quite, right? That is, if a block "goes bad" and you get a > > >>read error, the drive isn't going to do any "substituting" at that > > >>point. You'll just continue to get the read error if you try to > > >>access (read) that block. It's only when you allow another *write* > > >>to that block (e.g. by deleting the original file and writing new > > >>files) that the drive will automatically substitute a spare block for > > >>the one that went bad. > > > > > > > > >SCSI drives, at least, may do automatic reallocation on both reads and > > >writes ( camcontrol mode da0 -m 1, the ARRE and AWRE flags ). If the > > >drive had to reread the block or had to use ECC to recover data, AND > > >the entire block was recovered, it will relocate the data if ARRE is > > >set. > > > > Good to know, although I stopped buying SCSI disks (for home use) > > years ago. I presumed the more common case these days, that we > > were talking about IDE disks. In fact doesn't this (from the original > > question): > > > > ad0s1a: hard error > > > > necessarily refer to an ATA (IDE) disk? I don't believe any (current) > > ATA disks will do automatic reallocation on reads, will they? Though > > of course serial ATA drives seem to be "the future" and are taking > > on more and more SCSI-like features as time goes by. > > Both ATA and SCSI drives may relocate blocks that were difficult > to read (e.g. correctable errors, took multiple attempts, etc). > But if the block can't be recovered at all, the drive will still > report an error to the OS (in addition to relocation). Hello, A tool that all may find useful is SpinRite 6.0 available from Gibson Research at http://www.grc.com/sr/spinrite.htm. It's not open source or freeware but anybody with an Intel, AMD, or TiVO system that uses a harddrive ought to have it. Note: I am in no way affiliated with Gibson Research, other than having used SpinRite since the days of manually interleaving MFM drives. HTH, Stheg __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 01:19:03 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88E8516A4CE for <questions@freebsd.org>; Sat, 7 Aug 2004 01:19:03 +0000 (GMT) Received: from alpha.catacombs.de (mail.catacombs.de [80.67.228.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94A0A43D39 for <questions@freebsd.org>; Sat, 7 Aug 2004 01:19:02 +0000 (GMT) (envelope-from beisser@lefti.net) Received: from hauntedhouse (pD9E90294.dip0.t-ipconnect.de [217.233.2.148]) (authenticated bits=0) by alpha.catacombs.de (8.12.10/8.12.10) with ESMTP id i771JGrx025507; Sat, 7 Aug 2004 03:19:18 +0200 (CEST) (envelope-from beisser@lefti.net) From: "Alexander Liebau" <beisser@lefti.net> To: "stheg olloydson" <stheg_olloydson@yahoo.com>, <questions@freebsd.org> Date: Sat, 7 Aug 2004 03:17:28 +0200 Message-ID: <GGEGIEJALJCJJKOHDNLCMEIACJAA.beisser@lefti.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20040807004555.14650.qmail@web61303.mail.yahoo.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on alpha.catacombs.de Subject: AW: Does the AMD64 version of FreeBSD run on this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 01:19:03 -0000 EM64T = AMD64 because they have a patent-sharing agreement... so yes amd64 codebase should run even on the newest lga775 pentium 4 or the newest xeons which support em64t greetings, alex -----Ursprungliche Nachricht----- Von: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]Im Auftrag von stheg olloydson Gesendet: Samstag, 7. August 2004 02:46 An: questions@freebsd.org Betreff: Re: Does the AMD64 version of FreeBSD run on this? it was said: >On Aug 6, 2004, at 2:42 AM, Massimiliano Stucchi >wrote: > >> On 050804, 20:58, Brett Glass wrote: >>> http://eetimes.com/semi/news/showArticle.jhtml?>articleID=26805631 >> >> You should look at the IA64 port, not the AMD64. >> > >Why? This Intel chip referenced is NOT an IA64 >architecture. It is >Intels EM64T 64/32 bit architecture based on Xeon/P4 >and "compatible" >with the AMD64 stuff > >Chad Hello, Actually, what it says is, "Intel's extensions, which it first used in the Xeon and are called EM64T, are compatible with AMD's extensions." I wouldn't infer that to mean more than it says: Intel's _extensions_ are compatible AMD's _extensions_. A quick experiment would tell. Because these same extensions exist in the Xeon, by your reasoning, the AMD64 codebase should run on a Xeon platform, nee? Regards, Stheg __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 01:37:55 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8168F16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 01:37:55 +0000 (GMT) Received: from tpa6.isomedia.com (mailout.isomedia.com [207.115.64.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 385EE43D54 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 01:37:55 +0000 (GMT) (envelope-from chip@wiegand.org) Received: from tpa6.isomedia.com (localhost.localdomain [127.0.0.1]) by tpa6.isomedia.com (Postfix) with ESMTP id E64CF1C8622; Fri, 6 Aug 2004 18:37:54 -0700 (PDT) Received: from tpa6.isomedia.com ([127.0.0.1])port 10024) with ESMTP id 10961-02; Fri, 6 Aug 2004 18:37:54 -0700 (PDT) Received: from linhost01.isomedia.com (linhost01.isomedia.com [207.115.64.63]) by tpa6.isomedia.com (Postfix) with ESMTP id 729911C862B; Fri, 6 Aug 2004 18:37:54 -0700 (PDT) Received: from chip3.wiegand.org (pia152-128.pioneernet.net [66.114.152.128]) (authenticated bits=0)i771brFk021170; Fri, 6 Aug 2004 18:37:53 -0700 From: chip <chip@wiegand.org> To: Lowell Gilbert <freebsd-questions-local@be-well.no-ip.com> Date: Fri, 6 Aug 2004 18:43:36 -0700 User-Agent: KMail/1.5.4 References: <200408042137.19729.chip@wiegand.org> <44wu0ckmli.fsf@be-well.ilk.org> In-Reply-To: <44wu0ckmli.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408061843.36357.chip@wiegand.org> X-Virus-Scanned: by amavisd-new at isomedia.com X-Spam-Status: No, hits=0.0 tagged_above=-999.0 required=999.0 tests= X-Spam-Level: X-MailScanner-SpamCheck: LEVEL= cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: cvsup fails because of xlib connection error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 01:37:55 -0000 On Friday 06 August 2004 02:01 pm, Lowell Gilbert wrote: > > Do you *want* the GUI? If so, what do you have in your DISPLAY > variable? If not, why not just specify the '-g' option? I don't necessarily need the gui, that's just what I'm used to using from previous installs. The -g option works fine. I don't know what you mean by the DISPLAY variable. -- Chip From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 02:20:28 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF3F816A4CE for <questions@FreeBSD.org>; Sat, 7 Aug 2004 02:20:28 +0000 (GMT) Received: from mail.metawire.org (metawire.org [66.195.19.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6500343D53 for <questions@FreeBSD.org>; Sat, 7 Aug 2004 02:20:28 +0000 (GMT) (envelope-from brianfinniff@unixforge.org) Received: from 192.168.0.100 (dpc6935190024.direcpc.com [69.35.190.24]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.metawire.org (Postfix) with ESMTP id BA5301FC28C for <questions@FreeBSD.org>; Fri, 6 Aug 2004 22:20:21 -0400 (EDT) From: Brian Finniff <brianfinniff@unixforge.org> To: questions@FreeBSD.org Date: Fri, 6 Aug 2004 22:02:00 -0500 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408062202.00179.brianfinniff@unixforge.org> Subject: win32codecs.tar.bz2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: brianfinniff@unixforge.org List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 02:20:29 -0000 The MPlayer package requires win32codecs to be installed, but when I "make" it, it can not find the package and tells me to copy it to "/usr/ports/distfiles/", however, when I do that, it tells me of an incorrect checksum. I find this odd because I "cat"ed the file with the checksums and they look the same (or very similiar, I took a quick snapshot way of looking at it). I do not know what the problem is, could someone help me? I am running FreeBSD-5.1-Release, upgraded "base" and "ports" collection (it also did the same with the original). Thank you, if you could help me I would be appriciative of it. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 02:24:02 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A658F16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 02:24:02 +0000 (GMT) Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id F2D9D43D5E for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 02:24:01 +0000 (GMT) (envelope-from jcm@FreeBSD-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 4.20) id 1BtGsJ-0005Xe-LT for freebsd-questions@freebsd.org; Sat, 07 Aug 2004 03:23:59 +0100 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) i772Nxuf014719 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 03:23:59 +0100 (BST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.12.10/8.12.6/Submit) id i772Nxjb014718 for freebsd-questions@freebsd.org; Sat, 7 Aug 2004 03:23:59 +0100 (BST) Date: Sat, 7 Aug 2004 03:23:58 +0100 From: Jonathon McKitrick <jcm@FreeBSD-uk.eu.org> To: freebsd-questions@freebsd.org Message-ID: <20040807022358.GA14660@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Spam-Score: -4.9 (----) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *1BtGsJ-0005Xe-LT*goHVAA6AAGA* Subject: Where do I ask about Palm issues? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 02:24:02 -0000 Where can I ask about FreeBSD specific Palm issues? I'm following a 4.8-Release guideline on getting a Palm Tungsten to interface with my computer, but I'm having problems. What is the best mailing list to ask? jm -- From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 02:40:25 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3FAD16A4D0 for <questions@freebsd.org>; Sat, 7 Aug 2004 02:40:25 +0000 (GMT) Received: from web61308.mail.yahoo.com (web61308.mail.yahoo.com [216.155.196.151]) by mx1.FreeBSD.org (Postfix) with SMTP id 5062943D53 for <questions@freebsd.org>; Sat, 7 Aug 2004 02:40:25 +0000 (GMT) (envelope-from stheg_olloydson@yahoo.com) Message-ID: <20040807024024.76398.qmail@web61308.mail.yahoo.com> Received: from [67.34.130.149] by web61308.mail.yahoo.com via HTTP; Fri, 06 Aug 2004 19:40:24 PDT Date: Fri, 6 Aug 2004 19:40:24 -0700 (PDT) From: stheg olloydson <stheg_olloydson@yahoo.com> To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: file system setup for new system - recommendations? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 02:40:25 -0000 it was said: by: "Jay O'Brien" <jayobrien@att.net> > I'm confused, and I ask for your collective help. > > I successfully built a FreeBSD system using defaults. It works fine, > so far. I will start over and rebuild the system now, carefully > documenting each step. I will make some changes the second time. What > I have right now is not mission critical, I'm just using it to learn. > > I've learned that I need another partition to which I can write tar > backups and then ftp them to one of my windows machines on my LAN. So, > I've tried to identify the optimum configuration for the rebuild of my > machine to accommodate that need. I have a 120GB IDE HD, so I don't have > space problems. I presently have 128MB of RAM, but it looks like I > should plan to accommodate an increase to 1024GB in the future. > > I plan to host a few web pages, and hope to be able to ultimately run > a MTA and mail lists using majordomo or mailman in the future. I have > static IPs and permission to run a server on my internet access. > > I've tried to absorb input from the FreeBSD on-line handbook, from Greg > Lehey's "The Complete FreeBSD", and from Michael Lucases' "Absolute BSD". > What I read either conflicts or I just can't comprehend. Maybe I shouldn't > have tried to compare these sources? > > A Reference says keep the root section small, another says include /usr and > /var in root, there's a discussion of the relative speed of the outside of > a spinning HD to the middle of the HD, there's not an agreement on the > size of the swap space, and, as I said, I'm confused. > > Here's where I am, and I would appreciate your collective comments. I'm > persuaded to use 1026MB for swap, 8GB for root (/), 30GB for /backup tars, > and the remainder for /home. The /tmp, /usr, and /var directories would > be included in the 8MB root. Web pages and mailing lists would be in home. > I would be able to backup directories (or subdirectories) to tar files in > the backup directory of sizes that wouldn't choke my windows machines when > ftp'd to them for storage. > > When I rebuild my system, I don't want to do it again for a while. Should > I make root bigger? Should I have /tmp, /usr, and /var as separate > partitions as the default install did for me when I built the system I'm > learning on at present? > > If you had it to do all over again, given my parameters, what would you do? > > Jay O'Brien > Rio Linda, CA USA > Hello, First, I'll assume you intend to have a single IDE drive and that won't change for the life of this setup. Second, I'll accept your standard of what would _I_ do and not discuss the merits or philosophical differences of Messers. Lucas's and Lehey's recommendations. Finally, I'll assume you meant that you'll eventually have 1024MB (i.e. 1GB) of RAM, not 1024GB (i.e. 1TB). To begin, a 120GB drive is HUGE for a FBSD system relative to a Windows system, so you don't need to dole out space in a miserly fashion. However, you do need to be able to back up your data, so don't go nuts either. I tend to make my root partition 1GB. I have never needed this much space and could get by half that, but it's a nice round number, so why not? Because you will eventually have 1GB of RAM, I would allocate a /swap partition equal to twice the maximum RAM the motherboard can hold. Don't underestimate how long you will own the machine or the effort you will put into squeezing the last ounce of performance in the years to come. (Home machines tend to linger long after corporate machines have been surplussed.) And soon or later you'll be needing to post a core dump, so you may as well be ready for it. You say that you intend to "host a few web pages, and ...ultimately run a MTA and mail lists." This means you need a goodly amount of space in /var for the mail _and_ the logs associated with the mail/web/firewall programs, say 20-25GB (~20 percent of total drive space). The "few web pages" will become several domains as time goes by, say 15-20GB (~15 percent of total drive space) for /home or /www, whatever you call it. The space needed for /usr isn't really substanial, say 10-12GB. The hard part is figuring how much space you need for, "I would be able to backup directories (or subdirectories) to tar files in the backup directory of sizes that wouldn't choke my windows machines when ftp'd to them for storage." I have no idea what this entails, so say another 20-25GB for that. Thus, I have allocated between ~70-86GB. Leave the rest unallocated. Over time, one or more of these estimates will be too low. When that happens, you will be able to add space to the appropriate partition(s) and use growfs(8) to remedy the situation. This setup should last you a year or so. By then you'll want to optimize your setup, maybe have separate mail and web servers, whatever. It all depends on how much of your life FBSD takes over. HTH, Stheg __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 03:01:54 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA18516A756 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 03:01:25 +0000 (GMT) Received: from redtick.homeunix.com (adsl-67-66-93-72.dsl.okcyok.swbell.net [67.66.93.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id D026343D41 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 03:01:19 +0000 (GMT) (envelope-from boxend@redtick.homeunix.com) Received: from redtick.homeunix.com (localhost.homeunix.com [127.0.0.1]) i772xj4t082790; Fri, 6 Aug 2004 21:59:45 -0500 (CDT) (envelope-from boxend@redtick.homeunix.com) Received: (from boxend@localhost) by redtick.homeunix.com (8.12.10/8.12.10/Submit) id i772xiMR082789; Fri, 6 Aug 2004 21:59:44 -0500 (CDT) (envelope-from boxend) Date: Fri, 6 Aug 2004 21:59:44 -0500 From: Mark <boxend@redtick.homeunix.com> To: Spumonti <spumonti@gmail.com> Message-ID: <20040807025944.GA82760@redtick.homeunix.com> References: <a4ea7e7a04080617215d9df1a8@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <a4ea7e7a04080617215d9df1a8@mail.gmail.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: installation of FreeBSD 4.10 on Dell PowerEdge 650 fails after reboot with mountroot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 03:01:54 -0000 I don't own a dell power edge but I seem to remember another thread with this same problem and I think the problem seemed to be how the dell found the cdrom and harddrives, I think if you look at how the ide/ata cables are run, this may be the problem, but my memory is flakky hope this points you to the right fix. On Fri, Aug 06, 2004 at 07:21:15PM -0500, Spumonti wrote: > Just tried installing FreeBSD 4.10 on a Dell PowerEdge 650. No > problems with the install, tried creating a partition with > "dangerously dedicated" and also, just using the entire disk with > standard bootmanager. > > Each time, after the initial reboot I get an error: > > Mounting root from ufs:ad0s1a > Root mount failed: 6 > Mounting root from ufs:ad0a > Root mount failed: 6 > > Manual root filesystem specification: > <fstype>:<device> Mount <device> using filesystem <fstype> > eg. ufs:/dev/da0s1a > ? List valid disk boot devices > <empty line> Abort manual input > > mountroot> > > I tried: > > mountroot> ufs:/dev/ad4s1a > > but that fails too. > > > The disk is a Seagate 120GB and it's actually ad4, not ad0. If I > interrupt the boot process at: > > >>FreeBSD/i386 BOOT > Default: 0:ad(0,a)/kernel > boot: > > and enter: > > >>FreeBSD/i386 BOOT > Default: 0:ad(0,a)/kernel > boot: 0:ad(4,a)/kernel > > the machine will boot properly. I've tried two things I found while > checking on this: > > 1. Adding to loader.conf: > rootdev="disk4s1a" > root_disk_unit=0" > > 2. Rebuilding the kernel and adding: > options ROOTDEVNAME=\"ufs:ad4s1a\" > > > Neither of which worked. Is there something I'm missing while doing > the installation? If I look in /dev the devices are there ad4, > ad4s1, ad4s1a, ad4s1b, etc. > > About at wit's end ... any help would be great. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- ------------------------------------------------------------------------------ ********** The information contained in this communication is confidential, private, proprietary, or otherwise privileged and is intended only for the use of the addressee. Unauthorized use, disclosure, distribution or copying is strictly prohibited and may be unlawful. If you have received this communication in error, please notify the sender immediately. ********** ============================================================================== From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 03:09:16 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ACDB16A4CE; Sat, 7 Aug 2004 03:09:16 +0000 (GMT) Received: from skippyii.compar.com (ns1.compar.com [216.208.38.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF06543D5D; Sat, 7 Aug 2004 03:09:15 +0000 (GMT) (envelope-from matt@gsicomp.on.ca) Received: from hermes (CPE00062566c7bb-CM000039c69a66.cpe.net.cable.rogers.com [69.193.82.185])i773E33J027693; Fri, 6 Aug 2004 23:14:07 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <003401c47c2b$8434d770$1200a8c0@gsicomp.on.ca> From: "Matt Emmerton" <matt@gsicomp.on.ca> To: "Jorn Argelo" <jorn@wcborstel.nl>, <freebsd-questions@freebsd.org> References: <6.1.1.1.2.20040805205738.08e15630@localhost> <200408061022.11150.jorn@wcborstel.nl> Date: Fri, 6 Aug 2004 23:06:16 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 cc: Brett Glass <brett@lariat.org> cc: questions@freebsd.org Subject: Re: Does the AMD64 version of FreeBSD run on this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 03:09:16 -0000 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Friday 06 August 2004 04:58, Brett Glass wrote: > > http://eetimes.com/semi/news/showArticle.jhtml?articleID=26805631 > > Probably not. Intel isn't going to keep exactly the same architecture as AMD > has now. They'll make a few minor ajustments to fine-tune their CPU. According to the Intel people that I've talked to where I work (a big blue company that isn't Dell), AMD64 and EM64T are the same on the opcode level. Thus, code built for AMD64 will work unmodified on EM64T and vice versa. (It would be silly for Intel to do otherwise, as they don't want to risk losing any support from the community and market share that AMD has worked hard to establish.) While Intel (or AMD) may make changes to the underlying silicon to make things better than their competitors (ie, larger caches, different pipeline architecture, etc), they are committed to maintain compatibility between AMD64 and EM64T. -- Matt From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 03:09:16 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ACDB16A4CE; Sat, 7 Aug 2004 03:09:16 +0000 (GMT) Received: from skippyii.compar.com (ns1.compar.com [216.208.38.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF06543D5D; Sat, 7 Aug 2004 03:09:15 +0000 (GMT) (envelope-from matt@gsicomp.on.ca) Received: from hermes (CPE00062566c7bb-CM000039c69a66.cpe.net.cable.rogers.com [69.193.82.185])i773E33J027693; Fri, 6 Aug 2004 23:14:07 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <003401c47c2b$8434d770$1200a8c0@gsicomp.on.ca> From: "Matt Emmerton" <matt@gsicomp.on.ca> To: "Jorn Argelo" <jorn@wcborstel.nl>, <freebsd-questions@freebsd.org> References: <6.1.1.1.2.20040805205738.08e15630@localhost> <200408061022.11150.jorn@wcborstel.nl> Date: Fri, 6 Aug 2004 23:06:16 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 cc: Brett Glass <brett@lariat.org> cc: questions@freebsd.org Subject: Re: Does the AMD64 version of FreeBSD run on this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 03:09:16 -0000 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Friday 06 August 2004 04:58, Brett Glass wrote: > > http://eetimes.com/semi/news/showArticle.jhtml?articleID=26805631 > > Probably not. Intel isn't going to keep exactly the same architecture as AMD > has now. They'll make a few minor ajustments to fine-tune their CPU. According to the Intel people that I've talked to where I work (a big blue company that isn't Dell), AMD64 and EM64T are the same on the opcode level. Thus, code built for AMD64 will work unmodified on EM64T and vice versa. (It would be silly for Intel to do otherwise, as they don't want to risk losing any support from the community and market share that AMD has worked hard to establish.) While Intel (or AMD) may make changes to the underlying silicon to make things better than their competitors (ie, larger caches, different pipeline architecture, etc), they are committed to maintain compatibility between AMD64 and EM64T. -- Matt From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 03:17:15 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4024516A4CE; Sat, 7 Aug 2004 03:17:15 +0000 (GMT) Received: from lariat.org (lariat.org [63.229.157.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA8343D39; Sat, 7 Aug 2004 03:17:14 +0000 (GMT) (envelope-from brett@lariat.org) Received: from runaround.lariat.org (IDENT:ppp1000.lariat.org@lariat.org [63.229.157.2]) by lariat.org (8.9.3/8.9.3) with ESMTP id VAA08055; Fri, 6 Aug 2004 21:17:00 -0600 (MDT) X-message-flag: Warning! Use of Microsoft Outlook renders your system susceptible to Internet worms. Message-Id: <6.1.1.1.2.20040806211621.0915da18@localhost> X-Sender: brett@localhost (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.1.1 Date: Fri, 06 Aug 2004 21:17:01 -0600 To: "Matt Emmerton" <matt@gsicomp.on.ca>, "Jorn Argelo" <jorn@wcborstel.nl>, <freebsd-questions@freebsd.org> From: Brett Glass <brett@lariat.org> In-Reply-To: <003401c47c2b$8434d770$1200a8c0@gsicomp.on.ca> References: <6.1.1.1.2.20040805205738.08e15630@localhost> <200408061022.11150.jorn@wcborstel.nl> <003401c47c2b$8434d770$1200a8c0@gsicomp.on.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: questions@freebsd.org Subject: Re: Does the AMD64 version of FreeBSD run on this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 03:17:15 -0000 At 09:06 PM 8/6/2004, Matt Emmerton wrote: >While Intel (or AMD) may make changes to the underlying silicon to make >things better than their competitors (ie, larger caches, different pipeline >architecture, etc), they are committed to maintain compatibility between >AMD64 and EM64T. This is good to know. Has anyone tested the AMD64 version of FreeBSD on one of the Intel Xeons with the new instruction set? --Brett From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 03:17:15 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4024516A4CE; Sat, 7 Aug 2004 03:17:15 +0000 (GMT) Received: from lariat.org (lariat.org [63.229.157.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA8343D39; Sat, 7 Aug 2004 03:17:14 +0000 (GMT) (envelope-from brett@lariat.org) Received: from runaround.lariat.org (IDENT:ppp1000.lariat.org@lariat.org [63.229.157.2]) by lariat.org (8.9.3/8.9.3) with ESMTP id VAA08055; Fri, 6 Aug 2004 21:17:00 -0600 (MDT) X-message-flag: Warning! Use of Microsoft Outlook renders your system susceptible to Internet worms. Message-Id: <6.1.1.1.2.20040806211621.0915da18@localhost> X-Sender: brett@localhost (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.1.1 Date: Fri, 06 Aug 2004 21:17:01 -0600 To: "Matt Emmerton" <matt@gsicomp.on.ca>, "Jorn Argelo" <jorn@wcborstel.nl>, <freebsd-questions@freebsd.org> From: Brett Glass <brett@lariat.org> In-Reply-To: <003401c47c2b$8434d770$1200a8c0@gsicomp.on.ca> References: <6.1.1.1.2.20040805205738.08e15630@localhost> <200408061022.11150.jorn@wcborstel.nl> <003401c47c2b$8434d770$1200a8c0@gsicomp.on.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: questions@freebsd.org Subject: Re: Does the AMD64 version of FreeBSD run on this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 03:17:15 -0000 At 09:06 PM 8/6/2004, Matt Emmerton wrote: >While Intel (or AMD) may make changes to the underlying silicon to make >things better than their competitors (ie, larger caches, different pipeline >architecture, etc), they are committed to maintain compatibility between >AMD64 and EM64T. This is good to know. Has anyone tested the AMD64 version of FreeBSD on one of the Intel Xeons with the new instruction set? --Brett From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 03:21:13 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A24216A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 03:21:13 +0000 (GMT) Received: from skippyii.compar.com (mail.compar.com [216.208.38.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8E7543D4C for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 03:21:12 +0000 (GMT) (envelope-from matt@gsicomp.on.ca) Received: from hermes (CPE00062566c7bb-CM000039c69a66.cpe.net.cable.rogers.com [69.193.82.185])i773Q53J028407; Fri, 6 Aug 2004 23:26:05 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <008201c47c2d$2fe38930$1200a8c0@gsicomp.on.ca> From: "Matt Emmerton" <matt@gsicomp.on.ca> To: <freebsd-questions@freebsd.org>, "Brett Glass" <brett@lariat.org> References: <6.1.1.1.2.20040805205738.08e15630@localhost> <200408061022.11150.jorn@wcborstel.nl> <003401c47c2b$8434d770$1200a8c0@gsicomp.on.ca> <6.1.1.1.2.20040806211621.0915da18@localhost> Date: Fri, 6 Aug 2004 23:18:18 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: Re: Does the AMD64 version of FreeBSD run on this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 03:21:13 -0000 > At 09:06 PM 8/6/2004, Matt Emmerton wrote: > > >While Intel (or AMD) may make changes to the underlying silicon to make > >things better than their competitors (ie, larger caches, different pipeline > >architecture, etc), they are committed to maintain compatibility between > >AMD64 and EM64T. > > This is good to know. Has anyone tested the AMD64 version of FreeBSD > on one of the Intel Xeons with the new instruction set? If you would like to ship me one, I'd gladly test it out for you. See my web site for my address. -- Matt Emmerton From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 03:25:42 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D44116A4CE; Sat, 7 Aug 2004 03:25:42 +0000 (GMT) Received: from c3po.servilla.com (c3po.servilla.com [69.44.59.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD0BF43D48; Sat, 7 Aug 2004 03:25:41 +0000 (GMT) (envelope-from sean@rackoperations.com) Received: from 67-42-28-34.slkc.qwest.net ([67.42.28.34] helo=[192.168.0.26]) by c3po.servilla.com with asmtp (Exim 4.34) id 1BtHpy-0003sG-Qk; Fri, 06 Aug 2004 22:25:39 -0500 Message-ID: <41144C06.8030208@rackoperations.com> Date: Fri, 06 Aug 2004 21:27:02 -0600 From: Sean Countryman <sean@rackoperations.com> User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <6.1.1.1.2.20040805205738.08e15630@localhost> <200408061022.11150.jorn@wcborstel.nl> <003401c47c2b$8434d770$1200a8c0@gsicomp.on.ca> In-Reply-To: <003401c47c2b$8434d770$1200a8c0@gsicomp.on.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - c3po.servilla.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - rackoperations.com X-Source: X-Source-Args: X-Source-Dir: cc: questions@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: Does the AMD64 version of FreeBSD run on this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 03:25:42 -0000 That, however, is where the similarities end. The Nocona chip is only 64bit on the outside, the internals are essentially built on a 32 bit legacy system. The end result is that AMD is pure 64 bit and intel's chip just won't keep up when full 64 bit code hits the market. The new code will sing on AMD, but won't run a bit faster on intel's chip. Even Intel has acknowledged their flaws. The current issue of infoworld (http://www.infoworld.com) has the full story on it. Matt Emmerton wrote: > > >>-----BEGIN PGP SIGNED MESSAGE----- >>Hash: SHA1 >> >>On Friday 06 August 2004 04:58, Brett Glass wrote: >> >> >>>http://eetimes.com/semi/news/showArticle.jhtml?articleID=26805631 >>> >>> >>Probably not. Intel isn't going to keep exactly the same architecture as >> >> >AMD > > >>has now. They'll make a few minor ajustments to fine-tune their CPU. >> >> > >According to the Intel people that I've talked to where I work (a big blue >company that isn't Dell), AMD64 and EM64T are the same on the opcode level. >Thus, code built for AMD64 will work unmodified on EM64T and vice versa. >(It would be silly for Intel to do otherwise, as they don't want to risk >losing any support from the community and market share that AMD has worked >hard to establish.) > >While Intel (or AMD) may make changes to the underlying silicon to make >things better than their competitors (ie, larger caches, different pipeline >architecture, etc), they are committed to maintain compatibility between >AMD64 and EM64T. > >-- >Matt > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 03:25:42 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D44116A4CE; Sat, 7 Aug 2004 03:25:42 +0000 (GMT) Received: from c3po.servilla.com (c3po.servilla.com [69.44.59.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD0BF43D48; Sat, 7 Aug 2004 03:25:41 +0000 (GMT) (envelope-from sean@rackoperations.com) Received: from 67-42-28-34.slkc.qwest.net ([67.42.28.34] helo=[192.168.0.26]) by c3po.servilla.com with asmtp (Exim 4.34) id 1BtHpy-0003sG-Qk; Fri, 06 Aug 2004 22:25:39 -0500 Message-ID: <41144C06.8030208@rackoperations.com> Date: Fri, 06 Aug 2004 21:27:02 -0600 From: Sean Countryman <sean@rackoperations.com> User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 References: <6.1.1.1.2.20040805205738.08e15630@localhost> <200408061022.11150.jorn@wcborstel.nl> <003401c47c2b$8434d770$1200a8c0@gsicomp.on.ca> In-Reply-To: <003401c47c2b$8434d770$1200a8c0@gsicomp.on.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - c3po.servilla.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - rackoperations.com X-Source: X-Source-Args: X-Source-Dir: cc: questions@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: Does the AMD64 version of FreeBSD run on this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 03:25:42 -0000 That, however, is where the similarities end. The Nocona chip is only 64bit on the outside, the internals are essentially built on a 32 bit legacy system. The end result is that AMD is pure 64 bit and intel's chip just won't keep up when full 64 bit code hits the market. The new code will sing on AMD, but won't run a bit faster on intel's chip. Even Intel has acknowledged their flaws. The current issue of infoworld (http://www.infoworld.com) has the full story on it. Matt Emmerton wrote: > > >>-----BEGIN PGP SIGNED MESSAGE----- >>Hash: SHA1 >> >>On Friday 06 August 2004 04:58, Brett Glass wrote: >> >> >>>http://eetimes.com/semi/news/showArticle.jhtml?articleID=26805631 >>> >>> >>Probably not. Intel isn't going to keep exactly the same architecture as >> >> >AMD > > >>has now. They'll make a few minor ajustments to fine-tune their CPU. >> >> > >According to the Intel people that I've talked to where I work (a big blue >company that isn't Dell), AMD64 and EM64T are the same on the opcode level. >Thus, code built for AMD64 will work unmodified on EM64T and vice versa. >(It would be silly for Intel to do otherwise, as they don't want to risk >losing any support from the community and market share that AMD has worked >hard to establish.) > >While Intel (or AMD) may make changes to the underlying silicon to make >things better than their competitors (ie, larger caches, different pipeline >architecture, etc), they are committed to maintain compatibility between >AMD64 and EM64T. > >-- >Matt > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 03:35:48 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4107416A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 03:35:48 +0000 (GMT) Received: from lariat.org (lariat.org [63.229.157.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3EBB43D5E for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 03:35:47 +0000 (GMT) (envelope-from brett@lariat.org) Received: from runaround.lariat.org (IDENT:ppp1000.lariat.org@lariat.org [63.229.157.2]) by lariat.org (8.9.3/8.9.3) with ESMTP id VAA08211; Fri, 6 Aug 2004 21:35:41 -0600 (MDT) X-message-flag: Warning! Use of Microsoft Outlook renders your system susceptible to Internet worms. Message-Id: <6.1.1.1.2.20040806213459.08c4aa68@localhost> X-Sender: brett@localhost (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.1.1.1 Date: Fri, 06 Aug 2004 21:35:40 -0600 To: "Matt Emmerton" <matt@gsicomp.on.ca>, <freebsd-questions@freebsd.org> From: Brett Glass <brett@lariat.org> In-Reply-To: <008201c47c2d$2fe38930$1200a8c0@gsicomp.on.ca> References: <6.1.1.1.2.20040805205738.08e15630@localhost> <200408061022.11150.jorn@wcborstel.nl> <003401c47c2b$8434d770$1200a8c0@gsicomp.on.ca> <6.1.1.1.2.20040806211621.0915da18@localhost> <008201c47c2d$2fe38930$1200a8c0@gsicomp.on.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: Re: Does the AMD64 version of FreeBSD run on this? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 03:35:48 -0000 At 09:18 PM 8/6/2004, Matt Emmerton wrote: >If you would like to ship me one, I'd gladly test it out for you. If I had one to ship, *I* would test it. But I need to know PRIOR to purchase. --Brett Glass From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 05:11:35 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2876416A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 05:11:35 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id D62E043D5A for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 05:11:34 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Sat, 7 Aug 2004 00:07:58 -0500 Message-ID: <41146483.8050908@daleco.biz> Date: Sat, 07 Aug 2004 00:11:31 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." <kdk@daleco.biz> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040712 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Spumonti <spumonti@gmail.com> References: <a4ea7e7a04080617215d9df1a8@mail.gmail.com> In-Reply-To: <a4ea7e7a04080617215d9df1a8@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 07 Aug 2004 05:07:59.0099 (UTC) FILETIME=[81CFFCB0:01C47C3C] cc: freebsd-questions@freebsd.org Subject: Re: installation of FreeBSD 4.10 on Dell PowerEdge 650 fails after reboot with mountroot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 05:11:35 -0000 Spumonti wrote: <snip> >The disk is a Seagate 120GB and it's actually ad4, not ad0. If I >interrupt the boot process at: > > > >>>FreeBSD/i386 BOOT >>> >>> >Default: 0:ad(0,a)/kernel >boot: > >and enter: > > > >>>FreeBSD/i386 BOOT >>> >>> >Default: 0:ad(0,a)/kernel >boot: 0:ad(4,a)/kernel > >the machine will boot properly. I've tried two things I found while >checking on this: > >1. Adding to loader.conf: >rootdev="disk4s1a" >root_disk_unit=0" > >2. Rebuilding the kernel and adding: >options ROOTDEVNAME=\"ufs:ad4s1a\" > > >Neither of which worked. Is there something I'm missing while doing >the installation? If I look in /dev the devices are there ad4, >ad4s1, ad4s1a, ad4s1b, etc. > >About at wit's end ... any help would be great. > > Is this the only disk in the box? Why is it ad4 instead of ad0? That's at issue, but maybe it's not as bad as pulling out your hair... It might be possible to "fix it" without changing disk numbers by adding the following to /boot/loader.conf: set root_disk_unit=4 boot /kernel See loader(8) for details. That said, I'm no expert on loader(8) et al. But that's what the docs say, anyway. HTH, Kevin Kinsey DaleCo, S.P. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 05:30:51 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B540916A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 05:30:51 +0000 (GMT) Received: from gen129.n001.c02.escapebox.net (gen129.n001.c02.escapebox.net [213.73.91.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A4D043D4C for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 05:30:51 +0000 (GMT) (envelope-from gemini@geminix.org) Message-ID: <41146907.90809@geminix.org> Date: Sat, 07 Aug 2004 07:30:47 +0200 From: Uwe Doering <gemini@geminix.org> Organization: Private UNIX Site User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040629 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <p06002017bd38da0c39a9@[192.168.0.5]> In-Reply-To: <p06002017bd38da0c39a9@[192.168.0.5]> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Received: from gemini by geminix.org with asmtp (TLSv1:AES256-SHA:256) (Exim 3.36 #1) id 1BtJn7-0009Te-00; Sat, 07 Aug 2004 07:30:49 +0200 Subject: Re: identifying and fixing server I/O slowdowns X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 05:30:51 -0000 Jeff Kramer wrote: > Oh great and wise FreeBSD gurus, > > I've been running FreeBSD boxes for about five years with great results > (up to 6 at the moment), but recently one of my machines has started to > seriously act up. Every time a heavy disk operation (say, tar'ing a 1 > gig directory) occurs the system slows to a crawl, and requests to > apache/php/mysql sites hosted on it just hang. > > The system is a dual p3 1.13ghz box with a gig of ram and mirrored 80 > gig WD800BB drives on a Promise TX2 controller. The raid isn't > degraded. There's a dedicated 1.5 gig swap partition and a swap file on > the /usr partition. We had some apache processes go nuts one time, > which is why I added the swap file. > [...] This problem could be due to a disk drive that is about to fail. If there are (still recoverable) disk errors, retrying the affected I/O operations can keep a disk controller occupied for serveral seconds. Of course, all processes trying to do disk I/O during this time span will block. Since the errors are (eventually) recoverable the raid array is likely to _not_ drop into degraded mode by itself. After you've found out which of the disks it is you would have to force that disk into failed mode and would then replace it. The exact details depend on your raid controller. Of course, your mileage may vary, but I've experienced disk failures like these several times in the past, with the effect you've described. Uwe -- Uwe Doering | EscapeBox - Managed On-Demand UNIX Servers gemini@geminix.org | http://www.escapebox.net From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 05:39:35 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0784F16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 05:39:35 +0000 (GMT) Received: from web52108.mail.yahoo.com (web52108.mail.yahoo.com [206.190.39.77]) by mx1.FreeBSD.org (Postfix) with SMTP id 74FDD43D2F for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 05:39:34 +0000 (GMT) (envelope-from l0f33t@yahoo.com) Message-ID: <20040807053933.65379.qmail@web52108.mail.yahoo.com> Received: from [67.170.99.253] by web52108.mail.yahoo.com via HTTP; Fri, 06 Aug 2004 22:39:33 PDT Date: Fri, 6 Aug 2004 22:39:33 -0700 (PDT) From: Joshua Banks <l0f33t@yahoo.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: OT: BSDForums registration .. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 05:39:35 -0000 Has anyone tried to join/register at: http://www.freebsdforums.org/ I've joined and registered and I'm able to login, but after 24hrs I'm still unable to create new threads or reply to existing ones. I've emailed webmaster@freebsdforums.org without any response. I thought maybe I was over looking something but I don't think that I am. When I try and click on the Registration link in my email I get: "Your account has been activated but you are currently in the moderation queue to be added to the forum." Is there a more preferable FreeBSD forum other than the one above? Thanks, Joshua Banks __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 05:53:28 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7224C16A4CE for <questions@FreeBSD.org>; Sat, 7 Aug 2004 05:53:28 +0000 (GMT) Received: from smtp2.bahnhof.se (mailut.bahnhof.net [213.136.33.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61DC943D46 for <questions@FreeBSD.org>; Sat, 7 Aug 2004 05:53:27 +0000 (GMT) (envelope-from mark.rowlands@mypost.se) Received: from mfilter1.bahnhof.se (mail.bahnhof.se [213.136.33.1]) by smtp2.bahnhof.se (Postfix) with ESMTP id EA44188CAD; Sat, 7 Aug 2004 07:53:26 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by re-injector1.bahnhof.se (Postfix) with ESMTP id E4CC712912C; Sat, 7 Aug 2004 07:53:25 +0200 (CEST) Received: from smtp5.bahnhof.se ([213.136.33.3]) by localhost (mfilter1.bahnhof.se [10.0.1.21]) (amavisd-new, port 10024) with ESMTP id 22120-04; Sat, 7 Aug 2004 07:53:25 +0200 (CEST) Received: from pcmarpxy.mine.nu (81-170-150-191.bahnhofbredband.net [81.170.150.191]) by smtp5.bahnhof.se (Postfix) with ESMTP id AF14393B72; Sat, 7 Aug 2004 07:53:24 +0200 (CEST) Received: from localhost (localhost.mwrwin2k.se [127.0.0.1]) by pcmarpxy.mine.nu (Postfix) with ESMTP id D57C111898; Sat, 7 Aug 2004 07:53:24 +0200 (CEST) Received: from pcmarpxy.mine.nu ([127.0.0.1]) by localhost (pcmarpxy.mine.nu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 77103-05; Sat, 7 Aug 2004 07:53:24 +0200 (CEST) Received: from EXCHSRV1.mwrwin2k.se (kalendar.mine.nu [192.168.0.4]) by pcmarpxy.mine.nu (Postfix) with ESMTP id 48D2B1188F; Sat, 7 Aug 2004 07:53:24 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Date: Sat, 7 Aug 2004 07:53:23 +0200 Message-ID: <4789E43478F3994BB8D967C73FD9C6880C2B8E@exchsrv1> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: win32codecs.tar.bz2 Thread-Index: AcR8JXu/SskHzLKKS1q0rW36oGsufQAHRpdw From: "mark rowlands" <mark.rowlands@mypost.se> To: <brianfinniff@unixforge.org>, <questions@FreeBSD.org> X-Virus-Scanned: by amavisd-new at bahnhof.se Subject: RE: win32codecs.tar.bz2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 05:53:28 -0000 Cvsup your ports system and try again http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Brian Finniff Sent: Saturday, August 07, 2004 5:02 AM To: questions@FreeBSD.org Subject: win32codecs.tar.bz2 The MPlayer package requires win32codecs to be installed, but when I "make"=20 it, it can not find the package and tells me to copy it to=20 "/usr/ports/distfiles/", however, when I do that, it tells me of an incorrect=20 checksum. I find this odd because I "cat"ed the file with the checksums and=20 they look the same (or very similiar, I took a quick snapshot way of looking=20 at it). I do not know what the problem is, could someone help me? I am running FreeBSD-5.1-Release, upgraded "base" and "ports" collection (it=20 also did the same with the original). Thank you, if you could help me I would be appriciative of it. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 06:03:14 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE67816A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 06:03:14 +0000 (GMT) Received: from web52101.mail.yahoo.com (web52101.mail.yahoo.com [206.190.39.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 4287743D45 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 06:03:14 +0000 (GMT) (envelope-from l0f33t@yahoo.com) Message-ID: <20040807060313.57024.qmail@web52101.mail.yahoo.com> Received: from [67.170.99.253] by web52101.mail.yahoo.com via HTTP; Fri, 06 Aug 2004 23:03:13 PDT Date: Fri, 6 Aug 2004 23:03:13 -0700 (PDT) From: Joshua Banks <l0f33t@yahoo.com> To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Gaim-Encryption X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 06:03:14 -0000 I've looked on Google and the mailing archives and don't really find anything were others are complaining about the same issue. So I'm assuming because I'm new to FreeBSD that I'm overlooking something. I made sure that my ports tree was synced with the most upto date ports. I went into the "/usr/ports/net/gaim" and did "make fetch-recursive" and then "make install clean". Among other things this compiled the newst version of Gaim V 0.80. No problems. This works great. But now I would like to use encyption so I goto "/usr/ports/security/gaim-encyption" and do "make fetch-recursive" and then "make install clean". This compiled fine. Gaim-Encryption v2.28. But when I open up Gaim to load the Encryption-Plugin it doesn't show up listed at all. I tried rebooting and still the same. I tried "deinstalling Gaim and the reinstalling. Still the same thing.. Does anyone have Gaim working with Gaim encryption? I've looked in the "MAKE" files but I'm unsure of what to do if anything. Any help is much appreciated. Thanks, Joshua Banks __________________________________ Do you Yahoo!? Y! Messenger - Communicate in real time. Download now. http://messenger.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 06:08:28 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EA5E16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 06:08:28 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA27643D4C for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 06:08:27 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i7766E2x011757; Sat, 7 Aug 2004 02:06:14 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke <marcus@marcuscom.com> To: Joshua Banks <l0f33t@yahoo.com> In-Reply-To: <20040807060313.57024.qmail@web52101.mail.yahoo.com> References: <20040807060313.57024.qmail@web52101.mail.yahoo.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-96R63t1ryapSJMU50hQ3" Organization: MarcusCom, Inc. Message-Id: <1091858891.11053.52.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 07 Aug 2004 02:08:12 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: FreeBSD User Questions List <freebsd-questions@freebsd.org> Subject: Re: Gaim-Encryption X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 06:08:28 -0000 --=-96R63t1ryapSJMU50hQ3 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2004-08-07 at 02:03, Joshua Banks wrote: > I've looked on Google and the mailing archives and don't really find > anything were others are complaining about the same issue. So I'm > assuming because I'm new to FreeBSD that I'm overlooking something. >=20 > I made sure that my ports tree was synced with the most upto date > ports. I went into the "/usr/ports/net/gaim" and did "make > fetch-recursive" and then "make install clean".=20 >=20 > Among other things this compiled the newst version of Gaim V 0.80. No > problems. This works great. But now I would like to use encyption so I > goto "/usr/ports/security/gaim-encyption" and do "make fetch-recursive" > and then "make install clean". This compiled fine. Gaim-Encryption > v2.28. >=20 > But when I open up Gaim to load the Encryption-Plugin it doesn't show > up listed at all. I tried rebooting and still the same. I tried > "deinstalling Gaim and the reinstalling. Still the same thing..=20 >=20 > Does anyone have Gaim working with Gaim encryption? I've looked in the > "MAKE" files but I'm unsure of what to do if anything. Any help is much > appreciated. Go to Tools->Preferences->Plugins, and check Gaim-Encryption. Then, a Gaim-Encryption item will appear under the Plugins header. Joe >=20 > Thanks, > Joshua Banks >=20 >=20 > =09 > __________________________________ > Do you Yahoo!? > Y! Messenger - Communicate in real time. Download now.=20 > http://messenger.yahoo.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-96R63t1ryapSJMU50hQ3 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBFHHLb2iPiv4Uz4cRAvpnAJwJBEQvdqndb8P7Zxelsx8Ozpiw0QCgporD hq7/0D3RAN8k+FOmpsXhEgs= =shWo -----END PGP SIGNATURE----- --=-96R63t1ryapSJMU50hQ3-- From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 06:15:26 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 515C816A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 06:15:26 +0000 (GMT) Received: from smtp.velocom.com.ar (smtp.velocom.com.ar [200.59.32.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD2DB43D48 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 06:15:23 +0000 (GMT) (envelope-from mguadagnini@velocom.com.ar) Received: from smtp.velocom.com.ar (localhost [127.0.0.1]) by localhost.velocom.com.ar (Postfix) with ESMTP id F0AFBC68D8 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 03:18:24 -0300 (ARST) Received: from lucksys.lucksys.com (adsl369-tasa.via-net-works.net.ar [200.59.198.114]) by smtp.velocom.com.ar (Postfix) with ESMTP id 54019C68CB for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 03:18:24 -0300 (ARST) From: Mariano Guadagnini <mguadagnini@velocom.com.ar> To: freebsd-questions@freebsd.org Date: Sat, 7 Aug 2004 03:09:18 -0300 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408070309.18294.mguadagnini@velocom.com.ar> Subject: Konqueror fails after samba update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 06:15:26 -0000 Hi everybody, I've a 5.2.1 FreeBSD system running on a windows network, with Kde 3.1.4. Recently, i noticed that, the default samba that cames with the installation is 2.2.8, which has some compatibility problems with windows XP (but works fine with win95, 98 and 2000), at least in my case. So, I upgraded to Samba 3.0.1 from the ports, and everything was ok, except that a component of konqueror seems to be broken now, and I cannot browse my smb network within it, when i try to do, ie: smb://somemachine, it displays a "KIO_smb error". Apparently, some konqueror components resulted damaged after the upgrade, but I wonder if there is any way to fix it without reinstalling kdebase again. If someone has any idea??? Many thanks, Mariano Guadagnini. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 06:18:18 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9753F16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 06:18:18 +0000 (GMT) Received: from web52106.mail.yahoo.com (web52106.mail.yahoo.com [206.190.39.75]) by mx1.FreeBSD.org (Postfix) with SMTP id 179BC43D45 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 06:18:16 +0000 (GMT) (envelope-from l0f33t@yahoo.com) Message-ID: <20040807061815.13847.qmail@web52106.mail.yahoo.com> Received: from [67.170.99.253] by web52106.mail.yahoo.com via HTTP; Fri, 06 Aug 2004 23:18:15 PDT Date: Fri, 6 Aug 2004 23:18:15 -0700 (PDT) From: Joshua Banks <l0f33t@yahoo.com> To: freebsd-questions@freebsd.org In-Reply-To: <1091858891.11053.52.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Gaim-Encryption X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 06:18:18 -0000 --- Joe Marcus Clarke <marcus@marcuscom.com> wrote: > Go to Tools->Preferences->Plugins, and check Gaim-Encryption. Then, > a > Gaim-Encryption item will appear under the Plugins header. Woops. Sorry. I forgot to mention that I know how to enble pluggins from within Gaim. Tools>Preferences>Plugins (no Gaim-Encryption plugin checkbox is there.) This is why I'm kind of baffeled. I'm not sure what else I need to do. Joe are your running Gaim v0.80 and Gaim-Encryption V2.28 ? Thanks, Joshua Banks __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 06:20:53 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D43AA16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 06:20:53 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7179443D31 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 06:20:53 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i776IeMu011844; Sat, 7 Aug 2004 02:18:40 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke <marcus@marcuscom.com> To: Joshua Banks <l0f33t@yahoo.com> In-Reply-To: <20040807061815.13847.qmail@web52106.mail.yahoo.com> References: <20040807061815.13847.qmail@web52106.mail.yahoo.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-HPgnSlhjRf1fXsTooGnk" Organization: MarcusCom, Inc. Message-Id: <1091859638.11053.55.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 07 Aug 2004 02:20:38 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: FreeBSD User Questions List <freebsd-questions@freebsd.org> Subject: Re: Gaim-Encryption X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 06:20:53 -0000 --=-HPgnSlhjRf1fXsTooGnk Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2004-08-07 at 02:18, Joshua Banks wrote: > --- Joe Marcus Clarke <marcus@marcuscom.com> wrote: >=20 >=20 > > Go to Tools->Preferences->Plugins, and check Gaim-Encryption. Then, > > a > > Gaim-Encryption item will appear under the Plugins header. >=20 > Woops. Sorry. I forgot to mention that I know how to enble pluggins > from within Gaim. Tools>Preferences>Plugins (no Gaim-Encryption plugin > checkbox is there.) This is why I'm kind of baffeled. I'm not sure what > else I need to do. >=20 > Joe are your running Gaim v0.80 and Gaim-Encryption V2.28 ? Yep, works just fine. I use it daily. Make sure you do not have WITHOUT_NSS defined in your /etc/make.conf, and that Gaim was build with NSS support. Joe >=20 > Thanks, > Joshua Banks >=20 >=20 > =09 > __________________________________ > Do you Yahoo!? > New and Improved Yahoo! Mail - Send 10MB messages! > http://promotions.yahoo.com/new_mail > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-HPgnSlhjRf1fXsTooGnk Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBFHS2b2iPiv4Uz4cRAp3cAKCeDCaYFUFmpPeZB25EpvJDgUxeBACfZTNK sYqfUxraOsv73351W/LGWhg= =1mRr -----END PGP SIGNATURE----- --=-HPgnSlhjRf1fXsTooGnk-- From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 06:55:46 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEFAA16A4CE for <questions@freebsd.org>; Sat, 7 Aug 2004 06:55:46 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9636643D4C for <questions@freebsd.org>; Sat, 7 Aug 2004 06:55:28 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.circlesquared.com [127.0.0.1]) i776qfx0092937; Sat, 7 Aug 2004 07:53:42 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <41147C39.7020003@circlesquared.com> Date: Sat, 07 Aug 2004 07:52:41 +0100 From: Peter Risdon <peter@circlesquared.com> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040611 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew <infofarmer@mail.ru> References: <000f01c47be6$4484b9a0$0111a8c0@SATPC> In-Reply-To: <000f01c47be6$4484b9a0$0111a8c0@SATPC> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: ADSL (1 dyn IP) => FreeBSD => WinGate => NAT Network??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 06:55:47 -0000 Andrew wrote: > Hi! > > I've been using Wingate for months now to distribute an internet > connection among 10 users (NAT). Stunned by regular failures of Windows > 2000, Wingate and other evil software, I decided to switch to FreeBSD. I > read the handbook and about 3000 more pages of manuals / how-to's / > guides. I set up FreeBSD with all applications I currently need for > server tasks. > > I now need to test some applications, while keeping a part of the load > on the Wingate machine. What I want to do is connect to internet via > ADSL, using the bsd box, and let Wingate use the connection through the > box. > > What is the best way to retain most of the NAT functionality? > If you are happy to not know what Wingate is, try to assume that it is > just another nat-box. Can bsd somehow "forward" connection, so that the > nat-box almost feels like it has a real IP? There's no need to complicate this. The FreeBSD box will provide NAT for anything behind it, and if that includes the Wingate machine, fine, no problem. If the Wingate machine is in turn providing NAT for other machines, fine, no problem. If Wingate is using, say 192.168. addresses for it's Natted network, use, say 172.16. for the FreeBSD internal addresses. Peter. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 07:08:05 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7A8416A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 07:08:05 +0000 (GMT) Received: from web52101.mail.yahoo.com (web52101.mail.yahoo.com [206.190.39.70]) by mx1.FreeBSD.org (Postfix) with SMTP id 3F19543D45 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 07:08:05 +0000 (GMT) (envelope-from l0f33t@yahoo.com) Message-ID: <20040807070804.66382.qmail@web52101.mail.yahoo.com> Received: from [67.170.99.253] by web52101.mail.yahoo.com via HTTP; Sat, 07 Aug 2004 00:08:04 PDT Date: Sat, 7 Aug 2004 00:08:04 -0700 (PDT) From: Joshua Banks <l0f33t@yahoo.com> To: FreeBSD User Questions List <freebsd-questions@freebsd.org> In-Reply-To: <1091859638.11053.55.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Gaim-Encryption X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 07:08:05 -0000 --- Joe Marcus Clarke <marcus@marcuscom.com> wrote: > > Joe are your running Gaim v0.80 and Gaim-Encryption V2.28 ? > > Yep, works just fine. I use it daily. Make sure you do not have > WITHOUT_NSS defined in your /etc/make.conf, and that Gaim was build > with > NSS support. Dohp... I don't have an /etc/make.conf file present.... no problem. Thats really weird that I don't have this file in place. I can figure out what needs to be done but what I find really weird is why don't they mention the "/etc/make.conf" file before or during Chapter 8 of the handbook (Configuring the FreeBSD Kernel). Instead they leave this till chapter 19. Seems very important to me especially if I want my kernel sources built to my machine/hardware specs. So I've already compiled the Kernel sources, so I'm assuming its probably best that after I configure an "/etc/make.conf" file that I should recompile my kernel sources again? How do I ensure that Gaim is built with NSS Support? I didn't really understand where to look or what to do? The MAKE file looks like the logical place but I don't know what to do? Is this described in the Handbook? If so can you kindly hint too, where.. and I'll do what needs to be done. Thanks, Joshua Banks __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 07:10:07 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1143F16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 07:10:07 +0000 (GMT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 497DD43D3F for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 07:10:06 +0000 (GMT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i7777qrF012506; Sat, 7 Aug 2004 03:07:52 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke <marcus@marcuscom.com> To: Joshua Banks <l0f33t@yahoo.com> In-Reply-To: <20040807070804.66382.qmail@web52101.mail.yahoo.com> References: <20040807070804.66382.qmail@web52101.mail.yahoo.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-aMoxg9T5+ft4tLBlolzN" Organization: MarcusCom, Inc. Message-Id: <1091862604.457.5.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 07 Aug 2004 03:10:04 -0400 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on creme-brulee.marcuscom.com cc: FreeBSD User Questions List <freebsd-questions@freebsd.org> Subject: Re: Gaim-Encryption X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 07:10:07 -0000 --=-aMoxg9T5+ft4tLBlolzN Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2004-08-07 at 03:08, Joshua Banks wrote: > --- Joe Marcus Clarke <marcus@marcuscom.com> wrote: >=20 >=20 > > > Joe are your running Gaim v0.80 and Gaim-Encryption V2.28 ? > >=20 > > Yep, works just fine. I use it daily. Make sure you do not have > > WITHOUT_NSS defined in your /etc/make.conf, and that Gaim was build > > with > > NSS support. >=20 > Dohp... I don't have an /etc/make.conf file present.... no problem. >=20 > Thats really weird that I don't have this file in place. I can figure > out what needs to be done but what I find really weird is why don't > they mention the "/etc/make.conf" file before or during Chapter 8 of > the handbook (Configuring the FreeBSD Kernel). Instead they leave this > till chapter 19. Seems very important to me especially if I want my > kernel sources built to my machine/hardware specs.=20 >=20 > So I've already compiled the Kernel sources, so I'm assuming its > probably best that after I configure an "/etc/make.conf" file that I > should recompile my kernel sources again? >=20 > How do I ensure that Gaim is built with NSS Support? I didn't really > understand where to look or what to do? The MAKE file looks like the > logical place but I don't know what to do? Is this described in the > Handbook? If so can you kindly hint too, where.. and I'll do what > needs to be done. Not having an /etc/make.conf is okay. If you don't have WITHOUT_NSS set in /etc/make.conf or in your environment, then Gaim should be built with NSS support. You might try running gaim -d from the command line, and see if it throws an error trying to load the encryption plug-in. Joe >=20 > Thanks, > Joshua Banks >=20 > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around=20 > http://mail.yahoo.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-aMoxg9T5+ft4tLBlolzN Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQBBFIBMb2iPiv4Uz4cRAuM/AJwKLJ2dHzjaqyi8Z60htjH7mc/JAACeMehS dQfQrGdYX6nQ+emBXb2cX5Y= =zB2E -----END PGP SIGNATURE----- --=-aMoxg9T5+ft4tLBlolzN-- From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 08:02:40 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EED7C16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 08:02:40 +0000 (GMT) Received: from web52108.mail.yahoo.com (web52108.mail.yahoo.com [206.190.39.77]) by mx1.FreeBSD.org (Postfix) with SMTP id 7D28943D55 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 08:02:40 +0000 (GMT) (envelope-from l0f33t@yahoo.com) Message-ID: <20040807080239.88737.qmail@web52108.mail.yahoo.com> Received: from [67.170.99.253] by web52108.mail.yahoo.com via HTTP; Sat, 07 Aug 2004 01:02:39 PDT Date: Sat, 7 Aug 2004 01:02:39 -0700 (PDT) From: Joshua Banks <l0f33t@yahoo.com> To: FreeBSD User Questions List <freebsd-questions@freebsd.org> In-Reply-To: <1091862604.457.5.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Gaim-Encryption X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 08:02:41 -0000 --- Joe Marcus Clarke <marcus@marcuscom.com> wrote: > Not having an /etc/make.conf is okay. If you don't have WITHOUT_NSS > set > in /etc/make.conf or in your environment, then Gaim should be built > with > NSS support. You might try running gaim -d from the command line, > and > see if it throws an error trying to load the encryption plug-in. Thanks for the help Joe. I'm pretty certain that Gaim didn't build with NSS support but I don't see any errors when running "gaim -d". I don't see anything related to gaim-encryption or NSS being loaded either. So it appears that Gaim isn't being built with NSS support. So if I don't have an "/etc/make.conf" then how do I force Gaim to build with NSS support when it compiles? Again I see stuff in the gaim MAKE file but I don't know what I need to do specifically. Any suggestions or documentation that shows me how to accomplish this task. Thanks, Joshua Banks __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 08:21:05 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DD63516A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 08:21:05 +0000 (GMT) Received: from web11305.mail.yahoo.com (web11305.mail.yahoo.com [216.136.131.208]) by mx1.FreeBSD.org (Postfix) with SMTP id C3CCC43D39 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 08:21:05 +0000 (GMT) (envelope-from spbutsana@yahoo.fr) Message-ID: <20040807082105.39271.qmail@web11305.mail.yahoo.com> Received: from [134.146.0.6] by web11305.mail.yahoo.com via HTTP; Sat, 07 Aug 2004 10:21:05 CEST Date: Sat, 7 Aug 2004 10:21:05 +0200 (CEST) From: =?iso-8859-1?q?simon=20butsana?= <spbutsana@yahoo.fr> To: "Stanford .T. Mings Jr." <stanford@technonupe.net>, freebsd-questions@freebsd.org In-Reply-To: <33ce01c470b8$48f81dd0$d001a8c0@jaimele2k> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: VOIP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 08:21:06 -0000 Hi, Yes. I am currently working on deploying an H323 based VoIP network in FreeBSD 5.1 Do you have any specific question? Simon "Stanford .T. Mings Jr." <stanford@technonupe.net> wrote: Is anyone doing any work in VOIP in FreeBSD ? stm _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" --------------------------------- Créez gratuitement votre Yahoo! Mail avec 100 Mo de stockage ! Créez votre Yahoo! Mail Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour dialoguer instantanément avec vos amis.Téléchargez GRATUITEMENT ici ! From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 10:10:32 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6122A16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 10:10:32 +0000 (GMT) Received: from www.open-cpp.net (dsl-202-72-137-118.wa.westnet.com.au [202.72.137.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A38043D49 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 10:10:26 +0000 (GMT) (envelope-from rjw@open-cpp.net) Received: from main.open-cpp.net (main.open-cpp.net [192.168.0.2]) by www.open-cpp.net (8.12.10/8.12.10) with ESMTP id i77IApcU022160 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 18:10:52 GMT (envelope-from rjw@main.open-cpp.net) Received: from main.open-cpp.net (localhost.open-cpp.net [127.0.0.1]) by main.open-cpp.net (8.12.10/8.12.10) with ESMTP id i77ABEx6059095 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 18:11:14 +0800 (WST) (envelope-from rjw@main.open-cpp.net) Received: (from rjw@localhost) by main.open-cpp.net (8.12.10/8.12.10/Submit) id i77ABEQ4059094 for freebsd-questions@freebsd.org; Sat, 7 Aug 2004 18:11:14 +0800 (WST) (envelope-from rjw) Date: Sat, 7 Aug 2004 18:11:14 +0800 From: "Russell J. Wood" <rjw@open-cpp.net> To: freebsd-questions@freebsd.org Message-ID: <20040807101114.GA59053@main.open-cpp.net> References: <20040807053933.65379.qmail@web52108.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline In-Reply-To: <20040807053933.65379.qmail@web52108.mail.yahoo.com> User-Agent: Mutt/1.4.2.1i X-PGP-Key: http://www.open-cpp.net/rjw.asc Subject: Re: OT: BSDForums registration .. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 10:10:32 -0000 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Joshua, Try http://forums.bsdnexus.org/. It's a forum for all BSD flavours. - Russell On Fri, Aug 06, 2004 at 10:39:33PM -0700, Joshua Banks wrote: >Has anyone tried to join/register at: >http://www.freebsdforums.org/ > >I've joined and registered and I'm able to login, but after 24hrs I'm >still unable to create new threads or reply to existing ones. I've >emailed webmaster@freebsdforums.org without any response. I thought >maybe I was over looking something but I don't think that I am.=20 > >When I try and click on the Registration link in my email I get: >"Your account has been activated but you are currently in the >moderation queue to be added to the forum." > >Is there a more preferable FreeBSD forum other than the one above? > >Thanks, >Joshua Banks > > >=09 > =09 >__________________________________ >Do you Yahoo!? >New and Improved Yahoo! Mail - 100MB free storage! >http://promotions.yahoo.com/new_mail=20 >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g" --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBFKrA5WL5lrZ5g2cRAoYtAKDOOjgsi2lQ7IVtV8Cde9R49FRRwQCfSdDR YBf3g3554xzcDB3NTreDVvg= =o6/D -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI-- From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 10:32:06 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C25EC16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 10:32:06 +0000 (GMT) Received: from hydra.litedns.com (hydra.litedns.com [207.99.58.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9445343D1D for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 10:32:06 +0000 (GMT) (envelope-from erik@erikjohnsson.net) Received: from 1-2-5-7a.mal.sth.bostream.se ([82.182.85.202] helo=bostream.bostream) by hydra.litedns.com with smtp (Exim 4.34) id 1BtOUd-0007y7-2t for freebsd-questions@freebsd.org; Sat, 07 Aug 2004 10:32:03 +0000 Date: Sat, 7 Aug 2004 12:30:57 +0200 From: Erik Johnsson <erik@erikjohnsson.net> To: freebsd-questions@freebsd.org Message-Id: <20040807123057.000044f2@bostream.bostream> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.3.0; Win32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hydra.litedns.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - erikjohnsson.net X-Source: X-Source-Args: X-Source-Dir: Subject: ad0 TIMEOUT during install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 10:32:06 -0000 When I try to install FreeBSD 5.2.1 from floppies I get this when it tries to format the disk, the installation freezes(though caps lock work). ad0 TIMEOUT - WRITE_DMA retrying(2 retries left) LBA=63 ad0 DMA limited to UDMA33, non-ATA66 cable or device ad0 Warning - WRITE_DMA interrupt was seen but timeout failed. ad0 Warning - WRITE_DMA interrupt was seen but taskqueue stalled LBA=63 I've googled and I have yet to see a solution to this problem. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 10:36:36 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6129F16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 10:36:36 +0000 (GMT) Received: from ns2.wananchi.com (ns2.wananchi.com [62.8.64.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1563B43D2F for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 10:36:35 +0000 (GMT) (envelope-from wash@wananchi.com) Received: from wash by ns2.wananchi.com with local (Exim 4.41 #0 (FreeBSD 4.10-STABLE)) id 1BtOZ5-0007Fm-Dv by authid <wash> for <freebsd-questions@freebsd.org>; Sat, 07 Aug 2004 13:36:39 +0300 Date: Sat, 7 Aug 2004 13:36:39 +0300 From: Odhiambo Washington <wash@wananchi.com> To: freebsd-questions@freebsd.org Message-ID: <20040807103639.GB1807@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington <wash@wananchi.com>, freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Disclaimer: Any views expressed in this message,where not explicitly attributed otherwise, are mine alone!. X-Mailer: Mutt 1.5.6i (2004-02-01) X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. User-Agent: Mutt/1.5.6i Subject: Mounting two different disk slices on the same mount point X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 10:36:36 -0000 Hello FreeBSD gurus, Some linux guy gave me a strange idea: You have two disks, /dev/da1s1e and /dev/da2s1e and I mount the two to a single mount point. Do I end up with the total capacity of the two disks on the said mount point? To be a bit clear, da1 is, say, 36GB and da2 is 72GB and I mount as above to /mnt Does /mnt now have 108GB? What are the dangers of doing this? How does the system use the disks? I haven't tested this anyway. Is this something sane? Clues will be highly appreciated. -Wash http://www.netmeister.org/news/learn2quote.html -- +======================================================================+ |\ _,,,---,,_ | Odhiambo Washington <wash@wananchi.com> Zzz /,`.-'`' -. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com |,4- ) )-,_. ,\ ( `'-'| Tel: +254 20 313985-9 +254 20 313922 '---''(_/--' `-'\_) | GSM: +254 722 743223 +254 733 744121 +======================================================================+ San Francisco, n.: Marcel Proust editing an issue of Penthouse. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 10:38:12 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C27C16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 10:38:12 +0000 (GMT) Received: from web52108.mail.yahoo.com (web52108.mail.yahoo.com [206.190.39.77]) by mx1.FreeBSD.org (Postfix) with SMTP id EE9E643D45 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 10:38:11 +0000 (GMT) (envelope-from l0f33t@yahoo.com) Message-ID: <20040807103811.18644.qmail@web52108.mail.yahoo.com> Received: from [67.170.99.253] by web52108.mail.yahoo.com via HTTP; Sat, 07 Aug 2004 03:38:11 PDT Date: Sat, 7 Aug 2004 03:38:11 -0700 (PDT) From: Joshua Banks <l0f33t@yahoo.com> To: freebsd-questions@freebsd.org In-Reply-To: <20040807101114.GA59053@main.open-cpp.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: OT: BSDForums registration .. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 10:38:12 -0000 --- "Russell J. Wood" <rjw@open-cpp.net> wrote: > Hello Joshua, > > Try http://forums.bsdnexus.org/. It's a forum for all BSD flavours. Thanks Russell. http://forums.bsdnexus.com looks pretty fresh. I like it. Thanks again.. Joshua Banks __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 10:50:36 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C21B16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 10:50:36 +0000 (GMT) Received: from web52107.mail.yahoo.com (web52107.mail.yahoo.com [206.190.39.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 0C52043D41 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 10:50:36 +0000 (GMT) (envelope-from l0f33t@yahoo.com) Message-ID: <20040807105035.56903.qmail@web52107.mail.yahoo.com> Received: from [67.170.99.253] by web52107.mail.yahoo.com via HTTP; Sat, 07 Aug 2004 03:50:35 PDT Date: Sat, 7 Aug 2004 03:50:35 -0700 (PDT) From: Joshua Banks <l0f33t@yahoo.com> To: FreeBSD User Questions List <freebsd-questions@freebsd.org> In-Reply-To: <20040807080239.88737.qmail@web52108.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Gaim-Encryption X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 10:50:36 -0000 > --- Joe Marcus Clarke <marcus@marcuscom.com> wrote: > > > > Not having an /etc/make.conf is okay. If you don't have > WITHOUT_NSS > > set > > in /etc/make.conf or in your environment, then Gaim should be built > > with > > NSS support. You might try running gaim -d from the command line, > > and > > see if it throws an error trying to load the encryption plug-in. Oh boy... FreeBSD takes allot of getting used to. I ran "make fetch-recursive" in the "/usr/ports/security/gaim-encryption" dir yesterday. What I forgot to do was "make install clean". I've done this twice now with other "ports". I'm learning. Heh.. When I checked "/var/db/pkg" I didn't see "gaim-encryption" as one of the packages listed. So I knew right away that I flubbed up and forgot to do "make install clean" after doing "make fetch-recursive" initially. Gaim-Encryption is working now. Thanks for your help anyways, Joe. Joshua Banks __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 11:06:59 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06DC716A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 11:06:59 +0000 (GMT) Received: from smtps-out1.xs4all.nl (smtps-out1.xs4all.nl [194.109.24.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3841243D31 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 11:06:58 +0000 (GMT) (envelope-from gwg.wijnands.freebsd@xs4all.nl) Received: from [192.168.2.104] (213-84-96-74.adsl.xs4all.nl [213.84.96.74]) (authenticated bits=0)i77B6ui0099304 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 13:06:56 +0200 (CEST) Message-ID: <4114B7CF.9040906@xs4all.nl> Date: Sat, 07 Aug 2004 13:06:55 +0200 From: Gustaaf Wijnands <gwg.wijnands.freebsd@xs4all.nl> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040716 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20040807053933.65379.qmail@web52108.mail.yahoo.com> <20040807101114.GA59053@main.open-cpp.net> In-Reply-To: <20040807101114.GA59053@main.open-cpp.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: OT: BSDForums registration .. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 11:06:59 -0000 Russell J. Wood wrote: > Hello Joshua, > > Try http://forums.bsdnexus.org/. It's a forum for all BSD flavours. > > - Russell Joshua, http://forums.bsdnexus.org/ didn't work. I assume you meant http://forums.bsdnexus.com/ ? -- Gustaaf From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 11:11:17 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 884CC16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 11:11:17 +0000 (GMT) Received: from mymail.netmagicians.com (mymail.netmagicians.com [202.87.39.126]) by mx1.FreeBSD.org (Postfix) with SMTP id 0235B43D58 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 11:11:16 +0000 (GMT) (envelope-from sid@netmagicsolutions.com) Received: (qmail 23271 invoked from network); 7 Aug 2004 11:23:50 -0000 Received: from sid@netmagicsolutions.com by mymail.netmagicians.com by uid 504 with qmail-scanner-1.16 (uvscan: v4.3.20/v4100. Clear:. Processed in 0.749051 secs); 07 Aug 2004 11:23:50 -0000 Received: from intra.netmagicsolutions.com (HELO ?10.1.1.161?) (202.87.39.242) by mymail.netmagicians.com with SMTP; 7 Aug 2004 11:23:49 -0000 Message-ID: <4114B8D1.2070508@netmagicsolutions.com> Date: Sat, 07 Aug 2004 16:41:13 +0530 From: Siddhartha Jain <sid@netmagicsolutions.com> User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: IPFW + Bridge + Dummynet X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 11:11:17 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I read all the FAQs and stuff I could find after googling and got IPFW+Bridging+Dummynet working but still wanted to confirm my config. Some basic info: ================== FreeBSD bsdband.netmagic.com 4.10-RELEASE FreeBSD 4.10-RELEASE #1: Fri Aug 6 22:45:47 IST 2004 root@bsdband.netmagic.com:/usr/src/sys/compile/MYKERNEL i386 At the tail of MYKERNEL config: =============================== options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_DEFAULT_TO_ACCEPT options BRIDGE options DUMMYNET options HZ=1000 In /etc/sysctl.conf =================== net.link.ether.bridge_cfg=ed0,rl0 net.link.ether.bridge=1 net.link.ether.bridge_ipfw=1 net.link.ether.ipfw=1 net.inet.ip.fw.one_pass=1 net.inet.ip.fw.enable=0 Now, I want to do bandwidth shaping by using the box as a bridge only. I don't want any IP routing or firewalling to be done on the box. Are the above parameters proper and appropriate? Is there something else I should add for better performance etc? Thanks, Siddhartha -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBFLjROGaxOP7knVwRAs2RAJ93Yw7ReAgIr0sPMspIKYU6TcxV2ACfcN1j VoJghkrtGmcERwsoDanBry4= =NbTg -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 11:40:17 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9375F16A4CE for <questions@freebsd.org>; Sat, 7 Aug 2004 11:40:17 +0000 (GMT) Received: from ns2.wananchi.com (ns2.wananchi.com [62.8.64.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A0BB43D49 for <questions@freebsd.org>; Sat, 7 Aug 2004 11:40:16 +0000 (GMT) (envelope-from wash@wananchi.com) Received: from wash by ns2.wananchi.com with local (Exim 4.41 #0 (FreeBSD 4.10-STABLE)) id 1BtPYQ-000Ds0-Ky by authid <wash>; Sat, 07 Aug 2004 14:40:02 +0300 Date: Sat, 7 Aug 2004 14:40:02 +0300 From: Odhiambo Washington <wash@wananchi.com> To: Bill Moran <wmoran@potentialtech.com> Message-ID: <20040807114002.GD1807@ns2.wananchi.com> References: <20040621132006.2b1a296f.wmoran@potentialtech.com> <a22ff294040621115173bad2e0@mail.gmail.com> <20040621172520.3544d6fe.wmoran@potentialtech.com> <20040621214348.GB63857@happy-idiot-talk.infracaninophile.co.uk> <20040621175626.3e762448.wmoran@potentialtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040621175626.3e762448.wmoran@potentialtech.com> X-Disclaimer: Any views expressed in this message,where not explicitly attributed otherwise, are mine alone!. X-Mailer: Mutt 1.5.6i (2004-02-01) X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. User-Agent: Mutt/1.5.6i cc: questions@freebsd.org cc: aharrison@gmail.com Subject: Re: What's the best possible email failover solution X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 11:40:17 -0000 * Bill Moran <wmoran@potentialtech.com> [20040622 00:57]: wrote: > Matthew Seaman <m.seaman@infracaninophile.co.uk> wrote: > > > On Mon, Jun 21, 2004 at 05:25:20PM -0400, Bill Moran wrote: > > > > > The return can be significant. The company I am doing this for provides IMAP > > > mail services for business. If a filesystem crashes and service is down for a > > > while, we can easily lose clients. If we had some sort of failover, we'd be > > > able to just switch the IP on the backup machine and life would be good. > > > > > > "long way to go" is what I'm trying to establish. I was hoping to find > > > something workable without reinventing the wheel. For example, Postgresql can > > > do real-time replication between two Postgresql servers using Slony. If I can > > > find an IMAP server that will keep the mail folders in PostgreSQL, I've got my > > > failover system ... tada! > > > > http://wiki.dovecot.org/moin.cgi/DovecotPostgresql > > Unfortunately, this only keeps the user database in Postgresql, but not the > mailboxes themselves. We already have the equivalent of this using LDAP, and > I'm in the process of setting up a slave LDAP server for redundancy. > > It's the mailboxes themselves that are difficult to get. Best we've got right > now is backing up the Cyrus mail folders using rsync ... but this is very time- > consuming, and (thus) only done once a day. In order for it to be done right, > Cyrus has to be shut down while it's backing up. Hello Bill and everyone, I know it is already August. I did not read this list all this time, leave alone the thread! But anyway, Bill says they use LDAP, yes? How about this solution: # High Availability Mail server http://bsdvault.net/sections.php?op=viewarticle&artid=99 http://bsdvault.net/sections.php?op=viewarticle&artid=100 Looks like what Bill wanted, no? -Wash http://www.netmeister.org/news/learn2quote.html -- +======================================================================+ |\ _,,,---,,_ | Odhiambo Washington <wash@wananchi.com> Zzz /,`.-'`' -. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com |,4- ) )-,_. ,\ ( `'-'| Tel: +254 20 313985-9 +254 20 313922 '---''(_/--' `-'\_) | GSM: +254 722 743223 +254 733 744121 +======================================================================+ The trouble with being poor is that it takes up all your time. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 11:58:26 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3641816A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 11:58:26 +0000 (GMT) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED05E43D55 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 11:58:25 +0000 (GMT) (envelope-from jester@panix.com) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mail3.panix.com (Postfix) with ESMTP id 35789981A1 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 07:58:25 -0400 (EDT) Received: (from jester@localhost) by panix2.panix.com (8.11.6p2-a/8.8.8/PanixN1.1) id i77BwPV08269 for freebsd-questions@freebsd.org; Sat, 7 Aug 2004 07:58:25 -0400 (EDT) Date: Sat, 7 Aug 2004 07:58:25 -0400 From: Jesse Sheidlower <jester@panix.com> To: freebsd-questions@freebsd.org Message-ID: <20040807115825.GA6151@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Conflict with p5-podlators X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 11:58:26 -0000 In the past few days, it seems that the p5-podlators port has been changed in a way that it doesn't install because it conflicts with perl-5.8.5--you get one of those "Can't be installed because both are installed in the same place" messages. It doesn't make much sense that a bunch of basic Perl modules would conflict with Perl itself, and now I can't install or upgrade any of the many dependencies of p5-podlators. Anyone know what's up with this? Jesse Sheidlower From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 12:00:24 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 754BA16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 12:00:24 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF7A443D2D for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 12:00:22 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i77C0HYF016107 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 7 Aug 2004 13:00:17 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i77C0H0K016106; Sat, 7 Aug 2004 13:00:17 +0100 (BST) (envelope-from matthew) Date: Sat, 7 Aug 2004 13:00:17 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Odhiambo Washington <wash@wananchi.com>, freebsd-questions@freebsd.org Message-ID: <20040807120017.GA96092@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, Odhiambo Washington <wash@wananchi.com>, freebsd-questions@freebsd.org References: <20040807103639.GB1807@ns2.wananchi.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: <20040807103639.GB1807@ns2.wananchi.com> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Sat, 07 Aug 2004 13:00:17 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk Subject: Re: Mounting two different disk slices on the same mount point X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 12:00:24 -0000 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 07, 2004 at 01:36:39PM +0300, Odhiambo Washington wrote: >=20 > Hello FreeBSD gurus, >=20 > Some linux guy gave me a strange idea: >=20 > You have two disks, /dev/da1s1e and /dev/da2s1e and I mount the > two to a single mount point. > Do I end up with the total capacity of the two disks on the said > mount point? > To be a bit clear, da1 is, say, 36GB and da2 is 72GB and I mount > as above to /mnt > Does /mnt now have 108GB? > What are the dangers of doing this? > How does the system use the disks? >=20 > I haven't tested this anyway. >=20 >=20 > Is this something sane? >=20 >=20 > Clues will be highly appreciated. That sounds a bit muddled. If you try mounting two partitions literally in the same place, either one will overlay the other so you can only access the last mounted partition, or you'll get an error message and fail to mount the second one. (Which occurs depends on the filesystem type). What I think your Linux using friends were thinking of, even if they were unclear on the concept, is some form of logical volume management. Under FreeBSD, you could use vinum(8) to create a concat volume from the two partitions, which would give you give you a filesystem the size of the sum of both components. That's not new functionality. It's been available in FreeBSD for ages (since 2.x I believe) through vinum(8) or one of it's predecessors like ccd(4). Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBFMRRiD657aJF7eIRAsdnAJ9TtUG4v7cdh1qaqco+qbGVuDAJKACfTj24 b+xeq4YE7HlvXYbQpHD0cHA= =C/rJ -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 12:07:37 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EF4716A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 12:07:37 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4993D43D5F for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 12:07:36 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i77C7Wwr017525 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 7 Aug 2004 13:07:32 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i77C7Vtj017524; Sat, 7 Aug 2004 13:07:32 +0100 (BST) (envelope-from matthew) Date: Sat, 7 Aug 2004 13:07:31 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Jesse Sheidlower <jester@panix.com> Message-ID: <20040807120731.GB96092@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, Jesse Sheidlower <jester@panix.com>, freebsd-questions@freebsd.org References: <20040807115825.GA6151@panix.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LpQ9ahxlCli8rRTG" Content-Disposition: inline In-Reply-To: <20040807115825.GA6151@panix.com> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.5.3 (smtp.infracaninophile.co.uk [0.0.0.0]); Sat, 07 Aug 2004 13:07:32 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040705, clamav-milter version 0.74a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: freebsd-questions@freebsd.org Subject: Re: Conflict with p5-podlators X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 12:07:37 -0000 --LpQ9ahxlCli8rRTG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 07, 2004 at 07:58:25AM -0400, Jesse Sheidlower wrote: =20 > In the past few days, it seems that the p5-podlators port > has been changed in a way that it doesn't install because > it conflicts with perl-5.8.5--you get one of those "Can't > be installed because both are installed in the same place" > messages. >=20 > It doesn't make much sense that a bunch of basic Perl > modules would conflict with Perl itself, and now I=20 > can't install or upgrade any of the many dependencies > of p5-podlators. >=20 > Anyone know what's up with this? p5-podlators contains essentially the same set of modules as are installed as a standard part of perl-5.8.5. In fact, the p5-podlators port will try and overwrite some files claimed by the perl-5.8.5 port. There's no point in installing both. Just deinstall the p5-podlators port, and re-install perl-5.8.5 and all will be well. Even if you subsequently go and install a port with an explicit dependency on p5-podlators, the ports system will detect that the module is available even though it was installed as part of a different port. Other than occasionally having to run 'pkgdb -F' there won't be any downside. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --LpQ9ahxlCli8rRTG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBFMYDiD657aJF7eIRAql2AJ42GS3rWODLL+HyPvT6NaR9yiD39ACbB0d3 GwqZGQw/T02SQRcNpH1tXzE= =sIK0 -----END PGP SIGNATURE----- --LpQ9ahxlCli8rRTG-- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 6 13:23:24 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6898E16A4CE for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 13:23:24 +0000 (GMT) Received: from mail02.emailcontrolcenter.us (mail02.emailcontrolcenter.us [209.225.3.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id D345243D46 for <freebsd-questions@freebsd.org>; Fri, 6 Aug 2004 13:23:23 +0000 (GMT) (envelope-from isutcliffe@rocketseed.us) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) i76DNGh30196 for freebsd-questions@freebsd.org; Fri, 6 Aug 2004 09:23:16 -0400 Message-Id: <200408061323.i76DNGh30196@mail02.emailcontrolcenter.us> Received: from isutcliffe@rocketseed.us ([68.70.161.220]) by SBMS ([10.1.2.10]) for freebsd-questions@FreeBSD.org id <386794448>; Fri, 06 Aug 2004 09:23:59 -0500 From: "Iain Sutcliffe" <isutcliffe@rocketseed.us> To: <freebsd-questions@FreeBSD.org> Date: Fri, 6 Aug 2004 09:23:13 -0400 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcR7uIaXAPdPPUEET/e+wv5MPMp1Ow== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Mailer-Rocketseed: MjA5LjIyNS4zLjE5OA== X-Mailer-Rocketseed-Counter: 1 Mime-Version: 1.0 X-Mailman-Approved-At: Sat, 07 Aug 2004 12:36:29 +0000 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: IBM x-series 335 keyboard problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 06 Aug 2004 13:23:24 -0000 Hi, =20 I am trying to install v5.2.1 onto an IBM x-series 335 server. It has a single cable with which to attach the monitor/keyboard/mouse that enables daisy chaining of servers. =20 When I install I get to a point where I have to enter information and the keyboard doesn't work. I've tried several times with no luck. =20 Do you have any known problems with these systems? =20 Regards =20 Iain Sutcliffe =20 http://mail02.emailcontrolcenter.us/RocketSeed/mail/433a343a3539373937313a3= 43532353a2d323a31303035 =20 http://mail02.emailcontrolcenter.us/RocketSeed/mail/433a343a3539373937313a3= 43532353a2d323a31303436 POWERED BY ROCKETSEED - bring branding to your every-day email Go to www.rocketseed.us for more info DISCLAIMER: This message contains confidential information=20 for the addressee named above. If you are not the intended=20 recipient of this message, you are hereby notified that you=20 must not disseminate, copy or take any action in reliance=20 on it. Any views expressed in this message are those of the=20 individual sender unless otherwise stated. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 13:10:21 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D297316A4D7 for <questions@freebsd.org>; Sat, 7 Aug 2004 13:10:21 +0000 (GMT) Received: from internet.potentialtech.com (h-66-167-251-6.phlapafg.covad.net [66.167.251.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54B2B43D5C for <questions@freebsd.org>; Sat, 7 Aug 2004 13:09:59 +0000 (GMT) (envelope-from wmoran@potentialtech.com) Received: from working.potentialtech.com (pa-plum-cmts1e-68-68-113-64.pittpa.adelphia.net [68.68.113.64]) by internet.potentialtech.com (Postfix) with ESMTP id 182D169A71; Sat, 7 Aug 2004 09:09:58 -0400 (EDT) Date: Sat, 7 Aug 2004 09:09:57 -0400 From: Bill Moran <wmoran@potentialtech.com> To: Odhiambo Washington <wash@wananchi.com> Message-Id: <20040807090957.0faa98b7.wmoran@potentialtech.com> In-Reply-To: <20040807114002.GD1807@ns2.wananchi.com> References: <20040621132006.2b1a296f.wmoran@potentialtech.com> <a22ff294040621115173bad2e0@mail.gmail.com> <20040621172520.3544d6fe.wmoran@potentialtech.com> <20040621214348.GB63857@happy-idiot-talk.infracaninophile.co.uk> <20040621175626.3e762448.wmoran@potentialtech.com> <20040807114002.GD1807@ns2.wananchi.com> Organization: Potential Technologies X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: questions@freebsd.org cc: aharrison@gmail.com Subject: Re: What's the best possible email failover solution X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 13:10:22 -0000 Odhiambo Washington <wash@wananchi.com> wrote: > * Bill Moran <wmoran@potentialtech.com> [20040622 00:57]: wrote: > > Matthew Seaman <m.seaman@infracaninophile.co.uk> wrote: > > > > > On Mon, Jun 21, 2004 at 05:25:20PM -0400, Bill Moran wrote: > > > > > > > The return can be significant. The company I am doing this for provides IMAP > > > > mail services for business. If a filesystem crashes and service is down for a > > > > while, we can easily lose clients. If we had some sort of failover, we'd be > > > > able to just switch the IP on the backup machine and life would be good. > > > > > > > > "long way to go" is what I'm trying to establish. I was hoping to find > > > > something workable without reinventing the wheel. For example, Postgresql can > > > > do real-time replication between two Postgresql servers using Slony. If I can > > > > find an IMAP server that will keep the mail folders in PostgreSQL, I've got my > > > > failover system ... tada! > > > > > > http://wiki.dovecot.org/moin.cgi/DovecotPostgresql > > > > Unfortunately, this only keeps the user database in Postgresql, but not the > > mailboxes themselves. We already have the equivalent of this using LDAP, and > > I'm in the process of setting up a slave LDAP server for redundancy. > > > > It's the mailboxes themselves that are difficult to get. Best we've got right > > now is backing up the Cyrus mail folders using rsync ... but this is very time- > > consuming, and (thus) only done once a day. In order for it to be done right, > > Cyrus has to be shut down while it's backing up. > > Hello Bill and everyone, > > I know it is already August. I did not read this list all this > time, leave alone the thread! > But anyway, Bill says they use LDAP, yes? How about this solution: > > # High Availability Mail server > http://bsdvault.net/sections.php?op=viewarticle&artid=99 > http://bsdvault.net/sections.php?op=viewarticle&artid=100 > > Looks like what Bill wanted, no? Thanks for the input. Unfortunately, this only handles the delivery side of things. If users are using IMAP to manage their mail on the server, the two machines will get out of sync, unless there's some way to tell the IMAP server to manage the mail on both machines simultaenously. -- Bill Moran Potential Technologies http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 13:17:42 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D29FB16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 13:17:42 +0000 (GMT) Received: from web41014.mail.yahoo.com (web41014.mail.yahoo.com [66.218.93.13]) by mx1.FreeBSD.org (Postfix) with SMTP id 9E12443D49 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 13:17:42 +0000 (GMT) (envelope-from asdzxc111@yahoo.com) Message-ID: <20040807131742.3680.qmail@web41014.mail.yahoo.com> Received: from [141.76.1.122] by web41014.mail.yahoo.com via HTTP; Sat, 07 Aug 2004 06:17:42 PDT Date: Sat, 7 Aug 2004 06:17:42 -0700 (PDT) From: DK <asdzxc111@yahoo.com> To: Bill Moran <wmoran@potentialtech.com> In-Reply-To: <20040804121950.6127e395.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: RE: Connecting to the Net (was: Re: BigApache [..]) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 13:17:42 -0000 Hi Bill et al, 1) Using /stand/sysinstall & trying to download packages from the freeBSD site, I get the ERROR prompt: --------------- "Cannot resolve hostname 'ftp.freebsd.org'! Are you sure that your name server, gateway and network interface are correctly configured ?" --------------- I have a Cable Broadband Connection. Does this error mean that my DHCP is not configured correctly or is it something else ??? 2) When trying to connect to my ISP's update-server(which you don't need to be authenticated to access) I get this ERROR even though my Cable connection is ON, Connected & Working: ------------------------- 200# ftp update-server ftp: update-server: No address associated with hostname ------------------------- Is this the same problem as above ??? 3) I have in my rc.conf file ------------------------- ifconfig_rl0="DHCP" hostname="127.0.0.1" ------------------------- should the "hostname" be the dynamically allocated address that my ISP assigns when I turn on my Cable Modem or should I leave it as 127.0.0.1 ??? If there is anything else that you think that I may be missing in trying to connect to the net, please let me know ;) Kind Regards, DK __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 13:23:45 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CF5E16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 13:23:45 +0000 (GMT) Received: from redqueen.elvandar.org (cust.94.120.adsl.cistron.nl [195.64.94.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8446543D49 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 13:23:42 +0000 (GMT) (envelope-from remko@elvandar.org) Received: from [10.0.2.122] (nimrod.elvandar.intranet [10.0.2.122]) by redqueen.elvandar.org (Postfix) with ESMTP id 3CD0710685E; Sat, 7 Aug 2004 15:23:39 +0200 (CEST) Message-ID: <4114D7DD.5080001@elvandar.org> Date: Sat, 07 Aug 2004 15:23:41 +0200 From: Remko Lodder <remko@elvandar.org> X-Accept-Language: en-us, en MIME-Version: 1.0 To: DK <asdzxc111@yahoo.com> References: <20040807131742.3680.qmail@web41014.mail.yahoo.com> In-Reply-To: <20040807131742.3680.qmail@web41014.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at elvandar.org cc: Bill Moran <wmoran@potentialtech.com> cc: freebsd-questions@freebsd.org Subject: Re: Connecting to the Net X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 13:23:45 -0000 DK wrote: > Hi Bill et al, Hello DK, > > 1) > Using /stand/sysinstall & trying to download packages from the freeBSD site, I > get the ERROR prompt: > > --------------- > "Cannot resolve hostname 'ftp.freebsd.org'! Are you sure that your name server, > gateway and network interface are correctly configured ?" > --------------- > > I have a Cable Broadband Connection. Does this error mean that my DHCP is not > configured correctly or is it something else ??? It might be possible that your cable broadband company does not send you any DNS servers to use. If you have the adresses you might be able to set them manually in the file /etc/resolv.conf nameserver $ip1 nameserver $ip2 > > > 2) > When trying to connect to my ISP's update-server(which you don't need to be > authenticated to access) I get this ERROR even though my Cable connection is > ON, Connected & Working: > > ------------------------- > 200# ftp update-server > ftp: update-server: No address associated with hostname Still looks like a Resolving problem to me. Try the above ;) > ------------------------- > I have in my rc.conf file > > ------------------------- > ifconfig_rl0="DHCP" > hostname="127.0.0.1" > ------------------------- As hostname i would choose a name that you like, it represents the name of the machine, not the ip adres of your machine ;) > > should the "hostname" be the dynamically allocated address that my ISP assigns > when I turn on my Cable Modem or should I leave it as 127.0.0.1 ??? No, it's just the name of the computer, mine is called redqueen.elvandar.org ... > > > If there is anything else that you think that I may be missing in trying to > connect to the net, please let me know ;) If i think that you should do something extra in the meantime i will send and extra email ;) > > > > Kind Regards, > > DK > -- Kind regards, Remko Lodder |remko@elvandar.org Reporter DSINet |remko@dsinet.org Projectleader Mostly-Harmless |remko@mostly-harmless.nl From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 13:25:27 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1060E16A4CE for <questions@freebsd.org>; Sat, 7 Aug 2004 13:25:27 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97E6743D2F for <questions@freebsd.org>; Sat, 7 Aug 2004 13:25:26 +0000 (GMT) (envelope-from infofarmer@mail.ru) Received: from [83.237.13.66] (port=5488 helo=SATPC) by mx2.mail.ru with smtp id 1BtRCP-000BBV-00; Sat, 07 Aug 2004 17:25:25 +0400 Message-ID: <000701c47c82$a6492260$0111a8c0@SATPC> From: "Andrew" <infofarmer@mail.ru> To: "Peter Risdon" <peter@circlesquared.com> References: <000f01c47be6$4484b9a0$0111a8c0@SATPC> <41147C39.7020003@circlesquared.com> Date: Sat, 7 Aug 2004 17:30:04 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Spam: Not detected cc: questions@freebsd.org Subject: Solved: ADSL (1 dyn IP) => FreeBSD => WinGate => NAT Network??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 13:25:27 -0000 Peter Risdon wrote: > Andrew wrote: > > I've been using Wingate for months now to distribute an internet > > connection among 10 users (NAT). Stunned by regular failures of Windows > > 2000, Wingate and other evil software, I decided to switch to FreeBSD. I > > read the handbook and about 3000 more pages of manuals / how-to's / > > guides. I set up FreeBSD with all applications I currently need for > > server tasks. > > > > I now need to test some applications, while keeping a part of the load > > on the Wingate machine. What I want to do is connect to internet via > > ADSL, using the bsd box, and let Wingate use the connection through the > > box. > > > > What is the best way to retain most of the NAT functionality? > > If you are happy to not know what Wingate is, try to assume that it is > > just another nat-box. Can bsd somehow "forward" connection, so that the > > nat-box almost feels like it has a real IP? > > There's no need to complicate this. The FreeBSD box will provide NAT > for anything behind it, and if that includes the Wingate machine, fine, > no problem. If the Wingate machine is in turn providing NAT for other > machines, fine, no problem. Thanks, that's how I planned to do it. I just though there might be a way to forward/redirect packets in order to avoid natd. But on the other hand, I'll test natd this way as well. Best regards, Andrew From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 13:52:23 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A25D216A4CE for <freebsd-questions@FreeBSD.org>; Sat, 7 Aug 2004 13:52:23 +0000 (GMT) Received: from briefzentrum.encephalon.de (encephalon.de [213.146.112.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1713843D4C for <freebsd-questions@FreeBSD.org>; Sat, 7 Aug 2004 13:52:23 +0000 (GMT) (envelope-from liste@encephalon.de) Received: from localhost (briefzentrum.encephalon.de [192.168.0.200]) by briefzentrum.encephalon.de (Postfix) with ESMTP id 4760C1D542; Sat, 7 Aug 2004 15:55:26 +0200 (CEST) Received: from briefzentrum.encephalon.de ([192.168.0.200]) (amavisd-new, port 10024) with ESMTP id 25724-07; Sat, 7 Aug 2004 15:55:25 +0200 (CEST) Received: from [192.168.1.1] (unknown [192.168.1.1]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by briefzentrum.encephalon.de (Postfix) with ESMTP id 462A51D52D; Sat, 7 Aug 2004 15:55:23 +0200 (CEST) In-Reply-To: <200408061323.i76DNGh30196@mail02.emailcontrolcenter.us> References: <200408061323.i76DNGh30196@mail02.emailcontrolcenter.us> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <588EADEA-E879-11D8-826A-000A95AB00F4@encephalon.de> Content-Transfer-Encoding: 7bit From: Axel S.Gruner <liste@encephalon.de> Date: Sat, 7 Aug 2004 15:54:48 +0200 To: "Iain Sutcliffe" <isutcliffe@rocketseed.us> X-Mailer: Apple Mail (2.618) X-Virus-Scanned: by amavisd-new with clamav at encephalon.de cc: freebsd-questions@FreeBSD.org Subject: Re: IBM x-series 335 keyboard problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 13:52:23 -0000 Hi. Am 06.08.2004 um 15:23 schrieb Iain Sutcliffe: > I am trying to install v5.2.1 onto an IBM x-series 335 server. It has a > single cable with which to attach the monitor/keyboard/mouse that > enables > daisy chaining of servers. > When I install I get to a point where I have to enter information and > the > keyboard doesn't work. I've tried several times with no luck. > Do you have any known problems with these systems? I have the same problem wit x-series 345. Try to disable ACPI on boot, that worked for me. asg From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 14:15:03 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECFFC16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 14:15:03 +0000 (GMT) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC69243D31 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 14:15:03 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) X-Sasl-enc: 8QWfgoRSiCogReLOORZ3CQ 1091888101 Received: from modem-796.lion.dialup.pol.co.uk (modem-796.lion.dialup.pol.co.uk [217.135.163.28]) by mail.messagingengine.com (Postfix) with ESMTP id 1EE4DC14122 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 10:15:00 -0400 (EDT) From: "R. W." <list-freebsd-2004@morbius.sent.com> To: freebsd-questions@freebsd.org Date: Sat, 7 Aug 2004 15:16:19 +0100 User-Agent: KMail/1.6.2 References: <20040807105035.56903.qmail@web52107.mail.yahoo.com> In-Reply-To: <20040807105035.56903.qmail@web52107.mail.yahoo.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408071516.19695.list-freebsd-2004@morbius.sent.com> Subject: Re: Gaim-Encryption X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 14:15:04 -0000 Things will be easier if you install (and use) sysutils/portupgrade It's best to use /etc/make.conf for world and kernel settings, and for general compiler settings; and use /usr/local/etc/pkgtools.conf for port settings. Anything in make.conf is seen by every build, but portupgrade reads per port settings from pkgtools.conf and passes them into make. On Saturday 07 August 2004 11:50, Joshua Banks wrote: > Oh boy... FreeBSD takes allot of getting used to. I ran "make > fetch-recursive" in the "/usr/ports/security/gaim-encryption" dir > yesterday. What I forgot to do was "make install clean". I've done > this twice now with other "ports". I'm learning. Heh.. > When I checked "/var/db/pkg" I didn't see "gaim-encryption" as one of > the packages listed. So I knew right away that I flubbed up and > forgot to do "make install clean" after doing "make fetch-recursive" > initially. > From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 15:26:30 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CA6B16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 15:26:30 +0000 (GMT) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CFD543D1D for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 15:26:29 +0000 (GMT) (envelope-from hampi@rootshell.be) Received: from gicco.homeip.net (80-218-73-163.dclient.hispeed.ch [80.218.73.163])i77FQPOj014327 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 17:26:25 +0200 Received: from goofy.here (localhost.here [127.0.0.1]) by gicco.homeip.net (8.13.1/8.13.1) with ESMTP id i77FQKE7000879 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 17:26:20 +0200 (CEST) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by goofy.here (8.13.1/8.13.1/Submit) id i77FQJQu000878 for freebsd-questions@freebsd.org; Sat, 7 Aug 2004 17:26:19 +0200 (CEST) (envelope-from hampi@rootshell.be) X-Authentication-Warning: goofy.here: idefix set sender to hampi@rootshell.be using -f Date: Sat, 7 Aug 2004 17:26:19 +0200 From: Hanspeter Roth <hampi@rootshell.be> To: freebsd-questions@freebsd.org Message-ID: <20040807152619.GA850@gicco.homeip.net> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: 5.2-current: device pcm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 15:26:30 -0000 Hello, I have upgraded from 5.2.1-release to 5.2-current. On 5.2.1-release there was a device pcm for the sound module. This doesn't seem to be accepted anymore in 5.2-current. Is there an equivalent device? -Hanspeter From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 15:38:58 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3182A16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 15:38:58 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40FBB43D31 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 15:38:45 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.circlesquared.com [127.0.0.1]) i77FcGx0094322 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 16:38:17 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <4114F768.6000908@circlesquared.com> Date: Sat, 07 Aug 2004 16:38:16 +0100 From: Peter Risdon <peter@circlesquared.com> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040611 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20040807152619.GA850@gicco.homeip.net> In-Reply-To: <20040807152619.GA850@gicco.homeip.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 5.2-current: device pcm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 15:38:58 -0000 Hanspeter Roth wrote: > Hello, > > I have upgraded from 5.2.1-release to 5.2-current. > On 5.2.1-release there was a device pcm for the sound module. This > doesn't seem to be accepted anymore in 5.2-current. > Is there an equivalent device? Hi, It's accepted fine on my 5.2.1-RELEASE-p9 system. What exactly is the problem you're seeing? Peter. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 15:41:33 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87C2216A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 15:41:33 +0000 (GMT) Received: from ddardaar.mine.nu (bwy44.neoplus.adsl.tpnet.pl [83.29.248.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9B5743D2D for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 15:41:32 +0000 (GMT) (envelope-from radek@raadradd.com) Received: by ddardaar.mine.nu (Postfix, from userid 1001) id D0BA8A58E; Sat, 7 Aug 2004 17:41:35 +0200 (CEST) Date: Sat, 7 Aug 2004 17:41:35 +0200 From: Radek Kozlowski <radek@raadradd.com> To: freebsd-questions@freebsd.org Message-ID: <20040807154135.GJ55186@werd> References: <20040807152619.GA850@gicco.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <20040807152619.GA850@gicco.homeip.net> User-Agent: Mutt/1.5.6i Subject: Re: 5.2-current: device pcm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 15:41:33 -0000 On Sat, Aug 07, 2004 at 05:26:19PM +0200, Hanspeter Roth wrote: > Hello, > > I have upgraded from 5.2.1-release to 5.2-current. > On 5.2.1-release there was a device pcm for the sound module. This > doesn't seem to be accepted anymore in 5.2-current. > Is there an equivalent device? Read /usr/src/UPDATING: 20040716: The sound device drivers are renamed. `sound' is always required, while `snd_*' should be configured accordingly to your hardware. Refer to NOTES for the detail of the drivers. -Radek From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 15:45:15 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7600016A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 15:45:15 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAC3E43D45 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 15:45:14 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.circlesquared.com [127.0.0.1]) i77Ficx0094342; Sat, 7 Aug 2004 16:44:38 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <4114F8E5.1000602@circlesquared.com> Date: Sat, 07 Aug 2004 16:44:37 +0100 From: Peter Risdon <peter@circlesquared.com> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040611 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Risdon <peter@circlesquared.com> References: <20040807152619.GA850@gicco.homeip.net> <4114F768.6000908@circlesquared.com> In-Reply-To: <4114F768.6000908@circlesquared.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: 5.2-current: device pcm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 15:45:15 -0000 Peter Risdon wrote: > Hanspeter Roth wrote: > >> Hello, >> >> I have upgraded from 5.2.1-release to 5.2-current. >> On 5.2.1-release there was a device pcm for the sound module. This >> doesn't seem to be accepted anymore in 5.2-current. >> Is there an equivalent device? > > > Hi, > > It's accepted fine on my 5.2.1-RELEASE-p9 system. What exactly is the > problem you're seeing? Apologies, I misread your mail. Sorry for the wasted bandwidth. Peter. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 16:18:37 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE9BC16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 16:18:37 +0000 (GMT) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DFD343D3F for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 16:18:37 +0000 (GMT) (envelope-from hampi@rootshell.be) Received: from gicco.homeip.net (80-218-73-163.dclient.hispeed.ch [80.218.73.163])i77GIZJE007254 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 18:18:36 +0200 Received: from goofy.here (localhost.here [127.0.0.1]) by gicco.homeip.net (8.13.1/8.13.1) with ESMTP id i77GIZfm001088 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 18:18:35 +0200 (CEST) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by goofy.here (8.13.1/8.13.1/Submit) id i77GIZIk001087 for freebsd-questions@freebsd.org; Sat, 7 Aug 2004 18:18:35 +0200 (CEST) (envelope-from hampi@rootshell.be) X-Authentication-Warning: goofy.here: idefix set sender to hampi@rootshell.be using -f Date: Sat, 7 Aug 2004 18:18:35 +0200 From: Hanspeter Roth <hampi@rootshell.be> To: freebsd-questions@freebsd.org Message-ID: <20040807161835.GA1006@gicco.homeip.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <20040807152619.GA850@gicco.homeip.net> <20040807154135.GJ55186@werd> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040807154135.GJ55186@werd> User-Agent: Mutt/1.4.1i Subject: Re: 5.2-current: device pcm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 16:18:37 -0000 On Aug 07 at 17:41, Radek Kozlowski spoke: > Read /usr/src/UPDATING: > > 20040716: > The sound device drivers are renamed. `sound' is always required, > while `snd_*' should be configured accordingly to your hardware. > Refer to NOTES for the detail of the drivers. I have now added `device sound' to the kernel configuration. But this doesn't make the sound module available. Also there isn't a /dev/mixer*. What does snd_* mean? I tried to add `device snd_pcm'. But this isn't accepted by config. Dmesg shows: pci0: <multimedia, audio> at device 31.5 (no driver attached) What else is required? -Hanspeter From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 16:33:50 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FC0F16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 16:33:50 +0000 (GMT) Received: from smtp4.server.rpi.edu (smtp4.server.rpi.edu [128.113.2.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6B5F43D55 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 16:33:49 +0000 (GMT) (envelope-from eadonb@rpi.edu) Received: from claypigeon (vpn-790.nss.rpi.edu [128.113.211.40]) by smtp4.server.rpi.edu (8.13.0/8.13.0) with SMTP id i77GXmPr014582 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 12:33:48 -0400 Message-ID: <001501c47c9c$44831440$28d37180@claypigeon> From: "Bryant Eadon" <eadonb@rpi.edu> To: <freebsd-questions@freebsd.org> Date: Sat, 7 Aug 2004 12:33:27 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Scanned-By: CanIt (www . canit . ca) Subject: A serious Oops moment X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 16:33:50 -0000 So I was trying to properly install a new 200G WD HDD on a Highpoint controller and wasn't having any luck, so I figured I might as well try getting the USB2 Enclosure working with the machine too while I was at it (also a 200G drive, but formatted for NTFS), connecting the drive and going back to seeing where I might have the highpoint controller recognized I forgot all about the USB drive --- bad mistake. I went into the /stand/sysinstall under fdisk and saw I had a 200G drive there, "Oh, I must have done something to enable the HighPoint controller" I said .. let's edit it .. "Strange, it's reporting NTFS/QNX/.. did I get a drive with something on it ?" I was unable to mount the drive with NTFS (it wasn't in my kernel) so I just said forget it and tried to fdisk, it tossed a warning about doing the fdisk separately from the disklabel, so I said, ok , I'll wait.. and went off to do the disklabel at the same time. at which point on trying to disklabel the disc I believe the disklabel wrote out (improperly) and then crashed the PC -- at which point I realized my mistake. I don't think that the full write even started because it was a hard crash and occurred very soon after I executed the command, I don't have the debug screen that appeared afterward, it was a kernel panic. This is the USB2 device:: Aug 7 12:14:14 Crappy login: ROOT LOGIN (root) ON ttyv0 Aug 7 12:14:25 Crappy /kernel: umass0: Cypress Semiconductor USB2.0 Storage Device, rev 2.00/0.01, addr 2 Aug 7 12:14:25 Crappy /kernel: umass0: Get Max Lun not supported (STALLED) Aug 7 12:14:32 Crappy /kernel: da0 at umass-sim0 bus 0 target 0 lun 0 Aug 7 12:14:32 Crappy /kernel: da0: <WDC WD20 00JB-00FUA0 \0000\0000> Fixed Direct Access SCSI-0 device Aug 7 12:14:32 Crappy /kernel: da0: 650KB/s transfers Aug 7 12:14:32 Crappy /kernel: da0: 190782MB (390721968 512 byte sectors: 64H 32S/T 59710C) Initially I attempted to just read the disklabel, but it threw a "bad pack magic number". So I tried to edit it with disklabel -e , I changed nothing, but it seems the disklabel was written when I left the editor regardless.... Disklabel commands: ************ [Crappy]:log% disklabel -r /dev/da0 disklabel: bad pack magic number (label is damaged, or pack is unlabeled) [Crappy]:log% disklabel /dev/da0 # /dev/da0: type: SCSI disk: WDC WD20 label: 00JB-00FUA0 flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 24321 sectors/unit: 390721968 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 390721968 0 unused 0 0 # (Cyl. 0 - 24321*) *************** I know it's a 7200 RPM drive, with an 8MB cache and 200G of physical space ( ~ 186GB after formatting in NTFS), the Western Digital Special Edition 200G drive. I want to restore my data, but I am scared to change the disklabel at the thought of losing the 150+G of data that is on the drive. Can anyone PLEASE provide details on how I might be able to restore my data, right now I can't mount it anywhere? Any help is appreciated. Thank you, Bryant Eadon Dual Electrical and Computer Systems Engineering Major Rensselaer Polytechnic Institute Lambda Chi Alpha EH1063 From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 16:34:20 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BCCF616A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 16:34:20 +0000 (GMT) Received: from ddardaar.mine.nu (bwy44.neoplus.adsl.tpnet.pl [83.29.248.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEC2F43D53 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 16:34:19 +0000 (GMT) (envelope-from radek@raadradd.com) Received: by ddardaar.mine.nu (Postfix, from userid 1001) id 02D36A58E; Sat, 7 Aug 2004 18:34:22 +0200 (CEST) Date: Sat, 7 Aug 2004 18:34:22 +0200 From: Radek Kozlowski <radek@raadradd.com> To: freebsd-questions@freebsd.org Message-ID: <20040807163422.GK55186@werd> References: <20040807152619.GA850@gicco.homeip.net> <20040807154135.GJ55186@werd> <20040807161835.GA1006@gicco.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <20040807161835.GA1006@gicco.homeip.net> User-Agent: Mutt/1.5.6i Subject: Re: 5.2-current: device pcm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 16:34:20 -0000 On Sat, Aug 07, 2004 at 06:18:35PM +0200, Hanspeter Roth wrote: > On Aug 07 at 17:41, Radek Kozlowski spoke: > > > Read /usr/src/UPDATING: > > > > 20040716: > > The sound device drivers are renamed. `sound' is always required, > > while `snd_*' should be configured accordingly to your hardware. > > Refer to NOTES for the detail of the drivers. > > I have now added `device sound' to the kernel configuration. But > this doesn't make the sound module available. Also there isn't a > /dev/mixer*. > > What does snd_* mean? > I tried to add `device snd_pcm'. But this isn't accepted by config. > Dmesg shows: > > pci0: <multimedia, audio> at device 31.5 (no driver attached) > > What else is required? You didn't refer to the NOTES file (/usr/src/sys/conf/NOTES that is) like you were supposed to, did you? There's a section called Sound drivers that should explain everything. -Radek From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 16:41:42 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1354C16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 16:41:42 +0000 (GMT) Received: from dsl-mail.kamp.net (mail.kamp-dsl.de [195.62.99.42]) by mx1.FreeBSD.org (Postfix) with SMTP id 47C4043D41 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 16:41:41 +0000 (GMT) (envelope-from root@pukruppa.de) Received: (qmail 1502 invoked by uid 513); 7 Aug 2004 16:43:42 -0000 Received: from root@pukruppa.de by dsl-mail by uid 89 with qmail-scanner-1.21 Clear:RC:1(213.146.114.24):SA:0(-4.9/5.0):. Processed in 0.54036 secs); 07 Aug 2004 16:43:42 -0000 X-Spam-Status: No, hits=-4.9 required=5.0 Received: from unknown (HELO reverse-213-146-114-24.dialin.kamp-dsl.de) (213.146.114.24) by dsl-mail.kamp.net with SMTP; 7 Aug 2004 16:43:41 -0000 Date: Sat, 7 Aug 2004 18:46:33 +0200 (CEST) From: Peter Ulrich Kruppa <root@pukruppa.de> X-X-Sender: root@pukruppa.net To: freebsd-questions@freebsd.org In-Reply-To: <20040807161835.GA1006@gicco.homeip.net> Message-ID: <20040807184330.M27469@pukruppa.net> References: <20040807152619.GA850@gicco.homeip.net> <20040807154135.GJ55186@werd> <20040807161835.GA1006@gicco.homeip.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: 5.2-current: device pcm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 16:41:42 -0000 On Sat, 7 Aug 2004, Hanspeter Roth wrote: > On Aug 07 at 17:41, Radek Kozlowski spoke: > >> Read /usr/src/UPDATING: >> >> 20040716: >> The sound device drivers are renamed. `sound' is always required, >> while `snd_*' should be configured accordingly to your hardware. >> Refer to NOTES for the detail of the drivers. > > I have now added `device sound' to the kernel configuration. But > this doesn't make the sound module available. Also there isn't a > /dev/mixer*. > > What does snd_* mean? > I tried to add `device snd_pcm'. But this isn't accepted by config. > Dmesg shows: you need two device entries: device sound and for example device snd_ich according to your specific sound device. Search /usr/src/sys/conf/NOTES for a complete list of supported devices. Regards, Uli. > > pci0: <multimedia, audio> at device 31.5 (no driver attached) > > What else is required? > > -Hanspeter > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > +---------------------------+ | Peter Ulrich Kruppa | | Wuppertal | | Germany | +---------------------------+ From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 16:43:37 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F6B016A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 16:43:37 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E5BF43D1F for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 16:43:36 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) i77GhXVu099523; Sat, 7 Aug 2004 18:43:33 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.11/8.12.11/Submit) id i77GhXQ9099522; Sat, 7 Aug 2004 18:43:33 +0200 (CEST) (envelope-from marc) Date: Sat, 7 Aug 2004 18:43:32 +0200 From: Marc Fonvieille <blackend@freebsd.org> To: Bryant Eadon <eadonb@rpi.edu> Message-ID: <20040807164332.GA98250@abigail.blackend.org> References: <001501c47c9c$44831440$28d37180@claypigeon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001501c47c9c$44831440$28d37180@claypigeon> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.10-PRERELEASE cc: freebsd-questions@freebsd.org Subject: Re: A serious Oops moment X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 16:43:37 -0000 On Sat, Aug 07, 2004 at 12:33:27PM -0400, Bryant Eadon wrote: [...] > > I know it's a 7200 RPM drive, with an 8MB cache and 200G of physical space > ( ~ 186GB after formatting in NTFS), the Western Digital Special Edition > 200G drive. > > I want to restore my data, but I am scared to change the disklabel at the > thought of losing the 150+G of data that is on the drive. Can anyone PLEASE > provide details on how I might be able to restore my data, right now I can't > mount it anywhere? Any help is appreciated. > Try to mount it in read-only mode, some NTFS disks use to make crash my boxes if I "forget" to add -o ro option in the mount command. By default any mount operation is done in read/write mode. Marc From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 17:00:40 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B4E716A4D1 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 17:00:40 +0000 (GMT) Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E90A43D31 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 17:00:39 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BtUYg-0006mG-00 for <freebsd-questions@freebsd.org>; Sat, 07 Aug 2004 19:00:38 +0200 Received: from pd951f681.dip.t-dialin.net ([217.81.246.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <freebsd-questions@freebsd.org>; Sat, 07 Aug 2004 19:00:37 +0200 Received: from kai by pd951f681.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for <freebsd-questions@freebsd.org>; Sat, 07 Aug 2004 19:00:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Kai Grossjohann <kai@emptydomain.de> Date: Sat, 07 Aug 2004 19:00:29 +0200 Lines: 8 Message-ID: <86ekmizxw2.fsf@ketchup.de.uu.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd951f681.dip.t-dialin.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:edBv+RaXWzdgMXHpdAQ9oiew6mc= Sender: news <news@sea.gmane.org> Subject: sysutils/coreutils plus devel/id-utils equals conflict X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 17:00:40 -0000 I would like to install both sysutils/coreutils and devel/id-utils, but "portinstall id-utils" tells me that there is a conflict. This gave me the chance to learn about the program comm, and now I know that the conflicting file is /usr/local/bin/gid. What do I do? Punt? Kai From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 17:06:07 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72FDA16A4CF for <questions@freebsd.org>; Sat, 7 Aug 2004 17:06:07 +0000 (GMT) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with SMTP id E38BF43D48 for <questions@freebsd.org>; Sat, 7 Aug 2004 17:06:06 +0000 (GMT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 23750 invoked from network); 7 Aug 2004 17:06:06 -0000 Received: from unknown (HELO ?10.0.0.68?) (69.73.60.132) by smtp7.knology.net with SMTP; 7 Aug 2004 17:06:06 -0000 Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: <41142284.7060304@att.net> References: <41142284.7060304@att.net> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <0F25971D-E894-11D8-AA50-000393BB56F2@HiWAAY.net> Content-Transfer-Encoding: 7bit From: David Kelly <dkelly@HiWAAY.net> Date: Sat, 7 Aug 2004 12:06:01 -0500 To: FreeBSD - questions <questions@freebsd.org> X-Mailer: Apple Mail (2.618) Subject: Re: file system setup for new system - recommendations? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 17:06:07 -0000 On Aug 6, 2004, at 7:29 PM, Jay O'Brien wrote: > I've learned that I need another partition to which I can write tar > backups and then ftp them to one of my windows machines on my LAN. How have you learned this lesson? Tar isn't really the best thing for backing up the OS. Besides, you don't need to backup the OS if you have the install CD and careful notes as to your selections during installation. > So, I've tried to identify the optimum configuration for the > rebuild of my machine to accommodate that need. I have a 120GB IDE > HD, so I don't have space problems. I presently have 128MB of RAM, > but it looks like I should plan to accommodate an increase to > 1024GB in the future. > > I plan to host a few web pages, and hope to be able to ultimately > run a MTA and mail lists using majordomo or mailman in the future. > I have static IPs and permission to run a server on my internet > access. I think you will have to run your system a while guessing then reconfigure when you identify the deficiencies. A 120G HD is in the $70 to $90 range these days so when the time comes to reconfigure just put another in with the new layout and shoot your data over. A single root filesystem for the OS is possible but when disk space is so cheap then there are good reasons to stick with tradition of separate /, /var, /tmp, and /usr filesystems. One of the elegant beauties of mature Unix is how one can mount a new filesystem anywhere within the directory hierarchy which appears just like a directory to casual inspection. So when a 256MB /var isn't big enough to hold your /var/mail you could mount another partition on /var/mail or create a mail directory elsewhere and replace /var/mail with a symbolic link pointing at the new one. Rather than a GB root filesystem with the entire OS on it let me suggest sticking with the defaults but limit /usr to 1GB (or 8GB as disk is cheap). Name the remainder something like /home. Segregate OS and utilities from user data. Put all user data and accounts here. Might symlink /var/mail to /home/mail/. Last time I tried, sysinstall was smart enough to notice /home was a fs and didn't try to create the symlink. When using tar to do backups, bite off directories, not filesystems. For system backups keep a list of files which define your system: /etc/rc.conf, /etc/hosts, ... then use the -I option to tar to read that file list when performing the backup. Write your backups to a directory outside of the backup scope. I find /root/tar.filelist to be a good place to stash my precious file list. If the tar archives are too big for the Windows machine then one can always chop them up into tarballs. > A Reference says keep the root section small, another says include > /usr and > /var in root, there's a discussion of the relative speed of the > outside of > a spinning HD to the middle of the HD, there's not an agreement on the > size of the swap space, and, as I said, I'm confused. You don't say if this is 4.x or 5.x. If a 120G filesystem is dirty at mount time one might have to wait a long time on fsck. Possibly "background fsck" has been backported to 4.x, but is in 5.x and gets the system up and running faster. With traditional / there is very little changing on / with a running system so its much safer to mount / dirty. If / had user data then its more risky. The rule of thumb says swap should always be twice core. I don't know if there is any overhead penalty for having too much. It is best to distribute one's swap across spindles for maximum performance. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 17:10:56 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B606316A4CE for <questions@freebsd.org>; Sat, 7 Aug 2004 17:10:56 +0000 (GMT) Received: from mazzite.fhcrc.org (MAZZITE.FHCRC.ORG [140.107.152.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B0BB43D3F for <questions@freebsd.org>; Sat, 7 Aug 2004 17:10:56 +0000 (GMT) (envelope-from aclark@fhcrc.org) Received: from e500a.fhcrc.org (E500A.FHCRC.ORG [140.107.42.21]) i77HAudt025726 for <questions@freebsd.org>; Sat, 7 Aug 2004 10:10:56 -0700 Received: from jarlite.fhcrc.org(140.107.42.11) by e500a.fhcrc.org via csmap id 10571; Sat, 07 Aug 2004 10:13:15 -0700 (PDT) Received: from curly.fhcrc.org (CURLY.FHCRC.ORG [140.107.52.107]) i77HAsj3020538 for <questions@freebsd.org>; Sat, 7 Aug 2004 10:10:55 -0700 Received: by CURLY.FHCRC.ORG with Internet Mail Service (5.5.2657.72) id <3VH9HHJ5>; Sat, 7 Aug 2004 10:10:54 -0700 Message-ID: <07470B0DBFBDD511BD770002B330A37D020761EF@CURLY.FHCRC.ORG> From: "Clark, Ann Marie" <aclark@fhcrc.org> To: questions@freebsd.org Date: Sat, 7 Aug 2004 10:10:45 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" X-FHCRC: INTERNAL X-PMX-Version: 4.5.0.90627, Antispam-Core: 4.0.4.92622, Antispam-Data: 2004.8.6.109895 Subject: Out of Office AutoReply: Mail Delivery (failure webadm@fhcrc.org) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 17:10:56 -0000 Ann Marie Clark is out of the office beginning August 6th and returning on August 23rd. If you need more immediate assistance please contact: 206-667-4314, email webadm@fhcrc.org or library@fhcrc.org Thank you. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 17:24:25 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5CD4A16A4CF for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 17:24:25 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAE7843D1D for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 17:24:24 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.12.11) id i77FcO9d004160 for freebsd-questions@freebsd.org; Sat, 7 Aug 2004 10:38:24 -0500 (CDT) (envelope-from dan) Date: Sat, 7 Aug 2004 10:38:24 -0500 From: Dan Nelson <dnelson@allantgroup.com> To: freebsd-questions@freebsd.org Message-ID: <20040807153823.GD11465@dan.emsphone.com> References: <20040807152619.GA850@gicco.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040807152619.GA850@gicco.homeip.net> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i Subject: Re: 5.2-current: device pcm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 17:24:25 -0000 In the last episode (Aug 07), Hanspeter Roth said: > I have upgraded from 5.2.1-release to 5.2-current. On 5.2.1-release > there was a device pcm for the sound module. This doesn't seem to be > accepted anymore in 5.2-current. Is there an equivalent device? It's now called "sound", which makes a lot more sense :) Also read the 20040716 entry in /usr/src/UPDATING. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 17:34:12 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DE4116A4CE for <questions@freebsd.org>; Sat, 7 Aug 2004 17:34:12 +0000 (GMT) Received: from gremlin.bugman.cx (gandalf.bugman.cx [150.101.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1309A43D48 for <questions@freebsd.org>; Sat, 7 Aug 2004 17:34:09 +0000 (GMT) (envelope-from adam@internode.com.au) Received: from gremlin.internode.com.au (localhost [127.0.0.1]) by gremlin (8.12.10/8.12.10) with ESMTP id i773RmXg008890; Sat, 7 Aug 2004 12:57:49 +0930 (CST) (envelope-from adam@internode.com.au) Received: (from adam@localhost)i773QSSY008878; Sat, 7 Aug 2004 12:56:28 +0930 (CST) (envelope-from adam@internode.com.au) X-Authentication-Warning: gremlin.internode.com.au: adam set sender to adam@internode.com.au using -f Date: Sat, 7 Aug 2004 12:56:28 +0930 From: Adam Smith <adam@internode.com.au> To: Andrew <infofarmer@mail.ru> Message-ID: <20040807032628.GC7586@internode.com.au> References: <000f01c47be6$4484b9a0$0111a8c0@SATPC> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000f01c47be6$4484b9a0$0111a8c0@SATPC> X-Face: $vsV$1FNbZN\JVpjV#&+/!oVW`Kw$j?w_,te\SS}(tKD21c+l$t%\RCS(r$G; XXk]6,(!N:&(N3EV0bY`3):UrgG7'*qsj3l.75IaHV1<`i*{[L\:F*l6fH##C:-p2]xW/R-Z:!bo; 5g3GP-{I{}7O>tN}`Xm/=-:8NG?f-r'$Qc3y[aW-7'W_S<`KYU!_; `7K=kuC$-.7J2*kk=~`c@ADp+xhsv(!a@eW-R_5wtx+tC)(]%W+ User-Agent: Mutt/1.5.6i cc: questions@freebsd.org Subject: Re: ADSL (1 dyn IP) => FreeBSD => WinGate => NAT Network??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 17:34:12 -0000 On Fri, Aug 06, 2004 at 10:50:39PM +0400, Andrew said: > Hi! > > I now need to test some applications, while keeping a part of the load > on the Wingate machine. What I want to do is connect to internet via > ADSL, using the bsd box, and let Wingate use the connection through the > box. I realise my previous reply indicated I didn't read your post thoroughly enough, sorry! Although, taking into account all of the information in my previous message, you should be able to place WinGate in front of the BSD NAT box and have your WinGate default gateway set to the BSD NAT box. Alternatively, as I said earlier, it is preferable to let your router be the default gateway of your network, and let the hosts go out through your FreeBSD machine (or WinGate machine). This way, you can configure a client's default gateway to *either* your FreeBSD or WinGate machine, and everything from that point on will go out through your router. This won't work, unfortunately, if you have to initiate your PPP connection from Windows or FreeBSD. If you do, you'll *have* to layer NAT on NAT to preserve both gateways. Adam > > What is the best way to retain most of the NAT functionality? > If you are happy to not know what Wingate is, try to assume that it is > just another nat-box. Can bsd somehow "forward" connection, so that the > nat-box almost feels like it has a real IP? > > Best regards, > Andrew > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- Adam Smith Internode : http://www.internode.on.net Phone : (08) 8228 2999 Dog for sale: Eats lots and is fond of children. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 17:34:14 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F229216A4CE for <questions@freebsd.org>; Sat, 7 Aug 2004 17:34:13 +0000 (GMT) Received: from gremlin.bugman.cx (gandalf.bugman.cx [150.101.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CED443D48 for <questions@freebsd.org>; Sat, 7 Aug 2004 17:34:13 +0000 (GMT) (envelope-from adam@internode.com.au) Received: from gremlin.internode.com.au (localhost [127.0.0.1]) by gremlin (8.12.10/8.12.10) with ESMTP id i772pBXg008315; Sat, 7 Aug 2004 12:21:12 +0930 (CST) (envelope-from adam@internode.com.au) Received: (from adam@localhost)i772pB31008314; Sat, 7 Aug 2004 12:21:11 +0930 (CST) (envelope-from adam@internode.com.au) X-Authentication-Warning: gremlin.internode.com.au: adam set sender to adam@internode.com.au using -f Date: Sat, 7 Aug 2004 12:21:11 +0930 From: Adam Smith <adam@internode.com.au> To: Andrew <infofarmer@mail.ru> Message-ID: <20040807025110.GB7586@internode.com.au> References: <000f01c47be6$4484b9a0$0111a8c0@SATPC> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000f01c47be6$4484b9a0$0111a8c0@SATPC> X-Face: $vsV$1FNbZN\JVpjV#&+/!oVW`Kw$j?w_,te\SS}(tKD21c+l$t%\RCS(r$G; XXk]6,(!N:&(N3EV0bY`3):UrgG7'*qsj3l.75IaHV1<`i*{[L\:F*l6fH##C:-p2]xW/R-Z:!bo; 5g3GP-{I{}7O>tN}`Xm/=-:8NG?f-r'$Qc3y[aW-7'W_S<`KYU!_; `7K=kuC$-.7J2*kk=~`c@ADp+xhsv(!a@eW-R_5wtx+tC)(]%W+ User-Agent: Mutt/1.5.6i cc: questions@freebsd.org Subject: Re: ADSL (1 dyn IP) => FreeBSD => WinGate => NAT Network??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 17:34:14 -0000 On Fri, Aug 06, 2004 at 10:50:39PM +0400, Andrew said: > Hi! > > What is the best way to retain most of the NAT functionality? > If you are happy to not know what Wingate is, try to assume that it is > just another nat-box. Can bsd somehow "forward" connection, so that the > nat-box almost feels like it has a real IP? Perhaps you should let your router do all the PPP, and then set the default gateway on the hosts of your network to your FreeBSD machine (with it's gateway set to the router). However, if you're initiating a PPPoE session from FreeBSD or have some other way that this is working, then you need only add the following lines to FreeBSD to support NAT: in /etc/rc.conf, add: router_enable="YES" gateway_enable="YES" You should also consider adding, especially if your BSD machine is live to the Internet, and not behind NAT itself: firewall_enable="YES" firewall_type="/etc/rc.firewall.rules" where /etc/rc.firewall.rules is a plain text file in the following firewall rule format: [adam@nautilus /]$ less /etc/rc.firewall.rules add allow tcp from any to any 21 add allow tcp from any to any 25 add allow tcp from any to any 113 add allow udp from any to any 53 keep-state add allow tcp from any to any 53 add allow udp from any to any 123 keep-state add allow tcp from any to any 80 add allow tcp from any to any 22 add allow ip from me to any add allow icmp from any to any add allow ip from 10.0.0.0/24 to any add allow tcp from any to any established add allow ip from any to any frag As you can see above, the rules I've included allow traffic from any to any on several ports (ftp/dns/www/ssh, etc) and then the following five lines allow IP, ICMP, IP traffic from the 10.0.0.0/24 network, and 'add allow tcp from any to any established' (which is very important for NAT behind a firewall) and frag (fragmented connections). If you implement a firewall you will need that 'established' line, because it allows TCP/IP traffic to flow from any host on the Internet to any host via the socket (TCP connection to a host on a specific port) that was established by the NAT client who initiated the connection. ie, if client 10.0.0.1 requests http://www.freebsd.org:80, the NAT gateway, according to 'allow tcp from any to any established' will allow traffic to flow between www.freebsd.org to 10.0.0.1 on port 80 for the life of the open socket. Once that socket is closed by either end, it means the client or the remote server can no longer communicate to each other unless a new socket is opened by the NAT client. Cheers, -- Adam Smith Internode : http://www.internode.on.net Phone : (08) 8228 2999 Dog for sale: Eats lots and is fond of children. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 17:34:15 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B72716A4CE for <questions@freebsd.org>; Sat, 7 Aug 2004 17:34:15 +0000 (GMT) Received: from gremlin.bugman.cx (gandalf.bugman.cx [150.101.14.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61B0E43D48 for <questions@freebsd.org>; Sat, 7 Aug 2004 17:34:14 +0000 (GMT) (envelope-from adam@internode.com.au) Received: from gremlin.internode.com.au (localhost [127.0.0.1]) by gremlin (8.12.10/8.12.10) with ESMTP id i772eiXg008154; Sat, 7 Aug 2004 12:10:45 +0930 (CST) (envelope-from adam@internode.com.au) Received: (from adam@localhost)i772ehuZ008153; Sat, 7 Aug 2004 12:10:43 +0930 (CST) (envelope-from adam@internode.com.au) X-Authentication-Warning: gremlin.internode.com.au: adam set sender to adam@internode.com.au using -f Date: Sat, 7 Aug 2004 12:10:43 +0930 From: Adam Smith <adam@internode.com.au> To: "Jay O'Brien" <jayobrien@att.net> Message-ID: <20040807024042.GA7586@internode.com.au> References: <41142284.7060304@att.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41142284.7060304@att.net> X-Face: $vsV$1FNbZN\JVpjV#&+/!oVW`Kw$j?w_,te\SS}(tKD21c+l$t%\RCS(r$G; XXk]6,(!N:&(N3EV0bY`3):UrgG7'*qsj3l.75IaHV1<`i*{[L\:F*l6fH##C:-p2]xW/R-Z:!bo; 5g3GP-{I{}7O>tN}`Xm/=-:8NG?f-r'$Qc3y[aW-7'W_S<`KYU!_; `7K=kuC$-.7J2*kk=~`c@ADp+xhsv(!a@eW-R_5wtx+tC)(]%W+ User-Agent: Mutt/1.5.6i cc: FreeBSD - questions <questions@freebsd.org> Subject: Re: file system setup for new system - recommendations? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 17:34:15 -0000 On Fri, Aug 06, 2004 at 05:29:56PM -0700, Jay O'Brien said: > Here's where I am, and I would appreciate your collective comments. I'm > persuaded to use 1026MB for swap, 8GB for root (/), 30GB for /backup tars, > and the remainder for /home. The /tmp, /usr, and /var directories would > be included in the 8MB root. Web pages and mailing lists would be in home. > I would be able to backup directories (or subdirectories) to tar files in > the backup directory of sizes that wouldn't choke my windows machines when > ftp'd to them for storage. I use the following on my laptop: Filesystem Size Used Avail Capacity Mounted on /dev/ad0s2a 248M 97M 131M 42% / /dev/ad0s2e 248M 17M 211M 7% /tmp /dev/ad0s2f 48G 11G 32G 26% /usr /dev/ad0s2d 248M 95M 133M 42% /var (some, such as devfs, trimmed from output) If you are looking to build a production machine, it is recommended, if you can calculate it, to create seperate partitions for /var and /tmp. That way if a program runs away and starts filling your system, with logs or other garbage, it will fill the partition and not impact other critical areas of your system. On my server, I have a similar layout, however I'm using 1Gb each for /var and /tmp. You should give /usr a lot more than 8Mb, because as your system grows, so will /usr/local. All of my custom built software goes in /usr/local, and as such you will need to give it a lot of room to move. The FreeBSD ports collection also resides on /usr, and the more software you compile, the more disk space it will need to extract and compile. My /usr/ports tree is currently 1.1Gb. I don't clean it up very often, so there are plenty of 'work' directories strewn throughout it. /usr/src is also stored on the /usr partition, should you choose to install it. Mine is currently 368Mb. You'll need disk space free on /usr if you ever wish to recompile your kernel, as the compiling is all done in /usr/obj. The /home directory, by default, is also stored on /usr/home. It is just symlinked as part of a base install to /home. Of course, you can make this partition, like any other, completely seperate and give it any size you like, but depending on the role of your system, you may just wish to set your partition sizes for /, /tmp, /var, and then give the rest to /usr. Unless you have a specific requirement for giving your home directories a smaller amount of room, then you should do this. If you don't have a seperate disk for data, most of your data will get stored in your home directory. Where possible, I have always set up FreeBSD machines with two disks: one for the base system, including /usr, and the other I mount as /data. This disk is a physically seperate disk and I use it for data storage. That way I can take it out of one machine and put it into another without having to worry that I'll be taking my core installation with it. Cheers, -- Adam Smith Internode : http://www.internode.on.net Phone : (08) 8228 2999 Dog for sale: Eats lots and is fond of children. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 17:43:45 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB05A16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 17:43:45 +0000 (GMT) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB20B43D31 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 17:43:44 +0000 (GMT) (envelope-from hampi@rootshell.be) Received: from gicco.homeip.net (80-218-73-163.dclient.hispeed.ch [80.218.73.163])i77HhhUI016889 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 19:43:43 +0200 Received: from goofy.here (localhost.here [127.0.0.1]) by gicco.homeip.net (8.13.1/8.13.1) with ESMTP id i76MhgvH000872 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 00:43:42 +0200 (CEST) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by goofy.here (8.13.1/8.13.1/Submit) id i76MhgkH000871 for freebsd-questions@freebsd.org; Sat, 7 Aug 2004 00:43:42 +0200 (CEST) (envelope-from hampi@rootshell.be) X-Authentication-Warning: goofy.here: idefix set sender to hampi@rootshell.be using -f Date: Sat, 7 Aug 2004 00:43:42 +0200 From: Hanspeter Roth <hampi@rootshell.be> To: freebsd-questions@freebsd.org Message-ID: <20040806224342.GA819@gicco.homeip.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <20040807152619.GA850@gicco.homeip.net> <20040807154135.GJ55186@werd> <20040807161835.GA1006@gicco.homeip.net> <20040807163422.GK55186@werd> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040807163422.GK55186@werd> User-Agent: Mutt/1.4.1i Subject: Re: 5.2-current: device pcm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 17:43:45 -0000 On Aug 07 at 18:34, Radek Kozlowski spoke: > You didn't refer to the NOTES file (/usr/src/sys/conf/NOTES that is) > like you were supposed to, did you? There's a section called Sound > drivers that should explain everything. Yes, I checked only the NOTES in /usr/src/sys/i386/conf. Now it works with 'sound' and 'snd_ich' devices. Thanks! -Hanspeter From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 18:19:28 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C679E16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 18:19:28 +0000 (GMT) Received: from mout.perfora.net (mout.perfora.net [217.160.230.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79DF643D53 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 18:19:28 +0000 (GMT) (envelope-from mazpe@mazpe.net) Received: from [217.160.230.52] (helo=smtp.perfora.net) by mout.perfora.net with esmtp (Exim 3.35 #1) id 1BtVmx-0007dy-00 for freebsd-questions@freebsd.org; Sat, 07 Aug 2004 14:19:27 -0400 Received: from [69.166.12.208] (helo=[192.168.1.170]) by smtp.perfora.net with asmtp (Exim 3.35 #1) id 1BtVmx-0007X3-00 for freebsd-questions@freebsd.org; Sat, 07 Aug 2004 14:19:27 -0400 From: mazpe <mazpe@mazpe.net> To: freebsd-questions@freebsd.org In-Reply-To: <20040807161835.GA1006@gicco.homeip.net> References: <20040807152619.GA850@gicco.homeip.net> <20040807161835.GA1006@gicco.homeip.net> Content-Type: text/plain Message-Id: <1091906376.687.7.camel@cyrus.clearvisiontech.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 07 Aug 2004 14:19:36 -0500 Content-Transfer-Encoding: 7bit X-Provags-ID: perfora.net abuse@perfora.net auth:ccb6a027811cf3b292ec12791a5821f2 Subject: Re: 5.2-current: device pcm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 18:19:28 -0000 Hello Hanspeter: Read the /usr/src/UPDATING and also take a look at the /usr/src/sys/conf/NOTES. But this is what it comes down to: adding device sound and device snd_*. (removing device pcm or whatever you had there before of course) I would recommend adding device sound to your kernel and even all the snd_* drivers, until you find out which one worked... Then remove the rest and only leave the one that matched the specs of your pc. Unless of course you see your sound card on the /usr/src/sys/conf/NOTES and you know exactly what snd_* you need. something like this.. device sound device "snd_ad1816" device "snd_als4000" #device "snd_au88x0" device snd_cmi device "snd_cs4281" device snd_csa device "snd_ds1" device "snd_emu10k1" device "snd_es137x" device snd_ess device "snd_fm801" device snd_gusc device snd_ich device snd_maestro device "snd_maestro3" device snd_mss device snd_neomagic device "snd_sb16" device "snd_sb8" device snd_sbc device snd_solo device "snd_t4dwave" device "snd_via8233" device "snd_via82c686" device snd_vibes #device "snd_vortex1" device snd_uaudio hope this helps... -Lester A. Mesa -aka: mazpe On Sat, 2004-08-07 at 11:18, Hanspeter Roth wrote: > On Aug 07 at 17:41, Radek Kozlowski spoke: > > > Read /usr/src/UPDATING: > > > > 20040716: > > The sound device drivers are renamed. `sound' is always required, > > while `snd_*' should be configured accordingly to your hardware. > > Refer to NOTES for the detail of the drivers. > > I have now added `device sound' to the kernel configuration. But > this doesn't make the sound module available. Also there isn't a > /dev/mixer*. > > What does snd_* mean? > I tried to add `device snd_pcm'. But this isn't accepted by config. > Dmesg shows: > > pci0: <multimedia, audio> at device 31.5 (no driver attached) > > What else is required? > > -Hanspeter > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 19:07:39 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91B5416A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 19:07:39 +0000 (GMT) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1617F43D2F for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 19:07:39 +0000 (GMT) (envelope-from gilbert.laprise@videotron.ca) Received: from videotron.ca ([24.37.247.45]) by VL-MO-MR010.ip.videotron.ca (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I23008Z5EKJB8@VL-MO-MR010.ip.videotron.ca> for freebsd-questions@freebsd.org; Sat, 07 Aug 2004 15:07:35 -0500 (EST) Date: Sat, 07 Aug 2004 15:07:43 -0400 From: Gilbert Laprise <gilbert.laprise@videotron.ca> To: freebsd-questions@freebsd.org Message-id: <4115287F.6040802@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031208 Subject: How to install FreeBSD on 2nd removable UltraBay Drive of a Dell600 NoteBook X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 19:07:39 -0000 I have Windows/XP install on my Dell 600 Notebook. Since with that Notebook I have the option of booting from a removable Ultrabay disk drive, I would like to install FreeBSD on the second drive. The problem is that in order to initiate the installation whether I do it using FTP, HTTP or NFS, I have to remove the 2nd drive to replace it with a CD/DVD or Floppy drive to boot and start the install process. It is during this initial phase that my notebook hardware is detected. Naturally at that time the 2nd drive is not in the ultrabay, so it is not detected, but either the floppy or CD/DVD drive is. Once the sysinstall program is running when I replace my boot device by the 2nd disk, I don't see the second drive when I try to define the partition. I have a local net with a desktop already running FreeBSD and a FreeBSG 5.1 bootable install CD. Any suggestion how to proceed to install FreeBSD on the 2nd UltraBay drive of my Dell 600 Notebook. Gilbert Laprise From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 19:21:22 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8326E16A4F9 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 19:21:22 +0000 (GMT) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D80643D41 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 19:21:22 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.11/8.12.11) with ESMTP id i77JLLpX035468; Sat, 7 Aug 2004 13:21:21 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.11/8.12.11/Submit) with ESMTP id i77JLK7t035465; Sat, 7 Aug 2004 13:21:21 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 7 Aug 2004 13:21:20 -0600 (MDT) From: Warren Block <wblock@wonkity.com> To: Livhu Tshisikule <livhu.tshisikule@telkomsa.net> In-Reply-To: <200408051658.39998.livhu.tshisikule@telkomsa.net> Message-ID: <20040807131140.G35420@wonkity.com> References: <200408051658.39998.livhu.tshisikule@telkomsa.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.3 (wonkity.com [127.0.0.1]); Sat, 07 Aug 2004 13:21:21 -0600 (MDT) cc: freebsd-questions@freebsd.org Subject: Re: Setting up Olivetti Job-Jet M400 printer on FBSD 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 19:21:23 -0000 On Thu, 5 Aug 2004, Livhu Tshisikule wrote: > I am trying to install a printer on my machine. It has a USB connector. With > dmesg I can see that the printer has been detected as > > ulpt0: Olivetti Job_Jet M400, rev 2.00/1.00, addr 2, iclass 7/1 > ulpt0: using bi-directional mode > > How can I test the printer? > > I tried lptest but it printed garbages. According to the Olivetti UK web page http://www.olivettitecnost.co.uk the M400 understands PCL3. Find a sample PostScript document and try rendering it with GhostScript and sending to the printer: gs -sDEVICE=pcl3 myfile.ps > /dev/ulpt0 -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 19:39:57 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFC6B16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 19:39:57 +0000 (GMT) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7AD343D54 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 19:39:57 +0000 (GMT) (envelope-from stanb@panix.com) Received: from brillig.panix.com (brillig.panix.com [166.84.1.76]) by mail1.panix.com (Postfix) with ESMTP id 1EF744873E for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 15:39:57 -0400 (EDT) Received: from teddy.fas.com (pcp01011845pcs.mplsnt01.sc.comcast.net [68.58.182.4]) by brillig.panix.com (Postfix) with ESMTP id E365B2AA0E for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 15:39:56 -0400 (EDT) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1BtX2q-0006bG-00 for <freebsd-questions@freebsd.org>; Sat, 07 Aug 2004 15:39:56 -0400 Date: Sat, 7 Aug 2004 15:39:56 -0400 From: stan <stanb@panix.com> To: Free BSD Questions list <freebsd-questions@freebsd.org> Message-ID: <20040807193956.GA25349@teddy.fas.com> Mail-Followup-To: Free BSD Questions list <freebsd-questions@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 15:37:18 up 70 days, 16:26, 3 users, load average: 0.08, 0.05, 0.01 User-Agent: Mutt/1.5.4i Sender: Stan Brown <stanb@panix.com> Subject: Anything similar to the Linux Terminal Server Project? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 19:39:58 -0000 I've got a bunch of PC's that I would like to use as diskless X eindows servers. I was wondering if FreeBSD had anything like the Linux Terminal erver Project? I recognize that I should be able to set up something using dhcp, nfs, et all to do this myself, but I don't want to reinvint the wheel, if ut's been done before. -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 20:18:38 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 137FF16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 20:18:38 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id B45F443D5C for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 20:18:37 +0000 (GMT) (envelope-from spumonti@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so76468rnl for <freebsd-questions@freebsd.org>; Sat, 07 Aug 2004 13:18:37 -0700 (PDT) Received: by 10.38.78.1 with SMTP id a1mr546262rnb; Sat, 07 Aug 2004 13:18:37 -0700 (PDT) Message-ID: <a4ea7e7a04080713181ec1b278@mail.gmail.com> Date: Sat, 7 Aug 2004 15:18:37 -0500 From: Spumonti <spumonti@gmail.com> To: freebsd-questions@freebsd.org In-Reply-To: <20040807053100.C2DA616A4D7@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040807053100.C2DA616A4D7@hub.freebsd.org> Subject: Re: freebsd-questions Digest, Vol 71, Issue 15 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 20:18:38 -0000 > Date: Fri, 6 Aug 2004 19:21:15 -0500 > From: Spumonti <spumonti@gmail.com> > Subject: installation of FreeBSD 4.10 on Dell PowerEdge 650 fails > after reboot with mountroot > To: freebsd-questions@freebsd.org > Message-ID: <a4ea7e7a04080617215d9df1a8@mail.gmail.com> > Content-Type: text/plain; charset=US-ASCII > > Just tried installing FreeBSD 4.10 on a Dell PowerEdge 650. No > problems with the install, tried creating a partition with > "dangerously dedicated" and also, just using the entire disk with > standard bootmanager. > > Each time, after the initial reboot I get an error: > > Mounting root from ufs:ad0s1a > Root mount failed: 6 > Mounting root from ufs:ad0a > Root mount failed: 6 > > Manual root filesystem specification: > <fstype>:<device> Mount <device> using filesystem <fstype> > eg. ufs:/dev/da0s1a > ? List valid disk boot devices > <empty line> Abort manual input > > mountroot> > > I tried: > > mountroot> ufs:/dev/ad4s1a > > but that fails too. > > The disk is a Seagate 120GB and it's actually ad4, not ad0. If I > interrupt the boot process at: > > >>FreeBSD/i386 BOOT > Default: 0:ad(0,a)/kernel > boot: > > and enter: > > >>FreeBSD/i386 BOOT > Default: 0:ad(0,a)/kernel > boot: 0:ad(4,a)/kernel > > the machine will boot properly. I've tried two things I found while > checking on this: > > 1. Adding to loader.conf: > rootdev="disk4s1a" > root_disk_unit=0" > > 2. Rebuilding the kernel and adding: > options ROOTDEVNAME=\"ufs:ad4s1a\" > > Neither of which worked. Is there something I'm missing while doing > the installation? If I look in /dev the devices are there ad4, > ad4s1, ad4s1a, ad4s1b, etc. > > About at wit's end ... any help would be great. > I've been reading the booting section in the FreeBSD and have a thought. If during booting, I interrupt the process at: >> FreeBSD/i386 BOOT Default: 0:ad(0,a)/kernel boot: and manually type in: >> FreeBSD/i386 BOOT Default: 0:ad(0,a)/kernel boot: 0:ad(4,a)/kernel designating the device ad4 as the boot device, the computer boots properly. So in the handbook I see: Example 12-2. boot2 Screenshot >> FreeBSD/i386 BOOT Default: 0:ad(0,a)/kernel boot: so I would have to make a change to boot2. Yes? No? And I followed the instructions, first writing a new mbr with: fdisk -B -b /boot/boot0 ad4 and then: disklabel -B /dev/ad4 But no joy ... machine still doesn't boot properly. How can I correctly change boot2 so it boots off of ad4 instead of ad0 ? What am I missing? I have a few other machines configured the same way so I would like to learn what the problem is ... not just looking for an easy answer. Any information would be appreciated. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 20:30:38 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEC2516A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 20:30:38 +0000 (GMT) Received: from hydra.litedns.com (hydra.litedns.com [207.99.58.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9156E43D54 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 20:30:38 +0000 (GMT) (envelope-from erik@erikjohnsson.net) Received: from 1-2-5-7a.mal.sth.bostream.se ([82.182.85.202] helo=bostream.bostream) by hydra.litedns.com with smtp (Exim 4.34) id 1BtXpk-0001Ot-0f for freebsd-questions@freebsd.org; Sat, 07 Aug 2004 20:30:28 +0000 Date: Sat, 7 Aug 2004 22:29:29 +0200 From: Erik Johnsson <erik@erikjohnsson.net> To: freebsd-questions@freebsd.org Message-Id: <20040807222929.00004c9d@bostream.bostream> In-Reply-To: <20040807123057.000044f2@bostream.bostream> References: <20040807123057.000044f2@bostream.bostream> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.3.0; Win32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hydra.litedns.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - erikjohnsson.net X-Source: X-Source-Args: X-Source-Dir: Subject: Re: ad0 TIMEOUT during install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 20:30:38 -0000 On Sat, 7 Aug 2004 12:30:57 +0200 Erik Johnsson <erik@erikjohnsson.net> wrote: > When I try to install FreeBSD 5.2.1 from floppies I get this when it tries to format the disk, the installation freezes(though caps lock work). > > ad0 TIMEOUT - WRITE_DMA retrying(2 retries left) LBA=63 > ad0 DMA limited to UDMA33, non-ATA66 cable or device > ad0 Warning - WRITE_DMA interrupt was seen but timeout failed. > ad0 Warning - WRITE_DMA interrupt was seen but taskqueue stalled LBA=63 > > I've googled and I have yet to see a solution to this problem. It was simply a broken cable. :) From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 20:49:17 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5170616A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 20:49:17 +0000 (GMT) Received: from smtp.nildram.co.uk (smtp.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 99C5343D49 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 20:49:16 +0000 (GMT) (envelope-from arden@nildram.co.uk) Received: from [10.0.0.6] (81-6-224-130.dyn.gotadsl.co.uk [81.6.224.130]) by smtp.nildram.co.uk (Postfix) with ESMTP id AA80E253E1A; Sat, 7 Aug 2004 21:49:08 +0100 (BST) From: arden <arden@nildram.co.uk> To: Gilbert Laprise <gilbert.laprise@videotron.ca> In-Reply-To: <4115287F.6040802@videotron.ca> References: <4115287F.6040802@videotron.ca> Content-Type: text/plain Message-Id: <1091911633.2889.0.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6-1mdk Date: Sat, 07 Aug 2004 21:47:14 +0100 Content-Transfer-Encoding: 7bit cc: freebsd <freebsd-questions@freebsd.org> Subject: Re: How to install FreeBSD on 2nd removable UltraBay Drive of a Dell600 NoteBook X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 20:49:17 -0000 how about getting a usb floppy drive ? Arden On Sat, 2004-08-07 at 20:07, Gilbert Laprise wrote: > I have Windows/XP install on my Dell 600 Notebook. Since with that > Notebook I have the option of booting from a removable Ultrabay disk > drive, I would like to install FreeBSD on the second drive. > > The problem is that in order to initiate the installation whether I do > it using FTP, HTTP or NFS, I have to remove the 2nd drive to replace it > with a CD/DVD or Floppy drive to boot and start the install process. It > is during this initial phase that my notebook hardware is detected. > Naturally at that time the 2nd drive is not in the ultrabay, so it is > not detected, but either the floppy or CD/DVD drive is. Once the > sysinstall program is running when I replace my boot device by the 2nd > disk, I don't see the second drive when I try to define the partition. > > I have a local net with a desktop already running FreeBSD and a FreeBSG > 5.1 bootable install CD. Any suggestion how to proceed to install > FreeBSD on the 2nd UltraBay drive of my Dell 600 Notebook. > > Gilbert Laprise > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 21:06:11 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC7E416A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 21:06:11 +0000 (GMT) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78F7243D55 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 21:06:11 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.11/8.12.11) with ESMTP id i77L67Qf035671; Sat, 7 Aug 2004 15:06:07 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.11/8.12.11/Submit) with ESMTP id i77L66Vu035668; Sat, 7 Aug 2004 15:06:07 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 7 Aug 2004 15:06:06 -0600 (MDT) From: Warren Block <wblock@wonkity.com> To: stan <stanb@panix.com> In-Reply-To: <20040807193956.GA25349@teddy.fas.com> Message-ID: <20040807150331.M35645@wonkity.com> References: <20040807193956.GA25349@teddy.fas.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.3 (wonkity.com [127.0.0.1]); Sat, 07 Aug 2004 15:06:07 -0600 (MDT) cc: Free BSD Questions list <freebsd-questions@freebsd.org> Subject: Re: Anything similar to the Linux Terminal Server Project? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 21:06:12 -0000 On Sat, 7 Aug 2004, stan wrote: > I've got a bunch of PC's that I would like to use as diskless > X eindows servers. I was wondering if FreeBSD had anything like > the Linux Terminal erver Project? > > I recognize that I should be able to set up something using dhcp, nfs, > et all to do this myself, but I don't want to reinvint the wheel, if > ut's been done before. 'man diskless' has some information on netbooting, and there's a similar chapter in the Handbook. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 21:17:30 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96D3416A4CE for <questions@freebsd.org>; Sat, 7 Aug 2004 21:17:30 +0000 (GMT) Received: from phoenix.gargantuan.com (rrcs-se-24-73-171-238.biz.rr.com [24.73.171.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id 470D143D1F for <questions@freebsd.org>; Sat, 7 Aug 2004 21:17:30 +0000 (GMT) (envelope-from freebsd-questions@gargantuan.com) Received: from localhost (localhost.gargantuan.com [127.0.0.1]) by spamassassin-injector (Postfix) with SMTP id 0759636A; Sat, 7 Aug 2004 17:17:28 -0400 (EDT) Received: by phoenix.gargantuan.com (Postfix, from userid 1001) id 50EEB135; Sat, 7 Aug 2004 17:16:51 -0400 (EDT) Date: Sat, 7 Aug 2004 17:16:51 -0400 From: "Michael W. Oliver" <freebsd-questions@gargantuan.com> To: "Dan Mahoney, System Admin" <danm@prime.gushi.org> Message-ID: <20040807211651.GB21477@gargantuan.com> Mail-Followup-To: "Dan Mahoney, System Admin" <danm@prime.gushi.org>, questions@freebsd.org References: <20040806012425.Y99504@prime.gushi.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline In-Reply-To: <20040806012425.Y99504@prime.gushi.org> X-WWW-Site: http://michael.gargantuan.com X-PGP-Public-Key: $X-WWW-Site/gnupg/pubkey.asc X-PGP-Fingerprint: 2694 0179 AE3F BFAE 0916 0BF5 B16B FBAB C5FA A3C9 X-Home-Phone: +1-863-816-8091 X-Mobile-Phone: +1-863-738-2334 X-Home-Address0: 8008 Apache Lane X-Home-Address1: Lakeland, FL X-Home-Address2: 33810-2172 X-Home-Address3: United States of America X-Good-Question-Guide: http://www.catb.org/~esr/faqs/smart-questions.html X-Netiquette-Guidelines: http://www.ietf.org/rfc/rfc1855.txt User-Agent: Mutt/1.5.6i X-Spam-DCC: : X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on phoenix.gargantuan.com X-Spam-Level: X-Spam-Status: No, hits=-3.2 required=5.0 tests=AWL,BAYES_00,NO_DNS_FOR_FROM autolearn=no version=2.63 cc: questions@freebsd.org Subject: Re: CVS Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 21:17:30 -0000 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2004-08-06T01:28:04-0400, Dan Mahoney, System Admin wrote: > I was contemplating banging together a quick script to find the fastest= =20 > CVS mirrors which essentially tries to retrieve a small distribution from= =20 > all the available CVS servers. Does this seem like the type of thing tha= t=20 > would be well-recieved into the base-distro or ports? Or would it simply= =20 > be seen as putting extra load on the CVS servers? Have you looked into /usr/ports/sysutils/fastest_cvsup yet? --=20 Mike perl -e 'print unpack("u","88V]N=3D&%C=3D\"!I;F9O(&EN(&AE861E<G,*");' --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (FreeBSD) iD8DBQFBFUa/sWv7q8X6o8kRAmq7AJoCBd9mhGhYgOmem3ZskNog/B9uhgCcCGZ7 IRoCigSAFCSo1Q7URSy9OUI= =BnZN -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI-- From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 21:32:17 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1267016A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 21:32:17 +0000 (GMT) Received: from relais.videotron.ca (relais.videotron.ca [24.201.245.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABD4F43D53 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 21:32:16 +0000 (GMT) (envelope-from gilbert.laprise@videotron.ca) Received: from videotron.ca ([24.37.247.45]) by VL-MO-MR010.ip.videotron.ca (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I2300A4CL9N16@VL-MO-MR010.ip.videotron.ca> for freebsd-questions@freebsd.org; Sat, 07 Aug 2004 17:32:13 -0500 (EST) Date: Sat, 07 Aug 2004 17:32:23 -0400 From: Gilbert Laprise <gilbert.laprise@videotron.ca> In-reply-to: <1091911633.2889.0.camel@localhost> To: arden <arden@nildram.co.uk> Message-id: <41154A67.5050800@videotron.ca> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031208 References: <4115287F.6040802@videotron.ca> <1091911633.2889.0.camel@localhost> cc: freebsd <freebsd-questions@freebsd.org> Subject: Re: How to install FreeBSD on 2nd removable UltraBay Drive of a Dell600 NoteBook X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 21:32:17 -0000 That might work, but with the use of floppies going rapidly obsolete I would prefer not to buy an extra floppy drive. I could use a 128MB SD card in a USB drive. However I am not sure it would be possible to format it as a bootable device and boot from it. I am not sure either that just copying the content of the kernel, root and driver floppy onto it would do the job. Gilbert arden wrote: > how about getting a usb floppy drive ? > > Arden > > On Sat, 2004-08-07 at 20:07, Gilbert Laprise wrote: > >>I have Windows/XP install on my Dell 600 Notebook. Since with that >>Notebook I have the option of booting from a removable Ultrabay disk >>drive, I would like to install FreeBSD on the second drive. >> >>The problem is that in order to initiate the installation whether I do >>it using FTP, HTTP or NFS, I have to remove the 2nd drive to replace it >>with a CD/DVD or Floppy drive to boot and start the install process. It >>is during this initial phase that my notebook hardware is detected. >>Naturally at that time the 2nd drive is not in the ultrabay, so it is >>not detected, but either the floppy or CD/DVD drive is. Once the >>sysinstall program is running when I replace my boot device by the 2nd >>disk, I don't see the second drive when I try to define the partition. >> >>I have a local net with a desktop already running FreeBSD and a FreeBSG >>5.1 bootable install CD. Any suggestion how to proceed to install >>FreeBSD on the 2nd UltraBay drive of my Dell 600 Notebook. >> >>Gilbert Laprise >> >> >> >>_______________________________________________ >>freebsd-questions@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >> > > > From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 22:43:29 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7773616A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 22:43:29 +0000 (GMT) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A0E43D1F for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 22:43:29 +0000 (GMT) (envelope-from admin2@enabled.com) Received: from enabled.com (localhost.enabled.com [127.0.0.1]) by typhoon.enabled.com (8.13.0/8.13.0) with ESMTP id i77MhRB1031491 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 15:43:27 -0700 (PDT) (envelope-from admin2@enabled.com) From: "Noah" <admin2@enabled.com> To: freebsd-questions@freebsd.org Date: Sat, 7 Aug 2004 14:43:27 -0800 Message-Id: <20040807224127.M18276@enabled.com> X-Mailer: Open WebMail 2.32 20040709 X-OriginatingIP: 67.161.56.189 (admin2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: updating pkg and ports database X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 22:43:29 -0000 Hi there, I have a cron job that auto-cvs-updates the /usr/ports directories. I want to update the portsdb and pkgdb as soon as cvsup has completed its work. I am using the following two commands to do this. am I doing the right thing? ---- snip --- /usr/local/sbin/portsdb -uU /usr/local/sbin/pkgdb -Fa --- snip --- cheers, Noah From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 22:44:49 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B856B16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 22:44:49 +0000 (GMT) Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2B0F43D55 for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 22:44:49 +0000 (GMT) (envelope-from rperry4@earthlink.net) Received: from dialup-4.250.48.95.dial1.weehawken1.level3.net ([4.250.48.95]) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1BtZvk-0001HN-00 for freebsd-questions@freebsd.org; Sat, 07 Aug 2004 15:44:49 -0700 Message-ID: <41155BF3.4090403@earthlink.net> Date: Sat, 07 Aug 2004 18:47:15 -0400 From: Bob Perry <rperry4@earthlink.net> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040731 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD-Questions <freebsd-questions@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Are Autoconf253 and Automake15 Deprecated? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 22:44:49 -0000 Hi, I CVSup's my system (FreeBSD 4.9-p2 #0) early this morning and found the following in /usr/ports/CHANGES: 20040803: AUTHOR: ade@FreeBSD.org As part of the ongoing autotools cleanup, devel/autoconf has been replaced with devel/autoconf253, and devel/automake with devel/automake15. Consumers of the various autotools knobs from bsd.autotools.mk should not notice any differences. This update completes the transition of autotools to true versioned packages (cf: tcl/tk) I just updated my watchlist in FreshPorts and it indicates that autoconf253 is deprecated and should be replaced with /devel/autoconf259. Similarly, automake15 should be replaced with devel/automake18. Is FreshPorts more current? If so, will the following correctly upgrade my system: portupgrade -rfo /devel/automake automake portupgrade -rfo /devel/autoconf autoconf Thanks for your assistance. Bob Perry -- I've learned that whatever hits the fan will not be evenly distributed. FreeBSD 4.9-RELEASE-p2 #0 From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 22:50:02 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BD7D16A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 22:50:02 +0000 (GMT) Received: from www-1.bivol.net (www-1.bivol.net [193.108.24.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id C164843D2F for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 22:49:59 +0000 (GMT) (envelope-from peter@aboutsupport.com) Received: from [192.168.1.2] (unknown [192.168.1.2]) by www-1.bivol.net (Postfix) with ESMTP id 1A4EE17735 for <freebsd-questions@freebsd.org>; Sun, 8 Aug 2004 01:39:21 +0300 (EEST) Message-ID: <41155C95.2090709@aboutsupport.com> Date: Sun, 08 Aug 2004 01:49:57 +0300 From: Peter <peter@aboutsupport.com> User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: I did something stupid ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 22:50:02 -0000 I have succesfully update my freebsd 5.2.1 using cvssup supfile-standard. A month after that I decied to update again and put "tag=RELENG_5_2" whc is osme sort of downgrade I think .. I made build world succesfully, but when I tried to make build kernel I got config: Error: device "ixgb" is unknown and more erro I do not remeber. It was strane since I have not edited the kernel config file ?! However I commeted the both trouble device I though useles: RAID controller and some intel 100/10Gb card. Which turns to be a misatke since I could not connect to that server any more. I sent request to the host to boot it with GENERIC kernel. Aany advice is welcome :-) Thannk in a advance. Best regards, Peter From owner-freebsd-questions@FreeBSD.ORG Sat Aug 7 23:43:55 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 96D9316A4CE for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 23:43:55 +0000 (GMT) Received: from smtp.rdsnet.ro (smtp.rdsnet.ro [62.231.74.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9B9843D2F for <freebsd-questions@freebsd.org>; Sat, 7 Aug 2004 23:43:54 +0000 (GMT) (envelope-from itetcu@apropo.ro) Received: (qmail 6905 invoked by uid 89); 7 Aug 2004 23:43:52 -0000 Received: from unknown (HELO it.buh.tecnik93.com) (81.196.204.98) by 0 with SMTP; 7 Aug 2004 23:43:52 -0000 Received: from it.buh.tecnik93.com (localhost.buh.tecnik93.com [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with SMTP id BBBAF132; Sun, 8 Aug 2004 02:43:47 +0300 (EEST) Date: Sun, 8 Aug 2004 02:43:45 +0300 From: Ion-Mihai Tetcu <itetcu@apropo.ro> To: "Noah" <admin2@enabled.com> Message-Id: <20040808024345.6c388b39@it.buh.tecnik93.com> In-Reply-To: <20040807224127.M18276@enabled.com> References: <20040807224127.M18276@enabled.com> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: updating pkg and ports database X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sat, 07 Aug 2004 23:43:55 -0000 On Sat, 7 Aug 2004 14:43:27 -0800 "Noah" <admin2@enabled.com> wrote: > > > Hi there, > > I have a cron job that auto-cvs-updates the /usr/ports directories. > > I want to update the portsdb and pkgdb as soon as cvsup has completed its > work. I am using the following two commands to do this. am I doing the right > thing? Yes, but you could optimize it by using sysutils/portindex instead of portsdb -U and run portsdb -u after it finishes. Except on the first run you will see a *big* speed improvement. > > ---- snip --- > > /usr/local/sbin/portsdb -uU > /usr/local/sbin/pkgdb -Fa > > --- snip --- -- IOnut Unregistered ;) FreeBSD "user"