From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 00:29:50 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1444E16A418 for ; Sun, 19 Aug 2007 00:29:50 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from mail.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.freebsd.org (Postfix) with ESMTP id E074F13C48A for ; Sun, 19 Aug 2007 00:29:49 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from working (c-71-60-127-199.hsd1.pa.comcast.net [71.60.127.199]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTP id 188A7EBC78 for ; Sat, 18 Aug 2007 20:29:49 -0400 (EDT) Date: Sat, 18 Aug 2007 20:29:48 -0400 From: Bill Moran To: questions@freebsd.org Message-Id: <20070818202948.b94bb92f.wmoran@potentialtech.com> X-Mailer: Sylpheed 2.4.4 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: FreeBSD 6.2 on a Dell Inspiron 531s X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 00:29:50 -0000 I'm looking at purchasing a Dell Inspiron 531s to use as a low- end workstation. The price is _really_ reasonable. Anyone have FreeBSD running successfully on these units? Any problems getting FreeBSD to recognize/work with the hardware? -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 00:38:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E100C16A41A for ; Sun, 19 Aug 2007 00:38:03 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from eunet.yu (smtpclu-1.eunet.yu [194.247.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 7128413C483 for ; Sun, 19 Aug 2007 00:38:02 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-221-254.eunet.yu [213.198.221.254]) by eunet.yu (8.13.6/8.13.6) with ESMTP id l7J0btV3032196; Sun, 19 Aug 2007 02:37:57 +0200 Message-Id: <200708190037.l7J0btV3032196@eunet.yu> Date: Sun, 19 Aug 2007 02:32:58 +0200 From: Nikola Lecic To: "Konrad Scorciapino" In-Reply-To: References: X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.0 Cc: freebsd-questions@freebsd.org Subject: Re: Migrating from reiserfs to ext3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 00:38:04 -0000 Hello Konrad, On Sat, 18 Aug 2007 05:51:19 -0300 "Konrad Scorciapino" wrote: > Hello! >=20 > I have a single 200GB HD that is divided in three partitions, one with > FreeBSD, another with Linux and the other with my media. The first > two are 10GB, and the latter, 180GB. > > The problem is that it is a ReiserFS partition, not writable from > FreeBSD, so I'll have to change it to, say, ext3, if I'm going to be > able to use xMule again. Since I can't backup the whole thing, I'll > have to use another method to "convert" it. Well, migration from ReiserFS to EXT3 is not really a question for FreeBSD list. :) They are both native to Linux; ReiserFS is fully implemented in Linux only. You might consider using UFS2 instead of EXT3 -- but I'm not sufficiently sure if write support in Linux is still marked as "experimental" (it was some time ago). > I'm using quotes because apparently there is no such utility that > converts a given partition to another type. Why is that so? I was > thinking about the hard links. True, with a couple of not very interesting exceptions (it's possible to convert EXT2 to EXT3 in place, and pure little window$ has a built-in convertor from FAT32 to NTFS) -- as far as official conversions are concerned; for unofficial, see below. (Let someone corrects me if I'm mistaken, but it's not possible to convert UFS to UFS2 in place.) > Since the partition has some free space and its file hierarchy is > quite simple (eg, mp3/baroque/bach/bwv82_1.mp3), wouldn't it work if > I resize it to be full, using the freed space to create a new > partition, and then, until the first one is empty, move content from > it to the newly created, resizing both so that the first one is full > again? I think it's the best for you to do so. How much free space you have there? You can shrink ReiserFS partition either from Linux or, maybe easier, using GParted (http://gparted.sourceforge.net). Please note that GParted surrently cannot resize Reiser4 partitions. Or, if you are extremely brave, you can try http://freshmeat.net/projects/convertfs/ (I wouldn't do it.) > Anybody ever tried something like that? Are there utilities that > could help out, or dangers I need to avoid? Every utility dealing with partition resizing will tell you to backup your data first if you really need them. Since you can't do that, I'd suggest reading ReiserFS manual and careful deciding what tool to use for shrinking. But this is a Linux part of your job. However, if you end up with one or two UFS2 partitions, then further work with them will be a different story and you'll certainly get much more answers. :) Nikola Le=C4=8Di=C4=87 From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 02:05:45 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 604C216A419 for ; Sun, 19 Aug 2007 02:05:45 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id 1E33B13C442 for ; Sun, 19 Aug 2007 02:05:45 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from working (c-71-60-127-199.hsd1.pa.comcast.net [71.60.127.199]) (AUTH: LOGIN wmoran, SSL: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Sat, 18 Aug 2007 21:55:40 -0400 id 0005641C.46C7A31C.0000E627 Date: Sat, 18 Aug 2007 21:55:41 -0400 From: Bill Moran To: "Michael Hawkins" Message-Id: <20070818215541.bba6ee2a.wmoran@collaborativefusion.com> In-Reply-To: <9a7bbc700708181839k1fcce628w6905399c5b9a0d8a@mail.gmail.com> References: <9a7bbc700708181512u74edcc59j51c72baf20f80591@mail.gmail.com> <20070818191446.d9d4d050.wmoran@collaborativefusion.com> <9a7bbc700708181839k1fcce628w6905399c5b9a0d8a@mail.gmail.com> Organization: Collaborative Fusion Inc. X-Mailer: Sylpheed 2.4.4 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: problems with networking... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 02:05:45 -0000 [Please keep the mailing list in the CC] "Michael Hawkins" wrote: > > Certainly. Here it is: > #ifconfig -a > vr0: flags=8843 mtu 1500 > inet 10.11.12.253 netmask 0xffffff00 broadcast 10.11.12.254 That's really strange. Your broadcast address should be 10.11.12.255. It's quite likely that this is part of your problem, but I can't imagine how you could have arrived at this configuration. What is in /etc/rc.conf? > ether [MAC ADDRESS REMOVED] > media: Ethernet autoselect (100baseTX ) > statusL active > plip0: flags=108810 mtu 1500 > lo0: flags=8049 mtu 16384 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > inet6 ::1 prefixlen 128 > inet 127.0.0.1 netmask 0xff000000 > > > #netstat -m > 65/205/270 mbufs in use (current/cache/total) > 64/134/198/25600 mbuf clusters in use (current/cache/total/max) > 0/128 mbuf+clusters out of packet secondary zone in use (current/cache) > 0/0/0/0 4k (page size) jumbo clisters in use (current/cache/total/max) > 0/0/0/0 9k jumbo clusters in use (current/cache/total/max)0/0/0/0 16k jumbo > clusters in use (current/cache/total/max) > 144k/319k/463k bytes allocated to network (current/cache/total) > 0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters) > 0/0/0 requests for jumbo clusters denied (4k/9k/16k) > 0/4/6656 sfbufs in use (current/peak/max) > 0 requests for sfbufs denied > 0 requests for sfbufs delayed > 0 requests for I/O initiated by sendfile > 0 calls to protocol drain routines That's netstat -rn, not -m. Unfortunately, the -m doesn't tell me what I'm looking for, which is your routing table. I'm wondering if your ipnat rules are awry. Please provide the ifconfig, routing table, and nat rules from the router machine. > ...again, this is straight out of a fresh install (which I did because I had > the exact same problem with the last install). Well, obviously, you did it the same both times, and are getting the same result. > On 8/18/07, Bill Moran wrote: > > > > "Michael Hawkins" wrote: > > > > > > Sorry if this is sorta n00bish, but I have a problem that Google hasn't > > > answered for me yet... > > > I have a moderately-sized network that I am trying to run, with about 70 > > or > > > so machines on it. The DHCP server (running FreeBSD 6.2, IPv4 address: > > > 10.11.12.254, Subnet is 10.11.12.0/24) acts as a gateway server as well, > > and > > > has ipnat running for traffic routing. > > > > > > So far, I have had no problems with ANY of the machines on this network > > > connecting, save one--my File server (running FreeBSD 6.2 as well, IPv4 > > > address: 10.11.12.253). For some reason, whenever I try to establish > > any > > > connection to ANY network address (on any protocol), it will only > > connect to > > > one address: 10.11.12.252 (and won't connect to anything when that > > machine > > > is off). > > > Here is a ping listing: > > > #ping 10.11.12.254 > > > PING 10.11.12.254 (10.11.12.254): 56 data bytes > > > 64 bytes from 10.11.12.252: icmp_seq=0 ttl=64 time=0.852 ms > > > > > > > > > ...and it continues precisely in that manner until I stop it. > > > > > > I have tried re-installing the OS on the file server, but with no change > > in > > > results. I have removed the machine at 10.11.12.252 with the only > > change > > > being that the file-server can obtain NO connection to ANY IP address. > > > > > > Any help would be appreciated. > > > > Why don't your cut/paste the output of ifconfig -a and netstat -rn > > > > I suspect your network settings are incorrect. > > > > -- > > Bill Moran > > Collaborative Fusion Inc. > > > > wmoran@collaborativefusion.com > > Phone: 412-422-3463x4023 > > > > > > > > > > > -- Bill Moran Collaborative Fusion Inc. wmoran@collaborativefusion.com Phone: 412-422-3463x4023 **************************************************************** IMPORTANT: This message contains confidential information and is intended only for the individual named. If the reader of this message is not an intended recipient (or the individual responsible for the delivery of this message to an intended recipient), please be advised that any re-use, dissemination, distribution or copying of this message is prohibited. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. **************************************************************** From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 04:10:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0CFB16A41B for ; Sun, 19 Aug 2007 04:10:12 +0000 (UTC) (envelope-from dan@nyi.unixathome.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id 97B9913C457 for ; Sun, 19 Aug 2007 04:10:12 +0000 (UTC) (envelope-from dan@nyi.unixathome.org) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id C3EFA5098E for ; Sun, 19 Aug 2007 00:10:11 -0400 (EDT) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zg3iDNPey1gc for ; Sun, 19 Aug 2007 00:10:03 -0400 (EDT) Received: by nyi.unixathome.org (Postfix, from userid 1001) id 13326508F2; Sun, 19 Aug 2007 00:10:02 -0400 (EDT) From: Dan Langille To: freebsd-questions@freebsd.org Message-Id: <20070819041003.13326508F2@nyi.unixathome.org> Date: Sun, 19 Aug 2007 00:10:02 -0400 (EDT) Subject: The FreeBSD Diary: 2007-07-29 - 2007-08-18 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 04:10:12 -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 and/or The FreeBSD Diary . These are the articles posted during this period: 6-Aug : IBM ThinkPad T41: Upgrading RAM and HDD - pictures Pictures now! http://freebsddiary.org/ibm-thinkpad-t41-hardware-upgrades-pics.php?2 1-Aug : IBM ThinkPad T41: Upgrading RAM and HDD Things are getting tight and slow... http://freebsddiary.org/ibm-thinkpad-t41-hardware-upgrades.php?2 -- Dan Langille BSDCan - http://www.BSDCan.org/ - BSD Conference From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 04:46:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 214B216A420 for ; Sun, 19 Aug 2007 04:46:50 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id 4AE4D13C428 for ; Sun, 19 Aug 2007 04:46:47 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id OAA24227; Sun, 19 Aug 2007 14:46:37 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sun, 19 Aug 2007 14:46:36 +1000 (EST) From: Ian Smith To: Erik Trulsson In-Reply-To: <20070819003811.A0CEE16A551@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org, Bill Moran Subject: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 04:46:52 -0000 On Sat, 18 Aug 2007 21:32:28 +0200 Erik Trulsson wrote: > On Sat, Aug 18, 2007 at 08:21:42PM +0100, Christopher Key wrote: > > Hello, > > > > I'm having some rather strange behaviour with fsck. > > > > When I boot the system, it asserts that all the file systems are clean, but > > subsequently running an fsck on /dev/ad8s1e (mounted as /var) detects > > errors. Even if this first check is run whilst the file system is mounted, > > and is hence run in NO WRITE mode, a second check doesn't find block > > errors. If I then unmount the file system and check the disk, it's fine, > > as indeed it is if I unmount, remount, then check. However, if I then > > reboot, the process repeats, and an fsck immediately after reboot will find > > errors again. If I bring the system up in single user mode, and run fsck > > either before or after mounting /var, it finds no errors. > > > > I'm running 6.2_RELEASE with a custom kernel based upon generic-smp, but > > with a lot of unecessary bits removed, and geom_mirror compiled in. I > > don't think it's the drive that's at fault, all the other partitions in the > > slice are fine, it's a fairly new drive, and it passes a self test quite > > happily. Included below is a transcript that attempt to show what's going > > on in detail, is there anything else relevant? > > > > Can anyone suggest what might be going on and how to fix it, or suggest > > some slightly better diagnostics? Apologies if this is an RTFM issue, I > > have had a good dig through the handbook, but can't seem to find anything > > that helps. > Running fsck on a file system that has been mounted read/write will almost > always report spurious errors and can really screw up the disk if it tries > to 'correct' those errors. I'm a bit confused by this. I've been running 'fsck -n' over FreeBSD systems since 2.2.6, and modulo seeing the at-the-time inconsistencies on those filesystems in /etc/fstab that are mounted, as Chris reported and as are expected, I've never had a problem with it, nor seen the sort of inconsistent results between runs that Chris is reporting. > You should normally not run fsck on a mounted filesystem and you should > *NEVER* run fsck on a filesystem that has been mounted read/write. This seems to imply that using the -n switch may have different results than not using it and having fsck determine 'NO WRITE' itself from the fact that it's noticed that the fs is mounted? Are you suggesting by "can really screw up the disk if it tries to 'correct' those errors" that fsck might WRITE to a mounted fs that it's showing as 'NO WRITE'? I've never had any screwups with it, but then I've always specified -n. Later Bill Moran said: > Don't run fsck on mounted filesystems unless they're mounted read-only. > > Although, it's possible I misunderstood your description of the problem. so I'm still curious, and am wondering if Chris using SMP kernel and/or geom_mirror might have anything to do with this? Or whether his use of 'umount -f' might be (or cause) the problem indicated by his results? > > # umount -f /var > > > > > > # mount /var Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 06:08:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E50216A418 for ; Sun, 19 Aug 2007 06:08:56 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 0B48313C442 for ; Sun, 19 Aug 2007 06:08:55 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: by wa-out-1112.google.com with SMTP id m33so408247wag for ; Sat, 18 Aug 2007 23:08:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jGjWsOe+VW62doFGFjQEPl/vT4ub80mVWmUz1nagqc/aC0BJZ9vg8sLsUBuvvrdddHzgAaJupjgCh/GJgNV/Mvq8xUj1XuCI1EaIzAU84VVx6/pxQuNa/+l4fdQ4svyEUP72jGLw/6maFsHd7qHW6q0FBJ1QD1UwyM52BuWM7EA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YjhmN86Lhr1LujmpqMH5n0mqGngBcBSV6lSsmQnSKYA9GJ++EtW9H1gNHTa/79VxmgQf+7D3nLctfCYTVEeknK4q2mgZCpGU9y+HwL75dWmOdLDUQdOs4Tso5Y2XfKYpb43PqNQH+eTZQLTWxu+F5AsbffsBBqdSH9U1ovecuK8= Received: by 10.114.178.1 with SMTP id a1mr1606511waf.1187503735502; Sat, 18 Aug 2007 23:08:55 -0700 (PDT) Received: by 10.114.132.6 with HTTP; Sat, 18 Aug 2007 23:08:55 -0700 (PDT) Message-ID: <6d62f69a0708182308k3f1e7d92w222061b6dc34c248@mail.gmail.com> Date: Sun, 19 Aug 2007 09:38:55 +0330 From: "Bahman M." To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: Upgrading Xorg from 6 to 7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 06:08:56 -0000 > I have just read the UPDATING file and realized that this is something > that have so many possibilities of going horribly wrong that it most > certanly will. Thus I want another option. > > Would it be possible to deinstall every port that relates to Xorg 6 and > install Xorg 7 as if X never existed? > > Anyone care to tell me if pkg_delete xorg* would do, or if there's a > better way? I just upgraded Xorg to 7.2 and what I did was reinstalling a fresh minimal (just the base system) FreeBSD, updating my ports (portsnap) and then 'make' Xorg. It took me quite some time though, but if you have a fast internet connection that'll be no problem. By the way, I didn't lost any data as I'd created separate partitions for important directories. Bahman From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 06:23:39 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A94CF16A418 for ; Sun, 19 Aug 2007 06:23:39 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from ozzie.tundraware.com (ozzie.tundraware.com [66.92.130.199]) by mx1.freebsd.org (Postfix) with ESMTP id 61ED413C458 for ; Sun, 19 Aug 2007 06:23:39 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (viper.tundraware.com [192.168.0.2]) (authenticated bits=0) by ozzie.tundraware.com (8.14.1/8.14.1) with ESMTP id l7J6NZUE008311 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Sun, 19 Aug 2007 01:23:35 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <46C7E1E4.8010004@tundraware.com> Date: Sun, 19 Aug 2007 01:23:32 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Subject: "failed to create swap_zone" 6.2-STABLE SMP Kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 06:23:39 -0000 I note that this problem has appeared in the past and am wondering if there is a resolution: Running 6.2-STABLE on a machine that ran 4.11 flawlessly. I am seeing the message "failed to create swap_zone" right after the 2nd CPU gets enabled on a Dell PowerEdge 1300. The system blows out and reboots therafter. This same configuration works fine on a more modern Intel MOBO with a Pentium D, so I'm guessing the problem is hardware dependent. Booting a generic kernel works fine on the PowerEdge. The source code is latest STABLE as of earlier today. Has anyone else seen this and/or is there a workaround? My exact kernel config is: include SMP options IPFIREWALL options IPDIVERT options VESA # System console options options SC_DISABLE_REBOOT # disable reboot key sequence options SC_HISTORY_SIZE=200 # number of history buffer lines options SC_PIXEL_MODE # add support for the raster text mode # The following options will change the default colors of syscons. options SC_NORM_ATTR="(FG_GREEN|BG_BLACK)" options SC_NORM_REV_ATTR="(FG_YELLOW|BG_GREEN)" options SC_KERNEL_CONS_ATTR="(FG_RED|BG_BLACK)" options SC_KERNEL_CONS_REV_ATTR="(FG_BLACK|BG_RED)" TIA, -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 06:42:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 307CC16A419 for ; Sun, 19 Aug 2007 06:42:06 +0000 (UTC) (envelope-from cthala@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.freebsd.org (Postfix) with ESMTP id D8F7613C428 for ; Sun, 19 Aug 2007 06:42:05 +0000 (UTC) (envelope-from cthala@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so840682wxd for ; Sat, 18 Aug 2007 23:42:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=QgcjL/j2IWgHefVs8G6G2oji6N06di/9pYKl/GhOcJRMsPQmJsC79pxme5hIgz0Z4sEfBXo03HXf0UoxXD6Prq9kIcD/HUotTcN909AnJ8N67AuY9OCQS5faiQiUMA+MTkFb2Eb+mUxQYChOVY7fWbtM2+UXMkyXFhnBXrytje0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=taa2mufSpDDUCcNK5BqVW6cKWrAIEJZKTa5NMz2rkmV4Ad8WFqE7PI6Pq3MUjM8zBEwkwycbwixBzogDZ4XJ5rNCQCUhaml+Bymy9YiWlCiAX01IE1xpt/Q7F2cRJLi9bfxsYBUGnKXp9MYQAKDM0+DnpvPC8fdGfQBjct46KI8= Received: by 10.90.75.10 with SMTP id x10mr6954172aga.1187505724835; Sat, 18 Aug 2007 23:42:04 -0700 (PDT) Received: by 10.64.27.1 with HTTP; Sat, 18 Aug 2007 23:42:04 -0700 (PDT) Message-ID: <77647f500708182342y69c5992dsed0d03552987d47b@mail.gmail.com> Date: Sun, 19 Aug 2007 02:42:04 -0400 From: "C Thala" To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: vlc won't play region encoded DVDs (still doesn't work) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 06:42:06 -0000 > > Definitely something is wrong with your VLC (probably an older version) > > since I can play US DVDs with VLC . > > That's pretty much what I thought. I'm upgrading VLC now on the machine. Well, that didn't work. I have the latest VLC in ports, and here is the error I get: libdvdnav: Using dvdnav version 0.1.10 from http://dvd.sf.net libdvdread: Using libdvdcss version 1.2.9 for DVD access libdvdread: Attempting to use device /dev/acd0 mounted on /cdrom for CSS authentication libdvdread: Could not open /dev/acd0 with libdvdcss. libdvdread: Can't open /dev/acd0 for reading libdvdread: Device /dev/acd0 inaccessible, CSS authentication not available. libdvdnav: Can't read name block. Probably not a DVD-ROM device. libdvdnav: Unable to find map file '/home/cthala/.dvdnav/.map' libdvdnav: DVD disk reports itself with Region mask 0x00fe0000. Regions: 1 libdvdnav: Suspected RCE Region Protection!!! libdvdnav: Suspected RCE Region Protection!!! [00000265] main playlist: nothing to play :( From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 07:33:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6112D16A417 for ; Sun, 19 Aug 2007 07:33:07 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 28C5513C459 for ; Sun, 19 Aug 2007 07:33:07 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id l7J7X1aF075706 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 19 Aug 2007 00:33:01 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id l7J7X1Wv075705; Sun, 19 Aug 2007 00:33:01 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA04833; Sun, 19 Aug 07 00:25:33 PDT Date: Sun, 19 Aug 2007 00:26:49 -0700 From: perryh@pluto.rain.com To: cpghost@cordula.ws Message-Id: <46c7f0b9.FbjVvNg+hkAy6Epu%perryh@pluto.rain.com> References: <77647f500708161933h4bac6ea1u29671ae701296cd7@mail.gmail.com> <54db43990708171057k481fbe0aycb1473293c744145@mail.gmail.com> <20070818122517.GA982@epia-2.farid-hajji.net> In-Reply-To: <20070818122517.GA982@epia-2.farid-hajji.net> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: OT: good vs evil (Re: vlc won't play region encoded DVDs) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 07:33:07 -0000 > ... another story in the neverending > race between good and evil. ;-) For some reason, that reminded me of a John Byrom quote (which is likely better known than its author): http://www.born-today.com/Today/d09-23.htm From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 07:41:27 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC81716A46C for ; Sun, 19 Aug 2007 07:41:27 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp224.math.arizona.edu (smtp224.math.arizona.edu [128.196.224.202]) by mx1.freebsd.org (Postfix) with ESMTP id A965613C4A7 for ; Sun, 19 Aug 2007 07:41:27 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp224.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IMfPt-0002sg-0Q for questions@freebsd.org; Sun, 19 Aug 2007 00:41:45 -0700 Received: from 71-220-138-238.tcsn.qwest.net ([71.220.138.238] helo=.domain.actdsltmp) by smtp224.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IMfPp-0002sN-Ru; Sun, 19 Aug 2007 00:41:42 -0700 Message-ID: <46C7F418.5020906@math.arizona.edu> Date: Sun, 19 Aug 2007 00:41:12 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.4 (X11/20070713) MIME-Version: 1.0 To: C Thala , questions@freebsd.org References: <77647f500708182342y69c5992dsed0d03552987d47b@mail.gmail.com> In-Reply-To: <77647f500708182342y69c5992dsed0d03552987d47b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting .domain.actdsltmp is invalid X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: Re: vlc won't play region encoded DVDs (still doesn't work) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 07:41:27 -0000 C Thala wrote: >>> Definitely something is wrong with your VLC (probably an older version) >>> since I can play US DVDs with VLC . >>> >> That's pretty much what I thought. I'm upgrading VLC now on the machine. >> > > Well, that didn't work. I have the latest VLC in ports, and here is > the error I get: > > libdvdnav: Using dvdnav version 0.1.10 from http://dvd.sf.net > libdvdread: Using libdvdcss version 1.2.9 for DVD access > libdvdread: Attempting to use device /dev/acd0 mounted on /cdrom for CSS > authentication > libdvdread: Could not open /dev/acd0 with libdvdcss. > libdvdread: Can't open /dev/acd0 for reading > libdvdread: Device /dev/acd0 inaccessible, CSS authentication not available. > libdvdnav: Can't read name block. Probably not a DVD-ROM device. > libdvdnav: Unable to find map file '/home/cthala/.dvdnav/.map' > libdvdnav: DVD disk reports itself with Region mask 0x00fe0000. Regions: 1 > libdvdnav: Suspected RCE Region Protection!!! > libdvdnav: Suspected RCE Region Protection!!! > [00000265] main playlist: nothing to play > > > :( > _______________________________________________ > 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" > Well if you read whole my message I said that if everything fail you should try MPlayer. I have never found a video format that MPlayer cannot play. Did you try Ogle DVD player? Sorry for asking silly questions. I read little bit your output. Did you edit devfs.conf with appropriate permissions and links. How did you mount your DVD. Forget about HAL. Try to mount it from the command line. su - mount -t udf /dev/acd0 /mnt Then try to play with MPlayer or Ogly. I am really curious to see what is happening Sincerely, Predrag Punosevac From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 07:57:00 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57F6716A41A for ; Sun, 19 Aug 2007 07:57:00 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp102.math.arizona.edu (smtp102.math.arizona.edu [128.196.102.202]) by mx1.freebsd.org (Postfix) with ESMTP id 35EAB13C45E for ; Sun, 19 Aug 2007 07:56:59 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp102.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IMfeZ-0007yA-Pg for questions@freebsd.org; Sun, 19 Aug 2007 00:56:56 -0700 Received: from 71-220-138-238.tcsn.qwest.net ([71.220.138.238] helo=.domain.actdsltmp) by smtp102.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IMfeW-0007xr-Uj; Sun, 19 Aug 2007 00:56:53 -0700 Message-ID: <46C7F7C2.2060600@math.arizona.edu> Date: Sun, 19 Aug 2007 00:56:50 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.4 (X11/20070713) MIME-Version: 1.0 To: C Thala , questions@freebsd.org References: <77647f500708182342y69c5992dsed0d03552987d47b@mail.gmail.com> <46C7F418.5020906@math.arizona.edu> In-Reply-To: <46C7F418.5020906@math.arizona.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting .domain.actdsltmp is invalid X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: Re: vlc won't play region encoded DVDs (still doesn't work) II part X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 07:57:00 -0000 Predrag Punosevac wrote: > C Thala wrote: >>>> Definitely something is wrong with your VLC (probably an older >>>> version) >>>> since I can play US DVDs with VLC . >>>> >>> That's pretty much what I thought. I'm upgrading VLC now on the >>> machine. >>> >> >> Well, that didn't work. I have the latest VLC in ports, and here is >> the error I get: >> >> libdvdnav: Using dvdnav version 0.1.10 from http://dvd.sf.net >> libdvdread: Using libdvdcss version 1.2.9 for DVD access >> libdvdread: Attempting to use device /dev/acd0 mounted on /cdrom for CSS >> authentication >> libdvdread: Could not open /dev/acd0 with libdvdcss. >> libdvdread: Can't open /dev/acd0 for reading >> libdvdread: Device /dev/acd0 inaccessible, CSS authentication not >> available. >> libdvdnav: Can't read name block. Probably not a DVD-ROM device. >> libdvdnav: Unable to find map file '/home/cthala/.dvdnav/.map' >> libdvdnav: DVD disk reports itself with Region mask 0x00fe0000. >> Regions: 1 >> libdvdnav: Suspected RCE Region Protection!!! >> libdvdnav: Suspected RCE Region Protection!!! >> [00000265] main playlist: nothing to play >> >> >> :( >> _______________________________________________ >> 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" >> > Well if you read whole my message I said that if everything fail you > should try MPlayer. I have never found a video format that > MPlayer cannot play. Did you try Ogle DVD player? > > Sorry for asking silly questions. I read little bit your output. Did > you edit devfs.conf with appropriate permissions and links. > How did you mount your DVD. Forget about HAL. Try to mount it from > the command line. > su - > mount -t udf /dev/acd0 /mnt > > Then try to play with MPlayer or Ogly. I am really curious to see what > is happening > > Sincerely, > Predrag Punosevac > _______________________________________________ > 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" One more thin In particular did you put devfs.conf link acd0 dvd perm acd0 0666 (probably 0660 would be enough but there is no harm) I always prefer to test all device from the command line because I always leave out some permissions and then I am going around asking people for help. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 08:05:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CFAC16A418 for ; Sun, 19 Aug 2007 08:05:08 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from viefep14-int.chello.at (viefep18-int.chello.at [213.46.255.22]) by mx1.freebsd.org (Postfix) with ESMTP id 6036D13C459 for ; Sun, 19 Aug 2007 08:05:07 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from [192.168.1.99] (really [80.99.119.201]) by viefep14-int.chello.at (InterMail vM.7.08.02.00 201-2186-121-20061213) with ESMTP id <20070819080504.RCXG14700.viefep14-int.chello.at@[192.168.1.99]>; Sun, 19 Aug 2007 10:05:04 +0200 Message-ID: <46C7F92C.5090701@shopzeus.com> Date: Sun, 19 Aug 2007 10:02:52 +0200 From: Laszlo Nagy User-Agent: Thunderbird 1.5.0.12 (X11/20070604) MIME-Version: 1.0 To: Jona Joachim References: <200708171651.43582.cblasius@gmail.com> <46C5CEF4.5080004@shopzeus.com> <20070818013916.3c4f8cfc@spaceman.my.domain> In-Reply-To: <20070818013916.3c4f8cfc@spaceman.my.domain> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Cc: Zbigniew Komarnicki , freebsd-questions@freebsd.org Subject: Re: Flash X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 08:05:08 -0000 > Adobe. For example it runs on many platforms where Adobe's Flash > doesn't run. It will also perhaps soon hit the iPhone. > Useless to say Adobe are not so happy about it ;) > We are also not happy about that Adobe ignores other platforms. Blame it on them. :-) From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 10:42:25 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C121716A417 for ; Sun, 19 Aug 2007 10:42:25 +0000 (UTC) (envelope-from jgordeev@dir.bg) Received: from dir.bg (mail.dir.bg [194.145.63.28]) by mx1.freebsd.org (Postfix) with ESMTP id 4E46E13C458 for ; Sun, 19 Aug 2007 10:42:24 +0000 (UTC) (envelope-from jgordeev@dir.bg) Received: from [87.126.193.48] (account jgordeev HELO [10.102.9.50]) by dir.bg (CommuniGate Pro SMTP 4.2.10) with ESMTP-TLS id 29016960 for freebsd-questions@freebsd.org; Sun, 19 Aug 2007 13:42:23 +0300 Message-ID: <46C81EB7.8020307@dir.bg> Date: Sun, 19 Aug 2007 13:43:03 +0300 From: Jordan Gordeev User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.7) Gecko/20070606 X-Accept-Language: bg, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <200708181936.45025.lists-fbsd@shadypond.com> In-Reply-To: <200708181936.45025.lists-fbsd@shadypond.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: problem with supfile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 10:42:25 -0000 Pollywog wrote: > Someone please tell me why my supfile is not working. I think the problem is > the tag but I am unsure why: > > *default host=cvsup2.FreeBSD.org > *default base=/var/db > *default prefix=/usr > *default release=cvs tag=RELENG_6_2 > *default delete use-rel-suffix > > # If you seem to be limited by CPU rather than network or disk bandwidth, try > # commenting out the following line. (Normally, today's CPUs are fast enough > # that you want to run compression.) > *default compress > > # This collection retrieves the www/ tree of the FreeBSD repository > #www > ports-all From the FreeBSD Handbook, A.5 Using CVSup: "Warning: Be very careful to specify any tag= fields correctly. Some tags are valid only for certain collections of files. If you specify an incorrect or misspelled tag, CVSup will delete files which you probably do not want deleted. In particular, use only tag=. for the ports-* collections. [...] Keep in mind that only the tag=. is relevant for the Ports Collection." Please, remember to check the documentation before posting. The Handbook also describes how to use portsnap to update the Ports Collection. Portsnap is very convenient and easy to use, and comes installed with FreeBSD 6.2. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 05:26:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A87E016A419 for ; Sun, 19 Aug 2007 05:26:08 +0000 (UTC) (envelope-from josepha48@yahoo.com) Received: from web34603.mail.mud.yahoo.com (web34603.mail.mud.yahoo.com [209.191.68.137]) by mx1.freebsd.org (Postfix) with SMTP id 6A1EB13C46C for ; Sun, 19 Aug 2007 05:26:08 +0000 (UTC) (envelope-from josepha48@yahoo.com) Received: (qmail 17961 invoked by uid 60001); 19 Aug 2007 04:59:26 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=s6USg6DjSZdB3ASBn+jvnr3erGh26a7kdaoX2+kDGkGTq5YhRCbsbBB29PLEFGQzNVfGiKBZNRKpJugqo2vQCpwUZRdNVB5JJFvrFdqt6X0HOeN3EXFpnrQiHaT7as+D+yAQP2Ykyp9TNB15a7FQ+2AD1eTikYkH/D+z/2pQP/g=; X-YMail-OSG: R1BAfzwVM1kqjLYVnOs9HH1DmI3eVewj.Zx6.5nRh75IwByj.db9iNkxF0vKB_yCwU_bIuN4owP2iJOMTHu1OAXpRatVtntJc3dRoYMWT8YL_vUybWc2wFlPb5r_Tg-- Received: from [67.101.209.231] by web34603.mail.mud.yahoo.com via HTTP; Sat, 18 Aug 2007 21:59:26 PDT Date: Sat, 18 Aug 2007 21:59:26 -0700 (PDT) From: Joe To: freebsd-questions@freebsd.org MIME-Version: 1.0 Message-ID: <338657.17223.qm@web34603.mail.mud.yahoo.com> X-Mailman-Approved-At: Sun, 19 Aug 2007 11:29:53 +0000 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: isc-dhcp3-server and windows 2000 connectivity issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 05:26:08 -0000 Hello, I recently installed FreeBSD 6.2 on a machine and setup dhcp and I am having connectivity problems with the most recent isc-dhcp3-server. I cvsup'd and buildworld/installworld/ kernel and all works except dhcpd. Well it works and my FreeBSD clients can get IP addresses, but my windows machines cannot. Windows 2k in paricular. I have an old install, with an older dhcp install and I can use that binary and everything works fine. Both binaries say they are V3.0.5, but I cannot tell the subversions of them. I have no idea what is going on here. It seems one binary works but the other does not. I have run tcpdump and I see the broadcast message in from the client, and then I see the reply going out from the client. How do tell if the reply went out? I know it is not a firewall issue, otherwise neither binary should work. Is there some other change that made it in? This seems to be a windows issue, in particular windows 2k, but only with this one binary. Thanks, Joe --------------------------------- Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 12:45:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F4E916A41A for ; Sun, 19 Aug 2007 12:45:30 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-fcmail.FPT.NET (isp-fcmail.fpt.net [210.245.0.161]) by mx1.freebsd.org (Postfix) with ESMTP id 2C25D13C465 for ; Sun, 19 Aug 2007 12:45:29 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-go.FPT.NET ([210.245.0.153]) by isp-fcmail.FPT.NET with Microsoft SMTPSVC(6.0.3790.3959); Sun, 19 Aug 2007 19:45:27 +0700 Received: from isp-mta3.fpt.vn ([210.245.0.150]) by isp-go.FPT.NET with Microsoft SMTPSVC(5.0.2195.6713); Sun, 19 Aug 2007 19:45:27 +0700 Received: from [58.187.38.22] by isp-mta3.fpt.vn [210.245.0.150] Message-ID: <46C83B64.9040608@fpt.vn> Date: Sun, 19 Aug 2007 19:45:24 +0700 From: vuthecuong User-Agent: Thunderbird 2.0.0.6 (X11/20070805) MIME-Version: 1.0 To: Pollywog References: <200708171532.14960.lists-fbsd@shadypond.com> In-Reply-To: <200708171532.14960.lists-fbsd@shadypond.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Aug 2007 12:45:27.0754 (UTC) FILETIME=[D1C59AA0:01C7E25E] Cc: freebsd-questions@freebsd.org Subject: Re: installing/using phpMyAdmin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 12:45:30 -0000 Pollywog wrote: > I am running FreeBSD 6.2 and I installed phpMyAdmin from ports, but when I put > http://hostname/phpMyAdmin in a browser, I get "the requested URL was not > found..." > > Is some additional configuration required or is the problem that I can only > access phpMyAdmin from localhost? I have not tried that yet so I don't know > if that would work either. > _______________________________________________ > 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" > > Did you alias phpmyadmin in httpd.conf (or lighttpd.conf)? From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 12:48:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28B2B16A418 for ; Sun, 19 Aug 2007 12:48:53 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-fcmail.FPT.NET (isp-fcmail.fpt.net [210.245.0.161]) by mx1.freebsd.org (Postfix) with ESMTP id AF95913C459 for ; Sun, 19 Aug 2007 12:48:52 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-mta1.fpt.vn ([210.245.0.180]) by isp-fcmail.FPT.NET with Microsoft SMTPSVC(6.0.3790.3959); Sun, 19 Aug 2007 19:48:48 +0700 Received: from [58.187.38.22] by isp-mta1.fpt.vn [210.245.0.180] Message-ID: <46C83C2F.3060105@fpt.vn> Date: Sun, 19 Aug 2007 19:48:47 +0700 From: vuthecuong User-Agent: Thunderbird 2.0.0.6 (X11/20070805) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Aug 2007 12:48:48.0870 (UTC) FILETIME=[49A57860:01C7E25F] Subject: freebsd 7 release date :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 12:48:53 -0000 just for reference only: Original release planned date of 7.0 was end of Jul. But now is nearly end of Aug. So Which date you guess 7.0 will be released? :D Tnx From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 13:08:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A5FC16A419 for ; Sun, 19 Aug 2007 13:08:57 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4955613C45A for ; Sun, 19 Aug 2007 13:08:55 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7JD50Xg015150; Sun, 19 Aug 2007 15:05:00 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7JD50Ys015147; Sun, 19 Aug 2007 15:05:00 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 19 Aug 2007 15:05:00 +0200 (CEST) From: Wojciech Puchar To: vuthecuong In-Reply-To: <46C83C2F.3060105@fpt.vn> Message-ID: <20070819150415.K15146@wojtek.tensor.gdynia.pl> References: <46C83C2F.3060105@fpt.vn> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: freebsd 7 release date :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 13:08:57 -0000 > just for reference only: > Original release planned date of 7.0 was end of Jul. But now is nearly end of > Aug. > So Which date you guess 7.0 will be released? :D when it will be ready. if time is more important than quality for you get simply get -current. even if not - and you would like help testing it, fetch and report problems. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 13:09:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AA5616A496 for ; Sun, 19 Aug 2007 13:09:21 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 35B6A13C457 for ; Sun, 19 Aug 2007 13:09:19 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7JD9CEt015175; Sun, 19 Aug 2007 15:09:12 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7JD9Bg7015172; Sun, 19 Aug 2007 15:09:12 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 19 Aug 2007 15:09:11 +0200 (CEST) From: Wojciech Puchar To: Matt Juszczak In-Reply-To: <20070604121447.D5399@saturn.atopia.net> Message-ID: <20070819150637.M15146@wojtek.tensor.gdynia.pl> References: <20070604121447.D5399@saturn.atopia.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Remote Server FSCK X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 13:09:21 -0000 > > Trying to mount root from ufs:/dev/ad0s1a > WARNING: / was not properly dismounted > WARNING: /home was not properly dismounted > WARNING: /tmp was not properly dismounted > WARNING: /usr was not properly dismounted > /usr: mount pending error: blocks 80 files 1 > WARNING: /var was not properly dismounted > WARNING: /var/tmp was not properly dismounted > > In my opinion, this calls for an fsck in single user mode. Unfortunately, I no. i just said what it said. and then fsck did it's job. if you yse background fsck, make sure it checked partitions other than / well. if fsck can't check / on automatic mode it would drop to single user. it's not linux, if hardware is not broken filesystem will be in good state after such case. do you have UPS there? use it's cable and apcupsd from ports to make automatic shutdowns after power failures. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 13:12:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DBBF16A41A for ; Sun, 19 Aug 2007 13:12:03 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 5DB3513C45D for ; Sun, 19 Aug 2007 13:12:02 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7JDBvxD015197; Sun, 19 Aug 2007 15:11:57 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7JDBujN015194; Sun, 19 Aug 2007 15:11:56 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 19 Aug 2007 15:11:56 +0200 (CEST) From: Wojciech Puchar To: Andreas Kuehl In-Reply-To: <467070B9.6050600@web.de> Message-ID: <20070819150931.B15146@wojtek.tensor.gdynia.pl> References: <467070B9.6050600@web.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: fsck of large volume with small memory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 13:12:03 -0000 > Hi all > > Is there any possibillity to fsck a 1.2 TB 40% filled volume with a > machine that has not that much memory, in this case only 1.5 GB. > > The fsck gives me a friendly > > # fsck /dev/da1 > ** /dev/da1 > ** Last Mounted on /fileserver > ** Phase 1 - Check Blocks and Sizes > fsck_ufs: cannot alloc 4290901164 bytes for inoinfo > > and quits. quite a lot of memory. on i386 you simply can't allocate >4GB VM. but i have larger volumes without problems. what was your newfs options when creating it. of course you did man fsck_ffs ? :) default options are NOT good, overallocates inodes, and possibly needs that amount of ram because of this. if your machine is 64-bit capable use amd64 not i386 version - no 4GB limit. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 13:14:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D7B416A418 for ; Sun, 19 Aug 2007 13:14:28 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id B455C13C46C for ; Sun, 19 Aug 2007 13:14:27 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7JDEEP4015214; Sun, 19 Aug 2007 15:14:14 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7JDEDUa015211; Sun, 19 Aug 2007 15:14:14 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 19 Aug 2007 15:14:13 +0200 (CEST) From: Wojciech Puchar To: DSA - JCR In-Reply-To: <1591.84.18.13.122.1184151051.squirrel@llca513-a.servidoresdns.net> Message-ID: <20070819151243.D15146@wojtek.tensor.gdynia.pl> References: <1591.84.18.13.122.1184151051.squirrel@llca513-a.servidoresdns.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: GELI cripto USB disk and fsck X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 13:14:28 -0000 > > FreeBSD 6.2 i386 > > I have an USB disk cryptografied with GELI in order to get external backup > copies of an enterprise. > > All work fine till somebody (not me ;D), reboot the computer (I think so) > without unmounting the disk and then I get two things: > > 1.- The main filesystem / get overfilled, it was 108% used !! because the > USB disk files were in the mounted directory (/usb2). My question is, how > is this possible? it was full and more, where were the files?? simply use -m 0 when doing newfs. it's probably just full :) now do tunefs -m 0 -A /dev/disk.eli to not be confused next time. > > I reboot the system after delete the files in the /usb2 directory, i > prefer to save the / filesystem. > > 2.- When I try to mount (after this) the USB disk it says that I must use > fsck because thera are problems in the disk (logic), but I don't find any > utility to run a fsck in a GELI cryptografied disk (or without crypto). simply attach it with geli and then fsck. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 14:01:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CF0016A419 for ; Sun, 19 Aug 2007 14:01:48 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 590E513C46E for ; Sun, 19 Aug 2007 14:01:48 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id A10F880CE for ; Sun, 19 Aug 2007 10:01:46 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id C8FF0B65B6 for ; Sun, 19 Aug 2007 14:01:36 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Sun, 19 Aug 2007 14:01:35 +0000 References: <200708171532.14960.lists-fbsd@shadypond.com> <46C83B64.9040608@fpt.vn> In-Reply-To: <46C83B64.9040608@fpt.vn> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708191401.35839.lists-fbsd@shadypond.com> Subject: Re: installing/using phpMyAdmin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 14:01:48 -0000 On Sunday 19 August 2007 12:45:24 vuthecuong wrote: > Pollywog wrote: > > I am running FreeBSD 6.2 and I installed phpMyAdmin from ports, but when > > I put http://hostname/phpMyAdmin in a browser, I get "the requested URL > > was not found..." > > > > Is some additional configuration required or is the problem that I can > > only access phpMyAdmin from localhost? I have not tried that yet so I > > don't know if that would work either. > > _______________________________________________ > > 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" > > Did you alias phpmyadmin in httpd.conf (or lighttpd.conf)? I did but I think there is another problem somewhere, so for the time being I will do without phpMyAdmin in FreeBSD. thanks From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 15:01:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FC4116A418 for ; Sun, 19 Aug 2007 15:01:58 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by mx1.freebsd.org (Postfix) with ESMTP id C3AC313C442 for ; Sun, 19 Aug 2007 15:01:57 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by wr-out-0506.google.com with SMTP id 70so668583wra for ; Sun, 19 Aug 2007 08:01:57 -0700 (PDT) Received: by 10.90.66.9 with SMTP id o9mr7565456aga.1187535716879; Sun, 19 Aug 2007 08:01:56 -0700 (PDT) Received: from ?192.168.1.102? ( [67.189.206.211]) by mx.google.com with ESMTPS id 18sm7869823wry.2007.08.19.08.01.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 19 Aug 2007 08:01:56 -0700 (PDT) Date: Sun, 19 Aug 2007 11:02:04 -0400 To: User Questions Organization: Seibercom.net In-Reply-To: <200708191401.35839.lists-fbsd@shadypond.com> References: <46C83B64.9040608@fpt.vn> <200708191401.35839.lists-fbsd@shadypond.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20070819105502.D8DF.GERARD-SEIBERT@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.31 [en] From: Gerard Subject: Re[2]: installing/using phpMyAdmin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 15:01:58 -0000 On August 19, 2007 at 10:01AM Pollywog wrote: > I did but I think there is another problem somewhere, so for the time being I > will do without phpMyAdmin in FreeBSD. Could you post the relevant portions of the httpd.conf file? I have the following in mine and phpMyAdmin works fine. # # ScriptAlias: This controls which directories contain server scripts. # ScriptAliases are essentially the same as Aliases, except that # documents in the target directory are treated as applications and # run by the server when requested rather than as documents sent to the # client. The same rules about trailing "/" apply to ScriptAlias # directives as to Alias. # Alias /phpmyadmin/ "/usr/local/www/phpMyAdmin/" Options none AllowOverride Limit Order Deny,Allow Deny from all Allow from 127.0.0.1 192.168.1.102 You would undoubtedly have to modify your 'Allow from' line to accommodate your system. -- Gerard From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 15:02:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5883916A41B for ; Sun, 19 Aug 2007 15:02:52 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 49AB813C45B for ; Sun, 19 Aug 2007 15:02:52 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 8B36E1A3C1A; Sun, 19 Aug 2007 08:01:07 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 9C27BC3EC; Sun, 19 Aug 2007 11:02:51 -0400 (EDT) Date: Sun, 19 Aug 2007 11:02:51 -0400 From: Kris Kennaway To: vuthecuong Message-ID: <20070819150251.GA57398@rot26.obsecurity.org> References: <46C83C2F.3060105@fpt.vn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46C83C2F.3060105@fpt.vn> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: freebsd 7 release date :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 15:02:52 -0000 On Sun, Aug 19, 2007 at 07:48:47PM +0700, vuthecuong wrote: > just for reference only: > Original release planned date of 7.0 was end of Jul. Where did you read this? > But now is nearly > end of Aug. > So Which date you guess 7.0 will be released? :D It will be released when it's done, probably not sooner than a month. Kris From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 16:08:47 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3B1A16A4AB for ; Sun, 19 Aug 2007 16:08:47 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id A8AFB13C467 for ; Sun, 19 Aug 2007 16:08:47 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from working (c-71-60-127-199.hsd1.pa.comcast.net [71.60.127.199]) (AUTH: LOGIN wmoran, SSL: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Sun, 19 Aug 2007 12:08:46 -0400 id 0005641D.46C86B0E.00011247 Date: Sun, 19 Aug 2007 12:08:45 -0400 From: Bill Moran To: "Michael Hawkins" Message-Id: <20070819120845.3db8c3d2.wmoran@collaborativefusion.com> In-Reply-To: <9a7bbc700708181957s54859a7cm70ae4aa5b59b7c89@mail.gmail.com> References: <9a7bbc700708181512u74edcc59j51c72baf20f80591@mail.gmail.com> <20070818191446.d9d4d050.wmoran@collaborativefusion.com> <9a7bbc700708181839k1fcce628w6905399c5b9a0d8a@mail.gmail.com> <20070818215541.bba6ee2a.wmoran@collaborativefusion.com> <9a7bbc700708181957s54859a7cm70ae4aa5b59b7c89@mail.gmail.com> Organization: Collaborative Fusion Inc. X-Mailer: Sylpheed 2.4.4 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: problems with networking... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 16:08:48 -0000 "Michael Hawkins" wrote: > > oops, sorry about the -m, lack of sleep and alll.... > /etc/rc.conf: > amd_enable="YES" > hostname=[Removed] > ifconfig_vr0="DHCP" > inetd_enable="YES" > rpcbind_enable="YES" > sshd_enable="YES" > usbd_enable="YES" > > #netstat -rn > Routing tables > > Internet: > Destination Gateway Flags Refs Use Netif Expire > default 10.11.12.254 UGS 0 24 vr0 > 10.11.12/24 link#1 UC 0 0 vr0 > 10.11.12.254 ff:ff:ff:ff:ff:ff UHLWb 2 37 vr0 > 127.0.0.1 127.0.0.1 UH 0 8 lo0 > > > > ......for some reason I don't think that MAC addy of all f's is a good > thing, but this is the first I've seen of it.. No, it's not. The output of arp -an might be helpful to this, but I suspect you've got an underlying network issue. Also (for the second time) keep the mailing list in the loop. In particular, I'll be leaving shortly and won't have access to email for several days. > > On 8/18/07, Bill Moran wrote: > > > > > > [Please keep the mailing list in the CC] > > > > "Michael Hawkins" wrote: > > > > > > Certainly. Here it is: > > > #ifconfig -a > > > vr0: flags=8843 mtu 1500 > > > inet 10.11.12.253 netmask 0xffffff00 broadcast 10.11.12.254 > > > > That's really strange. Your broadcast address should be > > 10.11.12.255. It's quite likely that this is part of your > > problem, but I can't imagine how you could have arrived at > > this configuration. What is in /etc/rc.conf? > > > > > ether [MAC ADDRESS REMOVED] > > > media: Ethernet autoselect (100baseTX ) > > > statusL active > > > plip0: flags=108810 mtu 1500 > > > lo0: flags=8049 mtu 16384 > > > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > > > inet6 ::1 prefixlen 128 > > > inet 127.0.0.1 netmask 0xff000000 > > > > > > > > > #netstat -m > > > 65/205/270 mbufs in use (current/cache/total) > > > 64/134/198/25600 mbuf clusters in use (current/cache/total/max) > > > 0/128 mbuf+clusters out of packet secondary zone in use (current/cache) > > > 0/0/0/0 4k (page size) jumbo clisters in use (current/cache/total/max) > > > 0/0/0/0 9k jumbo clusters in use (current/cache/total/max)0/0/0/0 16k > > jumbo > > > clusters in use (current/cache/total/max) > > > 144k/319k/463k bytes allocated to network (current/cache/total) > > > 0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters) > > > 0/0/0 requests for jumbo clusters denied (4k/9k/16k) > > > 0/4/6656 sfbufs in use (current/peak/max) > > > 0 requests for sfbufs denied > > > 0 requests for sfbufs delayed > > > 0 requests for I/O initiated by sendfile > > > 0 calls to protocol drain routines > > > > That's netstat -rn, not -m. Unfortunately, the -m doesn't tell me > > what I'm looking for, which is your routing table. > > > > I'm wondering if your ipnat rules are awry. Please provide the > > ifconfig, routing table, and nat rules from the router machine. > > > > > ...again, this is straight out of a fresh install (which I did because I > > had > > > the exact same problem with the last install). > > > > Well, obviously, you did it the same both times, and are getting the > > same result. > > > > > On 8/18/07, Bill Moran wrote: > > > > > > > > "Michael Hawkins" < cypheros@gmail.com> wrote: > > > > > > > > > > Sorry if this is sorta n00bish, but I have a problem that Google > > hasn't > > > > > answered for me yet... > > > > > I have a moderately-sized network that I am trying to run, with > > about 70 > > > > or > > > > > so machines on it. The DHCP server (running FreeBSD 6.2, IPv4 > > address: > > > > > 10.11.12.254, Subnet is 10.11.12.0/24 ) acts as a gateway server as > > well, > > > > and > > > > > has ipnat running for traffic routing. > > > > > > > > > > So far, I have had no problems with ANY of the machines on this > > network > > > > > connecting, save one--my File server (running FreeBSD 6.2 as well, > > IPv4 > > > > > address: 10.11.12.253). For some reason, whenever I try to > > establish > > > > any > > > > > connection to ANY network address (on any protocol), it will only > > > > connect to > > > > > one address: 10.11.12.252 (and won't connect to anything when that > > > > machine > > > > > is off). > > > > > Here is a ping listing: > > > > > #ping 10.11.12.254 > > > > > PING 10.11.12.254 (10.11.12.254): 56 data bytes > > > > > 64 bytes from 10.11.12.252: icmp_seq=0 ttl=64 time=0.852 ms > > > > > > > > > > > > > > > ...and it continues precisely in that manner until I stop it. > > > > > > > > > > I have tried re-installing the OS on the file server, but with no > > change > > > > in > > > > > results. I have removed the machine at 10.11.12.252 with the only > > > > change > > > > > being that the file-server can obtain NO connection to ANY IP > > address. > > > > > > > > > > Any help would be appreciated. > > > > > > > > Why don't your cut/paste the output of ifconfig -a and netstat -rn > > > > > > > > I suspect your network settings are incorrect. > > > > > > > > -- > > > > Bill Moran > > > > Collaborative Fusion Inc. > > > > > > > > wmoran@collaborativefusion.com > > > > Phone: 412-422-3463x4023 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > Bill Moran > > Collaborative Fusion Inc. > > > > wmoran@collaborativefusion.com > > Phone: 412-422-3463x4023 > > > > **************************************************************** > > IMPORTANT: This message contains confidential information > > and is intended only for the individual named. If the reader of > > this message is not an intended recipient (or the individual > > responsible for the delivery of this message to an intended > > recipient), please be advised that any re-use, dissemination, > > distribution or copying of this message is prohibited. Please > > notify the sender immediately by e-mail if you have received > > this e-mail by mistake and delete this e-mail from your system. > > E-mail transmission cannot be guaranteed to be secure or > > error-free as information could be intercepted, corrupted, lost, > > destroyed, arrive late or incomplete, or contain viruses. The > > sender therefore does not accept liability for any errors or > > omissions in the contents of this message, which arise as a > > result of e-mail transmission. > > **************************************************************** > > > > > > > > > -- Bill Moran Collaborative Fusion Inc. wmoran@collaborativefusion.com Phone: 412-422-3463x4023 **************************************************************** IMPORTANT: This message contains confidential information and is intended only for the individual named. If the reader of this message is not an intended recipient (or the individual responsible for the delivery of this message to an intended recipient), please be advised that any re-use, dissemination, distribution or copying of this message is prohibited. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. **************************************************************** From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 16:17:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C31ED16A501 for ; Sun, 19 Aug 2007 16:17:42 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9D94A13C46A for ; Sun, 19 Aug 2007 16:17:42 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 779688162 for ; Sun, 19 Aug 2007 12:17:40 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id A6208B65B6 for ; Sun, 19 Aug 2007 16:17:39 +0000 (UTC) From: Pollywog To: User Questions Date: Sun, 19 Aug 2007 16:17:38 +0000 References: <46C83B64.9040608@fpt.vn> <200708191401.35839.lists-fbsd@shadypond.com> <20070819105502.D8DF.GERARD-SEIBERT@seibercom.net> In-Reply-To: <20070819105502.D8DF.GERARD-SEIBERT@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708191617.38986.lists-fbsd@shadypond.com> Subject: Re: installing/using phpMyAdmin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 16:17:42 -0000 On Sunday 19 August 2007 15:02:04 Gerard wrote: > On August 19, 2007 at 10:01AM Pollywog wrote: > > I did but I think there is another problem somewhere, so for the time > > being I will do without phpMyAdmin in FreeBSD. > > Could you post the relevant portions of the httpd.conf file? > > I have the following in mine and phpMyAdmin works fine. > > > # > # ScriptAlias: This controls which directories contain server scripts. > # ScriptAliases are essentially the same as Aliases, except that > # documents in the target directory are treated as applications and > # run by the server when requested rather than as documents sent to the > # client. The same rules about trailing "/" apply to ScriptAlias > # directives as to Alias. > # > Alias /phpmyadmin/ "/usr/local/www/phpMyAdmin/" > <---------- Should the part below be above this tag? > > > Options none > AllowOverride Limit > Order Deny,Allow > Deny from all > Allow from 127.0.0.1 192.168.1.102 > > > You would undoubtedly have to modify your 'Allow from' line to > accommodate your system. I think where I went wrong is the configuration part that involves running a script in the browser. in /usr/local/www/phpMyAdmin/scripts/ From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 17:12:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FF3C16A417 for ; Sun, 19 Aug 2007 17:12:15 +0000 (UTC) (envelope-from freebsd01@dgmm.net) Received: from lon-mail-1.gradwell.net (lon-mail-1.gradwell.net [193.111.201.125]) by mx1.freebsd.org (Postfix) with ESMTP id D38FD13C461 for ; Sun, 19 Aug 2007 17:12:14 +0000 (UTC) (envelope-from freebsd01@dgmm.net) Received: from lon-mail-1.gradwell.net ([193.111.201.125] helo=webmaker country=GB ident=dave*pop3^dgmm$net) by lon-mail-1.gradwell.net with esmtpa (Gradwell gwh-smtpd 1.243) id 46c879ed.12a72.25 for freebsd-questions@freebsd.org; Sun, 19 Aug 2007 18:12:13 +0100 (envelope-sender ) From: dgmm To: freebsd-questions@freebsd.org Date: Sun, 19 Aug 2007 18:12:18 +0100 User-Agent: KMail/1.9.6 References: <200708181936.45025.lists-fbsd@shadypond.com> <46C81EB7.8020307@dir.bg> In-Reply-To: <46C81EB7.8020307@dir.bg> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708191812.18625.freebsd01@dgmm.net> Subject: Re: problem with supfile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 17:12:15 -0000 On Sunday 19 August 2007, Jordan Gordeev wrote: > Pollywog wrote: > > Someone please tell me why my supfile is not working. I think the > > problem is the tag but I am unsure why: > > > > *default host=cvsup2.FreeBSD.org > > *default base=/var/db > > *default prefix=/usr > > *default release=cvs tag=RELENG_6_2 > > *default delete use-rel-suffix > > > > # If you seem to be limited by CPU rather than network or disk bandwidth, > > try # commenting out the following line. (Normally, today's CPUs are > > fast enough # that you want to run compression.) > > *default compress > > > > # This collection retrieves the www/ tree of the FreeBSD repository > > #www > > ports-all > > From the FreeBSD Handbook, A.5 Using CVSup: > "Warning: Be very careful to specify any tag= fields correctly. Some > tags are valid only for certain collections of files. If you specify an > incorrect or misspelled tag, CVSup will delete files which you probably > do not want deleted. In particular, use only tag=. for the ports-* > collections. > [...] > Keep in mind that only the tag=. is relevant for the Ports Collection." This may need updating for some circumstances, eg using the tag PRE_XORG_7 > Please, remember to check the documentation before posting. > > The Handbook also describes how to use portsnap to update the Ports > Collection. Portsnap is very convenient and easy to use, and comes > installed with FreeBSD 6.2. -- Dave From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 17:26:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15ACF16A417 for ; Sun, 19 Aug 2007 17:26:36 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id BA4AC13C4CB for ; Sun, 19 Aug 2007 17:26:35 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so104860anc for ; Sun, 19 Aug 2007 10:26:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HQZFdbP0bfAxsm1LW9VlDWlUrAU6/zQpQzJ/TNM6FKhQiNHppxds7bnsd0LKtmWQymTViynE2Gfxjo9tRu4L165LHV3rG1x4lA9sEHDJWA4RbWLejl3CsV/0dB3sQ6Hqui9FJTWsvpG4IXS/AZKPevKJkgiOTjIF9qGEIU4YRMU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QRE1NZC5Z9ws8sXoqX652BFjNRnNyGC1d5nXE1k4EICgsMSJOlcECZoe2B/CxHiOuqeXAHtXkvxTvhOf2Ffn3oHCCEpSm9sbV/OlmeChrV81QSGJNvLydfWPJKBerVFliaK0YaUHHT/MxZ8rOfWvO6fVrEaLpbd2c+SeDEDw9kg= Received: by 10.70.12.2 with SMTP id 2mr9061462wxl.1187544394521; Sun, 19 Aug 2007 10:26:34 -0700 (PDT) Received: by 10.100.9.14 with HTTP; Sun, 19 Aug 2007 10:26:34 -0700 (PDT) Message-ID: <499c70c0708191026w27738f52i8a257b50e7c3ef39@mail.gmail.com> Date: Sun, 19 Aug 2007 20:26:34 +0300 From: "Abdullah Ibn Hamad Al-Marri" To: vuthecuong In-Reply-To: <46C83C2F.3060105@fpt.vn> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46C83C2F.3060105@fpt.vn> Cc: freebsd-questions@freebsd.org Subject: Re: freebsd 7 release date :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 17:26:36 -0000 Hello, On 8/19/07, vuthecuong wrote: > just for reference only: > Original release planned date of 7.0 was end of Jul. But now is nearly > end of Aug. > So Which date you guess 7.0 will be released? :D > > Tnx FreeBSD 7.0 entered frozen status, and it has been very stable with no major bugs, you could use it safely, and enjoy the real BSD speed with FreeBSD 7.0-CURRENT now ;) -- Regards, -Abdullah Ibn Hamad Al-Marri Arab Portal http://www.WeArab.Net/ From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 17:50:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F4E216A419 for ; Sun, 19 Aug 2007 17:50:03 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.freebsd.org (Postfix) with ESMTP id A90E813C47E for ; Sun, 19 Aug 2007 17:50:02 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so314833nzf for ; Sun, 19 Aug 2007 10:50:02 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:x-face:x-attribution:x-os:x-os-version:x-os-architecture:x-uptime:face:organization:pgp:x-pgp:x-pgp-fp:user-agent:sender; b=bXRJq4PgeHAbr0JSnogG/Seav3aBqwQmVf5zZ7jdnhLbbgMEKBwkjtKADD/gMRSvS41NL2bBA0emZZBKE6j6TzeDuN7zFgpVaw+8a3/qGgzg6MU9tw6M81uDjlyTXGq7DHkw0EdrGntxfyPOG/lpQMziE5btStai4+5+tSxH2wg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:x-face:x-attribution:x-os:x-os-version:x-os-architecture:x-uptime:face:organization:pgp:x-pgp:x-pgp-fp:user-agent:sender; b=acyiuxJNgyb2GokOr9Segud42TKzuCaaFm2NY65fimftSWUa5RzAHI9EUGIZ1Mwt/WlbqiATvr5CLOgAHOc6E2qmLpW+Q1zkaVkPkT1OZsTxeNAHc28NqfEx2BSGvnoyz6JUv/oHAi7b0v6/ZdiClNSdDtUsFkMk41W9xbPYC28= Received: by 10.114.130.1 with SMTP id c1mr4292663wad.1187545800835; Sun, 19 Aug 2007 10:50:00 -0700 (PDT) Received: from chatteau.d.lf ( [122.163.241.251]) by mx.google.com with ESMTPS id t1sm7455477poh.2007.08.19.10.49.58 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 19 Aug 2007 10:50:00 -0700 (PDT) Date: Sun, 19 Aug 2007 23:17:30 +0530 From: =?utf-8?B?4KSG4KS24KWA4KS3IOCktuClgeCkleCljeCksg==?= Ashish Shukla To: freebsd-questions@freebsd.org Message-ID: <20070819174730.GA3743@chatteau.d.lf> Mail-Followup-To: freebsd-questions@freebsd.org References: <46C83C2F.3060105@fpt.vn> <499c70c0708191026w27738f52i8a257b50e7c3ef39@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pWyiEgJYm5f9v55/" Content-Disposition: inline In-Reply-To: <499c70c0708191026w27738f52i8a257b50e7c3ef39@mail.gmail.com> X-Face: *!LyhHV"J+/95DS|"tnD(ts]QvHA*t$3~<0Ek1}W4#t~ X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= X-OS: Linux X-OS-Version: 2.6.22.1-41.fc7 X-OS-Architecture: x86_64 X-Uptime: 23:12:11 up 36 min, 3 users, load average: 0.00, 0.00, 0.03 Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAG1BMVEX/+/0sHhbJm4v4+/2bRhdrbXL+/P3w8O/vq4v1P1jJAAACdElEQVQ4jUWUQWvjMBCFDQvNWWDDXpOo6xwXDOpZZgy6ur Wba7pipb023li5FrSsf/a+keyuQyidT29m3oycwjlXFBfnrLKzc6rBX8WhAsDN6Tt7N7mnCQT/XhJ42PnZX3shqufJzqxcAc4/7UV+6t3MCpfBbN/XuKjq4P+Dp5/i86n+zmoFaKPnUFmWok SdENAeA+WTQOtODxrkENSaynMFPQw9aa17SCZlM+g5Dw0ch2RkSQY4T11Hw0BDyW7ClMENZUnKtkWci4z1nID/TUSH00lGSQSFGOspdeU/OmPigo8cBq3TZLJiIEOIG4NkGYSs0BRBzMKSks kIhYW/klLcQJKLPIem8NaF0oDEBQ/60gTFcSosgzblYQnRILQYoXDW/SojpejCgNF4BJjUu8B5jiAedWtanRSNehOQkO7alMoscT8e0a5tfpTaoNHDyUQckGi6QirbKN/jmBSEQiBIt6+OuA xW7bThJF/lsphcqXph5yrsoYAV+OBcS9Ti5fs6q5NZ1njEI8Rruom+YxtsPCmiFNVrunCeWsMGc9wYvQHb0UJJwDZPErP6dikenNt1MGDWOLzz2NM+gkTUxLUEL+qcNxhkm4eOMHVpHdggLl 34U7JDEHhjwa1eFTed2orsu0+Xd2pSu/dScioQg/VVjyE0+ZYEXjo889TRUgDItyT0aXaYq0SJ5xqZWIGlx5ZHRElQncMGVLilYae4GM9cIgN/17zTZI5NbMD6MODyIhcLuCe1Ki7hg2ROVO Wetrc2vFPuSIy3VHoD/ipyAXaNN3ADKtwf8zs+1qvA8RDxy/HlMG4FsmAFNlwfMb3x/Clw/wD/sGWJDSmNYwAAAABJRU5ErkJggg= Organization: /\/0/\/3 PGP: 762E5E74 X-PGP: 762E5E74 X-PGP-FP: 1E00 4679 77E4 F8EE 2E4B 56F2 1F2F 8410 762E 5E74 User-Agent: Mutt/1.5.14 (2007-02-12) Sender: =?UTF-8?B?4KSG4KS24KWA4KS3IOCktuClgeCkleCljeCksg==?= Subject: Re: freebsd 7 release date :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 17:50:03 -0000 --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable ,--[ On Sun, Aug 19, 2007 at 08:26:34PM +0300, Abdullah Ibn Hamad Al-Marri = wrote: | Hello, |=20 | On 8/19/07, vuthecuong wrote: | > just for reference only: | > Original release planned date of 7.0 was end of Jul. But now is nearly | > end of Aug. | > So Which date you guess 7.0 will be released? :D | > | > Tnx |=20 | FreeBSD 7.0 entered frozen status, and it has been very stable with no | major bugs, you could use it safely, and enjoy the real BSD speed with | FreeBSD 7.0-CURRENT now ;) Thanks, so I think now I can use FreeBSD 7.0-CURRENT for my daily desktop use. :) |=20 |=20 | --=20 | Regards, |=20 | -Abdullah Ibn Hamad Al-Marri | Arab Portal | http://www.WeArab.Net/ | _______________________________________________ | 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" Ashish Shukla --=20 Ashish Shukla "Wah Java !!" =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4=95=E0=A5=8D= =E0=A4=B2 weblog: http://wahjava.wordpress.com/ ,=3D ,-_-. =3D. | The desire to be rewarded for one's creativity = does | ((_/)o o(\_)) | not justify depriving the world in general of all or= | `-'(. .)`-' | part of that creativity. = | \_/ | - Richard M. Stallman = | --pWyiEgJYm5f9v55/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFGyIIuHy+EEHYuXnQRAgLwAKCQ2Hn/0osFeJzYNVY3Jl4yrhqxPgCgyNpT cx1kc0J6ckrMY3I6Bi96Kzs= =846B -----END PGP SIGNATURE----- --pWyiEgJYm5f9v55/-- From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 19:48:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED39616A419 for ; Sun, 19 Aug 2007 19:48:59 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from strange.locolomo.org (97.pool85-48-194.static.orange.es [85.48.194.97]) by mx1.freebsd.org (Postfix) with ESMTP id A687F13C459 for ; Sun, 19 Aug 2007 19:48:59 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from photon.locolomo.org (65.4-35-10-static.wifi.locolomo.org [10.35.4.65]) by strange.locolomo.org (Postfix) with ESMTP id F32692E01E; Sun, 19 Aug 2007 21:48:56 +0200 (CEST) Message-ID: <46C89EA8.2090709@locolomo.org> Date: Sun, 19 Aug 2007 21:48:56 +0200 From: Erik Norgaard User-Agent: Thunderbird 2.0.0.0 (X11/20070522) MIME-Version: 1.0 To: Abdullah Ibn Hamad Al-Marri References: <46C83C2F.3060105@fpt.vn> <499c70c0708191026w27738f52i8a257b50e7c3ef39@mail.gmail.com> In-Reply-To: <499c70c0708191026w27738f52i8a257b50e7c3ef39@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, vuthecuong Subject: Re: freebsd 7 release date :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 19:49:00 -0000 Abdullah Ibn Hamad Al-Marri wrote: > Hello, > > On 8/19/07, vuthecuong wrote: >> just for reference only: >> Original release planned date of 7.0 was end of Jul. But now is nearly >> end of Aug. >> So Which date you guess 7.0 will be released? :D >> >> Tnx > > FreeBSD 7.0 entered frozen status, and it has been very stable with no > major bugs, you could use it safely, and enjoy the real BSD speed with > FreeBSD 7.0-CURRENT now ;) No so fast now, after reading this I thought I'd give it a try, updated the source, buildworld then buildkernel. at installkernel i got a lot of error lines like this kldxref: file isn't dynamically-linked kldxref: file isn't dynamically-linked kldxref: file isn't dynamically-linked kldxref: file isn't dynamically-linked no idea which file it was. And booting I booted straight into gdb. Regards, Erik -- Ph: +34.666334818 web: http://www.locolomo.org From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 20:01:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 434E916A41B for ; Sun, 19 Aug 2007 20:01:34 +0000 (UTC) (envelope-from admhardsoft@yahoo.ca) Received: from smtp108.mail.mud.yahoo.com (smtp108.mail.mud.yahoo.com [209.191.85.218]) by mx1.freebsd.org (Postfix) with SMTP id E814113C48D for ; Sun, 19 Aug 2007 20:01:33 +0000 (UTC) (envelope-from admhardsoft@yahoo.ca) Received: (qmail 86780 invoked from network); 19 Aug 2007 20:01:33 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Received:X-YMail-OSG:Message-ID:From:To:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE; b=KGJCdZE8aTaiHHJ73WIe9n5MQafeGl6jKipvhp1s7NQZ6XUL/wVKNmHlRQtD/1RxUhRih1+3lllSliOdtgR3L7LlJ9l6KZfr0ajHwMx66uOmkZvb01efZAg1nEW1FjyW924lKizZgPwHA9S2Y9JimnDOkPH/sSxy1LuelOVDBec= ; Received: from unknown (HELO homedevelop) (admhardsoft@74.101.89.27 with login) by smtp108.mail.mud.yahoo.com with SMTP; 19 Aug 2007 20:01:32 -0000 X-YMail-OSG: Lc7S6IIVM1l9yt3upJqggrw6LsWmWX7.pSrKoQZZtkeFYkoQ Message-ID: <000d01c7e29b$cec76210$0201a8c0@homedevelop> From: "Tomas" To: "Freebsd questions" Date: Sun, 19 Aug 2007 16:02:00 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: error no space left on device, in freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 20:01:34 -0000 Hi friends I was try to upgrade freebsd 6.1 to 6.2 and all were perfect until tis error were show on screen /: write failed, filesystem is full install: /boot/kernel/digi.co; No space left on device Error code 71 stop inusr/src/sys/modules/digi stop in /usr/obj/usr/src/sys/GENERIC sombody Can help me? sincerely TOMAS From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 20:20:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE93516A419 for ; Sun, 19 Aug 2007 20:20:27 +0000 (UTC) (envelope-from speedtoys.racing@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 9ACB513C46C for ; Sun, 19 Aug 2007 20:20:27 +0000 (UTC) (envelope-from speedtoys.racing@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1759206pyb for ; Sun, 19 Aug 2007 13:20:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:references:message-id:from:to:in-reply-to:content-type:x-mailer:mime-version:subject:content-transfer-encoding:date:cc; b=KVtJcsdlifjioYeqXRMnQnzm71q+Wr93emGi0yUth6Seu7H4Gxp+9JlYVOwDAk/dEEAi2ZKrSahWlWbir/1VoBkylLRCHSMgia6hLs7EMXnrZoms8w7HBAEPw4WXzBfcNVIEYohfYWcTqdpx6p4d6XNTPeQIbHFwSTn+0KJje78= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:references:message-id:from:to:in-reply-to:content-type:x-mailer:mime-version:subject:content-transfer-encoding:date:cc; b=G6Lt4XpP+Q6ovmtu1ot2JSLPLWrrF0CaG4jcZiLIKZWvrlyTbEaKpSpCJUQFJHsOsfWk/MyaFDIlEaaoHRpPMDDxBb7KrkoU+SW5hDUsueSOzkRIdu039x7N9usk8cvhx5njT7y18Vu+Fzh1UtWZqT9OGmS9V68kn7R+6Y8nrDk= Received: by 10.35.92.18 with SMTP id u18mr6454691pyl.1187554824501; Sun, 19 Aug 2007 13:20:24 -0700 (PDT) Received: from ?10.31.250.166? ( [32.170.44.44]) by mx.google.com with ESMTPS id w29sm4259243pyg.2007.08.19.13.20.20 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 19 Aug 2007 13:20:22 -0700 (PDT) References: <000d01c7e29b$cec76210$0201a8c0@homedevelop> Message-Id: <66C4A468-5BF8-4F9F-8859-9B927C7C46D3@gmail.com> From: Speedtoys To: Tomas In-Reply-To: <000d01c7e29b$cec76210$0201a8c0@homedevelop> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes X-Mailer: iPhone Mail (1C25) Mime-Version: 1.0 (iPhone Mail 1C25) Content-Transfer-Encoding: 7bit Date: Sun, 19 Aug 2007 13:20:10 -0700 Cc: Freebsd questions Subject: Re: error no space left on device, in freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 20:20:28 -0000 Make more space available before upgrading perhaps? Got brakes? ====== 25hrs or one season with one pad set is possible. Save money and pit time, compromise nothing. Ask how. TXT or Tone: 8414546712@txt.att.net http://www.speedtoys.com On Aug 19, 2007, at 1:02 PM, "Tomas" wrote: > Hi friends > > I was try to upgrade freebsd 6.1 to 6.2 and all were perfect until > tis error > were show on screen > /: write failed, filesystem is full > install: /boot/kernel/digi.co; > No space left on device Error code 71 > stop inusr/src/sys/modules/digi > stop in /usr/obj/usr/src/sys/GENERIC > > sombody Can help me? > > sincerely > TOMAS > > _______________________________________________ > 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 19 20:35:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30DD116A41A for ; Sun, 19 Aug 2007 20:35:44 +0000 (UTC) (envelope-from admhardsoft@yahoo.ca) Received: from smtp107.mail.mud.yahoo.com (smtp107.mail.mud.yahoo.com [209.191.85.217]) by mx1.freebsd.org (Postfix) with SMTP id EAE2F13C457 for ; Sun, 19 Aug 2007 20:35:43 +0000 (UTC) (envelope-from admhardsoft@yahoo.ca) Received: (qmail 29855 invoked from network); 19 Aug 2007 20:35:43 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Received:X-YMail-OSG:Message-ID:From:To:Cc:References:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE; b=cPLXIf7vY73ZjexuGMyPhCJVgdd9YWn19N+oqSYfqBS++Yx5Sg2bPyGJBkBJGimJLe6H0zpDBFt2Ykt3z9dOTHw7GY8du3490p1EEIUMBROyxiQ56WjfaWNL+QsXXO945DGDzDMwUC2tBNt620ksJM8rzzACvSGdgPwBbM4+JlM= ; Received: from unknown (HELO homedevelop) (admhardsoft@74.101.89.27 with login) by smtp107.mail.mud.yahoo.com with SMTP; 19 Aug 2007 20:35:42 -0000 X-YMail-OSG: fo7MC8MVM1nuH0fOrpliuK3i_sWU_M3ZHx7AbR5SootR07v3uNv76N.taqWTu_1NqA17NlvS0YJf4Str7yr5fMCxAg-- Message-ID: <001c01c7e2a0$9496e430$0201a8c0@homedevelop> From: "Tomas" To: "Speedtoys" References: <000d01c7e29b$cec76210$0201a8c0@homedevelop> <66C4A468-5BF8-4F9F-8859-9B927C7C46D3@gmail.com> Date: Sun, 19 Aug 2007 16:36:09 -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.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Cc: Freebsd questions Subject: Re: error no space left on device, in freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 20:35:44 -0000 ok and now, what can I do? any help pls. sinecerly TOMAS ----- Original Message ----- From: "Speedtoys" To: "Tomas" Cc: "Freebsd questions" Sent: Sunday, August 19, 2007 4:20 PM Subject: Re: error no space left on device, in freebsd > Make more space available before upgrading perhaps? > > > Got brakes? > ====== > 25hrs or one season with one pad set is possible. Save money and pit > time, compromise nothing. Ask how. > TXT or Tone: 8414546712@txt.att.net > http://www.speedtoys.com > > > On Aug 19, 2007, at 1:02 PM, "Tomas" wrote: > > > Hi friends > > > > I was try to upgrade freebsd 6.1 to 6.2 and all were perfect until > > tis error > > were show on screen > > /: write failed, filesystem is full > > install: /boot/kernel/digi.co; > > No space left on device Error code 71 > > stop inusr/src/sys/modules/digi > > stop in /usr/obj/usr/src/sys/GENERIC > > > > sombody Can help me? > > > > sincerely > > TOMAS > > > > _______________________________________________ > > 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 > > " > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.484 / Virus Database: 269.12.0/961 - Release Date: 8/19/2007 7:27 AM > > From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 20:41:01 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 325AF16A41A for ; Sun, 19 Aug 2007 20:41:01 +0000 (UTC) (envelope-from speedtoys.racing@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id E2B2113C45D for ; Sun, 19 Aug 2007 20:41:00 +0000 (UTC) (envelope-from speedtoys.racing@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1763457pyb for ; Sun, 19 Aug 2007 13:41:00 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:references:message-id:from:to:in-reply-to:content-type:x-mailer:mime-version:subject:content-transfer-encoding:date:cc; b=JXVW40S/glgmHhz4bNMy/IKrmudfNmtlWCRESOTMo8OePXC0APonsV3EOmZw508YZBJPJklA4GWIsof4wu1EXr4CYgPowD0vQBybW0+RWsgonpi7Av8pm98RAIlN6/fS+tdfLVNreTjX+yp803CjQVu7HefEQbNPXl2ob1lYb9c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:references:message-id:from:to:in-reply-to:content-type:x-mailer:mime-version:subject:content-transfer-encoding:date:cc; b=mbLtwDcMWT5EbqvJi8qzX/BOfhoXkZyh/uakcuqL6ImS85Yv5W9rt5OjHx55J8uULwltp1bkSDqVWdt7DWPZq6/W8Yl2r7KvvUpRXG5URmyvZG8k1F4KPjIR5PmAuWBHCxIxjfARge+XuP1HjjQwS8mmtS2JMuON5zgEi5eC/XE= Received: by 10.35.49.1 with SMTP id b1mr6458275pyk.1187556059928; Sun, 19 Aug 2007 13:40:59 -0700 (PDT) Received: from ?10.31.250.166? ( [32.170.44.44]) by mx.google.com with ESMTPS id p77sm4109199pyb.2007.08.19.13.40.48 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 19 Aug 2007 13:40:51 -0700 (PDT) References: <000d01c7e29b$cec76210$0201a8c0@homedevelop> <66C4A468-5BF8-4F9F-8859-9B927C7C46D3@gmail.com> <001c01c7e2a0$9496e430$0201a8c0@homedevelop> Message-Id: <786542BF-34FB-4F37-9A30-63BE865E127E@gmail.com> From: Speedtoys To: Tomas In-Reply-To: <001c01c7e2a0$9496e430$0201a8c0@homedevelop> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes X-Mailer: iPhone Mail (1C25) Mime-Version: 1.0 (iPhone Mail 1C25) Content-Transfer-Encoding: 7bit Date: Sun, 19 Aug 2007 13:40:39 -0700 Cc: Freebsd questions Subject: Re: error no space left on device, in freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 20:41:01 -0000 Got brakes? ====== 25hrs or one season with one pad set is possible. Save money and pit time, compromise nothing. Ask how. TXT or Tone: 8414546712@txt.att.net http://www.speedtoys.com On Aug 19, 2007, at 1:36 PM, "Tomas" wrote: > ok and now, what can I do? > > any help pls. > sinecerly > TOMAS > ----- Original Message ----- > From: "Speedtoys" > To: "Tomas" > Cc: "Freebsd questions" > Sent: Sunday, August 19, 2007 4:20 PM > Subject: Re: error no space left on device, in freebsd > > >> Make more space available before upgrading >> >> >> >> >>> >>> >>> >>> >> >> >> >> What does a df look like before you upgrade you gotta give us some data. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 20:51:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBECF16A420 for ; Sun, 19 Aug 2007 20:51:15 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from strange.locolomo.org (97.pool85-48-194.static.orange.es [85.48.194.97]) by mx1.freebsd.org (Postfix) with ESMTP id 9606213C480 for ; Sun, 19 Aug 2007 20:51:15 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from photon.locolomo.org (65.4-35-10-static.wifi.locolomo.org [10.35.4.65]) by strange.locolomo.org (Postfix) with ESMTP id 406642E01E; Sun, 19 Aug 2007 22:51:14 +0200 (CEST) Message-ID: <46C8AD41.80007@locolomo.org> Date: Sun, 19 Aug 2007 22:51:13 +0200 From: Erik Norgaard User-Agent: Thunderbird 2.0.0.0 (X11/20070522) MIME-Version: 1.0 To: Tomas References: <000d01c7e29b$cec76210$0201a8c0@homedevelop> In-Reply-To: <000d01c7e29b$cec76210$0201a8c0@homedevelop> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Freebsd questions Subject: Re: error no space left on device, in freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 20:51:15 -0000 Tomas wrote: > Hi friends > > I was try to upgrade freebsd 6.1 to 6.2 and all were perfect until tis error > were show on screen > /: write failed, filesystem is full > install: /boot/kernel/digi.co; > No space left on device Error code 71 > stop inusr/src/sys/modules/digi > stop in /usr/obj/usr/src/sys/GENERIC Before installing the kernel the existing is copied to /boot/kernel.old (check before) so you can delete /boot/kernel and restore the old to get your old system back. Then start cleaning up your disk. I can't give any specific suggestions as I have no idea of your partitioning. places like /root and /tmp may be good to start with. Cheers, Erik -- Ph: +34.666334818 web: http://www.locolomo.org From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 21:36:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABE4816A417 for ; Sun, 19 Aug 2007 21:36:41 +0000 (UTC) (envelope-from perikillo@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.184]) by mx1.freebsd.org (Postfix) with ESMTP id 1F60F13C46A for ; Sun, 19 Aug 2007 21:36:39 +0000 (UTC) (envelope-from perikillo@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1221722mue for ; Sun, 19 Aug 2007 14:36:38 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=Dss28igqAZnZFsWKlw2AWcpXbdsBpWHyviINmDpNl3AAJvEB40bl1J13RHbuNXeUQTMSabO0B/1W01WM/B4XfyC0kRqTuvL2w91UIR5LzL82mxY8hQyYvGteE6eVPMFV3G/jqRTCtwjwE1vWOmw6Rbn6JHD5qji4fgp26HXwukw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=OAEyIaUgnF9eYjazAjummvPCH5v3b+Z4crsQXd0qVi33oc/wfdrdXH9icF05G4oaFsnpWFWz4t/iye54ig21NY51sfLcAs3HZjDcyMl+nOKkju7kmjMJ4YO0L91JRP+yH4bYmv77h5BS8DJ/tT+MfH83cv5Q3U8hVHbKEZNAO30= Received: by 10.78.206.9 with SMTP id d9mr1609741hug.1187557662390; Sun, 19 Aug 2007 14:07:42 -0700 (PDT) Received: by 10.78.182.17 with HTTP; Sun, 19 Aug 2007 14:07:41 -0700 (PDT) Message-ID: <51d7a5160708191407t394e8629yd9078e640a20ea4b@mail.gmail.com> Date: Sun, 19 Aug 2007 14:07:42 -0700 From: perikillo To: "FreeBSD Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD + PHP + Barcode scanners for Web Application? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 21:36:41 -0000 Hi people. Look we have some applications at work, that use scanners Manufacture by Symbol. Those applications were created in Access, but i want to create those app for a Web browser, my doubt is: Does someone here has a app running from the browser that use bar code scanners? Which languages did u use, python, php, other? Did u have problems with fonts? Does some know something about this? I still didn't see any app that runs in the browser that use bar code scanners, hope someone here give some light. This web app will be for FreeBSD 6.2 server, but i want to use the most used browsers like Firefox or Iexplorer but i don't want to depend just from Microsoft Windows + Office in my clients, i will like to use a browser on any OS to run my app. Thanks all for your time, greetings!!! From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 22:39:01 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E43416A41B for ; Sun, 19 Aug 2007 22:39:01 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 7CCED13C46E for ; Sun, 19 Aug 2007 22:38:59 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7JMcsWm018752; Mon, 20 Aug 2007 00:38:54 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7JMcsKr018749; Mon, 20 Aug 2007 00:38:54 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 20 Aug 2007 00:38:54 +0200 (CEST) From: Wojciech Puchar To: Tomas In-Reply-To: <000d01c7e29b$cec76210$0201a8c0@homedevelop> Message-ID: <20070820003843.I18748@wojtek.tensor.gdynia.pl> References: <000d01c7e29b$cec76210$0201a8c0@homedevelop> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Freebsd questions Subject: Re: error no space left on device, in freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 22:39:01 -0000 > I was try to upgrade freebsd 6.1 to 6.2 and all were perfect until tis error > were show on screen > /: write failed, filesystem is full > install: /boot/kernel/digi.co; > No space left on device Error code 71 > stop inusr/src/sys/modules/digi > stop in /usr/obj/usr/src/sys/GENERIC > > sombody Can help me? > rm -rf / ? :) From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 22:40:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D6E916A421 for ; Sun, 19 Aug 2007 22:40:30 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id C487613C467 for ; Sun, 19 Aug 2007 22:40:29 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7JMeQdS018780; Mon, 20 Aug 2007 00:40:26 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7JMeQuY018777; Mon, 20 Aug 2007 00:40:26 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 20 Aug 2007 00:40:26 +0200 (CEST) From: Wojciech Puchar To: "Brian A. Seklecki" In-Reply-To: <20070819142647.N79323@soundwave.pitbpa0.priv.collaborativefusion.com> Message-ID: <20070820003943.N18748@wojtek.tensor.gdynia.pl> References: <467070B9.6050600@web.de> <20070819150931.B15146@wojtek.tensor.gdynia.pl> <20070819142647.N79323@soundwave.pitbpa0.priv.collaborativefusion.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Andreas Kuehl , freebsd-questions@freebsd.org Subject: Re: fsck of large volume with small memory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 22:40:30 -0000 >>> Hi all >>> >>> Is there any possibillity to fsck a 1.2 TB 40% filled volume with a > > --- > > Just out of curiosity: Is this an embedded NAS/SAN platform with RAM > limitations? > i386 32-bit has adres space limit per one process, no matter how much RAM/swap there is From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 23:33:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3BEB16A419 for ; Sun, 19 Aug 2007 23:33:03 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-fcmail.FPT.NET (isp-fcmail.fpt.net [210.245.0.161]) by mx1.freebsd.org (Postfix) with ESMTP id 3402E13C46E for ; Sun, 19 Aug 2007 23:33:02 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-go.FPT.NET ([210.245.0.153]) by isp-fcmail.FPT.NET with Microsoft SMTPSVC(6.0.3790.3959); Mon, 20 Aug 2007 06:33:00 +0700 Received: from isp-mta3.fpt.vn ([210.245.0.150]) by isp-go.FPT.NET with Microsoft SMTPSVC(5.0.2195.6713); Mon, 20 Aug 2007 06:33:00 +0700 Received: from [58.187.105.136] by isp-mta3.fpt.vn [210.245.0.150] Message-ID: <46C8D32A.2000100@fpt.vn> Date: Mon, 20 Aug 2007 06:32:58 +0700 From: vuthecuong User-Agent: Thunderbird 2.0.0.6 (X11/20070805) MIME-Version: 1.0 To: Pollywog References: <200708171532.14960.lists-fbsd@shadypond.com> <46C83B64.9040608@fpt.vn> <200708191401.35839.lists-fbsd@shadypond.com> In-Reply-To: <200708191401.35839.lists-fbsd@shadypond.com> X-OriginalArrivalTime: 19 Aug 2007 23:33:00.0762 (UTC) FILETIME=[47F823A0:01C7E2B9] Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: installing/using phpMyAdmin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 23:33:03 -0000 Pollywog wrote: > On Sunday 19 August 2007 12:45:24 vuthecuong wrote: > >> Pollywog wrote: >> >>> I am running FreeBSD 6.2 and I installed phpMyAdmin from ports, but when >>> I put http://hostname/phpMyAdmin in a browser, I get "the requested URL >>> was not found..." >>> >>> Is some additional configuration required or is the problem that I can >>> only access phpMyAdmin from localhost? I have not tried that yet so I >>> don't know if that would work either. >>> _______________________________________________ >>> 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" >>> >> Did you alias phpmyadmin in httpd.conf (or lighttpd.conf)? >> > > I did but I think there is another problem somewhere, so for the time being I > will do without phpMyAdmin in FreeBSD. > > 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" > > >I put http://hostname/phpMyAdmin You can try by adding slash (/) ad the end of above url it will be looked like: http://hostname/phpMyAdmin/ From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 23:34:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB25016A417 for ; Sun, 19 Aug 2007 23:34:23 +0000 (UTC) (envelope-from howie@thingy.com) Received: from mail.thingy.com (wotsit.thingy.com [212.21.100.67]) by mx1.freebsd.org (Postfix) with ESMTP id 33A2C13C4CA for ; Sun, 19 Aug 2007 23:34:22 +0000 (UTC) (envelope-from howie@thingy.com) Received: (qmail 85964 invoked by uid 0); 20 Aug 2007 00:07:41 +0100 Received: from unknown (HELO ?192.168.1.12?) (212.21.124.49) by wotsit3.thingy.com with SMTP; 20 Aug 2007 00:07:41 +0100 Message-ID: <46C8CD3C.5060704@thingy.com> Date: Mon, 20 Aug 2007 00:07:40 +0100 From: Howard Jones User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: perikillo References: <51d7a5160708191407t394e8629yd9078e640a20ea4b@mail.gmail.com> In-Reply-To: <51d7a5160708191407t394e8629yd9078e640a20ea4b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: [freebsd-questions] FreeBSD + PHP + Barcode scanners for Web Application? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 23:34:23 -0000 perikillo wrote: > Hi people. > > Look we have some applications at work, that use scanners Manufacture by > Symbol. Those applications were created in Access, but i want to create > those app for a Web browser, my doubt is: > > Does someone here has a app running from the browser that use bar code > scanners? > Which languages did u use, python, php, other? > A lot of barcode scanners work by generating keycodes (either connected via an adaptor to the PS/2 connector, or USB) so they should work in anything really... the one we have at work certainly will just write into Notepad or whatever has keyboard focus when you hit the scanner's "Go" button. > Did u have problems with fonts? > Huh? For reading barcodes? For printing them (or displaying in a webpage), there are a bunch of libraries around that generate images, a quick Google showed up: for PHP: http://www.phpclasses.org/browse/package/2176.html for command-line (anything): http://ar.linux.it/software/barcode/barcode.html Have fun! Howie From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 23:39:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CF1F16A41A for ; Sun, 19 Aug 2007 23:39:21 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8764F13C494 for ; Sun, 19 Aug 2007 23:39:19 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id DB6FC816A for ; Sun, 19 Aug 2007 19:39:16 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id CBD53B65B6 for ; Sun, 19 Aug 2007 23:39:15 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Sun, 19 Aug 2007 23:39:14 +0000 References: <200708171532.14960.lists-fbsd@shadypond.com> <200708191401.35839.lists-fbsd@shadypond.com> <46C8D32A.2000100@fpt.vn> In-Reply-To: <46C8D32A.2000100@fpt.vn> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708192339.14800.lists-fbsd@shadypond.com> Subject: Re: installing/using phpMyAdmin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 23:39:21 -0000 On Sunday 19 August 2007 23:32:58 vuthecuong wrote: > You can try by adding slash (/) ad the end of above url > it will be looked like: > http://hostname/phpMyAdmin/ Thanks, I tried that one too. I am certain it's my configuration. I will have a look at some tutorials, and I am almost certain the problem is not in the web server configuration but in my configuration for phpMyAdmin itself. From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 23:44:01 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 679EA16A478 for ; Sun, 19 Aug 2007 23:44:01 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id E631D13C467 for ; Sun, 19 Aug 2007 23:44:00 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from epia-2.farid-hajji.net (epia-2 [192.168.254.11]) by fw.farid-hajji.net (Postfix) with ESMTP id 8F98BDF647; Mon, 20 Aug 2007 01:26:26 +0200 (CEST) Date: Mon, 20 Aug 2007 01:27:07 +0200 From: cpghost To: Predrag Punosevac Message-ID: <20070819232706.GA2173@epia-2.farid-hajji.net> References: <77647f500708182342y69c5992dsed0d03552987d47b@mail.gmail.com> <46C7F418.5020906@math.arizona.edu> <46C7F7C2.2060600@math.arizona.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46C7F7C2.2060600@math.arizona.edu> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: C Thala , questions@freebsd.org Subject: Re: vlc won't play region encoded DVDs (still doesn't work) II part X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 23:44:01 -0000 On Sun, Aug 19, 2007 at 12:56:50AM -0700, Predrag Punosevac wrote: > Predrag Punosevac wrote: >> C Thala wrote: >>>>> Definitely something is wrong with your VLC (probably an older version) >>>>> since I can play US DVDs with VLC . >>>>> >>>> That's pretty much what I thought. I'm upgrading VLC now on the machine. >>>> >>> >>> Well, that didn't work. I have the latest VLC in ports, and here is >>> the error I get: >>> >>> libdvdnav: Using dvdnav version 0.1.10 from http://dvd.sf.net >>> libdvdread: Using libdvdcss version 1.2.9 for DVD access >>> libdvdread: Attempting to use device /dev/acd0 mounted on /cdrom for CSS >>> authentication >>> libdvdread: Could not open /dev/acd0 with libdvdcss. >>> libdvdread: Can't open /dev/acd0 for reading >>> libdvdread: Device /dev/acd0 inaccessible, CSS authentication not >>> available. >>> libdvdnav: Can't read name block. Probably not a DVD-ROM device. >>> libdvdnav: Unable to find map file '/home/cthala/.dvdnav/.map' >>> libdvdnav: DVD disk reports itself with Region mask 0x00fe0000. Regions: >>> 1 >>> libdvdnav: Suspected RCE Region Protection!!! >>> libdvdnav: Suspected RCE Region Protection!!! >>> [00000265] main playlist: nothing to play >>> >>> >>> :( >>> _______________________________________________ >>> 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" >>> >> Well if you read whole my message I said that if everything fail you >> should try MPlayer. I have never found a video format that >> MPlayer cannot play. Did you try Ogle DVD player? >> >> Sorry for asking silly questions. I read little bit your output. Did you >> edit devfs.conf with appropriate permissions and links. And don't forget to # /etc/rc.d/devfs restart after you edited /etc/devfs.conf for the changes to take effect (they'll take effect automatically next time you reboot if you didn't). > One more thin In particular did you put devfs.conf > > link acd0 dvd perm acd0 0666 (probably 0660 would be enough but > there is no harm) Yep. -cpghost. -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Sun Aug 19 23:56:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B691516A417 for ; Sun, 19 Aug 2007 23:56:55 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88311.mail.re4.yahoo.com (web88311.mail.re4.yahoo.com [216.39.53.234]) by mx1.freebsd.org (Postfix) with SMTP id 5333913C442 for ; Sun, 19 Aug 2007 23:56:55 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 20725 invoked by uid 60001); 19 Aug 2007 23:56:54 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=I2G3Pn/XIq/U/TIynW9v2EnyVwbDRSuSrp7LnlFsu29uDKFNNxAhcz8BN7vJiPvFddOdF67lnVs8X6uBf17jmEQI4gGDF7t6fZqAPRbp756wuUBoDFSY1B34ws7ziiyeXCTtu46ueuZUgFs0N+jCjW76KLfeN4RiXc8c0z/1ZcM=; X-YMail-OSG: YIjkHagVM1kS_1PAyLy7dw0aKTXv7jJ1NSpdk4jR1HiDE7fz_i2uwQcmWMKd2L.kblTbf55VyOHvpffw_SQ_slGdr7MMsPXe8l_UpM1SfonNQMnoyUsqSnkQX34Ery1O8Qty37f8EKkwWGI- Received: from [74.107.243.44] by web88311.mail.re4.yahoo.com via HTTP; Sun, 19 Aug 2007 19:56:54 EDT Date: Sun, 19 Aug 2007 19:56:54 -0400 (EDT) From: Michael S To: FreeBSD Mailing List MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <545941.20720.qm@web88311.mail.re4.yahoo.com> Subject: Gnome & FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 23:56:55 -0000 Good day all, I decided to add GUI to my GUI-less FreeBSD machine. I am considering installing Gnome, which I haven't used for long while and the last time was on Linux anyway. The reason is that most of my favorite applications use gtk libraries, like Firefox, GAIM (can't get used to the new name),wxPython and others. In short I wanted to avoid 2 huge sets of libraries (gtk and qt) by not installing KDE. I wanted to know how Gnome feels on FreeBSD, is it polished enough? Are there crashes? Any caveats at all? Thanks in advance, Michael From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 00:38:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DCD016A419 for ; Mon, 20 Aug 2007 00:38:14 +0000 (UTC) (envelope-from j@i19.se) Received: from null.bsnet.se (null.bsnet.se [193.11.176.5]) by mx1.freebsd.org (Postfix) with ESMTP id 36EAC13C45B for ; Mon, 20 Aug 2007 00:38:14 +0000 (UTC) (envelope-from j@i19.se) Received: by null.bsnet.se (Postfix, from userid 65534) id 2F7BA2C0195; Mon, 20 Aug 2007 02:38:11 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on null.rsn.bth.se X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 Received: from localhost (localhost [127.0.0.1]) by null.bsnet.se (Postfix) with ESMTP id B32A62C010D for ; Mon, 20 Aug 2007 02:38:10 +0200 (CEST) Received: from spaam.bsnet.se (spaam.bsnet.se [193.11.184.83]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by null.bsnet.se (Postfix) with ESMTP id 883052C0195 for ; Mon, 20 Aug 2007 02:38:09 +0200 (CEST) Received: from [193.11.184.216] (dual.bsnet.se [193.11.184.216]) by spaam.bsnet.se (Postfix) with ESMTP id 087504AC06 for ; Mon, 20 Aug 2007 02:38:09 +0200 (CEST) Message-ID: <46C8E26A.4060305@i19.se> Date: Mon, 20 Aug 2007 02:38:02 +0200 From: Johan Andersson User-Agent: Mozilla-Thunderbird 2.0.0.4 (X11/20070621) MIME-Version: 1.0 To: Freebsd questions X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 on null.bsnet.se Subject: Error in pkg_version.. "package is corrupt" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 00:38:14 -0000 Hello.. I was running portupgrade -a . in the middle of compile i did lose power.. now when im running pkg_version -vL= i got this: pkg_version: the package info for package 'GeoIP-1.4.2' is corrupt pkg_version: the package info for package 'aide-0.11' is corrupt pkg_version: the package info for package 'arc-5.21o_1' is corrupt pkg_version: the package info for package 'arj-3.10.22' is corrupt pkg_version: the package info for package 'autoconf-2.13.000227_6' is corrupt pkg_version: the package info for package 'autoconf-2.59_3' is corrupt pkg_version: the package info for package 'autoconf-2.61_2' is corrupt pkg_version: the package info for package 'autoconf-wrapper-20070404' is corrupt pkg_version: the package info for package 'automake-1.4.6_4' is corrupt pkg_version: the package info for package 'automake-1.9.6_2' is corrupt pkg_version: the package info for package 'automake-wrapper-20070404' is corrupt and more... How do i fix this without reinstall the system? //Johan Andersson From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 00:51:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B79DD16A418 for ; Mon, 20 Aug 2007 00:51:14 +0000 (UTC) (envelope-from admhardsoft@yahoo.ca) Received: from smtp105.mail.mud.yahoo.com (smtp105.mail.mud.yahoo.com [209.191.85.215]) by mx1.freebsd.org (Postfix) with SMTP id 7D0BC13C46E for ; Mon, 20 Aug 2007 00:51:14 +0000 (UTC) (envelope-from admhardsoft@yahoo.ca) Received: (qmail 96678 invoked from network); 20 Aug 2007 00:51:13 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Received:X-YMail-OSG:Message-ID:From:To:Cc:References:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE; b=Vwxz1afgBSDIgp362ai/ASbXFR8EzqHMKPfSmcbBFLStltIc+jNHmZAwLw0QRez6PSFFUBoLjBt1/2sBoHFELeoL+NvbIacMmKnPlQTqDRPegWqxd1kjH+zBMix04mIYIuiHLaqdXOd0Tk1IoWucdsrgCtaWetFQtLoQBgxBkJw= ; Received: from unknown (HELO homedevelop) (admhardsoft@74.101.89.27 with login) by smtp105.mail.mud.yahoo.com with SMTP; 20 Aug 2007 00:51:13 -0000 X-YMail-OSG: Rs58LUIVM1ntveX0lHdmkr2f1lyZhfiNvuo7LE23GWl719wtLyvymmE40XIOM1k8yFNzGMTzaVmx357M65oSmZPuHA-- Message-ID: <003b01c7e2c4$351da0b0$0201a8c0@homedevelop> From: "Tomas" To: "Erik Norgaard" References: <000d01c7e29b$cec76210$0201a8c0@homedevelop> <46C8AD41.80007@locolomo.org> Date: Sun, 19 Aug 2007 20:51:11 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Cc: Freebsd questions Subject: Re: error no space left on device, in freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 00:51:14 -0000 what size should has the partion for boot? my partion are /, 200MB swap/ 500MB /var 200MB /usr hard disk rest thanks TOMAS ----- Original Message ----- From: "Erik Norgaard" To: "Tomas" Cc: "Freebsd questions" Sent: Sunday, August 19, 2007 4:51 PM Subject: Re: error no space left on device, in freebsd > Tomas wrote: > > Hi friends > > > > I was try to upgrade freebsd 6.1 to 6.2 and all were perfect until tis error > > were show on screen > > /: write failed, filesystem is full > > install: /boot/kernel/digi.co; > > No space left on device Error code 71 > > stop inusr/src/sys/modules/digi > > stop in /usr/obj/usr/src/sys/GENERIC > > Before installing the kernel the existing is copied to /boot/kernel.old > (check before) so you can delete /boot/kernel and restore the old to get > your old system back. > > Then start cleaning up your disk. I can't give any specific suggestions > as I have no idea of your partitioning. places like /root and /tmp may > be good to start with. > > Cheers, Erik > > -- > Ph: +34.666334818 web: http://www.locolomo.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" > > > -- > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.484 / Virus Database: 269.12.0/961 - Release Date: 8/19/2007 7:27 AM > > From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 00:51:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E46AB16A46C for ; Mon, 20 Aug 2007 00:51:59 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id AD2C513C491 for ; Mon, 20 Aug 2007 00:51:59 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7K0lk1u039886; Sun, 19 Aug 2007 20:47:46 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7K0lj63039885; Sun, 19 Aug 2007 20:47:45 -0400 (EDT) (envelope-from jerrymc) Date: Sun, 19 Aug 2007 20:47:45 -0400 From: Jerry McAllister To: Wojciech Puchar Message-ID: <20070820004745.GB39765@gizmo.acns.msu.edu> References: <46C83C2F.3060105@fpt.vn> <20070819150415.K15146@wojtek.tensor.gdynia.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070819150415.K15146@wojtek.tensor.gdynia.pl> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org, vuthecuong Subject: Re: freebsd 7 release date :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 00:52:00 -0000 On Sun, Aug 19, 2007 at 03:05:00PM +0200, Wojciech Puchar wrote: > > >just for reference only: > >Original release planned date of 7.0 was end of Jul. But now is nearly end > >of Aug. > >So Which date you guess 7.0 will be released? :D > > when it will be ready. if time is more important than quality for you get > simply get -current. even if not - and you would like help testing it, > fetch and report problems. There was obviously no intent to challenge or apply preasure in the question so you don't need to be snippy. If you don't have any useful information or at least information you think might be useful (qualifier for my posts) then don't bother replying - at least not snippy, posts. We can afford to be civil - expecially when a civil question is asked. The person was just noting that the old guesses were no longer operable and hoping that some new best guesses might have been made. We all know these dates are very movable and for very good reasons. No one is pushing for low quality, hurried up junk. But those best guesses by people in the know about how the processes if moving along are helpful for those of use out here in the hinterland trying to make it through each day. ////jerry > _______________________________________________ > 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 20 01:04:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B480D16A419 for ; Mon, 20 Aug 2007 01:04:32 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 7C59B13C442 for ; Mon, 20 Aug 2007 01:04:32 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7K10RMj039989; Sun, 19 Aug 2007 21:00:27 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7K10RWJ039988; Sun, 19 Aug 2007 21:00:27 -0400 (EDT) (envelope-from jerrymc) Date: Sun, 19 Aug 2007 21:00:27 -0400 From: Jerry McAllister To: Wojciech Puchar Message-ID: <20070820010027.GC39765@gizmo.acns.msu.edu> References: <000d01c7e29b$cec76210$0201a8c0@homedevelop> <20070820003843.I18748@wojtek.tensor.gdynia.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070820003843.I18748@wojtek.tensor.gdynia.pl> User-Agent: Mutt/1.4.2.2i Cc: Freebsd questions , Tomas Subject: Re: error no space left on device, in freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 01:04:32 -0000 On Mon, Aug 20, 2007 at 12:38:54AM +0200, Wojciech Puchar wrote: > >I was try to upgrade freebsd 6.1 to 6.2 and all were perfect until tis > >error > >were show on screen > >/: write failed, filesystem is full > >install: /boot/kernel/digi.co; > >No space left on device Error code 71 > >stop inusr/src/sys/modules/digi > >stop in /usr/obj/usr/src/sys/GENERIC > > > >sombody Can help me? > > > rm -rf / > > ? :) What are you - some non-helpful LUNIX kiddie with depleted sense of humor? Provide some realistic help or save yourself the bandwidth. The OP will have to figure out how much space is on the file systems and som eidea of how much is needed and determine if there is even enough space to do the upgrade. Then either move things around, delete unneeded things or get more disk or back stuff up and do a clean initial install and put back only needed data or some usefule combination. But, the first thing is to find out how much disk there is and how it is being used. For that, df and du are your friends. Check them in the man pages. df -k will give you a reasonable picture of your filesystems. From within a filesystem or any directory using du -sk * will give a picture of hos the disk space is being used withing that directory. After getting a picture of space use and availability, it is possible to plan from there. This is pretty well documented in the handbook and FAQs and previous mailing list threads so a little searching will be good. ////jerry > _______________________________________________ > 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 20 01:09:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A70716A41B for ; Mon, 20 Aug 2007 01:09:19 +0000 (UTC) (envelope-from root@runemedia.net) Received: from runemedia.net (206-225-83-111.dedicated.abac.net [206.225.83.111]) by mx1.freebsd.org (Postfix) with ESMTP id 5648B13C45E for ; Mon, 20 Aug 2007 01:09:19 +0000 (UTC) (envelope-from root@runemedia.net) Received: (qmail 1228 invoked by uid 0); 19 Aug 2007 14:30:28 -0400 Date: 19 Aug 2007 14:30:28 -0400 Message-ID: <20070819183028.1224.qmail@runemedia.net> To: freebsd-questions@freebsd.org From: dating24 MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Your account on dating24.ro Enjoy! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 01:09:19 -0000 [1]www.dating24.ro - anunturi - prietenii - intalniri - matrimoniale - - chat privat - chat public - poze - [2]Intra si tu alaturi de prietenii tai in comunitatea dating24.ro Te asteptam! [3]Inregistreaza-te acum! _________________________________________________________________ Utilizatorii Yahoo, Gmail sau Hotmail! In cazul in care ati primit acest mesaj in Bulk va rugam sa adaugati adresa noreply@dating24.ro in Adress Book sau la Contacte Personale, dupa caz. Va multumim pentru intelegere si va uram succes in continuare. Echipa [4]dating24.ro References 1. http://www.dating24.ro/ 2. http://www.dating24.ro/ 3. http://www.dating24.ro/inregistrare_pas1.php 4. http://www.dating24.ro/ From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 01:22:39 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0611F16A417 for ; Mon, 20 Aug 2007 01:22:39 +0000 (UTC) (envelope-from cypheros@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 5F8F013C467 for ; Mon, 20 Aug 2007 01:22:38 +0000 (UTC) (envelope-from cypheros@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1830298pyb for ; Sun, 19 Aug 2007 18:22:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=qOt31dL1u2eoBASkqiT1OwmyOJTJe1gVqKojYSDMJ8znyaaWLHRJpICWw0GyNcJ9Iz7jvi0bnqEakXYhqBZNoD9sDmkqxw1ILNe7F3UGXdEtDYds6jsYD+svWvNQgK6WbKGA+ufHv9TAh4oDBNHcdeNlQ+RZa+6hi074xs2cKNI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=iDk7u9Z+X6yVVMFPPcn8crotXJxlKegQJ4pWD7RTu/yjHO8h+Mt5rbCLsUnTZ2qx2aFcOLj0U5ZBMNZAuBNABja4vfyrf3yVf2Arq7WNTvPBkwzsd6kGkzDvKOK8UXDDxQw6tWbCnnaXEJnLCmsdQZ0w1Xgfcfl859GX+o0I43E= Received: by 10.142.185.13 with SMTP id i13mr290104wff.1187571486348; Sun, 19 Aug 2007 17:58:06 -0700 (PDT) Received: by 10.143.31.10 with HTTP; Sun, 19 Aug 2007 17:58:06 -0700 (PDT) Message-ID: <9a7bbc700708191758n21ea3b68v83f9c336b74bc86@mail.gmail.com> Date: Sun, 19 Aug 2007 20:58:06 -0400 From: "Michael Hawkins" To: "Bill Moran" In-Reply-To: <20070819120845.3db8c3d2.wmoran@collaborativefusion.com> MIME-Version: 1.0 References: <9a7bbc700708181512u74edcc59j51c72baf20f80591@mail.gmail.com> <20070818191446.d9d4d050.wmoran@collaborativefusion.com> <9a7bbc700708181839k1fcce628w6905399c5b9a0d8a@mail.gmail.com> <20070818215541.bba6ee2a.wmoran@collaborativefusion.com> <9a7bbc700708181957s54859a7cm70ae4aa5b59b7c89@mail.gmail.com> <20070819120845.3db8c3d2.wmoran@collaborativefusion.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: problems with networking... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 01:22:39 -0000 #arp -an? (10.11.12.254) at ff:ff:ff:ff:ff:ff on vr0 permanent [ethernet] thats all. I have cleaned out the arp cache once already, but this came right back. I was curious if there was a way to correct this entry, or something... On 8/19/07, Bill Moran wrote: > > "Michael Hawkins" wrote: > > > > oops, sorry about the -m, lack of sleep and alll.... > > /etc/rc.conf: > > amd_enable="YES" > > hostname=[Removed] > > ifconfig_vr0="DHCP" > > inetd_enable="YES" > > rpcbind_enable="YES" > > sshd_enable="YES" > > usbd_enable="YES" > > > > #netstat -rn > > Routing tables > > > > Internet: > > Destination Gateway Flags Refs Use Netif Expire > > default 10.11.12.254 UGS 0 24 vr0 > > 10.11.12/24 link#1 UC 0 0 vr0 > > 10.11.12.254 ff:ff:ff:ff:ff:ff UHLWb 2 37 vr0 > > 127.0.0.1 127.0.0.1 UH 0 8 lo0 > > > > > > > > ......for some reason I don't think that MAC addy of all f's is a good > > thing, but this is the first I've seen of it.. > > No, it's not. The output of arp -an might be helpful to this, > but I suspect you've got an underlying network issue. > > Also (for the second time) keep the mailing list in the loop. > In particular, I'll be leaving shortly and won't have access to > email for several days. > > > > > On 8/18/07, Bill Moran wrote: > > > > > > > > > [Please keep the mailing list in the CC] > > > > > > "Michael Hawkins" wrote: > > > > > > > > Certainly. Here it is: > > > > #ifconfig -a > > > > vr0: flags=8843 mtu 1500 > > > > inet 10.11.12.253 netmask 0xffffff00 broadcast 10.11.12.254 > > > > > > That's really strange. Your broadcast address should be > > > 10.11.12.255. It's quite likely that this is part of your > > > problem, but I can't imagine how you could have arrived at > > > this configuration. What is in /etc/rc.conf? > > > > > > > ether [MAC ADDRESS REMOVED] > > > > media: Ethernet autoselect (100baseTX ) > > > > statusL active > > > > plip0: flags=108810 mtu > 1500 > > > > lo0: flags=8049 mtu 16384 > > > > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > > > > inet6 ::1 prefixlen 128 > > > > inet 127.0.0.1 netmask 0xff000000 > > > > > > > > > > > > #netstat -m > > > > 65/205/270 mbufs in use (current/cache/total) > > > > 64/134/198/25600 mbuf clusters in use (current/cache/total/max) > > > > 0/128 mbuf+clusters out of packet secondary zone in use > (current/cache) > > > > 0/0/0/0 4k (page size) jumbo clisters in use > (current/cache/total/max) > > > > 0/0/0/0 9k jumbo clusters in use (current/cache/total/max)0/0/0/0 > 16k > > > jumbo > > > > clusters in use (current/cache/total/max) > > > > 144k/319k/463k bytes allocated to network (current/cache/total) > > > > 0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters) > > > > 0/0/0 requests for jumbo clusters denied (4k/9k/16k) > > > > 0/4/6656 sfbufs in use (current/peak/max) > > > > 0 requests for sfbufs denied > > > > 0 requests for sfbufs delayed > > > > 0 requests for I/O initiated by sendfile > > > > 0 calls to protocol drain routines > > > > > > That's netstat -rn, not -m. Unfortunately, the -m doesn't tell me > > > what I'm looking for, which is your routing table. > > > > > > I'm wondering if your ipnat rules are awry. Please provide the > > > ifconfig, routing table, and nat rules from the router machine. > > > > > > > ...again, this is straight out of a fresh install (which I did > because I > > > had > > > > the exact same problem with the last install). > > > > > > Well, obviously, you did it the same both times, and are getting the > > > same result. > > > > > > > On 8/18/07, Bill Moran wrote: > > > > > > > > > > "Michael Hawkins" < cypheros@gmail.com> wrote: > > > > > > > > > > > > Sorry if this is sorta n00bish, but I have a problem that Google > > > hasn't > > > > > > answered for me yet... > > > > > > I have a moderately-sized network that I am trying to run, with > > > about 70 > > > > > or > > > > > > so machines on it. The DHCP server (running FreeBSD 6.2, IPv4 > > > address: > > > > > > 10.11.12.254, Subnet is 10.11.12.0/24 ) acts as a gateway server > as > > > well, > > > > > and > > > > > > has ipnat running for traffic routing. > > > > > > > > > > > > So far, I have had no problems with ANY of the machines on this > > > network > > > > > > connecting, save one--my File server (running FreeBSD 6.2 as > well, > > > IPv4 > > > > > > address: 10.11.12.253). For some reason, whenever I try to > > > establish > > > > > any > > > > > > connection to ANY network address (on any protocol), it will > only > > > > > connect to > > > > > > one address: 10.11.12.252 (and won't connect to anything when > that > > > > > machine > > > > > > is off). > > > > > > Here is a ping listing: > > > > > > #ping 10.11.12.254 > > > > > > PING 10.11.12.254 (10.11.12.254): 56 data bytes > > > > > > 64 bytes from 10.11.12.252: icmp_seq=0 ttl=64 time=0.852 ms > > > > > > > > > > > > > > > > > > ...and it continues precisely in that manner until I stop it. > > > > > > > > > > > > I have tried re-installing the OS on the file server, but with > no > > > change > > > > > in > > > > > > results. I have removed the machine at 10.11.12.252 with the > only > > > > > change > > > > > > being that the file-server can obtain NO connection to ANY IP > > > address. > > > > > > > > > > > > Any help would be appreciated. > > > > > > > > > > Why don't your cut/paste the output of ifconfig -a and netstat -rn > > > > > > > > > > I suspect your network settings are incorrect. > > > > > > > > > > -- > > > > > Bill Moran > > > > > Collaborative Fusion Inc. > > > > > > > > > > wmoran@collaborativefusion.com > > > > > Phone: 412-422-3463x4023 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > Bill Moran > > > Collaborative Fusion Inc. > > > > > > wmoran@collaborativefusion.com > > > Phone: 412-422-3463x4023 > > > > > > **************************************************************** > > > IMPORTANT: This message contains confidential information > > > and is intended only for the individual named. If the reader of > > > this message is not an intended recipient (or the individual > > > responsible for the delivery of this message to an intended > > > recipient), please be advised that any re-use, dissemination, > > > distribution or copying of this message is prohibited. Please > > > notify the sender immediately by e-mail if you have received > > > this e-mail by mistake and delete this e-mail from your system. > > > E-mail transmission cannot be guaranteed to be secure or > > > error-free as information could be intercepted, corrupted, lost, > > > destroyed, arrive late or incomplete, or contain viruses. The > > > sender therefore does not accept liability for any errors or > > > omissions in the contents of this message, which arise as a > > > result of e-mail transmission. > > > **************************************************************** > > > > > > > > > > > > > > > > > > > > -- > Bill Moran > Collaborative Fusion Inc. > > wmoran@collaborativefusion.com > Phone: 412-422-3463x4023 > > **************************************************************** > IMPORTANT: This message contains confidential information > and is intended only for the individual named. If the reader of > this message is not an intended recipient (or the individual > responsible for the delivery of this message to an intended > recipient), please be advised that any re-use, dissemination, > distribution or copying of this message is prohibited. Please > notify the sender immediately by e-mail if you have received > this e-mail by mistake and delete this e-mail from your system. > E-mail transmission cannot be guaranteed to be secure or > error-free as information could be intercepted, corrupted, lost, > destroyed, arrive late or incomplete, or contain viruses. The > sender therefore does not accept liability for any errors or > omissions in the contents of this message, which arise as a > result of e-mail transmission. > **************************************************************** > From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 01:42:39 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFEF916A41A for ; Mon, 20 Aug 2007 01:42:39 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp102.math.arizona.edu (smtp102.math.arizona.edu [128.196.102.202]) by mx1.freebsd.org (Postfix) with ESMTP id 9B46913C46B for ; Mon, 20 Aug 2007 01:42:39 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp102.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IMwHq-0000qP-K8 for questions@freebsd.org; Sun, 19 Aug 2007 18:42:35 -0700 Received: from 71-220-138-238.tcsn.qwest.net ([71.220.138.238] helo=.domain.actdsltmp) by smtp102.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IMwHe-0000q6-DM; Sun, 19 Aug 2007 18:42:22 -0700 Message-ID: <46C8F173.8050700@math.arizona.edu> Date: Sun, 19 Aug 2007 18:42:11 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.4 (X11/20070713) MIME-Version: 1.0 To: Michael S , questions@freebsd.org References: <545941.20720.qm@web88311.mail.re4.yahoo.com> In-Reply-To: <545941.20720.qm@web88311.mail.re4.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting .domain.actdsltmp is invalid X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: Re: Gnome & FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 01:42:39 -0000 Michael S wrote: > Good day all, > > I decided to add GUI to my GUI-less FreeBSD machine. I > am considering installing Gnome, which I haven't used > for long while and the last time was on Linux anyway. > The reason is that most of my favorite applications > use gtk libraries, like Firefox, GAIM (can't get used > to the new name),wxPython and others. In short I > wanted to avoid 2 huge sets of libraries (gtk and qt) > by not installing KDE. > I wanted to know how Gnome feels on FreeBSD, is it > polished enough? Are there crashes? Any caveats at > all? > > Thanks in advance, > Michael > _______________________________________________ > 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 run Gnome 2.18 full version compiled from ports + fifth toe + gnome office +etc in another words everything. Computer is home made Intel Core 2 Duo E 4300 2x512 Kb RAM dual channel memory DDR2 667. The machine is our main home computer used by my wife and my mother in law (people with some Windows experience and no real knowledge to speak of). They find it easier to use than Windows machines they have at work. So far stability of Gnome is extraordinary. I have not observed any applications hanging except usual problems with licking of sound card. With little bit of configuration rc.conf, devfs.conf and fstab which I am more than happy to provide to you everything works out of box. All multimedia, printing, scanning, cameras, webcam, xchat, vnc works flawlessly with exception of sound recording (Skype) due to the fact that I am using OSS compiled from ports for my audio card and I am reading documentation how to set up mixer and recorder. I might also get another audio card because VoIP is very important to me. Computer fells faster then working on KDE (Original installation was PC-BSD) Also it feels significantly faster then my Ubuntu desktop at the University. I have to admit though that my machine at home has slightly better hardware. On another look, I do use OpenBox 3 with the help of pypanel and Rox-filler manager on one older machine. It feels faster than any desktop I use at the University or at home so it is your choice. I really think that Gnome BSD team did grate job to bring FreeBSD to level grand ma users. On another hand for pure productivity I have to say that good WM is still probably better choice. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 01:53:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E422416A417 for ; Mon, 20 Aug 2007 01:53:14 +0000 (UTC) (envelope-from perikillo@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id 4FE3313C45A for ; Mon, 20 Aug 2007 01:53:14 +0000 (UTC) (envelope-from perikillo@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so555987nfb for ; Sun, 19 Aug 2007 18:53:12 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Djxf3Avlw1N/gjkxHtoUMsti0basK1K2mW+Zw+ZcTkS5F8ZFftv90C5mbHLVV5vCQLLWxPbwkbLAulFqJT+50H2VeD3nG6LM9J3q06UTcGO2bQdiJ0dqXUjbQ3fMnf1J0fpokjjdA9x+9QMZUaooYYzY5SQ4/5Tc5Qjfp20TVzY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=joW7rDxQ4MbsC12epUUJsrIrpLoY6n3vDTrUj28f/d2i9pW6JfiqFOzPtYNSie6iRXZSvckIS86n5PPTSxptxd2eBMz3fttOJJIWTe3Q7PP+tmOiNlB/6EdJ8Sj5SSl8HXHe3BRU0BD7PTVoTkZA9oEwyO5Yj94Cw+ZhZ7wuFpE= Received: by 10.78.153.17 with SMTP id a17mr1664865hue.1187574792259; Sun, 19 Aug 2007 18:53:12 -0700 (PDT) Received: by 10.78.182.17 with HTTP; Sun, 19 Aug 2007 18:53:12 -0700 (PDT) Message-ID: <51d7a5160708191853i2da6ddcpcc5a999082cc71a5@mail.gmail.com> Date: Sun, 19 Aug 2007 18:53:12 -0700 From: perikillo To: "FreeBSD Mailing List" In-Reply-To: <46C8CD3C.5060704@thingy.com> MIME-Version: 1.0 References: <51d7a5160708191407t394e8629yd9078e640a20ea4b@mail.gmail.com> <46C8CD3C.5060704@thingy.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: [freebsd-questions] FreeBSD + PHP + Barcode scanners for Web Application? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 01:53:15 -0000 Hi Howard. Does u have some app like the one i want to? Could u explain me which software did u use to develop your app i will apreciate. Thanks Howard for your time!!! On 8/19/07, Howard Jones wrote: > > perikillo wrote: > > Hi people. > > > > Look we have some applications at work, that use scanners Manufacture > by > > Symbol. Those applications were created in Access, but i want to create > > those app for a Web browser, my doubt is: > > > > Does someone here has a app running from the browser that use bar > code > > scanners? > > Which languages did u use, python, php, other? > > > A lot of barcode scanners work by generating keycodes (either connected > via an adaptor to the PS/2 connector, or USB) so they should work in > anything really... the one we have at work certainly will just write > into Notepad or whatever has keyboard focus when you hit the scanner's > "Go" button. > > Did u have problems with fonts? > > > Huh? For reading barcodes? > > For printing them (or displaying in a webpage), there are a bunch of > libraries around that generate images, a quick Google showed up: > > for PHP: http://www.phpclasses.org/browse/package/2176.html > for command-line (anything): > http://ar.linux.it/software/barcode/barcode.html > > Have fun! > > Howie > From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 02:29:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1767B16A418 for ; Mon, 20 Aug 2007 02:29:20 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from strange.locolomo.org (97.pool85-48-194.static.orange.es [85.48.194.97]) by mx1.freebsd.org (Postfix) with ESMTP id C5BFC13C45D for ; Mon, 20 Aug 2007 02:29:19 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from photon.locolomo.org (65.4-35-10-static.wifi.locolomo.org [10.35.4.65]) by strange.locolomo.org (Postfix) with ESMTP id 56A092E01E; Mon, 20 Aug 2007 04:29:15 +0200 (CEST) Message-ID: <46C8FC7A.40700@locolomo.org> Date: Mon, 20 Aug 2007 04:29:14 +0200 From: Erik Norgaard User-Agent: Thunderbird 2.0.0.0 (X11/20070522) MIME-Version: 1.0 To: Tomas References: <000d01c7e29b$cec76210$0201a8c0@homedevelop> <46C8AD41.80007@locolomo.org> <003b01c7e2c4$351da0b0$0201a8c0@homedevelop> In-Reply-To: <003b01c7e2c4$351da0b0$0201a8c0@homedevelop> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: Freebsd questions Subject: Re: error no space left on device, in freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 02:29:20 -0000 Tomas wrote: > what size should has the partion for boot? > my partion are > /, 200MB > swap/ 500MB > /var 200MB > /usr hard disk rest So, you have home directories and /tmp on the same partition as /boot. A du -1 will show you where there may be stuff taking up space, ignore output for /usr and /var and start looking at the others. Delete everything in /tmp. Cheers, Erik -- Ph: +34.666334818 web: http://www.locolomo.org From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 02:39:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D8C416A417 for ; Mon, 20 Aug 2007 02:39:02 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id 36B0E13C465 for ; Mon, 20 Aug 2007 02:39:02 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.14.1) id l7K2cpPe049888; Sun, 19 Aug 2007 21:38:52 -0500 (CDT) (envelope-from dan) Date: Sun, 19 Aug 2007 21:38:51 -0500 From: Dan Nelson To: Erik Norgaard Message-ID: <20070820023851.GA46690@dan.emsphone.com> References: <46C83C2F.3060105@fpt.vn> <499c70c0708191026w27738f52i8a257b50e7c3ef39@mail.gmail.com> <46C89EA8.2090709@locolomo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46C89EA8.2090709@locolomo.org> X-OS: FreeBSD 7.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: vuthecuong , freebsd-questions@freebsd.org Subject: Re: freebsd 7 release date :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 02:39:02 -0000 In the last episode (Aug 19), Erik Norgaard said: > Abdullah Ibn Hamad Al-Marri wrote: >> Hello, On 8/19/07, vuthecuong wrote: >>> just for reference only: Original release planned date of 7.0 was >>> end of Jul. But now is nearly end of Aug. So Which date you guess >>> 7.0 will be released? :D >> >> FreeBSD 7.0 entered frozen status, and it has been very stable with >> no major bugs, you could use it safely, and enjoy the real BSD speed >> with FreeBSD 7.0-CURRENT now ;) > > No so fast now, after reading this I thought I'd give it a try, > updated the source, buildworld then buildkernel. at installkernel i > got a lot of error lines like this > > kldxref: file isn't dynamically-linked > kldxref: file isn't dynamically-linked > kldxref: file isn't dynamically-linked > kldxref: file isn't dynamically-linked > > no idea which file it was. And booting I booted straight into gdb. (ddb I assume, not gdb?) Those are warnings, not errors, due to the installkernel running a 6.x kldxref on a 7.x kernel. Your boot problem is unrelated, and could be due to missing drivers for whatever your boot device is. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 04:00:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1207616A417 for ; Mon, 20 Aug 2007 04:00:33 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (pukruppa.net [213.146.114.24]) by mx1.freebsd.org (Postfix) with ESMTP id 58DD113C461 for ; Mon, 20 Aug 2007 04:00:31 +0000 (UTC) (envelope-from ulrich@pukruppa.net) Received: from pukruppa.net (localhost [127.0.0.1]) by pukruppa.net (8.14.1/8.14.1) with ESMTP id l7K40T8Y023914; Mon, 20 Aug 2007 06:00:29 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Received: from localhost (ulrich@localhost) by pukruppa.net (8.14.1/8.14.1/Submit) with ESMTP id l7K40TaJ023911; Mon, 20 Aug 2007 06:00:29 +0200 (CEST) (envelope-from ulrich@pukruppa.net) Date: Mon, 20 Aug 2007 06:00:28 +0200 (CEST) From: "P.U.Kruppa" X-X-Sender: ulrich@small To: Michael S In-Reply-To: <545941.20720.qm@web88311.mail.re4.yahoo.com> Message-ID: <20070820055238.J14030@small> References: <545941.20720.qm@web88311.mail.re4.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Mailing List Subject: Re: Gnome & FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 04:00:33 -0000 On Sun, 19 Aug 2007, Michael S wrote: > Good day all, > > I decided to add GUI to my GUI-less FreeBSD machine. I > am considering installing Gnome, which I haven't used > for long while and the last time was on Linux anyway. > The reason is that most of my favorite applications > use gtk libraries, like Firefox, GAIM (can't get used > to the new name),wxPython and others. In short I > wanted to avoid 2 huge sets of libraries (gtk and qt) > by not installing KDE. > I wanted to know how Gnome feels on FreeBSD, is it > polished enough? Are there crashes? Any caveats at > all? There is a minimal gnome installation in /usr/ports/x11/gnome2-lite you can start with that and - if you like it - add all the the other stuff. One caveat: First install /usr/ports/x11/xorg (i.e. xorg-7.2) and check if your monitor and graphics card are set up correctly. Greetings, Uli. > > Thanks in advance, > Michael > _______________________________________________ > 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 Mon Aug 20 04:12:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDA5816A417 for ; Mon, 20 Aug 2007 04:12:51 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.184]) by mx1.freebsd.org (Postfix) with ESMTP id 6DFEC13C45B for ; Mon, 20 Aug 2007 04:12:51 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1306644mue for ; Sun, 19 Aug 2007 21:12:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hOxCeW4SP/J/RhHYCeag7dA8wwEAC+3kcl0ZBE1Geh64UXf6/3SVcfHWAENPjXcfSjoRyBpzwC6KcKJLsN+eXzB4i0efEgW4rrG4R82bPbSyXI4VTOMdRZbs2ZdHYZjIY2QkSAtCAKMGwd+yQ6KjPdlNrqV7zfcWH3FC130ijeg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=n94OlFD6ybyhybJlQf8p7WbRNUYsenTEvVGH//LDzQx+1UQx/NrsjF6bQbK7ez4oIlV962Brmqr3ZdUcj+JQrcpc5S4gofbj9keyOfdBdCTAX6hKaX3PIKOsgvN9T1ehPz1R/plN5+PUrm4SkjlJwxmq8s7RGPoUpMRjF2P4oX4= Received: by 10.82.136.4 with SMTP id j4mr6769792bud.1187583169626; Sun, 19 Aug 2007 21:12:49 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Sun, 19 Aug 2007 21:12:49 -0700 (PDT) Message-ID: Date: Sun, 19 Aug 2007 23:12:49 -0500 From: "illoai@gmail.com" To: "Erik Norgaard" In-Reply-To: <46C8FC7A.40700@locolomo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <000d01c7e29b$cec76210$0201a8c0@homedevelop> <46C8AD41.80007@locolomo.org> <003b01c7e2c4$351da0b0$0201a8c0@homedevelop> <46C8FC7A.40700@locolomo.org> Cc: Freebsd questions , Tomas Subject: Re: error no space left on device, in freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 04:12:52 -0000 On 19/08/07, Erik Norgaard wrote: > Tomas wrote: > > what size should has the partion for boot? > > my partion are > > /, 200MB > > swap/ 500MB > > /var 200MB > > /usr hard disk rest > > So, you have home directories and /tmp on the same partition as /boot. A > du -1 will show you where there may be stuff taking up space, ignore > output for /usr and /var and start looking at the others. Delete > everything in /tmp. > Maybe not, /home could be symlinked to /usr/home. Also, du -d1 -x will not descend into other mountpoints. I think one of the essential points we may be missing is whether / has softupdates enabled or not, as this can cause that behaviour. Other potential areas of savings: unused/unneeded kernel modules, spurious settings in /etc/make.conf, multiple obsolete kernel files, *.core files in the teachers's lounge . . . -- -- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 04:21:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80E5916A418 for ; Mon, 20 Aug 2007 04:21:04 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by mx1.freebsd.org (Postfix) with ESMTP id 0385913C428 for ; Mon, 20 Aug 2007 04:21:03 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so1301413fka for ; Sun, 19 Aug 2007 21:21:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nBN0vU39afVrdZLsenEHW/vYJ0CbpLs0Us2OmGE1hIc2HKkcGmpNu31Wh8oDjyjDYK/wVPziNw3lNhy6aPy1/+yirLw11FW1tvDp/L3tyfy6wKoLOI55DD4KYa4lL+w/KyccWi7B9nzPSbVnhWblw5uf8Dg+ww+5qn4Z9KgKy88= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NloEcmJNMmnZtSZl0Q6u6Se7WYlgrECzTc4tW7MvsVbYHXw9vH17DNL8qwtvc/pbBO6B5lzG68rLvvWxUm+nPKP/EPboHVbjQBeRQUsejpIYLNQM+Ps/YhGrT/SfVoYddbQEfRcBdtq15Ae6S2+cqQfQ7i3Rn7etqZbbRrFW4K8= Received: by 10.82.114.3 with SMTP id m3mr6768654buc.1187583659961; Sun, 19 Aug 2007 21:20:59 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Sun, 19 Aug 2007 21:20:59 -0700 (PDT) Message-ID: Date: Sun, 19 Aug 2007 23:20:59 -0500 From: "illoai@gmail.com" To: "Christopher Key" In-Reply-To: <46C746C6.5080202@cam.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46C746C6.5080202@cam.ac.uk> Cc: freebsd-questions@freebsd.org Subject: Re: fsck strangeness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 04:21:04 -0000 On 18/08/07, Christopher Key wrote: > Hello, > > I'm having some rather strange behaviour with fsck. > > When I boot the system, it asserts that all the file systems are clean, > but subsequently running an fsck on /dev/ad8s1e (mounted as /var) > detects errors. Maybe fsck should be rewritten to give sudo-style insults if you try to run it on a live filesystem. -- -- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 04:41:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D140916A417 for ; Mon, 20 Aug 2007 04:41:08 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id 3D81B13C442 for ; Mon, 20 Aug 2007 04:41:08 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so1304920fka for ; Sun, 19 Aug 2007 21:41:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RgI85tsbUWugD49MJDLl/Wf00G03IngSAUOl+vRFNSVm7H70ySr9j5HsWoRz/ND00UwNTpM+Mn20hzpuShTTjoXvNVzYXwyPRgycPhrG+PC1sMDVJ1ndn3GP+mH2nT3ANLUEFzucNXM9CiJUovhR2cxIiPXyFnCyWEIfO1HbwOE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LX85Vs29fbvLufLdF7AtK29ocCiBHGPAAt6gh+CGqCrzDRq55wjCJ1npoKMNxvQbFOB0o3aKciN2clmTv6hx4m6jupJi1FkMJXIfH+VrvIIVyAsNMRIHnQts2aULC5WF/ZFT7MtpaBMOEs28Xsj8wsAhF+uo8ynRBJXn/t+s3Y0= Received: by 10.82.111.8 with SMTP id j8mr6823495buc.1187584866111; Sun, 19 Aug 2007 21:41:06 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Sun, 19 Aug 2007 21:41:06 -0700 (PDT) Message-ID: Date: Sun, 19 Aug 2007 23:41:06 -0500 From: "illoai@gmail.com" To: "Adam J Richardson" In-Reply-To: <46C64727.9060000@crackmonkey.us> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3ef409db0708170651v365f51dfib643ae0d91a6a700@mail.gmail.com> <46C64727.9060000@crackmonkey.us> Cc: Branko Vukelic , freebsd-questions@freebsd.org Subject: Re: Hello! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 04:41:08 -0000 On 17/08/07, Adam J Richardson wrote: > Branko Vukelic wrote: > > Hi, > > > > My name is Branko (a.k.a. FoxBunny in some circles). Until recently I was a > > Arch Linux > > user, and decided to give FreeBSD a try, for a better desktop experience. > > Thanks to the DesktopBSD project (BIG THANKS!) I'm now running FreeBSD on my > > box (or is it proper to call DesktopBSD a FreeBSD?). > > > > I must say I am most impressed by how all this works, from development to > > final touches, to actually running and using it. I'm looking forward to > > getting involved in the whole BSD scene. > > > > Nice meeting (sort of) you all! > > > > Best regards, > > > > Branko > > Hi Branko! > > I guess it's like comparing an Alsatian [FreeBSD] to a Spaniel > [DesktopBSD]: they're very different, but both are still dogs. However > NetBSD is a cat and Windows is a fish. > > Feel free to play with my sophisticated model of operating system > development, anyone. > > Maybe I shouldn't have compared FreeBSD to a dog. Whoops. Sorry all. If netbsd is a cat, and oh!ess!ten is variously a panther, tiger, puma, (pard? olestra?), openbsd is a fish (and some damned anthropomorphic lips), probably freebsd is really a 1938 pontiac, and windows is a cow-duck hybrid with post-it notes stapled to its spine (or maybe that transporter accident from Star Trek: Der Movin' Picture!). -- -- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 05:14:41 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3493916A419 for ; Mon, 20 Aug 2007 05:14:41 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp102.math.arizona.edu (smtp102.math.arizona.edu [128.196.102.202]) by mx1.freebsd.org (Postfix) with ESMTP id 119FA13C442 for ; Mon, 20 Aug 2007 05:14:41 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp102.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IMzb5-00012S-Jd for questions@freebsd.org; Sun, 19 Aug 2007 22:14:40 -0700 Received: from 71-220-138-238.tcsn.qwest.net ([71.220.138.238] helo=.domain.actdsltmp) by smtp102.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IMzb2-000129-Eo; Sun, 19 Aug 2007 22:14:36 -0700 Message-ID: <46C92339.5080306@math.arizona.edu> Date: Sun, 19 Aug 2007 22:14:33 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.4 (X11/20070713) MIME-Version: 1.0 To: Michael S , questions@freebsd.org References: <545941.20720.qm@web88311.mail.re4.yahoo.com> <46C8F173.8050700@math.arizona.edu> In-Reply-To: <46C8F173.8050700@math.arizona.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting .domain.actdsltmp is invalid X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: Re: Gnome & FreeBSD I forgot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 05:14:41 -0000 Predrag Punosevac wrote: > Michael S wrote: >> Good day all, >> >> I decided to add GUI to my GUI-less FreeBSD machine. I >> am considering installing Gnome, which I haven't used >> for long while and the last time was on Linux anyway. >> The reason is that most of my favorite applications >> use gtk libraries, like Firefox, GAIM (can't get used >> to the new name),wxPython and others. In short I >> wanted to avoid 2 huge sets of libraries (gtk and qt) >> by not installing KDE. >> I wanted to know how Gnome feels on FreeBSD, is it >> polished enough? Are there crashes? Any caveats at >> all? >> >> Thanks in advance, >> Michael >> _______________________________________________ >> 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 run Gnome 2.18 full version compiled from ports + fifth toe + gnome > office +etc in another words everything. > Computer is home made Intel Core 2 Duo E 4300 2x512 Kb RAM dual > channel memory DDR2 667. The machine is our main home computer used by > my wife and my mother in law (people with some Windows experience and > no real knowledge to speak of). They find it easier to use than > Windows machines they have at work. > > So far stability of Gnome is extraordinary. I have not observed any > applications hanging except usual problems with licking of sound card. > With little bit of configuration rc.conf, devfs.conf and fstab which I > am more than happy to provide to you everything works out of box. All > multimedia, printing, scanning, cameras, webcam, xchat, vnc works > flawlessly with exception of sound recording (Skype) due to the fact > that I am using OSS compiled from ports for my audio card and I am > reading documentation how to set up mixer and recorder. > I might also get another audio card because VoIP is very important to me. > > Computer fells faster then working on KDE (Original installation was > PC-BSD) Also it feels significantly faster then my Ubuntu desktop at > the University. I have to admit though that my machine at home has > slightly better hardware. > > > On another look, I do use OpenBox 3 with the help of pypanel and > Rox-filler manager on one older machine. It feels faster than any > desktop I use at the University or at home so it is your choice. I > really think that Gnome BSD team did grate job to bring FreeBSD to level > grand ma users. On another hand for pure productivity I have to say > that good WM is still probably better choice. > > _______________________________________________ > 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" Oh, I forgot to say in my last massage. The good compromise between Gnome (KDE) full blown desktop and ***Box X window managers is Xfce. Xfce is only about 15Mb vs Gnome(KDE)~200Mb. I was first time exposed to it by using FreeSBIE. It is slightly less responsive on FreeSBIE than Fluxbox(700Kb) which one should expect but seems remarkably fast for a full Desktop running from the LIVE CD. Real eye candy and it has everything you need as a default installation. It is really very good. I From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 05:58:45 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7ED1116A417 for ; Mon, 20 Aug 2007 05:58:45 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id AC29F13C459 for ; Mon, 20 Aug 2007 05:58:43 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id PAA04474; Mon, 20 Aug 2007 15:58:28 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Mon, 20 Aug 2007 15:58:27 +1000 (EST) From: Ian Smith To: Erik Trulsson Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org, Bill Moran Subject: Re: fsck strangeness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 05:58:45 -0000 Sorry for the repeat post folks, but I goofed last time, leaving out the subject line while replying to the digest. Still curious .. Ian ======= On Sat, 18 Aug 2007 21:32:28 +0200 Erik Trulsson wrote: > On Sat, Aug 18, 2007 at 08:21:42PM +0100, Christopher Key wrote: > > Hello, > > > > I'm having some rather strange behaviour with fsck. > > > > When I boot the system, it asserts that all the file systems are clean, but > > subsequently running an fsck on /dev/ad8s1e (mounted as /var) detects > > errors. Even if this first check is run whilst the file system is mounted, > > and is hence run in NO WRITE mode, a second check doesn't find block > > errors. If I then unmount the file system and check the disk, it's fine, > > as indeed it is if I unmount, remount, then check. However, if I then > > reboot, the process repeats, and an fsck immediately after reboot will find > > errors again. If I bring the system up in single user mode, and run fsck > > either before or after mounting /var, it finds no errors. > > > > I'm running 6.2_RELEASE with a custom kernel based upon generic-smp, but > > with a lot of unecessary bits removed, and geom_mirror compiled in. I > > don't think it's the drive that's at fault, all the other partitions in the > > slice are fine, it's a fairly new drive, and it passes a self test quite > > happily. Included below is a transcript that attempt to show what's going > > on in detail, is there anything else relevant? > > > > Can anyone suggest what might be going on and how to fix it, or suggest > > some slightly better diagnostics? Apologies if this is an RTFM issue, I > > have had a good dig through the handbook, but can't seem to find anything > > that helps. > Running fsck on a file system that has been mounted read/write will almost > always report spurious errors and can really screw up the disk if it tries > to 'correct' those errors. I'm a bit confused by this. I've been running 'fsck -n' over FreeBSD systems since 2.2.6, and modulo seeing the at-the-time inconsistencies on those filesystems in /etc/fstab that are mounted, as Chris reported and as are expected, I've never had a problem with it, nor seen the sort of inconsistent results between runs that Chris is reporting. > You should normally not run fsck on a mounted filesystem and you should > *NEVER* run fsck on a filesystem that has been mounted read/write. This seems to imply that using the -n switch may have different results than not using it and having fsck determine 'NO WRITE' itself from the fact that it's noticed that the fs is mounted? Are you suggesting by "can really screw up the disk if it tries to 'correct' those errors" that fsck might WRITE to a mounted fs that it's showing as 'NO WRITE'? I've never had any screwups with it, but then I've always specified -n. Later Bill Moran said: > Don't run fsck on mounted filesystems unless they're mounted read-only. > > Although, it's possible I misunderstood your description of the problem. so I'm still curious, and am wondering if Chris using SMP kernel and/or geom_mirror might have anything to do with this? Or whether his use of 'umount -f' might be (or cause) the problem indicated by his results? > > # umount -f /var > > > > > > # mount /var Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 06:59:19 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F41ED16A417 for ; Mon, 20 Aug 2007 06:59:18 +0000 (UTC) (envelope-from blee45@csc.com) Received: from mail130.messagelabs.com (mail130.messagelabs.com [216.82.250.163]) by mx1.freebsd.org (Postfix) with SMTP id B00B913C465 for ; Mon, 20 Aug 2007 06:59:18 +0000 (UTC) (envelope-from blee45@csc.com) X-VirusChecked: Checked X-Env-Sender: blee45@csc.com X-Msg-Ref: server-15.tower-130.messagelabs.com!1187591475!13951096!1 X-StarScan-Version: 5.5.12.14.2; banners=-,-,- X-Originating-IP: [20.137.52.151] Received: (qmail 20782 invoked from network); 20 Aug 2007 06:31:17 -0000 Received: from amer-mta07.csc.com (HELO amer-mta07.csc.com) (20.137.52.151) by server-15.tower-130.messagelabs.com with AES256-SHA encrypted SMTP; 20 Aug 2007 06:31:17 -0000 Received: from amer-gw09.amer.csc.com (amer-gw09.amer.csc.com [20.6.39.245]) by amer-mta07.csc.com (Switch-3.1.6/Switch-3.1.7) with ESMTP id l7K6VYe9027397 for ; Mon, 20 Aug 2007 02:31:34 -0400 (EDT) To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 X-Mailer: Lotus Notes 652HF83 November 04, 2004 From: Boon Keng Lee X-MIMETrack: S/MIME Sign by Notes Client on Boon Keng Lee/ASIA/CSC(652HF83|November 04, 2004) at 20-08-2007 02:30:58 PM, Serialize by Notes Client on Boon Keng Lee/ASIA/CSC(652HF83|November 04, 2004) at 20-08-2007 02:30:58 PM, Serialize complete at 20-08-2007 02:30:58 PM, S/MIME Sign failed at 20-08-2007 02:30:58 PM: The cryptographic key was not found, Serialize by Router on AMER-GW09/SRV/CSC(Release 7.0.2FP1 HF180|March 29, 2007) at 08/20/2007 02:29:53 AM, Serialize complete at 08/20/2007 02:29:53 AM Message-ID: Date: Mon, 20 Aug 2007 14:30:40 +0800 Content-Type: text/plain; charset="US-ASCII" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Wai Ling Kuan Subject: Veritas Backup Exec on Freebsd 6.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 06:59:19 -0000 Hi, Please kindly advise us can the FreeBSD 6.1 being backup via Veritas Backup Exec 11d Server for Windows with the Linux Client agent ? Thank for the help. Thanks & Regards Kenny Lee Pre-Sales Support Department Technology Management & Consulting Division ----------------------------------------------------------------------- Computer Systems Advisers (M) Bhd (25110-P) Wisma CSA, No. 10A, Jalan Bersatu 13/4, Section 13 46200 Petaling Jaya, Selangor Darul Ehsan Tel: +603-7663 7878 ext: 7427 Fax: +603-7958 7366 Mobile No: +6013-388 7563 E-Mail: blee45@csc.com ----------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- This is a PRIVATE message. If you are not the intended recipient, please delete without copying and kindly advise us by e-mail of the mistake in delivery. NOTE: Regardless of content, this e-mail shall not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose. -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 07:15:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BE0E16A419 for ; Mon, 20 Aug 2007 07:15:15 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from pecan.exetel.com.au (pecan.exetel.com.au [220.233.0.17]) by mx1.freebsd.org (Postfix) with ESMTP id 1026D13C4B0 for ; Mon, 20 Aug 2007 07:15:14 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from 28.201.233.220.exetel.com.au ([220.233.201.28] helo=[192.168.100.148]) by pecan.exetel.com.au with esmtp (Exim 4.63) (envelope-from ) id 1IN1Ti-0003gK-HR; Mon, 20 Aug 2007 17:15:10 +1000 In-Reply-To: <20070820004745.GB39765@gizmo.acns.msu.edu> References: <46C83C2F.3060105@fpt.vn> <20070819150415.K15146@wojtek.tensor.gdynia.pl> <20070820004745.GB39765@gizmo.acns.msu.edu> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Mon, 20 Aug 2007 17:15:10 +1000 To: Jerry McAllister X-Mailer: Apple Mail (2.752.3) Cc: Wojciech Puchar , FreeBSD Questions , vuthecuong Subject: Re: freebsd 7 release date :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 07:15:15 -0000 On 20/08/2007, at 10:47 AM, Jerry McAllister wrote: > On Sun, Aug 19, 2007 at 03:05:00PM +0200, Wojciech Puchar wrote: > >> >>> just for reference only: >>> Original release planned date of 7.0 was end of Jul. But now is >>> nearly end >>> of Aug. >>> So Which date you guess 7.0 will be released? :D >> >> when it will be ready. if time is more important than quality for >> you get >> simply get -current. even if not - and you would like help testing >> it, >> fetch and report problems. > > There was obviously no intent to challenge or apply preasure in the > question so you don't need to be snippy. If you don't have any > useful > information or at least information you think might be useful > (qualifier > for my posts) then don't bother replying - at least not snippy, posts. > We can afford to be civil - expecially when a civil question is asked. > > The person was just noting that the old guesses were no longer > operable > and hoping that some new best guesses might have been made. We all > know these dates are very movable and for very good reasons. No > one is > pushing for low quality, hurried up junk. But those best guesses by > people in the know about how the processes if moving along are helpful > for those of use out here in the hinterland trying to make it through > each day. There was nothing snippy in that post, it was just succinct. By now, people in the know have learned that it really will be done "when it's done". From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 07:33:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F17DE16A417 for ; Mon, 20 Aug 2007 07:33:30 +0000 (UTC) (envelope-from Benjamin.Close@clearchain.com) Received: from ipmail02.adl2.internode.on.net (ipmail02.adl2.internode.on.net [203.16.214.141]) by mx1.freebsd.org (Postfix) with ESMTP id 6E40B13C46B for ; Mon, 20 Aug 2007 07:33:29 +0000 (UTC) (envelope-from Benjamin.Close@clearchain.com) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ah4FAJ7byEZ5LToV/2dsb2JhbACBUw X-IronPort-AV: E=Sophos;i="4.19,283,1183300200"; d="scan'208";a="171974320" Received: from unknown (HELO mail.clearchain.com) ([121.45.58.21]) by ipmail02.adl2.internode.on.net with ESMTP; 20 Aug 2007 16:45:47 +0930 Received: from benjamin-closes-powerbook-g4-12.local (wcl.ml.unisa.edu.au [130.220.166.5]) (authenticated bits=0) by mail.clearchain.com (8.13.8/8.13.8) with ESMTP id l7K7FdTK087660 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 20 Aug 2007 16:45:45 +0930 (CST) (envelope-from Benjamin.Close@clearchain.com) Message-ID: <46C9423A.70101@clearchain.com> Date: Mon, 20 Aug 2007 16:56:50 +0930 From: Benjamin Close User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.91.1, clamav-milter version 0.91.1 on pegasus.clearchain.com X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (mail.clearchain.com [192.168.154.1]); Mon, 20 Aug 2007 16:45:45 +0930 (CST) Subject: IPv4 over IPV4 on the same network segment X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 07:33:31 -0000 Hi Folks, I've got to route a network over an ipv4 tunnel between to machines which have their parent link on the same network segment. Everything works well except for people trying to access the external address of one of the link machines: ie: Physical 120.1.1.2 (xl0)---------------------------> 120.1.1.3 (sk0) Tunnel 192.168.3.1(gif0) --------------> 192.168.0.1 (gif0) | | NET1 (xl1) NET 2 (sk1) 192.168.3.0/24 192.168.0/24 Now anyone on net NET1 can talk to NET2 fine via a default route to gif0. However anyone on NET1 can't talk to 120.1.1.3 as routing tries to send via xl0 as it's on the same net and firewall rules prevent it.The default route for xl0 is gif0 with a link level route to the ip of sk0. Anyone got an idea how to fully route xl1 via gif0? Including the parent physical address? Cheers, Benjamin From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 08:32:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4604B16A417 for ; Mon, 20 Aug 2007 08:32:19 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id C0E2513C458 for ; Mon, 20 Aug 2007 08:32:18 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: by nf-out-0910.google.com with SMTP id b2so601074nfb for ; Mon, 20 Aug 2007 01:32:17 -0700 (PDT) Received: by 10.78.170.6 with SMTP id s6mr1785357hue.1187598736840; Mon, 20 Aug 2007 01:32:16 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.132.156]) by mx.google.com with ESMTPS id 39sm2328263hui.2007.08.20.01.32.14 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 20 Aug 2007 01:32:15 -0700 (PDT) Received: from obelix.home.rakhesh.com (obelix.home.rakhesh.com [192.168.17.13]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 8874D5080A for ; Mon, 20 Aug 2007 12:31:56 +0400 (GST) Date: Mon, 20 Aug 2007 12:31:56 +0400 (GST) X-X-Sender: rakhesh@obelix.home.rakhesh.com To: freebsd-questions@freebsd.org Message-ID: <20070820121349.D51751@obelix.home.rakhesh.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Subject: GEOM, Vinum difference X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 08:32:19 -0000 Hi, I see that if I want to do disk striping/ concating/ mirroring, FreeBSD offers the GEOM utilities and the Vinum LVM (which fits into the GEOM architecture). Why do we have two different ways of doing the same tasks -- any advantages/ disadvantages to either approach? I did check the archives before posting this question. Got a couple of hits, but they seem to be old info. Hence this question. The GEOM utilities seem to be newer, fancier, and probably the future. Vinum seems to be how things used to happen earlier. After GEOM was introduced, if Vinum had been discarded, I would have understood. But it wasn't. Instead, it was rewritten for GEOM and is probably still actively maintained. So I wonder why we have two ways of doing the same tasks ... What I understand from the archives is that Vinum was _probably_ rewritten for GEOM coz the GEOM utilities were still new and not as time tested as Vinum. Is that the case? So will Vinum continue to be around for a while or it be discarded? - Rakhesh http://rakhesh.com/ From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 09:46:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D98A16A418 for ; Mon, 20 Aug 2007 09:46:15 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 11B5B13C459 for ; Mon, 20 Aug 2007 09:46:14 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1998579pyb for ; Mon, 20 Aug 2007 02:46:14 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=civ+4adoiUQtBVAnwJ+k1F/zo4CmBFnA6TcgGLy+/sPjuLxNeEtIppymwpeyvL5jVEfaXK3nVHUl5FYXVogG8HtNzxeLypdAR94dru7Ne0M1x5DIcLu+WFDMG5N3Tv+fZDYHNtne+95nYNH3TuiV9XLDVEnHAgPLh4DOs1gxm2I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=RmI6Qw7HQEPXSxYmzk+INO7UNXLy0ASud/yPEHOU8DMGZHBTpjYFinQMldJpG3olhX/Rt9Geu9Jj4GxWOz+NtWQeLMz1vtCuEo4QquDJC8/pFJQZMcaAcZGlw+CokDf65buK71fHOzm7L0hHxJYZCD96FfrkSiOxXRUomfBBn9U= Received: by 10.35.45.14 with SMTP id x14mr7216889pyj.1187603173977; Mon, 20 Aug 2007 02:46:13 -0700 (PDT) Received: from ?192.168.1.3? ( [209.240.66.157]) by mx.google.com with ESMTPS id a70sm8382319pye.2007.08.20.02.46.11 (version=SSLv3 cipher=OTHER); Mon, 20 Aug 2007 02:46:13 -0700 (PDT) In-Reply-To: <46C9423A.70101@clearchain.com> References: <46C9423A.70101@clearchain.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <7ABCB14C-5C6A-4091-B90F-59F16E5F7FAC@gmail.com> Content-Transfer-Encoding: 7bit From: Eric Crist Date: Mon, 20 Aug 2007 04:46:07 -0500 To: Benjamin Close X-Mailer: Apple Mail (2.752.3) Cc: freebsd-questions@freebsd.org Subject: Re: IPv4 over IPV4 on the same network segment X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 09:46:15 -0000 On Aug 20, 2007, at 2:26 AMAug 20, 2007, Benjamin Close wrote: > > Hi Folks, > I've got to route a network over an ipv4 tunnel between to > machines which have their parent link on the same network segment. > Everything works well except for people trying to access the > external address of one of the link machines: ie: > > > Physical 120.1.1.2 (xl0)---------------------------> 120.1.1.3 > (sk0) > Tunnel > 192.168.3.1(gif0) --------------> 192.168.0.1 (gif0) > | | > NET1 (xl1) NET 2 (sk1) > 192.168.3.0/24 192.168.0/24 > > Now anyone on net NET1 can talk to NET2 fine via a default route to > gif0. However anyone on NET1 can't talk to 120.1.1.3 as routing > tries to send via xl0 as it's on the same net and firewall rules > prevent it.The default route for xl0 is gif0 with a link level > route to the ip of sk0. > > Anyone got an idea how to fully route xl1 via gif0? Including the > parent physical address? > Benjamin, I wouldn't use gif0 as the default route, but rather the physical interface. Your system should automatically become aware of the new / 24 networks when you create the gif tunnel. I'm assuming, 120.1.1.2 can ping 120.1.1.3? If so, can either machine ping 192.168.0.1 and 192.168.3.1? If that's the case, simply setting gateway_enable="YES" in /etc/rc.conf should allow all the necessary packets to go to the correct destination. FWIW, if you do want to set the default across the gif tunnel, the other end will have to be able to handle all the internet-bound traffic. HTH ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 11:29:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F80616A418 for ; Mon, 20 Aug 2007 11:29:04 +0000 (UTC) (envelope-from apvanderveen@att.net) Received: from mtiwmhc13.worldnet.att.net (mtiwmhc13.worldnet.att.net [204.127.131.117]) by mx1.freebsd.org (Postfix) with ESMTP id 0DE7313C468 for ; Mon, 20 Aug 2007 11:28:58 +0000 (UTC) (envelope-from apvanderveen@att.net) Received: from t60.mydomain.home (unknown[12.167.151.240]) by worldnet.att.net (mtiwmhc13) with ESMTP id <20070820112858113008urloe>; Mon, 20 Aug 2007 11:28:58 +0000 Message-ID: <46C97AFA.3060107@att.net> Date: Mon, 20 Aug 2007 07:28:58 -0400 From: "Arend P. van der Veen" User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ath -- Atheros IEEE 802.11 wireless network driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 11:29:04 -0000 Hi, I have been having some interupt issues with this driver. If I hook to a wireless access point that is week, I get tons of interrupts and kills the performance of my laptop. However, when I us it at home with the access point in the same room as my laptop everything works great. I a connect to the same access point using a Windows box (different wireless card unfortunetly) I do not have a problem. I am running FreeBSD 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #2: Sat Aug 4 23:06:38 EDT 2007 I am not sure where to start to debug this or if there is a better mailing list to send this. Any suggestions would be great. Thanks, Arend From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 12:13:16 2007 Return-Path: Delivered-To: FreeBSD-Questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19AAD16A418 for ; Mon, 20 Aug 2007 12:13:16 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id C254B13C442 for ; Mon, 20 Aug 2007 12:13:15 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by wa-out-1112.google.com with SMTP id m33so737411wag for ; Mon, 20 Aug 2007 05:13:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:mail-followup-to:mime-version:content-type:content-disposition:x-face:x-attribution:x-os:x-os-version:x-os-architecture:x-uptime:face:organization:pgp:x-pgp:x-pgp-fp:user-agent:sender; b=mJmjK+wEUdPgMYB8YffyY8VOPaK0gRIM/Lf5TvoJkxeLI93o4l0KjHcyow6p3bowJtNQeikPSbD952c5GW2cVjZpZ36aejx3pMG5e1UPMHvM0+r8AQFgtP0/iXfKXzpNu1EznHk/1PdxZd8rFFrzCK2SGjGilPAztK1Znq7A5YE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:mail-followup-to:mime-version:content-type:content-disposition:x-face:x-attribution:x-os:x-os-version:x-os-architecture:x-uptime:face:organization:pgp:x-pgp:x-pgp-fp:user-agent:sender; b=ifgHV4IDt79iUUiXZ6/kH38c6eujFxjO8Wdd3HV9tn2shRqsUSY7FCf7s1M0TvkFoaN9baxayDhSjLqWWYOfM+vDcE+ktd1DPUPWLvGoiAF6MVH6qKf055HCMXSWpRMXLCO2EPPUGBypWJBs8avXy2V3vvup8iqGomUq6k2Us0Y= Received: by 10.115.111.1 with SMTP id o1mr1028701wam.1187611994821; Mon, 20 Aug 2007 05:13:14 -0700 (PDT) Received: from chatteau.d.lf ( [122.163.222.189]) by mx.google.com with ESMTPS id z20sm8761680pod.2007.08.20.05.12.56 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 20 Aug 2007 05:13:05 -0700 (PDT) Date: Mon, 20 Aug 2007 17:40:26 +0530 From: =?utf-8?B?4KSG4KS24KWA4KS3IOCktuClgeCkleCljeCksg==?= Ashish Shukla To: FreeBSD-Questions@FreeBSD.ORG Message-ID: <20070820121026.GA4358@chatteau.d.lf> Mail-Followup-To: FreeBSD-Questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eJnRUKwClWJh1Khz" Content-Disposition: inline X-Face: *!LyhHV"J+/95DS|"tnD(ts]QvHA*t$3~<0Ek1}W4#t~ X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= X-OS: Linux X-OS-Version: 2.6.22.1-41.fc7 X-OS-Architecture: x86_64 X-Uptime: 17:24:26 up 5 min, 3 users, load average: 0.06, 0.32, 0.18 Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAG1BMVEX/+/0sHhbJm4v4+/2bRhdrbXL+/P3w8O/vq4v1P1jJAAACdElEQVQ4jUWUQWvjMBCFDQvNWWDDXpOo6xwXDOpZZgy6ur Wba7pipb023li5FrSsf/a+keyuQyidT29m3oycwjlXFBfnrLKzc6rBX8WhAsDN6Tt7N7mnCQT/XhJ42PnZX3shqufJzqxcAc4/7UV+6t3MCpfBbN/XuKjq4P+Dp5/i86n+zmoFaKPnUFmWok SdENAeA+WTQOtODxrkENSaynMFPQw9aa17SCZlM+g5Dw0ch2RkSQY4T11Hw0BDyW7ClMENZUnKtkWci4z1nID/TUSH00lGSQSFGOspdeU/OmPigo8cBq3TZLJiIEOIG4NkGYSs0BRBzMKSks kIhYW/klLcQJKLPIem8NaF0oDEBQ/60gTFcSosgzblYQnRILQYoXDW/SojpejCgNF4BJjUu8B5jiAedWtanRSNehOQkO7alMoscT8e0a5tfpTaoNHDyUQckGi6QirbKN/jmBSEQiBIt6+OuA xW7bThJF/lsphcqXph5yrsoYAV+OBcS9Ti5fs6q5NZ1njEI8Rruom+YxtsPCmiFNVrunCeWsMGc9wYvQHb0UJJwDZPErP6dikenNt1MGDWOLzz2NM+gkTUxLUEL+qcNxhkm4eOMHVpHdggLl 34U7JDEHhjwa1eFTed2orsu0+Xd2pSu/dScioQg/VVjyE0+ZYEXjo889TRUgDItyT0aXaYq0SJ5xqZWIGlx5ZHRElQncMGVLilYae4GM9cIgN/17zTZI5NbMD6MODyIhcLuCe1Ki7hg2ROVO Wetrc2vFPuSIy3VHoD/ipyAXaNN3ADKtwf8zs+1qvA8RDxy/HlMG4FsmAFNlwfMb3x/Clw/wD/sGWJDSmNYwAAAABJRU5ErkJggg= Organization: /\/0/\/3 PGP: 762E5E74 X-PGP: 762E5E74 X-PGP-FP: 1E00 4679 77E4 F8EE 2E4B 56F2 1F2F 8410 762E 5E74 User-Agent: Mutt/1.5.14 (2007-02-12) Sender: =?UTF-8?B?4KSG4KS24KWA4KS3IOCktuClgeCkleCljeCksg==?= Cc: Subject: FreeBSD 6.2-RELEASE-p7 box crashing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 12:13:16 -0000 --eJnRUKwClWJh1Khz Content-Type: multipart/mixed; boundary="opJtzjQTFsWo+cga" Content-Disposition: inline --opJtzjQTFsWo+cga Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I'm running FreeBSD 6.2-RELEASE-p7 custom compiled kernel running on Intel Pentium 4 630 (AMD64 architecture). FreeBSD 6.2-RELEASE is the most stable release I've ever seen in my 3 years of BSD life. But for the first time, it crashed today, that's too severe. It suddenly freezed, and then heard a long beep, after that rebooted within 2 seconds. Now, since then it either gets rebooted during filesystem check, or either during starting "/usr/local/etc/rc.d/avahi-daemon.sh" . Right now, I'm mailing from Linux, and attaching a copy of "/var/log/messag= es" with output of FreeBSD booted with verbose logging chosen at boot menu. I've tested my memory using memtest86+ executing all tests (including Bit fade test), and it passed all tests. Please suggest what should I do ? TIA, Ashish Shukla --=20 Ashish Shukla "Wah Java !!" =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4=95=E0=A5=8D= =E0=A4=B2 weblog: http://wahjava.wordpress.com/ ,=3D ,-_-. =3D. | The desire to be rewarded for one's creativity = does | ((_/)o o(\_)) | not justify depriving the world in general of all or= | `-'(. .)`-' | part of that creativity. = | \_/ | - Richard M. Stallman = | --opJtzjQTFsWo+cga Content-Type: text/plain; charset=utf-8 Content-Description: /var/log/messages from FreeBSD Content-Disposition: attachment; filename="messages.bsd" Aug 20 15:00:00 chatteau newsyslog[87677]: logfile turned over due to size>100K Aug 20 15:04:49 chatteau sudo: abbe : TTY=ttyp0 ; PWD=/usr/home/wahjava ; USER=root ; COMMAND=/usr/sbin/ppp -ddial airtel Aug 20 15:04:53 chatteau sudo: abbe : TTY=ttyp0 ; PWD=/usr/home/wahjava ; USER=root ; COMMAND=/usr/bin/tail -f /var/log/messages Aug 20 15:04:57 chatteau sudo: abbe : TTY=ttyp0 ; PWD=/usr/home/wahjava ; USER=root ; COMMAND=/usr/bin/tail -f /var/log/ppp.log Aug 20 15:05:08 chatteau sudo: abbe : TTY=ttyp0 ; PWD=/usr/home/wahjava ; USER=root ; COMMAND=/usr/bin/tail -f /var/log/ppp.log Aug 20 15:05:39 chatteau sudo: abbe : TTY=ttyp0 ; PWD=/usr/home/wahjava ; USER=root ; COMMAND=/usr/bin/killall ppp Aug 20 15:05:40 chatteau last message repeated 2 times Aug 20 15:05:44 chatteau sudo: abbe : TTY=ttyp0 ; PWD=/usr/home/wahjava ; USER=root ; COMMAND=/usr/bin/killall pppd Aug 20 15:05:49 chatteau kernel: cdce0: usb error on rx: IOERROR Aug 20 15:05:49 chatteau kernel: cdce0: at uhub3 port 2 (addr 2) disconnected Aug 20 15:05:49 chatteau avahi-daemon[973]: IP_DROP_MEMBERSHIP failed: Can't assign requested address Aug 20 15:05:49 chatteau avahi-daemon[973]: IPV6_DROP_MEMBERSHIP failed: Can't assign requested address Aug 20 15:05:49 chatteau kernel: cdce0: detached Aug 20 15:06:07 chatteau kernel: cdce0: Broadcom Corporation USB Network Interface, rev 1.10/1.01, addr 2 Aug 20 15:06:07 chatteau kernel: cdce0: faking MAC address Aug 20 15:06:07 chatteau kernel: cdce0: Ethernet address: 2a:04:12:36:00:00 Aug 20 15:06:07 chatteau kernel: cdce0: if_start running deferred for Giant Aug 20 15:06:12 chatteau sudo: abbe : TTY=ttyp0 ; PWD=/usr/home/wahjava ; USER=root ; COMMAND=/usr/local/sbin/gdmsetup Aug 20 15:08:09 chatteau ppp[605]: tun0: Warning: deflink: Reducing configured MRU from 1500 to 1492 Aug 20 15:33:48 chatteau syslogd: kernel boot file is /boot/kernel/kernel Aug 20 15:33:48 chatteau kernel: Copyright (c) 1992-2007 The FreeBSD Project. Aug 20 15:33:48 chatteau kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Aug 20 15:33:48 chatteau kernel: The Regents of the University of California. All rights reserved. Aug 20 15:33:48 chatteau kernel: FreeBSD is a registered trademark of The FreeBSD Foundation. Aug 20 15:33:48 chatteau kernel: FreeBSD 6.2-RELEASE-p7 #2: Sat Aug 11 20:29:39 IST 2007 Aug 20 15:33:48 chatteau kernel: root@chatteau.d.lf:/usr/obj/usr/src/sys/SMP-without-AGP-module Aug 20 15:33:48 chatteau kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 Aug 20 15:33:48 chatteau kernel: CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz (3006.01-MHz K8-class CPU) Aug 20 15:33:48 chatteau kernel: Origin = "GenuineIntel" Id = 0xf43 Stepping = 3 Aug 20 15:33:48 chatteau kernel: Features=0xbfebfbff Aug 20 15:33:48 chatteau kernel: Features2=0x649d> Aug 20 15:33:48 chatteau kernel: AMD Features=0x20100800 Aug 20 15:33:48 chatteau kernel: Logical CPUs per core: 2 Aug 20 15:33:48 chatteau kernel: real memory = 1063768064 (1014 MB) Aug 20 15:33:48 chatteau kernel: avail memory = 1017257984 (970 MB) Aug 20 15:33:48 chatteau kernel: ACPI APIC Table: Aug 20 15:33:48 chatteau kernel: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs Aug 20 15:33:48 chatteau kernel: cpu0 (BSP): APIC ID: 0 Aug 20 15:33:48 chatteau kernel: cpu1 (AP): APIC ID: 1 Aug 20 15:33:48 chatteau kernel: ioapic0: Changing APIC ID to 2 Aug 20 15:33:48 chatteau kernel: ioapic0 irqs 0-23 on motherboard Aug 20 15:33:48 chatteau kernel: kbd1 at kbdmux0 Aug 20 15:33:48 chatteau kernel: acpi0: on motherboard Aug 20 15:33:48 chatteau kernel: acpi0: Power Button (fixed) Aug 20 15:33:48 chatteau kernel: Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 Aug 20 15:33:48 chatteau kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 Aug 20 15:33:48 chatteau kernel: cpu0: on acpi0 Aug 20 15:33:48 chatteau kernel: acpi_perf0: on cpu0 Aug 20 15:33:48 chatteau kernel: acpi_perf0: failed in PERF_STATUS attach Aug 20 15:33:48 chatteau kernel: device_attach: acpi_perf0 attach returned 6 Aug 20 15:33:48 chatteau kernel: acpi_perf0: on cpu0 Aug 20 15:33:48 chatteau kernel: acpi_perf0: failed in PERF_STATUS attach Aug 20 15:33:48 chatteau kernel: device_attach: acpi_perf0 attach returned 6 Aug 20 15:33:48 chatteau kernel: cpu1: on acpi0 Aug 20 15:33:48 chatteau kernel: acpi_perf1: on cpu1 Aug 20 15:33:48 chatteau kernel: acpi_perf1: failed in PERF_STATUS attach Aug 20 15:33:48 chatteau kernel: device_attach: acpi_perf1 attach returned 6 Aug 20 15:33:48 chatteau kernel: acpi_perf1: on cpu1 Aug 20 15:33:48 chatteau kernel: acpi_perf1: failed in PERF_STATUS attach Aug 20 15:33:48 chatteau kernel: device_attach: acpi_perf1 attach returned 6 Aug 20 15:33:48 chatteau kernel: acpi_button0: on acpi0 Aug 20 15:33:48 chatteau kernel: pcib0: port 0xcf8-0xcff on acpi0 Aug 20 15:33:48 chatteau kernel: pci0: on pcib0 Aug 20 15:33:48 chatteau kernel: pci0: at device 2.0 (no driver attached) Aug 20 15:33:48 chatteau kernel: pci0: at device 27.0 (no driver attached) Aug 20 15:33:48 chatteau kernel: pcib1: at device 28.0 on pci0 Aug 20 15:33:48 chatteau kernel: pci1: on pcib1 Aug 20 15:33:48 chatteau kernel: pcib2: at device 28.2 on pci0 Aug 20 15:33:48 chatteau kernel: pci2: on pcib2 Aug 20 15:33:48 chatteau kernel: pcib3: at device 28.3 on pci0 Aug 20 15:33:48 chatteau kernel: pci3: on pcib3 Aug 20 15:33:48 chatteau kernel: uhci0: port 0x2080-0x209f irq 23 at device 29.0 on pci0 Aug 20 15:33:48 chatteau kernel: uhci0: [GIANT-LOCKED] Aug 20 15:33:48 chatteau kernel: usb0: on uhci0 Aug 20 15:33:48 chatteau kernel: usb0: USB revision 1.0 Aug 20 15:33:48 chatteau kernel: uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Aug 20 15:33:48 chatteau kernel: uhub0: 2 ports with 2 removable, self powered Aug 20 15:33:48 chatteau kernel: uhci1: port 0x2060-0x207f irq 19 at device 29.1 on pci0 Aug 20 15:33:48 chatteau kernel: uhci1: [GIANT-LOCKED] Aug 20 15:33:48 chatteau kernel: usb1: on uhci1 Aug 20 15:33:48 chatteau kernel: usb1: USB revision 1.0 Aug 20 15:33:48 chatteau kernel: uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Aug 20 15:33:48 chatteau kernel: uhub1: 2 ports with 2 removable, self powered Aug 20 15:33:48 chatteau kernel: uhci2: port 0x2040-0x205f irq 18 at device 29.2 on pci0 Aug 20 15:33:48 chatteau kernel: uhci2: [GIANT-LOCKED] Aug 20 15:33:48 chatteau kernel: usb2: on uhci2 Aug 20 15:33:48 chatteau kernel: usb2: USB revision 1.0 Aug 20 15:33:48 chatteau kernel: uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Aug 20 15:33:48 chatteau kernel: uhub2: 2 ports with 2 removable, self powered Aug 20 15:33:48 chatteau kernel: uhci3: port 0x2020-0x203f irq 16 at device 29.3 on pci0 Aug 20 15:33:48 chatteau kernel: uhci3: [GIANT-LOCKED] Aug 20 15:33:48 chatteau kernel: usb3: on uhci3 Aug 20 15:33:48 chatteau kernel: usb3: USB revision 1.0 Aug 20 15:33:48 chatteau kernel: uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Aug 20 15:33:48 chatteau kernel: uhub3: 2 ports with 2 removable, self powered Aug 20 15:33:48 chatteau kernel: ehci0: mem 0x501c4000-0x501c43ff irq 23 at device 29.7 on pci0 Aug 20 15:33:48 chatteau kernel: ehci0: [GIANT-LOCKED] Aug 20 15:33:48 chatteau kernel: usb4: EHCI version 1.0 Aug 20 15:33:48 chatteau kernel: usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 Aug 20 15:33:48 chatteau kernel: usb4: on ehci0 Aug 20 15:33:48 chatteau kernel: usb4: USB revision 2.0 Aug 20 15:33:48 chatteau kernel: uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 Aug 20 15:33:48 chatteau kernel: uhub4: 8 ports with 8 removable, self powered Aug 20 15:33:48 chatteau kernel: pcib4: at device 30.0 on pci0 Aug 20 15:33:48 chatteau kernel: pci4: on pcib4 Aug 20 15:33:48 chatteau kernel: rl0: port 0x1000-0x10ff mem 0x50009000-0x500090ff irq 21 at device 0.0 on pci4 Aug 20 15:33:48 chatteau kernel: miibus0: on rl0 Aug 20 15:33:48 chatteau kernel: rlphy0: on miibus0 Aug 20 15:33:48 chatteau kernel: rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Aug 20 15:33:48 chatteau kernel: rl0: Ethernet address: 00:00:21:23:cc:ed Aug 20 15:33:48 chatteau kernel: pci4: at device 1.0 (no driver attached) Aug 20 15:33:48 chatteau kernel: fxp0: port 0x1100-0x113f mem 0x50008000-0x50008fff irq 20 at device 8.0 on pci4 Aug 20 15:33:48 chatteau kernel: miibus1: on fxp0 Aug 20 15:33:48 chatteau kernel: inphy0: on miibus1 Aug 20 15:33:48 chatteau kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Aug 20 15:33:48 chatteau kernel: fxp0: Ethernet address: 00:13:20:b7:55:0a Aug 20 15:33:48 chatteau kernel: isab0: at device 31.0 on pci0 Aug 20 15:33:48 chatteau kernel: isa0: on isab0 Aug 20 15:33:48 chatteau kernel: atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x20b0-0x20bf irq 18 at device 31.1 on pci0 Aug 20 15:33:48 chatteau kernel: ata0: on atapci0 Aug 20 15:33:48 chatteau kernel: ata1: on atapci0 Aug 20 15:33:48 chatteau kernel: atapci1: port 0x20c8-0x20cf,0x20ec-0x20ef,0x20c0-0x20c7,0x20e8-0x20eb,0x20a0-0x20af irq 19 at device 31.2 on pci0 Aug 20 15:33:48 chatteau kernel: ata2: on atapci1 Aug 20 15:33:48 chatteau kernel: ata3: on atapci1 Aug 20 15:33:48 chatteau kernel: pci0: at device 31.3 (no driver attached) Aug 20 15:33:48 chatteau kernel: ppc0: port 0x378-0x37f,0x778-0x77f irq 7 on acpi0 Aug 20 15:33:48 chatteau kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode Aug 20 15:33:48 chatteau kernel: ppc0: FIFO with 16/16/8 bytes threshold Aug 20 15:33:48 chatteau kernel: ppbus0: on ppc0 Aug 20 15:33:48 chatteau kernel: plip0: on ppbus0 Aug 20 15:33:48 chatteau kernel: lpt0: on ppbus0 Aug 20 15:33:48 chatteau kernel: lpt0: Interrupt-driven port Aug 20 15:33:48 chatteau kernel: ppi0: on ppbus0 Aug 20 15:33:48 chatteau kernel: atkbdc0: port 0x60,0x64 irq 1 on acpi0 Aug 20 15:33:48 chatteau kernel: atkbd0: irq 1 on atkbdc0 Aug 20 15:33:48 chatteau kernel: kbd0 at atkbd0 Aug 20 15:33:48 chatteau kernel: atkbd0: [GIANT-LOCKED] Aug 20 15:33:48 chatteau kernel: psm0: irq 12 on atkbdc0 Aug 20 15:33:48 chatteau kernel: psm0: [GIANT-LOCKED] Aug 20 15:33:48 chatteau kernel: psm0: model IntelliMouse, device ID 3 Aug 20 15:33:48 chatteau kernel: orm0: at iomem 0xcb000-0xcbfff on isa0 Aug 20 15:33:48 chatteau kernel: sc0: at flags 0x100 on isa0 Aug 20 15:33:48 chatteau kernel: sc0: VGA <16 virtual consoles, flags=0x300> Aug 20 15:33:48 chatteau kernel: sio0: configured irq 4 not in bitmap of probed irqs 0 Aug 20 15:33:48 chatteau kernel: sio0: port may not be enabled Aug 20 15:33:48 chatteau kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 Aug 20 15:33:48 chatteau kernel: sio0: type 8250 or not responding Aug 20 15:33:48 chatteau kernel: sio1: configured irq 3 not in bitmap of probed irqs 0 Aug 20 15:33:48 chatteau kernel: sio1: port may not be enabled Aug 20 15:33:48 chatteau kernel: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Aug 20 15:33:48 chatteau kernel: ugen0: American Power Conversion Back-UPS ES 650Y-IN FW:853.m3.I USB FW:m3, rev 1.10/0.06, addr 2 Aug 20 15:33:48 chatteau kernel: cdce0: Broadcom Corporation USB Network Interface, rev 1.10/1.01, addr 2 Aug 20 15:33:48 chatteau kernel: cdce0: faking MAC address Aug 20 15:33:48 chatteau kernel: cdce0: Ethernet address: 2a:00:00:00:00:00 Aug 20 15:33:48 chatteau kernel: cdce0: if_start running deferred for Giant Aug 20 15:33:48 chatteau kernel: Timecounters tick every 1.000 msec Aug 20 15:33:48 chatteau kernel: acd0: DVDR at ata0-master UDMA33 Aug 20 15:33:48 chatteau kernel: ad5: 238475MB at ata2-slave SATA150 Aug 20 15:33:48 chatteau kernel: ad6: 152627MB at ata3-master SATA150 Aug 20 15:33:48 chatteau kernel: SMP: AP CPU #1 Launched! Aug 20 15:33:48 chatteau kernel: Trying to mount root from ufs:/dev/ad6s1a Aug 20 15:33:48 chatteau kernel: WARNING: / was not properly dismounted Aug 20 15:33:48 chatteau kernel: WARNING: /usr was not properly dismounted Aug 20 15:33:48 chatteau kernel: /usr: mount pending error: blocks 28 files 4 Aug 20 15:33:48 chatteau kernel: WARNING: /var was not properly dismounted Aug 20 15:33:48 chatteau kernel: /var: mount pending error: blocks 11480 files 22 Aug 20 15:33:48 chatteau tspc: tspConnect: Not able to connect to service port 3653 Aug 20 15:33:48 chatteau tspc: tspConnect: Not able to connect to service port 3653 Aug 20 15:33:48 chatteau tspc: tspMain: All transports failed, quitting Aug 20 15:33:48 chatteau tspc: tspMain: Error is 2: SOCKET_ERROR Aug 20 15:33:48 chatteau root: /etc/rc: WARNING: $pdnsd_enable is not set properly - see rc.conf(5). Aug 20 15:33:49 chatteau pdns_recursor[857]: PowerDNS recursor 3.1.4 (C) 2001-2006 PowerDNS.COM BV (Aug 7 2007, 14:47:00, gcc 3.4.6 [FreeBSD] 20060305) starting up Aug 20 15:33:49 chatteau pdns_recursor[857]: PowerDNS comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it according to the terms of the GPL version 2. Aug 20 15:33:49 chatteau pdns_recursor[857]: Operating in 64 bits mode Aug 20 15:33:49 chatteau pdns_recursor[857]: Only allowing queries from: 127.0.0.0/8 Aug 20 15:33:49 chatteau pdns_recursor[857]: Inserting forward zone 'chatteau.' based on hosts file Aug 20 15:33:49 chatteau pdns_recursor[857]: Inserting forward zone 'chatteau.d.lf.' based on hosts file Aug 20 15:33:49 chatteau pdns_recursor[857]: Inserting forward zone 'localhost.d.lf.' based on hosts file Aug 20 15:33:49 chatteau pdns_recursor[857]: Inserting forward zone 'localhost.' based on hosts file Aug 20 15:33:49 chatteau pdns_recursor[857]: Inserting forward zone 'localhost.localdomain.' based on hosts file Aug 20 15:33:49 chatteau pdns_recursor[857]: Inserting reverse zone '1.0.0.127.in-addr.arpa.' based on hosts file Aug 20 15:33:49 chatteau pdns_recursor[857]: Inserting rfc 1918 private space zones Aug 20 15:33:49 chatteau pdns_recursor[857]: Listening for UDP queries on 127.0.0.1:53 Aug 20 15:33:49 chatteau pdns_recursor[857]: Listening for TCP queries on 127.0.0.1:53 Aug 20 15:33:49 chatteau pdns_recursor[857]: Done priming cache with root hints Aug 20 15:33:49 chatteau pdns_recursor[857]: Calling daemonize, going to background Aug 20 15:33:49 chatteau pdns_recursor[858]: Enabled 'kqueue' multiplexer Aug 20 15:33:55 chatteau pdns_recursor[858]: Failed to update . records, RCODE=2 Aug 20 15:33:55 chatteau avahi-daemon[974]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns! Aug 20 15:34:12 chatteau kernel: ymf7xx0: mem 0x50000000-0x50007fff irq 22 at device 1.0 on pci4 Aug 20 15:34:12 chatteau kernel: hdaudio0: mem 0x501c0000-0x501c3fff irq 22 at device 27.0 on pci0 Aug 20 15:35:06 chatteau login: ROOT LOGIN (toor) ON ttyv0 Aug 20 15:50:42 chatteau syslogd: kernel boot file is /boot/kernel/kernel Aug 20 15:50:42 chatteau kernel: Copyright (c) 1992-2007 The FreeBSD Project. Aug 20 15:50:42 chatteau kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Aug 20 15:50:42 chatteau kernel: The Regents of the University of California. All rights reserved. Aug 20 15:50:42 chatteau kernel: FreeBSD is a registered trademark of The FreeBSD Foundation. Aug 20 15:50:42 chatteau kernel: FreeBSD 6.2-RELEASE-p7 #2: Sat Aug 11 20:29:39 IST 2007 Aug 20 15:50:42 chatteau kernel: root@chatteau.d.lf:/usr/obj/usr/src/sys/SMP-without-AGP-module Aug 20 15:50:42 chatteau kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 Aug 20 15:50:42 chatteau kernel: CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz (3006.01-MHz K8-class CPU) Aug 20 15:50:42 chatteau kernel: Origin = "GenuineIntel" Id = 0xf43 Stepping = 3 Aug 20 15:50:42 chatteau kernel: Features=0xbfebfbff Aug 20 15:50:42 chatteau kernel: Features2=0x649d> Aug 20 15:50:42 chatteau kernel: AMD Features=0x20100800 Aug 20 15:50:42 chatteau kernel: Logical CPUs per core: 2 Aug 20 15:50:42 chatteau kernel: real memory = 1063768064 (1014 MB) Aug 20 15:50:42 chatteau kernel: avail memory = 1017257984 (970 MB) Aug 20 15:50:42 chatteau kernel: ACPI APIC Table: Aug 20 15:50:42 chatteau kernel: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs Aug 20 15:50:42 chatteau kernel: cpu0 (BSP): APIC ID: 0 Aug 20 15:50:42 chatteau kernel: cpu1 (AP): APIC ID: 1 Aug 20 15:50:42 chatteau kernel: ioapic0: Changing APIC ID to 2 Aug 20 15:50:42 chatteau kernel: ioapic0 irqs 0-23 on motherboard Aug 20 15:50:42 chatteau kernel: kbd1 at kbdmux0 Aug 20 15:50:42 chatteau kernel: acpi0: on motherboard Aug 20 15:50:42 chatteau kernel: acpi0: Power Button (fixed) Aug 20 15:50:42 chatteau kernel: Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 Aug 20 15:50:42 chatteau kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 Aug 20 15:50:42 chatteau kernel: cpu0: on acpi0 Aug 20 15:50:42 chatteau kernel: acpi_perf0: on cpu0 Aug 20 15:50:42 chatteau kernel: acpi_perf0: failed in PERF_STATUS attach Aug 20 15:50:42 chatteau kernel: device_attach: acpi_perf0 attach returned 6 Aug 20 15:50:42 chatteau kernel: acpi_perf0: on cpu0 Aug 20 15:50:42 chatteau kernel: acpi_perf0: failed in PERF_STATUS attach Aug 20 15:50:42 chatteau kernel: device_attach: acpi_perf0 attach returned 6 Aug 20 15:50:42 chatteau kernel: cpu1: on acpi0 Aug 20 15:50:42 chatteau kernel: acpi_perf1: on cpu1 Aug 20 15:50:42 chatteau kernel: acpi_perf1: failed in PERF_STATUS attach Aug 20 15:50:42 chatteau kernel: device_attach: acpi_perf1 attach returned 6 Aug 20 15:50:42 chatteau kernel: acpi_perf1: on cpu1 Aug 20 15:50:42 chatteau kernel: acpi_perf1: failed in PERF_STATUS attach Aug 20 15:50:42 chatteau kernel: device_attach: acpi_perf1 attach returned 6 Aug 20 15:50:42 chatteau kernel: acpi_button0: on acpi0 Aug 20 15:50:42 chatteau kernel: pcib0: port 0xcf8-0xcff on acpi0 Aug 20 15:50:42 chatteau kernel: pci0: on pcib0 Aug 20 15:50:42 chatteau kernel: pci0: at device 2.0 (no driver attached) Aug 20 15:50:42 chatteau kernel: pci0: at device 27.0 (no driver attached) Aug 20 15:50:42 chatteau kernel: pcib1: at device 28.0 on pci0 Aug 20 15:50:42 chatteau kernel: pci1: on pcib1 Aug 20 15:50:42 chatteau kernel: pcib2: at device 28.2 on pci0 Aug 20 15:50:42 chatteau kernel: pci2: on pcib2 Aug 20 15:50:42 chatteau kernel: pcib3: at device 28.3 on pci0 Aug 20 15:50:42 chatteau kernel: pci3: on pcib3 Aug 20 15:50:42 chatteau kernel: uhci0: port 0x2080-0x209f irq 23 at device 29.0 on pci0 Aug 20 15:50:42 chatteau kernel: uhci0: [GIANT-LOCKED] Aug 20 15:50:42 chatteau kernel: usb0: on uhci0 Aug 20 15:50:42 chatteau kernel: usb0: USB revision 1.0 Aug 20 15:50:42 chatteau kernel: uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Aug 20 15:50:42 chatteau kernel: uhub0: 2 ports with 2 removable, self powered Aug 20 15:50:42 chatteau kernel: uhci1: port 0x2060-0x207f irq 19 at device 29.1 on pci0 Aug 20 15:50:42 chatteau kernel: uhci1: [GIANT-LOCKED] Aug 20 15:50:42 chatteau kernel: usb1: on uhci1 Aug 20 15:50:42 chatteau kernel: usb1: USB revision 1.0 Aug 20 15:50:42 chatteau kernel: uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Aug 20 15:50:42 chatteau kernel: uhub1: 2 ports with 2 removable, self powered Aug 20 15:50:42 chatteau kernel: uhci2: port 0x2040-0x205f irq 18 at device 29.2 on pci0 Aug 20 15:50:42 chatteau kernel: uhci2: [GIANT-LOCKED] Aug 20 15:50:42 chatteau kernel: usb2: on uhci2 Aug 20 15:50:42 chatteau kernel: usb2: USB revision 1.0 Aug 20 15:50:42 chatteau kernel: uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Aug 20 15:50:42 chatteau kernel: uhub2: 2 ports with 2 removable, self powered Aug 20 15:50:42 chatteau kernel: uhci3: port 0x2020-0x203f irq 16 at device 29.3 on pci0 Aug 20 15:50:42 chatteau kernel: uhci3: [GIANT-LOCKED] Aug 20 15:50:42 chatteau kernel: usb3: on uhci3 Aug 20 15:50:42 chatteau kernel: usb3: USB revision 1.0 Aug 20 15:50:42 chatteau kernel: uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Aug 20 15:50:42 chatteau kernel: uhub3: 2 ports with 2 removable, self powered Aug 20 15:50:42 chatteau kernel: ehci0: mem 0x501c4000-0x501c43ff irq 23 at device 29.7 on pci0 Aug 20 15:50:42 chatteau kernel: ehci0: [GIANT-LOCKED] Aug 20 15:50:42 chatteau kernel: usb4: EHCI version 1.0 Aug 20 15:50:42 chatteau kernel: usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 Aug 20 15:50:42 chatteau kernel: usb4: on ehci0 Aug 20 15:50:42 chatteau kernel: usb4: USB revision 2.0 Aug 20 15:50:42 chatteau kernel: uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 Aug 20 15:50:42 chatteau kernel: uhub4: 8 ports with 8 removable, self powered Aug 20 15:50:42 chatteau kernel: pcib4: at device 30.0 on pci0 Aug 20 15:50:42 chatteau kernel: pci4: on pcib4 Aug 20 15:50:42 chatteau kernel: rl0: port 0x1000-0x10ff mem 0x50009000-0x500090ff irq 21 at device 0.0 on pci4 Aug 20 15:50:42 chatteau kernel: miibus0: on rl0 Aug 20 15:50:42 chatteau kernel: rlphy0: on miibus0 Aug 20 15:50:42 chatteau kernel: rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Aug 20 15:50:42 chatteau kernel: rl0: Ethernet address: 00:00:21:23:cc:ed Aug 20 15:50:42 chatteau kernel: pci4: at device 1.0 (no driver attached) Aug 20 15:50:42 chatteau kernel: fxp0: port 0x1100-0x113f mem 0x50008000-0x50008fff irq 20 at device 8.0 on pci4 Aug 20 15:50:42 chatteau kernel: miibus1: on fxp0 Aug 20 15:50:42 chatteau kernel: inphy0: on miibus1 Aug 20 15:50:42 chatteau kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Aug 20 15:50:42 chatteau kernel: fxp0: Ethernet address: 00:13:20:b7:55:0a Aug 20 15:50:42 chatteau kernel: isab0: at device 31.0 on pci0 Aug 20 15:50:42 chatteau kernel: isa0: on isab0 Aug 20 15:50:42 chatteau kernel: atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x20b0-0x20bf irq 18 at device 31.1 on pci0 Aug 20 15:50:42 chatteau kernel: ata0: on atapci0 Aug 20 15:50:42 chatteau kernel: ata1: on atapci0 Aug 20 15:50:42 chatteau kernel: atapci1: port 0x20c8-0x20cf,0x20ec-0x20ef,0x20c0-0x20c7,0x20e8-0x20eb,0x20a0-0x20af irq 19 at device 31.2 on pci0 Aug 20 15:50:42 chatteau kernel: ata2: on atapci1 Aug 20 15:50:42 chatteau kernel: ata3: on atapci1 Aug 20 15:50:42 chatteau kernel: pci0: at device 31.3 (no driver attached) Aug 20 15:50:42 chatteau kernel: ppc0: port 0x378-0x37f,0x778-0x77f irq 7 on acpi0 Aug 20 15:50:42 chatteau kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode Aug 20 15:50:42 chatteau kernel: ppc0: FIFO with 16/16/8 bytes threshold Aug 20 15:50:42 chatteau kernel: ppbus0: on ppc0 Aug 20 15:50:42 chatteau kernel: plip0: on ppbus0 Aug 20 15:50:42 chatteau kernel: lpt0: on ppbus0 Aug 20 15:50:42 chatteau kernel: lpt0: Interrupt-driven port Aug 20 15:50:42 chatteau kernel: ppi0: on ppbus0 Aug 20 15:50:42 chatteau kernel: atkbdc0: port 0x60,0x64 irq 1 on acpi0 Aug 20 15:50:42 chatteau kernel: atkbd0: irq 1 on atkbdc0 Aug 20 15:50:42 chatteau kernel: kbd0 at atkbd0 Aug 20 15:50:42 chatteau kernel: atkbd0: [GIANT-LOCKED] Aug 20 15:50:42 chatteau kernel: psm0: irq 12 on atkbdc0 Aug 20 15:50:42 chatteau kernel: psm0: [GIANT-LOCKED] Aug 20 15:50:42 chatteau kernel: psm0: model IntelliMouse, device ID 3 Aug 20 15:50:42 chatteau kernel: orm0: at iomem 0xcb000-0xcbfff on isa0 Aug 20 15:50:42 chatteau kernel: sc0: at flags 0x100 on isa0 Aug 20 15:50:42 chatteau kernel: sc0: VGA <16 virtual consoles, flags=0x300> Aug 20 15:50:42 chatteau kernel: sio0: configured irq 4 not in bitmap of probed irqs 0 Aug 20 15:50:42 chatteau kernel: sio0: port may not be enabled Aug 20 15:50:42 chatteau kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 Aug 20 15:50:42 chatteau kernel: sio0: type 8250 or not responding Aug 20 15:50:42 chatteau kernel: sio1: configured irq 3 not in bitmap of probed irqs 0 Aug 20 15:50:42 chatteau kernel: sio1: port may not be enabled Aug 20 15:50:42 chatteau kernel: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Aug 20 15:50:42 chatteau kernel: ugen0: American Power Conversion Back-UPS ES 650Y-IN FW:853.m3.I USB FW:m3, rev 1.10/0.06, addr 2 Aug 20 15:50:42 chatteau kernel: cdce0: Broadcom Corporation USB Network Interface, rev 1.10/1.01, addr 2 Aug 20 15:50:42 chatteau kernel: cdce0: faking MAC address Aug 20 15:50:42 chatteau kernel: cdce0: Ethernet address: 2a:00:00:00:00:00 Aug 20 15:50:42 chatteau kernel: cdce0: if_start running deferred for Giant Aug 20 15:50:42 chatteau kernel: Timecounters tick every 1.000 msec Aug 20 15:50:42 chatteau kernel: acd0: DVDR at ata0-master UDMA33 Aug 20 15:50:42 chatteau kernel: ad5: 238475MB at ata2-slave SATA150 Aug 20 15:50:42 chatteau kernel: ad6: 152627MB at ata3-master SATA150 Aug 20 15:50:42 chatteau kernel: SMP: AP CPU #1 Launched! Aug 20 15:50:42 chatteau kernel: Trying to mount root from ufs:/dev/ad6s1a Aug 20 15:50:42 chatteau kernel: WARNING: / was not properly dismounted Aug 20 15:50:42 chatteau kernel: WARNING: /usr was not properly dismounted Aug 20 15:50:42 chatteau kernel: WARNING: /var was not properly dismounted Aug 20 15:50:43 chatteau tspc: tspConnect: Not able to connect to service port 3653 Aug 20 15:50:43 chatteau tspc: tspConnect: Not able to connect to service port 3653 Aug 20 15:50:43 chatteau tspc: tspMain: All transports failed, quitting Aug 20 15:50:43 chatteau tspc: tspMain: Error is 2: SOCKET_ERROR Aug 20 15:50:43 chatteau root: /etc/rc: WARNING: $pdnsd_enable is not set properly - see rc.conf(5). Aug 20 15:50:44 chatteau pdns_recursor[856]: PowerDNS recursor 3.1.4 (C) 2001-2006 PowerDNS.COM BV (Aug 7 2007, 14:47:00, gcc 3.4.6 [FreeBSD] 20060305) starting up Aug Aug 20 15:53:27 chatteau syslogd: kernel boot file is /boot/kernel/kernel Aug 20 15:53:27 chatteau kernel: Copyright (c) 1992-2007 The FreeBSD Project. Aug 20 15:53:27 chatteau kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Aug 20 15:53:27 chatteau kernel: The Regents of the University of California. All rights reserved. Aug 20 15:53:27 chatteau kernel: FreeBSD is a registered trademark of The FreeBSD Foundation. Aug 20 15:53:27 chatteau kernel: FreeBSD 6.2-RELEASE-p7 #2: Sat Aug 11 20:29:39 IST 2007 Aug 20 15:53:27 chatteau kernel: root@chatteau.d.lf:/usr/obj/usr/src/sys/SMP-without-AGP-module Aug 20 15:53:27 chatteau kernel: Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff807a9000. Aug 20 15:53:27 chatteau kernel: Calibrating clock(s) ... i8254 clock: 1192023 Hz Aug 20 15:53:27 chatteau kernel: CLK_USE_I8254_CALIBRATION not specified - using default frequency Aug 20 15:53:27 chatteau kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 Aug 20 15:53:27 chatteau kernel: Calibrating TSC clock ... TSC clock: 3006014783 Hz Aug 20 15:53:27 chatteau kernel: CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz (3006.01-MHz K8-class CPU) Aug 20 15:53:27 chatteau kernel: Origin = "GenuineIntel" Id = 0xf43 Stepping = 3 Aug 20 15:53:27 chatteau kernel: Features=0xbfebfbff Aug 20 15:53:27 chatteau kernel: Features2=0x649d> Aug 20 15:53:27 chatteau kernel: AMD Features=0x20100800 Aug 20 15:53:27 chatteau kernel: Logical CPUs per core: 2 Aug 20 15:53:27 chatteau kernel: real memory = 1063768064 (1014 MB) Aug 20 15:53:27 chatteau kernel: Physical memory chunk(s): Aug 20 15:53:27 chatteau kernel: 0x0000000000001000 - 0x000000000009bfff, 634880 bytes (155 pages) Aug 20 15:53:27 chatteau kernel: 0x00000000008a6000 - 0x000000003d87bfff, 1023238144 bytes (249814 pages) Aug 20 15:53:27 chatteau kernel: avail memory = 1017257984 (970 MB) Aug 20 15:53:27 chatteau kernel: INTR: Adding local APIC 0 as a target Aug 20 15:53:27 chatteau kernel: ACPI APIC Table: Aug 20 15:53:27 chatteau kernel: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs Aug 20 15:53:27 chatteau kernel: cpu0 (BSP): APIC ID: 0 Aug 20 15:53:27 chatteau kernel: cpu1 (AP): APIC ID: 1 Aug 20 15:53:27 chatteau kernel: APIC: CPU 0 has ACPI ID 1 Aug 20 15:53:27 chatteau kernel: APIC: CPU 1 has ACPI ID 2 Aug 20 15:53:27 chatteau kernel: MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec00000 Aug 20 15:53:27 chatteau kernel: ioapic0: Changing APIC ID to 2 Aug 20 15:53:27 chatteau kernel: ioapic0: Routing external 8259A's -> intpin 0 Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 0 -> ExtINT (edge, high) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 1 -> ISA IRQ 1 (edge, high) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 2 -> ISA IRQ 2 (edge, high) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 3 -> ISA IRQ 3 (edge, high) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 4 -> ISA IRQ 4 (edge, high) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 5 -> ISA IRQ 5 (edge, high) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 6 -> ISA IRQ 6 (edge, high) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 7 -> ISA IRQ 7 (edge, high) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 8 -> ISA IRQ 8 (edge, high) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 9 -> ISA IRQ 9 (edge, high) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 10 -> ISA IRQ 10 (edge, high) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 11 -> ISA IRQ 11 (edge, high) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 12 -> ISA IRQ 12 (edge, high) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 13 -> ISA IRQ 13 (edge, high) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 14 -> ISA IRQ 14 (edge, high) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 15 -> ISA IRQ 15 (edge, high) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 16 -> PCI IRQ 16 (level, low) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 17 -> PCI IRQ 17 (level, low) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 18 -> PCI IRQ 18 (level, low) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 19 -> PCI IRQ 19 (level, low) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 20 -> PCI IRQ 20 (level, low) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 21 -> PCI IRQ 21 (level, low) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 22 -> PCI IRQ 22 (level, low) Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 23 -> PCI IRQ 23 (level, low) Aug 20 15:53:27 chatteau kernel: MADT: Interrupt override: source 0, irq 2 Aug 20 15:53:27 chatteau kernel: ioapic0: Routing IRQ 0 -> intpin 2 Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 2 trigger: edge Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 2 polarity: high Aug 20 15:53:27 chatteau kernel: MADT: Interrupt override: source 9, irq 9 Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 9 trigger: level Aug 20 15:53:27 chatteau kernel: ioapic0: intpin 9 polarity: high Aug 20 15:53:27 chatteau kernel: lapic0: Routing NMI -> LINT1 Aug 20 15:53:27 chatteau kernel: lapic1: Routing NMI -> LINT1 Aug 20 15:53:27 chatteau kernel: ioapic0 irqs 0-23 on motherboard Aug 20 15:53:27 chatteau kernel: cpu0 BSP: Aug 20 15:53:27 chatteau kernel: ID: 0x00000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff Aug 20 15:53:27 chatteau kernel: lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff Aug 20 15:53:27 chatteau kernel: timer: 0x000100ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 Aug 20 15:53:27 chatteau kernel: null: Aug 20 15:53:27 chatteau kernel: random: Aug 20 15:53:27 chatteau kernel: nfslock: pseudo-device Aug 20 15:53:27 chatteau kernel: kbd: new array size 4 Aug 20 15:53:27 chatteau kernel: kbd1 at kbdmux0 Aug 20 15:53:27 chatteau kernel: io: Aug 20 15:53:27 chatteau kernel: mem: Aug 20 15:53:27 chatteau kernel: acpi0: on motherboard Aug 20 15:53:27 chatteau kernel: ioapic0: routing intpin 9 (ISA IRQ 9) to vector 48 Aug 20 15:53:27 chatteau kernel: acpi0: [MPSAFE] Aug 20 15:53:27 chatteau kernel: pci_open(1): mode 1 addr port (0x0cf8) is 0x8000fa18 Aug 20 15:53:27 chatteau kernel: pci_open(1a): mode1res=0x80000000 (0x80000000) Aug 20 15:53:27 chatteau kernel: pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=27708086) Aug 20 15:53:27 chatteau kernel: acpi_bus_number: root bus has no _BBN, assuming 0 Aug 20 15:53:27 chatteau kernel: AcpiOsDerivePciId: bus 0 dev 31 func 0 Aug 20 15:53:27 chatteau kernel: acpi_bus_number: root bus has no _BBN, assuming 0 Aug 20 15:53:27 chatteau kernel: AcpiOsDerivePciId: bus 0 dev 31 func 0 Aug 20 15:53:27 chatteau kernel: acpi_bus_number: root bus has no _BBN, assuming 0 Aug 20 15:53:27 chatteau kernel: AcpiOsDerivePciId: bus 0 dev 0 func 0 Aug 20 15:53:27 chatteau kernel: acpi0: Power Button (fixed) Aug 20 15:53:27 chatteau kernel: acpi_bus_number: root bus has no _BBN, assuming 0 Aug 20 15:53:27 chatteau kernel: AcpiOsDerivePciId: bus 0 dev 0 func 0 Aug 20 15:53:27 chatteau kernel: acpi_bus_number: root bus has no _BBN, assuming 0 Aug 20 15:53:27 chatteau kernel: AcpiOsDerivePciId: bus 0 dev 0 func 0 Aug 20 15:53:27 chatteau kernel: ACPI timer: 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 -> 10 Aug 20 15:53:27 chatteau kernel: Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 Aug 20 15:53:27 chatteau kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 Aug 20 15:53:27 chatteau kernel: pci_link0: Links after initial probe: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 11 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link0: Links after initial validation: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 11 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link0: Links after disable: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 255 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link1: Links after initial probe: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 255 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link1: Links after initial validation: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 255 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link1: Links after disable: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 255 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link2: Links after initial probe: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 11 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link2: Links after initial validation: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 11 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link2: Links after disable: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 255 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link3: Links after initial probe: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 11 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link3: Links after initial validation: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 11 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link3: Links after disable: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 255 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link4: Links after initial probe: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 11 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link4: Links after initial validation: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 11 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link4: Links after disable: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 255 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link5: Links after initial probe: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 11 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link5: Links after initial validation: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 11 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link5: Links after disable: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 255 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link6: Links after initial probe: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 9 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link6: Links after initial validation: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 9 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link6: Links after disable: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 255 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link7: Links after initial probe: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 10 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link7: Links after initial validation: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 10 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: pci_link7: Links after disable: Aug 20 15:53:27 chatteau kernel: Index IRQ Rtd Ref IRQs Aug 20 15:53:27 chatteau kernel: 0 255 N 0 3 4 5 7 9 10 11 12 Aug 20 15:53:27 chatteau kernel: cpu0: on acpi0 Aug 20 15:53:27 chatteau kernel: acpi_perf0: on cpu0 Aug 20 15:53:27 chatteau kernel: acpi_perf0: failed in PERF_STATUS attach Aug 20 15:53:27 chatteau kernel: device_attach: acpi_perf0 attach returned 6 Aug 20 15:53:27 chatteau kernel: acpi_perf0: on cpu0 Aug 20 15:53:27 chatteau kernel: acpi_perf0: failed in PERF_STATUS attach Aug 20 15:53:27 chatteau kernel: device_attach: acpi_perf0 attach returned 6 Aug 20 15:53:27 chatteau kernel: cpu1: on acpi0 Aug 20 15:53:27 chatteau kernel: acpi_perf1: on cpu1 Aug 20 15:53:27 chatteau kernel: acpi_perf1: failed in PERF_STATUS attach Aug 20 15:53:27 chatteau kernel: device_attach: acpi_perf1 attach returned 6 Aug 20 15:53:27 chatteau kernel: acpi_perf1: on cpu1 Aug 20 15:53:27 chatteau kernel: acpi_perf1: failed in PERF_STATUS attach Aug 20 15:53:27 chatteau kernel: device_attach: acpi_perf1 attach returned 6 Aug 20 15:53:27 chatteau kernel: acpi_button0: on acpi0 Aug 20 15:53:27 chatteau kernel: pcib0: port 0xcf8-0xcff on acpi0 Aug 20 15:53:27 chatteau kernel: pci0: on pcib0 Aug 20 15:53:27 chatteau kernel: pci0: physical bus=0 Aug 20 15:53:27 chatteau kernel: found-> vendor=0x8086, dev=0x2770, revid=0x02 Aug 20 15:53:27 chatteau kernel: bus=0, slot=0, func=0 Aug 20 15:53:27 chatteau kernel: class=06-00-00, hdrtype=0x00, mfdev=0 Aug 20 15:53:27 chatteau kernel: cmdreg=0x0006, statreg=0x2090, cachelnsz=0 (dwords) Aug 20 15:53:27 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Aug 20 15:53:27 chatteau kernel: found-> vendor=0x8086, dev=0x2772, revid=0x02 Aug 20 15:53:27 chatteau kernel: bus=0, slot=2, func=0 Aug 20 15:53:27 chatteau kernel: class=03-00-00, hdrtype=0x00, mfdev=0 Aug 20 15:53:27 chatteau kernel: cmdreg=0x0007, statreg=0x0090, cachelnsz=0 (dwords) Aug 20 15:53:27 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Aug 20 15:53:27 chatteau kernel: intpin=a, irq=11 Aug 20 15:53:27 chatteau kernel: powerspec 2 supports D0 D3 current D0 Aug 20 15:53:27 chatteau kernel: MSI supports 1 message Aug 20 15:53:27 chatteau kernel: map[10]: type 1, range 32, base 50100000, size 19, enabled Aug 20 15:53:27 chatteau kernel: map[14]: type 4, range 32, base 000020e0, size 3, enabled Aug 20 15:53:27 chatteau kernel: map[18]: type 3, range 32, base 40000000, size 28, enabled Aug 20 15:53:27 chatteau kernel: map[1c]: type 1, range 32, base 50180000, size 18, enabled Aug 20 15:53:27 chatteau kernel: pcib0: matched entry for 0.2.INTA Aug 20 15:53:27 chatteau kernel: pcib0: slot 2 INTA hardwired to IRQ 16 Aug 20 15:53:27 chatteau kernel: found-> vendor=0x8086, dev=0x27d8, revid=0x01 Aug 20 15:53:27 chatteau kernel: bus=0, slot=27, func=0 Aug 20 15:53:27 chatteau kernel: class=04-03-00, hdrtype=0x00, mfdev=0 Aug 20 15:53:27 chatteau kernel: cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) Aug 20 15:53:27 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Aug 20 15:53:27 chatteau kernel: intpin=a, irq=9 Aug 20 15:53:27 chatteau kernel: powerspec 2 supports D0 D3 current D0 Aug 20 15:53:27 chatteau kernel: MSI supports 1 message, 64 bit Aug 20 15:53:27 chatteau kernel: map[10]: type 1, range 64, base 501c0000, size 14, enabled Aug 20 15:53:27 chatteau kernel: pcib0: matched entry for 0.27.INTA Aug 20 15:53:27 chatteau kernel: pcib0: slot 27 INTA hardwired to IRQ 22 Aug 20 15:53:27 chatteau kernel: found-> vendor=0x8086, dev=0x27d0, revid=0x01 Aug 20 15:53:27 chatteau kernel: bus=0, slot=28, func=0 Aug 20 15:53:27 chatteau kernel: class=06-04-00, hdrtype=0x01, mfdev=1 Aug 20 15:53:27 chatteau kernel: cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) Aug 20 15:53:27 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) Aug 20 15:53:27 chatteau kernel: intpin=a, irq=255 Aug 20 15:53:27 chatteau kernel: found-> vendor=0x8086, dev=0x27d4, revid=0x01 Aug 20 15:53:27 chatteau kernel: bus=0, slot=28, func=2 Aug 20 15:53:27 chatteau kernel: class=06-04-00, hdrtype=0x01, mfdev=1 Aug 20 15:53:27 chatteau kernel: cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) Aug 20 15:53:27 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) Aug 20 15:53:27 chatteau kernel: intpin=c, irq=255 Aug 20 15:53:27 chatteau kernel: found-> vendor=0x8086, dev=0x27d6, revid=0x01 Aug 20 15:53:27 chatteau kernel: bus=0, slot=28, func=3 Aug 20 15:53:27 chatteau kernel: class=06-04-00, hdrtype=0x01, mfdev=1 Aug 20 15:53:27 chatteau kernel: cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) Aug 20 15:53:27 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) Aug 20 15:53:27 chatteau kernel: intpin=d, irq=255 Aug 20 15:53:27 chatteau kernel: found-> vendor=0x8086, dev=0x27c8, revid=0x01 Aug 20 15:53:27 chatteau kernel: bus=0, slot=29, func=0 Aug 20 15:53:27 chatteau kernel: class=0c-03-00, hdrtype=0x00, mfdev=1 Aug 20 15:53:27 chatteau kernel: cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) Aug 20 15:53:27 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Aug 20 15:53:27 chatteau kernel: intpin=a, irq=10 Aug 20 15:53:27 chatteau kernel: map[20]: type 4, range 32, base 00002080, size 5, enabled Aug 20 15:53:27 chatteau kernel: pcib0: matched entry for 0.29.INTA Aug 20 15:53:27 chatteau kernel: pcib0: slot 29 INTA hardwired to IRQ 23 Aug 20 15:53:27 chatteau kernel: found-> vendor=0x8086, dev=0x27c9, revid=0x01 Aug 20 15:53:27 chatteau kernel: bus=0, slot=29, func=1 Aug 20 15:53:27 chatteau kernel: class=0c-03-00, hdrtype=0x00, mfdev=0 Aug 20 15:53:27 chatteau kernel: cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) Aug 20 15:53:27 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Aug 20 15:53:27 chatteau kernel: intpin=b, irq=11 Aug 20 15:53:27 chatteau kernel: map[20]: type 4, range 32, base 00002060, size 5, enabled Aug 20 15:53:27 chatteau kernel: pcib0: matched entry for 0.29.INTB Aug 20 15:53:27 chatteau kernel: pcib0: slot 29 INTB hardwired to IRQ 19 Aug 20 15:53:27 chatteau kernel: found-> vendor=0x8086, dev=0x27ca, revid=0x01 Aug 20 15:53:27 chatteau kernel: bus=0, slot=29, func=2 Aug 20 15:53:27 chatteau kernel: class=0c-03-00, hdrtype=0x00, mfdev=0 Aug 20 15:53:27 chatteau kernel: cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) Aug 20 15:53:27 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Aug 20 15:53:27 chatteau kernel: intpin=c, irq=11 Aug 20 15:53:27 chatteau kernel: map[20]: type 4, range 32, base 00002040, size 5, enabled Aug 20 15:53:27 chatteau kernel: pcib0: matched entry for 0.29.INTC Aug 20 15:53:27 chatteau kernel: pcib0: slot 29 INTC hardwired to IRQ 18 Aug 20 15:53:27 chatteau kernel: found-> vendor=0x8086, dev=0x27cb, revid=0x01 Aug 20 15:53:27 chatteau kernel: bus=0, slot=29, func=3 Aug 20 15:53:27 chatteau kernel: class=0c-03-00, hdrtype=0x00, mfdev=0 Aug 20 15:53:27 chatteau kernel: cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) Aug 20 15:53:27 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Aug 20 15:53:27 chatteau kernel: intpin=d, irq=11 Aug 20 15:53:27 chatteau kernel: map[20]: type 4, range 32, base 00002020, size 5, enabled Aug 20 15:53:27 chatteau kernel: pcib0: matched entry for 0.29.INTD Aug 20 15:53:27 chatteau kernel: pcib0: slot 29 INTD hardwired to IRQ 16 Aug 20 15:53:27 chatteau kernel: found-> vendor=0x8086, dev=0x27cc, revid=0x01 Aug 20 15:53:27 chatteau kernel: bus=0, slot=29, func=7 Aug 20 15:53:27 chatteau kernel: class=0c-03-20, hdrtype=0x00, mfdev=0 Aug 20 15:53:27 chatteau kernel: cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords) Aug 20 15:53:27 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Aug 20 15:53:27 chatteau kernel: intpin=a, irq=10 Aug 20 15:53:27 chatteau kernel: powerspec 2 supports D0 D3 current D0 Aug 20 15:53:27 chatteau kernel: map[10]: type 1, range 32, base 501c4000, size 10, enabled Aug 20 15:53:27 chatteau kernel: pcib0: matched entry for 0.29.INTA Aug 20 15:53:27 chatteau kernel: pcib0: slot 29 INTA hardwired to IRQ 23 Aug 20 15:53:27 chatteau kernel: found-> vendor=0x8086, dev=0x244e, revid=0xe1 Aug 20 15:53:27 chatteau kernel: bus=0, slot=30, func=0 Aug 20 15:53:27 chatteau kernel: class=06-04-01, hdrtype=0x01, mfdev=0 Aug 20 15:53:27 chatteau kernel: cmdreg=0x0007, statreg=0x0010, cachelnsz=0 (dwords) Aug 20 15:53:27 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns) Aug 20 15:53:27 chatteau kernel: found-> vendor=0x8086, dev=0x27b8, revid=0x01 Aug 20 15:53:27 chatteau kernel: bus=0, slot=31, func=0 Aug 20 15:53:27 chatteau kernel: class=06-01-00, hdrtype=0x00, mfdev=1 Aug 20 15:53:27 chatteau kernel: cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords) Aug 20 15:53:27 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Aug 20 15:53:27 chatteau kernel: found-> vendor=0x8086, dev=0x27df, revid=0x01 Aug 20 15:53:27 chatteau kernel: bus=0, slot=31, func=1 Aug 20 15:53:27 chatteau kernel: class=01-01-8a, hdrtype=0x00, mfdev=0 Aug 20 15:53:27 chatteau kernel: cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords) Aug 20 15:53:27 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Aug 20 15:53:27 chatteau kernel: intpin=a, irq=11 Aug 20 15:53:27 chatteau kernel: map[20]: type 4, range 32, base 000020b0, size 4, enabled Aug 20 15:53:27 chatteau kernel: pcib0: matched entry for 0.31.INTA Aug 20 15:53:27 chatteau kernel: pcib0: slot 31 INTA hardwired to IRQ 18 Aug 20 15:53:27 chatteau kernel: found-> vendor=0x8086, dev=0x27c0, revid=0x01 Aug 20 15:53:27 chatteau kernel: bus=0, slot=31, func=2 Aug 20 15:53:27 chatteau kernel: class=01-01-8f, hdrtype=0x00, mfdev=0 Aug 20 15:53:27 chatteau kernel: cmdreg=0x0005, statreg=0x02b0, cachelnsz=0 (dwords) Aug 20 15:53:27 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Aug 20 15:53:27 chatteau kernel: intpin=b, irq=11 Aug 20 15:53:27 chatteau kernel: powerspec 2 supports D0 D3 current D0 Aug 20 15:53:27 chatteau kernel: map[10]: type 4, range 32, base 000020c8, size 3, enabled Aug 20 15:53:27 chatteau kernel: map[14]: type 4, range 32, base 000020ec, size 2, enabled Aug 20 15:53:27 chatteau kernel: map[18]: type 4, range 32, base 000020c0, size 3, enabled Aug 20 15:53:27 chatteau kernel: map[1c]: type 4, range 32, base 000020e8, size 2, enabled Aug 20 15:53:27 chatteau kernel: map[20]: type 4, range 32, base 000020a0, size 4, enabled Aug 20 15:53:27 chatteau kernel: pcib0: matched entry for 0.31.INTB Aug 20 15:53:27 chatteau kernel: pcib0: slot 31 INTB hardwired to IRQ 19 Aug 20 15:53:27 chatteau kernel: found-> vendor=0x8086, dev=0x27da, revid=0x01 Aug 20 15:53:27 chatteau kernel: bus=0, slot=31, func=3 Aug 20 15:53:27 chatteau kernel: class=0c-05-00, hdrtype=0x00, mfdev=0 Aug 20 15:53:27 chatteau kernel: cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords) Aug 20 15:53:27 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Aug 20 15:53:27 chatteau kernel: intpin=b, irq=11 Aug 20 15:53:27 chatteau kernel: map[20]: type 4, range 32, base 00002000, size 5, enabled Aug 20 15:53:27 chatteau kernel: pcib0: matched entry for 0.31.INTB Aug 20 15:53:27 chatteau kernel: pcib0: slot 31 INTB hardwired to IRQ 19 Aug 20 15:53:27 chatteau kernel: pci0: at device 2.0 (no driver attached) Aug 20 15:53:27 chatteau kernel: pci0: at device 27.0 (no driver attached) Aug 20 15:53:27 chatteau kernel: pcib1: at device 28.0 on pci0 Aug 20 15:53:27 chatteau kernel: pcib1: secondary bus 1 Aug 20 15:53:27 chatteau kernel: pcib1: subordinate bus 1 Aug 20 15:53:27 chatteau kernel: pcib1: I/O decode 0xf000-0xfff Aug 20 15:53:27 chatteau kernel: pcib1: memory decode 0x50200000-0x502fffff Aug 20 15:53:27 chatteau kernel: pcib1: prefetched decode 0xfff00000-0xfffff Aug 20 15:53:27 chatteau kernel: pci1: on pcib1 Aug 20 15:53:27 chatteau kernel: pci1: physical bus=1 Aug 20 15:53:27 chatteau kernel: pcib2: at device 28.2 on pci0 Aug 20 15:53:27 chatteau kernel: pcib2: secondary bus 2 Aug 20 15:53:27 chatteau kernel: pcib2: subordinate bus 2 Aug 20 15:53:27 chatteau kernel: pcib2: I/O decode 0xf000-0xfff Aug 20 15:53:27 chatteau kernel: pcib2: memory decode 0x50300000-0x503fffff Aug 20 15:53:27 chatteau kernel: pcib2: prefetched decode 0xfff00000-0xfffff Aug 20 15:53:27 chatteau kernel: pci2: on pcib2 Aug 20 15:53:27 chatteau kernel: pci2: physical bus=2 Aug 20 15:53:27 chatteau kernel: pcib3: at device 28.3 on pci0 Aug 20 15:53:27 chatteau kernel: pcib3: secondary bus 3 Aug 20 15:53:27 chatteau kernel: pcib3: subordinate bus 3 Aug 20 15:53:27 chatteau kernel: pcib3: I/O decode 0xf000-0xfff Aug 20 15:53:27 chatteau kernel: pcib3: memory decode 0x50400000-0x504fffff Aug 20 15:53:27 chatteau kernel: pcib3: prefetched decode 0xfff00000-0xfffff Aug 20 15:53:27 chatteau kernel: pci3: on pcib3 Aug 20 15:53:27 chatteau kernel: pci3: physical bus=3 Aug 20 15:53:27 chatteau kernel: uhci0: port 0x2080-0x209f irq 23 at device 29.0 on pci0 Aug 20 15:53:27 chatteau kernel: uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x2080 Aug 20 15:53:27 chatteau kernel: ioapic0: routing intpin 23 (PCI IRQ 23) to vector 49 Aug 20 15:53:27 chatteau kernel: uhci0: [GIANT-LOCKED] Aug 20 15:53:27 chatteau kernel: usb0: on uhci0 Aug 20 15:53:27 chatteau kernel: usb0: USB revision 1.0 Aug 20 15:53:27 chatteau kernel: uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Aug 20 15:53:27 chatteau kernel: uhub0: 2 ports with 2 removable, self powered Aug 20 15:53:27 chatteau kernel: uhci1: port 0x2060-0x207f irq 19 at device 29.1 on pci0 Aug 20 15:53:27 chatteau kernel: uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0x2060 Aug 20 15:53:27 chatteau kernel: ioapic0: routing intpin 19 (PCI IRQ 19) to vector 50 Aug 20 15:53:27 chatteau kernel: uhci1: [GIANT-LOCKED] Aug 20 15:53:27 chatteau kernel: usb1: on uhci1 Aug 20 15:53:27 chatteau kernel: usb1: USB revision 1.0 Aug 20 15:53:27 chatteau kernel: uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Aug 20 15:53:27 chatteau kernel: uhub1: 2 ports with 2 removable, self powered Aug 20 15:53:27 chatteau kernel: uhci2: port 0x2040-0x205f irq 18 at device 29.2 on pci0 Aug 20 15:53:27 chatteau kernel: uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0x2040 Aug 20 15:53:27 chatteau kernel: ioapic0: routing intpin 18 (PCI IRQ 18) to vector 51 Aug 20 15:53:27 chatteau kernel: uhci2: [GIANT-LOCKED] Aug 20 15:53:27 chatteau kernel: usb2: on uhci2 Aug 20 15:53:27 chatteau kernel: usb2: USB revision 1.0 Aug 20 15:53:27 chatteau kernel: uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Aug 20 15:53:27 chatteau kernel: uhub2: 2 ports with 2 removable, self powered Aug 20 15:53:27 chatteau kernel: uhci3: port 0x2020-0x203f irq 16 at device 29.3 on pci0 Aug 20 15:53:27 chatteau kernel: uhci3: Reserved 0x20 bytes for rid 0x20 type 4 at 0x2020 Aug 20 15:53:27 chatteau kernel: ioapic0: routing intpin 16 (PCI IRQ 16) to vector 52 Aug 20 15:53:27 chatteau kernel: uhci3: [GIANT-LOCKED] Aug 20 15:53:27 chatteau kernel: usb3: on uhci3 Aug 20 15:53:27 chatteau kernel: usb3: USB revision 1.0 Aug 20 15:53:27 chatteau kernel: uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Aug 20 15:53:27 chatteau kernel: uhub3: 2 ports with 2 removable, self powered Aug 20 15:53:27 chatteau kernel: ehci0: mem 0x501c4000-0x501c43ff irq 23 at device 29.7 on pci0 Aug 20 15:53:27 chatteau kernel: ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0x501c4000 Aug 20 15:53:27 chatteau kernel: ehci0: [GIANT-LOCKED] Aug 20 15:53:27 chatteau kernel: usb4: EHCI version 1.0 Aug 20 15:53:27 chatteau kernel: usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 Aug 20 15:53:27 chatteau kernel: usb4: on ehci0 Aug 20 15:53:27 chatteau kernel: usb4: USB revision 2.0 Aug 20 15:53:27 chatteau kernel: uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 Aug 20 15:53:27 chatteau kernel: uhub4: 8 ports with 8 removable, self powered Aug 20 15:53:27 chatteau kernel: pcib4: at device 30.0 on pci0 Aug 20 15:53:27 chatteau kernel: pcib4: secondary bus 4 Aug 20 15:53:27 chatteau kernel: pcib4: subordinate bus 4 Aug 20 15:53:27 chatteau kernel: pcib4: I/O decode 0x1000-0x1fff Aug 20 15:53:27 chatteau kernel: pcib4: memory decode 0x50000000-0x500fffff Aug 20 15:53:27 chatteau kernel: pcib4: prefetched decode 0xfff00000-0xfffff Aug 20 15:53:27 chatteau kernel: pcib4: Subtractively decoded bridge. Aug 20 15:53:27 chatteau kernel: pci4: on pcib4 Aug 20 15:53:27 chatteau kernel: pci4: physical bus=4 Aug 20 15:53:27 chatteau kernel: found-> vendor=0x10ec, dev=0x8139, revid=0x10 Aug 20 15:53:27 chatteau kernel: bus=4, slot=0, func=0 Aug 20 15:53:27 chatteau kernel: class=02-00-00, hdrtype=0x00, mfdev=0 Aug 20 15:53:27 chatteau kernel: cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords) Aug 20 15:53:27 chatteau kernel: lattimer=0x20 (960 ns), mingnt=0x20 (8000 ns), maxlat=0x40 (16000 ns) Aug 20 15:53:27 chatteau kernel: intpin=a, irq=11 Aug 20 15:53:27 chatteau kernel: powerspec 2 supports D0 D1 D2 D3 current D0 Aug 20 15:53:27 chatteau kernel: map[10]: type 4, range 32, base 00001000, size 8, enabled Aug 20 15:53:27 chatteau kernel: pcib4: (null) requested I/O range 0x1000-0x10ff: in range Aug 20 15:53:27 chatteau kernel: map[14]: type 1, range 32, base 50009000, size 8, enabled Aug 20 15:53:27 chatteau kernel: pcib4: (null) requested memory range 0x50009000-0x500090ff: good Aug 20 15:53:27 chatteau kernel: pcib4: matched entry for 4.0.INTA Aug 20 15:53:27 chatteau kernel: pcib4: slot 0 INTA hardwired to IRQ 21 Aug 20 15:53:27 chatteau kernel: found-> vendor=0x1073, dev=0x000c, revid=0x03 Aug 20 15:53:27 chatteau kernel: bus=4, slot=1, func=0 Aug 20 15:53:27 chatteau kernel: class=04-01-00, hdrtype=0x00, mfdev=0 Aug 20 15:53:27 chatteau kernel: cmdreg=0x0006, statreg=0x0210, cachelnsz=0 (dwords) Aug 20 15:53:27 chatteau kernel: lattimer=0x20 (960 ns), mingnt=0x05 (1250 ns), maxlat=0x19 (6250 ns) Aug 20 15:53:27 chatteau kernel: intpin=a, irq=9 Aug 20 15:53:27 chatteau kernel: powerspec 1 supports D0 D2 D3 current D0 Aug 20 15:53:27 chatteau kernel: map[10]: type 1, range 32, base 50000000, size 15, enabled Aug 20 15:53:27 chatteau kernel: pcib4: (null) requested memory range 0x50000000-0x50007fff: good Aug 20 15:53:27 chatteau kernel: pcib4: matched entry for 4.1.INTA Aug 20 15:53:27 chatteau kernel: pcib4: slot 1 INTA hardwired to IRQ 22 Aug 20 15:53:27 chatteau kernel: found-> vendor=0x8086, dev=0x27dc, revid=0x01 Aug 20 15:53:27 chatteau kernel: bus=4, slot=8, func=0 Aug 20 15:53:27 chatteau kernel: class=02-00-00, hdrtype=0x00, mfdev=0 Aug 20 15:53:27 chatteau kernel: cmdreg=0x0017, statreg=0x0290, cachelnsz=16 (dwords) Aug 20 15:53:27 chatteau kernel: lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 ns) Aug 20 15:53:27 chatteau kernel: intpin=a, irq=11 Aug 20 15:53:27 chatteau kernel: powerspec 2 supports D0 D1 D2 D3 current D0 Aug 20 15:53:27 chatteau kernel: map[10]: type 1, range 32, base 50008000, size 12, enabled Aug 20 15:53:27 chatteau kernel: pcib4: (null) requested memory range 0x50008000-0x50008fff: good Aug 20 15:53:27 chatteau kernel: map[14]: type 4, range 32, base 00001100, size 6, enabled Aug 20 15:53:27 chatteau kernel: pcib4: (null) requested I/O range 0x1100-0x113f: in range Aug 20 15:53:27 chatteau kernel: pcib4: matched entry for 4.8.INTA Aug 20 15:53:27 chatteau kernel: pcib4: slot 8 INTA hardwired to IRQ 20 Aug 20 15:53:27 chatteau kernel: re0: Reserved 0x100 bytes for rid 0x10 type 4 at 0x1000 Aug 20 15:53:27 chatteau kernel: pcib4: rl0 requested I/O range 0x1000-0x10ff: in range Aug 20 15:53:27 chatteau kernel: pcib4: rl0 requested I/O range 0x1000-0x10ff: in range Aug 20 15:53:27 chatteau kernel: rl0: port 0x1000-0x10ff mem 0x50009000-0x500090ff irq 21 at device 0.0 on pci4 Aug 20 15:53:27 chatteau kernel: pcib4: rl0 requested I/O range 0x1000-0x10ff: in range Aug 20 15:53:27 chatteau kernel: miibus0: on rl0 Aug 20 15:53:27 chatteau kernel: rlphy0: on miibus0 Aug 20 15:53:27 chatteau kernel: rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Aug 20 15:53:27 chatteau kernel: rl0: bpf attached Aug 20 15:53:27 chatteau kernel: rl0: Ethernet address: 00:00:21:23:cc:ed Aug 20 15:53:27 chatteau kernel: ioapic0: routing intpin 21 (PCI IRQ 21) to vector 53 Aug 20 15:53:27 chatteau kernel: rl0: [MPSAFE] Aug 20 15:53:27 chatteau kernel: pci4: at device 1.0 (no driver attached) Aug 20 15:53:27 chatteau kernel: fxp0: port 0x1100-0x113f mem 0x50008000-0x50008fff irq 20 at device 8.0 on pci4 Aug 20 15:53:27 chatteau kernel: fxp0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0x50008000 Aug 20 15:53:27 chatteau kernel: fxp0: using memory space register mapping Aug 20 15:53:27 chatteau kernel: fxp0: PCI IDs: 8086 27dc 8086 3086 0001 Aug 20 15:53:27 chatteau kernel: fxp0: Dynamic Standby mode is enabled Aug 20 15:53:27 chatteau kernel: miibus1: on fxp0 Aug 20 15:53:27 chatteau kernel: inphy0: on miibus1 Aug 20 15:53:27 chatteau kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Aug 20 15:53:27 chatteau kernel: fxp0: bpf attached Aug 20 15:53:27 chatteau kernel: fxp0: Ethernet address: 00:13:20:b7:55:0a Aug 20 15:53:27 chatteau kernel: ioapic0: routing intpin 20 (PCI IRQ 20) to vector 54 Aug 20 15:53:27 chatteau kernel: fxp0: [MPSAFE] Aug 20 15:53:27 chatteau kernel: isab0: at device 31.0 on pci0 Aug 20 15:53:27 chatteau kernel: isa0: on isab0 Aug 20 15:53:27 chatteau kernel: atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x20b0-0x20bf irq 18 at device 31.1 on pci0 Aug 20 15:53:27 chatteau kernel: atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x20b0 Aug 20 15:53:27 chatteau kernel: ata0: on atapci0 Aug 20 15:53:27 chatteau kernel: atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0 Aug 20 15:53:27 chatteau kernel: atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6 Aug 20 15:53:27 chatteau kernel: ata0: reset tp1 mask=03 ostat0=51 ostat1=01 Aug 20 15:53:27 chatteau kernel: ata0: stat0=0x10 err=0x01 lsb=0x14 msb=0xeb Aug 20 15:53:27 chatteau kernel: ata0: stat1=0x01 err=0x04 lsb=0x00 msb=0x00 Aug 20 15:53:27 chatteau kernel: ata0: reset tp2 stat0=10 stat1=01 devices=0x4 Aug 20 15:53:27 chatteau kernel: ioapic0: routing intpin 14 (ISA IRQ 14) to vector 55 Aug 20 15:53:27 chatteau kernel: ata0: [MPSAFE] Aug 20 15:53:27 chatteau kernel: ata1: on atapci0 Aug 20 15:53:27 chatteau kernel: atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170 Aug 20 15:53:27 chatteau kernel: atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376 Aug 20 15:53:27 chatteau kernel: ata1: reset tp1 mask=00 ostat0=ff ostat1=ff Aug 20 15:53:27 chatteau kernel: ioapic0: routing intpin 15 (ISA IRQ 15) to vector 56 Aug 20 15:53:27 chatteau kernel: ata1: [MPSAFE] Aug 20 15:53:27 chatteau kernel: atapci1: port 0x20c8-0x20cf,0x20ec-0x20ef,0x20c0-0x20c7,0x20e8-0x20eb,0x20a0-0x20af irq 19 at device 31.2 on pci0 Aug 20 15:53:27 chatteau kernel: atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0x20a0 Aug 20 15:53:27 chatteau kernel: atapci1: [MPSAFE] Aug 20 15:53:27 chatteau kernel: ata2: on atapci1 Aug 20 15:53:27 chatteau kernel: atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0x20c8 Aug 20 15:53:27 chatteau kernel: atapci1: Reserved 0x4 bytes for rid 0x14 type 4 at 0x20ec Aug 20 15:53:27 chatteau kernel: ata2: reset tp1 mask=03 ostat0=7f ostat1=50 Aug 20 15:53:27 chatteau kernel: ata2: stat0=0x7f err=0x00 lsb=0xff msb=0xff Aug 20 15:53:27 chatteau kernel: ata2: stat1=0x50 err=0x01 lsb=0x00 msb=0x00 Aug 20 15:53:27 chatteau kernel: ata2: reset tp2 stat0=7f stat1=50 devices=0x2 Aug 20 15:53:27 chatteau kernel: ata2: [MPSAFE] Aug 20 15:53:27 chatteau kernel: ata3: on atapci1 Aug 20 15:53:27 chatteau kernel: atapci1: Reserved 0x8 bytes for rid 0x18 type 4 at 0x20c0 Aug 20 15:53:27 chatteau kernel: atapci1: Reserved 0x4 bytes for rid 0x1c type 4 at 0x20e8 Aug 20 15:53:27 chatteau kernel: ata3: reset tp1 mask=03 ostat0=50 ostat1=00 Aug 20 15:53:27 chatteau kernel: ata3: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 Aug 20 15:53:27 chatteau kernel: ata3: stat1=0x00 err=0x01 lsb=0x00 msb=0x00 Aug 20 15:53:27 chatteau kernel: ata3: reset tp2 stat0=50 stat1=00 devices=0x1 Aug 20 15:53:27 chatteau kernel: ata3: [MPSAFE] Aug 20 15:53:27 chatteau kernel: pci0: at device 31.3 (no driver attached) Aug 20 15:53:27 chatteau kernel: ppc0: using extended I/O port range Aug 20 15:53:27 chatteau kernel: ppc0: ECP SPP ECP+EPP SPP Aug 20 15:53:27 chatteau kernel: ppc0: port 0x378-0x37f,0x778-0x77f irq 7 on acpi0 Aug 20 15:53:27 chatteau kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode Aug 20 15:53:27 chatteau kernel: ppc0: FIFO with 16/16/8 bytes threshold Aug 20 15:53:27 chatteau kernel: ppbus0: on ppc0 Aug 20 15:53:27 chatteau kernel: plip0: on ppbus0 Aug 20 15:53:27 chatteau kernel: plip0: bpf attached Aug 20 15:53:27 chatteau kernel: lpt0: on ppbus0 Aug 20 15:53:27 chatteau kernel: lpt0: Interrupt-driven port Aug 20 15:53:27 chatteau kernel: ppi0: on ppbus0 Aug 20 15:53:27 chatteau kernel: ioapic0: routing intpin 7 (ISA IRQ 7) to vector 57 Aug 20 15:53:27 chatteau kernel: psmcpnp0: irq 12 on acpi0 Aug 20 15:53:27 chatteau kernel: atkbdc0: port 0x60,0x64 irq 1 on acpi0 Aug 20 15:53:27 chatteau kernel: atkbd0: irq 1 on atkbdc0 Aug 20 15:53:27 chatteau kernel: atkbd: the current kbd controller command byte 0067 Aug 20 15:53:27 chatteau kernel: atkbd: keyboard ID 0x41ab (2) Aug 20 15:53:27 chatteau kernel: kbd0 at atkbd0 Aug 20 15:53:27 chatteau kernel: kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 Aug 20 15:53:27 chatteau kernel: ioapic0: routing intpin 1 (ISA IRQ 1) to vector 58 Aug 20 15:53:27 chatteau kernel: atkbd0: [GIANT-LOCKED] Aug 20 15:53:27 chatteau kernel: psm0: current command byte:0067 Aug 20 15:53:27 chatteau kernel: psm0: irq 12 on atkbdc0 Aug 20 15:53:27 chatteau kernel: ioapic0: routing intpin 12 (ISA IRQ 12) to vector 59 Aug 20 15:53:27 chatteau kernel: psm0: [GIANT-LOCKED] Aug 20 15:53:27 chatteau kernel: psm0: model IntelliMouse, device ID 3-00, 3 buttons Aug 20 15:53:27 chatteau kernel: psm0: config:00000000, flags:00000008, packet size:4 Aug 20 15:53:27 chatteau kernel: psm0: syncmask:08, syncbits:00 Aug 20 15:53:27 chatteau kernel: ex_isa_identify() Aug 20 15:53:27 chatteau kernel: atkbdc: atkbdc0 already exists; skipping it Aug 20 15:53:27 chatteau kernel: ppc: ppc0 already exists; skipping it Aug 20 15:53:27 chatteau kernel: pnp_identify: Trying Read_Port at 203 Aug 20 15:53:27 chatteau kernel: pnp_identify: Trying Read_Port at 243 Aug 20 15:53:27 chatteau kernel: pnp_identify: Trying Read_Port at 283 Aug 20 15:53:27 chatteau kernel: pnp_identify: Trying Read_Port at 2c3 Aug 20 15:53:27 chatteau kernel: pnp_identify: Trying Read_Port at 303 Aug 20 15:53:27 chatteau kernel: pnp_identify: Trying Read_Port at 343 Aug 20 15:53:27 chatteau kernel: pnp_identify: Trying Read_Port at 383 Aug 20 15:53:27 chatteau kernel: pnp_identify: Trying Read_Port at 3c3 Aug 20 15:53:27 chatteau kernel: PNP Identify complete Aug 20 15:53:27 chatteau kernel: sc: sc0 already exists; skipping it Aug 20 15:53:27 chatteau kernel: vga: vga0 already exists; skipping it Aug 20 15:53:27 chatteau kernel: isa_probe_children: disabling PnP devices Aug 20 15:53:27 chatteau kernel: isa_probe_children: probing non-PnP devices Aug 20 15:53:27 chatteau kernel: orm0: at iomem 0xcb000-0xcbfff on isa0 Aug 20 15:53:27 chatteau kernel: fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 Aug 20 15:53:27 chatteau kernel: sc0: at flags 0x100 on isa0 Aug 20 15:53:27 chatteau kernel: sc0: VGA <16 virtual consoles, flags=0x300> Aug 20 15:53:27 chatteau kernel: sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) Aug 20 15:53:27 chatteau kernel: sio0: configured irq 4 not in bitmap of probed irqs 0 Aug 20 15:53:27 chatteau kernel: sio0: port may not be enabled Aug 20 15:53:27 chatteau kernel: sio0: irq maps: 0x4c81 0x4c81 0x4c81 0x4c81 Aug 20 15:53:27 chatteau kernel: sio0: probe failed test(s): 0 1 2 4 6 7 9 Aug 20 15:53:27 chatteau kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 Aug 20 15:53:27 chatteau kernel: sio0: type 8250 or not responding Aug 20 15:53:27 chatteau kernel: ioapic0: routing intpin 4 (ISA IRQ 4) to vector 60 Aug 20 15:53:27 chatteau kernel: sio1: configured irq 3 not in bitmap of probed irqs 0 Aug 20 15:53:27 chatteau kernel: sio1: port may not be enabled Aug 20 15:53:27 chatteau kernel: sio1: irq maps: 0x4c81 0x4c81 0x4c81 0x4c81 Aug 20 15:53:27 chatteau kernel: sio1: probe failed test(s): 0 1 2 4 6 7 9 Aug 20 15:53:27 chatteau kernel: sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0 Aug 20 15:53:27 chatteau kernel: sio2: not probed (disabled) Aug 20 15:53:27 chatteau kernel: sio3: not probed (disabled) Aug 20 15:53:27 chatteau kernel: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Aug 20 15:53:27 chatteau kernel: isa_probe_children: probing PnP devices Aug 20 15:53:27 chatteau kernel: ugen0: American Power Conversion Back-UPS ES 650Y-IN FW:853.m3.I USB FW:m3, rev 1.10/0.06, addr 2 Aug 20 15:53:27 chatteau kernel: cdce0: Broadcom Corporation USB Network Interface, rev 1.10/1.01, addr 2 Aug 20 15:53:27 chatteau kernel: cdce0: faking MAC address Aug 20 15:53:27 chatteau kernel: cdce0: bpf attached Aug 20 15:53:27 chatteau kernel: cdce0: Ethernet address: 2a:00:00:00:00:00 Aug 20 15:53:27 chatteau kernel: cdce0: if_start running deferred for Giant Aug 20 15:53:27 chatteau kernel: Device configuration finished. Aug 20 15:53:27 chatteau kernel: linprocfs registered Aug 20 15:53:27 chatteau kernel: procfs registered Aug 20 15:53:27 chatteau kernel: lapic: Divisor 2, Frequency 100000231 hz Aug 20 15:53:27 chatteau kernel: Timecounter "TSC" frequency 3006014783 Hz quality -100 Aug 20 15:53:27 chatteau kernel: Timecounters tick every 1.000 msec Aug 20 15:53:27 chatteau kernel: Linux ELF exec handler installed Aug 20 15:53:27 chatteau kernel: lo0: bpf attached Aug 20 15:53:27 chatteau kernel: ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=40 wire Aug 20 15:53:27 chatteau kernel: acd0: setting PIO4 on ICH7 chip Aug 20 15:53:27 chatteau kernel: acd0: setting UDMA33 on ICH7 chip Aug 20 15:53:27 chatteau kernel: acd0: DVDR drive at ata0 as master Aug 20 15:53:27 chatteau kernel: acd0: read 8269KB/s (8269KB/s) write 8269KB/s (8269KB/s), 2048KB buffer, UDMA33 Aug 20 15:53:27 chatteau kernel: acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet Aug 20 15:53:27 chatteau kernel: acd0: Writes: CDR, CDRW, DVDR, DVDRAM, test write, burnproof Aug 20 15:53:27 chatteau kernel: acd0: Audio: play, 256 volume levels Aug 20 15:53:27 chatteau kernel: acd0: Mechanism: ejectable tray, unlocked Aug 20 15:53:27 chatteau kernel: acd0: Medium: no/blank disc Aug 20 15:53:27 chatteau kernel: ata2-slave: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire Aug 20 15:53:27 chatteau kernel: ad5: 238475MB at ata2-slave SATA150 Aug 20 15:53:27 chatteau kernel: ad5: 488397168 sectors [484521C/16H/63S] 16 sectors/interrupt 1 depth queue Aug 20 15:53:27 chatteau kernel: GEOM: new disk ad5 Aug 20 15:53:27 chatteau kernel: ad5: Intel check1 failed Aug 20 15:53:27 chatteau kernel: ad5: Adaptec check1 failed Aug 20 15:53:27 chatteau kernel: ad5: LSI (v3) check1 failed Aug 20 15:53:27 chatteau kernel: ad5: LSI (v2) check1 failed Aug 20 15:53:27 chatteau kernel: ad5: FreeBSD check1 failed Aug 20 15:53:27 chatteau kernel: ata3-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire Aug 20 15:53:27 chatteau kernel: ad6: 152627MB at ata3-master SATA150 Aug 20 15:53:27 chatteau kernel: ad6: 312581808 sectors [310101C/16H/63S] 16 sectors/interrupt 1 depth queue Aug 20 15:53:27 chatteau kernel: ad6: Intel check1 failed Aug 20 15:53:27 chatteau kernel: ad6: Adaptec check1 failed Aug 20 15:53:27 chatteau kernel: ad6: LSI (v3) check1 failed Aug 20 15:53:27 chatteau kernel: ad6: LSI (v2) check1 failed Aug 20 15:53:27 chatteau kernel: ad6: FreeBSD check1 failed Aug 20 15:53:27 chatteau kernel: ATA PseudoRAID loaded Aug 20 15:53:27 chatteau kernel: SMP: AP CPU #1 Launched! Aug 20 15:53:27 chatteau kernel: cpu1 AP: Aug 20 15:53:27 chatteau kernel: ID: 0x01000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff Aug 20 15:53:27 chatteau kernel: lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff Aug 20 15:53:27 chatteau kernel: timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000 Aug 20 15:53:27 chatteau kernel: GEOM: new disk ad6 Aug 20 15:53:27 chatteau kernel: Trying to mount root from ufs:/dev/ad6s1a Aug 20 15:53:27 chatteau kernel: WARNING: / was not properly dismounted Aug 20 15:53:27 chatteau kernel: start_init: trying /sbin/init Aug 20 15:53:27 chatteau kernel: WARNING: /usr was not properly dismounted Aug 20 15:53:27 chatteau kernel: WARNING: /var was not properly dismounted Aug 20 15:53:27 chatteau kernel: /var: mount pending error: blocks 264 files 31 Aug 20 15:53:27 chatteau tspc: tspConnect: Not able to connect to service port 3653 Aug 20 15:53:27 chatteau tspc: tspConnect: Not able to connect to service port 3653 Aug 20 15:53:27 chatteau tspc: tspMain: All transports failed, quitting Aug 20 15:53:27 chatteau tspc: tspMain: Error is 2: SOCKET_ERROR Aug 20 15:53:27 chatteau root: /etc/rc: WARNING: $pdnsd_enable is not set properly - see rc.conf(5). Aug 20 15:53:28 chatteau pdns_recursor[836]: PowerDNS recursor 3.1.4 (C) 2001-2006 PowerDNS.COM BV (Aug 7 2007, 14:47:00, gcc 3.4.6 [FreeBSD] 20060305) starting up Aug 20 15:53:28 chatteau pdns_recursor[836]: PowerDNS comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it according to the terms of the GPL version 2. Aug 20 15:53:28 chatteau pdns_recursor[836]: Operating in 64 bits mode Aug 20 15:53:28 chatteau pdns_recursor[836]: Only allowing queries from: 127.0.0.0/8 Aug 20 15:53:28 chatteau pdns_recursor[836]: Inserting forward zone 'chatteau.' based on hosts file Aug 20 15:53:28 chatteau pdns_recursor[836]: Inserting forward zone 'chatteau.d.lf.' based on hosts file Aug 20 15:53:28 chatteau pdns_recursor[836]: Inserting forward zone 'localhost.d.lf.' based on hosts file Aug 20 15:53:28 chatteau pdns_recursor[836]: Inserting forward zone 'localhost.' based on hosts file Aug 20 15:53:28 chatteau pdns_recursor[836]: Inserting forward zone 'localhost.localdomain.' based on hosts file Aug 20 15:53:28 chatteau pdns_recursor[836]: Inserting reverse zone '1.0.0.127.in-addr.arpa.' based on hosts file Aug 20 15:53:28 chatteau pdns_recursor[836]: Inserting rfc 1918 private space zones Aug 20 15:53:28 chatteau pdns_recursor[836]: Listening for UDP queries on 127.0.0.1:53 Aug 20 15:53:28 chatteau pdns_recursor[836]: Listening for TCP queries on 127.0.0.1:53 Aug 20 15:53:28 chatteau pdns_recursor[836]: Done priming cache with root hints Aug 20 15:53:28 chatteau pdns_recursor[836]: Calling daemonize, going to background Aug 20 15:53:28 chatteau pdns_recursor[837]: Enabled 'kqueue' multiplexer Aug 20 15:53:34 chatteau pdns_recursor[837]: Failed to update . records, RCODE=2 Aug 20 15:53:37 chatteau avahi-daemon[953]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns! Aug 20 15:53:37 chatteau kernel: splash: image decoder found: blank_saver Aug 20 15:53:54 chatteau kernel: pci0: driver added Aug 20 15:53:54 chatteau kernel: found-> vendor=0x8086, dev=0x2772, revid=0x02 Aug 20 15:53:54 chatteau kernel: bus=0, slot=2, func=0 Aug 20 15:53:54 chatteau kernel: class=03-00-00, hdrtype=0x00, mfdev=0 Aug 20 15:53:54 chatteau kernel: cmdreg=0x0007, statreg=0x0090, cachelnsz=0 (dwords) Aug 20 15:53:54 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Aug 20 15:53:54 chatteau kernel: intpin=a, irq=16 Aug 20 15:53:54 chatteau kernel: powerspec 2 supports D0 D3 current D0 Aug 20 15:53:54 chatteau kernel: MSI supports 1 message Aug 20 15:53:54 chatteau kernel: pci0:2:0: reprobing on driver added Aug 20 15:53:54 chatteau kernel: found-> vendor=0x8086, dev=0x27d8, revid=0x01 Aug 20 15:53:54 chatteau kernel: bus=0, slot=27, func=0 Aug 20 15:53:54 chatteau kernel: class=04-03-00, hdrtype=0x00, mfdev=0 Aug 20 15:53:54 chatteau kernel: cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) Aug 20 15:53:54 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Aug 20 15:53:54 chatteau kernel: intpin=a, irq=22 Aug 20 15:53:54 chatteau kernel: powerspec 2 supports D0 D3 current D0 Aug 20 15:53:54 chatteau kernel: MSI supports 1 message, 64 bit Aug 20 15:53:54 chatteau kernel: pci0:27:0: reprobing on driver added Aug 20 15:53:54 chatteau kernel: found-> vendor=0x8086, dev=0x27da, revid=0x01 Aug 20 15:53:54 chatteau kernel: bus=0, slot=31, func=3 Aug 20 15:53:54 chatteau kernel: class=0c-05-00, hdrtype=0x00, mfdev=0 Aug 20 15:53:54 chatteau kernel: cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords) Aug 20 15:53:54 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Aug 20 15:53:54 chatteau kernel: intpin=b, irq=19 Aug 20 15:53:54 chatteau kernel: pci0:31:3: reprobing on driver added Aug 20 15:53:54 chatteau kernel: pci1: driver added Aug 20 15:53:54 chatteau kernel: pci2: driver added Aug 20 15:53:54 chatteau kernel: pci3: driver added Aug 20 15:53:54 chatteau kernel: pci4: driver added Aug 20 15:53:54 chatteau kernel: found-> vendor=0x1073, dev=0x000c, revid=0x03 Aug 20 15:53:54 chatteau kernel: bus=4, slot=1, func=0 Aug 20 15:53:54 chatteau kernel: class=04-01-00, hdrtype=0x00, mfdev=0 Aug 20 15:53:54 chatteau kernel: cmdreg=0x0006, statreg=0x0210, cachelnsz=0 (dwords) Aug 20 15:53:54 chatteau kernel: lattimer=0x20 (960 ns), mingnt=0x05 (1250 ns), maxlat=0x19 (6250 ns) Aug 20 15:53:54 chatteau kernel: intpin=a, irq=22 Aug 20 15:53:54 chatteau kernel: powerspec 1 supports D0 D2 D3 current D0 Aug 20 15:53:54 chatteau kernel: pci4:1:0: reprobing on driver added Aug 20 15:53:54 chatteau kernel: ioapic0: routing intpin 22 (PCI IRQ 22) to vector 61 Aug 20 15:53:54 chatteau kernel: ymf7xx0: [MPSAFE] Aug 20 15:53:54 chatteau kernel: ymf7xx0: mem 0x50000000-0x50007fff irq 22 at device 1.0 on pci4 Aug 20 15:53:54 chatteau kernel: pci0: driver added Aug 20 15:53:54 chatteau kernel: found-> vendor=0x8086, dev=0x2772, revid=0x02 Aug 20 15:53:54 chatteau kernel: bus=0, slot=2, func=0 Aug 20 15:53:54 chatteau kernel: class=03-00-00, hdrtype=0x00, mfdev=0 Aug 20 15:53:54 chatteau kernel: cmdreg=0x0007, statreg=0x0090, cachelnsz=0 (dwords) Aug 20 15:53:54 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Aug 20 15:53:54 chatteau kernel: intpin=a, irq=16 Aug 20 15:53:54 chatteau kernel: powerspec 2 supports D0 D3 current D0 Aug 20 15:53:54 chatteau kernel: MSI supports 1 message Aug 20 15:53:54 chatteau kernel: pci0:2:0: reprobing on driver added Aug 20 15:53:54 chatteau kernel: found-> vendor=0x8086, dev=0x27d8, revid=0x01 Aug 20 15:53:54 chatteau kernel: bus=0, slot=27, func=0 Aug 20 15:53:54 chatteau kernel: class=04-03-00, hdrtype=0x00, mfdev=0 Aug 20 15:53:54 chatteau kernel: cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords) Aug 20 15:53:54 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Aug 20 15:53:54 chatteau kernel: intpin=a, irq=22 Aug 20 15:53:54 chatteau kernel: powerspec 2 supports D0 D3 current D0 Aug 20 15:53:54 chatteau kernel: MSI supports 1 message, 64 bit Aug 20 15:53:54 chatteau kernel: pci0:27:0: reprobing on driver added Aug 20 15:53:54 chatteau kernel: hdaudio0: [MPSAFE] Aug 20 15:53:54 chatteau kernel: hdaudio0: mem 0x501c0000-0x501c3fff irq 22 at device 27.0 on pci0 Aug 20 15:53:54 chatteau kernel: found-> vendor=0x8086, dev=0x27da, revid=0x01 Aug 20 15:53:54 chatteau kernel: bus=0, slot=31, func=3 Aug 20 15:53:54 chatteau kernel: class=0c-05-00, hdrtype=0x00, mfdev=0 Aug 20 15:53:54 chatteau kernel: cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords) Aug 20 15:53:54 chatteau kernel: lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) Aug 20 15:53:54 chatteau kernel: intpin=b, irq=19 Aug 20 15:53:54 chatteau kernel: pci0:31:3: reprobing on driver added Aug 20 15:53:54 chatteau kernel: pci1: driver added Aug 20 15:53:54 chatteau kernel: pci2: driver added Aug 20 15:53:54 chatteau kernel: pci3: driver added Aug 20 15:53:54 chatteau kernel: pci4: driver added Aug 20 15:57:16 chatteau pdns_recursor[837]: Failed to update . records, RCODE=2 Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: INCORRECT BLOCK COUNT I=5 (20672 should be 20800) (CORRECTED) Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: INCORRECT BLOCK COUNT I=1182078 (2944 should be 0) (CORRECTED) Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: INCORRECT BLOCK COUNT I=1182079 (20448 should be 0) (CORRECTED) Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: UNREF FILE I=5 OWNER=root MODE=100400 Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: SIZE=18254955296 MTIME=Aug 20 15:35 2007 (CLEARED) Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: LINK COUNT DIR I=1177617 OWNER=root MODE=40755 Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: SIZE=3072 MTIME=Aug 20 15:08 2007 COUNT 154 SHOULD BE 153 (ADJUSTED) Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: LINK COUNT DIR I=1177628 OWNER=root MODE=40755 Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: SIZE=51712 MTIME=Aug 20 15:08 2007 COUNT 2285 SHOULD BE 2284 (ADJUSTED) Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: LINK COUNT DIR I=1177635 OWNER=root MODE=40755 Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: SIZE=18944 MTIME=Aug 20 15:08 2007 COUNT 981 SHOULD BE 977 (ADJUSTED) Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: LINK COUNT DIR I=1177640 OWNER=root MODE=40755 Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: SIZE=2560 MTIME=Aug 20 15:08 2007 COUNT 128 SHOULD BE 127 (ADJUSTED) Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: LINK COUNT DIR I=1177644 OWNER=root MODE=40755 Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: SIZE=6656 MTIME=Aug 20 15:08 2007 COUNT 341 SHOULD BE 340 (ADJUSTED) Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: LINK COUNT DIR I=1177645 OWNER=root MODE=40755 Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: SIZE=15360 MTIME=Aug 20 15:08 2007 COUNT 677 SHOULD BE 676 (ADJUSTED) Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: LINK COUNT DIR I=1177650 OWNER=root MODE=40755 Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: SIZE=19968 MTIME=Aug 20 15:08 2007 COUNT 972 SHOULD BE 971 (ADJUSTED) Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: LINK COUNT DIR I=1177663 OWNER=root MODE=40755 Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: SIZE=14848 MTIME=Aug 20 15:08 2007 COUNT 759 SHOULD BE 758 (ADJUSTED) Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: LINK COUNT DIR I=1177674 OWNER=root MODE=40755 Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: SIZE=6144 MTIME=Aug 20 15:08 2007 COUNT 291 SHOULD BE 290 (ADJUSTED) Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: LINK COUNT DIR I=1201282 OWNER=root MODE=40755 Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: SIZE=512 MTIME=Aug 20 15:08 2007 COUNT 25 SHOULD BE 23 (ADJUSTED) Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: UNREF FILE I=1884445 OWNER=abbe MODE=140755 Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: SIZE=0 MTIME=Aug 20 14:49 2007 (CLEARED) Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: Reclaimed: -5 directories, 4294967264 files, 8501 fragments Aug 20 15:57:58 chatteau fsck: /dev/ad6s1e: 388459 files, 3708346 used, 4915461 free (114677 frags, 600098 blocks, 1.3% fragmentation) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: INCORRECT BLOCK COUNT I=70668 (4 should be 0) (CORRECTED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: INCORRECT BLOCK COUNT I=70669 (4 should be 0) (CORRECTED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: INCORRECT BLOCK COUNT I=70670 (4 should be 0) (CORRECTED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: INCORRECT BLOCK COUNT I=188439 (176 should be 172) (CORRECTED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=47153 OWNER=root MODE=140666 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=0 MTIME=Aug 20 15:33 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=47154 OWNER=root MODE=140600 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=0 MTIME=Aug 20 15:33 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=47156 OWNER=root MODE=140777 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=0 MTIME=Aug 20 15:33 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=47157 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=4 MTIME=Aug 20 15:33 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=47158 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=4 MTIME=Aug 20 15:33 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=47161 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=4 MTIME=Aug 20 15:33 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=47162 OWNER=root MODE=140777 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=0 MTIME=Aug 20 15:33 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=47163 OWNER=root MODE=140777 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=0 MTIME=Aug 20 15:33 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=47166 OWNER=avahi MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=4 MTIME=Aug 20 15:33 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=47167 OWNER=avahi MODE=140777 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=0 MTIME=Aug 20 15:33 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=71020 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=1135540 MTIME=Aug 20 11:41 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=71026 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=1135617 MTIME=Aug 20 11:41 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=71032 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=1137086 MTIME=Aug 20 11:41 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=71075 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=799170 MTIME=Aug 20 11:41 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=71620 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=3958 MTIME=Jun 16 10:49 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=72671 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=1120 MTIME=Aug 20 11:41 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=72832 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=967 MTIME=Aug 9 19:04 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=75822 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=4133 MTIME=Aug 15 21:19 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=77470 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=16556 MTIME=Feb 2 17:24 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=78688 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=1082 MTIME=Jan 21 06:06 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=79187 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=1447 MTIME=May 20 15:49 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=80641 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=2359 MTIME=Aug 2 14:25 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=80765 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=2883 MTIME=Aug 2 14:25 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=81090 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=1791 MTIME=Aug 2 14:25 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=92898 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=1844 MTIME=May 20 16:03 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: UNREF FILE I=95876 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=6130 MTIME=May 20 16:03 2007 (CLEARED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: LINK COUNT FILE I=188452 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=874 MTIME=Aug 20 13:59 2007 COUNT 2 SHOULD BE 1 (ADJUSTED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: LINK COUNT FILE I=188455 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=874 MTIME=Aug 20 15:34 2007 COUNT 2 SHOULD BE 1 (ADJUSTED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: LINK COUNT FILE I=188458 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=961 MTIME=Aug 20 15:03 2007 COUNT 2 SHOULD BE 1 (ADJUSTED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: LINK COUNT FILE I=188472 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=961 MTIME=Aug 20 15:07 2007 COUNT 2 SHOULD BE 1 (ADJUSTED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: LINK COUNT FILE I=188642 OWNER=root MODE=100644 Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: SIZE=57505 MTIME=Aug 20 15:35 2007 COUNT 2 SHOULD BE 1 (ADJUSTED) Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: Reclaimed: 2 directories, 89 files, 2905 fragments Aug 20 15:58:14 chatteau fsck: /dev/ad6s1d: 26287 files, 103241 used, 906869 free (11933 frags, 111867 blocks, 1.2% fragmentation) Aug 20 15:59:34 chatteau sudo: abbe : TTY=ttyp0 ; PWD=/usr/home/wahjava ; USER=root ; COMMAND=/usr/local/etc/rc.d/avahi-daemon.sh status Aug 20 15:59:36 chatteau sudo: abbe : TTY=ttyp0 ; PWD=/usr/home/wahjava ; USER=root ; COMMAND=/usr/local/etc/rc.d/avahi-daemon.sh start --opJtzjQTFsWo+cga-- --eJnRUKwClWJh1Khz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFGyYSuHy+EEHYuXnQRAjiQAKDT+0cF93jdGy0++0/SDBsZYs9k2ACglbEj R1jC9JmN7wsPL/Z0ii6NBWw= =wFtW -----END PGP SIGNATURE----- --eJnRUKwClWJh1Khz-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 12:24:54 2007 Return-Path: Delivered-To: FreeBSD-Questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 821CD16A418 for ; Mon, 20 Aug 2007 12:24:54 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 2570B13C45E for ; Mon, 20 Aug 2007 12:24:54 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2050667pyb for ; Mon, 20 Aug 2007 05:24:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=eHekxRCNU2QvFBdFR6vHChyy8M1d/yU6Y+7TH7DiUD2s3Cojj7rOSIryMHZIniTRvwCOsMG82oW1yYJ36VXlhtyHqozP42SqJbcuwTR2Ws1/pCl6Rm0ziIIP2bgUyBvBVZ/dQADzgrj2GPGS29xVH+UZ31Wl5uWuHK0ApU+x3aU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=uV9UQzsCaK/Vv8ym3oHNA5R/46pUnThNqxl9v4kNgvxo8ag5NRO8ywMfN9uegSbd6K/JLF9QjTxguqcIFiPtfiZ23uLKx/sqUMAFHleZOLD7BlfuSkRPan04oRizo06+urr5ZD04TDZassqu6eihc3/kGnihV6zq2NTxZaC7IeU= Received: by 10.35.41.8 with SMTP id t8mr7391604pyj.1187612692553; Mon, 20 Aug 2007 05:24:52 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id f24sm8584922pyh.2007.08.20.05.24.50 (version=SSLv3 cipher=OTHER); Mon, 20 Aug 2007 05:24:51 -0700 (PDT) In-Reply-To: <20070820121026.GA4358@chatteau.d.lf> References: <20070820121026.GA4358@chatteau.d.lf> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=UTF-8; delsp=yes; format=flowed Message-Id: <37614E63-05F4-46E6-AA07-BDC8044AB05F@gmail.com> Content-Transfer-Encoding: quoted-printable From: Eric Crist Date: Mon, 20 Aug 2007 07:24:47 -0500 To: =?UTF-8?Q?=E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7_?= =?UTF-8?Q?=E0=A4=B6=E0=A5=81=E0=A4=95=E0=A5=8D=E0=A4=B2_Ashish_S?= =?UTF-8?Q?hukla?= X-Mailer: Apple Mail (2.752.3) Cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: FreeBSD 6.2-RELEASE-p7 box crashing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 12:24:54 -0000 On Aug 20, 2007, at 7:10 AMAug 20, 2007, =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4= =B7 =E0=A4=B6=E0=A5=81=E0=A4=95=E0=A5=8D=E0=A4=B2 =20 Ashish Shukla wrote: > Hi, > > I'm running FreeBSD 6.2-RELEASE-p7 custom compiled kernel running on > Intel Pentium 4 630 (AMD64 architecture). FreeBSD 6.2-RELEASE is the > most stable release I've ever seen in my 3 years of BSD life. > > But for the first time, it crashed today, that's too severe. It =20 > suddenly > freezed, and then heard a long beep, after that rebooted within 2 > seconds. > > Now, since then it either gets rebooted during filesystem check, or > either during starting "/usr/local/etc/rc.d/avahi-daemon.sh" . > > Right now, I'm mailing from Linux, and attaching a copy of "/var/=20 > log/messages" > with output of FreeBSD booted with verbose logging chosen at boot =20 > menu. > > I've tested my memory using memtest86+ executing all tests (including > Bit fade test), and it passed all tests. > > Please suggest what should I do ? > My recommendation would be to run mbmon or something similar to =20 monitor system temperature, etc. I've not got a lot of experience =20 yet with the AMD64 architecture, but the little I do seems to be =20 prone to over heating. Often, when I've had similar problems to =20 those you describe, I can later attribute those reboots and crashes =20 to system temperature. HTH ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 12:33:21 2007 Return-Path: Delivered-To: FreeBSD-Questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BEAC16A417 for ; Mon, 20 Aug 2007 12:33:21 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 88F2D13C47E for ; Mon, 20 Aug 2007 12:33:19 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2053924pyb for ; Mon, 20 Aug 2007 05:33:17 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=jjrmEUWJYxe6DqSB26DewreB2x0FU2hD2KCp4WyO04r0az6R+uwBoMrR3XYxpMOCVCaNTzaBlNt0y+QrkhklHk5xHp8yRfpioVd2CIOM1Q4bTYf0TGFHU9Q4bKe4BAxyjQvf1EBNgZxaxGGaJfE9Xbsc3VHNH84XPnNpxBXhCcs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=hDcLPQ8qjoWK0o27aLmA3XFEeNB9jiRealZc3wLDYAhsBwJFOHT2ViAku06ENckoYU3jJy3msFTaq5DyiHcxAk4kB5Z393mb9j2XhT6YV28jXDigsThzJAPYersdSUGxXyB/sQE1XGYIv+HsbETz3ZacOLIdFRCqpLTm9C6qAaI= Received: by 10.35.45.14 with SMTP id x14mr7374366pyj.1187613196886; Mon, 20 Aug 2007 05:33:16 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id n44sm8595214pyh.2007.08.20.05.33.09 (version=SSLv3 cipher=OTHER); Mon, 20 Aug 2007 05:33:09 -0700 (PDT) In-Reply-To: <20070820121026.GA4358@chatteau.d.lf> References: <20070820121026.GA4358@chatteau.d.lf> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1E8FA071-7289-43B3-AFD0-874460CD0043@gmail.com> Content-Transfer-Encoding: 7bit From: Eric Crist Date: Mon, 20 Aug 2007 07:33:05 -0500 To: =?UTF-8?Q?=E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7_?= =?UTF-8?Q?=E0=A4=B6=E0=A5=81=E0=A4=95=E0=A5=8D=E0=A4=B2_Ashish_S?= =?UTF-8?Q?hukla?= X-Mailer: Apple Mail (2.752.3) Cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: FreeBSD 6.2-RELEASE-p7 box crashing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 12:33:21 -0000 Sorry to reply again so soon, but I failed to read through your attachment before sending my previous message. I notice that your system seems to have crashed at least a few times during the loading of PowerDNS. Immediately before, there's a warning about the variables in /etc/rc.conf: Aug 20 15:50:43 chatteau root: /etc/rc: WARNING: $pdnsd_enable is not set properly - see rc.conf(5). Also, have you tried booting with ACPI disabled? I know there are still some systems out there that don't quite work the way they ought to. ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 13:07:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA7D116A417 for ; Mon, 20 Aug 2007 13:07:24 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from thenetnow.com (thenetnow.com [69.90.69.141]) by mx1.freebsd.org (Postfix) with ESMTP id 988DA13C4A3 for ; Mon, 20 Aug 2007 13:07:24 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1IN6yZ-000GGL-Ia for freebsd-questions@freebsd.org; Mon, 20 Aug 2007 09:07:23 -0400 Message-ID: <037d01c7e32b$0c8d3c70$6501a8c0@GRANT> From: "Grant Peel" To: Date: Mon, 20 Aug 2007 09:07:23 -0400 Organization: The Net Now MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: IPFW Questions. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 13:07:24 -0000 Hi all, I was wondering what the concensus is on using dynamic rules in IPFW. = Every once in a while, I suppose there is a DoS attaclk that causes me = to see hundreds of: +ipfw: install_state: Too many dynamic rules in my security log. I am sure i read somewhere that many people are skipping the dynamic = rules and just relying on the line by line rules. You thoughts please. Any while your up, does anyone really know what this means? ipfw: pullup failed I dont see that often maybe 1 or 2 times a month. -Grant From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 13:40:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6594016A41B for ; Mon, 20 Aug 2007 13:40:37 +0000 (UTC) (envelope-from ngharibyan@mail.ru) Received: from mx27.mail.ru (mx27.mail.ru [194.67.23.64]) by mx1.freebsd.org (Postfix) with ESMTP id 219F013C468 for ; Mon, 20 Aug 2007 13:40:37 +0000 (UTC) (envelope-from ngharibyan@mail.ru) Received: from [91.103.27.104] (port=3043 helo=sis2w001) by mx27.mail.ru with asmtp id 1IN7Ug-000LGa-00; Mon, 20 Aug 2007 17:40:35 +0400 From: "Narek Gharibyan" To: "'Grant Peel'" , References: <037d01c7e32b$0c8d3c70$6501a8c0@GRANT> Date: Mon, 20 Aug 2007 18:40:25 +0500 Message-ID: <000001c7e32f$ac28edc0$180ca8c0@arm.synisys.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcfjKzoHndz/I1G4RemEXS4sOEVZ0gABE74g In-Reply-To: <037d01c7e32b$0c8d3c70$6501a8c0@GRANT> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Cc: Subject: RE: IPFW Questions. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 13:40:37 -0000 I have same problem related to ipfw pullup. I couldn't find any documentation or solution on it. Narek -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Grant Peel Sent: Monday, August 20, 2007 6:07 PM To: freebsd-questions@freebsd.org Subject: IPFW Questions. Hi all, I was wondering what the concensus is on using dynamic rules in IPFW. Every once in a while, I suppose there is a DoS attaclk that causes me to see hundreds of: +ipfw: install_state: Too many dynamic rules in my security log. I am sure i read somewhere that many people are skipping the dynamic rules and just relying on the line by line rules. You thoughts please. Any while your up, does anyone really know what this means? ipfw: pullup failed I dont see that often maybe 1 or 2 times a month. -Grant _______________________________________________ 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 20 14:11:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7D7716A421 for ; Mon, 20 Aug 2007 14:11:57 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88303.mail.re4.yahoo.com (web88303.mail.re4.yahoo.com [216.39.53.226]) by mx1.freebsd.org (Postfix) with SMTP id 9D74213C458 for ; Mon, 20 Aug 2007 14:11:55 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 76164 invoked by uid 60001); 20 Aug 2007 14:11:54 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=337E/7Y+T5U7scsth5nleRL2dr8+SgMOQ+7IVIcS1d+4P/uXeTlG67VJhXB7cKOIV00Fa86KJkkbBURCpYp0RQBymOAwsQvaF55qjn5DgD9lEqmfz/LrM4q9EF5vXiV4kzX/p6mo65fiNBJfpBv0cC7rAVV/VpvPKt1liVGZBTA=; X-YMail-OSG: 4u6N5ucVM1mIax2s5J6ZqlA2tGkK3Y8wfK4BnD1uMfkB6DPq56XIjebHt64jK5zb13vBxf52VHg4Iun6ZSGN4m2yUg41AI6MAgh1za3WXs3P.kTZRfWdML2xIe3PbA-- Received: from [204.253.245.126] by web88303.mail.re4.yahoo.com via HTTP; Mon, 20 Aug 2007 10:11:54 EDT Date: Mon, 20 Aug 2007 10:11:54 -0400 (EDT) From: Michael S To: "P.U.Kruppa" In-Reply-To: <20070820055238.J14030@small> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <858112.76105.qm@web88303.mail.re4.yahoo.com> Cc: FreeBSD Mailing List Subject: Re: Gnome & FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 14:11:58 -0000 Thank you all for the suggestions. I am going to take into consideration everything everyone wrote. Michael --- "P.U.Kruppa" wrote: > On Sun, 19 Aug 2007, Michael S wrote: > > > Good day all, > > > > I decided to add GUI to my GUI-less FreeBSD > machine. I > > am considering installing Gnome, which I haven't > used > > for long while and the last time was on Linux > anyway. > > The reason is that most of my favorite > applications > > use gtk libraries, like Firefox, GAIM (can't get > used > > to the new name),wxPython and others. In short I > > wanted to avoid 2 huge sets of libraries (gtk and > qt) > > by not installing KDE. > > I wanted to know how Gnome feels on FreeBSD, is it > > polished enough? Are there crashes? Any caveats at > > all? > There is a minimal gnome installation in > /usr/ports/x11/gnome2-lite > you can start with that and - if you like it - add > all the the > other stuff. > One caveat: > First install /usr/ports/x11/xorg (i.e. xorg-7.2) > and check if > your monitor and graphics card are set up correctly. > > Greetings, > > Uli. > > > > > Thanks in advance, > > Michael > > _______________________________________________ > > 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 > > _______________________________________________ > 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 20 14:57:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C103F16A417 for ; Mon, 20 Aug 2007 14:57:14 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 85C7013C468 for ; Mon, 20 Aug 2007 14:57:14 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7KEqwYc044690; Mon, 20 Aug 2007 10:52:58 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7KEqt8T044689; Mon, 20 Aug 2007 10:52:55 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 20 Aug 2007 10:52:55 -0400 From: Jerry McAllister To: Sam Lawrance Message-ID: <20070820145255.GA44640@gizmo.acns.msu.edu> References: <46C83C2F.3060105@fpt.vn> <20070819150415.K15146@wojtek.tensor.gdynia.pl> <20070820004745.GB39765@gizmo.acns.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: Jerry McAllister , Wojciech Puchar , FreeBSD Questions , vuthecuong Subject: Re: freebsd 7 release date :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 14:57:14 -0000 On Mon, Aug 20, 2007 at 05:15:10PM +1000, Sam Lawrance wrote: > > On 20/08/2007, at 10:47 AM, Jerry McAllister wrote: > > >On Sun, Aug 19, 2007 at 03:05:00PM +0200, Wojciech Puchar wrote: > > > >> > >>>just for reference only: > >>>Original release planned date of 7.0 was end of Jul. But now is > >>>nearly end > >>>of Aug. > >>>So Which date you guess 7.0 will be released? :D > >> > >>when it will be ready. if time is more important than quality for > >>you get > >>simply get -current. even if not - and you would like help testing > >>it, > >>fetch and report problems. > > > >There was obviously no intent to challenge or apply preasure in the > >question so you don't need to be snippy. If you don't have any > >useful > >information or at least information you think might be useful > >(qualifier > >for my posts) then don't bother replying - at least not snippy, posts. > >We can afford to be civil - expecially when a civil question is asked. > > > >The person was just noting that the old guesses were no longer > >operable > >and hoping that some new best guesses might have been made. We all > >know these dates are very movable and for very good reasons. No > >one is > >pushing for low quality, hurried up junk. But those best guesses by > >people in the know about how the processes if moving along are helpful > >for those of use out here in the hinterland trying to make it through > >each day. > > There was nothing snippy in that post, it was just succinct. By now, > people in the know have learned that it really will be done "when > it's done". > Read it from the point of view of a person who is not an insider and is seeking a little help in keeping their FreeBSD life together. When someone asks for a "guess" and the response sounds more like 'get out of my face' than anything with useful content, it is snippy. I could have used a stronger term. As I said, we know and even newbies can learn, with considerate explanitory responses, that no absolute date can realistically be named - that there is justifiably more concern about quality than making a particular 'release date'. But some running info on how it is going is helpful - actually reassuring, to those of us out of the loop. It needn't be anything elaborate. Anyway, the important issue here is refusing to consider the effects of the response when replying to a posted question, even when it is a somewhat unenlightened question. ////jerry From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 15:10:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D63C16A417 for ; Mon, 20 Aug 2007 15:10:14 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88301.mail.re4.yahoo.com (web88301.mail.re4.yahoo.com [216.39.53.224]) by mx1.freebsd.org (Postfix) with SMTP id B962B13C494 for ; Mon, 20 Aug 2007 15:10:13 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 93745 invoked by uid 60001); 20 Aug 2007 15:10:12 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=hxvC4+8007Su9L5X7owL4k+uX7uBb8oDBhAQiXY6ai6P5rpL5/zcj5ZXjhcTHjI7BPDN0bt5YlIAGGmQbFmeDz/InsGmZhYgIS56mehtgrTRL8qq9UltMoUMloCiYn74b4Z2Ke9lw1+uKKaOzTeMdw7MDGh0timT3TvvpuOFUB8=; X-YMail-OSG: 042FxCYVM1mDJ2GKXRSXnkJ56yV7yQMKw2SoA8gofjQHScMgVjml7iX4aUYnoYUcBw-- Received: from [204.253.245.126] by web88301.mail.re4.yahoo.com via HTTP; Mon, 20 Aug 2007 11:10:12 EDT Date: Mon, 20 Aug 2007 11:10:12 -0400 (EDT) From: Michael S To: FreeBSD Mailing List MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <748444.92682.qm@web88301.mail.re4.yahoo.com> Subject: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 15:10:14 -0000 Good morning everyone, I am trying to migrate my /usr to a newly installed SCSI drive. Up until yesterday I had /, /var, /usr on a 5 Gig drive and my /home was on another 60 Gig drive, which was fine because it had no GUI and functioned mostly as a server. Last night I added a third drive, with a capacity around 18G; since my other two drives are hard-wired in /boot/device.hints, there were no problems with device numbering. I wrote down the device name (/dev/da2) and proceeded to sysinstall to first create a FreeBSD partition and then the only slice within that partition. I named it /user. I then tarred up /usr Tar –cf /user/usr.tar /usr Extracted the tar file and moved everything one directory up, because otherwise everything were under /user/usr. I made the necessary adjustnments in /etc/fstab, that is I switched /usr and /user around. After reboot, I wasn’t getting the prompt, since the binaries for displaying the prompt are located under /usr/bin (or /usr/sbin?) and my guess was that /usr wasn’t mounting properly. I restarted the machine, this time going into single user mode. Trying to mount –a gave me an error message: Error mounting /usr/home. I then created home directory under the new /usr, I tried mount –a, this time it worked, but when I rebooted, I wasn’t getting my home directory. When I login as an unprivileged user – michael, the message is something like: “User has no home directory”. For now I reverted to using the old /usr. Anyone attempted to migrate /usr and fell for similar kind of problems? Any suggestions will be appreciated. P.S. I am not next to that machine right now, so I can’t provide the exact fstab or dmesg output. Thanks in advance, Michael From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 15:11:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4651A16A46B for ; Mon, 20 Aug 2007 15:11:33 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from strange.locolomo.org (97.pool85-48-194.static.orange.es [85.48.194.97]) by mx1.freebsd.org (Postfix) with ESMTP id 5947713C4A6 for ; Mon, 20 Aug 2007 15:11:31 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from photon.locolomo.org (65.4-35-10-static.wifi.locolomo.org [10.35.4.65]) by strange.locolomo.org (Postfix) with ESMTP id 1EBFA2E04D; Mon, 20 Aug 2007 17:11:30 +0200 (CEST) Message-ID: <46C9AF21.2070206@locolomo.org> Date: Mon, 20 Aug 2007 17:11:29 +0200 From: Erik Norgaard User-Agent: Thunderbird 2.0.0.0 (X11/20070522) MIME-Version: 1.0 To: Dan Nelson References: <46C83C2F.3060105@fpt.vn> <499c70c0708191026w27738f52i8a257b50e7c3ef39@mail.gmail.com> <46C89EA8.2090709@locolomo.org> <20070820023851.GA46690@dan.emsphone.com> In-Reply-To: <20070820023851.GA46690@dan.emsphone.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: vuthecuong , freebsd-questions@freebsd.org Subject: Re: freebsd 7 release date :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 15:11:33 -0000 Dan Nelson wrote: > In the last episode (Aug 19), Erik Norgaard said: >> No so fast now, after reading this I thought I'd give it a try, >> updated the source, buildworld then buildkernel. at installkernel i >> got a lot of error lines like this >> >> kldxref: file isn't dynamically-linked >> kldxref: file isn't dynamically-linked >> kldxref: file isn't dynamically-linked >> kldxref: file isn't dynamically-linked >> >> no idea which file it was. And booting I booted straight into gdb. > > (ddb I assume, not gdb?) > > Those are warnings, not errors, due to the installkernel running a 6.x > kldxref on a 7.x kernel. Your boot problem is unrelated, and could be > due to missing drivers for whatever your boot device is. OK thanks, I have previously tried booting a (older) 7-CURRENT kernel without problems, and never seen the above error, so my first conclusion was that the two were linked. Cheers, Erik -- Ph: +34.666334818 web: http://www.locolomo.org From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 15:14:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5624216A419 for ; Mon, 20 Aug 2007 15:14:40 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id EC47D13C4B7 for ; Mon, 20 Aug 2007 15:14:39 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2131832pyb for ; Mon, 20 Aug 2007 08:14:39 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=rhRHadkRHdoDYeoqyigS+AYkvyGf69v1iEg7YlIYAYLMhHtUr8oJwweCqGfOEmQpKwKZHqdTcTX5bwqInoaRdcD9z2vjHewIskSCmNPYF/eKFcfC70uIGYEOtKXhFtrpbS3ezxqjMTzYxW5ngqdswqQryI3U56TpMEmjSF+05c0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=Ssi9nXREhaMqoHb7qkcpGK7v8PGx53c7VjSl152vquG5iFKJheXg6zOtSRoqZc64Ubi2ZQiUF7UhvQnWMfnuFnP+5tbDAcOR+JoiJszliWWzG2unufTSekzNzqJ2WJHeFxqQO7hQACZr9gGO/spSIjO+wpSfS1Sm1W0HFCKiE68= Received: by 10.35.70.17 with SMTP id x17mr7517992pyk.1187622878700; Mon, 20 Aug 2007 08:14:38 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id f57sm8858909pyh.2007.08.20.08.14.36 (version=SSLv3 cipher=OTHER); Mon, 20 Aug 2007 08:14:37 -0700 (PDT) In-Reply-To: <20070820145255.GA44640@gizmo.acns.msu.edu> References: <46C83C2F.3060105@fpt.vn> <20070819150415.K15146@wojtek.tensor.gdynia.pl> <20070820004745.GB39765@gizmo.acns.msu.edu> <20070820145255.GA44640@gizmo.acns.msu.edu> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Eric Crist Date: Mon, 20 Aug 2007 10:14:32 -0500 To: Jerry McAllister X-Mailer: Apple Mail (2.752.3) Cc: Wojciech Puchar , Sam Lawrance , vuthecuong , FreeBSD Questions Subject: Re: freebsd 7 release date :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 15:14:40 -0000 On Aug 20, 2007, at 9:52 AMAug 20, 2007, Jerry McAllister wrote: [snip] > As I said, we know and even newbies can learn, with considerate > explanitory responses, that no absolute date can realistically > be named - that there is justifiably more concern about quality > than making a particular 'release date'. But some running info > on how it is going is helpful - actually reassuring, to those of > us out of the loop. It needn't be anything elaborate. > > Anyway, the important issue here is refusing to consider the effects > of the response when replying to a posted question, even when it is > a somewhat unenlightened question. IMHO, I think it would be a benefit to the community if there were a page up on the FreeBSD website that explained the release process and at least some sort of clue as to what people can expect regarding the next coming release. As many long-time FreeBSDers know, there are these pages up there, but I don't feel their new-user friendly, and they certainly are a PITA to find at times. I'm not suggesting we lay out a strict timeline, as I'd much prefer the releases when they're ready, but simply a page saying, 'Hey, FreeBSD x.y release is coming soon, we're currently working on 'blah.'' I'd even be willing to help out if needed. ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 15:17:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FB9216A421 for ; Mon, 20 Aug 2007 15:17:23 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id D1B1813C457 for ; Mon, 20 Aug 2007 15:17:22 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l7KFHEaj023274; Mon, 20 Aug 2007 10:17:14 -0500 (CDT) Message-Id: <6.0.0.22.2.20070820101558.0257ddc8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 20 Aug 2007 10:16:36 -0500 To: Michael S , FreeBSD Mailing List From: Derek Ragona In-Reply-To: <748444.92682.qm@web88301.mail.re4.yahoo.com> References: <748444.92682.qm@web88301.mail.re4.yahoo.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 15:17:23 -0000 At 10:10 AM 8/20/2007, Michael S wrote: >Good morning everyone, > >I am trying to migrate my /usr to a newly installed >SCSI drive. Up until yesterday I had /, /var, /usr on >a 5 Gig drive and my /home was on another 60 Gig >drive, which was fine because it had no GUI and >functioned mostly as a server. > >Last night I added a third drive, with a capacity >around 18G; since my other two drives are hard-wired >in /boot/device.hints, there were no problems with >device numbering. I wrote down the device name >(/dev/da2) and proceeded to sysinstall to first create >a FreeBSD partition and then the only slice within >that partition. I named it /user. > >I then tarred up /usr >Tar =ADcf /user/usr.tar /usr > >Extracted the tar file and moved everything one >directory up, because otherwise everything were under >/user/usr. > >I made the necessary adjustnments in /etc/fstab, that >is I switched /usr and /user around. > >After reboot, I wasn=92t getting the prompt, since the >binaries for displaying the prompt are located under >/usr/bin (or /usr/sbin?) and my guess was that /usr >wasn=92t mounting properly. I restarted the machine, >this time going into single user mode. Trying to mount >=ADa gave me an error message: Error mounting /usr/home. >I then created home directory under the new /usr, I >tried mount =ADa, this time it worked, but when I >rebooted, I wasn=92t getting my home directory. When I >login as an unprivileged user =AD michael, the message >is something like: =93User has no home directory=94. > >For now I reverted to using the old /usr. > >Anyone attempted to migrate /usr and fell for similar >kind of problems? Any suggestions will be appreciated. > >P.S. I am not next to that machine right now, so I >can=92t provide the exact fstab or dmesg output. > >Thanks in advance, >Michael When you un-tarred did you use -p to be sure the perms were all correct? -Derek --=20 This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 15:25:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CE0416A420 for ; Mon, 20 Aug 2007 15:25:17 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id AD07613C468 for ; Mon, 20 Aug 2007 15:25:16 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7KFL9h0044943; Mon, 20 Aug 2007 11:21:09 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7KFL9J7044942; Mon, 20 Aug 2007 11:21:09 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 20 Aug 2007 11:21:09 -0400 From: Jerry McAllister To: Michael S Message-ID: <20070820152109.GD44640@gizmo.acns.msu.edu> References: <748444.92682.qm@web88301.mail.re4.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <748444.92682.qm@web88301.mail.re4.yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: FreeBSD Mailing List Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 15:25:17 -0000 On Mon, Aug 20, 2007 at 11:10:12AM -0400, Michael S wrote: > Good morning everyone, > > I am trying to migrate my /usr to a newly installed > SCSI drive. Up until yesterday I had /, /var, /usr on > a 5 Gig drive and my /home was on another 60 Gig > drive, which was fine because it had no GUI and > functioned mostly as a server. > > Last night I added a third drive, with a capacity > around 18G; since my other two drives are hard-wired > in /boot/device.hints, there were no problems with > device numbering. I wrote down the device name > (/dev/da2) and proceeded to sysinstall to first create > a FreeBSD partition and then the only slice within > that partition. I named it /user. You have that backwards. You created one slice on the disk and one partition within that slice. Minor thing, but can confuse communication. > I then tarred up /usr > Tar –cf /user/usr.tar /usr > > Extracted the tar file and moved everything one > directory up, because otherwise everything were under > /user/usr. > > I made the necessary adjustnments in /etc/fstab, that > is I switched /usr and /user around. I am not completely sure just what you mean by 'moved one directory up' and 'switched /usr and /user around'. It sounds an awful lot like you are saying you modified /etc/fstab to mount this new partition (probably /dev/da2s1a, though the 'a' might be something else) as /user instead of /user/usr. But, the new partition needs to be mounted as /usr > After reboot, I wasn’t getting the prompt, since the > binaries for displaying the prompt are located under > /usr/bin (or /usr/sbin?) and my guess was that /usr > wasn’t mounting properly. I restarted the machine, > this time going into single user mode. Trying to mount > –a gave me an error message: Error mounting /usr/home. > I then created home directory under the new /usr, I > tried mount –a, this time it worked, but when I > rebooted, I wasn’t getting my home directory. When I > login as an unprivileged user – michael, the message > is something like: “User has no home directory”. > > For now I reverted to using the old /usr. > > Anyone attempted to migrate /usr and fell for similar > kind of problems? Any suggestions will be appreciated. > > P.S. I am not next to that machine right now, so I > can’t provide the exact fstab or dmesg output. I guess we need the actual /etc/fstab to be sure just what has been done. Maybe also some dmesg output that shows the disk devices could be useful too. ////jerry > > Thanks in advance, > Michael > _______________________________________________ > 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 20 15:33:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AD1716A420 for ; Mon, 20 Aug 2007 15:33:44 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from bay0-omc1-s1.bay0.hotmail.com (bay0-omc1-s1.bay0.hotmail.com [65.54.246.73]) by mx1.freebsd.org (Postfix) with ESMTP id 76A9F13C468 for ; Mon, 20 Aug 2007 15:33:44 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from BAY116-W26 ([64.4.38.126]) by bay0-omc1-s1.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 20 Aug 2007 08:21:44 -0700 Message-ID: X-Originating-IP: [199.219.138.254] From: Lisandro Grullon To: Date: Mon, 20 Aug 2007 11:21:44 -0400 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 20 Aug 2007 15:21:44.0060 (UTC) FILETIME=[D0E61BC0:01C7E33D] Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Configuring OpenLDAP on FreeBSD 6.2 Release, Problems. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 15:33:44 -0000 Hi All, I am a newcomer to the FreeBSD world. I am trying to implement a openLDAP i= nstallation. It all went ok with the SASL and SERVER install in conjunction= with BDB, yet when I try starting the service using "/usr/local/libexec/sl= apd" or "/usr/local/etc/rc.d/slapd start", the service does not start. I = checked "ps -axww | grep slapd" and nothing is showing. After checking "cat= /var/log/debug.log" I can see the following output in stdout. =20 Aug 20 10:16:10 sce2 slapd[71803]: @(#) $OpenLDAP: slapd 2.4.3alpha (Oct 18= 2006 03:27:53) $ root@freebsd.org:/work/a/ports/net/openldap24-server/w= ork/openldap-2.4.3alpha/servers/slapdAug 20 10:16:10 sce2 slapd[71803]: con= nections_destroy: nothing to destroy.Aug 20 10:16:10 sce2 slapd[71803]: sla= pd stopped. =20 =20 Can some one provide me a way to troubleshoot this issue of the service. Th= anks in advance. =20 FreeBSD sce2.USA.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Wed Aug 15 12:07:3= 2 EDT 2007 root@USA.com:/usr/obj/usr/src/sys/AMD64KERNEL amd64 _________________________________________________________________ See what you=92re getting into=85before you go there http://newlivehotmail.com/?ocid=3DTXT_TAGHM_migration_HM_viral_preview_0507= From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 15:49:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 913CA16A479 for ; Mon, 20 Aug 2007 15:49:05 +0000 (UTC) (envelope-from renton@df.ru) Received: from cannabis.dataforce.net (cannabis.dataforce.net [195.42.160.18]) by mx1.freebsd.org (Postfix) with ESMTP id 1B81413C48E for ; Mon, 20 Aug 2007 15:49:05 +0000 (UTC) (envelope-from renton@df.ru) Received: by cannabis.dataforce.net (Postfix, from userid 46126) id EDAB911AEEC; Mon, 20 Aug 2007 19:28:53 +0400 (MSD) Date: Mon, 20 Aug 2007 19:28:53 +0400 From: Alesha To: freebsd-questions@freebsd.org Message-ID: <20070820152853.GA6528@cannabis.dataforce.net> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Subject: The problem of connection between Windows and FreeBSD when using IPSec transport. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 15:49:05 -0000 Hi, On one side there's FreeBSD 6.2, ipsec-tools-0.6.7; on the other Windows 2003 Server. If I start pinging under Windows everything works ok, C:\Documents and Settings>ping 111.111.111.2 Pinging 111.111.111.2 with 32 bytes of data: Negotiating IP Security. Reply from 111.111.111.2: bytes=32 time<1ms TTL=63 Reply from 111.111.111.2: bytes=32 time<1ms TTL=63 /var/log/racoon.log 2007-08-17 12:10:18: INFO: @(#)ipsec-tools 0.6.7 (http://ipsec-tools.sourceforge.net) 2007-08-17 12:10:18: INFO: @(#)This product linked OpenSSL 0.9.7e-p1 25 Oct 2004 (http://www.openssl.org/) 2007-08-17 12:10:18: INFO: 111.111.111.2[500] used as isakmp port (fd=5) 2007-08-17 12:29:16: INFO: respond new phase 1 negotiation: 111.111.111.2[500]<=>111.111.111.1[500] 2007-08-17 12:29:16: INFO: begin Identity Protection mode. 2007-08-17 12:29:16: INFO: received broken Microsoft ID: MS NT5 ISAKMPOAKLEY 2007-08-17 12:29:16: INFO: received Vendor ID: FRAGMENTATION 2007-08-17 12:29:16: INFO: received Vendor ID: draft-ietf-ipsec-nat-t-ike-02 2007-08-17 12:29:16: INFO: ISAKMP-SA established 111.111.111.2[500]-111.111.111.1[500] spi:ceb3ba2040683da6:f80fc5ab1e3d931e 2007-08-17 12:29:16: INFO: respond new phase 2 negotiation: 111.111.111.2[0]<=>111.111.111.1[0] 2007-08-17 12:29:16: INFO: IPsec-SA established: ESP/Transport 111.111.111.1[0]->111.111.111.2[0] spi=36304726(0x229f756) 2007-08-17 12:29:16: INFO: IPsec-SA established: ESP/Transport 111.111.111.2[0]->111.111.111.1[0] spi=3194585143(0xbe698037) >From FreeBSD: # ping 111.111.111.1 PING 111.111.111.1 (111.111.111.1): 56 data bytes 64 bytes from 111.111.111.1: icmp_seq=6 ttl=127 time=0.526 ms 64 bytes from 111.111.111.1: icmp_seq=7 ttl=127 time=6.382 ms and ping works for 2 sides. But if I initiate ping under FreeBSD (after restart racoon daemon), # ping 111.111.111.1 PING 111.111.111.1 (111.111.111.1): 56 data bytes ^C --- 111.111.111.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss I see in the log the following: 2007-08-17 12:44:16: INFO: @(#)ipsec-tools 0.6.7 (http://ipsec-tools.sourceforge.net) 2007-08-17 12:44:16: INFO: @(#)This product linked OpenSSL 0.9.7e-p1 25 Oct 2004 (http://www.openssl.org/) 2007-08-17 12:44:16: INFO: 111.111.111.2[500] used as isakmp port (fd=5) 2007-08-17 12:44:21: INFO: IPsec-SA request for 111.111.111.1 queued due to no phase1 found. 2007-08-17 12:44:21: INFO: initiate new phase 1 negotiation: 111.111.111.2[500]<=>111.111.111.1[500] 2007-08-17 12:44:21: INFO: begin Identity Protection mode. 2007-08-17 12:44:21: INFO: received broken Microsoft ID: MS NT5 ISAKMPOAKLEY 2007-08-17 12:44:21: INFO: received Vendor ID: FRAGMENTATION 2007-08-17 12:44:21: INFO: received Vendor ID: draft-ietf-ipsec-nat-t-ike-02 2007-08-17 12:44:21: INFO: ISAKMP-SA established 111.111.111.2[500]-111.111.111.1[500] spi:94372eb384516aef:bccacea73409cfc6 2007-08-17 12:44:22: INFO: initiate new phase 2 negotiation: 111.111.111.2[0]<=>111.111.111.1[0] 2007-08-17 12:44:22: ERROR: unknown notify message, no phase2 handle found. 2007-08-17 12:44:38: ERROR: 111.111.111.1 give up to get IPsec-SA due to time up to wait. 2007-08-17 12:45:21: INFO: ISAKMP-SA expired 111.111.111.2[500]-111.111.111.1[500] spi:94372eb384516aef:bccacea73409cfc6 2007-08-17 12:45:21: ERROR: unknown Informational exchange received. 2007-08-17 12:45:22: INFO: ISAKMP-SA deleted 111.111.111.2[500]-111.111.111.1[500] spi:94372eb384516aef:bccacea73409cfc6 My configs: # cat /etc/ipsec.conf spdadd 111.111.111.2 111.111.111.1 any -P out ipsec esp/transport//require; spdadd 111.111.111.1 111.111.111.2 any -P in ipsec esp/transport//require; path pre_shared_key "/usr/local/etc/racoon/psk.txt" ; log notify; padding { maximum_length 20; randomize off; strict_check off; exclusive_tail off; } timer { counter 5; # maximum trying count to send. interval 20 sec; # maximum interval to resend. persend 1; # the number of packets per a send. phase1 30 sec; phase2 15 sec; } remote anonymous { # exchange_mode aggressive,main; exchange_mode main, base; doi ipsec_doi; situation identity_only; nonce_size 16; lifetime time 1 min; # sec, min, hour initial_contact on; support_proxy on; proposal_check obey; # obey, strict or claim proposal { encryption_algorithm 3des; hash_algorithm sha1; authentication_method pre_shared_key ; dh_group 2 ; } } sainfo anonymous { pfs_group 1; lifetime time 36000 sec; encryption_algorithm 3des,des,cast128,blowfish ; authentication_algorithm hmac_sha1,hmac_md5; compression_algorithm deflate ; } What do I have to change in conf files, to make IPSec properly work no matter from which server I initiate the connection? Thank you for any answers. -- BRGDS. Alesha From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 16:08:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17C2E16A41A for ; Mon, 20 Aug 2007 16:08:08 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88310.mail.re4.yahoo.com (web88310.mail.re4.yahoo.com [216.39.53.233]) by mx1.freebsd.org (Postfix) with SMTP id D336613C48D for ; Mon, 20 Aug 2007 16:08:07 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 25160 invoked by uid 60001); 20 Aug 2007 16:08:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=X/YjwBK7Ldc65TfZHLntFd+CHPQOvvz8pESHDo5xE62q1w/w5aTYWJH9A2YAdX7igUACuSGVl6IoqCQ7k3iUjkholyE6SxhYzrXkbKoUb1TM525lERgB+GB2i0bix1gd8jM4rzcanTAoATdFDkbopbihgy8vMAcg1M+CoWwNz5I=; X-YMail-OSG: _s44BewVM1mcBbKK9unNevt0CKZkEXF6Lt1KG.q.ZyXZqaq.p0m5qvs0idnha7U66IujaWoHizJnCTjxoCjhfioAdkqyfXxk0C.Hj8sns3_3vsQ7ALQIrE0jXhFFZQ-- Received: from [204.253.245.126] by web88310.mail.re4.yahoo.com via HTTP; Mon, 20 Aug 2007 12:08:06 EDT Date: Mon, 20 Aug 2007 12:08:06 -0400 (EDT) From: Michael S To: Jerry McAllister , FreeBSD Mailing List In-Reply-To: <20070820152109.GD44640@gizmo.acns.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <71851.24788.qm@web88310.mail.re4.yahoo.com> Cc: Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 16:08:08 -0000 Jerry, *** When I untarred the file I had everything under /user/usr. I was under /user/usr and then I did mv * .. I then edited fstab and changed /dev/da2s1d to be /usr, instead of /user And of course the old /usr I switched to /user Thanks in advance --- Jerry McAllister wrote: > On Mon, Aug 20, 2007 at 11:10:12AM -0400, Michael S > wrote: > > > Good morning everyone, > > > > I am trying to migrate my /usr to a newly > installed > > SCSI drive. Up until yesterday I had /, /var, /usr > on > > a 5 Gig drive and my /home was on another 60 Gig > > drive, which was fine because it had no GUI and > > functioned mostly as a server. > > > > Last night I added a third drive, with a capacity > > around 18G; since my other two drives are > hard-wired > > in /boot/device.hints, there were no problems with > > device numbering. I wrote down the device name > > (/dev/da2) and proceeded to sysinstall to first > create > > a FreeBSD partition and then the only slice within > > that partition. I named it /user. > > You have that backwards. You created one slice on > the disk > and one partition within that slice. Minor thing, > but can > confuse communication. > > > I then tarred up /usr > > Tar –cf /user/usr.tar /usr > > > > Extracted the tar file and moved everything one > > directory up, because otherwise everything were > under > > /user/usr. > > > > I made the necessary adjustnments in /etc/fstab, > that > > is I switched /usr and /user around. > > I am not completely sure just what you mean by > 'moved one directory up' > and 'switched /usr and /user around'. > It sounds an awful lot like you are saying you > modified /etc/fstab to mount > this new partition (probably /dev/da2s1a, though > the 'a' might be > something else) as /user instead of /user/usr. > > But, the new partition needs to be mounted as /usr > > > > After reboot, I wasn’t getting the prompt, since > the > > binaries for displaying the prompt are located > under > > /usr/bin (or /usr/sbin?) and my guess was that > /usr > > wasn’t mounting properly. I restarted the machine, > > this time going into single user mode. Trying to > mount > > –a gave me an error message: Error mounting > /usr/home. > > I then created home directory under the new /usr, > I > > tried mount –a, this time it worked, but when I > > rebooted, I wasn’t getting my home directory. When > I > > login as an unprivileged user – michael, the > message > > is something like: “User has no home directory”. > > > > For now I reverted to using the old /usr. > > > > Anyone attempted to migrate /usr and fell for > similar > > kind of problems? Any suggestions will be > appreciated. > > > > P.S. I am not next to that machine right now, so I > > can’t provide the exact fstab or dmesg output. > > I guess we need the actual /etc/fstab to be sure > just what > has been done. Maybe also some dmesg output that > shows the > disk devices could be useful too. > > ////jerry > > > > > Thanks in advance, > > Michael > > _______________________________________________ > > 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 20 16:59:09 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 519BA16A418 for ; Mon, 20 Aug 2007 16:59:09 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id 30F3413C48E for ; Mon, 20 Aug 2007 16:59:09 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.137] (unknown [70.168.226.150]) by a.cs.okstate.edu (Postfix) with ESMTP id 66444A0695; Mon, 20 Aug 2007 11:59:08 -0500 (CDT) Message-ID: <46C9C846.7060100@cs.okstate.edu> Date: Mon, 20 Aug 2007 11:58:46 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.6 (X11/20070809) MIME-Version: 1.0 To: Christer Hermansson References: <46C726A8.9010404@chdevelopment.se> <6.0.0.22.2.20070818130942.02634918@mail.computinginnovations.com> <46C77BD7.1080609@chdevelopment.se> In-Reply-To: <46C77BD7.1080609@chdevelopment.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Regular expressions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 16:59:09 -0000 Written by Christer Hermansson on 08/18/07 18:08>> > Derek Ragona wrote: >> At 12:04 PM 8/18/2007, Christer Hermansson wrote: >>> I also found some basic example at >>> http://www.grymoire.com/Unix/Sh.html#uh-88 : >>> >>> --------8<--------8<--------8<--------8<--------8<-------- >>> >>> #!/bin/sh >>> >>> echo "Type in a number" >>> read ans >>> number=`expr "$ans" : "([0-9]*)"` >>> if [ "$number" != "$ans" ]; then >>> echo "Not a number" >>> elif [ "$number" -eq 0 ]; then >>> echo "Nothing was typed" >>> else >>> echo "$number is a fine number" >>> fi >>> >>> --------8<--------8<--------8<--------8<--------8<-------- >>> >>> The above example doesn't work on my freebsd box. Maybe I need to >>> update my system, sitting with 6.0R which never been updated. >>> >> >> You have a syntax error using expr. Do a man on expr for more details >> but if you change that line from: >> number=`expr "$ans" : "([0-9]*)"` >> to: >> number=`expr "$ans" : "\([0-9]*\)"` >> >> You will get the desired results. >> >> Also when debugging scripts remember to add: >> set -x >> to your script on the second line, and see what the script lines are >> actually doing. >> >> -Derek >> > Thanks Derek ! Now both the example and my own code works for me. I > changed my code from "^[A-Za-z0-9_-]+$" to "\([A-Za-z0-9_-]*\)" It seems > that FreeBSD's expr want some different syntax than the webbased test > tool at http://regexlib.com/RETester.aspx > No, your expression is double quoted, which means the shell will expand it before passing it to expr. Parens are expanded by shells, they manipulate the order of operations (i.e. 'echo 1 || echo 2 && echo 3' vs. '(echo 1 || echo 2) && echo 3'). As a result, you must escape the parens or the shell will gobble them up. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 17:02:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F78716A419 for ; Mon, 20 Aug 2007 17:02:44 +0000 (UTC) (envelope-from ranger@oldpathsbaptistchurch.org) Received: from mail.hosting-advantage.com (mail.hosting-advantage.com [64.92.112.127]) by mx1.freebsd.org (Postfix) with SMTP id 67F0513C49D for ; Mon, 20 Aug 2007 17:02:44 +0000 (UTC) (envelope-from ranger@oldpathsbaptistchurch.org) Received: (qmail 14531 invoked by uid 399); 20 Aug 2007 09:36:04 -0700 Received: from unknown (HELO ?10.0.5.131?) (ranger@oldpathsbaptistchurch.org@67.138.58.2) by mail.hosting-advantage.com with SMTP; 20 Aug 2007 09:36:04 -0700 X-Originating-IP: 67.138.58.2 Message-ID: <46C9C2F3.6070109@oldpathsbaptistchurch.org> Date: Mon, 20 Aug 2007 10:36:03 -0600 From: Old Ranger User-Agent: Thunderbird 1.5.0.10 (X11/20070603) MIME-Version: 1.0 To: "illoai@gmail.com" References: <3ef409db0708170651v365f51dfib643ae0d91a6a700@mail.gmail.com> <46C64727.9060000@crackmonkey.us> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Branko Vukelic , freebsd-questions@freebsd.org Subject: Re: Hello! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 17:02:44 -0000 illoai@gmail.com wrote: > On 17/08/07, Adam J Richardson wrote: > >> Branko Vukelic wrote: >> >>> Hi, >>> >>> My name is Branko (a.k.a. FoxBunny in some circles). Until recently I was a >>> Arch Linux >>> user, and decided to give FreeBSD a try, for a better desktop experience. >>> Thanks to the DesktopBSD project (BIG THANKS!) I'm now running FreeBSD on my >>> box (or is it proper to call DesktopBSD a FreeBSD?). >>> >>> I must say I am most impressed by how all this works, from development to >>> final touches, to actually running and using it. I'm looking forward to >>> getting involved in the whole BSD scene. >>> >>> Nice meeting (sort of) you all! >>> >>> Best regards, >>> >>> Branko >>> >> Hi Branko! >> >> I guess it's like comparing an Alsatian [FreeBSD] to a Spaniel >> [DesktopBSD]: they're very different, but both are still dogs. However >> NetBSD is a cat and Windows is a fish. >> >> Feel free to play with my sophisticated model of operating system >> development, anyone. >> >> Maybe I shouldn't have compared FreeBSD to a dog. Whoops. Sorry all. >> > > If netbsd is a cat, and oh!ess!ten is variously a panther, tiger, > puma, (pard? olestra?), openbsd is a fish (and some damned > anthropomorphic lips), probably freebsd is really a 1938 > pontiac, and windows is a cow-duck hybrid with post-it notes > stapled to its spine (or maybe that transporter accident from > Star Trek: Der Movin' Picture!). > > From a pilot's point of view: FreeBSD is an F-4 Phantom. Mac is a P-38 Trainer. Windows is a DC-10. Grins, ZWH From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 17:03:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4D0A16A419 for ; Mon, 20 Aug 2007 17:03:38 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id 831EB13C48A for ; Mon, 20 Aug 2007 17:03:38 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.137] (unknown [70.168.226.150]) by a.cs.okstate.edu (Postfix) with ESMTP id 09C28A06AA; Mon, 20 Aug 2007 12:03:37 -0500 (CDT) Message-ID: <46C9C95C.8030606@cs.okstate.edu> Date: Mon, 20 Aug 2007 12:03:24 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.6 (X11/20070809) MIME-Version: 1.0 To: Christer Hermansson References: <46C726A8.9010404@chdevelopment.se> <6.0.0.22.2.20070818130942.02634918@mail.computinginnovations.com> <46C77BD7.1080609@chdevelopment.se> <46C9C846.7060100@cs.okstate.edu> In-Reply-To: <46C9C846.7060100@cs.okstate.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Regular expressions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 17:03:38 -0000 Written by Reid Linnemann on 08/20/07 11:58>> > Written by Christer Hermansson on 08/18/07 18:08>> >> Derek Ragona wrote: >>> At 12:04 PM 8/18/2007, Christer Hermansson wrote: >>>> I also found some basic example at >>>> http://www.grymoire.com/Unix/Sh.html#uh-88 : >>>> >>>> --------8<--------8<--------8<--------8<--------8<-------- >>>> >>>> #!/bin/sh >>>> >>>> echo "Type in a number" >>>> read ans >>>> number=`expr "$ans" : "([0-9]*)"` >>>> if [ "$number" != "$ans" ]; then >>>> echo "Not a number" >>>> elif [ "$number" -eq 0 ]; then >>>> echo "Nothing was typed" >>>> else >>>> echo "$number is a fine number" >>>> fi >>>> >>>> --------8<--------8<--------8<--------8<--------8<-------- >>>> >>>> The above example doesn't work on my freebsd box. Maybe I need to >>>> update my system, sitting with 6.0R which never been updated. >>>> >>> >>> You have a syntax error using expr. Do a man on expr for more >>> details but if you change that line from: >>> number=`expr "$ans" : "([0-9]*)"` >>> to: >>> number=`expr "$ans" : "\([0-9]*\)"` >>> >>> You will get the desired results. >>> >>> Also when debugging scripts remember to add: >>> set -x >>> to your script on the second line, and see what the script lines are >>> actually doing. >>> >>> -Derek >>> >> Thanks Derek ! Now both the example and my own code works for me. I >> changed my code from "^[A-Za-z0-9_-]+$" to "\([A-Za-z0-9_-]*\)" It >> seems that FreeBSD's expr want some different syntax than the webbased >> test tool at http://regexlib.com/RETester.aspx >> > > No, your expression is double quoted, which means the shell will expand > it before passing it to expr. Parens are expanded by shells, they > manipulate the order of operations (i.e. 'echo 1 || echo 2 && echo 3' > vs. '(echo 1 || echo 2) && echo 3'). As a result, you must escape the > parens or the shell will gobble them up. Disregard that, I am a moron. :/ From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 17:15:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45FE616A41B for ; Mon, 20 Aug 2007 17:15:21 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.190]) by mx1.freebsd.org (Postfix) with ESMTP id BC09C13C474 for ; Mon, 20 Aug 2007 17:15:20 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so1465694fka for ; Mon, 20 Aug 2007 10:15:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=n7b43EbL5gGNwyQjvVLkoLiWiV7QHN5nODkYKh625lrgrlTgxhB/Jk8Rdt9PHvV7TKazMx4TKf8kPBA+/IuLGEbVn6jsFunVTMUM9efQQCUulLuFriteiZWbD1JzLeS72XemtmlbpEmFdSvbVJOusnan8dX9zGLEDVG5EDHqfBY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JzehY1eEqpNWp7lF/o7DwvpLpXA/uoC0Kx5dX6I1aNSvfAYOtctDNmzWcPlXnO0oxykn76DnOjJuAe56Ow+13zqk6urzx08Pkfeq9ZgK24QVmCL28KuCXCLnNM2+5iP11FA/TdlnQP6bK5/uhj92fzc2RFj8yDYbDZFJt6KCc9g= Received: by 10.82.106.14 with SMTP id e14mr8163086buc.1187630118171; Mon, 20 Aug 2007 10:15:18 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Mon, 20 Aug 2007 10:15:18 -0700 (PDT) Message-ID: Date: Mon, 20 Aug 2007 12:15:18 -0500 From: "illoai@gmail.com" To: "Michael S" In-Reply-To: <71851.24788.qm@web88310.mail.re4.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070820152109.GD44640@gizmo.acns.msu.edu> <71851.24788.qm@web88310.mail.re4.yahoo.com> Cc: FreeBSD Mailing List Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 17:15:21 -0000 On 20/08/07, Michael S wrote: > Jerry, > > *** When I untarred the file I had everything under > /user/usr. I was under /user/usr and then I did mv * > .. > > I then edited fstab and changed > /dev/da2s1d to be /usr, instead of /user > > And of course the old /usr I switched to /user So is your /usr now under /usr/usr? What I have done is: # mkdir /mnt/usr # mount /dev/whatever /mnt/usr # cd /mnt/usr # dump -L -f - /usr | restore -r -f - And then edit your /etc/fstab to reflect the changes and reboot. -- -- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 17:22:26 2007 Return-Path: Delivered-To: FreeBSD-Questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B5F116A41A for ; Mon, 20 Aug 2007 17:22:26 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.229]) by mx1.freebsd.org (Postfix) with ESMTP id C1BAE13C45B for ; Mon, 20 Aug 2007 17:22:25 +0000 (UTC) (envelope-from wahjava@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so433279nzf for ; Mon, 20 Aug 2007 10:22:25 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:x-face:x-attribution:x-os:x-os-version:x-os-architecture:x-uptime:face:organization:pgp:x-pgp:x-pgp-fp:user-agent:sender; b=H2JwUr/Rs0L9i1zB33WteI+OAszPh1hA7YvF2njYuoObG+XGjjT/qwgBDGsqI3zIM86MJrDTcK0zlMlB7CX26LY86sOmaA1NAbCoUubHqJf24+xl6EsLtZopbEeLX/QrwaeAK7BjxA7+auzjwfK/Sa+yVzUk8Hy36RN/f8MmTro= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:x-face:x-attribution:x-os:x-os-version:x-os-architecture:x-uptime:face:organization:pgp:x-pgp:x-pgp-fp:user-agent:sender; b=LNxLLM30iABrwgvISvsGm2meGfsjfXpwZlQfYx9DF/4opHdr5z85LUyACILBer983Av5zbt+N7BfsoLdH0QRo6wwj7UtgXNvHjywaIyfMmmFVyHEFcH6WbLDf9uLcqxy8LNWkiZr0HZEdt3DD5YosRPT5RFxhEtMNMwQf3sCQDs= Received: by 10.114.112.1 with SMTP id k1mr547438wac.1187630543517; Mon, 20 Aug 2007 10:22:23 -0700 (PDT) Received: from chatteau.d.lf ( [122.163.246.148]) by mx.google.com with ESMTPS id c26sm5913274waa.2007.08.20.10.22.20 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 20 Aug 2007 10:22:22 -0700 (PDT) Date: Mon, 20 Aug 2007 22:49:47 +0530 From: =?utf-8?B?4KSG4KS24KWA4KS3IOCktuClgeCkleCljeCksg==?= Ashish Shukla To: FreeBSD-Questions@FreeBSD.ORG Message-ID: <20070820171947.GA8221@chatteau.d.lf> Mail-Followup-To: FreeBSD-Questions@FreeBSD.ORG References: <20070820121026.GA4358@chatteau.d.lf> <1E8FA071-7289-43B3-AFD0-874460CD0043@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LQksG6bCIzRHxTLp" Content-Disposition: inline In-Reply-To: <1E8FA071-7289-43B3-AFD0-874460CD0043@gmail.com> X-Face: *!LyhHV"J+/95DS|"tnD(ts]QvHA*t$3~<0Ek1}W4#t~ X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= X-OS: Linux X-OS-Version: 2.6.22.1-41.fc7 X-OS-Architecture: x86_64 X-Uptime: 22:41:35 up 3:09, 3 users, load average: 0.05, 0.05, 0.00 Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAG1BMVEX/+/0sHhbJm4v4+/2bRhdrbXL+/P3w8O/vq4v1P1jJAAACdElEQVQ4jUWUQWvjMBCFDQvNWWDDXpOo6xwXDOpZZgy6ur Wba7pipb023li5FrSsf/a+keyuQyidT29m3oycwjlXFBfnrLKzc6rBX8WhAsDN6Tt7N7mnCQT/XhJ42PnZX3shqufJzqxcAc4/7UV+6t3MCpfBbN/XuKjq4P+Dp5/i86n+zmoFaKPnUFmWok SdENAeA+WTQOtODxrkENSaynMFPQw9aa17SCZlM+g5Dw0ch2RkSQY4T11Hw0BDyW7ClMENZUnKtkWci4z1nID/TUSH00lGSQSFGOspdeU/OmPigo8cBq3TZLJiIEOIG4NkGYSs0BRBzMKSks kIhYW/klLcQJKLPIem8NaF0oDEBQ/60gTFcSosgzblYQnRILQYoXDW/SojpejCgNF4BJjUu8B5jiAedWtanRSNehOQkO7alMoscT8e0a5tfpTaoNHDyUQckGi6QirbKN/jmBSEQiBIt6+OuA xW7bThJF/lsphcqXph5yrsoYAV+OBcS9Ti5fs6q5NZ1njEI8Rruom+YxtsPCmiFNVrunCeWsMGc9wYvQHb0UJJwDZPErP6dikenNt1MGDWOLzz2NM+gkTUxLUEL+qcNxhkm4eOMHVpHdggLl 34U7JDEHhjwa1eFTed2orsu0+Xd2pSu/dScioQg/VVjyE0+ZYEXjo889TRUgDItyT0aXaYq0SJ5xqZWIGlx5ZHRElQncMGVLilYae4GM9cIgN/17zTZI5NbMD6MODyIhcLuCe1Ki7hg2ROVO Wetrc2vFPuSIy3VHoD/ipyAXaNN3ADKtwf8zs+1qvA8RDxy/HlMG4FsmAFNlwfMb3x/Clw/wD/sGWJDSmNYwAAAABJRU5ErkJggg= Organization: /\/0/\/3 PGP: 762E5E74 X-PGP: 762E5E74 X-PGP-FP: 1E00 4679 77E4 F8EE 2E4B 56F2 1F2F 8410 762E 5E74 User-Agent: Mutt/1.5.14 (2007-02-12) Sender: =?UTF-8?B?4KSG4KS24KWA4KS3IOCktuClgeCkleCljeCksg==?= Cc: Subject: Re: FreeBSD 6.2-RELEASE-p7 box crashing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 17:22:26 -0000 --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable ,--[ On Mon, Aug 20, 2007 at 07:33:05AM -0500, Eric Crist wrote: | Sorry to reply again so soon, but I failed to read through your =20 | attachment before sending my previous message. I notice that your =20 | system seems to have crashed at least a few times during the loading =20 | of PowerDNS. Immediately before, there's a warning about the =20 | variables in /etc/rc.conf: Sometimes, it also crashed when I restarted 'avahi-daemon'. |=20 | Aug 20 15:50:43 chatteau root: /etc/rc: WARNING: $pdnsd_enable is not =20 | set properly - see rc.conf(5). I've installed pdns and pdns-recursor, but I'm using pdns-recursor only, and $pdnsd_enable is set to "no". And I'm running this setup since June, 2007. |=20 | Also, have you tried booting with ACPI disabled? I know there are =20 | still some systems out there that don't quite work the way they ought =20 | to. No, I've not tried that. But, to me, it looks like filesystem is bad, and some of the files in use by services like avahi, pdns are corrupt, so thats why it is crashing. Is there any possiblity like such ? Anyways, I'll boot with ACPI disabled, or even boot in single-user mode, and repair my filesystem first. |=20 | ----- | Eric F Crist | Secure Computing Networks |=20 |=20 Thanks Ashish Shukla --=20 Ashish Shukla "Wah Java !!" =E0=A4=86=E0=A4=B6=E0=A5=80=E0=A4=B7 =E0=A4=B6=E0=A5=81=E0=A4=95=E0=A5=8D= =E0=A4=B2 weblog: http://wahjava.wordpress.com/ ,=3D ,-_-. =3D. | The desire to be rewarded for one's creativity = does | ((_/)o o(\_)) | not justify depriving the world in general of all or= | `-'(. .)`-' | part of that creativity. = | \_/ | - Richard M. Stallman = | --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFGyc0zHy+EEHYuXnQRAhK7AKDyZYxiTGVlJ4+ni+dXQU+2vBctOQCgyAgW BGJF7XHFbpN45BmOCtRyj4A= =r41k -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp-- From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 17:37:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE1B216A420 for ; Mon, 20 Aug 2007 17:37:57 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88303.mail.re4.yahoo.com (web88303.mail.re4.yahoo.com [216.39.53.226]) by mx1.freebsd.org (Postfix) with SMTP id 7BFCD13C468 for ; Mon, 20 Aug 2007 17:37:57 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 85060 invoked by uid 60001); 20 Aug 2007 17:37:56 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=urBL77+DriN5em18PwLMYBgqLtGX9EsaI+jXTCjQN2LNHwXr1Q43WKnaEWGduvRRaYEH5U3MX2hUIi0HxpYSOMcdzwixYEciycEPNXst2AGWJUxpbjisUDnIkweDr/YV61To6h6hRuaZnYJLNj6GNzHM0xPCoYLt0GWVjUL17A8=; X-YMail-OSG: Ifr2nY0VM1lNtWZMwPtNM3JnyELE_T9kvdlmQLwSL.UBXGtfTdR8a7kvt_RqUIOFlQ-- Received: from [204.253.245.126] by web88303.mail.re4.yahoo.com via HTTP; Mon, 20 Aug 2007 13:37:56 EDT Date: Mon, 20 Aug 2007 13:37:56 -0400 (EDT) From: Michael S To: "illoai@gmail.com" , FreeBSD Mailing List In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <508113.84269.qm@web88303.mail.re4.yahoo.com> Cc: Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 17:37:58 -0000 I reverted to the old /usr. What I had done: Initially I set up the newly installed drive (da2) to have only one partition (da2s1d) which I chose to be /user (note the e). I tarred /usr to a file in /user tar -cf /user/usr.tar /tar and extracted the file tar -xf usr.tar I had the whole structure of /usr underneath /user/usr And then cd usr mv * .. to have everything under /user Then I edited fstab. Whatever was /user became /usr and /usr became /user. I will definitely try dump. Never used it before. Thanks a lot, Michael --- "illoai@gmail.com" wrote: > On 20/08/07, Michael S wrote: > > Jerry, > > > > *** When I untarred the file I had everything > under > > /user/usr. I was under /user/usr and then I did mv > * > > .. > > > > I then edited fstab and changed > > /dev/da2s1d to be /usr, instead of /user > > > > And of course the old /usr I switched to /user > > So is your /usr now under /usr/usr? > > What I have done is: > # mkdir /mnt/usr > # mount /dev/whatever /mnt/usr > # cd /mnt/usr > # dump -L -f - /usr | restore -r -f - > And then edit your /etc/fstab to reflect the changes > and reboot. > > -- > -- > From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 17:43:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CF0316A419 for ; Mon, 20 Aug 2007 17:43:26 +0000 (UTC) (envelope-from mailing-lists@msdi.ca) Received: from spamfirewall.msdsky.com (spamfirewall.msdsky.com [64.18.66.8]) by mx1.freebsd.org (Postfix) with ESMTP id 2A74113C45D for ; Mon, 20 Aug 2007 17:43:25 +0000 (UTC) (envelope-from mailing-lists@msdi.ca) X-ASG-Debug-ID: 1187631789-571f002d0000-jLrpzn X-Barracuda-URL: http://spamfirewall.msdsky.com:80/cgi-bin/mark.cgi X-Barracuda-Connect: unknown[64.18.67.9] X-Barracuda-Start-Time: 1187631789 Received: from mail02.msdihosting.net (unknown [64.18.67.9]) by spamfirewall.msdsky.com (Spam Firewall) with ESMTP id B51A029362; Mon, 20 Aug 2007 13:43:09 -0400 (EDT) Received: from dell390 ([70.81.60.158]) by mail02.msdihosting.net ((iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003))) with ASMTP id QRI44553; Mon, 20 Aug 2007 13:43:05 -0400 From: "Ian Lord" To: X-ASG-Orig-Subj: Re: Veritas Backup Exec on Freebsd 6.1 (Boon Keng Lee) Date: Mon, 20 Aug 2007 13:43:00 -0400 Message-ID: <027b01c7e351$8d4d0680$6400a8c0@msdi.local> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcfjUY0FvPHuoLM2RZObo1ZDI4rz6g== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Barracuda-Virus-Scanned: by Barracuda Spam Firewall at msdsky.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: wkuan@csc.com Subject: Re: Veritas Backup Exec on Freebsd 6.1 (Boon Keng Lee) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 17:43:26 -0000 Hi, Please kindly advise us can the FreeBSD 6.1 being backup via Veritas Backup Exec 11d Server for Windows with the Linux Client agent ? Thank for the help. ~~~~~~ Hi, On our side, we didn't manage to make this happen using the regular linux agent that veritas (now Symantec) provides, but we were able to install the legacy unix agent which works like a charm. We take full and incremental backups without problem. Regards From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 18:07:39 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EAE916A469 for ; Mon, 20 Aug 2007 18:07:39 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-2.EUnet.yu (smtpclu-2.eunet.yu [194.247.192.227]) by mx1.freebsd.org (Postfix) with ESMTP id 16FED13C457 for ; Mon, 20 Aug 2007 18:07:38 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-221-254.eunet.yu [213.198.221.254]) by smtpclu-2.EUnet.yu (8.13.6/8.13.6) with ESMTP id l7KI7f2D030974 for ; Mon, 20 Aug 2007 20:07:42 +0200 Message-Id: <200708201807.l7KI7f2D030974@smtpclu-2.EUnet.yu> Date: Mon, 20 Aug 2007 20:02:53 +0200 From: Nikola Lecic To: freebsd-questions@freebsd.org X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_00,UNPARSEABLE_RELAY X-AVAS-Spam-Score: -2.6 Subject: /compat/linux/usr/bin/ld X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 18:07:39 -0000 Hello, What is the recommended way for obtaining linux ld binary (/compat/linux/usr/bin/ld)? I found in the archives that devel/linux_devel port used to provide it, but it seems that there is no such port now, except emulators/linux*-gentoo*. Thank you, Nikola Le=C4=8Di=C4=87 From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 18:39:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0944216A41A for ; Mon, 20 Aug 2007 18:39:53 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from bay0-omc2-s28.bay0.hotmail.com (bay0-omc2-s28.bay0.hotmail.com [65.54.246.164]) by mx1.freebsd.org (Postfix) with ESMTP id E96BF13C461 for ; Mon, 20 Aug 2007 18:39:52 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from BAY116-W16 ([64.4.38.116]) by bay0-omc2-s28.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Mon, 20 Aug 2007 11:39:52 -0700 Message-ID: X-Originating-IP: [199.219.138.254] From: Lisandro Grullon To: Michael S , Date: Mon, 20 Aug 2007 14:39:52 -0400 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 20 Aug 2007 18:39:52.0609 (UTC) FILETIME=[7F06B910:01C7E359] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: RE: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 18:39:53 -0000 This makes perfect sense, are you still having issues with your restore? > Date: Mon, 20 Aug 2007 13:37:56 -0400> From: msherman77@yahoo.com> To: il= loai@gmail.com; freebsd-questions@freebsd.org> CC: > Subject: Re: Trying to= move /usr> > I reverted to the old /usr.> What I had done:> Initially I se= t up the newly installed drive (da2)> to have only one partition (da2s1d) w= hich I chose to> be /user (note the e).> I tarred /usr to a file in /user> = tar -cf /user/usr.tar /tar> > and extracted the file> tar -xf usr.tar> I ha= d the whole structure of /usr underneath /user/usr> > And then> cd usr> mv = * ..> > to have everything under /user> > Then I edited fstab. Whatever was= /user became /usr> and /usr became /user.> > I will definitely try dump. N= ever used it before.> > Thanks a lot,> Michael> > --- "illoai@gmail.com" wrote:> > > On 20/08/07, Michael S = wrote:> > > Jerry,> > >> > > *** When I untarred the file I had everything>= > under> > > /user/usr. I was under /user/usr and then I did mv> > *> > > = ..> > >> > > I then edited fstab and changed> > > /dev/da2s1d to be /usr, i= nstead of /user> > >> > > And of course the old /usr I switched to /user> >= > > So is your /usr now under /usr/usr?> > > > What I have done is:> > # m= kdir /mnt/usr> > # mount /dev/whatever /mnt/usr> > # cd /mnt/usr> > # dump = -L -f - /usr | restore -r -f -> > And then edit your /etc/fstab to reflect = the changes> > and reboot.> > > > -- > > --> > > > ________________________= _______________________> 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" _________________________________________________________________ Learn. Laugh. Share. Reallivemoms is right place! http://www.reallivemoms.com?ocid=3DTXT_TAGHM&loc=3Dus= From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 18:47:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B165016A417 for ; Mon, 20 Aug 2007 18:47:10 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from bay0-omc1-s33.bay0.hotmail.com (bay0-omc1-s33.bay0.hotmail.com [65.54.246.105]) by mx1.freebsd.org (Postfix) with ESMTP id 9B95713C46B for ; Mon, 20 Aug 2007 18:47:10 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from BAY116-W9 ([64.4.38.109]) by bay0-omc1-s33.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Mon, 20 Aug 2007 11:47:10 -0700 Message-ID: X-Originating-IP: [199.219.138.254] From: Lisandro Grullon To: Date: Mon, 20 Aug 2007 14:47:07 -0400 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 20 Aug 2007 18:47:10.0256 (UTC) FILETIME=[83E25B00:01C7E35A] Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: RE: FreeBSD 6.2-RELEASE-p7 box crashing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 18:47:10 -0000 DQoNCg0KDQo+IERhdGU6IE1vbiwgMjAgQXVnIDIwMDcgMjI6NDk6NDcgKzA1MzA+IEZyb206IHdh aGphdmEubWxAZ21haWwuY29tPiBUbzogRnJlZUJTRC1RdWVzdGlvbnNARnJlZUJTRC5PUkc+IEND OiA+IFN1YmplY3Q6IFJlOiBGcmVlQlNEIDYuMi1SRUxFQVNFLXA3IGJveCBjcmFzaGluZz4gPiAs LS1bIE9uIE1vbiwgQXVnIDIwLCAyMDA3IGF0IDA3OjMzOjA1QU0gLTA1MDAsIEVyaWMgQ3Jpc3Qg d3JvdGU6PiB8IFNvcnJ5IHRvIHJlcGx5IGFnYWluIHNvIHNvb24sIGJ1dCBJIGZhaWxlZCB0byBy ZWFkIHRocm91Z2ggeW91ciA+IHwgYXR0YWNobWVudCBiZWZvcmUgc2VuZGluZyBteSBwcmV2aW91 cyBtZXNzYWdlLiBJIG5vdGljZSB0aGF0IHlvdXIgPiB8IHN5c3RlbSBzZWVtcyB0byBoYXZlIGNy YXNoZWQgYXQgbGVhc3QgYSBmZXcgdGltZXMgZHVyaW5nIHRoZSBsb2FkaW5nID4gfCBvZiBQb3dl ckROUy4gSW1tZWRpYXRlbHkgYmVmb3JlLCB0aGVyZSdzIGEgd2FybmluZyBhYm91dCB0aGUgPiB8 IHZhcmlhYmxlcyBpbiAvZXRjL3JjLmNvbmY6PiANCiANCkl0IHdvdWxkIGJlIGludGVyZXN0aW5n IHRvIHNlZSB5b3VyIGxvZ3MgYW5kIHRoZSBjb250ZW50IG9mIHJjLmNvbmYsIGl0IHdvdWxkIHBy b3ZpZGUgdXMgYSBiZXR0ZXIgaWRlYSBvbiB3aGF0IGlzIGhhcHBlbmluZy4NCj4gU29tZXRpbWVz LCBpdCBhbHNvIGNyYXNoZWQgd2hlbiBJIHJlc3RhcnRlZCAnYXZhaGktZGFlbW9uJy4+ID4gfCA+ IHwgQXVnIDIwIDE1OjUwOjQzIGNoYXR0ZWF1IHJvb3Q6IC9ldGMvcmM6IFdBUk5JTkc6ICRwZG5z ZF9lbmFibGUgaXMgbm90ID4gfCBzZXQgcHJvcGVybHkgLSBzZWUgcmMuY29uZig1KS4+ID4gSSd2 ZSBpbnN0YWxsZWQgcGRucyBhbmQgcGRucy1yZWN1cnNvciwgYnV0IEknbSB1c2luZyBwZG5zLXJl Y3Vyc29yPiBvbmx5LCBhbmQgJHBkbnNkX2VuYWJsZSBpcyBzZXQgdG8gIm5vIi4gQW5kIEknbSBy dW5uaW5nIHRoaXMgc2V0dXAgc2luY2U+IEp1bmUsIDIwMDcuPiANCiANCkhhcyB0aGUgcGFja2Fn ZSBiZWVuIHJ1bm5pbmcgc3RhYmxlIHNpbmNlIHRoZW4sIHdoYXQgY2hhbmdlcyBoYXZlIHlvdSBk b25lIHRvIGl0LiBVcGdyYWRlLCBwYXRjaGluZyBvciBoYXZlIHlvdSBoYWQgYW55IGZpbGUgc3lz dGVtIGNvcnJ1cHRpb24uIExldCB1cyBrbm93Lg0KPiB8ID4gfCBBbHNvLCBoYXZlIHlvdSB0cmll ZCBib290aW5nIHdpdGggQUNQSSBkaXNhYmxlZD8gSSBrbm93IHRoZXJlIGFyZSA+IHwgc3RpbGwg c29tZSBzeXN0ZW1zIG91dCB0aGVyZSB0aGF0IGRvbid0IHF1aXRlIHdvcmsgdGhlIHdheSB0aGV5 IG91Z2h0ID4gfCB0by4+ID4gTm8sIEkndmUgbm90IHRyaWVkIHRoYXQuIEJ1dCwgdG8gbWUsIGl0 IGxvb2tzIGxpa2UgZmlsZXN5c3RlbSBpcyBiYWQsPiBhbmQgc29tZSBvZiB0aGUgZmlsZXMgaW4g dXNlIGJ5IHNlcnZpY2VzIGxpa2UgYXZhaGksIHBkbnMgYXJlIGNvcnJ1cHQsPiBzbyB0aGF0cyB3 aHkgaXQgaXMgY3Jhc2hpbmcuIElzIHRoZXJlIGFueSBwb3NzaWJsaXR5IGxpa2Ugc3VjaCA/PiBB bnl3YXlzLCBJJ2xsIGJvb3Qgd2l0aCBBQ1BJIGRpc2FibGVkLCBvciBldmVuIGJvb3QgaW4gc2lu Z2xlLXVzZXIgbW9kZSw+IGFuZCByZXBhaXIgbXkgZmlsZXN5c3RlbSBmaXJzdC4+IA0KIA0KSXQg bWFrZXMgc2VuY2UgdG8gZHJvcCBpbnRvIHNpbmdsZSB1c2VyIGFuZCBjaGVjayB5b3VyIGZpbGUg c3lzdGVtIHRvIHNlZSBpZiB0aGVyZSBpcyBhbnl0aGluZyB3cm9uZyB3aXRoIHRoZW0sIHNwZWNp YWxseSB0aGUgb25lIHRoYXQgaXMgaG9sZGluZyB0aGUgcGFja2FnZS9wb3J0IGFuZCB0aGUgZGF0 YSBvZiBzdWNoLiBDb21lIGJhY2sgYW5kIGxldCB1cyBrbm93LCBkb24ndCBmb3JnZXQgdG8gY2hl Y2sgdGhlIGxvZ2dpbiBzZWN0aW9uIG9mIHRoYXQgcGFja2FnZSwgdGhhdCBjb3VsZCBwcm92aWRl IHlvdSB3aXRoIHNvbWUgZ29vZCBoaW50cywNCj4gfCA+IHwgLS0tLS0+IHwgRXJpYyBGIENyaXN0 PiB8IFNlY3VyZSBDb21wdXRpbmcgTmV0d29ya3M+IHwgPiB8ID4gPiBUaGFua3M+IEFzaGlzaCBT aHVrbGE+IC0tID4gQXNoaXNoIFNodWtsYSAiV2FoIEphdmEgISEiPiDgpIbgpLbgpYDgpLcg4KS2 4KWB4KSV4KWN4KSyPiA+IHdlYmxvZzogaHR0cDovL3dhaGphdmEud29yZHByZXNzLmNvbS8+ID4g LD0gLC1fLS4gPS4gfCBUaGUgZGVzaXJlIHRvIGJlIHJld2FyZGVkIGZvciBvbmUncyBjcmVhdGl2 aXR5IGRvZXMgfD4gKChfLylvIG8oXF8pKSB8IG5vdCBqdXN0aWZ5IGRlcHJpdmluZyB0aGUgd29y bGQgaW4gZ2VuZXJhbCBvZiBhbGwgb3IgfD4gYC0nKC4gLilgLScgfCBwYXJ0IG9mIHRoYXQgY3Jl YXRpdml0eS4gfD4gXF8vIHwgLSBSaWNoYXJkIE0uIFN0YWxsbWFuIHw+IA0KX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18NCk1l c3NlbmdlciBDYWbDqSDigJQgb3BlbiBmb3IgZnVuIDI0LzcuIEhvdCBnYW1lcywgY29vbCBhY3Rp dml0aWVzIHNlcnZlZCBkYWlseS4gVmlzaXQgbm93Lg0KaHR0cDovL2NhZmVtZXNzZW5nZXIuY29t P29jaWQ9VFhUX1RBR0xNX0F1Z1dMdGFnbGluZQ== From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 19:29:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3032116A41A for ; Mon, 20 Aug 2007 19:29:30 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by mx1.freebsd.org (Postfix) with ESMTP id DD8FA13C457 for ; Mon, 20 Aug 2007 19:29:29 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so155164anc for ; Mon, 20 Aug 2007 12:29:29 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=islSEytibZ8amZ5HPhAAkcrpRv2nQoF0K26mTCbSp9Lx0dssMwcVXYwZ9CBRcPlWiYj+zhzxis9MZnRr4XSq/qpRV1YLVxXtz4VFg0fZz4lMxe2u1xOASwZowVswSg2d9gPepBXiAyl/Gbx8l5atgB+TMN7tgcasPIbpPS7+Vp0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Mu7YjWTFOVxt8u4ObxZD4/Ul1CIMO1qXc1r+p50TT4sJPn2QSHqwbqJXWuM5IfT+S0BuN5+tWJjWJdYHzljk35G34WN2vWOjmCsKlZ2qa2IM+A3aRNDh1Qy98R9ItcNrYXpFRBz59cN704MxBSEyrAJvAZmMmih54iJsigCZp/4= Received: by 10.78.160.2 with SMTP id i2mr2202577hue.1187638167734; Mon, 20 Aug 2007 12:29:27 -0700 (PDT) Received: by 10.78.68.10 with HTTP; Mon, 20 Aug 2007 12:29:27 -0700 (PDT) Message-ID: <539c60b90708201229n1b8ee199k7496925cbb1e61d9@mail.gmail.com> Date: Mon, 20 Aug 2007 12:29:27 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "Don Hinton" In-Reply-To: <18116.38566.699817.525560@localhost.my.domain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <18107.29558.834358.66922@gargle.gargle.HOWL> <46BC5B1F.7030208@crackmonkey.us> <18116.38566.699817.525560@localhost.my.domain> X-Google-Sender-Auth: 45966d82e76085a2 Cc: freebsd-questions@freebsd.org, Adam J Richardson Subject: Re: cheap (supported) wifi card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 19:29:30 -0000 Don, I notice a earlier poster mentioned > > work very well with ndisgen. I think you've been misled. That means you have to go thru several manual steps to smash the windows drivers into something freebsd can use. Ugly, in my opinion. If you want it to work 'out of the box', go back and buy a card with a prisim/orinoco or atheros chipset. If you want to make your existing dongle work, look for ndisgen in the handbook in the 'wireless networking' section. Steve On 8/16/07, Don Hinton wrote: > Hi Adam: > > Adam J Richardson writes: > > Don Hinton wrote: > > > Could someone recommend a good (and > > > cheap) one that's includes a/b/g*/n and is supported, either natively > > > or via ndis? > > > > Hi Don, > > > > I can heartily recommend any card based on the TNET1130 chipset. They > > work very well with ndisgen. Examples include the Add-on Tech GWP-100 > > and the Belkin F5D7 series, such as the F5D7051 USB key or the F5D7000 > > cardbus card. They're all cheap. They do "a", "b" and "g". I'm not sure > > about "n", though. > > I picked up a Belkin F5D7050, but can seem to figure out how to get it > to work. I'm obviously missing something. > > $ dmesg > > ugen0: on uhub6 > > $ uname -a > FreeBSD localhost 7.0-CURRENT FreeBSD 7.0-CURRENT #5: Mon Aug 13 16:23:35 UTC 2007 root@localhost:/usr/obj/usr/src/sys/HP_SMP i386 > > I've compiled the following in my kernel, per man ural: > > device wlan # 802.11 support > device wlan_amrr # AMRR transmit rate control algorithm > device uhci # UHCI PCI->USB interface > device ohci # OHCI PCI->USB interface > device ehci # EHCI PCI->USB interface (USB 2.0) > device usb # USB Bus (required) > device ural # Ralink Technology RT2500USB wireless NICs > > But don't see a ural device getting created. It's hard to tell from > the package, but I suspect it's a version problem. There's a small > sticker on the bottom of the box that has "00173FAFD030 ver. 4000" > printed on it. But the part number just says FD7050. > > Any help would be appreciated. > > thanks... > don > -- > Don Hinton > _______________________________________________ > 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" > -- Steve Franks, KE7BTE Staff Engineer La Palma Devices, LLC http://www.lapalmadevices.com (520) 312-0089 From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 19:37:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95AC416A417 for ; Mon, 20 Aug 2007 19:37:57 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 3851713C480 for ; Mon, 20 Aug 2007 19:37:57 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2263366pyb for ; Mon, 20 Aug 2007 12:37:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=oyUrEO/O9TS72lmeXOd4ZKMLd9U8gltYMUH3+yrqeFZlPEcqIA4wx0edYvR8Eu0sBhZrpTJpkkiyHw3N5UjDAArD7rwIg0TVYxOeyWyu1RcKLWbI65FeOeSqr2yNh935uLX1JRg8gVUCG8guaFJFqTJOV0IBmVFdwkRJGzMuM4Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=Psi4r5UiPxEINYahDbw7pCvECdbkaKuHE5+vGZRtJEEAQwO/Y+8g7KZEmEMCZv/WuIV8ihAhiZ8czHuzvZ2bokaqRqXlisBgJUjZAkTALgAFHYEWpNQ+yVABiEYHIBXOCRKsLHw4tBYxuI3Lbk2/1/Xyn0LqQMF1EkX7MM7nJf0= Received: by 10.35.85.1 with SMTP id n1mr7773971pyl.1187638676240; Mon, 20 Aug 2007 12:37:56 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id w67sm9249863pyg.2007.08.20.12.37.54 (version=SSLv3 cipher=OTHER); Mon, 20 Aug 2007 12:37:55 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <8cb6106e0708201218r35692760na73ba3f6a0633666@mail.gmail.com> References: <46C83C2F.3060105@fpt.vn> <20070819150415.K15146@wojtek.tensor.gdynia.pl> <20070820004745.GB39765@gizmo.acns.msu.edu> <20070820145255.GA44640@gizmo.acns.msu.edu> <8cb6106e0708201218r35692760na73ba3f6a0633666@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <785667C8-7C30-4B77-943E-63D2227DFCB8@gmail.com> Content-Transfer-Encoding: 7bit From: Eric Crist Date: Mon, 20 Aug 2007 14:37:50 -0500 To: FreeBSD Questions X-Mailer: Apple Mail (2.752.3) Subject: Re: freebsd 7 release date :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 19:37:57 -0000 On Aug 20, 2007, at 2:18 PMAug 20, 2007, Josh Carroll wrote: >> I'm not suggesting we lay out a strict timeline, as I'd much prefer >> the releases when they're ready, but simply a page saying, 'Hey, >> FreeBSD x.y release is coming soon, we're currently working on >> 'blah.'' > > Something more than what's here then? > > http://www.freebsd.org/releng/ Yes. Especially for people who aren't savvy to the mailing lists, that page contains virtually NO useful information. TBA is only useful if, at some point, it actually is announced. In addition, please point out to me if I'm wrong, there's no easy/readily- identifiable way to get to that page. RELENG isn't what I'd consider a user-friendly word. Really, I think my little rant here is more of a customer-service and marketing issue. So many people get upset when someone posts the "when's the next release" question, but there's really no end-user digestible information anywhere for those individuals to help themselves. Again, just my $.02. ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 19:45:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 498BB16A419 for ; Mon, 20 Aug 2007 19:45:30 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id A34D613C483 for ; Mon, 20 Aug 2007 19:45:26 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7KJfIau046045; Mon, 20 Aug 2007 15:41:18 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7KJfITa046044; Mon, 20 Aug 2007 15:41:18 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 20 Aug 2007 15:41:18 -0400 From: Jerry McAllister To: Michael S Message-ID: <20070820194118.GB45885@gizmo.acns.msu.edu> References: <20070820152109.GD44640@gizmo.acns.msu.edu> <71851.24788.qm@web88310.mail.re4.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <71851.24788.qm@web88310.mail.re4.yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: Jerry McAllister , FreeBSD Mailing List Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 19:45:30 -0000 On Mon, Aug 20, 2007 at 12:08:06PM -0400, Michael S wrote: > Jerry, > > *** When I untarred the file I had everything under > /user/usr. I was under /user/usr and then I did mv * > .. > > I then edited fstab and changed > /dev/da2s1d to be /usr, instead of /user > > And of course the old /usr I switched to /user Well, that sounds like the right way. except that I would have done cd / mv /usr/usr /usr That has worked for me in the past similar situations. Since you say you have switched back - I presume by editing /etc/fstab - have you checked the contents of /user which should be the new copy of /usr to make sure it looks right - matches the old one pretty well? ////jerry > > Thanks in advance > --- Jerry McAllister wrote: > > > On Mon, Aug 20, 2007 at 11:10:12AM -0400, Michael S > > wrote: > > > > > Good morning everyone, > > > > > > I am trying to migrate my /usr to a newly > > installed > > > SCSI drive. Up until yesterday I had /, /var, /usr > > on > > > a 5 Gig drive and my /home was on another 60 Gig > > > drive, which was fine because it had no GUI and > > > functioned mostly as a server. > > > > > > Last night I added a third drive, with a capacity > > > around 18G; since my other two drives are > > hard-wired > > > in /boot/device.hints, there were no problems with > > > device numbering. I wrote down the device name > > > (/dev/da2) and proceeded to sysinstall to first > > create > > > a FreeBSD partition and then the only slice within > > > that partition. I named it /user. > > > > You have that backwards. You created one slice on > > the disk > > and one partition within that slice. Minor thing, > > but can > > confuse communication. > > > > > I then tarred up /usr > > > Tar –cf /user/usr.tar /usr > > > > > > Extracted the tar file and moved everything one > > > directory up, because otherwise everything were > > under > > > /user/usr. > > > > > > I made the necessary adjustnments in /etc/fstab, > > that > > > is I switched /usr and /user around. > > > > > > I am not completely sure just what you mean by > > 'moved one directory up' > > and 'switched /usr and /user around'. > > It sounds an awful lot like you are saying you > > modified /etc/fstab to mount > > this new partition (probably /dev/da2s1a, though > > the 'a' might be > > something else) as /user instead of /user/usr. > > > > But, the new partition needs to be mounted as /usr > > > > > > > After reboot, I wasn’t getting the prompt, since > > the > > > binaries for displaying the prompt are located > > under > > > /usr/bin (or /usr/sbin?) and my guess was that > > /usr > > > wasn’t mounting properly. I restarted the machine, > > > this time going into single user mode. Trying to > > mount > > > –a gave me an error message: Error mounting > > /usr/home. > > > I then created home directory under the new /usr, > > I > > > tried mount –a, this time it worked, but when I > > > rebooted, I wasn’t getting my home directory. When > > I > > > login as an unprivileged user – michael, the > > message > > > is something like: “User has no home directory”. > > > > > > For now I reverted to using the old /usr. > > > > > > Anyone attempted to migrate /usr and fell for > > similar > > > kind of problems? Any suggestions will be > > appreciated. > > > > > > P.S. I am not next to that machine right now, so I > > > can’t provide the exact fstab or dmesg output. > > > > I guess we need the actual /etc/fstab to be sure > > just what > > has been done. Maybe also some dmesg output that > > shows the > > disk devices could be useful too. > > > > ////jerry > > > > > > > > Thanks in advance, > > > Michael > > > _______________________________________________ > > > 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 Mon Aug 20 19:48:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD6A716A418 for ; Mon, 20 Aug 2007 19:48:50 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 8F51313C4D5 for ; Mon, 20 Aug 2007 19:48:50 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7KJihn5046083; Mon, 20 Aug 2007 15:44:43 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7KJihRA046082; Mon, 20 Aug 2007 15:44:43 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 20 Aug 2007 15:44:42 -0400 From: Jerry McAllister To: Old Ranger Message-ID: <20070820194442.GC45885@gizmo.acns.msu.edu> References: <3ef409db0708170651v365f51dfib643ae0d91a6a700@mail.gmail.com> <46C64727.9060000@crackmonkey.us> <46C9C2F3.6070109@oldpathsbaptistchurch.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46C9C2F3.6070109@oldpathsbaptistchurch.org> User-Agent: Mutt/1.4.2.2i Cc: Branko Vukelic , "illoai@gmail.com" , freebsd-questions@freebsd.org Subject: Re: Hello! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 19:48:50 -0000 On Mon, Aug 20, 2007 at 10:36:03AM -0600, Old Ranger wrote: > illoai@gmail.com wrote: > >On 17/08/07, Adam J Richardson wrote: > > > >>Branko Vukelic wrote: > >> > >>>Hi, > >>> > >>>My name is Branko (a.k.a. FoxBunny in some circles). Until recently I > >>>was a > >>>Arch Linux > >>>user, and decided to give FreeBSD a try, for a better desktop experience. > >>>Thanks to the DesktopBSD project (BIG THANKS!) I'm now running FreeBSD > >>>on my > >>>box (or is it proper to call DesktopBSD a FreeBSD?). > >>> > >>>I must say I am most impressed by how all this works, from development to > >>>final touches, to actually running and using it. I'm looking forward to > >>>getting involved in the whole BSD scene. > >>> > >>>Nice meeting (sort of) you all! > >>> > >>>Best regards, > >>> > >>>Branko > >>> > >>Hi Branko! > >> > >>I guess it's like comparing an Alsatian [FreeBSD] to a Spaniel > >>[DesktopBSD]: they're very different, but both are still dogs. However > >>NetBSD is a cat and Windows is a fish. > >> > >>Feel free to play with my sophisticated model of operating system > >>development, anyone. > >> > >>Maybe I shouldn't have compared FreeBSD to a dog. Whoops. Sorry all. > >> > > > >If netbsd is a cat, and oh!ess!ten is variously a panther, tiger, > >puma, (pard? olestra?), openbsd is a fish (and some damned > >anthropomorphic lips), probably freebsd is really a 1938 > >pontiac, and windows is a cow-duck hybrid with post-it notes > >stapled to its spine (or maybe that transporter accident from > >Star Trek: Der Movin' Picture!). > > > > > From a pilot's point of view: > FreeBSD is an F-4 Phantom. > Mac is a P-38 Trainer. > Windows is a DC-10. (with a hydraulic leak) ////jerry > > Grins, > > ZWH > _______________________________________________ > 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 20 19:18:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D609616A418 for ; Mon, 20 Aug 2007 19:18:56 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 7643913C481 for ; Mon, 20 Aug 2007 19:18:56 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2254157pyb for ; Mon, 20 Aug 2007 12:18:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=re2TQ1ldbG53+xoLm2doelyGEB+C5uGNW74Do14+Iq+sLDCpY8YB/NQv893AE3fel+3iXp6WXFVPndJsNxggqKhtguXagmrixgZDBrAPveC9FWxFsFMas9uYzzmnKLEYCkvaCS+ClMGBWHzL1yfOPzXP8WpyPjqbd52FgGqmXew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fyitE+laP22sOujGRyM9hE4nOeFH2o9OPviqRWWV7u24lljVvFD77/aUt7fHJGWNxM9WlT0HuYyqxDRPGxxVEWNU2N9a1j0goJ7gcubJJJ39Donlld7wBUs4PacKh/Bx48EB/Qeyk8Ddo574VypUQ5dfzihXy2g8Wg5MdJCfCSc= Received: by 10.35.72.1 with SMTP id z1mr7773430pyk.1187637535124; Mon, 20 Aug 2007 12:18:55 -0700 (PDT) Received: by 10.35.128.7 with HTTP; Mon, 20 Aug 2007 12:18:55 -0700 (PDT) Message-ID: <8cb6106e0708201218r35692760na73ba3f6a0633666@mail.gmail.com> Date: Mon, 20 Aug 2007 15:18:55 -0400 From: "Josh Carroll" To: "Eric Crist" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46C83C2F.3060105@fpt.vn> <20070819150415.K15146@wojtek.tensor.gdynia.pl> <20070820004745.GB39765@gizmo.acns.msu.edu> <20070820145255.GA44640@gizmo.acns.msu.edu> X-Mailman-Approved-At: Mon, 20 Aug 2007 19:52:28 +0000 Cc: Jerry McAllister , Wojciech Puchar , Sam Lawrance , vuthecuong , FreeBSD Questions Subject: Re: freebsd 7 release date :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 19:18:56 -0000 > I'm not suggesting we lay out a strict timeline, as I'd much prefer > the releases when they're ready, but simply a page saying, 'Hey, > FreeBSD x.y release is coming soon, we're currently working on 'blah.'' Something more than what's here then? http://www.freebsd.org/releng/ Josh From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 19:35:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 370EA16A418 for ; Mon, 20 Aug 2007 19:35:50 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id DF96F13C4DB for ; Mon, 20 Aug 2007 19:35:49 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2262307pyb for ; Mon, 20 Aug 2007 12:35:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=fFNElVIF2JpxHjjbNsLSJXinPhjrY6IHcRTCUbrTWMLJ370RWUWJsrR0kvisnbjzX0LOsa6Z9LYL2O0iqpd9mtchYr4ymbKz70sJEIxTMMAHbxSI8BaPThRic9O8FPFbpve69qBuZXq03N+VRZiU4/EqGt5JNIXzWnYEatgZL00= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=K2u2hRWXflg3gqklmEo4CQ7IpBq3GRX9neIVktHP7FViBT+wHT1mKabETfDwXLHPGXV1TAhD9u/PSnXwrso79CSI49GnD94nYugzkBFCVq4WOuAON8dLAio3osGgZT8Jyj/vTMUnuaU+LhwrnurBD8Vrjnxc/n2rj2ZFkmlwGG0= Received: by 10.35.84.9 with SMTP id m9mr7809231pyl.1187638549015; Mon, 20 Aug 2007 12:35:49 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id f24sm9223254pyh.2007.08.20.12.35.47 (version=SSLv3 cipher=OTHER); Mon, 20 Aug 2007 12:35:48 -0700 (PDT) In-Reply-To: <8cb6106e0708201218r35692760na73ba3f6a0633666@mail.gmail.com> References: <46C83C2F.3060105@fpt.vn> <20070819150415.K15146@wojtek.tensor.gdynia.pl> <20070820004745.GB39765@gizmo.acns.msu.edu> <20070820145255.GA44640@gizmo.acns.msu.edu> <8cb6106e0708201218r35692760na73ba3f6a0633666@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Eric Crist Date: Mon, 20 Aug 2007 14:35:43 -0500 To: josh.carroll@gmail.com X-Mailer: Apple Mail (2.752.3) X-Mailman-Approved-At: Mon, 20 Aug 2007 19:52:28 +0000 Cc: Jerry McAllister , Wojciech Puchar , Sam Lawrance , vuthecuong , FreeBSD Questions Subject: Re: freebsd 7 release date :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 19:35:50 -0000 On Aug 20, 2007, at 2:18 PMAug 20, 2007, Josh Carroll wrote: >> I'm not suggesting we lay out a strict timeline, as I'd much prefer >> the releases when they're ready, but simply a page saying, 'Hey, >> FreeBSD x.y release is coming soon, we're currently working on >> 'blah.'' > > Something more than what's here then? > > http://www.freebsd.org/releng/ Yes. Especially for people who aren't savvy to the mailing lists, that page contains virtually NO useful information. TBA is only useful if, at some point, it actually is announced. In addition, please point out to me if I'm wrong, there's no easy/readily- identifiable way to get to that page. RELENG isn't what I'd consider a user-friendly word. Really, I think my little rant here is more of a customer-service and marketing issue. So many people get upset when someone posts the "when's the next release" question, but there's really no end-user digestible information anywhere for those individuals to help themselves. Again, just my $.02. ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 19:36:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64FF616A4D2 for ; Mon, 20 Aug 2007 19:36:13 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 24E1913C442 for ; Mon, 20 Aug 2007 19:36:12 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7KJW1rh045980; Mon, 20 Aug 2007 15:32:01 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7KJW18B045979; Mon, 20 Aug 2007 15:32:01 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 20 Aug 2007 15:32:01 -0400 From: Jerry McAllister To: Josh Carroll Message-ID: <20070820193201.GA45885@gizmo.acns.msu.edu> References: <46C83C2F.3060105@fpt.vn> <20070819150415.K15146@wojtek.tensor.gdynia.pl> <20070820004745.GB39765@gizmo.acns.msu.edu> <20070820145255.GA44640@gizmo.acns.msu.edu> <8cb6106e0708201218r35692760na73ba3f6a0633666@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8cb6106e0708201218r35692760na73ba3f6a0633666@mail.gmail.com> User-Agent: Mutt/1.4.2.2i X-Mailman-Approved-At: Mon, 20 Aug 2007 19:52:28 +0000 Cc: Jerry McAllister , vuthecuong , Sam Lawrance , Eric Crist , Wojciech Puchar , FreeBSD Questions Subject: Re: freebsd 7 release date :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 19:36:13 -0000 On Mon, Aug 20, 2007 at 03:18:55PM -0400, Josh Carroll wrote: > > I'm not suggesting we lay out a strict timeline, as I'd much prefer > > the releases when they're ready, but simply a page saying, 'Hey, > > FreeBSD x.y release is coming soon, we're currently working on 'blah.'' > > Something more than what's here then? > > http://www.freebsd.org/releng/ > That is helpful, especially the line that says 'June 2007 Start FreeBSD 7.0 Release Process' But another line or two that indicate hoped for release window that can be updated as that changes would be helpful. The next couple of lines relating to 6.x would be enough if they had a date even as loosely approximate as '2007-3Q' or 'November 2007' or some such instead of plain 'TBA' would be helpful. If if becomes apparent that November is going to slip, plug in 'January 2008' or whatever. The caveat above is clear and could even be stated more strongly if that made people taking a stab at a date feel more comfortable. ////jerry > > Josh From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 20:08:45 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE69916A421 for ; Mon, 20 Aug 2007 20:08:45 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id C085913C45E for ; Mon, 20 Aug 2007 20:08:45 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from monju-bosatsu.dreamtrack.dnsalias.com (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Mon, 20 Aug 2007 14:08:33 -0600 id 0017C5E3.46C9F4C6.00006CD0 Message-ID: <46C9F4B2.90806@crackmonkey.us> Date: Mon, 20 Aug 2007 21:08:18 +0100 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Branko Vukelic Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Hello! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 20:08:46 -0000 > Date: Mon, 20 Aug 2007 11:24:01 +0200 > From: Branko Vukelic > To: Adam J Richardson > > If you allow me, a BSD noob, to take part... ;) > > I'd say FreeBSD is a wolf, and DesktopBSD is definitely a dog (as in > domesticated wolf). By taming the wolf for desktop use (I'm not going > into HOW that's possible) you get a system that is quite different > (like an Alaskan Malaute), but still a dog, whereas DesktopBSD is > still like a German Shepherd. I hope my approximation is about close? > > http://en.wikipedia.org/wiki/Alaskan_malamute > http://en.wikipedia.org/wiki/German_shepherd > > As for other systems, yeah Windows is definitely a fish (if we're > talking pets), and I don't find it prudent to mention Linux here. It's > alien life form. :D You forgot to CC the list, Branko. :) [I wouldn't worry about noobishness. We're mostly noobs on this list anyway. There are a few gurus lurking in the shadows. As long as you show willingness to learn and don't expect others to do hold your hand while you cross the road, no one minds.] Regarding the pets analogy, I was sort of thinking we could stay on Earth for now and leave aliens for weird future operating systems like LCARS. Perhaps Linux could be a venus fly trap, or possibly a ferret? A ferret would be good, since it's more like BSD than it is like Windows. And it's also very curious. Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 20:31:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4952E16A418 for ; Mon, 20 Aug 2007 20:31:43 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from bay0-omc3-s1.bay0.hotmail.com (bay0-omc3-s1.bay0.hotmail.com [65.54.246.201]) by mx1.freebsd.org (Postfix) with ESMTP id 336D313C480 for ; Mon, 20 Aug 2007 20:31:43 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from BAY116-W6 ([64.4.38.106]) by bay0-omc3-s1.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Mon, 20 Aug 2007 13:31:40 -0700 Message-ID: X-Originating-IP: [199.219.138.254] From: Lisandro Grullon To: Jonathan and Jeannie Date: Mon, 20 Aug 2007 16:31:41 -0400 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 20 Aug 2007 20:31:40.0842 (UTC) FILETIME=[1D71D8A0:01C7E369] Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@freebsd.org" Subject: RE: Configuring OpenLDAP on FreeBSD 6.2 Release, Problems. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 20:31:43 -0000 > From: jmckeown@eastcoast.co.za> To: freebsd-questions@freebsd.org> Subjec= t: Re: Configuring OpenLDAP on FreeBSD 6.2 Release, Problems.> Date: Mon, 2= 0 Aug 2007 22:26:26 +0200> CC: lisandrogrullon07@hotmail.com> > On Monday 2= 0 August 2007 17:21, Lisandro Grullon wrote:> > Hi All,> > I am a newcomer = to the FreeBSD world. I am trying to implement a openLDAP> > installation. = It all went ok with the SASL and SERVER install in> > conjunction with BDB,= yet when I try starting the service using> > "/usr/local/libexec/slapd" or= "/usr/local/etc/rc.d/slapd start", the> > service does not start.> > This = may be a very silly question, but have you enabled slapd in /etc/rc.conf?> = > The startup scripts in /etc/rc.d and /usr/local/etc/rc.d won't run unless= the > associated control variable is set to "YES" in /etc/rc.conf. To find= the > right variable and its current setting, =20 This is what I have added in my current rc.conf. I think it goes according = to the guidelines of the Manual at openLDAP. =20 # The following line will enable slapd and all its dependeciesslapd_enable= =3D"YES"slapd_flags=3D'-h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/ ldap://= 0.0.0.0/"'slapd_sockets=3D"/var/run/openldap/ldapi" I am not 100% sure where my mistake is hence the log is not showing me anyt= hing, this is the first time for me playing with openLDAP. I am starting to worder if it has something to do with the LDIF file or con= figuration of the database. Throw me a bone if you have one. > > /usr/local/etc/rc.d/slapd rcvar> > which in this case tells us the cont= rol variable is $slapd_enable, > so /etc/rc.conf needs to contain> > slapd_= enable=3D"YES"> > As a bonus, if this isn't set but you want to do a one-of= f start or stop (for > example during testing), you can use onestart and on= estop:> > /usr/local/etc/rc.d/slapd onestart>=20 =20 I tried following these guidelines and still getting that silly error by sy= slog which doesn't give a clue of where the mistake is located.=20 This is the output of debug.log =20 Aug 20 16:24:21 sce2 slapd[72618]: @(#) $OpenLDAP: slapd 2.4.3alpha (Oct 18= 2006 03:27:53) $ root@freebsd.org:/work/a/ports/net/openldap24-server/w= ork/openldap-2.4.3alpha/servers/slapdAug 20 16:24:21 sce2 slapd[72618]: con= nections_destroy: nothing to destroy.Aug 20 16:24:21 sce2 slapd[72618]: sla= pd stopped. I am even more confuse by this whole thing. Thanks in advance for any help = you can provide me with. > which ignores the control variable.> > Jonathan _________________________________________________________________ Find a local pizza place, movie theater, and more=85.then map the best rout= e! http://maps.live.com/default.aspx?v=3D2&ss=3Dyp.bars~yp.pizza~yp.movie%20th= eater&cp=3D42.358996~-71.056691&style=3Dr&lvl=3D13&tilt=3D-90&dir=3D0&alt= =3D-1000&scene=3D950607&encType=3D1&FORM=3DMGAC01= From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 20:39:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D4B916A41A for ; Mon, 20 Aug 2007 20:39:26 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail7.sea5.speakeasy.net (mail7.sea5.speakeasy.net [69.17.117.9]) by mx1.freebsd.org (Postfix) with ESMTP id 285B613C46E for ; Mon, 20 Aug 2007 20:39:26 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 1028 invoked from network); 20 Aug 2007 20:39:25 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail7.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Aug 2007 20:39:25 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 8967D2843A; Mon, 20 Aug 2007 16:39:24 -0400 (EDT) To: Johan Andersson References: <46C8E26A.4060305@i19.se> From: Lowell Gilbert Date: Mon, 20 Aug 2007 16:39:24 -0400 In-Reply-To: <46C8E26A.4060305@i19.se> (Johan Andersson's message of "Mon\, 20 Aug 2007 02\:38\:02 +0200") Message-ID: <44odh2c54z.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Freebsd questions Subject: Re: Error in pkg_version.. "package is corrupt" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Freebsd questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 20:39:26 -0000 Johan Andersson writes: > Hello.. > I was running portupgrade -a . in the middle of compile i did lose power.. > now when im running pkg_version -vL= i got this: > > pkg_version: the package info for package 'GeoIP-1.4.2' is corrupt > pkg_version: the package info for package 'aide-0.11' is corrupt > pkg_version: the package info for package 'arc-5.21o_1' is corrupt > pkg_version: the package info for package 'arj-3.10.22' is corrupt > pkg_version: the package info for package 'autoconf-2.13.000227_6' is > corrupt > pkg_version: the package info for package 'autoconf-2.59_3' is corrupt > pkg_version: the package info for package 'autoconf-2.61_2' is corrupt > pkg_version: the package info for package 'autoconf-wrapper-20070404' is > corrupt > pkg_version: the package info for package 'automake-1.4.6_4' is corrupt > pkg_version: the package info for package 'automake-1.9.6_2' is corrupt > pkg_version: the package info for package 'automake-wrapper-20070404' is > corrupt > and more... > > How do i fix this without reinstall the system? You can restore the package descriptions (/var/db/pkg/*, unless you put them somewhere else) from backups. Alternatively, you could forcibly reinstall the ports. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 20:42:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFD1416A421 for ; Mon, 20 Aug 2007 20:42:33 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.236]) by mx1.freebsd.org (Postfix) with ESMTP id 822BC13C442 for ; Mon, 20 Aug 2007 20:42:33 +0000 (UTC) (envelope-from almarrie@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so952171wra for ; Mon, 20 Aug 2007 13:42:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eYPLt00yrxKVJ/fCXyu4P0umypt/y4AQm/v3UWtTiXRXTHsnZ02puxF0LRqrWgqeM44ar9ANdeQJiVi7MIxoUB5PB2kvhMU/6Azan2+MTF90cZbaEsZUdk2d2mKO8VC9W8+jK5YuwkQBjEsagblfbpVZSKCeFdVsNp0FkNhMHas= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cakpdi6fc88N7h1jqqwyDLEFpg4hVEfIXtlGjzm0gp2Elsx3D7nr4Nyu4eNET+uhzA9ehoqjMnVc9zRNZncWaZz2g8rThSZG6Nry0xKGTjcfqcQRAtwsUirACJgmKssq/1G0N8rnfFZSB7gsmc5OlwILyJiLKJMZ2BdSDdZJv1U= Received: by 10.90.36.3 with SMTP id j3mr10792980agj.1187642552180; Mon, 20 Aug 2007 13:42:32 -0700 (PDT) Received: by 10.100.9.14 with HTTP; Mon, 20 Aug 2007 13:42:31 -0700 (PDT) Message-ID: <499c70c0708201342j3045b8b1j7af5eec3f337b714@mail.gmail.com> Date: Mon, 20 Aug 2007 23:42:31 +0300 From: "Abdullah Ibn Hamad Al-Marri" To: "Jerry McAllister" In-Reply-To: <20070820193201.GA45885@gizmo.acns.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46C83C2F.3060105@fpt.vn> <20070819150415.K15146@wojtek.tensor.gdynia.pl> <20070820004745.GB39765@gizmo.acns.msu.edu> <20070820145255.GA44640@gizmo.acns.msu.edu> <8cb6106e0708201218r35692760na73ba3f6a0633666@mail.gmail.com> <20070820193201.GA45885@gizmo.acns.msu.edu> Cc: FreeBSD Questions Subject: Re: freebsd 7 release date :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 20:42:34 -0000 On 8/20/07, Jerry McAllister wrote: > On Mon, Aug 20, 2007 at 03:18:55PM -0400, Josh Carroll wrote: > > > > I'm not suggesting we lay out a strict timeline, as I'd much prefer > > > the releases when they're ready, but simply a page saying, 'Hey, > > > FreeBSD x.y release is coming soon, we're currently working on 'blah.'' > > > > Something more than what's here then? > > > > http://www.freebsd.org/releng/ > > > > That is helpful, especially the line that says > 'June 2007 Start FreeBSD 7.0 Release Process' > > But another line or two that indicate hoped for release window > that can be updated as that changes would be helpful. The > next couple of lines relating to 6.x would be enough if they > had a date even as loosely approximate as '2007-3Q' or 'November 2007' > or some such instead of plain 'TBA' would be helpful. If if becomes > apparent that November is going to slip, plug in 'January 2008' or > whatever. > > The caveat above is clear and could even be stated more strongly > if that made people taking a stab at a date feel more comfortable. > > ////jerry I'm all for this useful opinion. :) -- Regards, -Abdullah Ibn Hamad Al-Marri Arab Portal http://www.WeArab.Net/ From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 21:04:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15D3A16A418 for ; Mon, 20 Aug 2007 21:04:19 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id C3E1C13C4A8 for ; Mon, 20 Aug 2007 21:04:18 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from [192.168.125.134] ([192.168.125.134]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l7KL4GFi019880 for ; Mon, 20 Aug 2007 16:04:16 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Mon, 20 Aug 2007 16:04:15 -0500 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708201604.15950.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: SAS (serial attached SCSI) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 21:04:19 -0000 anyone running any SAS with FreeBSD? i have a client who is needing a new server, and everything in their pricerange is comming with SAS now, instead of standard SCSI. the company president is an old timer, and only knows the word "SCSI" :) other than telling him "well this is the new SCSI", i am wondering if anyone else is successfully using this technology thus far. thanks, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 21:08:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CBC316A418 for ; Mon, 20 Aug 2007 21:08:57 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id C05F213C474 for ; Mon, 20 Aug 2007 21:08:56 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l7KL8nft027637; Mon, 20 Aug 2007 16:08:49 -0500 (CDT) Message-Id: <6.0.0.22.2.20070820160602.0264a8c0@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 20 Aug 2007 16:08:11 -0500 To: Michael S , "illoai@gmail.com" , FreeBSD Mailing List From: Derek Ragona In-Reply-To: <508113.84269.qm@web88303.mail.re4.yahoo.com> References: <508113.84269.qm@web88303.mail.re4.yahoo.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 21:08:57 -0000 At 12:37 PM 8/20/2007, Michael S wrote: >I reverted to the old /usr. >What I had done: >Initially I set up the newly installed drive (da2) >to have only one partition (da2s1d) which I chose to >be /user (note the e). >I tarred /usr to a file in /user >tar -cf /user/usr.tar /tar > >and extracted the file >tar -xf usr.tar >I had the whole structure of /usr underneath /user/usr > >And then >cd usr >mv * .. > >to have everything under /user > >Then I edited fstab. Whatever was /user became /usr >and /usr became /user. > >I will definitely try dump. Never used it before. > >Thanks a lot, >Michael Michael, To use tar properly for this operation: cd /usr tar -cvf /user/usr.tar . cd /user tar -xvpf ./usr.tar Then you can switch the mount points and all should work. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 21:16:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CE8A16A418 for ; Mon, 20 Aug 2007 21:16:03 +0000 (UTC) (envelope-from jmckeown@eastcoast.co.za) Received: from ctb-mesg4.saix.net (ctb-mesg4.saix.net [196.25.240.74]) by mx1.freebsd.org (Postfix) with ESMTP id 0209613C428 for ; Mon, 20 Aug 2007 21:16:02 +0000 (UTC) (envelope-from jmckeown@eastcoast.co.za) Received: from buffy (dsl-242-106-160.telkomadsl.co.za [41.242.106.160]) by ctb-mesg4.saix.net (Postfix) with ESMTP id B569B2194; Mon, 20 Aug 2007 22:23:06 +0200 (SAST) From: Jonathan and Jeannie To: freebsd-questions@freebsd.org Date: Mon, 20 Aug 2007 22:26:26 +0200 User-Agent: KMail/1.9.4 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708202226.27051.jmckeown@eastcoast.co.za> Cc: Lisandro Grullon Subject: Re: Configuring OpenLDAP on FreeBSD 6.2 Release, Problems. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 21:16:03 -0000 On Monday 20 August 2007 17:21, Lisandro Grullon wrote: > Hi All, > I am a newcomer to the FreeBSD world. I am trying to implement a openLDAP > installation. It all went ok with the SASL and SERVER install in > conjunction with BDB, yet when I try starting the service using > "/usr/local/libexec/slapd" or "/usr/local/etc/rc.d/slapd start", the > service does not start. This may be a very silly question, but have you enabled slapd in /etc/rc.conf? The startup scripts in /etc/rc.d and /usr/local/etc/rc.d won't run unless the associated control variable is set to "YES" in /etc/rc.conf. To find the right variable and its current setting, /usr/local/etc/rc.d/slapd rcvar which in this case tells us the control variable is $slapd_enable, so /etc/rc.conf needs to contain slapd_enable="YES" As a bonus, if this isn't set but you want to do a one-off start or stop (for example during testing), you can use onestart and onestop: /usr/local/etc/rc.d/slapd onestart which ignores the control variable. Jonathan From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 21:43:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0209516A418 for ; Mon, 20 Aug 2007 21:43:00 +0000 (UTC) (envelope-from hexidigital@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225]) by mx1.freebsd.org (Postfix) with ESMTP id AF8A213C4B4 for ; Mon, 20 Aug 2007 21:42:59 +0000 (UTC) (envelope-from hexidigital@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1232714wxd for ; Mon, 20 Aug 2007 14:42:59 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=VfBnZhdZzVi/pbeiOkJ1tzXya+QJ2oGLmTome9Ten1O6IDRNZrjremxdv+2321vS4061ykzEWqD93rZeFKQqbO+hPqSKVKZCjU+fXLuHkdlK6MGrydP0zweS0b4vOAZyKbKPUhain9lEHql95O/lzWEgfs2kZMW1Awf6N3rxgW0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=ATjIAHcDkMVXwVj2PS2Epi4q2XLwrHjlBaAQXrsb8fB2JCZDfZuQFg+b1wr3OTzUGD0gHCSybICaEJ/bAavryHK/aMxTutkIFKRxzH8/Hg7yH8lpLDdAvusfB3tCmKqOmdQT1Msj1kzk0AFDqiveOmy71709C2lJ7zBOoIoqGJ4= Received: by 10.70.77.2 with SMTP id z2mr11323717wxa.1187645234237; Mon, 20 Aug 2007 14:27:14 -0700 (PDT) Received: from orion ( [24.229.62.9]) by mx.google.com with ESMTPS id h37sm13897126wxd.2007.08.20.14.27.12 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 20 Aug 2007 14:27:13 -0700 (PDT) Received: from gbarber by orion with local (Exim 4.60) (envelope-from ) id 1INEmF-0000BF-SN for freebsd-questions@freebsd.org; Mon, 20 Aug 2007 17:27:11 -0400 Date: Mon, 20 Aug 2007 17:27:11 -0400 From: Glen Barber To: freebsd-questions@freebsd.org Message-ID: <20070820212711.GA655@orion> Mail-Followup-To: freebsd-questions@freebsd.org References: <200708131019.22757.david@atf4.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200708131019.22757.david@atf4.com> User-Agent: Mutt/1.5.16 (2007-06-09) Subject: Re: New to Subversion - Access denied issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 21:43:00 -0000 Quoting gimp_user: > > I have made all repository paths owner:group www:www Permissions for subversion have always gotten to me, too. The way I usually get around my headaches is to chmod -R 777 the subversion root directory. I have not found any fallbacks to a 777 setting, because you are using either a AuthFile or AuthzSVNAccessFile, which designates proper permissions. (Please, anyone correct me if I am wrong on this.) > 2. My AuthzSVNAccessFile > AuthzSVNAccessFile /usr/local/etc/apache22/Authz_svnhome > [/] > * = r > [/usr2/svnhome] > * =r > [project_meth: /usr2/svnhome/project_meth] > david = rw > test = r I am going to assume `/usr/svnhome` is the directory where you have the root SVN directory. If I am right, your Authz file is wrong. Here's how it works: Say my SVN root is in /usr/home/svn. When I create the Authz file, and I use [/], the Authz file sees /usr/home/svn as /. Meaning, it doesn't see anything above it. (Think jail). That said, the second directory entry in you Authz file "[/usr2/svnhome]", unless it is a project inside your SVN, has to change. Better explained?: if you have this: http://your.host.com/svn/usr2/svnhome , your file is NOT wrong... If /usr2/svnhome is where your SVN root is, it IS wrong. If I have completely misunderstood your file, and what you were aiming to accomplish, I appologize -- but I remember this is how I misunderstood it when I started using SVN. I hope this helps. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 22:52:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B79AE16A417 for ; Mon, 20 Aug 2007 22:52:15 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88314.mail.re4.yahoo.com (web88314.mail.re4.yahoo.com [216.39.53.237]) by mx1.freebsd.org (Postfix) with SMTP id 5628613C4B4 for ; Mon, 20 Aug 2007 22:52:15 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 70914 invoked by uid 60001); 20 Aug 2007 22:52:12 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=k6rjAgAqHP7W79SdFFRMLgVt/KDB+KG+KTWOmfpCKzWBCWKLBygka/cXR0ZRUz4Ern0CqdVE0Px0uPWuZeXBOkQ1kplhEDj+iV+IbQdh/lEzb00d3QZdlcIGWGADhgCTmY8gS1OVCoeKyDwmneKruDJ108bjB9sohFXRQaDYMOI=; X-YMail-OSG: FBs2kTMVM1kc1CVGfRvh7l_Z4YII2Cc5i6RR3o9U8rEMMtZJfk1Zknyer7u5ORhTwc1vS90P0YIEnN3mYke0zII5mFx_Nak2NYeIn86MB6YjVx3dBwyGU3JM76TEkg-- Received: from [74.107.243.44] by web88314.mail.re4.yahoo.com via HTTP; Mon, 20 Aug 2007 18:52:12 EDT Date: Mon, 20 Aug 2007 18:52:12 -0400 (EDT) From: Michael S To: Derek Ragona , FreeBSD Mailing List In-Reply-To: <6.0.0.22.2.20070820160602.0264a8c0@mail.computinginnovations.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <613308.67484.qm@web88314.mail.re4.yahoo.com> Cc: Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 22:52:15 -0000 I tried the earlier suggested dump/restore: %cd /user %dump -L -f - /usr | restore -r -f - When I log-in over ssh I get: Could not chdir to home directory /home/michael: No such file or directory. Here's my fstab: # Device Mountpoint FStype Options Dump Pass# /dev/da0s1b none swap sw 0 0 /dev/da1s1b none swap sw 0 0 /dev/da0s1a / ufs rw 1 1 /dev/da0s1e /tmp ufs rw 2 2 /dev/da0s1f /user ufs rw 2 2 /dev/da0s1d /var ufs rw 2 2 /dev/da1s1d /home ufs rw 2 2 /dev/da2s1d /usr ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 This reflects the new /usr. Here's my dmesg.boot Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-RELEASE-p7 #2: Mon Aug 20 07:20:53 EDT 2007 root@free:/usr/obj/usr/src/sys/MARIMIKE ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Sempron(tm) Processor 3400+ (2009.68-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x20fc2 Stepping = 2 Features=0x78bfbff Features2=0x1 AMD Features=0xe2500800 AMD Features2=0x1 real memory = 469696512 (447 MB) avail memory = 450179072 (429 MB) ioapic0 irqs 0-23 on motherboard acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 cpu0: on acpi0 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xe8000000-0xefffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) ahc0: port 0xe000-0xe0ff mem 0xf6022000-0xf6022fff irq 16 at device 8.0 on pci0 ahc0: [GIANT-LOCKED] aic7892: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs xl0: <3Com 3c905-TX Fast Etherlink XL> port 0xe200-0xe23f irq 17 at device 9.0 on pci0 miibus0: on xl0 nsphy0: on miibus0 nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto xl0: Ethernet address: 00:10:4b:31:54:cd atapci0: port 0xe300-0xe307,0xe400-0xe403,0xe500-0xe507,0xe600-0xe603,0xe700-0xe70f,0xe800-0xe8ff irq 20 at device 15.0 on pci0 ata2: on atapci0 ata3: on atapci0 atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xe900-0xe90f at device 15.1 on pci0 ata0: on atapci1 ata1: on atapci1 uhci0: port 0xea00-0xea1f irq 21 at device 16.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xeb00-0xeb1f irq 21 at device 16.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0xec00-0xec1f irq 21 at device 16.2 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered uhci3: port 0xed00-0xed1f irq 21 at device 16.3 on pci0 uhci3: [GIANT-LOCKED] usb3: on uhci3 usb3: USB revision 1.0 uhub3: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub3: 2 ports with 2 removable, self powered ehci0: mem 0xf6020000-0xf60200ff irq 21 at device 16.4 on pci0 ehci0: [GIANT-LOCKED] usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4: on ehci0 usb4: USB revision 2.0 uhub4: VIA EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub4: 8 ports with 8 removable, self powered isab0: at device 17.0 on pci0 isa0: on isab0 pci0: at device 17.5 (no driver attached) vr0: port 0xef00-0xefff mem 0xf6021000-0xf60210ff irq 23 at device 18.0 on pci0 miibus1: on vr0 ukphy0: on miibus1 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto vr0: Ethernet address: 00:19:db:77:1a:78 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A ppc0: port 0x378-0x37f,0x778-0x77b irq 7 on acpi0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode ppbus0: on ppc0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 plip0: on ppbus0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model IntelliMouse Explorer, device ID 4 pmtimer0 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounter "TSC" frequency 2009681670 Hz quality 800 Timecounters tick every 1.000 msec Waiting 5 seconds for SCSI devices to settle acd0: CDRW at ata1-master PIO4 da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 20.000MB/s transfers (20.000MHz, offset 15), Tagged Queueing Enabled da0: 6149MB (12594960 512 byte sectors: 255H 63S/T 784C) da1 at ahc0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-3 device da1: 160.000MB/s transfers (80.000MHz, offset 63, 16bit), Tagged Queueing Enabled da1: 70007MB (143374650 512 byte sectors: 255H 63S/T 8924C) da2 at ahc0 bus 0 target 8 lun 0 da2: Fixed Direct Access SCSI-3 device da2: 160.000MB/s transfers (80.000MHz, offset 127, 16bit), Tagged Queueing Enabled da2: 17366MB (35566478 512 byte sectors: 255H 63S/T 2213C) cd0 at ata1 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 16.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present Trying to mount root from ufs:/dev/da0s1a IP Filter: v4.1.13 initialized. Default = pass all, Logging = enabled xl0: link state changed to UP Thanks again for your help --- Derek Ragona wrote: > At 12:37 PM 8/20/2007, Michael S wrote: > >I reverted to the old /usr. > >What I had done: > >Initially I set up the newly installed drive (da2) > >to have only one partition (da2s1d) which I chose > to > >be /user (note the e). > >I tarred /usr to a file in /user > >tar -cf /user/usr.tar /tar > > > >and extracted the file > >tar -xf usr.tar > >I had the whole structure of /usr underneath > /user/usr > > > >And then > >cd usr > >mv * .. > > > >to have everything under /user > > > >Then I edited fstab. Whatever was /user became /usr > >and /usr became /user. > > > >I will definitely try dump. Never used it before. > > > >Thanks a lot, > >Michael > > Michael, > > To use tar properly for this operation: > cd /usr > tar -cvf /user/usr.tar . > cd /user > tar -xvpf ./usr.tar > > Then you can switch the mount points and all should > work. > > -Derek > > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > MailScanner thanks transtec Computers for their > support. > > _______________________________________________ > 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 20 23:05:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7BB116A417 for ; Mon, 20 Aug 2007 23:05:00 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id B79C913C442 for ; Mon, 20 Aug 2007 23:04:59 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7KN4cQp061951 for ; Tue, 21 Aug 2007 01:04:38 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7KN4cmk061948 for ; Tue, 21 Aug 2007 01:04:38 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Tue, 21 Aug 2007 01:04:38 +0200 (CEST) From: Wojciech Puchar To: freebsd-questions@freebsd.org Message-ID: <20070821010406.W61947@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: uncorrectable disk error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 23:05:00 -0000 ad4: FAILURE - READ_DMA48 status=51 error=40 LBA=465628608 g_vfs_done():ad4a[READ(offset=238401650688, length=638976)]error = 5 how can i find (UFS2) what file uses that block? From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 23:09:54 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 834AD16A420 for ; Mon, 20 Aug 2007 23:09:54 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 3084713C4D1 for ; Mon, 20 Aug 2007 23:09:54 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7KN5iKh047517; Mon, 20 Aug 2007 19:05:44 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7KN5iJo047516; Mon, 20 Aug 2007 19:05:44 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 20 Aug 2007 19:05:44 -0400 From: Jerry McAllister To: Michael S Message-ID: <20070820230544.GA47497@gizmo.acns.msu.edu> References: <6.0.0.22.2.20070820160602.0264a8c0@mail.computinginnovations.com> <613308.67484.qm@web88314.mail.re4.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <613308.67484.qm@web88314.mail.re4.yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: FreeBSD Mailing List , Derek Ragona Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 23:09:54 -0000 On Mon, Aug 20, 2007 at 06:52:12PM -0400, Michael S wrote: > I tried the earlier suggested dump/restore: > %cd /user > %dump -L -f - /usr | restore -r -f - > > When I log-in over ssh I get: > Could not chdir to home directory /home/michael: No > such file or directory. Well, is there a directory named /home/michael It looks like there is a file system mounted as /home. I am guessing that has not changed. But, it is telling you that it cannot find that directory. Are there some links messing you up? What does 'df -k' show? ////jerry > > Here's my fstab: > # Device Mountpoint FStype > Options Dump Pass# > /dev/da0s1b none swap sw > 0 0 > /dev/da1s1b none swap sw > 0 0 > /dev/da0s1a / ufs rw > 1 1 > /dev/da0s1e /tmp ufs rw > 2 2 > /dev/da0s1f /user ufs rw > 2 2 > /dev/da0s1d /var ufs rw > 2 2 > /dev/da1s1d /home ufs rw > 2 2 > /dev/da2s1d /usr ufs rw > 2 2 > /dev/acd0 /cdrom cd9660 > ro,noauto 0 0 > > This reflects the new /usr. > > Here's my dmesg.boot > > Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD > Foundation. > FreeBSD 6.2-RELEASE-p7 #2: Mon Aug 20 07:20:53 EDT > 2007 > root@free:/usr/obj/usr/src/sys/MARIMIKE > ACPI APIC Table: > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: AMD Sempron(tm) Processor 3400+ (2009.68-MHz > 686-class CPU) > Origin = "AuthenticAMD" Id = 0x20fc2 Stepping = 2 > > Features=0x78bfbff > Features2=0x1 > AMD > Features=0xe2500800 > AMD Features2=0x1 > real memory = 469696512 (447 MB) > avail memory = 450179072 (429 MB) > ioapic0 irqs 0-23 on motherboard > acpi0: on motherboard > acpi0: Power Button (fixed) > Timecounter "ACPI-fast" frequency 3579545 Hz quality > 1000 > acpi_timer0: <24-bit timer at 3.579545MHz> port > 0x4008-0x400b on acpi0 > cpu0: on acpi0 > acpi_button0: on acpi0 > pcib0: port 0xcf8-0xcff on > acpi0 > pci0: on pcib0 > agp0: mem > 0xe8000000-0xefffffff at device 0.0 on pci0 > pcib1: at device 1.0 on pci0 > pci1: on pcib1 > pci1: at device 0.0 (no driver > attached) > ahc0: port > 0xe000-0xe0ff mem 0xf6022000-0xf6022fff irq 16 at > device 8.0 on pci0 > ahc0: [GIANT-LOCKED] > aic7892: Ultra160 Wide Channel A, SCSI Id=7, 32/253 > SCBs > xl0: <3Com 3c905-TX Fast Etherlink XL> port > 0xe200-0xe23f irq 17 at device 9.0 on pci0 > miibus0: on xl0 > nsphy0: on miibus0 > nsphy0: 10baseT, 10baseT-FDX, 100baseTX, > 100baseTX-FDX, auto > xl0: Ethernet address: 00:10:4b:31:54:cd > atapci0: port > 0xe300-0xe307,0xe400-0xe403,0xe500-0xe507,0xe600-0xe603,0xe700-0xe70f,0xe800-0xe8ff > irq 20 at device 15.0 on pci0 > ata2: on atapci0 > ata3: on atapci0 > atapci1: port > 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xe900-0xe90f at > device 15.1 on pci0 > ata0: on atapci1 > ata1: on atapci1 > uhci0: port 0xea00-0xea1f > irq 21 at device 16.0 on pci0 > uhci0: [GIANT-LOCKED] > usb0: on uhci0 > usb0: USB revision 1.0 > uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, > addr 1 > uhub0: 2 ports with 2 removable, self powered > uhci1: port 0xeb00-0xeb1f > irq 21 at device 16.1 on pci0 > uhci1: [GIANT-LOCKED] > usb1: on uhci1 > usb1: USB revision 1.0 > uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, > addr 1 > uhub1: 2 ports with 2 removable, self powered > uhci2: port 0xec00-0xec1f > irq 21 at device 16.2 on pci0 > uhci2: [GIANT-LOCKED] > usb2: on uhci2 > usb2: USB revision 1.0 > uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, > addr 1 > uhub2: 2 ports with 2 removable, self powered > uhci3: port 0xed00-0xed1f > irq 21 at device 16.3 on pci0 > uhci3: [GIANT-LOCKED] > usb3: on uhci3 > usb3: USB revision 1.0 > uhub3: VIA UHCI root hub, class 9/0, rev 1.00/1.00, > addr 1 > uhub3: 2 ports with 2 removable, self powered > ehci0: mem > 0xf6020000-0xf60200ff irq 21 at device 16.4 on pci0 > ehci0: [GIANT-LOCKED] > usb4: EHCI version 1.0 > usb4: companion controllers, 2 ports each: usb0 usb1 > usb2 usb3 > usb4: on ehci0 > usb4: USB revision 2.0 > uhub4: VIA EHCI root hub, class 9/0, rev 2.00/1.00, > addr 1 > uhub4: 8 ports with 8 removable, self powered > isab0: at device 17.0 on pci0 > isa0: on isab0 > pci0: at device 17.5 (no driver > attached) > vr0: port > 0xef00-0xefff mem 0xf6021000-0xf60210ff irq 23 at > device 18.0 on pci0 > miibus1: on vr0 > ukphy0: on > miibus1 > ukphy0: 10baseT, 10baseT-FDX, 100baseTX, > 100baseTX-FDX, auto > vr0: Ethernet address: 00:19:db:77:1a:78 > fdc0: port 0x3f0-0x3f5,0x3f7 > irq 6 drq 2 on acpi0 > fdc0: [FAST] > sio0: configured irq 4 not in bitmap of probed irqs 0 > sio0: port may not be enabled > sio0: <16550A-compatible COM port> port 0x3f8-0x3ff > irq 4 flags 0x10 on acpi0 > sio0: type 16550A > sio1: <16550A-compatible COM port> port 0x2f8-0x2ff > irq 3 on acpi0 > sio1: type 16550A > ppc0: port > 0x378-0x37f,0x778-0x77b irq 7 on acpi0 > ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode > ppbus0: on ppc0 > lpt0: on ppbus0 > lpt0: Interrupt-driven port > ppi0: on ppbus0 > plip0: on ppbus0 > atkbdc0: port 0x60,0x64 > irq 1 on acpi0 > atkbd0: irq 1 on atkbdc0 > kbd0 at atkbd0 > atkbd0: [GIANT-LOCKED] > psm0: irq 12 on atkbdc0 > psm0: [GIANT-LOCKED] > psm0: model IntelliMouse Explorer, device ID 4 > pmtimer0 on isa0 > sc0: at flags 0x100 on isa0 > sc0: VGA <16 virtual consoles, flags=0x300> > vga0: at port 0x3c0-0x3df iomem > 0xa0000-0xbffff on isa0 > Timecounter "TSC" frequency 2009681670 Hz quality 800 > Timecounters tick every 1.000 msec > Waiting 5 seconds for SCSI devices to settle > acd0: CDRW at > ata1-master PIO4 > da0 at ahc0 bus 0 target 0 lun 0 > da0: Fixed Direct > Access SCSI-2 device > da0: 20.000MB/s transfers (20.000MHz, offset 15), > Tagged Queueing Enabled > da0: 6149MB (12594960 512 byte sectors: 255H 63S/T > 784C) > da1 at ahc0 bus 0 target 1 lun 0 > da1: Fixed Direct Access > SCSI-3 device > da1: 160.000MB/s transfers (80.000MHz, offset 63, > 16bit), Tagged Queueing Enabled > da1: 70007MB (143374650 512 byte sectors: 255H 63S/T > 8924C) > da2 at ahc0 bus 0 target 8 lun 0 > da2: Fixed Direct > Access SCSI-3 device > da2: 160.000MB/s transfers (80.000MHz, offset 127, > 16bit), Tagged Queueing Enabled > da2: 17366MB (35566478 512 byte sectors: 255H 63S/T > 2213C) > cd0 at ata1 bus 0 target 0 lun 0 > cd0: Removable CD-ROM > SCSI-0 device > cd0: 16.000MB/s transfers > cd0: Attempt to query device size failed: NOT READY, > Medium not present > Trying to mount root from ufs:/dev/da0s1a > IP Filter: v4.1.13 initialized. Default = pass all, > Logging = enabled > xl0: link state changed to UP > > Thanks again for your help > > > > --- Derek Ragona > wrote: > > > At 12:37 PM 8/20/2007, Michael S wrote: > > >I reverted to the old /usr. > > >What I had done: > > >Initially I set up the newly installed drive (da2) > > >to have only one partition (da2s1d) which I chose > > to > > >be /user (note the e). > > >I tarred /usr to a file in /user > > >tar -cf /user/usr.tar /tar > > > > > >and extracted the file > > >tar -xf usr.tar > > >I had the whole structure of /usr underneath > > /user/usr > > > > > >And then > > >cd usr > > >mv * .. > > > > > >to have everything under /user > > > > > >Then I edited fstab. Whatever was /user became /usr > > >and /usr became /user. > > > > > >I will definitely try dump. Never used it before. > > > > > >Thanks a lot, > > >Michael > > > > Michael, > > > > To use tar properly for this operation: > > cd /usr > > tar -cvf /user/usr.tar . > > cd /user > > tar -xvpf ./usr.tar > > > > Then you can switch the mount points and all should > > work. > > > > -Derek > > > > > > -- > > This message has been scanned for viruses and > > dangerous content by MailScanner, and is > > believed to be clean. > > MailScanner thanks transtec Computers for their > > support. > > > > _______________________________________________ > > 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 Mon Aug 20 23:28:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 807B316A418 for ; Mon, 20 Aug 2007 23:28:52 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88312.mail.re4.yahoo.com (web88312.mail.re4.yahoo.com [216.39.53.235]) by mx1.freebsd.org (Postfix) with SMTP id 4C3F613C45B for ; Mon, 20 Aug 2007 23:28:52 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 46711 invoked by uid 60001); 20 Aug 2007 23:28:51 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=mG6yMdMnHRhujxUx2+BHCRdAavEWhLcF8UPL2fMXX9WWM0bKul/fjx+/x2vyQHxFdRaTn/W/OB8Jds80IfGmjv8ITTelw5kLVdv/uv6kWquJYYUUuZ8im/p3HBnFieLjaE12gmkAwqcwp6IUze7l1E8VAbP1wMF9hrwsmEF9FLw=; X-YMail-OSG: g3O8wzkVM1nPpRQpi.ab2JObfp4AMBotEOlMDZv6_L_Rd7uRgWwPZn.HNn93qgnUUg-- Received: from [74.107.243.44] by web88312.mail.re4.yahoo.com via HTTP; Mon, 20 Aug 2007 19:28:51 EDT Date: Mon, 20 Aug 2007 19:28:51 -0400 (EDT) From: Michael S To: FreeBSD Mailing List In-Reply-To: <20070820230544.GA47497@gizmo.acns.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <583401.46664.qm@web88312.mail.re4.yahoo.com> Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 23:28:52 -0000 Here's df -k output: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/da0s1a 507630 85046 381974 18% / devfs 1 1 0 100% /dev /dev/da0s1e 495726 10 456058 0% /tmp /dev/da0s1f 3733038 2869704 564692 84% /user /dev/da0s1d 495726 110700 345368 24% /var /dev/da1s1d 68431992 27948332 35009102 44% /usr/home /dev/da2s1d 17213408 2882922 12953414 18% /usr When I go back to the old /usr by editing fstab: /dev/da0s1b none swap sw 0 0 /dev/da1s1b none swap sw 0 0 /dev/da0s1a / ufs rw 1 1 /dev/da0s1e /tmp ufs rw 2 2 /dev/da0s1f /usr ufs rw 2 2 /dev/da0s1d /var ufs rw 2 2 /dev/da1s1d /home ufs rw 2 2 /dev/da2s1d /user ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 I get into my home directory with no problem. --- Jerry McAllister wrote: > On Mon, Aug 20, 2007 at 06:52:12PM -0400, Michael S > wrote: > > > I tried the earlier suggested dump/restore: > > %cd /user > > %dump -L -f - /usr | restore -r -f - > > > > When I log-in over ssh I get: > > Could not chdir to home directory /home/michael: > No > > such file or directory. > > Well, is there a directory named /home/michael > > It looks like there is a file system mounted as > /home. > I am guessing that has not changed. But, it is > telling you > that it cannot find that directory. Are there some > links > messing you up? > > What does 'df -k' show? > > ////jerry > > > > > Here's my fstab: > > # Device Mountpoint FStype > > Options Dump Pass# > > /dev/da0s1b none swap sw > > > 0 0 > > /dev/da1s1b none swap sw > > > 0 0 > > /dev/da0s1a / ufs rw > > > 1 1 > > /dev/da0s1e /tmp ufs rw > > > 2 2 > > /dev/da0s1f /user ufs rw > > > 2 2 > > /dev/da0s1d /var ufs rw > > > 2 2 > > /dev/da1s1d /home ufs rw > > > 2 2 > > /dev/da2s1d /usr ufs rw > > > 2 2 > > /dev/acd0 /cdrom cd9660 > > ro,noauto 0 0 > > > > This reflects the new /usr. > > > > Here's my dmesg.boot > > > > Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD > > Foundation. > > FreeBSD 6.2-RELEASE-p7 #2: Mon Aug 20 07:20:53 EDT > > 2007 > > root@free:/usr/obj/usr/src/sys/MARIMIKE > > ACPI APIC Table: > > Timecounter "i8254" frequency 1193182 Hz quality 0 > > CPU: AMD Sempron(tm) Processor 3400+ (2009.68-MHz > > 686-class CPU) > > Origin = "AuthenticAMD" Id = 0x20fc2 Stepping = > 2 > > > > > Features=0x78bfbff > > Features2=0x1 > > AMD > > > Features=0xe2500800 > > AMD Features2=0x1 > > real memory = 469696512 (447 MB) > > avail memory = 450179072 (429 MB) > > ioapic0 irqs 0-23 on motherboard > > acpi0: on motherboard > > acpi0: Power Button (fixed) > > Timecounter "ACPI-fast" frequency 3579545 Hz > quality > > 1000 > > acpi_timer0: <24-bit timer at 3.579545MHz> port > > 0x4008-0x400b on acpi0 > > cpu0: on acpi0 > > acpi_button0: on acpi0 > > pcib0: port 0xcf8-0xcff on > > acpi0 > > pci0: on pcib0 > > agp0: mem > > 0xe8000000-0xefffffff at device 0.0 on pci0 > > pcib1: at device 1.0 on pci0 > > pci1: on pcib1 > > pci1: at device 0.0 (no driver > > attached) > > ahc0: port > > 0xe000-0xe0ff mem 0xf6022000-0xf6022fff irq 16 at > > device 8.0 on pci0 > > ahc0: [GIANT-LOCKED] > > aic7892: Ultra160 Wide Channel A, SCSI Id=7, > 32/253 > > SCBs > > xl0: <3Com 3c905-TX Fast Etherlink XL> port > > 0xe200-0xe23f irq 17 at device 9.0 on pci0 > > miibus0: on xl0 > > nsphy0: on > miibus0 > > nsphy0: 10baseT, 10baseT-FDX, 100baseTX, > > 100baseTX-FDX, auto > > xl0: Ethernet address: 00:10:4b:31:54:cd > > atapci0: port > > > 0xe300-0xe307,0xe400-0xe403,0xe500-0xe507,0xe600-0xe603,0xe700-0xe70f,0xe800-0xe8ff > > irq 20 at device 15.0 on pci0 > > ata2: on atapci0 > > ata3: on atapci0 > > atapci1: port > > 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xe900-0xe90f > at > > device 15.1 on pci0 > > ata0: on atapci1 > > ata1: on atapci1 > > uhci0: port > 0xea00-0xea1f > > irq 21 at device 16.0 on pci0 > > uhci0: [GIANT-LOCKED] > > usb0: on uhci0 > > usb0: USB revision 1.0 > > uhub0: VIA UHCI root hub, class 9/0, rev > 1.00/1.00, > > addr 1 > > uhub0: 2 ports with 2 removable, self powered > > uhci1: port > 0xeb00-0xeb1f > > irq 21 at device 16.1 on pci0 > > uhci1: [GIANT-LOCKED] > > usb1: on uhci1 > > usb1: USB revision 1.0 > > uhub1: VIA UHCI root hub, class 9/0, rev > 1.00/1.00, > > addr 1 > > uhub1: 2 ports with 2 removable, self powered > > uhci2: port > 0xec00-0xec1f > > irq 21 at device 16.2 on pci0 > > uhci2: [GIANT-LOCKED] > > usb2: on uhci2 > > usb2: USB revision 1.0 > > uhub2: VIA UHCI root hub, class 9/0, rev > 1.00/1.00, > > addr 1 > > uhub2: 2 ports with 2 removable, self powered > > uhci3: port > 0xed00-0xed1f > > irq 21 at device 16.3 on pci0 > > uhci3: [GIANT-LOCKED] > > usb3: on uhci3 > > usb3: USB revision 1.0 > > uhub3: VIA UHCI root hub, class 9/0, rev > 1.00/1.00, > > addr 1 > > uhub3: 2 ports with 2 removable, self powered > > ehci0: mem > > 0xf6020000-0xf60200ff irq 21 at device 16.4 on > pci0 > > ehci0: [GIANT-LOCKED] > > usb4: EHCI version 1.0 > > usb4: companion controllers, 2 ports each: usb0 > usb1 > > usb2 usb3 > > usb4: on ehci0 > > usb4: USB revision 2.0 > > uhub4: VIA EHCI root hub, class 9/0, rev > 2.00/1.00, > > addr 1 > > uhub4: 8 ports with 8 removable, self powered > > isab0: at device 17.0 on pci0 > > isa0: on isab0 > > pci0: at device 17.5 (no > driver > > attached) > > vr0: port > > 0xef00-0xefff mem 0xf6021000-0xf60210ff irq 23 at > > device 18.0 on pci0 > > miibus1: on vr0 > > ukphy0: on > > miibus1 > > ukphy0: 10baseT, 10baseT-FDX, 100baseTX, > > 100baseTX-FDX, auto > === message truncated === From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 23:31:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A449016A41A for ; Mon, 20 Aug 2007 23:31:06 +0000 (UTC) (envelope-from bg.branko@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.229]) by mx1.freebsd.org (Postfix) with ESMTP id 6491F13C46C for ; Mon, 20 Aug 2007 23:31:06 +0000 (UTC) (envelope-from bg.branko@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so495597nzf for ; Mon, 20 Aug 2007 16:31:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OqGoMnUUuwEdPK00hrIf2tC2A8iqmLw2retdrx+74ncJmjJrrrS+neGscLTW77lFJLynVgtcjP8/keaYZlw6CH8b0xkB2gvub5kFLo7sDiGjvqdYLaHF7/oC09BSFRYtivfLqtZYEJORNZZ2Ul8aMlXFiAQtPnUmUM6rdVLAIZE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CPV+A3uSCLdNzB03h5+416TH5+HkZA0rDy8/SOYpOcHtMvB9SamlgYyG2sLucD6ZSl14olusB08Xw+xufH1uDP4QhHwAh8eRP+YoBtPtwbA2OjG1VbTc0qXG0IiJZJSh6KYGH3ef4XfQY3JgnXx7pfJxnvENhAY/A9gNIadrGbE= Received: by 10.142.102.5 with SMTP id z5mr674161wfb.1187652664551; Mon, 20 Aug 2007 16:31:04 -0700 (PDT) Received: by 10.143.164.8 with HTTP; Mon, 20 Aug 2007 16:31:04 -0700 (PDT) Message-ID: <3ef409db0708201631h12c30607r752d00d16fadb757@mail.gmail.com> Date: Mon, 20 Aug 2007 23:31:04 +0000 From: "Branko Vukelic" To: "Adam J Richardson" In-Reply-To: <46C9F4B2.90806@crackmonkey.us> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46C9F4B2.90806@crackmonkey.us> Cc: FreeBSD Questions Subject: Re: Hello! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 23:31:06 -0000 On 8/20/07, Adam J Richardson wrote: > > Date: Mon, 20 Aug 2007 11:24:01 +0200 > > From: Branko Vukelic > > To: Adam J Richardson > > > > If you allow me, a BSD noob, to take part... ;) > > > > I'd say FreeBSD is a wolf, and DesktopBSD is definitely a dog (as in > > domesticated wolf). By taming the wolf for desktop use (I'm not going > > into HOW that's possible) you get a system that is quite different > > (like an Alaskan Malaute), but still a dog, whereas DesktopBSD is > > still like a German Shepherd. I hope my approximation is about close? > > > > http://en.wikipedia.org/wiki/Alaskan_malamute > > http://en.wikipedia.org/wiki/German_shepherd > > > > As for other systems, yeah Windows is definitely a fish (if we're > > talking pets), and I don't find it prudent to mention Linux here. It's > > alien life form. :D > > You forgot to CC the list, Branko. :) Oh, sorry. I'm using the GMail's webmail atm, until I get something more decent. I keep forgetting the Reply All thingie. :p > [I wouldn't worry about noobishness. We're mostly noobs on this list > anyway. There are a few gurus lurking in the shadows. As long as you > show willingness to learn and don't expect others to do hold your hand > while you cross the road, no one minds.] > > Regarding the pets analogy, I was sort of thinking we could stay on > Earth for now and leave aliens for weird future operating systems like > LCARS. Perhaps Linux could be a venus fly trap, or possibly a ferret? A > ferret would be good, since it's more like BSD than it is like Windows. > And it's also very curious. A ferret? :D Nice one! A Windows is a dodo, then. :) http://en.wikipedia.org/wiki/Dodo > Adam J Richardson > -- Branko From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 23:33:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22F0E16A41A for ; Mon, 20 Aug 2007 23:33:50 +0000 (UTC) (envelope-from snailboy1@yahoo.com) Received: from web57007.mail.re3.yahoo.com (web57007.mail.re3.yahoo.com [66.196.97.111]) by mx1.freebsd.org (Postfix) with SMTP id CAA4713C467 for ; Mon, 20 Aug 2007 23:33:49 +0000 (UTC) (envelope-from snailboy1@yahoo.com) Received: (qmail 60922 invoked by uid 60001); 20 Aug 2007 23:07:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=fQlSdzZbx0vuQUpvs345mhbPeeIpw38avINm2nRaCm6b1XRHe4RrgPfijHmomBlur693WXIzyd6tgK6rny3UuukvCuSYoVzvZM6zNGx5Zw02k/G7Gzr/eC7Gq+tP/XdxiMJ7MOGkZu51Ov5e+djnkg1fUUE1iZyUWtOZVjFMQNM=; X-YMail-OSG: jywqiWoVM1lG50s9vNXglt4Zrqhx1rTSliEf_bWLRMvsGmJXCes6EHgM67n0Q3VR3pDi23Rf6odrstKye2t_dh9gJnnSkZxHguEYWZZhZisba2de0vyIv9h_ZqGdLLN59hGVnIqIJ6.LZA-- Received: from [216.97.171.194] by web57007.mail.re3.yahoo.com via HTTP; Mon, 20 Aug 2007 16:07:07 PDT Date: Mon, 20 Aug 2007 16:07:07 -0700 (PDT) From: David LeCount To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <662889.60450.qm@web57007.mail.re3.yahoo.com> Subject: Shared-mime-info won't compile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 23:33:50 -0000 I've been having a problem for a long time trying to compile the shared-mime-info port. Below is the error I'm getting. I have tried recompiling libxml2 and everything shared-mime-info depends on. gmake[1]: Entering directory `/usr/ports/misc/shared-mime-info/work/shared-mime-info-0.22' cc -DHAVE_CONFIG_H -I. -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -g -O2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -MT update_mime_database-update-mime-database.o -MD -MP -MF .deps/update_mime_database-update-mime-database.Tpo -c -o update_mime_database-update-mime-database.o `test -f 'update-mime-database.c' || echo './'`update-mime-database.c mv -f .deps/update_mime_database-update-mime-database.Tpo .deps/update_mime_database-update-mime-database.Po cc -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -g -O2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -L/usr/local/lib -o update-mime-database update_mime_database-update-mime-database.o -L/usr/local/lib -lxml2 -lglib-2.0 -liconv /usr/local/lib/libxml2.so: undefined reference to `pthread_equal' gmake[1]: *** [update-mime-database] Error 1 gmake[1]: Leaving directory `/usr/ports/misc/shared-mime-info/work/shared-mime-info-0.22' gmake: *** [check-recursive] Error 1 *** Error code 2 ____________________________________________________________________________________ Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http://farechase.yahoo.com/ From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 23:34:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE72B16A418 for ; Mon, 20 Aug 2007 23:34:38 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 9FC5513C457 for ; Mon, 20 Aug 2007 23:34:38 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l7KNYLMN029056; Mon, 20 Aug 2007 18:34:21 -0500 (CDT) Message-Id: <6.0.0.22.2.20070820183137.025f9f88@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 20 Aug 2007 18:33:43 -0500 To: Michael S , FreeBSD Mailing List From: Derek Ragona In-Reply-To: <583401.46664.qm@web88312.mail.re4.yahoo.com> References: <20070820230544.GA47497@gizmo.acns.msu.edu> <583401.46664.qm@web88312.mail.re4.yahoo.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 23:34:39 -0000 At 06:28 PM 8/20/2007, Michael S wrote: >Here's df -k output: > >Filesystem 1K-blocks Used Avail Capacity >Mounted on >/dev/da0s1a 507630 85046 381974 18% / >devfs 1 1 0 100% /dev >/dev/da0s1e 495726 10 456058 0% /tmp >/dev/da0s1f 3733038 2869704 564692 84% >/user >/dev/da0s1d 495726 110700 345368 24% /var >/dev/da1s1d 68431992 27948332 35009102 44% >/usr/home >/dev/da2s1d 17213408 2882922 12953414 18% /usr > >When I go back to the old /usr by editing fstab: >/dev/da0s1b none swap sw > 0 0 >/dev/da1s1b none swap sw > 0 0 >/dev/da0s1a / ufs rw > 1 1 >/dev/da0s1e /tmp ufs rw > 2 2 >/dev/da0s1f /usr ufs rw > 2 2 >/dev/da0s1d /var ufs rw > 2 2 >/dev/da1s1d /home ufs rw > 2 2 >/dev/da2s1d /user ufs rw > 2 2 >/dev/acd0 /cdrom cd9660 >ro,noauto 0 > >I get into my home directory with no problem. You need to adjust not just the /usr and /user but also /usr/home entries in fstab. Before you make any changes, do just a mount command and see where things are mounted. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 23:40:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2727C16A419 for ; Mon, 20 Aug 2007 23:40:13 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-fcmail.FPT.NET (isp-fcmail.fpt.net [210.245.0.161]) by mx1.freebsd.org (Postfix) with ESMTP id A5A7D13C468 for ; Mon, 20 Aug 2007 23:40:12 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-go.FPT.NET ([210.245.0.153]) by isp-fcmail.FPT.NET with Microsoft SMTPSVC(6.0.3790.3959); Tue, 21 Aug 2007 06:40:10 +0700 Received: from isp-mta3.fpt.vn ([210.245.0.150]) by isp-go.FPT.NET with Microsoft SMTPSVC(5.0.2195.6713); Tue, 21 Aug 2007 06:40:10 +0700 Received: from [58.187.52.221] by isp-mta3.fpt.vn [210.245.0.150] Message-ID: <46CA2657.5050803@fpt.vn> Date: Tue, 21 Aug 2007 06:40:07 +0700 From: vuthecuong User-Agent: Thunderbird 2.0.0.6 (X11/20070805) MIME-Version: 1.0 To: Jerry McAllister References: <46C83C2F.3060105@fpt.vn> <20070819150415.K15146@wojtek.tensor.gdynia.pl> <20070820004745.GB39765@gizmo.acns.msu.edu> <20070820145255.GA44640@gizmo.acns.msu.edu> In-Reply-To: <20070820145255.GA44640@gizmo.acns.msu.edu> X-OriginalArrivalTime: 20 Aug 2007 23:40:10.0163 (UTC) FILETIME=[72534830:01C7E383] Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Wojciech Puchar , Sam Lawrance , FreeBSD Questions Subject: Re: freebsd 7 release date :) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 23:40:13 -0000 Jerry McAllister wrote: > On Mon, Aug 20, 2007 at 05:15:10PM +1000, Sam Lawrance wrote: > > >> On 20/08/2007, at 10:47 AM, Jerry McAllister wrote: >> >> >>> On Sun, Aug 19, 2007 at 03:05:00PM +0200, Wojciech Puchar wrote: >>> >>> >>>>> just for reference only: >>>>> Original release planned date of 7.0 was end of Jul. But now is >>>>> nearly end >>>>> of Aug. >>>>> So Which date you guess 7.0 will be released? :D >>>>> >>>> when it will be ready. if time is more important than quality for >>>> you get >>>> simply get -current. even if not - and you would like help testing >>>> it, >>>> fetch and report problems. >>>> >>> There was obviously no intent to challenge or apply preasure in the >>> question so you don't need to be snippy. If you don't have any >>> useful >>> information or at least information you think might be useful >>> (qualifier >>> for my posts) then don't bother replying - at least not snippy, posts. >>> We can afford to be civil - expecially when a civil question is asked. >>> >>> The person was just noting that the old guesses were no longer >>> operable >>> and hoping that some new best guesses might have been made. We all >>> know these dates are very movable and for very good reasons. No >>> one is >>> pushing for low quality, hurried up junk. But those best guesses by >>> people in the know about how the processes if moving along are helpful >>> for those of use out here in the hinterland trying to make it through >>> each day. >>> >> There was nothing snippy in that post, it was just succinct. By now, >> people in the know have learned that it really will be done "when >> it's done". >> >> > > Read it from the point of view of a person who is not an insider and > is seeking a little help in keeping their FreeBSD life together. > When someone asks for a "guess" and the response sounds more like > 'get out of my face' than anything with useful content, it is snippy. > I could have used a stronger term. > > As I said, we know and even newbies can learn, with considerate > explanitory responses, that no absolute date can realistically > be named - that there is justifiably more concern about quality > than making a particular 'release date'. But some running info > on how it is going is helpful - actually reassuring, to those of > us out of the loop. It needn't be anything elaborate. > > Anyway, the important issue here is refusing to consider the effects > of the response when replying to a posted question, even when it is > a somewhat unenlightened question. > > ////jerry > > Dear all In my question, I not meaned Freebsd release is slow or something like that :D Just want to know it release date for reference and tell it's release date to my friends who are using it also :) From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 23:47:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F241816A418 for ; Mon, 20 Aug 2007 23:47:30 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88308.mail.re4.yahoo.com (web88308.mail.re4.yahoo.com [216.39.53.231]) by mx1.freebsd.org (Postfix) with SMTP id A8A5E13C480 for ; Mon, 20 Aug 2007 23:47:30 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 72136 invoked by uid 60001); 20 Aug 2007 23:47:29 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=aW8cVL88ijvJ0pbqTLqsPnCZvVspCd9nLJvFGaZZqsbvJoy3+sr5ydU1ncVDub5cSLhcH07Lb5V0s/ltRs3ShZgoyaa1UO5faXAq2xnfcTRURw110DMaUImwYUcAOIlFNCb3Wxpfv/dMNbzL9Mvjb6OIlYQ7qhFEPqd9ITRR1/o=; X-YMail-OSG: Uy2PfZAVM1mywWojK7r1K0fpeLK8CmyRBQ8qnnplWTj.lvBm5Fc2C4Vm0Opjg4cSxs0btEJ7Yu7exjYCGJI6DvBZgy0W.rSbB12mlXj9q45.OAj0efOso4_pWzPREdEQRhmY3QhaIcyaEW9NjuKN1sSfEg-- Received: from [74.107.243.44] by web88308.mail.re4.yahoo.com via HTTP; Mon, 20 Aug 2007 19:47:29 EDT Date: Mon, 20 Aug 2007 19:47:29 -0400 (EDT) From: Michael S To: Derek Ragona , FreeBSD Mailing List In-Reply-To: <6.0.0.22.2.20070820183137.025f9f88@mail.computinginnovations.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <854859.71411.qm@web88308.mail.re4.yahoo.com> Cc: Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2007 23:47:31 -0000 Right now things are set up the old way and here's what the mount command says: /dev/da0s1a on / (ufs, local) devfs on /dev (devfs, local) /dev/da0s1e on /tmp (ufs, local, soft-updates) /dev/da0s1f on /usr (ufs, local, soft-updates) /dev/da0s1d on /var (ufs, local, soft-updates) /dev/da1s1d on /usr/home (ufs, local, soft-updates) /dev/da2s1d on /user (ufs, local, soft-updates) Should I change my entry for /home, and make it /usr/home ? --- Derek Ragona wrote: > At 06:28 PM 8/20/2007, Michael S wrote: > >Here's df -k output: > > > >Filesystem 1K-blocks Used Avail Capacity > >Mounted on > >/dev/da0s1a 507630 85046 381974 18% / > >devfs 1 1 0 100% > /dev > >/dev/da0s1e 495726 10 456058 0% > /tmp > >/dev/da0s1f 3733038 2869704 564692 84% > >/user > >/dev/da0s1d 495726 110700 345368 24% > /var > >/dev/da1s1d 68431992 27948332 35009102 44% > >/usr/home > >/dev/da2s1d 17213408 2882922 12953414 18% > /usr > > > >When I go back to the old /usr by editing fstab: > >/dev/da0s1b none swap sw > > 0 0 > >/dev/da1s1b none swap sw > > 0 0 > >/dev/da0s1a / ufs rw > > 1 1 > >/dev/da0s1e /tmp ufs rw > > 2 2 > >/dev/da0s1f /usr ufs rw > > 2 2 > >/dev/da0s1d /var ufs rw > > 2 2 > >/dev/da1s1d /home ufs rw > > 2 2 > >/dev/da2s1d /user ufs rw > > 2 2 > >/dev/acd0 /cdrom cd9660 > >ro,noauto 0 > > > >I get into my home directory with no problem. > > You need to adjust not just the /usr and /user but > also /usr/home entries > in fstab. Before you make any changes, do just a > mount command and see > where things are mounted. > > -Derek > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > MailScanner thanks transtec Computers for their > support. > > _______________________________________________ > 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 21 00:00:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0F2916A41B for ; Tue, 21 Aug 2007 00:00:33 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id AB8B613C461 for ; Tue, 21 Aug 2007 00:00:33 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7KNuPGr047697; Mon, 20 Aug 2007 19:56:25 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7KNuO72047696; Mon, 20 Aug 2007 19:56:24 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 20 Aug 2007 19:56:24 -0400 From: Jerry McAllister To: Michael S Message-ID: <20070820235624.GA47662@gizmo.acns.msu.edu> References: <20070820230544.GA47497@gizmo.acns.msu.edu> <583401.46664.qm@web88312.mail.re4.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <583401.46664.qm@web88312.mail.re4.yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: FreeBSD Mailing List Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 00:00:34 -0000 On Mon, Aug 20, 2007 at 07:28:51PM -0400, Michael S wrote: > Here's df -k output: > > Filesystem 1K-blocks Used Avail Capacity > Mounted on > /dev/da0s1a 507630 85046 381974 18% / > devfs 1 1 0 100% /dev > /dev/da0s1e 495726 10 456058 0% /tmp > /dev/da0s1f 3733038 2869704 564692 84% > /user > /dev/da0s1d 495726 110700 345368 24% /var > /dev/da1s1d 68431992 27948332 35009102 44% > /usr/home > /dev/da2s1d 17213408 2882922 12953414 18% /usr > > When I go back to the old /usr by editing fstab: > /dev/da0s1b none swap sw > 0 0 > /dev/da1s1b none swap sw > 0 0 > /dev/da0s1a / ufs rw > 1 1 > /dev/da0s1e /tmp ufs rw > 2 2 > /dev/da0s1f /usr ufs rw > 2 2 > /dev/da0s1d /var ufs rw > 2 2 > /dev/da1s1d /home ufs rw > 2 2 > /dev/da2s1d /user ufs rw > 2 2 > /dev/acd0 /cdrom cd9660 > ro,noauto 0 > > I get into my home directory with no problem. Well, it looks like you are getting that partition /dev/da1s1d mounted as /usr/home, not as /home. (I am presuming that /usr/home belongs with the line above). I don't know exactly why, based on the fstab you show here. One thought is that there is some link from /home to something like /usr/home that works in the old one, but that you are mangling with the mount in the new fstab. ////jerry > > > --- Jerry McAllister wrote: > > > On Mon, Aug 20, 2007 at 06:52:12PM -0400, Michael S > > wrote: > > > > > I tried the earlier suggested dump/restore: > > > %cd /user > > > %dump -L -f - /usr | restore -r -f - > > > > > > When I log-in over ssh I get: > > > Could not chdir to home directory /home/michael: > > No > > > such file or directory. > > > > Well, is there a directory named /home/michael > > > > It looks like there is a file system mounted as > > /home. > > I am guessing that has not changed. But, it is > > telling you > > that it cannot find that directory. Are there some > > links > > messing you up? > > > > What does 'df -k' show? > > > > ////jerry > > > > > > > > Here's my fstab: > > > # Device Mountpoint FStype > > > Options Dump Pass# > > > /dev/da0s1b none swap sw > > > > > 0 0 > > > /dev/da1s1b none swap sw > > > > > 0 0 > > > /dev/da0s1a / ufs rw > > > > > 1 1 > > > /dev/da0s1e /tmp ufs rw > > > > > 2 2 > > > /dev/da0s1f /user ufs rw > > > > > 2 2 > > > /dev/da0s1d /var ufs rw > > > > > 2 2 > > > /dev/da1s1d /home ufs rw > > > > > 2 2 > > > /dev/da2s1d /usr ufs rw > > > > > 2 2 > > > /dev/acd0 /cdrom cd9660 > > > ro,noauto 0 0 > > > > > > This reflects the new /usr. > > > > > > Here's my dmesg.boot > > > > > > Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD > > > Foundation. > > > FreeBSD 6.2-RELEASE-p7 #2: Mon Aug 20 07:20:53 EDT > > > 2007 > > > root@free:/usr/obj/usr/src/sys/MARIMIKE > > > ACPI APIC Table: > > > Timecounter "i8254" frequency 1193182 Hz quality 0 > > > CPU: AMD Sempron(tm) Processor 3400+ (2009.68-MHz > > > 686-class CPU) > > > Origin = "AuthenticAMD" Id = 0x20fc2 Stepping = > > 2 > > > > > > > > > Features=0x78bfbff > > > Features2=0x1 > > > AMD > > > > > > Features=0xe2500800 > > > AMD Features2=0x1 > > > real memory = 469696512 (447 MB) > > > avail memory = 450179072 (429 MB) > > > ioapic0 irqs 0-23 on motherboard > > > acpi0: on motherboard > > > acpi0: Power Button (fixed) > > > Timecounter "ACPI-fast" frequency 3579545 Hz > > quality > > > 1000 > > > acpi_timer0: <24-bit timer at 3.579545MHz> port > > > 0x4008-0x400b on acpi0 > > > cpu0: on acpi0 > > > acpi_button0: on acpi0 > > > pcib0: port 0xcf8-0xcff on > > > acpi0 > > > pci0: on pcib0 > > > agp0: mem > > > 0xe8000000-0xefffffff at device 0.0 on pci0 > > > pcib1: at device 1.0 on pci0 > > > pci1: on pcib1 > > > pci1: at device 0.0 (no driver > > > attached) > > > ahc0: port > > > 0xe000-0xe0ff mem 0xf6022000-0xf6022fff irq 16 at > > > device 8.0 on pci0 > > > ahc0: [GIANT-LOCKED] > > > aic7892: Ultra160 Wide Channel A, SCSI Id=7, > > 32/253 > > > SCBs > > > xl0: <3Com 3c905-TX Fast Etherlink XL> port > > > 0xe200-0xe23f irq 17 at device 9.0 on pci0 > > > miibus0: on xl0 > > > nsphy0: on > > miibus0 > > > nsphy0: 10baseT, 10baseT-FDX, 100baseTX, > > > 100baseTX-FDX, auto > > > xl0: Ethernet address: 00:10:4b:31:54:cd > > > atapci0: port > > > > > > 0xe300-0xe307,0xe400-0xe403,0xe500-0xe507,0xe600-0xe603,0xe700-0xe70f,0xe800-0xe8ff > > > irq 20 at device 15.0 on pci0 > > > ata2: on atapci0 > > > ata3: on atapci0 > > > atapci1: port > > > 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xe900-0xe90f > > at > > > device 15.1 on pci0 > > > ata0: on atapci1 > > > ata1: on atapci1 > > > uhci0: port > > 0xea00-0xea1f > > > irq 21 at device 16.0 on pci0 > > > uhci0: [GIANT-LOCKED] > > > usb0: on uhci0 > > > usb0: USB revision 1.0 > > > uhub0: VIA UHCI root hub, class 9/0, rev > > 1.00/1.00, > > > addr 1 > > > uhub0: 2 ports with 2 removable, self powered > > > uhci1: port > > 0xeb00-0xeb1f > > > irq 21 at device 16.1 on pci0 > > > uhci1: [GIANT-LOCKED] > > > usb1: on uhci1 > > > usb1: USB revision 1.0 > > > uhub1: VIA UHCI root hub, class 9/0, rev > > 1.00/1.00, > > > addr 1 > > > uhub1: 2 ports with 2 removable, self powered > > > uhci2: port > > 0xec00-0xec1f > > > irq 21 at device 16.2 on pci0 > > > uhci2: [GIANT-LOCKED] > > > usb2: on uhci2 > > > usb2: USB revision 1.0 > > > uhub2: VIA UHCI root hub, class 9/0, rev > > 1.00/1.00, > > > addr 1 > > > uhub2: 2 ports with 2 removable, self powered > > > uhci3: port > > 0xed00-0xed1f > > > irq 21 at device 16.3 on pci0 > > > uhci3: [GIANT-LOCKED] > > > usb3: on uhci3 > > > usb3: USB revision 1.0 > > > uhub3: VIA UHCI root hub, class 9/0, rev > > 1.00/1.00, > > > addr 1 > > > uhub3: 2 ports with 2 removable, self powered > > > ehci0: mem > > > 0xf6020000-0xf60200ff irq 21 at device 16.4 on > > pci0 > > > ehci0: [GIANT-LOCKED] > > > usb4: EHCI version 1.0 > > > usb4: companion controllers, 2 ports each: usb0 > > usb1 > > > usb2 usb3 > > > usb4: on ehci0 > > > usb4: USB revision 2.0 > > > uhub4: VIA EHCI root hub, class 9/0, rev > > 2.00/1.00, > > > addr 1 > > > uhub4: 8 ports with 8 removable, self powered > > > isab0: at device 17.0 on pci0 > > > isa0: on isab0 > > > pci0: at device 17.5 (no > > driver > > > attached) > > > vr0: port > > > 0xef00-0xefff mem 0xf6021000-0xf60210ff irq 23 at > > > device 18.0 on pci0 > > > miibus1: on vr0 > > > ukphy0: on > > > miibus1 > > > ukphy0: 10baseT, 10baseT-FDX, 100baseTX, > > > 100baseTX-FDX, auto > > > === message truncated === > > _______________________________________________ > 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 21 00:06:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5987F16A477 for ; Tue, 21 Aug 2007 00:06:33 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 0830513C46A for ; Tue, 21 Aug 2007 00:04:43 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7L008jE047733; Mon, 20 Aug 2007 20:00:08 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7L008AZ047732; Mon, 20 Aug 2007 20:00:08 -0400 (EDT) (envelope-from jerrymc) Date: Mon, 20 Aug 2007 20:00:07 -0400 From: Jerry McAllister To: Michael S Message-ID: <20070821000007.GB47662@gizmo.acns.msu.edu> References: <6.0.0.22.2.20070820183137.025f9f88@mail.computinginnovations.com> <854859.71411.qm@web88308.mail.re4.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <854859.71411.qm@web88308.mail.re4.yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: FreeBSD Mailing List , Derek Ragona Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 00:06:33 -0000 On Mon, Aug 20, 2007 at 07:47:29PM -0400, Michael S wrote: > Right now things are set up the old way and here's > what the mount command says: > > /dev/da0s1a on / (ufs, local) > devfs on /dev (devfs, local) > /dev/da0s1e on /tmp (ufs, local, soft-updates) > /dev/da0s1f on /usr (ufs, local, soft-updates) > /dev/da0s1d on /var (ufs, local, soft-updates) > /dev/da1s1d on /usr/home (ufs, local, soft-updates) > /dev/da2s1d on /user (ufs, local, soft-updates) > > > Should I change my entry for /home, and make it > /usr/home ? Well, since login was looking for your (michael) home directory in /home/michael, than that is probably the way you had it and want it to be. But, maybe I am remembering what you posted before wrong. Anyway, that is certainly mounting that partition as /usr/home. Are you sure you didn't edit that or get your fstab-s swapped around? ////jerry > > > --- Derek Ragona > wrote: > > > At 06:28 PM 8/20/2007, Michael S wrote: > > >Here's df -k output: > > > > > >Filesystem 1K-blocks Used Avail Capacity > > >Mounted on > > >/dev/da0s1a 507630 85046 381974 18% / > > >devfs 1 1 0 100% > > /dev > > >/dev/da0s1e 495726 10 456058 0% > > /tmp > > >/dev/da0s1f 3733038 2869704 564692 84% > > >/user > > >/dev/da0s1d 495726 110700 345368 24% > > /var > > >/dev/da1s1d 68431992 27948332 35009102 44% > > >/usr/home > > >/dev/da2s1d 17213408 2882922 12953414 18% > > /usr > > > > > >When I go back to the old /usr by editing fstab: > > >/dev/da0s1b none swap sw > > > 0 0 > > >/dev/da1s1b none swap sw > > > 0 0 > > >/dev/da0s1a / ufs rw > > > 1 1 > > >/dev/da0s1e /tmp ufs rw > > > 2 2 > > >/dev/da0s1f /usr ufs rw > > > 2 2 > > >/dev/da0s1d /var ufs rw > > > 2 2 > > >/dev/da1s1d /home ufs rw > > > 2 2 > > >/dev/da2s1d /user ufs rw > > > 2 2 > > >/dev/acd0 /cdrom cd9660 > > >ro,noauto 0 > > > > > >I get into my home directory with no problem. > > > > You need to adjust not just the /usr and /user but > > also /usr/home entries > > in fstab. Before you make any changes, do just a > > mount command and see > > where things are mounted. > > > > -Derek > > > > -- > > This message has been scanned for viruses and > > dangerous content by MailScanner, and is > > believed to be clean. > > MailScanner thanks transtec Computers for their > > support. > > > > _______________________________________________ > > 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 Tue Aug 21 00:11:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF51916A41A for ; Tue, 21 Aug 2007 00:11:17 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 62DCE13C491 for ; Tue, 21 Aug 2007 00:11:17 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l7L0BAJG029503; Mon, 20 Aug 2007 19:11:10 -0500 (CDT) Message-Id: <6.0.0.22.2.20070820190911.025f52f8@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 20 Aug 2007 19:10:32 -0500 To: Michael S , FreeBSD Mailing List From: Derek Ragona In-Reply-To: <854859.71411.qm@web88308.mail.re4.yahoo.com> References: <6.0.0.22.2.20070820183137.025f9f88@mail.computinginnovations.com> <854859.71411.qm@web88308.mail.re4.yahoo.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 00:11:17 -0000 At 06:47 PM 8/20/2007, Michael S wrote: >Right now things are set up the old way and here's >what the mount command says: > >/dev/da0s1a on / (ufs, local) >devfs on /dev (devfs, local) >/dev/da0s1e on /tmp (ufs, local, soft-updates) >/dev/da0s1f on /usr (ufs, local, soft-updates) >/dev/da0s1d on /var (ufs, local, soft-updates) >/dev/da1s1d on /usr/home (ufs, local, soft-updates) >/dev/da2s1d on /user (ufs, local, soft-updates) > > >Should I change my entry for /home, and make it >/usr/home ? From your last note, it looked like home is /usr/home. That is why I suggested you do: # mount and check how home is really mounted. If it is /usr/home that would explain the trouble you had using your new /usr. -Derek >--- Derek Ragona >wrote: > > > At 06:28 PM 8/20/2007, Michael S wrote: > > >Here's df -k output: > > > > > >Filesystem 1K-blocks Used Avail Capacity > > >Mounted on > > >/dev/da0s1a 507630 85046 381974 18% / > > >devfs 1 1 0 100% > > /dev > > >/dev/da0s1e 495726 10 456058 0% > > /tmp > > >/dev/da0s1f 3733038 2869704 564692 84% > > >/user > > >/dev/da0s1d 495726 110700 345368 24% > > /var > > >/dev/da1s1d 68431992 27948332 35009102 44% > > >/usr/home > > >/dev/da2s1d 17213408 2882922 12953414 18% > > /usr > > > > > >When I go back to the old /usr by editing fstab: > > >/dev/da0s1b none swap sw > > > 0 0 > > >/dev/da1s1b none swap sw > > > 0 0 > > >/dev/da0s1a / ufs rw > > > 1 1 > > >/dev/da0s1e /tmp ufs rw > > > 2 2 > > >/dev/da0s1f /usr ufs rw > > > 2 2 > > >/dev/da0s1d /var ufs rw > > > 2 2 > > >/dev/da1s1d /home ufs rw > > > 2 2 > > >/dev/da2s1d /user ufs rw > > > 2 2 > > >/dev/acd0 /cdrom cd9660 > > >ro,noauto 0 > > > > > >I get into my home directory with no problem. > > > > You need to adjust not just the /usr and /user but > > also /usr/home entries > > in fstab. Before you make any changes, do just a > > mount command and see > > where things are mounted. > > > > -Derek > > > > -- > > This message has been scanned for viruses and > > dangerous content by MailScanner, and is > > believed to be clean. > > MailScanner thanks transtec Computers for their > > support. > > > > _______________________________________________ > > 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" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 00:17:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9204416A41B for ; Tue, 21 Aug 2007 00:17:35 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88315.mail.re4.yahoo.com (web88315.mail.re4.yahoo.com [216.39.53.238]) by mx1.freebsd.org (Postfix) with SMTP id 3E95E13C4CB for ; Tue, 21 Aug 2007 00:17:35 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 4504 invoked by uid 60001); 21 Aug 2007 00:17:34 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=1P7QQ4UwEMDlkbzNojFkBdfgqA2r/1MH3397u+OPNxLv780f4HxC6Rxb27S+xfCqdG2I4/nRegn+iDvFufi3SBlyEVcsrOcD3SRcisF94aZ8vt4v/4dlhpVjK+pWRDOWg4iJiKeywCG+vciPht4/4IZz3SpS8BfK+am7sCnwE08=; X-YMail-OSG: aKgff0gVM1mL.ofxZ.3nH0E.Ad0y13WTyBvQy4D5LTOQTbvmfF2YJtsgK7xmmb4kUdpFr2ERt8eNPnbZIuufKI707O4H5ZTW2be3aKmOVkmExDIywlqlYbwBTfR1ukzXIEJBUs5YHmSw0OaR37XjrU.tKg-- Received: from [74.107.243.44] by web88315.mail.re4.yahoo.com via HTTP; Mon, 20 Aug 2007 20:17:34 EDT Date: Mon, 20 Aug 2007 20:17:34 -0400 (EDT) From: Michael S To: Derek Ragona , FreeBSD Mailing List In-Reply-To: <6.0.0.22.2.20070820190911.025f52f8@mail.computinginnovations.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <466069.3572.qm@web88315.mail.re4.yahoo.com> Cc: Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 00:17:35 -0000 I tried changing the /home entry in the fstab to /usr/home, but the result is the same. And when I go to /home or /usr/home, issuing ls, simply gives me the prompt. Michael <--- Derek Ragona wrote: > At 06:47 PM 8/20/2007, Michael S wrote: > >Right now things are set up the old way and here's > >what the mount command says: > > > >/dev/da0s1a on / (ufs, local) > >devfs on /dev (devfs, local) > >/dev/da0s1e on /tmp (ufs, local, soft-updates) > >/dev/da0s1f on /usr (ufs, local, soft-updates) > >/dev/da0s1d on /var (ufs, local, soft-updates) > >/dev/da1s1d on /usr/home (ufs, local, soft-updates) > >/dev/da2s1d on /user (ufs, local, soft-updates) > > > > > >Should I change my entry for /home, and make it > >/usr/home ? > > From your last note, it looked like home is > /usr/home. That is why I > suggested you do: > # mount > and check how home is really mounted. If it is > /usr/home that would > explain the trouble you had using your new /usr. > > -Derek > > > > >--- Derek Ragona > >wrote: > > > > > At 06:28 PM 8/20/2007, Michael S wrote: > > > >Here's df -k output: > > > > > > > >Filesystem 1K-blocks Used Avail > Capacity > > > >Mounted on > > > >/dev/da0s1a 507630 85046 381974 18% > / > > > >devfs 1 1 0 100% > > > /dev > > > >/dev/da0s1e 495726 10 456058 0% > > > /tmp > > > >/dev/da0s1f 3733038 2869704 564692 84% > > > >/user > > > >/dev/da0s1d 495726 110700 345368 24% > > > /var > > > >/dev/da1s1d 68431992 27948332 35009102 44% > > > >/usr/home > > > >/dev/da2s1d 17213408 2882922 12953414 18% > > > /usr > > > > > > > >When I go back to the old /usr by editing > fstab: > > > >/dev/da0s1b none swap > sw > > > > 0 0 > > > >/dev/da1s1b none swap > sw > > > > 0 0 > > > >/dev/da0s1a / ufs > rw > > > > 1 1 > > > >/dev/da0s1e /tmp ufs > rw > > > > 2 2 > > > >/dev/da0s1f /usr ufs > rw > > > > 2 2 > > > >/dev/da0s1d /var ufs > rw > > > > 2 2 > > > >/dev/da1s1d /home ufs > rw > > > > 2 2 > > > >/dev/da2s1d /user ufs > rw > > > > 2 2 > > > >/dev/acd0 /cdrom cd9660 > > > >ro,noauto 0 > > > > > > > >I get into my home directory with no problem. > > > > > > You need to adjust not just the /usr and /user > but > > > also /usr/home entries > > > in fstab. Before you make any changes, do just > a > > > mount command and see > > > where things are mounted. > > > > > > -Derek > > > > > > -- > > > This message has been scanned for viruses and > > > dangerous content by MailScanner, and is > > > believed to be clean. > > > MailScanner thanks transtec Computers for their > > > support. > > > > > > _______________________________________________ > > > 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" > > > >-- > >This message has been scanned for viruses and > >dangerous content by MailScanner, and is > >believed to be clean. > >MailScanner thanks transtec Computers for their > support. > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > MailScanner thanks transtec Computers for their > support. > > _______________________________________________ > 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 21 00:23:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D67816A417 for ; Tue, 21 Aug 2007 00:23:05 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88308.mail.re4.yahoo.com (web88308.mail.re4.yahoo.com [216.39.53.231]) by mx1.freebsd.org (Postfix) with SMTP id 329B313C45D for ; Tue, 21 Aug 2007 00:23:05 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 94303 invoked by uid 60001); 21 Aug 2007 00:23:04 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=oHmNLNFsMYpzTFeMKvQdkaVKCVErCqRYmU48IuOweM7Cc4y1YTzxe82FF4u+x6Xgxj2jVosK/x0CDz515EhAftEL/s+9Qk1aX/3Jyp9Inx6Jv8YH58LbDbywIDaBdCF0GLudrl5z7Kej+WPbsu80Lv51GfLiRxLvKjUOAqzGx3c=; X-YMail-OSG: A44D2_IVM1kJs3pX02M0zmZY4cEFbiimmaolQy44DPqIN.._2uAbMaXD3CMnrJqDbSMtiMIY00u3A5dWqm9OgNDhNFPu8Uj6gRdf2carB18M_uHxjYbW8YWvb2ED Received: from [74.107.243.44] by web88308.mail.re4.yahoo.com via HTTP; Mon, 20 Aug 2007 20:23:04 EDT Date: Mon, 20 Aug 2007 20:23:04 -0400 (EDT) From: Michael S To: Jerry McAllister , FreeBSD Mailing List In-Reply-To: <20070821000007.GB47662@gizmo.acns.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <480666.93538.qm@web88308.mail.re4.yahoo.com> Cc: Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 00:23:05 -0000 Jerry, I am sure, because I did it multiple times. As soon as I mount the old /usr (the one on the smaller drive) I log on into my home directory no problem. Michael --- Jerry McAllister wrote: > On Mon, Aug 20, 2007 at 07:47:29PM -0400, Michael S > wrote: > > > Right now things are set up the old way and here's > > what the mount command says: > > > > /dev/da0s1a on / (ufs, local) > > devfs on /dev (devfs, local) > > /dev/da0s1e on /tmp (ufs, local, soft-updates) > > /dev/da0s1f on /usr (ufs, local, soft-updates) > > /dev/da0s1d on /var (ufs, local, soft-updates) > > /dev/da1s1d on /usr/home (ufs, local, > soft-updates) > > /dev/da2s1d on /user (ufs, local, soft-updates) > > > > > > Should I change my entry for /home, and make it > > /usr/home ? > > Well, since login was looking for your (michael) > home directory > in /home/michael, than that is probably the way you > had it and > want it to be. But, maybe I am remembering what > you posted before > wrong. > > Anyway, that is certainly mounting that partition as > /usr/home. > Are you sure you didn't edit that or get your > fstab-s swapped > around? > > ////jerry > > > > > > > --- Derek Ragona > > wrote: > > > > > At 06:28 PM 8/20/2007, Michael S wrote: > > > >Here's df -k output: > > > > > > > >Filesystem 1K-blocks Used Avail > Capacity > > > >Mounted on > > > >/dev/da0s1a 507630 85046 381974 18% > / > > > >devfs 1 1 0 100% > > > > /dev > > > >/dev/da0s1e 495726 10 456058 0% > > > > /tmp > > > >/dev/da0s1f 3733038 2869704 564692 84% > > > >/user > > > >/dev/da0s1d 495726 110700 345368 24% > > > > /var > > > >/dev/da1s1d 68431992 27948332 35009102 44% > > > >/usr/home > > > >/dev/da2s1d 17213408 2882922 12953414 18% > > > > /usr > > > > > > > >When I go back to the old /usr by editing > fstab: > > > >/dev/da0s1b none swap > sw > > > > 0 0 > > > >/dev/da1s1b none swap > sw > > > > 0 0 > > > >/dev/da0s1a / ufs > rw > > > > 1 1 > > > >/dev/da0s1e /tmp ufs > rw > > > > 2 2 > > > >/dev/da0s1f /usr ufs > rw > > > > 2 2 > > > >/dev/da0s1d /var ufs > rw > > > > 2 2 > > > >/dev/da1s1d /home ufs > rw > > > > 2 2 > > > >/dev/da2s1d /user ufs > rw > > > > 2 2 > > > >/dev/acd0 /cdrom cd9660 > > > >ro,noauto 0 > > > > > > > >I get into my home directory with no problem. > > > > > > You need to adjust not just the /usr and /user > but > > > also /usr/home entries > > > in fstab. Before you make any changes, do just > a > > > mount command and see > > > where things are mounted. > > > > > > -Derek > > > > > > -- > > > This message has been scanned for viruses and > > > dangerous content by MailScanner, and is > > > believed to be clean. > > > MailScanner thanks transtec Computers for their > > > support. > > > > > > _______________________________________________ > > > 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 Tue Aug 21 00:47:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66D5216A41B for ; Tue, 21 Aug 2007 00:47:48 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from eunet.yu (smtpclu-4.eunet.yu [194.247.192.229]) by mx1.freebsd.org (Postfix) with ESMTP id E9CC113C442 for ; Tue, 21 Aug 2007 00:47:47 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-221-254.eunet.yu [213.198.221.254]) by eunet.yu (8.13.6/8.13.6) with ESMTP id l7L0iFTC003847; Tue, 21 Aug 2007 02:44:16 +0200 Message-Id: <200708210044.l7L0iFTC003847@eunet.yu> Date: Tue, 21 Aug 2007 02:43:02 +0200 From: Nikola Lecic To: David LeCount In-Reply-To: <662889.60450.qm@web57007.mail.re3.yahoo.com> References: <662889.60450.qm@web57007.mail.re3.yahoo.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,TW_BX,TW_IB,TW_LX,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.2 Cc: freebsd-questions@freebsd.org Subject: Re: Shared-mime-info won't compile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 00:47:48 -0000 On Mon, 20 Aug 2007 16:07:07 -0700 (PDT) David LeCount wrote: > I've been having a problem for a long time trying to > compile the shared-mime-info port. Below is the error > I'm getting. I have tried recompiling libxml2 and > everything shared-mime-info depends on. >=20 > gmake[1]: Entering directory > `/usr/ports/misc/shared-mime-info/work/shared-mime-info-0.22' > cc -DHAVE_CONFIG_H -I. -I/usr/local/include/libxml2 > -I/usr/local/include -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include =20 > -I/usr/local/include -I/usr/local/include/libxml2 > -I/usr/local/include -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -g -O2 -pipe=20 > -Wall -Wstrict-prototypes -Wmissing-prototypes > -Wwrite-strings -MT > update_mime_database-update-mime-database.o -MD -MP > -MF > .deps/update_mime_database-update-mime-database.Tpo -c > -o update_mime_database-update-mime-database.o `test > -f 'update-mime-database.c' || echo > './'`update-mime-database.c > mv -f > .deps/update_mime_database-update-mime-database.Tpo > .deps/update_mime_database-update-mime-database.Po > cc -I/usr/local/include/libxml2 -I/usr/local/include > -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -g -O2 -pipe=20 > -Wall -Wstrict-prototypes -Wmissing-prototypes > -Wwrite-strings -L/usr/local/lib -o > update-mime-database > update_mime_database-update-mime-database.o > -L/usr/local/lib -lxml2 -lglib-2.0 -liconv =20 > /usr/local/lib/libxml2.so: undefined reference to > `pthread_equal' Hello David, Just to be sure: your ports tree is up-to-date, you didn't install textproc/libxml2 altering WITH_THREADS option and you don't have anything threads-related in /etc/make.conf or somewhere else? In that case this joyfully written PR can certainly help: http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dthreads/113666 (add -lc_r in share-mime-info's Makefile as explained). Besides that, keep an eye on that PR since answers will surely be relevant for you. Of course, you can artificially add -pthread among C compiler flags, like this: # portupgrade -M 'CFLAGS=3D-pthread' shared-mime-info (if you use portupgrade) or like this: # cd /usr/ports/misc/shared-mime-info # make CFLAGS=3D-pthread but I'm not certain about the consequences. Better try the solution from the aforementioned PR. Nikola Le=C4=8Di=C4=87 From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 01:33:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21B1816A417 for ; Tue, 21 Aug 2007 01:33:27 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 942C413C457 for ; Tue, 21 Aug 2007 01:33:26 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l7L1XIh9047946 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Aug 2007 08:33:18 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l7L1XHSa034175; Tue, 21 Aug 2007 08:33:17 +0700 (ICT) Date: Tue, 21 Aug 2007 08:33:17 +0700 (ICT) Message-Id: <200708210133.l7L1XHSa034175@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd@dfwlp.com In-reply-to: <200708201604.15950.freebsd@dfwlp.com> (message from Jonathan Horne on Mon, 20 Aug 2007 16:04:15 -0500) References: <200708201604.15950.freebsd@dfwlp.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: SAS (serial attached SCSI) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 01:33:27 -0000 Jonathan, > other than telling him "well this is the new SCSI", i am wondering > if anyone else is successfully using this technology thus far. Well you'll have to accept the fact that it is the new SCSI and you have to run with it. I bet you will have hard time finding a server with parallel SCSI. To answer your question, yes, I have one HP machine using SAS disks, FreeBSD 6.2, no problem so far. I'd say that one concern with SAS (like with SATA) could be the connectors (I read stories about loose connectors); in my case, this is hot swap disks, so there should not be problem. Don't go for cheap cables to avoid bad quality/substandard connectors. Olivier From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 01:35:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA1ED16A419 for ; Tue, 21 Aug 2007 01:35:13 +0000 (UTC) (envelope-from darren@nighttide.net) Received: from olmec.nighttide.net (jasper.nighttide.net [207.5.141.146]) by mx1.freebsd.org (Postfix) with ESMTP id 699DF13C45B for ; Tue, 21 Aug 2007 01:35:13 +0000 (UTC) (envelope-from darren@nighttide.net) Received: from olmec.nighttide.net (darren@localhost [127.0.0.1]) by olmec.nighttide.net (8.14.1/8.14.1) with ESMTP id l7L1BXYI001121 for ; Mon, 20 Aug 2007 21:11:33 -0400 (EDT) (envelope-from darren@nighttide.net) Received: from localhost (darren@localhost) by olmec.nighttide.net (8.14.1/8.14.1/Submit) with ESMTP id l7L1BWvH001118 for ; Mon, 20 Aug 2007 21:11:33 -0400 (EDT) (envelope-from darren@nighttide.net) X-Authentication-Warning: olmec.nighttide.net: darren owned process doing -bs Date: Mon, 20 Aug 2007 21:11:32 -0400 (EDT) From: Darren Henderson To: freebsd-questions@freebsd.org Message-ID: <20070820201824.V99831@olmec> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: syslogd, exec and alarms X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 01:35:13 -0000 I have a syslog.conf line that has a selector pointing to action that is a perl script. The script takes action based on the content of the line passed to it. Simple stuff. Works fine. Wanting to be resource sensitive, I would like the script to terminate after so many idle seconds - its likely to get occasional bursts of input with quiet periods here and there. No problem, set an alarm with a maximum idle time and shutdown if it fires. This works fine if I execute the script from the command line. Doesn't work at all if spawned by syslogd. I assume syslogd or the sh being fired to spawn the command are grabbing the alarm signal for themselves. I am missing something obvious. Is there any way to make this work? As it is I can keep the program going all the time or I can have syslogd respawn it every time a line is sent. Neither option is appealing. This problem seems to be relatively resistant to google searches for me thus far. -Darren From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 01:37:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE35A16A41B for ; Tue, 21 Aug 2007 01:37:24 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-5.eunet.yu (smtpclu-5.eunet.yu [194.247.192.230]) by mx1.freebsd.org (Postfix) with ESMTP id 36CC213C48D for ; Tue, 21 Aug 2007 01:37:24 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-221-254.eunet.yu [213.198.221.254]) by smtpclu-5.eunet.yu (8.13.6/8.13.6) with ESMTP id l7L1iLPq005110; Tue, 21 Aug 2007 03:44:22 +0200 Message-Id: <200708210144.l7L1iLPq005110@smtpclu-5.eunet.yu> Date: Tue, 21 Aug 2007 03:32:41 +0200 From: Nikola Lecic To: Nikola Lecic In-Reply-To: <200708210044.l7L0iFTC003847@eunet.yu> References: <662889.60450.qm@web57007.mail.re3.yahoo.com> <200708210044.l7L0iFTC003847@eunet.yu> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_20,UNPARSEABLE_RELAY X-AVAS-Spam-Score: -0.7 Cc: David LeCount , freebsd-questions@freebsd.org Subject: Re: Shared-mime-info won't compile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 01:37:24 -0000 On Mon, 20 Aug 2007 18:04:01 -0700 (PDT) David LeCount wrote: > --- Nikola Lecic wrote: [...] > > In that case this joyfully written PR can certainly > > help: > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dthreads/113666 > >=20 > > (add -lc_r in share-mime-info's Makefile as > > explained). Besides that, > > keep an eye on that PR since answers will surely be > > relevant for you. [...] > That fixed my problem. I searched the mailing lists > and Google but I guess I forgot to search for a bug > report. Many thanks. I'm posting your feedback back to the list so that others can know that this helps. Nikola Le=C4=8Di=C4=87 From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 01:38:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F82316A417 for ; Tue, 21 Aug 2007 01:38:58 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id E8FAC13C461 for ; Tue, 21 Aug 2007 01:38:57 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l7L1cuq2048221 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Aug 2007 08:38:56 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l7L1ctVc034993; Tue, 21 Aug 2007 08:38:55 +0700 (ICT) Date: Tue, 21 Aug 2007 08:38:55 +0700 (ICT) Message-Id: <200708210138.l7L1ctVc034993@banyan.cs.ait.ac.th> From: Olivier Nicole To: lisandrogrullon07@hotmail.com In-reply-to: (message from Lisandro Grullon on Mon, 20 Aug 2007 11:21:44 -0400) References: X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Configuring OpenLDAP on FreeBSD 6.2 Release, Problems. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 01:38:58 -0000 > I am a newcomer to the FreeBSD world. I am trying to implement a > openLDAP installation. It all went ok with the SASL and SERVER > install in conjunction with BDB, yet when I try starting the service > using "/usr/local/libexec/slapd" or "/usr/local/etc/rc.d/slapd > start", the service does not start. I checked "ps -axww | grep > slapd" and nothing is showing. After checking "cat > /var/log/debug.log" I can see the following output in stdout. > Beside enabling slapd in /etc/rc.conf, did you configure openldad in /usr/local/etc/openldad? I doubt it will start before you configure it properly. Best regards, Olivier From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 01:40:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D0DD16A417 for ; Tue, 21 Aug 2007 01:40:10 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id 2AE4C13C48A for ; Tue, 21 Aug 2007 01:40:08 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from epia-2.farid-hajji.net (epia-2 [192.168.254.11]) by fw.farid-hajji.net (Postfix) with ESMTP id 23B57DA85A; Tue, 21 Aug 2007 03:42:28 +0200 (CEST) Date: Tue, 21 Aug 2007 03:43:10 +0200 From: cpghost To: Wojciech Puchar Message-ID: <20070821014310.GA3756@epia-2.farid-hajji.net> References: <20070821010406.W61947@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070821010406.W61947@wojtek.tensor.gdynia.pl> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Block to i-node to file name (was Re: uncorrectable disk error) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 01:40:10 -0000 On Tue, Aug 21, 2007 at 01:04:38AM +0200, Wojciech Puchar wrote: > ad4: FAILURE - READ_DMA48 status=51 > error=40 LBA=465628608 > g_vfs_done():ad4a[READ(offset=238401650688, length=638976)]error = 5 > > how can i find (UFS2) what file uses that block? [I took the liberty to change the subject for better archival] Unless you're an fs guru or very patient and careful, you probably won't or would have a hard time. But don't give up yet! Try the following procedure: 1. Determine the slice where the block is located (fdisk) 2. Determine the partition of the block (bsdlabel) 3. Calculate the partition-relative offset of the block (i.e. subtract the slice offset and subtract from the result the partition offset). 4. Fire up fsdb(8) with the -r option on that file system. 5. Use fsdb's "findblk" command with that fs-relative offset to determine the inode that is holding this block. From "man fsdb": findblk disk block number ... Find the inode(s) owning the specified disk block(s) number(s). Note that these are not absolute disk blocks numbers, but offsets from the start of the partition. Keep in mind that the block could also be in the free list (unused); but you'd not get this error message if it was (?). 6. Verify that the resulting i-node number is the right one by jumping to that inode with the "inode" command of fsdb, and rechecking that this block is indeed held by this i-node with the "blocks" command of fsdb. (you may want to run fsdb in a script(1), to capture the potentially long list of blocks). 7. The inode number you get won't tell you the name of the file. To find this, scan all directories of that file system for this inode number (I'd write a small C proggy for that, but you could just as well use find(1)'s -inum switch. If your disk is dying, this can (wether with a C program or with find(1) crash your system. If the number of directories is not very high, you could try to use fsdb(8) for that. BEWARE: Always use fsdb(8) with the read-only flag -r! You could irrevocably damage your file system otherwise if you don't know exactly what you're doing. Good luck! Regards, -cpghost. P.S.: We really need a little LBA to i-node utility for UFS/UFS2, that we could combine with find /fs -inum ...! If possible, a utility that also takes care of GEOM-ified disks etc... -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 02:21:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D54FE16A41B for ; Tue, 21 Aug 2007 02:21:55 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 9375413C48A for ; Tue, 21 Aug 2007 02:21:55 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2424489pyb for ; Mon, 20 Aug 2007 19:21:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=I2e60aTyqG1P8PgK4cjMdlVdjHuQio0UlGdtlEJEBBO0k8Cojkjo4Ywt+EXy2TuwQula3cNvWCMon1jktOloGQGTYvenuWbQmnMTvi16twZ5swgveHgBmQ9tcSQQwADIaAbKRTcjSV2UzIcTNo5YpZO5iKjPcK4d1pieo6sCENs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=TTSGKHPEDSVvUUFXoWOrBfahqMDe0OIwhLSuSKasDDg8n/mh9vSQ0yO7/4RqKVvtEwV/nN14kJyL4sIcfu27zqzusFFCphWzxAKTNQFesdg38sWkg3Cc4u4a8ERsOUaAduXXhaFnVMaxNj/B4nw38ma3ZwKbrDnPSxT/oJaKi1E= Received: by 10.35.26.14 with SMTP id d14mr8186825pyj.1187662914451; Mon, 20 Aug 2007 19:21:54 -0700 (PDT) Received: from ?192.168.1.3? ( [209.240.66.157]) by mx.google.com with ESMTPS id a79sm9776178pye.2007.08.20.19.21.52 (version=SSLv3 cipher=OTHER); Mon, 20 Aug 2007 19:21:52 -0700 (PDT) In-Reply-To: <20070820201824.V99831@olmec> References: <20070820201824.V99831@olmec> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Eric Crist Date: Mon, 20 Aug 2007 21:21:44 -0500 To: Darren Henderson X-Mailer: Apple Mail (2.752.3) Cc: freebsd-questions@freebsd.org Subject: Re: syslogd, exec and alarms X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 02:21:55 -0000 On Aug 20, 2007, at 8:11 PMAug 20, 2007, Darren Henderson wrote: > > I have a syslog.conf line that has a selector pointing to action > that is a perl script. The script takes action based on the content > of the line passed to it. Simple stuff. Works fine. > > Wanting to be resource sensitive, I would like the script to > terminate after so many idle seconds - its likely to get occasional > bursts of input with quiet periods here and there. No problem, set > an alarm with a maximum idle time and shutdown if it fires. > > This works fine if I execute the script from the command line. > Doesn't work at all if spawned by syslogd. I assume syslogd or the > sh being fired to spawn the command are grabbing the alarm signal > for themselves. I am missing something obvious. Is there any way to > make this work? > > As it is I can keep the program going all the time or I can have > syslogd respawn it every time a line is sent. Neither option is > appealing. > > This problem seems to be relatively resistant to google searches > for me thus far. > Darren, From my limited understanding, the process that is spawned by that alarm is killed by syslogd once whatever it's supposed to do is killed. I'm not sure what options you've really got. HTH ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 03:19:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA07F16A418 for ; Tue, 21 Aug 2007 03:19:24 +0000 (UTC) (envelope-from vinny-mail-01+20070820usrmv@palaceofretention.ca) Received: from www.giovannetti.ca (www.giovannetti.ca [206.248.136.48]) by mx1.freebsd.org (Postfix) with ESMTP id 7714913C474 for ; Tue, 21 Aug 2007 03:19:24 +0000 (UTC) (envelope-from vinny-mail-01+20070820usrmv@palaceofretention.ca) Received: from t.palaceofretention.ca (intgateway.palaceofretention.ca [10.10.10.42]) by www.giovannetti.ca (Postfix) with ESMTP id B7C3A11460; Mon, 20 Aug 2007 23:04:29 -0400 (EDT) Message-ID: <46CA52E1.1080102@palaceofretention.ca> Date: Mon, 20 Aug 2007 22:50:09 -0400 From: Vinny User-Agent: Thunderbird 2.0.0.6 (X11/20070811) MIME-Version: 1.0 To: Michael S References: <508113.84269.qm@web88303.mail.re4.yahoo.com> In-Reply-To: <508113.84269.qm@web88303.mail.re4.yahoo.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 03:19:25 -0000 Michael S wrote: > I reverted to the old /usr. > What I had done: > Initially I set up the newly installed drive (da2) > to have only one partition (da2s1d) which I chose to > be /user (note the e). > I tarred /usr to a file in /user > tar -cf /user/usr.tar /tar > > and extracted the file > tar -xf usr.tar > I had the whole structure of /usr underneath /user/usr > > And then > cd usr > mv * .. > > to have everything under /user > After thinking about that mv command, I have come to the conclusion that /dev/da2s1d does not in fact contain a /usr directory structure and if mounted will be empty. Why? Note /dev/ad8s1e is an empty partition (a new disk, if you will on my system that I will in this demonstration). Also, I'll use user and usrdemo as the names of the user and usr directories that Michael is using, respectively. I don't want to overwrite my own usr directory needlessly. Observe: Create a mount point and mount the disk t# cd / t# mkdir user t# mount -t ufs /dev/ad8s1e /user t# pwd /user t# mkdir -p usrdemo/path Check our partition (there is a dot (.)after the df command, look closely): t# df . Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad8s1e 507630 6 467014 0% /user Create a file for no reason. t# touch usrdemo/path/file.txt t# cd / t# ls -laR /user total 6 drwxrwxrwt 3 root wheel 512 Aug 20 22:05 . drwxr-xr-x 26 root wheel 1024 Aug 20 21:59 .. drwxr-xr-x 3 root wheel 512 Aug 20 22:05 usrdemo /user/usrdemo: total 6 drwxr-xr-x 3 root wheel 512 Aug 20 22:05 . drwxrwxrwt 3 root wheel 512 Aug 20 22:05 .. drwxr-xr-x 2 root wheel 512 Aug 20 22:05 path /user/usrdemo/path: total 4 drwxr-xr-x 2 root wheel 512 Aug 20 22:05 . drwxr-xr-x 3 root wheel 512 Aug 20 22:05 .. -rw-r--r-- 1 root wheel 0 Aug 20 22:05 file.txt t# cd /user Let's look at what file system we're on again: t# df . Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad8s1e 507630 6 467014 0% /user Still on the new drive. Now that we're in the /user directory let us try, as Michael says "to have everything under /user". Right idea, but mv is not the tool in this case: The next command causes much trouble: t# mv * .. will in fact move the contents of /user to the parent directory which is in fact /, the root of the file system. There is nothing left in /user: t# pwd /user t# ls -la total 4 drwxrwxrwt 2 root wheel 512 Aug 20 22:06 . drwxr-xr-x 27 root wheel 512 Aug 20 22:06 .. If we change directory to the .. directory target (the same target as the mv command) we'll see the usrdemo directory. t# cd .. t# ls .cshrc compat lib proc usb .profile dev libexec rescue usr .snap dist media root usrdemo COPYRIGHT dvdrom mnd sbin var bin entropy mnt sdvd boot etc user sys cdrom home portable tmp If we change to it and check our file system: t# cd usrdemo/path/ t# ls file.txt t# df . Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad4s1a 507630 99704 367316 21% / We find it now sitting as a directory the / root partition! In Michael's case it would be sitting on the old /usr partition. Definitely not what we wanted. So what has happened is that the mv * command with Michael's usr directory actually overwrote the current /usr directory with the contents of the tar archive. Seems like a no-op but there could be symbolic link issues, i.e. /usr/home -> /home. I hope that is semi-coherent. What you probably want to do to replace a /usr partition is something like this: cd / mkdir user mount -t ufs /dev/da2s1d /user cd /usr pax -rw -pe . /user pax is like tar. -rw means to read (r) from the source (.) and write (w) to the destination (/user). -pe means to preserve everything (permissions, ownership etc). Having done that, you now have a duplicate usr directory structure "under" /user i.e. /user/bin /user/lib and so on. Now you can switch the fstab entries like you planned, reboot, and you should have replaced /usr with the new drive. Hope this helps, although you may have some issues in the future due to any unintended consequences of the tar/mv command combination. Vinny From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 04:51:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDC8616A420 for ; Tue, 21 Aug 2007 04:51:43 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 4998D13C46C for ; Tue, 21 Aug 2007 04:51:43 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l7L4pdFM062026 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 21 Aug 2007 11:51:39 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l7L4paha067299; Tue, 21 Aug 2007 11:51:36 +0700 (ICT) Date: Tue, 21 Aug 2007 11:51:36 +0700 (ICT) Message-Id: <200708210451.l7L4paha067299@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Configuring mailman with web server different from mail server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 04:51:44 -0000 Hi, I am trying to install mailman from the ports. I have different machine for the mail server and the web server and I am trying to figure if this configuration is workable. The MTA is sendmail, where could I find configure example? Best regards, Olivier From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 05:18:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BBC216A421 for ; Tue, 21 Aug 2007 05:18:22 +0000 (UTC) (envelope-from BJones@business.otago.ac.nz) Received: from mailhub2.otago.ac.nz (mailhub2.otago.ac.nz [139.80.64.247]) by mx1.freebsd.org (Postfix) with ESMTP id EE48E13C442 for ; Tue, 21 Aug 2007 05:18:21 +0000 (UTC) (envelope-from BJones@business.otago.ac.nz) Received: from sbadex01.commerce.otago.ac.nz (sbadex01.commerce.otago.ac.nz [139.80.81.38]) by mailhub2.otago.ac.nz (8.13.8/8.13.8) with ESMTP id l7L4tpdv021407 for ; Tue, 21 Aug 2007 16:55:51 +1200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Tue, 21 Aug 2007 16:55:50 +1200 Message-ID: <67288B8BCBFE7A4EA1915CC24CD0D4C0BFC71A@sbadex01.commerce.otago.ac.nz> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: New Zealand DST updates Thread-Index: Acfjr4vPIsdbSZFZTx6X8fGP0WBN4Q== From: "Brent Jones" To: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: New Zealand DST updates X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 05:18:22 -0000 Good afternoon - New Zealand is changing when it goes on and off daylight savings time this year. I have diffs to /usr/src/share/zoneinfo/australasia for FreeBSD 6.2 which take this change into account. To whom should I send this information so that it makes it into the source tree for this and future releases? Cheers, Brent -- J. Brent Jones, Manager, Technology Services University of Otago, School of Business Dunedin NEW ZEALAND=20 Phone: +64 3 479 8042 http://www.otago.ac.nz/business From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 05:20:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4D2716A41A for ; Tue, 21 Aug 2007 05:20:31 +0000 (UTC) (envelope-from josepha48@yahoo.com) Received: from web34604.mail.mud.yahoo.com (web34604.mail.mud.yahoo.com [209.191.68.138]) by mx1.freebsd.org (Postfix) with SMTP id 89B5D13C474 for ; Tue, 21 Aug 2007 05:20:31 +0000 (UTC) (envelope-from josepha48@yahoo.com) Received: (qmail 80709 invoked by uid 60001); 21 Aug 2007 05:20:30 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=STSj593hizDRMPI5ke3pkYdNbzsZHFlK76qICHKVNhAOYpDc/S4ER6s1+gf8Wk5KGkuo8ZejSo29a7nbxOE39nXR1Tmc25Ksx8qxtwgovGtgG7SJfnUb0iAz6My054DGnKp8fBdGsXRCAd9IJUPsc+68f56AJnbhq0If/LhUHFY=; X-YMail-OSG: g5NOu2YVM1kCDLqJN_2jIvUSuftWiBVcT6rqOZGKcCf5fzLQdheVTAj0K757Cs8jPP5Sv9l0J_SmyRFG7ki1M4d4dt5yM1LsHBKI6Ikes_oHBxHt04Amjcb_o2xklA-- Received: from [67.101.209.231] by web34604.mail.mud.yahoo.com via HTTP; Mon, 20 Aug 2007 22:20:30 PDT Date: Mon, 20 Aug 2007 22:20:30 -0700 (PDT) From: Joe To: FreeBSD Questioins MIME-Version: 1.0 Message-ID: <879396.79523.qm@web34604.mail.mud.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: isc-dhcp3-server issues with windows 2000 client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 05:20:31 -0000 Hello, I tried posting under a similar topic, but not sure if it went through. I'm new on this list, but not a total newbie. I have upgraded a system from p6 to p7. Everything seems to be working on wtih the upgraded system except for dhcp. I have a backup of the old system and am using that to trouble shoot. I have narrowed it down to the dhcpd binary. If I put in the newer binary built with p7 it does not work with windows 2000. If I put in the old binary it works fine. Old Binary ( tcpdump ): IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:19:d1:df:f3:07, length: 317 IP sss.sss.sss.sss.67 > ppp.ppp.ppp.ppp.68: BOOTP/DHCP, Reply, length: 300 New Binary ( tcpdump ): [ windows 2000 ] : IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 00:19:d1:df:f3:07, length: 300 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from aa:aa:aa:aa:aa:aa, length: 300 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from aa:aa:aa:aa:aa:aa, length: 300 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from aa:aa:aa:aa:aa:aa, length: 300 IP 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from aa:aa:aa:aa:aa:aa, length: 300 No reply is ever sent out [ win xp - renewal ] IP xxx.xxx.xxx.yyy.68 > xxx.xxx.xxx.zzz.67: BOOTP/DHCP, Request from 00:11:d8:13:0e:69 , length: 302 IP xxx.xxx.xxx.zzz.67 > xxx.xxx.xxx.yyy.68: BOOTP/DHCP, Reply, length: 300 FreeBSD clients seem to be able to obtain a new address with no problem. My question is how do I trouble shoot the two binaries? What tools can I use? How do I get dhcpd to actually put out debugging info to the syslogs or on the command line? I've tried the -d and got nothing. any help is much appreciated. Thanks, Joe --------------------------------- Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 05:30:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3056416A421 for ; Tue, 21 Aug 2007 05:30:10 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88310.mail.re4.yahoo.com (web88310.mail.re4.yahoo.com [216.39.53.233]) by mx1.freebsd.org (Postfix) with SMTP id EE59D13C45A for ; Tue, 21 Aug 2007 05:30:09 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 99233 invoked by uid 60001); 21 Aug 2007 05:30:09 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=Qz4sFLdpF6zBWGrd3aCXEJtK0Vc8FU74qM/XBnjI4zQ+ZbhNZQkEKAp1xznXuflmVDyv3Go//GET6mb1sYH97O0124YpbVNQUVA8jPo8TOggyf1DmIBxqk2MU+TdGIdLskEDyDiar+fDh8laXoqr8b0B0UvFKEd39MZQjn7ie/w=; X-YMail-OSG: 5oOK9.4VM1miHLd3l.ddv5bsxSwRk02k1R1xGLzkecZ1qZRQuh.YhxbKN8AZOb50BMinlATWJstFrtcfhj5C6i3hqCMzwdNSa8r02aX66HpixEyluSY- Received: from [74.107.243.44] by web88310.mail.re4.yahoo.com via HTTP; Tue, 21 Aug 2007 01:30:09 EDT Date: Tue, 21 Aug 2007 01:30:09 -0400 (EDT) From: Michael S To: Vinny , FreeBSD Mailing List In-Reply-To: <46CA52E1.1080102@palaceofretention.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <228964.87960.qm@web88310.mail.re4.yahoo.com> Cc: Subject: Re: Trying to move /usr - Fixed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 05:30:10 -0000 I was able to rectify the problem by removing /home, which was a link and was pointing to /usr/home and then recreating it as a directory. Thanks everyone for their suggestions, Michael --- Vinny wrote: > Michael S wrote: > > I reverted to the old /usr. > > What I had done: > > Initially I set up the newly installed drive (da2) > > to have only one partition (da2s1d) which I chose > to > > be /user (note the e). > > I tarred /usr to a file in /user > > tar -cf /user/usr.tar /tar > > > > and extracted the file > > tar -xf usr.tar > > I had the whole structure of /usr underneath > /user/usr > > > > And then > > cd usr > > mv * .. > > > > to have everything under /user > > > > After thinking about that mv command, I have come to > the > conclusion that /dev/da2s1d does not in fact contain > a /usr directory structure and if mounted will be > empty. Why? > > Note /dev/ad8s1e is an empty partition (a new disk, > if you will on my system that I will in this > demonstration). > > Also, I'll use user and usrdemo as the names of the > user and usr > directories that Michael is using, respectively. I > don't want > to overwrite my own usr directory needlessly. > > Observe: > > Create a mount point and mount the disk > t# cd / > t# mkdir user > t# mount -t ufs /dev/ad8s1e /user > > t# pwd > /user > t# mkdir -p usrdemo/path > > Check our partition (there is a dot (.)after the df > command, > look closely): > > t# df . > Filesystem 1K-blocks Used Avail Capacity Mounted > on > /dev/ad8s1e 507630 6 467014 0% /user > > Create a file for no reason. > > t# touch usrdemo/path/file.txt > t# cd / > t# ls -laR /user > total 6 > drwxrwxrwt 3 root wheel 512 Aug 20 22:05 . > drwxr-xr-x 26 root wheel 1024 Aug 20 21:59 .. > drwxr-xr-x 3 root wheel 512 Aug 20 22:05 > usrdemo > > /user/usrdemo: > total 6 > drwxr-xr-x 3 root wheel 512 Aug 20 22:05 . > drwxrwxrwt 3 root wheel 512 Aug 20 22:05 .. > drwxr-xr-x 2 root wheel 512 Aug 20 22:05 path > > /user/usrdemo/path: > total 4 > drwxr-xr-x 2 root wheel 512 Aug 20 22:05 . > drwxr-xr-x 3 root wheel 512 Aug 20 22:05 .. > -rw-r--r-- 1 root wheel 0 Aug 20 22:05 file.txt > t# cd /user > > Let's look at what file system we're on again: > > t# df . > Filesystem 1K-blocks Used Avail Capacity Mounted > on > /dev/ad8s1e 507630 6 467014 0% /user > > Still on the new drive. > > Now that we're in the /user directory let us try, as > Michael > says "to have everything under /user". Right idea, > but mv is not > the tool in this case: The next command causes much > trouble: > > t# mv * .. > > will in fact move the contents of /user to the > parent directory > which is in fact /, the root of the file system. > > There is nothing left in /user: > t# pwd > /user > > t# ls -la > total 4 > drwxrwxrwt 2 root wheel 512 Aug 20 22:06 . > drwxr-xr-x 27 root wheel 512 Aug 20 22:06 .. > > If we change directory to the .. directory target > (the same target as > the mv command) we'll see the usrdemo directory. > > t# cd .. > t# ls > .cshrc compat lib proc > usb > .profile dev libexec > rescue usr > .snap dist media root > usrdemo > COPYRIGHT dvdrom mnd sbin > var > bin entropy mnt sdvd > boot etc user sys > cdrom home portable tmp > > If we change to it and check our file system: > > t# cd usrdemo/path/ > t# ls > file.txt > t# df . > Filesystem 1K-blocks Used Avail Capacity Mounted > on > /dev/ad4s1a 507630 99704 367316 21% / > > We find it now sitting as a directory the / root > partition! > In Michael's case it would be sitting on the old > /usr > partition. Definitely not what we wanted. > > So what has happened is that the mv * command with > Michael's > usr directory actually overwrote the current /usr > directory > with the contents of the tar archive. Seems like a > no-op but > there could be symbolic link issues, i.e. /usr/home > -> /home. > > I hope that is semi-coherent. > > What you probably want to do to replace a /usr > partition is > something like this: > > cd / > mkdir user > mount -t ufs /dev/da2s1d /user > cd /usr > pax -rw -pe . /user > > pax is like tar. -rw means to read (r) from the > source (.) > and write (w) to the destination (/user). -pe means > to > preserve everything (permissions, ownership etc). > > Having done that, you now have a duplicate usr > directory > structure "under" /user i.e. /user/bin /user/lib and > so on. > > Now you can switch the fstab entries like you > planned, > reboot, and you should have replaced /usr with the > new drive. > > Hope this helps, although you may have some issues > in the future due to any unintended consequences > of the tar/mv command combination. > > Vinny > > > > _______________________________________________ > 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 21 05:30:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA10C16A41A for ; Tue, 21 Aug 2007 05:30:52 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 32ECD13C46B for ; Tue, 21 Aug 2007 05:30:51 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l7L5UnHv064351 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Aug 2007 12:30:49 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l7L5UnXf073282; Tue, 21 Aug 2007 12:30:49 +0700 (ICT) Date: Tue, 21 Aug 2007 12:30:49 +0700 (ICT) Message-Id: <200708210530.l7L5UnXf073282@banyan.cs.ait.ac.th> From: Olivier Nicole To: josepha48@yahoo.com In-reply-to: <879396.79523.qm@web34604.mail.mud.yahoo.com> (message from Joe on Mon, 20 Aug 2007 22:20:30 -0700 (PDT)) References: <879396.79523.qm@web34604.mail.mud.yahoo.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: isc-dhcp3-server issues with windows 2000 client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 05:30:52 -0000 Hi, > I have a backup of the old system and am using that to trouble > shoot. I have narrowed it down to the dhcpd binary. If I put in > the newer binary built with p7 it does not work with windows > 2000. If I put in the old binary it works fine. First question would be: how did you build isc-dhcp? pkg_info |grep dhcp Second, is it running? How do you start it? Third question: was are the version number of old and new dhcp? You may be facing some change in dhcpd configuration file. Best regards, Olivier From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 05:43:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35E5A16A417 for ; Tue, 21 Aug 2007 05:43:22 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id 54FC713C46B for ; Tue, 21 Aug 2007 05:43:19 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id PAA12742; Tue, 21 Aug 2007 15:43:13 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Tue, 21 Aug 2007 15:43:12 +1000 (EST) From: Ian Smith To: Michael S In-Reply-To: <20070821013908.7E94B16A4D6@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Jerry McAllister , freebsd-questions@freebsd.org Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 05:43:22 -0000 Michael, firstly let me quote the head of your original message, just so I/we don't get too confused, especially by all the gratuitous re-quoting of subsequent 'relative irrelevancies' like your dmesg .. >I am trying to migrate my /usr to a newly installed >SCSI drive. Up until yesterday I had /, /var, /usr on >a 5 Gig drive and my /home was on another 60 Gig >drive, which was fine because it had no GUI and >functioned mostly as a server. Ok, so /home was its own drive, one slice. This would suggest that you didn't have /home as a soft link in / but you should check 'ls -la /' to be sure that's the case, ie that a link hasn't crept in somehow. If one has, delete it. Also check that your 'old' /usr dir has no link to /home lying around, which might account for some of this oddness, especially since your tar and (I'd consider potentially hairy) 'mv * ..' >Last night I added a third drive, with a capacity >around 18G; since my other two drives are hard-wired >in /boot/device.hints, there were no problems with >device numbering. I wrote down the device name >(/dev/da2) and proceeded to sysinstall to first create >a FreeBSD partition and then the only slice within >that partition. I named it /user. And you intended to leave /home on the 60G drive? Its not clear what you intended to put on the new /user, or was it just an intermediary? I think I may have called it '/fred' till the process was finished, but never mind .. back to the more recent, with formatting touched up a tad: On Mon, 20 Aug 2007 19:28:51 -0400 (EDT) Michael S wrote: > Here's df -k output: > > Filesystem 1K-blocks Used Avail Capacity > Mounted on > /dev/da0s1a 507630 85046 381974 18% / > devfs 1 1 0 100% /dev > /dev/da0s1e 495726 10 456058 0% /tmp > /dev/da0s1f 3733038 2869704 564692 84% /user > /dev/da0s1d 495726 110700 345368 24% /var So that /user is your old /usr, right? Do an 'ls -la /user' and check its contents are the same as your new /usr below. Also 'du -d1 /user' should look like 'du -d1 /usr'. Neither should contain a link to /home > /dev/da1s1d 68431992 27948332 35009102 44% /usr/home > /dev/da2s1d 17213408 2882922 12953414 18% /usr This looks confused. I think you want /home (not /usr/home) to be your 60G da1s1d, don't you? As is, the mountpoint is on the 17G da2s1d, which would a) actually need to be mounted first, and b) contain a /usr/home dir to mount it on. Better would be to mkdir /home, and mount it directly on there. > When I go back to the old /usr by editing fstab: > /dev/da0s1b none swap sw 0 0 > /dev/da1s1b none swap sw 0 0 > /dev/da0s1a / ufs rw 1 1 > /dev/da0s1e /tmp ufs rw 2 2 > /dev/da0s1f /usr ufs rw 2 2 > /dev/da0s1d /var ufs rw 2 2 > /dev/da1s1d /home ufs rw 2 2 > /dev/da2s1d /user ufs rw 2 2 > /dev/acd0 /cdrom cd9660 ro,noauto 0 > > I get into my home directory with no problem. Right, so you do have a /home directory, not a link there? Use ls -la to confirm contents of /, /home and /usr (and /usr/home, if present), with either the old or the new setup, which might help point out where this confusion is occuring, especially if there are any links involved. Also, the realpath command can be useful to discombobulate any links, ie 'cd ~michael ; realpath .' > --- Jerry McAllister wrote: > > > On Mon, Aug 20, 2007 at 06:52:12PM -0400, Michael S > > wrote: > > > > > I tried the earlier suggested dump/restore: > > > %cd /user > > > %dump -L -f - /usr | restore -r -f - > > > > > > When I log-in over ssh I get: > > > Could not chdir to home directory /home/michael: > > No > > > such file or directory. > > > > Well, is there a directory named /home/michael > > > > It looks like there is a file system mounted as > > /home. > > I am guessing that has not changed. But, it is > > telling you > > that it cannot find that directory. Are there some > > links > > messing you up? > > > > What does 'df -k' show? > > > > ////jerry I'll leave it there, trying to keep the re-quoting level down, but Jerry and I seem to be on the same page, if reading it in a different order :) Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 06:17:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EE7F16A41A for ; Tue, 21 Aug 2007 06:17:55 +0000 (UTC) (envelope-from maxsec@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.187]) by mx1.freebsd.org (Postfix) with ESMTP id D5A1C13C469 for ; Tue, 21 Aug 2007 06:17:54 +0000 (UTC) (envelope-from maxsec@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1651505mue for ; Mon, 20 Aug 2007 23:17:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=QjYsX/gncaEz1J0JOJi5BxncTChqKtNXgeiBd8EMGyqZ6mWTRx5bPx2BZ7Me2x/bThu+sgCIRlyTp5WQYLDntADJm3bI4Y3e5jHSnAjLszHCe9yFFD22qOHeW+LEBZrAcpjn/skxdYJPtyZ6+q3ChfBvjiT7gwkoQoTBhXjO/0k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=QgLJ9mPfP6oq170/+F9JoORYUJqO0sjCs/bpYt1FsTxmX01hESE7/7dCEepz64cCAH2Beu2qJOmjagqGoKHpxSWcd5ydtlxSW7PMK9XwZX2NktvjrGDMLChJJwz/IhHv7aoIhTlQdNwPFqObzhVgtZq8sBeZpHD28jQS9lH0zpw= Received: by 10.86.99.9 with SMTP id w9mr590716fgb.1187677072941; Mon, 20 Aug 2007 23:17:52 -0700 (PDT) Received: by 10.86.60.2 with HTTP; Mon, 20 Aug 2007 23:17:52 -0700 (PDT) Message-ID: <72cf361e0708202317h35fc9b9erde11736c22e5571a@mail.gmail.com> Date: Tue, 21 Aug 2007 07:17:52 +0100 From: "Martin Hepworth" To: "Olivier Nicole" In-Reply-To: <200708210451.l7L4paha067299@banyan.cs.ait.ac.th> MIME-Version: 1.0 References: <200708210451.l7L4paha067299@banyan.cs.ait.ac.th> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Configuring mailman with web server different from mail server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 06:17:55 -0000 Olivier sure I do this - configure sendmail on the mailman machine as per instuctions for the list and 'smartrelay' the mail via mailserver on the web machine. On the mailserver also make sure all the aliases for the list point at the webserver. -- Martin On 8/21/07, Olivier Nicole wrote: > > Hi, > > I am trying to install mailman from the ports. > > I have different machine for the mail server and the web server and I > am trying to figure if this configuration is workable. > > The MTA is sendmail, where could I find configure example? > > Best regards, > > Olivier > _______________________________________________ > 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 21 06:23:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F12BA16A417 for ; Tue, 21 Aug 2007 06:23:22 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88313.mail.re4.yahoo.com (web88313.mail.re4.yahoo.com [216.39.53.236]) by mx1.freebsd.org (Postfix) with SMTP id 963F513C4CB for ; Tue, 21 Aug 2007 06:23:22 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 22151 invoked by uid 60001); 21 Aug 2007 06:23:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=5HzhG99CyKkR6RbUQBr2Ooj3a/CRjNAtvmdkIxFU7ztHXy6P1iXveI5GZsjj0Jsw2TLBYsPd5ISgbItd00vXOmtJGY9QFF1sov+FNGffZYb/mSNB45lFBwUQaA56EF1LLdEQSBf7tIDKDgh+6txBUGIYfDYG39xu4v/sfLbS+HY=; X-YMail-OSG: AOJawz4VM1mSR8G_AfabeRM4QslRW6SDF1iayIb5eJWY7F1Hq0FFmcWvbBLrbD34tAWM9dVv5agMvY0OTS5BHiwBZf1BtrvjkWMVQNAQEZK9ObUc1ACXH7NkDjvYYg.6clSpe4t66ldwL7c- Received: from [74.107.243.44] by web88313.mail.re4.yahoo.com via HTTP; Tue, 21 Aug 2007 02:23:21 EDT Date: Tue, 21 Aug 2007 02:23:21 -0400 (EDT) From: Michael S To: FreeBSD Mailing List MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <712153.13042.qm@web88313.mail.re4.yahoo.com> Subject: portupgrade and make options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 06:23:23 -0000 Good day all, I was wondering how to pass options from portupgrade to make. Say I wanted use -j4 for max. number of jobs. Where should I specify that? When building "world" it's possible to be done from the command line: make -j4 buildworld. Also is athlon the correct CPUTYPE for AMD Sempron 3400? Thanks in advance, Michael From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 06:26:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F74C16A41A for ; Tue, 21 Aug 2007 06:26:00 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id 16F6B13C46B for ; Tue, 21 Aug 2007 06:25:58 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id QAA14096; Tue, 21 Aug 2007 16:25:52 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Tue, 21 Aug 2007 16:25:51 +1000 (EST) From: Ian Smith To: Michael S In-Reply-To: <267439.44249.qm@web88305.mail.re4.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 06:26:00 -0000 On Tue, 21 Aug 2007, Michael S wrote: > Thanks for your help Ian, > I got it fixed. Had to remove /home and recreate it > once again. Good to hear, Michael! > --- Ian Smith wrote: [blah] Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 06:47:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 139B316A418 for ; Tue, 21 Aug 2007 06:47:22 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (crsd-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2d5::2]) by mx1.freebsd.org (Postfix) with ESMTP id D452A13C465 for ; Tue, 21 Aug 2007 06:47:20 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l7L6l1Dn029104 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Aug 2007 10:47:01 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l7L6l1mj029103; Tue, 21 Aug 2007 10:47:01 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Tue, 21 Aug 2007 10:47:01 +0400 From: Yuri Pankov To: Michael S Message-ID: <20070821064701.GA28897@darklight.org.ru> References: <712153.13042.qm@web88313.mail.re4.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <712153.13042.qm@web88313.mail.re4.yahoo.com> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: FreeBSD Mailing List Subject: Re: portupgrade and make options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 06:47:22 -0000 On Tue, Aug 21, 2007 at 02:23:21AM -0400, Michael S wrote: > Good day all, > > I was wondering how to pass options from portupgrade > to make. Say I wanted use -j4 for max. number of jobs. > Where should I specify that? When building "world" > it's possible to be done from the command line: make > -j4 buildworld. > > Also is athlon the correct CPUTYPE for AMD Sempron > 3400? > > Thanks in advance, > Michael >From portupgrade(1) manpage: -m --make-args Specify arguments to append to each make(1) com- mand line. -M --make-env Specify arguments to prepend to each make(1) com- mand line. Also check /usr/local/etc/pkgtools.conf for MAKE_* hashes. HTH, Yuri From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 07:02:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A31616A418 for ; Tue, 21 Aug 2007 07:02:47 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id D81D813C459 for ; Tue, 21 Aug 2007 07:02:46 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id l7L72jeq009816 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 21 Aug 2007 00:02:46 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id l7L72jHN009815; Tue, 21 Aug 2007 00:02:45 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA11860; Mon, 20 Aug 07 23:56:36 PDT Date: Mon, 20 Aug 2007 23:57:47 -0700 From: perryh@pluto.rain.com To: jerrymc@msu.edu Message-Id: <46ca8ceb.7x7zNquFIyyUDynE%perryh@pluto.rain.com> References: <3ef409db0708170651v365f51dfib643ae0d91a6a700@mail.gmail.com> <46C64727.9060000@crackmonkey.us> <46C9C2F3.6070109@oldpathsbaptistchurch.org> <20070820194442.GC45885@gizmo.acns.msu.edu> In-Reply-To: <20070820194442.GC45885@gizmo.acns.msu.edu> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: olli@lurza.secnetix.de, freebsd-questions@freebsd.org Subject: Re: Hello! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 07:02:47 -0000 > > From a pilot's point of view: > > FreeBSD is an F-4 Phantom. > > Mac is a P-38 Trainer. > > Windows is a DC-10. > (with a hydraulic leak) Nah, a pig. See RFC 1925 and/or Oliver Fromme's .sig. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 07:20:08 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F6C616A41A for ; Tue, 21 Aug 2007 07:20:08 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.191]) by mx1.freebsd.org (Postfix) with ESMTP id 03F7213C459 for ; Tue, 21 Aug 2007 07:20:07 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so1646392fka for ; Tue, 21 Aug 2007 00:20:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=N3wrwzxrREngXi7EftcQ/FsvhnwlflZeUrEl5nINIyjRqVbDzV5Q+ped1+I2rwtLjGoEPt3nC70UN7CnXjrnpU8zJnqk6u+XQSJr28RyiuQg2y36nlIWa4ZIg4tBekJm6omnvYfB3C02uvBrhWvjtcH9FtOCx8ZajUna/qWHan4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NaJo1JvM1UiqSNuHdITwAEZmWrziFWSIDXqou6i27VMpQXygn7RUtD84OUxVBEkTZZl/6qa0COSZksvt0p5a+53JoaF2WdEoMNL53ojDvFSxk4I6p8pkOg8tRTaKQxgFBSKbe6SKGPzSotwfWGCcbnQ0F7b4ofB9EXS42LEeDGI= Received: by 10.82.181.10 with SMTP id d10mr9728008buf.1187680806452; Tue, 21 Aug 2007 00:20:06 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Tue, 21 Aug 2007 00:20:05 -0700 (PDT) Message-ID: Date: Tue, 21 Aug 2007 02:20:05 -0500 From: "illoai@gmail.com" To: "Predrag Punosevac" In-Reply-To: <46C92339.5080306@math.arizona.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <545941.20720.qm@web88311.mail.re4.yahoo.com> <46C8F173.8050700@math.arizona.edu> <46C92339.5080306@math.arizona.edu> Cc: questions@freebsd.org, Michael S Subject: Re: Gnome & FreeBSD I forgot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 07:20:08 -0000 On 20/08/07, Predrag Punosevac wrote: > I forgot to say in my last massage. The good compromise between Gnome > (KDE) full blown desktop and ***Box X window managers is > Xfce. Xfce is only about 15Mb vs Gnome(KDE)~200Mb. ~> ls -ls /usr/local/bin/evilwm 28 -r-xr-xr-x 1 root wheel 28088 May 29 04:36 /usr/local/bin/evilwm Very fast, very responsive, and the "desktop" (being essentially what you put into ~/.xinitrc) is extremely configurable, although, to be fair, if you leave it running for a couple of weeks it might eat up 6 or 7 seconds of CPU time. I suppose a post-script would be that it could not possibly be called a compromise and likely won't be called good by very many. -- -- From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 07:20:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6092316A41A for ; Tue, 21 Aug 2007 07:20:36 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id C3FAE13C458 for ; Tue, 21 Aug 2007 07:20:35 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l7L7KTNv072836 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 21 Aug 2007 14:20:29 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l7L7KRpU091443; Tue, 21 Aug 2007 14:20:27 +0700 (ICT) Date: Tue, 21 Aug 2007 14:20:27 +0700 (ICT) Message-Id: <200708210720.l7L7KRpU091443@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Get effective group id X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 07:20:36 -0000 Hi, >From a Bourne shell script, how to get (and test) the group id of the user that is executing the script? Best regards, Olivier From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 07:21:45 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6A2316A418 for ; Tue, 21 Aug 2007 07:21:45 +0000 (UTC) (envelope-from mrcpu@mathisen.org) Received: from mathisen.org (main.mathisen.org [70.58.179.172]) by mx1.freebsd.org (Postfix) with SMTP id C23E913C4A5 for ; Tue, 21 Aug 2007 07:21:45 +0000 (UTC) (envelope-from mrcpu@mathisen.org) Received: (qmail 49410 invoked by uid 29999); 21 Aug 2007 06:57:53 -0000 Date: Mon, 20 Aug 2007 23:57:53 -0700 From: Jaye Mathisen To: questions@freebsd.org Message-ID: <20070821065753.GD43084@main.mathisen.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Cc: Subject: Any PCI card based wls cards work under 6.2? like the linksys ones? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 07:21:46 -0000 I have a need for a PCI-based wls card, under 6.2. Rather have 802.11g, and *not* one that's a pcmcia adapter-type card. Do any of th elinksys/belkin/dlink's work reliably under FreeBSD? Thanks. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 07:31:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DEAB16A469 for ; Tue, 21 Aug 2007 07:31:17 +0000 (UTC) (envelope-from olli@secnetix.de) Received: from pluto.secnetix.de (pluto.secnetix.de [88.198.44.136]) by mx1.freebsd.org (Postfix) with ESMTP id 15B9F13C457 for ; Tue, 21 Aug 2007 07:31:16 +0000 (UTC) (envelope-from olli@secnetix.de) Received: from pluto.secnetix.de (localhost.secnetix.de [127.0.0.1]) by pluto.secnetix.de (8.14.1/8.14.1) with ESMTP id l7L7JikZ024669; Tue, 21 Aug 2007 09:19:44 +0200 (CEST) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by pluto.secnetix.de (8.14.1/8.14.1/Submit) id l7L7JiLi024668; Tue, 21 Aug 2007 09:19:44 +0200 (CEST) (envelope-from olli) From: Oliver Fromme Message-Id: <200708210719.l7L7JiLi024668@pluto.secnetix.de> To: perryh@pluto.rain.com Date: Tue, 21 Aug 2007 09:19:44 +0200 (CEST) In-Reply-To: <46ca8ceb.7x7zNquFIyyUDynE%perryh@pluto.rain.com> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (pluto.secnetix.de [127.0.0.1]); Tue, 21 Aug 2007 09:19:44 +0200 (CEST) Cc: jerrymc@msu.edu, freebsd-questions@freebsd.org Subject: Re: Hello! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 07:31:17 -0000 perryh@pluto.rain.com wrote: > > > > From a pilot's point of view: > > > FreeBSD is an F-4 Phantom. > > > Mac is a P-38 Trainer. > > > Windows is a DC-10. > > (with a hydraulic leak) > > Nah, a pig. See RFC 1925 and/or Oliver Fromme's .sig. Well, my .sig is chosen randomly from a large collection, but I guess you're referring to this one: | "With sufficient thrust, pigs fly just fine. However, this | is not necessarily a good idea. It is hard to be sure where | they are going to land, and it could be dangerous sitting | under them as they fly overhead." -- RFC 1925 Another nice RFC quote is this one: | "The ITU has offered the IETF formal alignment with its | corresponding technology, Penguins, but that won't fly." | -- RFC 2549 Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Geschäftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün- chen, HRB 125758, Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd "C++ is to C as Lung Cancer is to Lung." -- Thomas Funke From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 07:40:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E60A16A418 for ; Tue, 21 Aug 2007 07:40:19 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 8111E13C45D for ; Tue, 21 Aug 2007 07:40:19 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: by nf-out-0910.google.com with SMTP id b2so872457nfb for ; Tue, 21 Aug 2007 00:40:18 -0700 (PDT) Received: by 10.78.147.6 with SMTP id u6mr2574968hud.1187682017581; Tue, 21 Aug 2007 00:40:17 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.132.156]) by mx.google.com with ESMTPS id 11sm2929924hug.2007.08.21.00.40.15 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 21 Aug 2007 00:40:16 -0700 (PDT) Received: from obelix.home.rakhesh.com (obelix.home.rakhesh.com [192.168.17.13]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 8CC435080A for ; Tue, 21 Aug 2007 11:38:30 +0400 (GST) Date: Tue, 21 Aug 2007 11:38:30 +0400 (GST) X-X-Sender: rakhesh@obelix.home.rakhesh.com To: freebsd-questions@freebsd.org Message-ID: <20070821113011.W7559@obelix.home.rakhesh.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Subject: NFS export subdirs on different file systems? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 07:40:20 -0000 Hi, I have a directory /net/store. This directory is exported to all machines on my network. I have a sub-directory /net/store/photos. That too is exported to all machines on my network. What I want is that when I mount /net/store from another machine, the contents of /net/store/photos too be visible. Is there any way I can do that? >From the manpage and the handbook and Google etc I get the idea that it might not be possible. Still, asking just in case there are any round-about ways ... I would assume a scenario like this is common. [I need /net/store/photos to be on a separate partition coz its encrypted and stuff. And I'd rather have it appear as part of the /net/store namespace ...] Regards, - Rakhesh http://rakhesh.com/ From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 07:45:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B8CF16A418 for ; Tue, 21 Aug 2007 07:45:31 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id CD20D13C48A for ; Tue, 21 Aug 2007 07:45:30 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: by nf-out-0910.google.com with SMTP id b2so873507nfb for ; Tue, 21 Aug 2007 00:45:29 -0700 (PDT) Received: by 10.78.170.6 with SMTP id s6mr2577127hue.1187682329027; Tue, 21 Aug 2007 00:45:29 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.132.156]) by mx.google.com with ESMTPS id 37sm2926874hub.2007.08.21.00.45.25 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 21 Aug 2007 00:45:27 -0700 (PDT) Received: from obelix.home.rakhesh.com (obelix.home.rakhesh.com [192.168.17.13]) by smtp.home.rakhesh.com (Postfix) with ESMTP id EB8BE5080A for ; Tue, 21 Aug 2007 11:43:40 +0400 (GST) Date: Tue, 21 Aug 2007 11:43:40 +0400 (GST) From: Rakhesh Sasidharan X-X-Sender: rakhesh@obelix.home.rakhesh.com To: freebsd-questions@freebsd.org In-Reply-To: <20070821113011.W7559@obelix.home.rakhesh.com> Message-ID: <20070821114033.V8623@obelix.home.rakhesh.com> References: <20070821113011.W7559@obelix.home.rakhesh.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: NFS export subdirs on different file systems? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 07:45:31 -0000 > I have a directory /net/store. This directory is exported to all machines on > my network. > > I have a sub-directory /net/store/photos. That too is exported to all > machines on my network. > > What I want is that when I mount /net/store from another machine, the > contents of /net/store/photos too be visible. Is there any way I can do that? > > From the manpage and the handbook and Google etc I get the idea that it might > not be possible. Still, asking just in case there are any round-about ways > ... I would assume a scenario like this is common. > > [I need /net/store/photos to be on a separate partition coz its encrypted and > stuff. And I'd rather have it appear as part of the /net/store namespace ...] Forgot to add: the two directories are imported "dynamically" on the client side. So I can't just make fstab entries on the client side to mount both points. I use AMD to mount /net/store when needed. And I can't for the life of me figure how to make it mount /net/store/photos too when needed -- I dont think that's possible(?) ... From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 08:02:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F11516A419 for ; Tue, 21 Aug 2007 08:02:32 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from drone2.qsi.net.nz (drone2-svc-skyt.qsi.net.nz [202.89.128.2]) by mx1.freebsd.org (Postfix) with ESMTP id AF71D13C478 for ; Tue, 21 Aug 2007 08:02:31 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: (qmail 17392 invoked by uid 0); 21 Aug 2007 08:02:29 -0000 Received: from unknown (HELO chen.org.nz) ([202.89.146.5]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 21 Aug 2007 08:02:29 -0000 Received: by chen.org.nz (Postfix, from userid 1000) id CDF817E84E; Tue, 21 Aug 2007 20:02:28 +1200 (NZST) Date: Tue, 21 Aug 2007 20:02:28 +1200 From: Jonathan Chen To: Brent Jones Message-ID: <20070821080228.GC43674@osiris.chen.org.nz> References: <67288B8BCBFE7A4EA1915CC24CD0D4C0BFC71A@sbadex01.commerce.otago.ac.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <67288B8BCBFE7A4EA1915CC24CD0D4C0BFC71A@sbadex01.commerce.otago.ac.nz> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: New Zealand DST updates X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 08:02:32 -0000 On Tue, Aug 21, 2007 at 04:55:50PM +1200, Brent Jones wrote: > Good afternoon - > > New Zealand is changing when it goes on and off daylight savings time > this year. I have diffs to /usr/src/share/zoneinfo/australasia for > FreeBSD 6.2 which take this change into account. To whom should I send > this information so that it makes it into the source tree for this and > future releases? Run send-pr(1) and attach the diffs. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- Do not take life too seriously. You will never get out of it alive. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 09:11:02 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DE0216A420 for ; Tue, 21 Aug 2007 09:11:02 +0000 (UTC) (envelope-from chad@shire.net) Received: from hobbiton.shire.net (mail.shire.net [166.70.252.250]) by mx1.freebsd.org (Postfix) with ESMTP id E932B13C45E for ; Tue, 21 Aug 2007 09:11:01 +0000 (UTC) (envelope-from chad@shire.net) Received: from [76.23.4.92] (helo=[192.168.99.68]) by hobbiton.shire.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.51) id 1INPUM-000FMH-Qw; Tue, 21 Aug 2007 02:53:26 -0600 Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <25C2FAFC-9707-48BC-BC2D-62B47BC5C5F7@shire.net> Content-Transfer-Encoding: 7bit From: "Chad Leigh -- Shire.Net LLC" Date: Tue, 21 Aug 2007 02:53:25 -0600 To: FreeBSD Questions X-Mailer: Apple Mail (2.752.2) X-SA-Exim-Connect-IP: 76.23.4.92 X-SA-Exim-Mail-From: chad@shire.net X-SA-Exim-Scanned: No (on hobbiton.shire.net); SAEximRunCond expanded to false Cc: Chad Leigh Subject: 6.2-RELEASE amd64 system rebooting under heavy load with Areca ARC-1231ML X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 09:11:02 -0000 Hi I have a new system I am building. Tyan S5197 MB with Intel Core 2 Quad 2.4ghz, 4GB RAM Areca ARC-1231ML raid card. 5 320gb disks in a RAID6 with 1 320gb disk hot spare plus two 750gb in a raid1 mirror. Using the ARECA firmware, each raidset is subdivided into separate volumes that each appear to the OS as separate daN type disks. I read through Google about various problems that the Areca driver had as well as on the Areca website FAQ (on FreeBSD) I installed 6.2-RELEASE on this system. Under heavy IO load the system reboots itself. This happened both in trying to install the OS, and if I got that far, in trying to build cvsup tool or in building a new kernel. The machine could sit there idle for hours but you startup a large build and usually withing a few minutes or 10 minutes it would reboot itself. I tried installing the 6.2-STABLE snapshot (latest on in the downloads which is from June) but the whole system would lock up after a few minutes and I would get corruption on the console screen so I decided that was not a great plan. I also tried the 7-CURRENT as a test but that would not stay out of the kernel debugger. So I went back to 6.2-STABLE. I installed it and then copied the areca kernel driver source arcmsr.c/.h from the 6.2-STABLE snapshot from June (latest snapshot I could find) and used it to rebuild the kernel. I was then able to build cvsup and do a cvsup to the latest -RELEASE code and was a significant way through a buildworld when it happened again and rebooted itself. So it appears the problem is not yet solved. Is anyone out there running a form of 6.2 on an x64 type platform using an Areca controller? What is the latest 6.x compatible driver source for the Areca? I tried to copy the 7-CURRENT areca source back but it relies on the new CAM system and even if I added that option to my 6.2 there were a bunch of compilation errors that made it look like the 7.0-CURRENT IO or SCSI or whatever lower level it uses system has changed. Any help in figuring out how to get this up and running without these reboots under load would be greatly appreciated. Thanks Chad --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 09:26:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 451FA16A49A for ; Tue, 21 Aug 2007 09:26:19 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from hermes.wbtsystems.com (hermes.wbtsystems.com [193.120.231.28]) by mx1.freebsd.org (Postfix) with ESMTP id B472C13C46C for ; Tue, 21 Aug 2007 09:26:18 +0000 (UTC) (envelope-from barry.byrne@wbtsystems.com) Received: from SUNYA (sunya.wbt.wbtsystems.com [10.12.1.136]) by hermes.wbtsystems.com (Postfix) with ESMTP id B1D69F7425; Tue, 21 Aug 2007 10:09:23 +0100 (IST) From: "Barry Byrne" To: "'Olivier Nicole'" , References: <200708210720.l7L7KRpU091443@banyan.cs.ait.ac.th> Date: Tue, 21 Aug 2007 10:09:22 +0100 Message-ID: <001601c7e3d2$f6e8aeb0$88010c0a@dublin.wbtsystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Thread-Index: Acfjw+hex7r2k4m8SGu1qtTxm0IEEQADuBsA In-Reply-To: <200708210720.l7L7KRpU091443@banyan.cs.ait.ac.th> Cc: Subject: RE: Get effective group id X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 09:26:19 -0000 > Hi, > > >From a Bourne shell script, how to get (and test) the group id of the > user that is executing the script? > > Best regards, Olivier: id -gn should give you the group name. Drop the -n if you want just the numberic id. - barry From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 09:28:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4817816A41A for ; Tue, 21 Aug 2007 09:28:32 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (unknown [IPv6:2001:610:1908:1000:204:23ff:feb5:7e66]) by mx1.freebsd.org (Postfix) with ESMTP id BBC3A13C465 for ; Tue, 21 Aug 2007 09:28:31 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id l7L9S7j1028735; Tue, 21 Aug 2007 11:28:08 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Tue, 21 Aug 2007 11:28:06 +0200 User-Agent: KMail/1.9.7 References: <200708210720.l7L7KRpU091443@banyan.cs.ait.ac.th> In-Reply-To: <200708210720.l7L7KRpU091443@banyan.cs.ait.ac.th> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708211128.07123.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Olivier Nicole Subject: Re: Get effective group id X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 09:28:32 -0000 On Tuesday 21 August 2007, Olivier Nicole wrote: > Hi, > > >From a Bourne shell script, how to get (and test) the group id of the > > user that is executing the script? > > Best regards, > > Olivier id -g will get you the egid. if [ `id -g` -eq 1001 ]; then echo "It's a hit!" fi Hope this helps, Pieter de Goeje From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 09:40:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49A3816A417 for ; Tue, 21 Aug 2007 09:40:19 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (unknown [IPv6:2001:610:1908:1000:204:23ff:feb7:ef56]) by mx1.freebsd.org (Postfix) with ESMTP id BB6EB13C48D for ; Tue, 21 Aug 2007 09:40:18 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id l7L9eC1R000435; Tue, 21 Aug 2007 11:40:12 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Tue, 21 Aug 2007 11:40:11 +0200 User-Agent: KMail/1.9.7 References: <20070821113011.W7559@obelix.home.rakhesh.com> <20070821114033.V8623@obelix.home.rakhesh.com> In-Reply-To: <20070821114033.V8623@obelix.home.rakhesh.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708211140.11973.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Rakhesh Sasidharan Subject: Re: NFS export subdirs on different file systems? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 09:40:19 -0000 On Tuesday 21 August 2007, Rakhesh Sasidharan wrote: > > I have a directory /net/store. This directory is exported to all machines > > on my network. > > > > I have a sub-directory /net/store/photos. That too is exported to all > > machines on my network. > > > > What I want is that when I mount /net/store from another machine, the > > contents of /net/store/photos too be visible. Is there any way I can do > > that? > > > > From the manpage and the handbook and Google etc I get the idea that it > > might not be possible. Still, asking just in case there are any > > round-about ways ... I would assume a scenario like this is common. > > > > [I need /net/store/photos to be on a separate partition coz its encrypted > > and stuff. And I'd rather have it appear as part of the /net/store > > namespace ...] > > Forgot to add: the two directories are imported "dynamically" on the > client side. So I can't just make fstab entries on the client side to > mount both points. I use AMD to mount /net/store when needed. And I can't > for the life of me figure how to make it mount /net/store/photos too when > needed -- I dont think that's possible(?) ... I have that configuration working. In /etc/exports: /pub -alldirs client /pub/video -alldirs client On the client side, I didn't change anything to the configuration of AMD. Simply cd'ing to /host/server/pub and then 'cd video' does the right thing. I don't think -alldirs is really needed, but it's there for convenience. Regards, Pieter de Goeje From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 10:02:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0C6616A473 for ; Tue, 21 Aug 2007 10:02:29 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.191]) by mx1.freebsd.org (Postfix) with ESMTP id 9B23013C46A for ; Tue, 21 Aug 2007 10:02:29 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so1129829rvb for ; Tue, 21 Aug 2007 03:02:29 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ichKuMvwxUb6m6BxEjvdTPtkAaIDkFyj/8MUADZhYcyEFETQbSsCc9K0zwVifCzmFmw3YqMXXUtVcRmjXOzkjaOPMfPpySH+dGVSja4R6oHFo945t5PqEcL+aqEcszZwZeeUODvhyIfwIeo8BHqiJBf/nEf56ECR1Tp+g9PQF+Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=l/Np/cOberTuOAwP+agLahkVDNqBSwz3UiYclrMp5hKk5/z+NcwCyaa/QcebXLUYBGHMMKPCP5J3PQEweLmb/VD3+fCdv9FfxwTcC4efnbLdBKrlAuNQ15AjR+M+LGaZnWHBNj0uZuLn1vwLqQsoTIxxrtTklHi4qrzT/M0RxmI= Received: by 10.115.22.1 with SMTP id z1mr1334510wai.1187690549088; Tue, 21 Aug 2007 03:02:29 -0700 (PDT) Received: by 10.114.132.13 with HTTP; Tue, 21 Aug 2007 03:02:28 -0700 (PDT) Message-ID: <6d62f69a0708210302h57c45e63nb08999b2ad03b831@mail.gmail.com> Date: Tue, 21 Aug 2007 13:32:28 +0330 From: "Bahman M." To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Minimal gateway hardware configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 10:02:29 -0000 Hi all, I'd like to setup a small home network therefore I plan to buy an old (cheap) PC to act as the gateway. The hardware specification is CPU: Pentium II at 433MHz RAM: 128MB HDD: IDE 4GB LAN Card: D-Link 538FE Internet connection is a slow one below 512Kbps and there is only one other node than the gateway in the network. Is the configuration enough? Thanks in advance, Bahman From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 10:09:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81E7616A417 for ; Tue, 21 Aug 2007 10:09:02 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 5DE6113C459 for ; Tue, 21 Aug 2007 10:09:02 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: by wa-out-1112.google.com with SMTP id m33so1081465wag for ; Tue, 21 Aug 2007 03:09:02 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=agloShBqpHGQQLd/rPy8svn9nsOhIBWGa/jGcBX48zpMVNhpYZgr6se8teIT5ekcJCpwIzbg1aoz8tfdGmHE41jWrWt+TZr+LL7XZXspxA+SJqLl1ey2gTaskxFB+JOrtTjUU7+ULZ6h65zJiPpCN77FeWB3TCiXCnZku17Cpi8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=fdnU+rIM1lW0FWgxVHGhl5Gj4mi64tX9IXRVDExDRa+Vv9k5tiB118IO0SKqPGrxxR2RD8FRZno/AF72VXTEljiZV4MJn5qJzNq5QdgFgOP/ftanYcfxfqHUo2wIrCV8+uHDGML7t726uTiMlFTIhy1psswl0E5URNjnkJEt43A= Received: by 10.115.17.1 with SMTP id u1mr1030209wai.1187690941617; Tue, 21 Aug 2007 03:09:01 -0700 (PDT) Received: by 10.114.132.13 with HTTP; Tue, 21 Aug 2007 03:09:01 -0700 (PDT) Message-ID: <6d62f69a0708210309g3e064718i3df082974dce5bbc@mail.gmail.com> Date: Tue, 21 Aug 2007 13:39:01 +0330 From: "Bahman M." To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: SATA to PCI cards X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 10:09:02 -0000 Hi all, I'm running FreeBSD 6.2. $ uname -a FreeBSD attila 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 My motherboard which is an ASUS A7V8X-X doesn't support SATA. I searched the internet and found out that there are SATA to PCI cards for my situation. Is anyone using such cards? Will they cause any problem with FreeBSD 6.2? By the way, I'd appreciate any suggestions for a good SATA to PCI card to buy. Thanks in advance, Bahman From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 10:16:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6B4E16A46D for ; Tue, 21 Aug 2007 10:16:16 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id 8145813C48A for ; Tue, 21 Aug 2007 10:16:16 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-31-60.bredband.comhem.se ([83.253.31.60]:54551 helo=falcon.midgard.homeip.net) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1INQmR-00032n-87 for freebsd-questions@freebsd.org; Tue, 21 Aug 2007 12:16:15 +0200 Received: (qmail 22492 invoked from network); 21 Aug 2007 12:16:07 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 21 Aug 2007 12:16:07 +0200 Received: (qmail 3859 invoked by uid 1001); 21 Aug 2007 12:16:07 +0200 Date: Tue, 21 Aug 2007 12:16:07 +0200 From: Erik Trulsson To: "Bahman M." Message-ID: <20070821101607.GA3819@owl.midgard.homeip.net> Mail-Followup-To: "Bahman M." , freebsd-questions@freebsd.org References: <6d62f69a0708210302h57c45e63nb08999b2ad03b831@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6d62f69a0708210302h57c45e63nb08999b2ad03b831@mail.gmail.com> User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.31.60 X-Scan-Result: No virus found in message 1INQmR-00032n-87. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1INQmR-00032n-87 262d82ae77ca5e27b5505b7f38145bfa Cc: freebsd-questions@freebsd.org Subject: Re: Minimal gateway hardware configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 10:16:16 -0000 On Tue, Aug 21, 2007 at 01:32:28PM +0330, Bahman M. wrote: > Hi all, > > I'd like to setup a small home network therefore I plan to buy an old > (cheap) PC to act as the gateway. The hardware specification is > CPU: Pentium II at 433MHz > RAM: 128MB > HDD: IDE 4GB > LAN Card: D-Link 538FE Note: You need two LAN cards: One for the outside connection and one to your internal network. (You probably already know that, but since you referred to 'LAN Card' in the singular I thought I should mention it anyway.) > > Internet connection is a slow one below 512Kbps and there is only one > other node than the gateway in the network. > > Is the configuration enough? More than enough. I use a Pentium I @ 133MHz w/ 64MB RAM as a gateway with a faster Internet connection (8Mbps down / 1Mbps up) and it has no problem keeping up. Earlier I had only 512 Kbps connection, and at that time used a 386sx @ 33MHZ w/ 8MB RAM as gateway. It had no problem handling that speed. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 10:40:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5457816A419 for ; Tue, 21 Aug 2007 10:40:08 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from mesiob.obspm.fr (mesiob.obspm.fr [145.238.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id E6EAA13C457 for ; Tue, 21 Aug 2007 10:40:07 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from localhost (pcjas.obspm.fr [145.238.2.126]) by mesiob.obspm.fr (8.13.4/8.13.4/SIO Observatoire de Paris) with ESMTP id l7LAduaQ012189; Tue, 21 Aug 2007 12:39:57 +0200 Date: Tue, 21 Aug 2007 12:39:57 +0200 From: Albert Shih To: Jonathan Horne Message-ID: <20070821103957.GC19883@pcjas.obspm.fr> References: <200708201604.15950.freebsd@dfwlp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200708201604.15950.freebsd@dfwlp.com> User-Agent: Mutt/1.5.16 (2007-06-09) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (mesiob.obspm.fr [145.238.2.2]); Tue, 21 Aug 2007 12:39:57 +0200 (CEST) X-Virus-Scanned: ClamAV version 0.91.1, clamav-milter version 0.91.1 on mesiob.obspm.fr X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: SAS (serial attached SCSI) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Albert.Shih@obspm.fr List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 10:40:08 -0000 Le 20/08/2007 à 16:04:15-0500, Jonathan Horne a écrit > anyone running any SAS with FreeBSD? > > i have a client who is needing a new server, and everything in their > pricerange is comming with SAS now, instead of standard SCSI. the company > president is an old timer, and only knows the word "SCSI" :) > > other than telling him "well this is the new SCSI", i am wondering if anyone > else is successfully using this technology thus far. SCSI --> /dev/null The scsi standard is ... dead. The remplacement of SCSI is SAS. And with SAS you have same problem with SCSI. If on you server you have the last super_top_new card you can have the problem with the driver. But if you SAS card is in the supported card you don't have any problem. I run several server (Dell, HP) with SAS disk (with/without raid) and I don't have any trouble. Regards. -- Albert SHIH Observatoire de Paris Meudon SIO batiment 15 Heure local/Local time: Mar 21 aoû 2007 12:36:59 CEST From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 10:51:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B1AF16A419 for ; Tue, 21 Aug 2007 10:51:03 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id BE12913C461 for ; Tue, 21 Aug 2007 10:51:02 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2619925pyb for ; Tue, 21 Aug 2007 03:51:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bHucOOKZDpcqNKJ1xt6mXb1VJ5qWr+WGWI/EXrrfHayrfHjt/fxwO3c/zTTwCxmzwaG44FHRIlomLdeiabKfADvtFbLiE/75/GQpg/ISuHxCrZpnp+8x6qNYsTJu/tMSfqW1Xq8of8e6KoM1kBduvw2bjX9zNjfCpGD1S1BVEdY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AmPcLzbmgdWGSrResP4G4/7TlLXDkLtK6smA54Wx1EzDiA8cf/x9lamVIpMrQVQ3T2bNAUFS5NDQn2b3j2TZkyeTRQJ5RQGd5YUGYQUjY0MAGVH9mIfGJ7Vs0EY5LZQe0rBWhnIC0Nr1xNiFqbSNkzS11VHKzSTHFieT1TKZrGQ= Received: by 10.114.166.1 with SMTP id o1mr316798wae.1187693459840; Tue, 21 Aug 2007 03:50:59 -0700 (PDT) Received: by 10.114.132.13 with HTTP; Tue, 21 Aug 2007 03:50:59 -0700 (PDT) Message-ID: <6d62f69a0708210350r75c1a0ach395e9f481df07f2b@mail.gmail.com> Date: Tue, 21 Aug 2007 14:20:59 +0330 From: "Bahman M." To: "Erik Trulsson" , freebsd-questions@freebsd.org In-Reply-To: <20070821101607.GA3819@owl.midgard.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6d62f69a0708210302h57c45e63nb08999b2ad03b831@mail.gmail.com> <20070821101607.GA3819@owl.midgard.homeip.net> Cc: Subject: Re: Minimal gateway hardware configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 10:51:03 -0000 > Note: You need two LAN cards: One for the outside connection and one > to your internal network. (You probably already know that, but since you > referred to 'LAN Card' in the singular I thought I should mention it > anyway.) > Yes, the machine has 2 D-Link cards. > More than enough. > > I use a Pentium I @ 133MHz w/ 64MB RAM as a gateway with a faster Internet > connection (8Mbps down / 1Mbps up) and it has no problem keeping up. > > Earlier I had only 512 Kbps connection, and at that time used a 386sx @ > 33MHZ w/ 8MB RAM as gateway. It had no problem handling that speed. > Then my configuration is not minimal I'd say :-) Thanks. Bahman From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 11:19:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E800016A41A for ; Tue, 21 Aug 2007 11:19:05 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 4E88113C45A for ; Tue, 21 Aug 2007 11:19:05 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: by nf-out-0910.google.com with SMTP id b2so916765nfb for ; Tue, 21 Aug 2007 04:19:03 -0700 (PDT) Received: by 10.78.176.20 with SMTP id y20mr2700113hue.1187695143301; Tue, 21 Aug 2007 04:19:03 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.132.156]) by mx.google.com with ESMTPS id p30sm1959974hub.2007.08.21.04.19.00 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 21 Aug 2007 04:19:02 -0700 (PDT) Received: from obelix.home.rakhesh.com (obelix.home.rakhesh.com [192.168.17.13]) by smtp.home.rakhesh.com (Postfix) with ESMTP id AB8E450841; Tue, 21 Aug 2007 15:17:16 +0400 (GST) Date: Tue, 21 Aug 2007 15:17:16 +0400 (GST) X-X-Sender: rakhesh@obelix.home.rakhesh.com To: Pieter de Goeje In-Reply-To: <200708211140.11973.pieter@degoeje.nl> Message-ID: <20070821145002.H11603@obelix.home.rakhesh.com> References: <20070821113011.W7559@obelix.home.rakhesh.com> <20070821114033.V8623@obelix.home.rakhesh.com> <200708211140.11973.pieter@degoeje.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Cc: freebsd-questions@freebsd.org Subject: Re: NFS export subdirs on different file systems? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 11:19:06 -0000 Pieter de Goeje wrote: > On Tuesday 21 August 2007, Rakhesh Sasidharan wrote: >>> I have a directory /net/store. This directory is exported to all machines >>> on my network. >>> >>> I have a sub-directory /net/store/photos. That too is exported to all >>> machines on my network. >>> >>> What I want is that when I mount /net/store from another machine, the >>> contents of /net/store/photos too be visible. Is there any way I can do >>> that? >>> >>> From the manpage and the handbook and Google etc I get the idea that it >>> might not be possible. Still, asking just in case there are any >>> round-about ways ... I would assume a scenario like this is common. >>> >> Forgot to add: the two directories are imported "dynamically" on the >> client side. So I can't just make fstab entries on the client side to >> mount both points. I use AMD to mount /net/store when needed. And I can't >> for the life of me figure how to make it mount /net/store/photos too when >> needed -- I dont think that's possible(?) ... > I have that configuration working. > In /etc/exports: > /pub -alldirs client > /pub/video -alldirs client > On the client side, I didn't change anything to the configuration of AMD. > Simply cd'ing to /host/server/pub and then 'cd video' does the right thing. I > don't think -alldirs is really needed, but it's there for convenience. Thanks Pieter. The default configuration mounts *all* the exported filesystems from host. Which should be fine, just that I don't want it that way (and I like complicating matters, I guess! :p). Using the default way, I can access the exported filesystems as /host/server/net/store[/photos] -- which is not what I want. Rather, I want to access the exported /net/store[/photos] filesystems under the /net/store[/photos] mount points of the client -- and I don't want any other exported file systems in there either. Kind of like the "host" type amd filesystem, but only for a specific branch. This is something I did come up with: -----8<----- /defaults host!=obelix;type:=nfsopts:=rw,intr,grpid,nosuid store type:=auto;fs:=${map};pref:=${key}/ store/* type:=nfs;rhost:=obelix;rfs:=${path} -----8<----- It does what I want -- /net/store/[anything] is mounted from the remote host (obelix) -- only problem (and the reason why I didnt go ahead with this) being that there's no way to see what all directories are available under /net/store. If do a "cd /net/store/music" it will work well; but if you do an "ls /net/store" it won't mount "/net/store" and show me what subdirs are available. And the "browseable_dirs" option in "amd.conf" does not help either coz its an "auto" type filesystem. I had forgotten about the "host" filesystem type (the default). So thanks for pointing it out. Let me see if I can twiddle around and find a workaround. :) Regards, - Rakhesh http://rakhesh.com/ From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 11:20:01 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54FC616A417 for ; Tue, 21 Aug 2007 11:20:01 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id F270D13C45B for ; Tue, 21 Aug 2007 11:20:00 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2632647pyb for ; Tue, 21 Aug 2007 04:20:00 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=dp4Xd+YCpADY5L3olAhqbBTf6wjc4TirqlBgAfrj6zil9y10pZrkBkS/kiQ7u3TPzvAd3AILSHB6VgIS1cy6N41teP+G6QKs3ViEoMsLBcchIZ4FjqFRm7SMYCM6z8RiOsUAanWJDBWyKOz0tUYWuLle61i9ZD6GuvIA4uiLv/s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ROnXpSVvMABmmYBaE7ItMu6z8sa0WOVeTeZtmA9ksjyjgc1qJTA7KOBv+5L7xbe7D+QJwfm1b3dqMVpuU0jsVznVmoZpYXsO0YJQbz3D31aL6eiQs8kK3Nwgfq5193wlUSy5ZM+vpJvfNsTlIAv51Q2/hkDx8kVpIecdHxd6v9k= Received: by 10.114.152.17 with SMTP id z17mr156425wad.1187695199219; Tue, 21 Aug 2007 04:19:59 -0700 (PDT) Received: by 10.114.132.13 with HTTP; Tue, 21 Aug 2007 04:19:59 -0700 (PDT) Message-ID: <6d62f69a0708210419t441042caxe36fcd81339b13e8@mail.gmail.com> Date: Tue, 21 Aug 2007 14:49:59 +0330 From: "Bahman M." To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: READ_DMA Error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 11:20:01 -0000 Hi all, During FreeBSD 6.2 installation, the process failed because of errors like the one below: READ_DMA UDMA .... ICRC error LBA=37505132 I managed to install by setting hw.ata.ata_dma=0 at boot time but the same errors occur after installation and at boot time so I had to put hw.ata.ata_dma=0 in loader.conf and now the system is working. I checked my hard disk which a 80GB Western Digital+ thoroughly and there were no errors reported (using fsck in single user mode). Also I used to install Fedora Linux on this disk without any problems. It looks that disabling DMA caused my disk to work with lower performance. Am I right? If yes, are there any solutions to eliminate those READ_DMA errors while DMA is enabled? Thanks in advance, Bahman PS: Motherboard: ASUS A7V8X-X CPU: Athlon XP 2500 at 1833MHz $ uname -ai FreeBSD attila 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 GENERIC From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 12:44:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BDBD16A41A for ; Tue, 21 Aug 2007 12:44:42 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from bay0-omc2-s34.bay0.hotmail.com (bay0-omc2-s34.bay0.hotmail.com [65.54.246.170]) by mx1.freebsd.org (Postfix) with ESMTP id 26B4F13C46B for ; Tue, 21 Aug 2007 12:44:42 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from BAY116-W4 ([64.4.38.104]) by bay0-omc2-s34.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Tue, 21 Aug 2007 05:44:42 -0700 Message-ID: X-Originating-IP: [199.219.138.254] From: Lisandro Grullon To: Olivier Nicole Date: Tue, 21 Aug 2007 08:44:41 -0400 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 21 Aug 2007 12:44:42.0062 (UTC) FILETIME=[0B5D0EE0:01C7E3F1] Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: RE: Configuring OpenLDAP on FreeBSD 6.2 Release, Problems. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 12:44:42 -0000 I think it may be a problem there, do you have any how to for that configur= ation, in case I can double check. Off course besides the info provide at o= penldap.org. Thanks in advance. > Date: Tue, 21 Aug 2007 08:38:55 +0700> From: on@cs.ait.ac.th> To: lisandr= ogrullon07@hotmail.com> CC: freebsd-questions@freebsd.org> Subject: Re: Con= figuring OpenLDAP on FreeBSD 6.2 Release, Problems.> > > I am a newcomer to= the FreeBSD world. I am trying to implement a> > openLDAP installation. It= all went ok with the SASL and SERVER> > install in conjunction with BDB, y= et when I try starting the service> > using "/usr/local/libexec/slapd" or "= /usr/local/etc/rc.d/slapd> > start", the service does not start. I checked = "ps -axww | grep> > slapd" and nothing is showing. After checking "cat> > /= var/log/debug.log" I can see the following output in stdout.> > > > Beside = enabling slapd in /etc/rc.conf, did you configure openldad in> /usr/local/e= tc/openldad? I doubt it will start before you configure it> properly.> > Be= st regards,> > Olivier> _______________________________________________> fr= eebsd-questions@freebsd.org mailing list> http://lists.freebsd.org/mailman/= listinfo/freebsd-questions> To unsubscribe, send any mail to "freebsd-quest= ions-unsubscribe@freebsd.org" _________________________________________________________________ See what you=92re getting into=85before you go there http://newlivehotmail.com/?ocid=3DTXT_TAGHM_migration_HM_viral_preview_0507= From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 13:14:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A44716A418 for ; Tue, 21 Aug 2007 13:14:55 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from thenetnow.com (thenetnow.com [69.90.69.141]) by mx1.freebsd.org (Postfix) with ESMTP id D90D113C442 for ; Tue, 21 Aug 2007 13:14:54 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1INTZN-0003cu-Cp; Tue, 21 Aug 2007 09:14:53 -0400 Message-ID: <001f01c7e3f5$42fedc80$6501a8c0@GRANT> From: "Grant Peel" To: "Jonathan Horne" , References: <200708201604.15950.freebsd@dfwlp.com> Date: Tue, 21 Aug 2007 09:14:52 -0400 Organization: The Net Now MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: SAS (serial attached SCSI) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 13:14:55 -0000 Hi Jon, I have been using two Dell SAS (Seial Attached SCSI) for about a year = now, and have no issues thus far. They both use the 'da' driver and from my standpoint, there seems to be = no difference between then (Standard SCSI and SAS). I am running FreeBSD 6.1 and 6.2 -Grant ----- Original Message -----=20 From: Jonathan Horne=20 To: freebsd-questions@freebsd.org=20 Sent: Monday, August 20, 2007 5:04 PM Subject: SAS (serial attached SCSI) anyone running any SAS with FreeBSD? i have a client who is needing a new server, and everything in their=20 pricerange is comming with SAS now, instead of standard SCSI. the = company=20 president is an old timer, and only knows the word "SCSI" :) other than telling him "well this is the new SCSI", i am wondering if = anyone=20 else is successfully using this technology thus far. thanks, --=20 Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.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" -------------------------------------------------------------------------= ----- Total Control Panel Login =20 To: gpeel@thenetnow.com Block messages from this sender = (blacklist) =20 From: owner-freebsd-questions@freebsd.org Remove this sender = from my whitelist =20 =20 You received this message because the sender is on your = whitelist. =20 From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 13:50:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F06A916A421 for ; Tue, 21 Aug 2007 13:50:29 +0000 (UTC) (envelope-from hakmi@rogers.com) Received: from smtp102.rog.mail.re2.yahoo.com (smtp102.rog.mail.re2.yahoo.com [206.190.36.80]) by mx1.freebsd.org (Postfix) with SMTP id 9F1C613C4A6 for ; Tue, 21 Aug 2007 13:50:29 +0000 (UTC) (envelope-from hakmi@rogers.com) Received: (qmail 37922 invoked from network); 21 Aug 2007 13:50:28 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:X-YMail-OSG:From:To:References:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:Thread-Index:X-MimeOLE:In-Reply-To; b=Vpu06msjzKt0EbRValAMZc3Jt0DL8iHxSB1TBo2jFKV6zFpNvAWDAQ8ZoAs6c8Td+W+bfLZlH0LVwgdIF9h4Qw0xoRLmFSXzRXvCMoeIf59vilDKvX0ONMYjkUXGqhy9ZJSIgnKOzSjdCBOXdWUAL9zV743dn8DzT09tnQ+aZGM= ; Received: from unknown (HELO tamouh) (hakmi@rogers.com@74.104.205.212 with login) by smtp102.rog.mail.re2.yahoo.com with SMTP; 21 Aug 2007 13:50:28 -0000 X-YMail-OSG: VWu_XAgVM1lApWBACAkmWg4UJVAIkKCHfEZ2l8vu.td3K8QUyJjT5lL_L0FJQ1RrOQ-- From: "Tamouh H." To: "'Bahman M.'" , References: <6d62f69a0708210419t441042caxe36fcd81339b13e8@mail.gmail.com> Date: Tue, 21 Aug 2007 09:50:39 -0400 Message-ID: <0f6001c7e3fa$4261e6f0$6900a8c0@tamouh> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 Thread-Index: Acfj5T8osxRechrIR2qkjDaGdgd6BwAFNdqw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 In-Reply-To: <6d62f69a0708210419t441042caxe36fcd81339b13e8@mail.gmail.com> Cc: Subject: RE: READ_DMA Error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 13:50:30 -0000 >=20 > Hi all, >=20 > During FreeBSD 6.2 installation, the process failed because=20 > of errors like the one below: > READ_DMA UDMA .... ICRC error LBA=3D37505132 >=20 > I managed to install by setting hw.ata.ata_dma=3D0 at boot time=20 > but the same errors occur after installation and at boot time=20 > so I had to put hw.ata.ata_dma=3D0 in loader.conf and now the=20 > system is working. >=20 > I checked my hard disk which a 80GB Western Digital+=20 > thoroughly and there were no errors reported (using fsck in=20 > single user mode). Also I used to install Fedora Linux on=20 > this disk without any problems. >=20 > It looks that disabling DMA caused my disk to work with lower=20 > performance. Am I right? If yes, are there any solutions to=20 > eliminate those READ_DMA errors while DMA is enabled? >=20 > Thanks in advance, > Bahman >=20 > PS: > Motherboard: ASUS A7V8X-X > CPU: Athlon XP 2500 at 1833MHz > $ uname -ai > FreeBSD attila 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 > UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > i386 GENERIC Typically, I've seen the READ_DMA error when a hard drive is going bad = or something wrong with the hardware (power supply is failing). But it = could be as you've described.=20 Tamouh From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 13:59:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 375DB16A420 for ; Tue, 21 Aug 2007 13:59:06 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail2.sea5.speakeasy.net (mail2.sea5.speakeasy.net [69.17.117.4]) by mx1.freebsd.org (Postfix) with ESMTP id 121C613C48A for ; Tue, 21 Aug 2007 13:59:05 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 9939 invoked from network); 21 Aug 2007 13:59:05 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail2.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 Aug 2007 13:59:04 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 9FE8F2843A; Tue, 21 Aug 2007 09:59:03 -0400 (EDT) To: Rakhesh Sasidharan References: <20070820121349.D51751@obelix.home.rakhesh.com> From: Lowell Gilbert Date: Tue, 21 Aug 2007 09:59:03 -0400 In-Reply-To: <20070820121349.D51751@obelix.home.rakhesh.com> (Rakhesh Sasidharan's message of "Mon\, 20 Aug 2007 12\:31\:56 +0400 \(GST\)") Message-ID: <44abslgfa0.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: GEOM, Vinum difference X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 13:59:06 -0000 Rakhesh Sasidharan writes: > I see that if I want to do disk striping/ concating/ mirroring, > FreeBSD offers the GEOM utilities and the Vinum LVM (which fits into > the GEOM architecture). Why do we have two different ways of doing the > same tasks -- any advantages/ disadvantages to either approach? > > I did check the archives before posting this question. Got a couple of > hits, but they seem to be old info. Hence this question. > > The GEOM utilities seem to be newer, fancier, and probably the > future. Vinum seems to be how things used to happen earlier. After > GEOM was introduced, if Vinum had been discarded, I would have > understood. But it wasn't. Instead, it was rewritten for GEOM and is > probably still actively maintained. So I wonder why we have two ways > of doing the same tasks ... > > What I understand from the archives is that Vinum was _probably_ > rewritten for GEOM coz the GEOM utilities were still new and not as > time tested as Vinum. Is that the case? So will Vinum continue to be > around for a while or it be discarded? geom(4) does not provide RAID. It provides framework services that are used by gvinum(8), (and by many other disk-related capabilities). From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 14:23:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBBE816A418 for ; Tue, 21 Aug 2007 14:23:36 +0000 (UTC) (envelope-from luizbcampos@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.237]) by mx1.freebsd.org (Postfix) with ESMTP id AC3B713C4A3 for ; Tue, 21 Aug 2007 14:23:36 +0000 (UTC) (envelope-from luizbcampos@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1417580wxd for ; Tue, 21 Aug 2007 07:23:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=s7WOPIhseBy61ll+S1Azk1AH2svYn2CzH/Pu6xWTlSfA6GPgLUuQiZaHOLw5b0XwxWS9NXUO6vKFdgKHeTKJr7N8WT1MPOEMlBcv9BVxIq4kM6ucCdtbYwivVGCgLgLLyUvbR4uFfOKnmqrZGZNIpsYTIAZDqwmDVzwyyQomqQk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=P6udbYUH2MYSDd7XvQ/nw7enc5zsMnJx6BHIaNHM7GNF09UyTwnwz4+VCq1DhpSGsK7XaFyylFsK2fydpnemXfY7iE9vTmQ95Aac+LDVMqdiCMAcvlHaRmPWhs030klwcSJw9xvaMVt7y/T0jiuD+ZYKXx0gJ1/mvwJ/I/JMzFo= Received: by 10.90.73.7 with SMTP id v7mr1970078aga.1187706215484; Tue, 21 Aug 2007 07:23:35 -0700 (PDT) Received: by 10.100.91.2 with HTTP; Tue, 21 Aug 2007 07:23:35 -0700 (PDT) Message-ID: Date: Tue, 21 Aug 2007 11:23:35 -0300 From: luizbcampos@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: .rar files on K3b X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 14:23:37 -0000 Dear Sirs I've downloaded a .rar audio file other day but I don't get to fix it on K3b. My machine is amd64 and runs FreeBSD-6.1-Release amd64 Regards From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 14:51:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB81A16A419 for ; Tue, 21 Aug 2007 14:51:13 +0000 (UTC) (envelope-from rj45@slacknet.com) Received: from slacknet.com (slacknet.com [166.70.153.62]) by mx1.freebsd.org (Postfix) with ESMTP id A62B413C494 for ; Tue, 21 Aug 2007 14:51:13 +0000 (UTC) (envelope-from rj45@slacknet.com) Received: from rj45 (helo=localhost) by slacknet.com with local-esmtp (Exim 4.50 #1 (Debian)) id 1INUhL-0005nd-3G for ; Tue, 21 Aug 2007 08:27:11 -0600 Date: Tue, 21 Aug 2007 08:27:11 -0600 (MDT) From: RJ45 To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: rj45@slacknet.com X-SA-Exim-Scanned: No (on slacknet.com); SAEximRunCond expanded to false Subject: connection with pptp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 14:51:13 -0000 Hello, I ma trying to configure FreeBSD 5.4 to connect to relakks vpn I installed pptp here is the ppp.conf relakks: set timeout 0 set log phase chat connect lcp ipcp command set authname ******* set authkey ***** set dial set login add default HISADDR disable pap disable ipv6cp enable proxy accept dns enable MSChapV2 enable mppe set mppe 128 but it does not work Aug 21 16:25:11 sauron pptp[4055]: anon log[main:pptp.c:276]: The synchronous pptp option is NOT activated Aug 21 16:25:11 sauron pptp[4058]: anon log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 1 'Start-Control-Connection-Request' Aug 21 16:25:11 sauron pptp[4058]: anon log[ctrlp_disp:pptp_ctrl.c:740]: Received Start Control Connection Reply Aug 21 16:25:11 sauron pptp[4058]: anon log[ctrlp_disp:pptp_ctrl.c:774]: Client connection established. Aug 21 16:25:12 sauron pptp[4058]: anon log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 7 'Outgoing-Call-Request' Aug 21 16:25:12 sauron pptp[4058]: anon log[ctrlp_disp:pptp_ctrl.c:859]: Received Outgoing Call Reply. Aug 21 16:25:12 sauron pptp[4058]: anon log[ctrlp_disp:pptp_ctrl.c:898]: Outgoing call established (call ID 0, peer's call ID 25600). Aug 21 16:25:17 sauron pptp[4059]: anon warn[decaps_hdlc:pptp_gre.c:197]: short read (0): Invalid argument Aug 21 16:25:17 sauron pptp[4058]: anon log[callmgr_main:pptp_callmgr.c:231]: Closing connection (unhandled) Aug 21 16:25:17 sauron pptp[4058]: anon log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 12 'Call-Clear-Request' Aug 21 16:25:17 sauron pptp[4058]: anon log[call_callback:pptp_callmgr.c:78]: Closing connection (call state) any clue how I can get it working ? relakks it is a standard pptp mschapv2 mppe 128 bit connection working on Ubuntu, Gentoo, Windows, Mac OS X thanks Rick From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 14:59:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA68716A46B for ; Tue, 21 Aug 2007 14:59:46 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id D880613C474 for ; Tue, 21 Aug 2007 14:59:45 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7LETFSB050888; Tue, 21 Aug 2007 10:29:15 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7LETEaf050887; Tue, 21 Aug 2007 10:29:14 -0400 (EDT) (envelope-from jerrymc) Date: Tue, 21 Aug 2007 10:29:14 -0400 From: Jerry McAllister To: Vinny Message-ID: <20070821142914.GC50798@gizmo.acns.msu.edu> References: <508113.84269.qm@web88303.mail.re4.yahoo.com> <46CA52E1.1080102@palaceofretention.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46CA52E1.1080102@palaceofretention.ca> User-Agent: Mutt/1.4.2.2i Cc: Michael S , FreeBSD Mailing List Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 14:59:47 -0000 On Mon, Aug 20, 2007 at 10:50:09PM -0400, Vinny wrote: > Michael S wrote: > >I reverted to the old /usr. > >What I had done: > >Initially I set up the newly installed drive (da2) > >to have only one partition (da2s1d) which I chose to > >be /user (note the e). > >I tarred /usr to a file in /user > >tar -cf /user/usr.tar /tar > > > >and extracted the file > >tar -xf usr.tar > >I had the whole structure of /usr underneath /user/usr > > > >And then > >cd usr > >mv * .. > > > >to have everything under /user > > > > After thinking about that mv command, I have come to the > conclusion that /dev/da2s1d does not in fact contain > a /usr directory structure and if mounted will be > empty. Why? > > Note /dev/ad8s1e is an empty partition (a new disk, > if you will on my system that I will in this demonstration). > > Also, I'll use user and usrdemo as the names of the user and usr > directories that Michael is using, respectively. I don't want > to overwrite my own usr directory needlessly. > > Observe: > > Create a mount point and mount the disk > t# cd / > t# mkdir user > t# mount -t ufs /dev/ad8s1e /user > > t# pwd > /user > t# mkdir -p usrdemo/path > > Check our partition (there is a dot (.)after the df command, > look closely): > > t# df . > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad8s1e 507630 6 467014 0% /user > > Create a file for no reason. > > t# touch usrdemo/path/file.txt > t# cd / > t# ls -laR /user > total 6 > drwxrwxrwt 3 root wheel 512 Aug 20 22:05 . > drwxr-xr-x 26 root wheel 1024 Aug 20 21:59 .. > drwxr-xr-x 3 root wheel 512 Aug 20 22:05 usrdemo Try using the 'F' flag on ls. It will make it clear when you are looking at a directory name and when it is a regular file and when it is a link. It makes thing easier to follow. Actually, I normally alias 'ls' to 'ls -F' in my .cshrc to make it that way all the time. ////jerry > > /user/usrdemo: > total 6 > drwxr-xr-x 3 root wheel 512 Aug 20 22:05 . > drwxrwxrwt 3 root wheel 512 Aug 20 22:05 .. > drwxr-xr-x 2 root wheel 512 Aug 20 22:05 path > > /user/usrdemo/path: > total 4 > drwxr-xr-x 2 root wheel 512 Aug 20 22:05 . > drwxr-xr-x 3 root wheel 512 Aug 20 22:05 .. > -rw-r--r-- 1 root wheel 0 Aug 20 22:05 file.txt > t# cd /user > > Let's look at what file system we're on again: > > t# df . > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad8s1e 507630 6 467014 0% /user > > Still on the new drive. > > Now that we're in the /user directory let us try, as Michael > says "to have everything under /user". Right idea, but mv is not > the tool in this case: The next command causes much trouble: > > t# mv * .. > > will in fact move the contents of /user to the parent directory > which is in fact /, the root of the file system. > > There is nothing left in /user: > t# pwd > /user > > t# ls -la > total 4 > drwxrwxrwt 2 root wheel 512 Aug 20 22:06 . > drwxr-xr-x 27 root wheel 512 Aug 20 22:06 .. > > If we change directory to the .. directory target (the same target as > the mv command) we'll see the usrdemo directory. > > t# cd .. > t# ls > .cshrc compat lib proc usb > .profile dev libexec rescue usr > .snap dist media root usrdemo > COPYRIGHT dvdrom mnd sbin var > bin entropy mnt sdvd > boot etc user sys > cdrom home portable tmp > > If we change to it and check our file system: > > t# cd usrdemo/path/ > t# ls > file.txt > t# df . > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad4s1a 507630 99704 367316 21% / > > We find it now sitting as a directory the / root partition! > In Michael's case it would be sitting on the old /usr > partition. Definitely not what we wanted. > > So what has happened is that the mv * command with Michael's > usr directory actually overwrote the current /usr directory > with the contents of the tar archive. Seems like a no-op but > there could be symbolic link issues, i.e. /usr/home -> /home. > > I hope that is semi-coherent. > > What you probably want to do to replace a /usr partition is > something like this: > > cd / > mkdir user > mount -t ufs /dev/da2s1d /user > cd /usr > pax -rw -pe . /user > > pax is like tar. -rw means to read (r) from the source (.) > and write (w) to the destination (/user). -pe means to > preserve everything (permissions, ownership etc). > > Having done that, you now have a duplicate usr directory > structure "under" /user i.e. /user/bin /user/lib and so on. > > Now you can switch the fstab entries like you planned, > reboot, and you should have replaced /usr with the > new drive. > > Hope this helps, although you may have some issues > in the future due to any unintended consequences > of the tar/mv command combination. > > Vinny > > > > _______________________________________________ > 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 21 15:01:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 685F116A420 for ; Tue, 21 Aug 2007 15:01:04 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 626F913C465 for ; Tue, 21 Aug 2007 15:01:02 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7LEKsxF050821; Tue, 21 Aug 2007 10:20:54 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7LEKsvR050820; Tue, 21 Aug 2007 10:20:54 -0400 (EDT) (envelope-from jerrymc) Date: Tue, 21 Aug 2007 10:20:54 -0400 From: Jerry McAllister To: Michael S Message-ID: <20070821142054.GA50798@gizmo.acns.msu.edu> References: <20070821000007.GB47662@gizmo.acns.msu.edu> <480666.93538.qm@web88308.mail.re4.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <480666.93538.qm@web88308.mail.re4.yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: Jerry McAllister , FreeBSD Mailing List Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 15:01:04 -0000 On Mon, Aug 20, 2007 at 08:23:04PM -0400, Michael S wrote: > Jerry, > > I am sure, because I did it multiple times. > As soon as I mount the old /usr (the one on the > smaller drive) I log on into my home directory no > problem. What does /etc/passwd have for the id michael 's home directory? I am running out of things to check. It is hard to think of this stuff remotely and picture it all in piecemeal. ////jerry > > Michael > > --- Jerry McAllister wrote: > > > On Mon, Aug 20, 2007 at 07:47:29PM -0400, Michael S > > wrote: > > > > > Right now things are set up the old way and here's > > > what the mount command says: > > > > > > /dev/da0s1a on / (ufs, local) > > > devfs on /dev (devfs, local) > > > /dev/da0s1e on /tmp (ufs, local, soft-updates) > > > /dev/da0s1f on /usr (ufs, local, soft-updates) > > > /dev/da0s1d on /var (ufs, local, soft-updates) > > > /dev/da1s1d on /usr/home (ufs, local, > > soft-updates) > > > /dev/da2s1d on /user (ufs, local, soft-updates) > > > > > > > > > Should I change my entry for /home, and make it > > > /usr/home ? > > > > Well, since login was looking for your (michael) > > home directory > > in /home/michael, than that is probably the way you > > had it and > > want it to be. But, maybe I am remembering what > > you posted before > > wrong. > > > > Anyway, that is certainly mounting that partition as > > /usr/home. > > Are you sure you didn't edit that or get your > > fstab-s swapped > > around? > > > > ////jerry > > > > > > > > > > > --- Derek Ragona > > > wrote: > > > > > > > At 06:28 PM 8/20/2007, Michael S wrote: > > > > >Here's df -k output: > > > > > > > > > >Filesystem 1K-blocks Used Avail > > Capacity > > > > >Mounted on > > > > >/dev/da0s1a 507630 85046 381974 18% > > / > > > > >devfs 1 1 0 100% > > > > > > /dev > > > > >/dev/da0s1e 495726 10 456058 0% > > > > > > /tmp > > > > >/dev/da0s1f 3733038 2869704 564692 84% > > > > >/user > > > > >/dev/da0s1d 495726 110700 345368 24% > > > > > > /var > > > > >/dev/da1s1d 68431992 27948332 35009102 44% > > > > >/usr/home > > > > >/dev/da2s1d 17213408 2882922 12953414 18% > > > > > > /usr > > > > > > > > > >When I go back to the old /usr by editing > > fstab: > > > > >/dev/da0s1b none swap > > sw > > > > > 0 0 > > > > >/dev/da1s1b none swap > > sw > > > > > 0 0 > > > > >/dev/da0s1a / ufs > > rw > > > > > 1 1 > > > > >/dev/da0s1e /tmp ufs > > rw > > > > > 2 2 > > > > >/dev/da0s1f /usr ufs > > rw > > > > > 2 2 > > > > >/dev/da0s1d /var ufs > > rw > > > > > 2 2 > > > > >/dev/da1s1d /home ufs > > rw > > > > > 2 2 > > > > >/dev/da2s1d /user ufs > > rw > > > > > 2 2 > > > > >/dev/acd0 /cdrom cd9660 > > > > >ro,noauto 0 > > > > > > > > > >I get into my home directory with no problem. > > > > > > > > You need to adjust not just the /usr and /user > > but > > > > also /usr/home entries > > > > in fstab. Before you make any changes, do just > > a > > > > mount command and see > > > > where things are mounted. > > > > > > > > -Derek > > > > > > > > -- > > > > This message has been scanned for viruses and > > > > dangerous content by MailScanner, and is > > > > believed to be clean. > > > > MailScanner thanks transtec Computers for their > > > > support. > > > > > > > > _______________________________________________ > > > > 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 Tue Aug 21 15:05:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9380E16A468 for ; Tue, 21 Aug 2007 15:05:04 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 0E20313C468 for ; Tue, 21 Aug 2007 15:05:03 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l7LF4tpo039153; Tue, 21 Aug 2007 10:04:55 -0500 (CDT) Message-Id: <6.0.0.22.2.20070821100325.0261f240@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Tue, 21 Aug 2007 10:04:15 -0500 To: Michael S , FreeBSD Mailing List From: Derek Ragona In-Reply-To: <466069.3572.qm@web88315.mail.re4.yahoo.com> References: <6.0.0.22.2.20070820190911.025f52f8@mail.computinginnovations.com> <466069.3572.qm@web88315.mail.re4.yahoo.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 15:05:04 -0000 At 07:17 PM 8/20/2007, Michael S wrote: >I tried changing the /home entry in the fstab to >/usr/home, but the result is the same. >And when I go to /home or /usr/home, issuing ls, >simply gives me the prompt. Does the mount succeed? On the new /usr does home actually mount? -Derek >Michael ><--- Derek Ragona >wrote: > > > At 06:47 PM 8/20/2007, Michael S wrote: > > >Right now things are set up the old way and here's > > >what the mount command says: > > > > > >/dev/da0s1a on / (ufs, local) > > >devfs on /dev (devfs, local) > > >/dev/da0s1e on /tmp (ufs, local, soft-updates) > > >/dev/da0s1f on /usr (ufs, local, soft-updates) > > >/dev/da0s1d on /var (ufs, local, soft-updates) > > >/dev/da1s1d on /usr/home (ufs, local, soft-updates) > > >/dev/da2s1d on /user (ufs, local, soft-updates) > > > > > > > > >Should I change my entry for /home, and make it > > >/usr/home ? > > > > From your last note, it looked like home is > > /usr/home. That is why I > > suggested you do: > > # mount > > and check how home is really mounted. If it is > > /usr/home that would > > explain the trouble you had using your new /usr. > > > > -Derek > > > > > > > > >--- Derek Ragona > > >wrote: > > > > > > > At 06:28 PM 8/20/2007, Michael S wrote: > > > > >Here's df -k output: > > > > > > > > > >Filesystem 1K-blocks Used Avail > > Capacity > > > > >Mounted on > > > > >/dev/da0s1a 507630 85046 381974 18% > > / > > > > >devfs 1 1 0 100% > > > > /dev > > > > >/dev/da0s1e 495726 10 456058 0% > > > > /tmp > > > > >/dev/da0s1f 3733038 2869704 564692 84% > > > > >/user > > > > >/dev/da0s1d 495726 110700 345368 24% > > > > /var > > > > >/dev/da1s1d 68431992 27948332 35009102 44% > > > > >/usr/home > > > > >/dev/da2s1d 17213408 2882922 12953414 18% > > > > /usr > > > > > > > > > >When I go back to the old /usr by editing > > fstab: > > > > >/dev/da0s1b none swap > > sw > > > > > 0 0 > > > > >/dev/da1s1b none swap > > sw > > > > > 0 0 > > > > >/dev/da0s1a / ufs > > rw > > > > > 1 1 > > > > >/dev/da0s1e /tmp ufs > > rw > > > > > 2 2 > > > > >/dev/da0s1f /usr ufs > > rw > > > > > 2 2 > > > > >/dev/da0s1d /var ufs > > rw > > > > > 2 2 > > > > >/dev/da1s1d /home ufs > > rw > > > > > 2 2 > > > > >/dev/da2s1d /user ufs > > rw > > > > > 2 2 > > > > >/dev/acd0 /cdrom cd9660 > > > > >ro,noauto 0 > > > > > > > > > >I get into my home directory with no problem. > > > > > > > > You need to adjust not just the /usr and /user > > but > > > > also /usr/home entries > > > > in fstab. Before you make any changes, do just > > a > > > > mount command and see > > > > where things are mounted. > > > > > > > > -Derek > > > > > > > > -- > > > > This message has been scanned for viruses and > > > > dangerous content by MailScanner, and is > > > > believed to be clean. > > > > MailScanner thanks transtec Computers for their > > > > support. > > > > > > > > _______________________________________________ > > > > 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" > > > > > >-- > > >This message has been scanned for viruses and > > >dangerous content by MailScanner, and is > > >believed to be clean. > > >MailScanner thanks transtec Computers for their > > support. > > > > -- > > This message has been scanned for viruses and > > dangerous content by MailScanner, and is > > believed to be clean. > > MailScanner thanks transtec Computers for their > > support. > > > > _______________________________________________ > > 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" > > > > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 15:08:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBA7C16A417 for ; Tue, 21 Aug 2007 15:08:17 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from bay0-omc2-s5.bay0.hotmail.com (bay0-omc2-s5.bay0.hotmail.com [65.54.246.141]) by mx1.freebsd.org (Postfix) with ESMTP id A56A613C46C for ; Tue, 21 Aug 2007 15:08:17 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from BAY116-W26 ([64.4.38.126]) by bay0-omc2-s5.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Tue, 21 Aug 2007 08:08:17 -0700 Message-ID: X-Originating-IP: [199.219.138.254] From: Lisandro Grullon To: Jerry McAllister Date: Tue, 21 Aug 2007 11:08:17 -0400 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 21 Aug 2007 15:08:17.0260 (UTC) FILETIME=[1A6BF2C0:01C7E405] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: RE: Trying to move /usr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 15:08:17 -0000 > Date: Tue, 21 Aug 2007 10:20:54 -0400> From: jerrymc@msu.edu> To: msherma= n77@yahoo.com> CC: jerrymc@msu.edu; freebsd-questions@freebsd.org> Subject:= Re: Trying to move /usr> > On Mon, Aug 20, 2007 at 08:23:04PM -0400, Micha= el S wrote:> > > Jerry,> > > > I am sure, because I did it multiple times.>= > As soon as I mount the old /usr (the one on the> > smaller drive) I log = on into my home directory no> > problem.> > What does /etc/passwd have for = the id michael 's home directory?>=20 =20 it would be interesting to see the output of "cat /etc/passwd |grep michael= " or whatever username you give him. > I am running out of things to check. It is hard to think> of this stuff r= emotely and picture it all in piecemeal.> > ////jerry> > > > > Michael> > >= > --- Jerry McAllister wrote:> > > > > On Mon, Aug 20, 2= 007 at 07:47:29PM -0400, Michael S> > > wrote:> > > > > > > Right now thing= s are set up the old way and here's> > > > what the mount command says:> > = > > > > > > /dev/da0s1a on / (ufs, local)> > > > devfs on /dev (devfs, loca= l)> > > > /dev/da0s1e on /tmp (ufs, local, soft-updates)> > > > /dev/da0s1f= on /usr (ufs, local, soft-updates)> > > > /dev/da0s1d on /var (ufs, local,= soft-updates)> > > > /dev/da1s1d on /usr/home (ufs, local,> > > soft-updat= es)> > > > /dev/da2s1d on /user (ufs, local, soft-updates)> > > > > > > > >= > > > Should I change my entry for /home, and make it> > > > /usr/home ?> = > > > > > Well, since login was looking for your (michael)> > > home direct= ory> > > in /home/michael, than that is probably the way you> > > had it an= d> > > want it to be. But, maybe I am remembering what> > > you posted befo= re> > > wrong.> > > > > > Anyway, that is certainly mounting that partition= as> > > /usr/home.> > > Are you sure you didn't edit that or get your> > >= fstab-s swapped > > > around?> > > > > > ////jerry> > > > > > > > > > > > = > > > --- Derek Ragona > > > > wrote:> > > = > > > > > > At 06:28 PM 8/20/2007, Michael S wrote:> > > > > >Here's df -k = output:> > > > > >> > > > > >Filesystem 1K-blocks Used Avail> > > Capacity>= > > > > >Mounted on> > > > > >/dev/da0s1a 507630 85046 381974 18% > > > />= > > > > >devfs 1 1 0 100% > > > > > > > > /dev> > > > > >/dev/da0s1e 49572= 6 10 456058 0% > > > > > > > > /tmp> > > > > >/dev/da0s1f 3733038 2869704 5= 64692 84%> > > > > >/user> > > > > >/dev/da0s1d 495726 110700 345368 24% > = > > > > > > > /var> > > > > >/dev/da1s1d 68431992 27948332 35009102 44%> > = > > > >/usr/home> > > > > >/dev/da2s1d 17213408 2882922 12953414 18% > > > = > > > > > /usr> > > > > >> > > > > >When I go back to the old /usr by editi= ng> > > fstab:> > > > > >/dev/da0s1b none swap > > > sw> > > > > > 0 0> > >= > > >/dev/da1s1b none swap > > > sw> > > > > > 0 0> > > > > >/dev/da0s1a /= ufs > > > rw> > > > > > 1 1> > > > > >/dev/da0s1e /tmp ufs > > > rw> > > >= > > 2 2> > > > > >/dev/da0s1f /usr ufs > > > rw> > > > > > 2 2> > > > > >/= dev/da0s1d /var ufs > > > rw> > > > > > 2 2> > > > > >/dev/da1s1d /home ufs= > > > rw> > > > > > 2 2> > > > > >/dev/da2s1d /user ufs > > > rw> > > > > = > 2 2> > > > > >/dev/acd0 /cdrom cd9660> > > > > >ro,noauto 0> > > > > >> >= > > > >I get into my home directory with no problem.> > > > > > > > > > Yo= u need to adjust not just the /usr and /user> > > but> > > > > also /usr/ho= me entries > > > > > in fstab. Before you make any changes, do just> > > a>= > > > > mount command and see > > > > > where things are mounted.> > > > >= > > > > > -Derek> > > > > > > > > > -- > > > > > This message has been sca= nned for viruses and> > > > > dangerous content by MailScanner, and is> > >= > > believed to be clean.> > > > > MailScanner thanks transtec Computers f= or their> > > > > support.> > > > > > > > > > _____________________________= __________________> > > > > freebsd-questions@freebsd.org mailing list> > >= > >> > > >> > >> > http://lists.freebsd.org/mailman/listinfo/freebsd-quest= ions> > > > > 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@f= reebsd.org"> > > > > > > _______________________________________________> >= > freebsd-questions@freebsd.org mailing list> > >> > http://lists.freebsd.= org/mailman/listinfo/freebsd-questions> > > To unsubscribe, send any mail t= o> > > "freebsd-questions-unsubscribe@freebsd.org"> > > > > > _____________= __________________________________> freebsd-questions@freebsd.org mailing l= ist> http://lists.freebsd.org/mailman/listinfo/freebsd-questions> To unsubs= cribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" _________________________________________________________________ Recharge--play some free games. Win cool prizes too! http://club.live.com/home.aspx?icid=3DCLUB_wlmailtextlink= From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 15:16:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EDA716A417 for ; Tue, 21 Aug 2007 15:16:37 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88307.mail.re4.yahoo.com (web88307.mail.re4.yahoo.com [216.39.53.230]) by mx1.freebsd.org (Postfix) with SMTP id D9BF113C45E for ; Tue, 21 Aug 2007 15:16:36 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 7216 invoked by uid 60001); 21 Aug 2007 15:16:35 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=5JLhRWY4i3oFLEqg3Bul6+3RvFzN5sAp0t42WAsUQ0FGvOf+iZGbc+8gAG0YeDhi1i6meADoAMyenJB2pzCTPdlxPe+VFuhiLfLRNSgxapPHDwsLuoZ7SRewYIyAjBJRhd54dWcamEyG1mUM/jj9aT32q1Um+nUOKAW7IICUtGU=; X-YMail-OSG: mwWGQbwVM1kZuXHTTSD112CybTVIgvT9QUEGcZDgITgIWBJDvAxcQFWqOePPuKQ2OA-- Received: from [204.253.245.126] by web88307.mail.re4.yahoo.com via HTTP; Tue, 21 Aug 2007 11:16:35 EDT Date: Tue, 21 Aug 2007 11:16:35 -0400 (EDT) From: Michael S To: Derek Ragona , FreeBSD Mailing List In-Reply-To: <6.0.0.22.2.20070821100325.0261f240@mail.computinginnovations.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <920563.6348.qm@web88307.mail.re4.yahoo.com> Cc: Subject: Re: Trying to move /usr SOLVED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 15:16:37 -0000 As I posted previously, removing /home (which defaults as a link to /usr/home) and putting it back, this time as a directory did the trick. I read it in Greg Lehey's book. Thanks for your help Derek --- Derek Ragona wrote: > At 07:17 PM 8/20/2007, Michael S wrote: > >I tried changing the /home entry in the fstab to > >/usr/home, but the result is the same. > >And when I go to /home or /usr/home, issuing ls, > >simply gives me the prompt. > > Does the mount succeed? On the new /usr does home > actually mount? > > -Derek > > > > >Michael > ><--- Derek Ragona > >wrote: > > > > > At 06:47 PM 8/20/2007, Michael S wrote: > > > >Right now things are set up the old way and > here's > > > >what the mount command says: > > > > > > > >/dev/da0s1a on / (ufs, local) > > > >devfs on /dev (devfs, local) > > > >/dev/da0s1e on /tmp (ufs, local, soft-updates) > > > >/dev/da0s1f on /usr (ufs, local, soft-updates) > > > >/dev/da0s1d on /var (ufs, local, soft-updates) > > > >/dev/da1s1d on /usr/home (ufs, local, > soft-updates) > > > >/dev/da2s1d on /user (ufs, local, soft-updates) > > > > > > > > > > > >Should I change my entry for /home, and make it > > > >/usr/home ? > > > > > > From your last note, it looked like home is > > > /usr/home. That is why I > > > suggested you do: > > > # mount > > > and check how home is really mounted. If it is > > > /usr/home that would > > > explain the trouble you had using your new /usr. > > > > > > -Derek > > > > > > > > > > > > >--- Derek Ragona > > > > >wrote: > > > > > > > > > At 06:28 PM 8/20/2007, Michael S wrote: > > > > > >Here's df -k output: > > > > > > > > > > > >Filesystem 1K-blocks Used Avail > > > Capacity > > > > > >Mounted on > > > > > >/dev/da0s1a 507630 85046 381974 > 18% > > > / > > > > > >devfs 1 1 0 > 100% > > > > > /dev > > > > > >/dev/da0s1e 495726 10 456058 > 0% > > > > > /tmp > > > > > >/dev/da0s1f 3733038 2869704 564692 > 84% > > > > > >/user > > > > > >/dev/da0s1d 495726 110700 345368 > 24% > > > > > /var > > > > > >/dev/da1s1d 68431992 27948332 35009102 > 44% > > > > > >/usr/home > > > > > >/dev/da2s1d 17213408 2882922 12953414 > 18% > > > > > /usr > > > > > > > > > > > >When I go back to the old /usr by editing > > > fstab: > > > > > >/dev/da0s1b none > swap > > > sw > > > > > > 0 0 > > > > > >/dev/da1s1b none > swap > > > sw > > > > > > 0 0 > > > > > >/dev/da0s1a / ufs > > > rw > > > > > > 1 1 > > > > > >/dev/da0s1e /tmp ufs > > > rw > > > > > > 2 2 > > > > > >/dev/da0s1f /usr ufs > > > rw > > > > > > 2 2 > > > > > >/dev/da0s1d /var ufs > > > rw > > > > > > 2 2 > > > > > >/dev/da1s1d /home ufs > > > rw > > > > > > 2 2 > > > > > >/dev/da2s1d /user ufs > > > rw > > > > > > 2 2 > > > > > >/dev/acd0 /cdrom > cd9660 > > > > > >ro,noauto 0 > > > > > > > > > > > >I get into my home directory with no > problem. > > > > > > > > > > You need to adjust not just the /usr and > /user > > > but > > > > > also /usr/home entries > > > > > in fstab. Before you make any changes, do > just > > > a > > > > > mount command and see > > > > > where things are mounted. > > > > > > > > > > -Derek > > > > > > > > > > -- > > > > > This message has been scanned for viruses > and > > > > > dangerous content by MailScanner, and is > > > > > believed to be clean. > > > > > MailScanner thanks transtec Computers for > their > > > > > support. > > > > > > > > > > > _______________________________________________ > > > > > 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" > > > > > > > >-- > > > >This message has been scanned for viruses and > > > >dangerous content by MailScanner, and is > > > >believed to be clean. > > > >MailScanner thanks transtec Computers for their > > > support. > > > > > > -- > > > This message has been scanned for viruses and > > > dangerous content by MailScanner, and is > > > believed to be clean. > > > MailScanner thanks transtec Computers for their > > > support. > > > > > > _______________________________________________ > > > 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" > > > > > > > > >-- > >This message has been scanned for viruses and > >dangerous content by MailScanner, and is > >believed to be clean. > >MailScanner thanks transtec Computers for their > support. > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > MailScanner thanks transtec Computers for their > support. > > _______________________________________________ > 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 21 15:28:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84D0016A418 for ; Tue, 21 Aug 2007 15:28:42 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235]) by mx1.freebsd.org (Postfix) with ESMTP id 3B53013C468 for ; Tue, 21 Aug 2007 15:28:42 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1431684wxd for ; Tue, 21 Aug 2007 08:28:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=UgHEwodp9l9218piQFfUc8PCRKVtatv9eBVMJCBXz+gGIWjo9DXsVFhnrqhdIUbxzr9QD5HHCYSDnGgrP7reEL/hqcpaCfBqhmsrkv5iamfqcPQWhq0BVbg8xO9RT/pNsyiGSGKMQp5Ydy/RAEqNwbbhb4GWsjUAvbCgI2tW958= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=DGdmGO8aj/oJU3WufIMap/WnK2d+Kc4rJC2Lq3ulO4zIh4sStD3qxtxaKaRMQ3gfKXFyR9UvBVuMkr/Odys2ky7Ozf/h/JnRfx+Vrzyh6oT6Hcj4IbJjNlcbCUzuvJso6eedNo17HixDpWUTDlX4EzKf2th+WXZ+R8e8ADkTgpM= Received: by 10.90.118.8 with SMTP id q8mr2170717agc.1187710121116; Tue, 21 Aug 2007 08:28:41 -0700 (PDT) Received: from ?192.168.1.3? ( [209.240.66.157]) by mx.google.com with ESMTPS id v15sm10860229pyh.2007.08.21.08.28.38 (version=SSLv3 cipher=OTHER); Tue, 21 Aug 2007 08:28:39 -0700 (PDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <3FCE18BC-C71A-457E-8659-5EF629DE982E@gmail.com> Content-Transfer-Encoding: 7bit From: Eric Crist Date: Tue, 21 Aug 2007 10:28:31 -0500 To: luizbcampos@gmail.com X-Mailer: Apple Mail (2.752.3) Cc: freebsd-questions@freebsd.org Subject: Re: .rar files on K3b X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 15:28:42 -0000 On Aug 21, 2007, at 9:23 AMAug 21, 2007, luizbcampos@gmail.com wrote: > Dear Sirs > > > I've downloaded a .rar audio file other day but I don't > get to fix it on K3b. My machine is amd64 and runs FreeBSD-6.1-Release > amd64 RAR is a method of compression, not an audio format. Try installing the rar archive utility from /usr/ports/archivers/rar and using unrar to decompress the file in question. HTH ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 15:46:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2972416A46B for ; Tue, 21 Aug 2007 15:46:22 +0000 (UTC) (envelope-from josepha48@yahoo.com) Received: from web34607.mail.mud.yahoo.com (web34607.mail.mud.yahoo.com [209.191.68.141]) by mx1.freebsd.org (Postfix) with SMTP id EB7D213C4DD for ; Tue, 21 Aug 2007 15:46:21 +0000 (UTC) (envelope-from josepha48@yahoo.com) Received: (qmail 84934 invoked by uid 60001); 21 Aug 2007 15:46:21 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=5aVevhqI5sIgm+qqKjIGvtNkD4XegKOqTLUI5t9EjbKURPiFHqHKoc30ZS6PggjK5APsHLJEqJTcYwoFG6Bm8K1qkTdBm5mSatkj1dapg54pX1g/EYHRfj7LZwxyh/5TIoFzDtxh+Lythf1KCvoGB8fsOhZ6YrA2Gn1emIreL8c=; X-YMail-OSG: D2Vdp6QVM1nh5fcSbreZWPPdo3QUqzeXE20MWfEB.F7adbs7muElBmcHahPA7F0Lq8x9l17k9sMMBrK4aXXBgAFkPHadsUh.7mH3_8cIdAhwjNo_YGV7H9xq94g1AQ-- Received: from [131.89.192.112] by web34607.mail.mud.yahoo.com via HTTP; Tue, 21 Aug 2007 08:46:21 PDT Date: Tue, 21 Aug 2007 08:46:21 -0700 (PDT) From: Joe To: Olivier Nicole In-Reply-To: <200708210530.l7L5UnXf073282@banyan.cs.ait.ac.th> MIME-Version: 1.0 Message-ID: <329481.49635.qm@web34607.mail.mud.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: isc-dhcp3-server issues with windows 2000 client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 15:46:22 -0000 ok, to answer your questions: I built it by doing: cd /usr/ports/net/isc-dhcp3-server && make install the version = isc-dhcp3-server-3.0.5_2 for both, could their be code changes if the _2 did not change? it is started via supplied shell script isc-dhcp3, I just renamed to isc-dhcp3.sh I tried setting authoritative on and off in the dhcpd.conf file and that had no effect. It is almost like dhcpd does not even recognize the packets coming from win2k, but WinXP and FreeBSD clients seem okay. I haven't tried other clients yet (Linux / Mac) but do have them. It is NOT running in a jail. The weird thing is that if I set IPAutoConfiguration in the win2k registry to 0 ( turning it off ), win2k get the gateway and dhcp server configured, but not it's IP address. Joe Olivier Nicole wrote: Hi, > I have a backup of the old system and am using that to trouble > shoot. I have narrowed it down to the dhcpd binary. If I put in > the newer binary built with p7 it does not work with windows > 2000. If I put in the old binary it works fine. First question would be: how did you build isc-dhcp? pkg_info |grep dhcp Second, is it running? How do you start it? Third question: was are the version number of old and new dhcp? You may be facing some change in dhcpd configuration file. Best regards, Olivier --------------------------------- Need a vacation? Get great deals to amazing places on Yahoo! Travel. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 16:45:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9438616A418 for ; Tue, 21 Aug 2007 16:45:59 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.freebsd.org (Postfix) with ESMTP id 7B8E013C442 for ; Tue, 21 Aug 2007 16:45:59 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay14.apple.com (relay14.apple.com [17.128.113.52]) by mail-out4.apple.com (Postfix) with ESMTP id E23F0F7129D; Tue, 21 Aug 2007 09:45:51 -0700 (PDT) Received: from relay14.apple.com (unknown [127.0.0.1]) by relay14.apple.com (Symantec Mail Security) with ESMTP id C2F7428EB4; Tue, 21 Aug 2007 09:45:51 -0700 (PDT) X-AuditID: 11807134-a2364bb0000066ad-c9-46cb16bfd192 Received: from [17.214.13.96] (cswiger1.apple.com [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay14.apple.com (Symantec Mail Security) with ESMTP id A5285287EF; Tue, 21 Aug 2007 09:45:51 -0700 (PDT) In-Reply-To: <200708210451.l7L4paha067299@banyan.cs.ait.ac.th> References: <200708210451.l7L4paha067299@banyan.cs.ait.ac.th> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <4CBE9309-3B06-4D09-9026-9901175079E7@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Tue, 21 Aug 2007 09:45:50 -0700 To: Olivier Nicole X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: freebsd-questions@freebsd.org Subject: Re: Configuring mailman with web server different from mail server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 16:45:59 -0000 On Aug 20, 2007, at 9:51 PM, Olivier Nicole wrote: > I am trying to install mailman from the ports. > > I have different machine for the mail server and the web server and I > am trying to figure if this configuration is workable. > > The MTA is sendmail, where could I find configure example? You can have Mailman use a non-local SMTP server by adjusting the Mailman/mm_cfg.py file (see Defaults.py), but it's somewhat annoying to do this as you will have to copy over the list aliases onto the mailserver, rather than having the newlist command do so automagically for you. I suppose you could do the same for a non-local webserver, but that would be even more difficult: you'd almost have to set up filesharing between the two machines so that the list archives and the various Mailman web resources are available on the webserver. If you've already got a webserver somewhere that you'd want to use, you'd be better off running Mailman on there.... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 18:23:27 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCCCC16A421 for ; Tue, 21 Aug 2007 18:23:27 +0000 (UTC) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (prime.gushi.org [72.9.101.130]) by mx1.freebsd.org (Postfix) with ESMTP id 7ECAC13C45D for ; Tue, 21 Aug 2007 18:23:27 +0000 (UTC) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (localhost [127.0.0.1]) by prime.gushi.org (8.13.8/8.13.8) with ESMTP id l7LI4emx066884 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Aug 2007 14:04:40 -0400 (EDT) (envelope-from danm@prime.gushi.org) DKIM-Signature: v=0.5; a=rsa-sha1; c=simple/simple; d=prime.gushi.org; s=primegushiorg; t=1187719480; bh=kgeQsGG37Dgst/XSStVYunqRJa0=; h=DomainKey-Signature: Received:Date:From:To:cc:Subject:Message-ID:MIME-Version: Content-Type; b=BbqbNW9BBH4mgAjjvsSZh9nn4dKFqFYV8DhprQztLpPmsXuhfV 9N584udJH/wYYRsvIzPE3F2KHC1zEpXev2+A== DomainKey-Signature: a=rsa-sha1; s=primegushiorg; d=prime.gushi.org; c=nofws; q=dns; h=received:date:from:to:cc:subject:message-id:mime-version:content-type; b=OUzALx/ME/dpMo0vclsDLmR1pLjfXkBMoFUtibyyh5B5bOPH18DZspot84J3B7PFC AhA4HlGfosUoJAZUCl1uA== Received: (from danm@localhost) by prime.gushi.org (8.13.8/8.13.6/Submit) id l7LI4eiG066880; Tue, 21 Aug 2007 14:04:40 -0400 (EDT) (envelope-from danm) Date: Tue, 21 Aug 2007 14:04:39 -0400 (EDT) From: "Dan Mahoney, System Admin" To: questions@freebsd.org Message-ID: <20070821135923.Q64507@prime.gushi.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: dougb@freebsd.org Subject: Building UNSTRIPPED binaries in ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 18:23:27 -0000 Hello, I am encountering a bug with named-9.4.1-P1 that I am attempting to work with ISC on, that I have built from ports (dns/bind94). However, I need a non-stripped version of the binary to get a backtrace. I can't "roll my own" binary because it may be related to some way that the port is built so I need to maintain a similar build environment. Is there some make.conf or compile time flag that I can set that would prevent the stripping from happening? Or would I just have to manually edit the makefile someplace -- and if so, can anyone give a pointer as to where? Setting the strip command to /bin/true or something, perhaps -- but I can't be sure if the strip_command is being used. I've found references in the porter's handbook that state all binaries should be stripped, but I think in cases like this it would be useful to give the user a universal option to not do so. -Dan -- "Man, this is such a trip" -Dan Mahoney, October 25, 1997 --------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 Tue Aug 21 18:49:25 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1932916A41B for ; Tue, 21 Aug 2007 18:49:25 +0000 (UTC) (envelope-from ges+lists@wingfoot.org) Received: from wingfoot.org (caduceus.wingfoot.org [64.32.179.50]) by mx1.freebsd.org (Postfix) with ESMTP id DE4F813C4B3 for ; Tue, 21 Aug 2007 18:49:24 +0000 (UTC) (envelope-from ges+lists@wingfoot.org) Received: from localhost (localhost [127.0.0.1]) by wingfoot.org (Postfix) with ESMTP id 447CD1F441E for ; Tue, 21 Aug 2007 14:17:07 -0400 (EDT) X-Virus-Scanned: amavisd-new at wingfoot.org Received: from wingfoot.org ([127.0.0.1]) by localhost (wingfoot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0N9ZaadrVa3n for ; Tue, 21 Aug 2007 14:16:54 -0400 (EDT) Received: from www.wingfoot.org (localhost [127.0.0.1]) by wingfoot.org (Postfix) with ESMTP id 0972D1F4407 for ; Tue, 21 Aug 2007 14:16:53 -0400 (EDT) Received: from 135.245.152.33 (SquirrelMail authenticated user ges) by www.wingfoot.org with HTTP; Tue, 21 Aug 2007 14:16:54 -0400 (EDT) Message-ID: <41081.135.245.152.33.1187720214.squirrel@www.wingfoot.org> Date: Tue, 21 Aug 2007 14:16:54 -0400 (EDT) From: "Glenn Sieb" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.9a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: NFS /etc/exports question.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 18:49:25 -0000 I've recently reclaimed a Gentoo server and turned it into a FreeBSD 6.2-RELEASE system (::sounds of cheering::). This is our file server, using NFS, and I had a question about /etc/exports: We have two subnets we export to--let's call them 127.0.1.0/255 and 10.0.5.0/255: # /etc/exports: NFS file systems being exported. See exports(5). /u2 -alldirs -maproot=root important1.domain.com important2.domain.com /u2/opt/portage -maproot=root -alldirs -network 127.0.0.0 -mask 255.255.255.0 /u2/opt/portage -maproot=root -alldirs -network 10.0.5.0 -mask 255.255.255.0 /u2 -alldirs -network 127.0.0.0 -mask 255.255.255.0 /u2 -alldirs -network 10.0.5.0 -mask 255.255.255.0 /usr -network 127.0.0.0 -mask 255.255.255.0 /usr -network 10.0.5.0 -mask 255.255.255.0 Now, this configuration does not work. I'm curious how to fix it--the logs say: Aug 21 12:29:33 nfsserver mountd[725]: can't change attributes for /u2 Aug 21 12:29:33 nfsserver mountd[725]: bad exports list line /u2 -alldirs -network 127.0.0.0 -mask 255.255.255.0 Aug 21 12:29:33 nfsserver mountd[725]: can't change attributes for /u2 Aug 21 12:29:33 nfsserver mountd[725]: bad exports list line /u2 -alldirs -network 10.0.5.0 -mask 255.255.255.0 One thing to note is that important1.domain.com and important2.domain.com are within the scope of 127.0.0.0/255. Granted, this wasn't an issue in Linux--I used to have machines listed by name (*.sub.olddomain.com), and had the exceptions listed with the no_root_squash parameter. So, basically.. what am I missing? :-/ Any help would be greatly appreciated. Google & man 5 exports have not been my friends today :-/ Thanks in advance! Best, --Glenn From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 19:13:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6788616A420 for ; Tue, 21 Aug 2007 19:13:44 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 08CCD13C480 for ; Tue, 21 Aug 2007 19:13:43 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so2861974pyb for ; Tue, 21 Aug 2007 12:13:43 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=XJqRHvh0fIjtD5JbWfv7dSvgbRvKNqdLGt5+ntaWcPtE5SY2qZfmy6TgYxWNxVhO0dRn5MfcNHyUHLLDXs8VRofWhju6JPLQ3v4P1xDc/b7yrYoc2sjR86WDNHHfSeeT6JGTUfKNMEXodJHCUd8J6+R9w8BFaKB18rXFaonKUiY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=dHSkxg+8SqnXAZqvm8S+9daSJLo/wCuOLg6zFjEIp6y+hq+aQ9KEFRyn+Xb3In//c6zikDb674EN9U4GfmKtD6Z02j++qV0r0g3u0FHhs4CADxzUg6ZpXzuSdvEM7cqjwKYt7mz8c47lOwihfAIh6RlBya//NlVyuHDb2zcXGr4= Received: by 10.35.87.8 with SMTP id p8mr9153538pyl.1187723622874; Tue, 21 Aug 2007 12:13:42 -0700 (PDT) Received: from ?192.168.1.3? ( [209.240.66.157]) by mx.google.com with ESMTPS id n29sm11151311pyh.2007.08.21.12.13.41 (version=SSLv3 cipher=OTHER); Tue, 21 Aug 2007 12:13:41 -0700 (PDT) In-Reply-To: <4CBE9309-3B06-4D09-9026-9901175079E7@mac.com> References: <200708210451.l7L4paha067299@banyan.cs.ait.ac.th> <4CBE9309-3B06-4D09-9026-9901175079E7@mac.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <3B7962B2-9E45-4284-BDDB-4A66A1D1AE0F@gmail.com> Content-Transfer-Encoding: 7bit From: Eric Crist Date: Tue, 21 Aug 2007 14:13:34 -0500 To: Chuck Swiger X-Mailer: Apple Mail (2.752.3) Cc: Olivier Nicole , freebsd-questions@freebsd.org Subject: Re: Configuring mailman with web server different from mail server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 19:13:44 -0000 On Aug 21, 2007, at 11:45 AMAug 21, 2007, Chuck Swiger wrote: > On Aug 20, 2007, at 9:51 PM, Olivier Nicole wrote: >> I am trying to install mailman from the ports. >> >> I have different machine for the mail server and the web server and I >> am trying to figure if this configuration is workable. >> >> The MTA is sendmail, where could I find configure example? > > You can have Mailman use a non-local SMTP server by adjusting the > Mailman/mm_cfg.py file (see Defaults.py), but it's somewhat > annoying to do this as you will have to copy over the list aliases > onto the mailserver, rather than having the newlist command do so > automagically for you. > > I suppose you could do the same for a non-local webserver, but that > would be even more difficult: you'd almost have to set up > filesharing between the two machines so that the list archives and > the various Mailman web resources are available on the webserver. > > If you've already got a webserver somewhere that you'd want to use, > you'd be better off running Mailman on there.... Others will probably laugh me off the list, but my recommendation for such things is to use the Apache ProxyPass stuff. My mail server here contains all the web interface controls/etc on the mail server itself. My webserver has a simply ProxyPass and ProxyPassReverse statement to make it appear as though everything resides on the one web server, and thus, one domain. The advantage to this, as well, is there are no direct connections made to my mail server for the web interface through the firewall, since everything from outside is hitting my dedicated web server. HTH ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 19:25:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC2F816A417 for ; Tue, 21 Aug 2007 19:25:16 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id 891FF13C46E for ; Tue, 21 Aug 2007 19:25:16 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from rigel.publicis-usa.com ([167.246.36.14]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l7LJPC7K043271 for ; Tue, 21 Aug 2007 14:25:13 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Tue, 21 Aug 2007 14:25:01 -0500 User-Agent: KMail/1.9.7 References: <41081.135.245.152.33.1187720214.squirrel@www.wingfoot.org> In-Reply-To: <41081.135.245.152.33.1187720214.squirrel@www.wingfoot.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708211425.02054.freebsd@dfwlp.com> X-Spam-Status: No, score=-3.4 required=3.6 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: NFS /etc/exports question.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 19:25:16 -0000 On Tuesday 21 August 2007 13:16:54 Glenn Sieb wrote: > /u2 -alldirs... first up, that line negates the need for: /u2/opt/portage -alldirs.... alldirs, is all dirs! anything underneath is then redundant. > /u2 -alldirs -maproot=root important1.domain.com important2.domain.com probably requires correctly configured DNS or proper entries in the hosts files. while you are working this problem out, i would eliminate that line, as it might be conflicting with: >/u2 -alldirs -network 127.0.0.0 -mask 255.255.255.0 >/u2 -alldirs -network 10.0.5.0 -mask 255.255.255.0 ... either of those lines. cheers, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 19:27:32 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E94C916A418 for ; Tue, 21 Aug 2007 19:27:32 +0000 (UTC) (envelope-from mcgovern@spoon.beta.com) Received: from spoon.beta.com (spoon.beta.com [199.165.180.1]) by mx1.freebsd.org (Postfix) with ESMTP id 79E8D13C481 for ; Tue, 21 Aug 2007 19:27:32 +0000 (UTC) (envelope-from mcgovern@spoon.beta.com) Received: from spoon.beta.com (localhost.beta.com [127.0.0.1]) by spoon.beta.com (8.13.8/8.13.8) with ESMTP id l7LIu0pK014889 for ; Tue, 21 Aug 2007 14:56:00 -0400 (EDT) (envelope-from mcgovern@spoon.beta.com) Message-Id: <200708211856.l7LIu0pK014889@spoon.beta.com> To: questions@freebsd.org Date: Tue, 21 Aug 2007 14:56:00 -0400 From: "Brian J. McGovern" X-Virus-Scanned: ClamAV 0.91.1/4021/Tue Aug 21 11:42:43 2007 on spoon.beta.com X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00, MISSING_MID autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on spoon.beta.com Cc: Subject: if_bridge and VMware.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 19:27:33 -0000 I'm in the process of doing something that is possibly a bit out of the ordinary with VMware. I have two stand alone PCs connected to a catalyst 2900 doing 802.1q trunking. I can configure the VLAN interfaces on the stand alone PCs, assign IP addresses, and communicate happily. I then add a PC running VMware's free software offering, again set up the ethernet for 802.1q, and load FreeBSD in to a VM. Like the stand alone PCs, I can configure the vlan interface, attach it to the "hardware" interface (lnc0), configure vlan interfaces, assign IPs, and life goes happily on. However, what I want to do is add another VM to the network, which does not support 802.1q natively, so thought I could create a host only network, add the network to the FreeBSD machine and the new VM, and then bridge the VLAN interface to the new network's "hardware" interface (lnc1). To test connectivity, I initally assigned an IP to lnc1 of the FreeBSD system, and an IP to the new VM's ethernet interface. The two systems communicated fine, so far, so good. I then rebooted both boxes, configured the "vlan100" interface with: ifconfig vlan100 create vlan 100 vlandev lnc0 ifconfig vlan100 up I then changed the mtu of lnc1 to match vlan100, and brought it up: ifconfig lnc1 mtu 1496 ifconfig lnc1 up I then created the bridge, and attached the interfaces: ifconfig bridge0 create ifconfig bridge0 addm vlan100 addm lnc1 ifconfig bridge0 inet 1.1.1.10 netmask 255.255.255.0 up The stand alone hosts are 1.1.1.1 and 1.1.1.2. The other VM is 1.1.1.20. At this point, the FreeBSD system can not ping either the stand alone boxen, nor the other VM. In playing with it, if I assign an IP address to vlan100, I can reach the stand alone boxes, but not the other VM. Running trafshow, I see broadcast ARP requests on bridge0, vlan100, and lnc1, but no responses. Any thoughts about what I can look at, or what additional information would be handy? Quick ASCII art to help the discussion +-----------+------------+ | | | 1.1.1.1 1.1.1.2 | Linux Host/VMWare | | vlan100 via lnc0 (MTU 1492) FreeBSD 6.2 VM | bridge0 1.1.1.10 | lnc1 (MTU 1492) | | Test Client VM 1.1.1.20 From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 19:44:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20AFF16A417 for ; Tue, 21 Aug 2007 19:44:36 +0000 (UTC) (envelope-from ges+lists@wingfoot.org) Received: from wingfoot.org (caduceus.wingfoot.org [64.32.179.50]) by mx1.freebsd.org (Postfix) with ESMTP id A23FF13C442 for ; Tue, 21 Aug 2007 19:44:35 +0000 (UTC) (envelope-from ges+lists@wingfoot.org) Received: from localhost (localhost [127.0.0.1]) by wingfoot.org (Postfix) with ESMTP id 8C5421F445C; Tue, 21 Aug 2007 15:44:34 -0400 (EDT) X-Virus-Scanned: amavisd-new at wingfoot.org Received: from wingfoot.org ([127.0.0.1]) by localhost (wingfoot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QsQBW0OSQvPq; Tue, 21 Aug 2007 15:44:29 -0400 (EDT) Received: from www.wingfoot.org (localhost [127.0.0.1]) by wingfoot.org (Postfix) with ESMTP id E426A1F4407; Tue, 21 Aug 2007 15:44:28 -0400 (EDT) Received: from 135.245.152.33 (SquirrelMail authenticated user ges) by www.wingfoot.org with HTTP; Tue, 21 Aug 2007 15:44:29 -0400 (EDT) Message-ID: <23979.135.245.152.33.1187725469.squirrel@www.wingfoot.org> In-Reply-To: <200708211425.02054.freebsd@dfwlp.com> References: <41081.135.245.152.33.1187720214.squirrel@www.wingfoot.org> <200708211425.02054.freebsd@dfwlp.com> Date: Tue, 21 Aug 2007 15:44:29 -0400 (EDT) From: "Glenn Sieb" To: "Jonathan Horne" User-Agent: SquirrelMail/1.4.9a 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: NFS /etc/exports question.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 19:44:36 -0000 Hi Jonathan! Jonathan Horne wrote: > On Tuesday 21 August 2007 13:16:54 Glenn Sieb wrote: >> /u2 -alldirs... > > first up, that line negates the need for: > > /u2/opt/portage -alldirs.... > > alldirs, is all dirs! anything underneath is then redundant. Understood. Fixed that. >> /u2 -alldirs -maproot=root important1.domain.com important2.domain.com > > probably requires correctly configured DNS or proper entries in the hosts > files. while you are working this problem out, i would eliminate that > line, as it might be conflicting with: > > >>/u2 -alldirs -network 127.0.0.0 -mask 255.255.255.0 >>/u2 -alldirs -network 10.0.5.0 -mask 255.255.255.0 Yes, because this was the question I had originally.. :) How can I make sure that I get -maproot=root on those two named boxes, which live inside the 127.0.0.0/255 network, while still allowing the rest of the boxes present in both other subnets to access the shared *without* -maproot=root? The errors I posted were specifically complaining about the 127.0.0.0 and 10.0.5.0 network lines (note, for security I am not posting the real network ranges). The two boxes in question, do have working DNS, and are boxes we use as our NIS masters, so I need to be able to create home directories on the fileserver, where the home directories live, hence needing maproot. The other boxes in the 127.0.0.0/255 range are other servers in my cluster, which need to mount directories from the fileserver--and in my case, a lot of users have sudo capability for testing/development purposes, so I don't want them having -maproot=root capability on those other servers. 10.0.5.0 is a range of IPs where my users mount their home directories and shared tools directories on their desktop boxes. Does this clear up my question? Thanks in advance! Best, --Glenn From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 19:45:03 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2438B16A421; Tue, 21 Aug 2007 19:45:03 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unknown [IPv6:2001:470:1f01:ffff::121]) by mx1.freebsd.org (Postfix) with ESMTP id 8926713C481; Tue, 21 Aug 2007 19:45:02 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from [10.0.0.178] ([10.0.0.178]) (authenticated bits=0) by unsane.co.uk (8.14.0/8.14.0) with ESMTP id l7LJgolK025139 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Aug 2007 20:42:51 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <46CB40AF.2070201@unsane.co.uk> Date: Tue, 21 Aug 2007 20:44:47 +0100 From: Vince Hoffman-Kazlauskas User-Agent: Thunderbird 1.5.0.10 (X11/20070324) MIME-Version: 1.0 To: "Dan Mahoney, System Admin" References: <20070821135923.Q64507@prime.gushi.org> In-Reply-To: <20070821135923.Q64507@prime.gushi.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org, dougb@freebsd.org Subject: Re: Building UNSTRIPPED binaries in ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 19:45:03 -0000 Dan Mahoney, System Admin wrote: > Hello, > > I am encountering a bug with named-9.4.1-P1 that I am attempting to > work with ISC on, that I have built from ports (dns/bind94). However, > I need a non-stripped version of the binary to get a backtrace. I > can't "roll my own" binary because it may be related to some way that > the port is built so I need to maintain a similar build environment. > > Is there some make.conf or compile time flag that I can set that would > prevent the stripping from happening? > > Or would I just have to manually edit the makefile someplace -- and if > so, can anyone give a pointer as to where? Setting the strip command > to /bin/true or something, perhaps -- but I can't be sure if the > strip_command is being used. > > I've found references in the porter's handbook that state all binaries > should be stripped, but I think in cases like this it would be useful > to give the user a universal option to not do so. > I had a quick dig in /usr/ports/Mk and from bsd.port.mk It looks like what you want is " # WITH_DEBUG - If set, debugging flags are added to CFLAGS and the # binaries don't get stripped by INSTALL_PROGRAM. # Besides, individual ports might add their specific # to produce binaries for debugging purposes. # You can override the debug flags that are passed to # the compiler by setting DEBUG_FLAGS. It is set to # "-g" at default " Vince > -Dan > > -- > > "Man, this is such a trip" > > -Dan Mahoney, October 25, 1997 > > --------Dan Mahoney-------- > Techie, Sysadmin, WebGeek > Gushi on efnet/undernet IRC > ICQ: 13735144 AIM: LarpGM > Site: http://www.gushi.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 Tue Aug 21 20:02:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2440416A420 for ; Tue, 21 Aug 2007 20:02:29 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id CB0CD13C457 for ; Tue, 21 Aug 2007 20:02:28 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from [192.168.125.134] ([192.168.125.134]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l7LK2Qg6043986 for ; Tue, 21 Aug 2007 15:02:26 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Tue, 21 Aug 2007 15:02:25 -0500 User-Agent: KMail/1.9.7 References: <41081.135.245.152.33.1187720214.squirrel@www.wingfoot.org> <200708211425.02054.freebsd@dfwlp.com> <23979.135.245.152.33.1187725469.squirrel@www.wingfoot.org> In-Reply-To: <23979.135.245.152.33.1187725469.squirrel@www.wingfoot.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708211502.26108.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: NFS /etc/exports question.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 20:02:29 -0000 On Tuesday 21 August 2007 14:44:29 Glenn Sieb wrote: > Hi Jonathan! > > Jonathan Horne wrote: > > On Tuesday 21 August 2007 13:16:54 Glenn Sieb wrote: > >> /u2 -alldirs... > > > > first up, that line negates the need for: > > > > /u2/opt/portage -alldirs.... > > > > alldirs, is all dirs! anything underneath is then redundant. > > Understood. Fixed that. > > >> /u2 -alldirs -maproot=root important1.domain.com important2.domain.com > > > > probably requires correctly configured DNS or proper entries in the hosts > > files. while you are working this problem out, i would eliminate that > > > > line, as it might be conflicting with: > >>/u2 -alldirs -network 127.0.0.0 -mask 255.255.255.0 > >>/u2 -alldirs -network 10.0.5.0 -mask 255.255.255.0 > > Yes, because this was the question I had originally.. :) How can I make > sure that I get -maproot=root on those two named boxes, which live inside > the 127.0.0.0/255 network, while still allowing the rest of the boxes > present in both other subnets to access the shared *without* > -maproot=root? The errors I posted were specifically complaining about the > 127.0.0.0 and 10.0.5.0 network lines (note, for security I am not posting > the real network ranges). > > The two boxes in question, do have working DNS, and are boxes we use as > our NIS masters, so I need to be able to create home directories on the > fileserver, where the home directories live, hence needing maproot. > > The other boxes in the 127.0.0.0/255 range are other servers in my > cluster, which need to mount directories from the fileserver--and in my > case, a lot of users have sudo capability for testing/development > purposes, so I don't want them having -maproot=root capability on those > other servers. > > 10.0.5.0 is a range of IPs where my users mount their home directories and > shared tools directories on their desktop boxes. > > Does this clear up my question? > > Thanks in advance! > Best, > --Glenn then, probably eliminate just: >/u2/opt/portage -maproot=root -alldirs -network 127.0.0.0 -mask 255.255.255.0 >/u2/opt/portage -maproot=root -alldirs -network 10.0.5.0 -mask 255.255.255.0 and see what happens. -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 20:10:13 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16C2B16A421 for ; Tue, 21 Aug 2007 20:10:13 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id B7C8D13C46C for ; Tue, 21 Aug 2007 20:10:12 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so217038anc for ; Tue, 21 Aug 2007 13:10:11 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jJmzT/Pg9UUm3byrmZurwEn5paGBhlKN4Z52UU+8OkDPmIXks1dxIX2Ia+F3+b8yiJcLQhWzEYhNv//5Wwz5mKUC6+8DjI9HhwzZZ+JjtEmMweqx1QuIjUJ9Aiw0nzj3Bi27IHgEs+PweYEY8NLLg+5dJoiAN2d0iDelzLjB4Mc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cbi8WoO49et7OKkAUi2R//fNWAygDQJ8sNeBGct5m+GphREBprp3qXWpqjYytxaRENDzKQLCelGDo/YxPyy+HgIPI9LrN1YGcq2Cj9jBZAuGRk2iP0ANZ/lhMimo4eJFi6OwIvjePSevKWKEJtUvQVt2qVkKxTccQLHqgNq1oKA= Received: by 10.90.90.3 with SMTP id n3mr2777863agb.1187725558639; Tue, 21 Aug 2007 12:45:58 -0700 (PDT) Received: by 10.35.128.7 with HTTP; Tue, 21 Aug 2007 12:45:58 -0700 (PDT) Message-ID: <8cb6106e0708211245j696d528dte7df7af23ca64c83@mail.gmail.com> Date: Tue, 21 Aug 2007 15:45:58 -0400 From: "Josh Carroll" To: "Dan Mahoney, System Admin" In-Reply-To: <20070821135923.Q64507@prime.gushi.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070821135923.Q64507@prime.gushi.org> Cc: questions@freebsd.org, dougb@freebsd.org Subject: Re: Building UNSTRIPPED binaries in ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 20:10:13 -0000 > Is there some make.conf or compile time flag that I can set that would > prevent the stripping from happening? > > Or would I just have to manually edit the makefile someplace -- and if so, > can anyone give a pointer as to where? Setting the strip command to > /bin/true or something, perhaps -- but I can't be sure if the > strip_command is being used. A quick perusal of /usr/ports/Mk/bsd.port.mk shows this: # WITH_DEBUG - If set, debugging flags are added to CFLAGS and the # binaries don't get stripped by INSTALL_PROGRAM. # Besides, individual ports might add their specific # to produce binaries for debugging purposes. # You can override the debug flags that are passed to # the compiler by setting DEBUG_FLAGS. It is set to # "-g" at default. so try adding WITH_DEBUG... Josh From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 20:12:17 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1FCC16A418 for ; Tue, 21 Aug 2007 20:12:17 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 354E713C481 for ; Tue, 21 Aug 2007 20:12:17 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so1045456nfb for ; Tue, 21 Aug 2007 13:12:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=sULDrIs+GNFsRuqCdRMBM4Dn9E435QmMbRinXOrth8d+kn+dl1FhKBu7yfK0xZApokvF5fStrQOg8LRpizJ//uL170AQNzB6S1hxUTsjCpoPKy3TQcxHIh1VdVYG/dJ7dZriS9kkgyiRgWcrQvZsqjnGneBufOzcdXN5FGOou9Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=PqltmmDgkXBE3E2UTNEzvyEaA21G6WMkeV/pMHV5eqRItTmPAqgMAktSZeWNHLnpjF0NF2NsKIjTJH+n7iC6xI0A/p2PGj6XsdaBDfaP7eGjSdOI+NoX3ivge7ijo5ERVTODKGh6oAFHTE3pfN8JzozFzS6jYYlO+VCtB2H+jzM= Received: by 10.86.99.9 with SMTP id w9mr1102451fgb.1187725671932; Tue, 21 Aug 2007 12:47:51 -0700 (PDT) Received: from oslo.ath.cx ( [213.47.80.26]) by mx.google.com with ESMTPS id 22sm12634987fkr.2007.08.21.12.47.49 (version=SSLv3 cipher=OTHER); Tue, 21 Aug 2007 12:47:50 -0700 (PDT) Date: Tue, 21 Aug 2007 21:47:52 +0200 From: "Herbert J. Skuhra" To: questions@FreeBSD.org Message-ID: <20070821194751.GA527@oslo.ath.cx> References: <20070821135923.Q64507@prime.gushi.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070821135923.Q64507@prime.gushi.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Subject: Re: Building UNSTRIPPED binaries in ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 20:12:17 -0000 Dan Mahoney skrev: > Hello, > > I am encountering a bug with named-9.4.1-P1 that I am attempting to work > with ISC on, that I have built from ports (dns/bind94). However, I need a > non-stripped version of the binary to get a backtrace. I can't "roll my > own" binary because it may be related to some way that the port is built > so I need to maintain a similar build environment. > > Is there some make.conf or compile time flag that I can set that would > prevent the stripping from happening? You can try: % cd /usr/ports/dns/bind94 % sudo make WITH_DEBUG=1 install clean or % sudo make STRIP="" WITH_DEBUG=1 install clean In case of dns/bind94 the first should be fine. - Herbert From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 21:22:16 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D93D516A421 for ; Tue, 21 Aug 2007 21:22:16 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id 74FDC13C461 for ; Tue, 21 Aug 2007 21:22:16 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l7LLMFOl027825 for ; Tue, 21 Aug 2007 14:22:15 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l7LLMFMe027824 for freebsd-questions@FreeBSD.ORG; Tue, 21 Aug 2007 14:22:15 -0700 (PDT) (envelope-from kline) Date: Tue, 21 Aug 2007 14:22:15 -0700 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20070821212215.GA27790@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: Subject: where oh where has my converter stuff gone? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 21:22:16 -0000 Guys, Where does the ps2ascii and related converter files live in ports? I thought they were part of the distribution, but nope. pdftopdf was one. thanks for any clues! gary -- Gary Kline kline@thought.org www.thought.org Public Service Unix From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 22:26:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2B0216A419 for ; Tue, 21 Aug 2007 22:26:26 +0000 (UTC) (envelope-from freebsd01@dgmm.net) Received: from lon-mail-1.gradwell.net (lon-mail-1.gradwell.net [193.111.201.125]) by mx1.freebsd.org (Postfix) with ESMTP id 7029B13C45D for ; Tue, 21 Aug 2007 22:26:26 +0000 (UTC) (envelope-from freebsd01@dgmm.net) Received: from lon-mail-1.gradwell.net ([193.111.201.125] helo=webmaker country=GB ident=dave&pop3*dgmm#net) by lon-mail-1.gradwell.net with esmtpa (Gradwell gwh-smtpd 1.243) id 46cb6691.8f6d.58 for freebsd-questions@freebsd.org; Tue, 21 Aug 2007 23:26:25 +0100 (envelope-sender ) From: dgmm To: freebsd-questions@freebsd.org Date: Tue, 21 Aug 2007 23:22:27 +0100 User-Agent: KMail/1.9.6 References: <20070821212215.GA27790@thought.org> In-Reply-To: <20070821212215.GA27790@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708212322.27700.freebsd01@dgmm.net> Subject: Re: where oh where has my converter stuff gone? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 22:26:27 -0000 On Tuesday 21 August 2007, Gary Kline wrote: > Guys, > > Where does the ps2ascii and related converter files live in > ports? I thought they were part of the distribution, but nope. > pdftopdf was one. > > thanks for any clues! > > > gary Starting with: cd /usr/ports && make search name=ps2ascii leads me to Port: dvips2ascii-1.3 Path: /usr/ports/print/dvips2ascii Info: PostScript (created by dvips) to ascii conve sounds close, but maybe no cigar so lets have a look at the pkg-descr cat /usr/ports/print/dvips2ascii/pkg-descr dvips2ascii ----------- This is a PostScript-to-ascii converter which works for PostScript files created by dvips. Results are usually better than using ps2ascii which comes with ghostscript. Bingo! It's part of ghostscript, unless, of course you find dvips2ascii works for you :-) -- Dave From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 22:46:39 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF78B16A418 for ; Tue, 21 Aug 2007 22:46:39 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from mail-03.name-services.com (Mail-03.name-services.com [64.74.223.58]) by mx1.freebsd.org (Postfix) with ESMTP id DB8DD13C461 for ; Tue, 21 Aug 2007 22:46:39 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from laptop ([76.190.252.50]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 21 Aug 2007 15:49:30 -0700 From: "fbsd2" To: "freebsd-questions@FreeBSD. ORG" Date: Tue, 21 Aug 2007 18:46:39 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Importance: Normal X-OriginalArrivalTime: 21 Aug 2007 22:49:31.0079 (UTC) FILETIME=[894D9D70:01C7E445] Cc: Subject: wildcard usage in fetch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd2@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 22:46:40 -0000 fetch -avrpAFU ftp://loginid:password@my.pics.com/IDX/ActivePhotos/*/*.* The /*/ directory is 2 positions in size and contains 00 through 99 as directory names. The *.* means all files in this directory. When I execute this I get logged in but get file not found or not available error message. Is wildcard usage not allowed in ftp? How would you suggest to accomplish downloading source file directory structure and their contents? From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 22:50:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAB3916A418 for ; Tue, 21 Aug 2007 22:50:08 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 85A5113C46E for ; Tue, 21 Aug 2007 22:50:08 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from monju-bosatsu.dreamtrack.dnsalias.com (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Tue, 21 Aug 2007 16:49:56 -0600 id 0017C671.46CB6C19.00003111 Message-ID: <46CB6C06.2010503@crackmonkey.us> Date: Tue, 21 Aug 2007 23:49:42 +0100 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Glenn Sieb References: <41081.135.245.152.33.1187720214.squirrel@www.wingfoot.org> In-Reply-To: <41081.135.245.152.33.1187720214.squirrel@www.wingfoot.org> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: NFS /etc/exports question.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 22:50:08 -0000 Glenn Sieb wrote: > I've recently reclaimed a Gentoo server and turned it into a FreeBSD > 6.2-RELEASE system (::sounds of cheering::). > > This is our file server, using NFS, and I had a question about /etc/exports: > > > Granted, this wasn't an issue in Linux--I used to have machines listed by > name (*.sub.olddomain.com), and had the exceptions listed with the > no_root_squash parameter. > > So, basically.. what am I missing? :-/ Any help would be greatly > appreciated. Google & man 5 exports have not been my friends today :-/ > > Thanks in advance! > Best, > --Glenn Hi Glenn, Have you checked for symlinks? NFS doesn't like symlinks for some reason. That held my /etc/exports up for a while. HtH, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 22:55:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52EE216A418 for ; Tue, 21 Aug 2007 22:55:12 +0000 (UTC) (envelope-from ghirai@ghirai.com) Received: from iota.fastbighost.com (iota.fastbighost.com [65.98.8.190]) by mx1.freebsd.org (Postfix) with ESMTP id 2E19313C494 for ; Tue, 21 Aug 2007 22:55:12 +0000 (UTC) (envelope-from ghirai@ghirai.com) Received: from [89.122.139.50] (port=63079 helo=deimos.bsd.nix) by iota.fastbighost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1INcW8-0008QM-K0 for freebsd-questions@freebsd.org; Tue, 21 Aug 2007 22:48:09 +0000 Date: Wed, 22 Aug 2007 01:54:52 +0000 From: Ghirai To: freebsd-questions@freebsd.org Message-Id: <20070822015452.c4da7cb9.ghirai@ghirai.com> X-Mailer: Sylpheed 2.4.4 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - iota.fastbighost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - ghirai.com X-Source: X-Source-Args: X-Source-Dir: Subject: system crash/reset X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 22:55:12 -0000 Hello list, I'm running 6.2-RELEASE, with xfce. Suddenly, everything froze. Couple seconds after that, the system resets. I ran fsck and everything seem to be ok. This is what /var/log/messages looks like right before reset: Aug 22 01:19:55 deimos kernel: umass0: BBB reset failed, IOERROR Aug 22 01:19:55 deimos kernel: umass0: BBB bulk-in clear stall failed, IOERROR Aug 22 01:19:55 deimos kernel: umass0: BBB bulk-out clear stall failed, IOERROR Aug 22 01:19:55 deimos kernel: umass0: BBB reset failed, IOERROR Aug 22 01:19:55 deimos kernel: umass0: BBB bulk-in clear stall failed, IOERROR Aug 22 01:19:55 deimos kernel: umass0: BBB bulk-out clear stall failed, IOERROR Aug 22 01:19:55 deimos kernel: umass0: BBB reset failed, IOERROR Aug 22 01:19:55 deimos kernel: umass0: BBB bulk-in clear stall failed, IOERROR Aug 22 01:19:55 deimos kernel: umass0: BBB bulk-out clear stall failed, IOERROR Aug 22 01:19:55 deimos kernel: Opened disk da0 -> 5 And it repeats that numerous times. I might add that i'm using a 'default' microsoft, 3 button USB mouse, which doesn't work untill i remove and stick it in again. I have usbd_enable="YES" and moused_enable="YES" in /etc/rc.conf. Also, i didn't have any additional media in any of the USB ports (da0 appears in /dev when i use a flash drive for example). System temperature is a non-issue. Any idea what the problem is? Thanks. -- Regards, Ghirai. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 23:12:03 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E607916A418 for ; Tue, 21 Aug 2007 23:12:03 +0000 (UTC) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by mx1.freebsd.org (Postfix) with ESMTP id C803713C45B for ; Tue, 21 Aug 2007 23:12:03 +0000 (UTC) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by bravo.pjkh.com (Postfix) with ESMTP id 55B9513C7C3; Tue, 21 Aug 2007 16:04:47 -0700 (PDT) Received: by bravo.pjkh.com (Postfix, from userid 1000) id 39EBE13C7C0; Tue, 21 Aug 2007 16:04:47 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by bravo.pjkh.com (Postfix) with ESMTP id 3761713C404; Tue, 21 Aug 2007 16:04:47 -0700 (PDT) Date: Tue, 21 Aug 2007 16:04:47 -0700 (PDT) From: Philip Hallstrom To: fbsd2 In-Reply-To: Message-ID: <20070821160431.A56007@bravo.pjkh.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV using ClamSMTP Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: wildcard usage in fetch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 23:12:04 -0000 > fetch -avrpAFU ftp://loginid:password@my.pics.com/IDX/ActivePhotos/*/*.* > > The /*/ directory is 2 positions in size and > contains 00 through 99 as directory names. > The *.* means all files in this directory. > > When I execute this I get logged in but get file > not found or not available error message. > > Is wildcard usage not allowed in ftp? > > How would you suggest to accomplish downloading source file > directory structure and their contents? You might look into curl. I know it has some wildcarding capabilities. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 23:49:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4340616A419 for ; Tue, 21 Aug 2007 23:49:48 +0000 (UTC) (envelope-from heatonjmark@netscape.net) Received: from imr-m08.mx.aol.com (imr-m08.mx.aol.com [64.12.138.210]) by mx1.freebsd.org (Postfix) with ESMTP id 058C313C442 for ; Tue, 21 Aug 2007 23:49:47 +0000 (UTC) (envelope-from heatonjmark@netscape.net) Received: from imo-m19.mx.aol.com (imo-m19.mail.aol.com [172.20.107.65]) by imr-m08.mx.aol.com (v107.10) with ESMTP id RELAYIN9-a46cb7a1466; Tue, 21 Aug 2007 19:49:40 -0400 Received: from heatonjmark@netscape.net by imo-m19.mx.aol.com (mail_out_v38_r9.2.) id n.c76.1926063f (57867) for ; Tue, 21 Aug 2007 19:34:25 -0400 (EDT) Received: from FWM-M38 (fwm-m38.webmail.aol.com [64.12.193.240]) by air-ia01.mail.aol.com (v119.7) with ESMTP id MAILINIA11-e20b46cb76811a0; Tue, 21 Aug 2007 19:34:25 -0400 To: freebsd-questions@freebsd.org Date: Tue, 21 Aug 2007 19:34:24 -0400 X-MB-Message-Source: WebUI X-MB-Message-Type: User MIME-Version: 1.0 From: heatonjmark@netscape.net X-Mailer: AIM WebMail 29047 Received: from 24.98.90.30 by FWM-M38.sysops.aol.com (64.12.193.240) with HTTP (WebMailUI); Tue, 21 Aug 2007 19:34:24 -0400 Message-Id: <8C9B262F13FEDFA-F60-51BF@FWM-M38.sysops.aol.com> X-AOL-IP: 172.20.107.65 X-Spam-Flag: NO Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Problem with cardbus cards being recognized in my laptop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 23:49:48 -0000 Hi, folks, I was wondering if I could get some advice on a problem I'm having getting cardbus cards recognized by my laptop (HP zv6000) running FreeBSD 6.2-RELEASE 0. If I insert a card into the cardbus slot it the insertion is not recognized by the system. There is no trace that anything even occurred in dmesg. Likewise if I boot with a card inserted there is seemingly no recognition that the card is even there. And equally obviously there is no device created to configure (in my case an atheros based wlan card). The only trace of it is in dmesg that it sees the bus but does not see the card... see snip of dmesg below. snip--------------------------------------------------------------------------------- cbb0: at device 4.0 on pci3 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 end snip---------------------------------------------------------------------------- My kernel is compiled with the following options... snip---------------------------------------------------------------------------------- # PCMCIA and cardbus bridge support device????????? cbb???????????? # cardbus (yenta) bridge device????????? pccard????????? # PC Card (16-bit) bus device????????? cardbus???????? # CardBus (32-bit) bus end of snip------------------------------------------------------------------------------------------------- and just in case, I added the following line to /etc/rc.conf. I don't think this entry will help a 32 bit cardbus but I figured It wouldn't hurt since I could not find an equivalent for cardbus. pccard_enable="YES" I would have assumed a dead slot except that it worked when booted with Windows. And even now I can boot from a Linux live cd and see the insertion event in dmesg under linux. Snip of Linux dmesg------------------------------------------------------------------------------------- [17179744.904000] pccard: CardBus card inserted into slot 0 [17179745.192000] wlan: 0.8.4.2 (0.9.2.1) [17179745.196000] ath_rate_sample: Unknown symbol ath_hal_computetxtime [17179745.232000] ath_pci: Unknown symbol ath_rate_tx_complete [17179745.232000] ath_pci: Unknown symbol _ath_hal_attach [17179745.232000] ath_pci: Unknown symbol ath_rate_attach [17179745.232000] ath_pci: Unknown symbol ath_rate_newassoc [17179745.232000] ath_pci: Unknown symbol ath_hal_computetxtime End of snip------------------------------------------------------------------------------------------------ Any suggestions will be greatly appreciated. Best Regards, mark h. ________________________________________________________________________ Check Out the new free AIM(R) Mail -- Unlimited storage and industry-leading spam and email virus protection. From owner-freebsd-questions@FreeBSD.ORG Tue Aug 21 23:54:37 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBF9716A41A for ; Tue, 21 Aug 2007 23:54:37 +0000 (UTC) (envelope-from drumslayer2@yahoo.com) Received: from web34510.mail.mud.yahoo.com (web34510.mail.mud.yahoo.com [66.163.178.176]) by mx1.freebsd.org (Postfix) with SMTP id 9D45713C46E for ; Tue, 21 Aug 2007 23:54:37 +0000 (UTC) (envelope-from drumslayer2@yahoo.com) Received: (qmail 35124 invoked by uid 60001); 21 Aug 2007 23:54:36 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=3wAWQfV7T8y8Ao3JqXasJRO2ih1syyX4uTMnYEWtjjTf1G2xbJwwfufUNLsbztUrxegJP58kqvTxQNbtN9MVjW+QnoiXjLCd6ZiFXxv9mWAQgpDrtVrdUedUrh/TAMCioATMoT74TkmKu6jjUN+SxYMsPND4jKfiaEDeDzr2QMs=; X-YMail-OSG: vsPNL.wVM1mt_5R8YlCIGRMvk2zvSEhPhMkeb0Y8ThYe5CyG Received: from [67.112.21.27] by web34510.mail.mud.yahoo.com via HTTP; Tue, 21 Aug 2007 16:54:36 PDT Date: Tue, 21 Aug 2007 16:54:36 -0700 (PDT) From: "N. Harrington" To: freebsd-amd64@freebsd.org, questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <835936.35104.qm@web34510.mail.mud.yahoo.com> Cc: Subject: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Aug 2007 23:54:38 -0000 Hello I feel stupid, but I am confused about kern.maxdsiz (or datasize via limits command) on FreeBSD amd64. I have seen many posts and suggestions to raise it to 1G. However it seems this only applies to i386. By default, on servers I have with 4G of physical memory, and 2X that of swap, I am showing a reported datasize limit of 33554432KB. far in excess of even my physical and swap combined! I have seen suggestions from mysql for maxdsize to be set to 1G. Obviously no such problem with amd64? Is this just a high number chosen to let things run wild? (basically unlimited) I have been having some problems with running squid and my servers locking up. I think, from the process exceeding my physical memory and the server getting very unhappy trying use so much swap. (since it seems the process size is so unlimited) Could anyone help shed some light on this for me? If I have a server with 4G of memory, what would be a safe /sane allowable maximum for datasize? (assuming a light networking load) Thanks! Nicole From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 00:13:16 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45DDC16A417 for ; Wed, 22 Aug 2007 00:13:16 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.freebsd.org (Postfix) with ESMTP id 29EBA13C47E for ; Wed, 22 Aug 2007 00:13:16 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay13.apple.com (relay13.apple.com [17.128.113.29]) by mail-out3.apple.com (Postfix) with ESMTP id 01EC9F1B06D; Tue, 21 Aug 2007 17:13:16 -0700 (PDT) Received: from relay13.apple.com (unknown [127.0.0.1]) by relay13.apple.com (Symantec Mail Security) with ESMTP id E0AE128DA6; Tue, 21 Aug 2007 17:13:15 -0700 (PDT) X-AuditID: 1180711d-a021bbb000001006-d6-46cb7f9b9f78 Received: from [17.214.13.96] (cswiger1.apple.com [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay13.apple.com (Symantec Mail Security) with ESMTP id C1C7128DD7; Tue, 21 Aug 2007 17:13:15 -0700 (PDT) In-Reply-To: <835936.35104.qm@web34510.mail.mud.yahoo.com> References: <835936.35104.qm@web34510.mail.mud.yahoo.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Tue, 21 Aug 2007 17:13:15 -0700 To: N. Harrington X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: questions@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 00:13:16 -0000 On Aug 21, 2007, at 4:54 PM, N. Harrington wrote: > I have seen many posts and suggestions to raise it to 1G. However > it seems this only applies to > i386. By default, on servers I have with 4G of physical memory, and > 2X that of swap, I am showing > a reported datasize limit of 33554432KB. far in excess of even my > physical and swap combined! True...that a big part of what you gain from running in 64-bit mode-- a huge address space. > I have seen suggestions from mysql for maxdsize to be set to 1G. > Obviously no such problem with > amd64? Right. > Is this just a high number chosen to let things run wild? > (basically unlimited) I have been > having some problems with running squid and my servers locking up. > I think, from the process > exceeding my physical memory and the server getting very unhappy > trying use so much swap. (since > it seems the process size is so unlimited) You should configure squid to use no more than about 60 - 70% of the available physical RAM-- ie, set the cache_mem parameter to about 2.5 or 3GB. > Could anyone help shed some light on this for me? If I have a > server with 4G of memory, what > would be a safe /sane allowable maximum for datasize? (assuming a > light networking load) It wouldn't be unreasonable to limit datasize to 3 GB on such a machine, assuming that nothing you run will ever need to grow larger... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 00:21:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1100916A46C for ; Wed, 22 Aug 2007 00:21:03 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 0221613C4B6 for ; Wed, 22 Aug 2007 00:20:56 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 28374 invoked by uid 1002); 22 Aug 2007 00:20:55 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 6.39008 secs); 22 Aug 2007 00:20:55 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 22 Aug 2007 00:20:48 -0000 Message-ID: <46CB812B.3020208@ibctech.ca> Date: Tue, 21 Aug 2007 20:19:55 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: mattr@eagle.ca Subject: DJBDNS && IPv6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 00:21:03 -0000 Hi all, I am doing some serious testing with IPv6, however I can not get the name resolution side of things on my DJBDNS DNS servers to work as expected. On my legacy 4.10 box running BIND, I can resolve v6 addresses inherently even without v6 enabled in the kernel, but on my pre-production tinydns boxes (6.2, IPv6 kernel), I can't. I have installed the port, 'sup'd today on: FreeBSD 6.2-RELEASE-p6 #0: Wed Jul 18 20:31:03 EDT 2007 ...and installed it with the v6 patch in the Makefile turned 'on', but I can not identify any indication that IPv6 is enabled. What I'd like to know is: - is there a special way that I need to use tinydns-conf to create a new 'server' - what should a proper v6 entry look like in the data file My research has told me that I should have new 'v6' type binaries in the ./bin directory, but I do not see those. Any help would be greatly appreciated. I'm sorry if this should be directed to the djbdns list, however, I know I can compile from source and get it to work, I just want the port to work for future maintenance purposes. Regards, Steve From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 01:09:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75FF616A420 for ; Wed, 22 Aug 2007 01:09:15 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id CBEC413C4A7 for ; Wed, 22 Aug 2007 01:09:14 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 30006 invoked by uid 1002); 22 Aug 2007 01:09:14 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 6.297795 secs); 22 Aug 2007 01:09:14 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 22 Aug 2007 01:09:07 -0000 Message-ID: <46CB8C7E.1040102@ibctech.ca> Date: Tue, 21 Aug 2007 21:08:14 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <46CB812B.3020208@ibctech.ca> In-Reply-To: <46CB812B.3020208@ibctech.ca> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: mattr@eagle.ca Subject: Re: DJBDNS && IPv6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 01:09:15 -0000 > - is there a special way that I need to use tinydns-conf to create a new > 'server' > > - what should a proper v6 entry look like in the data file > > My research has told me that I should have new 'v6' type binaries in the > ./bin directory, but I do not see those. To answer my own question, and to ensure quality in the archive, thanks to this: http://tomclegg.net/djbdns-ipv6 I managed to solve my own question. I had to: # echo WITH_IPV6=yes >> /etc/make.conf ...and now I have: -rwxr-xr-x 1 root wheel 78 Aug 21 20:58 add-alias6 -rwxr-xr-x 1 root wheel 77 Aug 21 20:58 add-host6 ...which is what I was looking for. I don't know what ramifications leaving this in the /etc/make.conf file will have on future ports, so if someone can answer that, it would be great! Steve From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 04:33:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 824A116A41B for ; Wed, 22 Aug 2007 04:33:19 +0000 (UTC) (envelope-from martin@saturn.pcs.ms) Received: from saturn.pcs.ms (114-4.0-85.cust.bluewin.ch [85.0.4.114]) by mx1.freebsd.org (Postfix) with ESMTP id 05DF313C469 for ; Wed, 22 Aug 2007 04:33:18 +0000 (UTC) (envelope-from martin@saturn.pcs.ms) Received: from saturn.pcs.ms (localhost [127.0.0.1]) by saturn.pcs.ms (8.13.6/8.13.6) with ESMTP id l7M4MlJM003535; Wed, 22 Aug 2007 06:22:48 +0200 (CEST) (envelope-from martin@saturn.pcs.ms) Received: (from martin@localhost) by saturn.pcs.ms (8.13.6/8.13.6/Submit) id l7M4MlWj003530; Wed, 22 Aug 2007 06:22:47 +0200 (CEST) (envelope-from martin) Date: Wed, 22 Aug 2007 06:22:46 +0200 From: Martin Schweizer To: freebsd-questions@freebsd.org Message-ID: <20070822042246.GA3497@saturn.pcs.ms> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4Ckj6UjgE2iN1+kY" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Organization: PC-Service M. Schweizer GmbH, CH-8608 Bubikon, Switzerland X-PGP-Key: http://www.pc-service.ch/pgp/public_key.asc X-Fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239 Subject: ldconfig problem after upgrade 4.11 to 5.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Schweizer List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 04:33:19 -0000 --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I g= et=20 around 63 error messages while the system boot up: ldconfig: /var/run/ld.so.hints: No such file or directory search: trailing characters ignored No such file or directory 0: - lmalloc.1.1: trailing characters ignored. No such file or=20 directory =2E.. =2E.. What did I wrong or what did I forget? Any hints are welcome. --=20 Regards Martin=20 PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch; public key : http://www.pc-service.ch/pgp/public_key.asc;=20 fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239; --4Ckj6UjgE2iN1+kY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFGy7oWwa4WkdMP0jkRAjSdAJ0UsszYwjvXRcpVgXR9U6JzCPjscwCdEuzd cCm3Uc64YtTZ/h+pcymA0Kc= =56lN -----END PGP SIGNATURE----- --4Ckj6UjgE2iN1+kY-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 04:37:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A40D016A417 for ; Wed, 22 Aug 2007 04:37:26 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 9198113C457 for ; Wed, 22 Aug 2007 04:37:26 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id AD0A71A3C1A for ; Tue, 21 Aug 2007 21:35:30 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id DCA81C3ED; Wed, 22 Aug 2007 00:37:25 -0400 (EDT) Date: Wed, 22 Aug 2007 00:37:25 -0400 From: Kris Kennaway To: freebsd-questions@freebsd.org Message-ID: <20070822043725.GA2869@rot26.obsecurity.org> References: <20070822042246.GA3497@saturn.pcs.ms> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="opJtzjQTFsWo+cga" Content-Disposition: inline In-Reply-To: <20070822042246.GA3497@saturn.pcs.ms> User-Agent: Mutt/1.4.2.3i Subject: Re: ldconfig problem after upgrade 4.11 to 5.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 04:37:26 -0000 --opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote: > Hello >=20 > After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I= get=20 > around 63 error messages while the system boot up: >=20 > ldconfig: /var/run/ld.so.hints: No such file or directory > search: trailing characters ignored > No such file or directory > 0: - lmalloc.1.1: trailing characters ignored. No such file or=20 > directory > ... > ... >=20 > What did I wrong or what did I forget? Any hints are welcome. Looks like it might be a broken symlink. Why are you updating to 5.5 though? You should be using 6.2. Kris --opJtzjQTFsWo+cga Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGy72FWry0BWjoQKURAk3nAKDKyXa5qXzpCGUYtIotPFd7LiqhdQCfVAXX fJfs2fMO9ZcLK8uva+WA4A8= =Bxw3 -----END PGP SIGNATURE----- --opJtzjQTFsWo+cga-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 04:44:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2225716A41A for ; Wed, 22 Aug 2007 04:44:18 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 9EF7E13C494 for ; Wed, 22 Aug 2007 04:44:17 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: by nf-out-0910.google.com with SMTP id b2so46730nfb for ; Tue, 21 Aug 2007 21:44:16 -0700 (PDT) Received: by 10.78.172.20 with SMTP id u20mr168772hue.1187757855237; Tue, 21 Aug 2007 21:44:15 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.132.156]) by mx.google.com with ESMTPS id 20sm74627huf.2007.08.21.21.44.12 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 21 Aug 2007 21:44:14 -0700 (PDT) Received: from obelix.home.rakhesh.com (obelix.home.rakhesh.com [192.168.17.13]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 19E3250841; Wed, 22 Aug 2007 08:42:30 +0400 (GST) Date: Wed, 22 Aug 2007 08:42:30 +0400 (GST) X-X-Sender: rakhesh@obelix.home.rakhesh.com To: Philip Hallstrom In-Reply-To: <20070821160431.A56007@bravo.pjkh.com> Message-ID: <20070822084136.M88943@obelix.home.rakhesh.com> References: <20070821160431.A56007@bravo.pjkh.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: wildcard usage in fetch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 04:44:18 -0000 >> fetch -avrpAFU ftp://loginid:password@my.pics.com/IDX/ActivePhotos/*/*.* >> >> The /*/ directory is 2 positions in size and >> contains 00 through 99 as directory names. >> The *.* means all files in this directory. >> >> When I execute this I get logged in but get file >> not found or not available error message. >> >> Is wildcard usage not allowed in ftp? >> >> How would you suggest to accomplish downloading source file >> directory structure and their contents? > > You might look into curl. I know it has some wildcarding capabilities. I haven't done ftp'ing around in a while. But a long time ago, when I did, I used ncftp. That does wildcarding iirc. Regards, - Rakhesh http://rakhesh.com/ From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 04:51:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BECE16A41A for ; Wed, 22 Aug 2007 04:51:16 +0000 (UTC) (envelope-from martin@saturn.pcs.ms) Received: from saturn.pcs.ms (114-4.0-85.cust.bluewin.ch [85.0.4.114]) by mx1.freebsd.org (Postfix) with ESMTP id 02B4213C46E for ; Wed, 22 Aug 2007 04:51:15 +0000 (UTC) (envelope-from martin@saturn.pcs.ms) Received: from saturn.pcs.ms (localhost [127.0.0.1]) by saturn.pcs.ms (8.13.6/8.13.6) with ESMTP id l7M4pIRc003695; Wed, 22 Aug 2007 06:51:18 +0200 (CEST) (envelope-from martin@saturn.pcs.ms) Received: (from martin@localhost) by saturn.pcs.ms (8.13.6/8.13.6/Submit) id l7M4pIw0003694; Wed, 22 Aug 2007 06:51:18 +0200 (CEST) (envelope-from martin) Date: Wed, 22 Aug 2007 06:51:18 +0200 From: Martin Schweizer To: Kris Kennaway Message-ID: <20070822045118.GB3497@saturn.pcs.ms> Mail-Followup-To: Kris Kennaway , freebsd-questions@freebsd.org References: <20070822042246.GA3497@saturn.pcs.ms> <20070822043725.GA2869@rot26.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NDin8bjvE/0mNLFQ" Content-Disposition: inline In-Reply-To: <20070822043725.GA2869@rot26.obsecurity.org> User-Agent: Mutt/1.4.2.1i Organization: PC-Service M. Schweizer GmbH, CH-8608 Bubikon, Switzerland X-PGP-Key: http://www.pc-service.ch/pgp/public_key.asc X-Fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239 Cc: freebsd-questions@freebsd.org Subject: Re: ldconfig problem after upgrade 4.11 to 5.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Schweizer List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 04:51:16 -0000 --NDin8bjvE/0mNLFQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Kris Am Wed, Aug 22, 2007 at 12:37:25AM -0400 Kris Kennaway schrieb: > On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote: > > After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING),= I get=20 > > around 63 error messages while the system boot up: > >=20 > > ldconfig: /var/run/ld.so.hints: No such file or directory > > search: trailing characters ignored > > No such file or directory > > 0: - lmalloc.1.1: trailing characters ignored. No such file or= =20 > > directory > > ... > > ... > >=20 > Looks like it might be a broken symlink. >=20 > Why are you updating to 5.5 though? You should be using 6.2. If I'm understanding /usr/src/UPDATING correct I should first update to 5.5= =20 and then to 6.2? Any ideas where I can check this symlink? --=20 Regards Martin=20 PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch; public key : http://www.pc-service.ch/pgp/public_key.asc;=20 fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239; --NDin8bjvE/0mNLFQ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFGy8DGwa4WkdMP0jkRAm5GAKCnE8Yq08AizEV6brJppRGfCRUKZACg4FKF +aqf8dp2HRoeng5R04fi3dc= =xq6N -----END PGP SIGNATURE----- --NDin8bjvE/0mNLFQ-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 04:52:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB38B16A419 for ; Wed, 22 Aug 2007 04:52:58 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.freebsd.org (Postfix) with ESMTP id 35D3713C442 for ; Wed, 22 Aug 2007 04:52:57 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: by nf-out-0910.google.com with SMTP id b2so47890nfb for ; Tue, 21 Aug 2007 21:52:57 -0700 (PDT) Received: by 10.78.177.3 with SMTP id z3mr159984hue.1187758376211; Tue, 21 Aug 2007 21:52:56 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.132.156]) by mx.google.com with ESMTPS id 28sm77858hua.2007.08.21.21.52.52 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 21 Aug 2007 21:52:53 -0700 (PDT) Received: from obelix.home.rakhesh.com (obelix.home.rakhesh.com [192.168.17.13]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 99A8150843 for ; Wed, 22 Aug 2007 08:51:09 +0400 (GST) Date: Wed, 22 Aug 2007 08:51:09 +0400 (GST) X-X-Sender: rakhesh@obelix.home.rakhesh.com To: freebsd-questions@freebsd.org In-Reply-To: <44abslgfa0.fsf@be-well.ilk.org> Message-ID: <20070822084628.L88943@obelix.home.rakhesh.com> References: <20070820121349.D51751@obelix.home.rakhesh.com> <44abslgfa0.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Subject: Re: GEOM, Vinum difference X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 04:52:58 -0000 Lowell Gilbert wrote: > Rakhesh Sasidharan writes: > >> I see that if I want to do disk striping/ concating/ mirroring, >> FreeBSD offers the GEOM utilities and the Vinum LVM (which fits into >> the GEOM architecture). Why do we have two different ways of doing the >> same tasks -- any advantages/ disadvantages to either approach? >> >> I did check the archives before posting this question. Got a couple of >> hits, but they seem to be old info. Hence this question. >> >> The GEOM utilities seem to be newer, fancier, and probably the >> future. Vinum seems to be how things used to happen earlier. After >> GEOM was introduced, if Vinum had been discarded, I would have >> understood. But it wasn't. Instead, it was rewritten for GEOM and is >> probably still actively maintained. So I wonder why we have two ways >> of doing the same tasks ... >> >> What I understand from the archives is that Vinum was _probably_ >> rewritten for GEOM coz the GEOM utilities were still new and not as >> time tested as Vinum. Is that the case? So will Vinum continue to be >> around for a while or it be discarded? > > geom(4) does not provide RAID. It provides framework services that > are used by gvinum(8), (and by many other disk-related capabilities). Missed that one! :) There's no geom utility for RAID5, so that's definitely a difference. Thanks! Another (related) question: both gvinum and the geom utilities like gmirror and gstripe etc provide for RAID0, RAID1, and RAID3. Any advantages/ disadvantages of using one instead of the other? Thanks, - Rakhesh http://rakhesh.com/ From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 05:06:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6B7B16A5A8 for ; Wed, 22 Aug 2007 05:06:19 +0000 (UTC) (envelope-from martin@saturn.pcs.ms) Received: from saturn.pcs.ms (114-4.0-85.cust.bluewin.ch [85.0.4.114]) by mx1.freebsd.org (Postfix) with ESMTP id C444413C491 for ; Wed, 22 Aug 2007 05:06:16 +0000 (UTC) (envelope-from martin@saturn.pcs.ms) Received: from saturn.pcs.ms (localhost [127.0.0.1]) by saturn.pcs.ms (8.13.6/8.13.6) with ESMTP id l7M56Jou003891; Wed, 22 Aug 2007 07:06:19 +0200 (CEST) (envelope-from martin@saturn.pcs.ms) Received: (from martin@localhost) by saturn.pcs.ms (8.13.6/8.13.6/Submit) id l7M56JQZ003890; Wed, 22 Aug 2007 07:06:19 +0200 (CEST) (envelope-from martin) Date: Wed, 22 Aug 2007 07:06:19 +0200 From: Martin Schweizer To: Kris Kennaway , freebsd-questions@freebsd.org Message-ID: <20070822050618.GA3852@saturn.pcs.ms> Mail-Followup-To: Kris Kennaway , freebsd-questions@freebsd.org References: <20070822042246.GA3497@saturn.pcs.ms> <20070822043725.GA2869@rot26.obsecurity.org> <20070822045118.GB3497@saturn.pcs.ms> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline In-Reply-To: <20070822045118.GB3497@saturn.pcs.ms> User-Agent: Mutt/1.4.2.1i Organization: PC-Service M. Schweizer GmbH, CH-8608 Bubikon, Switzerland X-PGP-Key: http://www.pc-service.ch/pgp/public_key.asc X-Fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239 Cc: Subject: Re: ldconfig problem after upgrade 4.11 to 5.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Schweizer List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 05:06:19 -0000 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Kris Am Wed, Aug 22, 2007 at 06:51:18AM +0200 Martin Schweizer schrieb: > Am Wed, Aug 22, 2007 at 12:37:25AM -0400 Kris Kennaway schrieb: > > On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote: > > > After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING= ), I get=20 > > > around 63 error messages while the system boot up: > > >=20 > > > ldconfig: /var/run/ld.so.hints: No such file or directory > > > search: trailing characters ignored > > > No such file or directory > > > 0: - lmalloc.1.1: trailing characters ignored. No such file o= r=20 > > > directory > > > ... > > > ... > > >=20 > > Looks like it might be a broken symlink. > >=20 > > Why are you updating to 5.5 though? You should be using 6.2. >=20 > If I'm understanding /usr/src/UPDATING correct I should first update to 5= .5=20 > and then to 6.2? Any ideas where I can check this symlink? In /etc/defaults/rc.conf I find some pathes which are not valid: ldconfig_local_dirs=3D"/usr/local/libdata/ldconfig /usr/X11R6/libdata/ldcon= fig" # Local directories with ldconfig configuration fil= es. ldconfig_local32_dirs=3D"/usr/local/libdata/ldconfig32 /usr/X11R6/libdata/l= dconfig32" # Local directories with 32-bit compatibility ldcon= fig Is this the problem? --=20 Regards Martin=20 PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch; public key : http://www.pc-service.ch/pgp/public_key.asc;=20 fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239; --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFGy8RKwa4WkdMP0jkRAumNAKDm59lUAAkRhhMLtWTKD/MCpg+O6gCeL5RZ NR0/PXx+4sw12HZv6QLFvaQ= =5eV1 -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 05:37:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC2B816A417 for ; Wed, 22 Aug 2007 05:37:26 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 2D6EA13C474 for ; Wed, 22 Aug 2007 05:37:25 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.1/8.14.1) with ESMTP id l7M5b8Am091322; Wed, 22 Aug 2007 06:37:12 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infracaninophile.co.uk; s=200708; t=1187761033; bh=664A4WzbWc6syv bETTohJBOYPB/JDmpegbu8LluSKsM=; h=Message-ID:Date:From:Organization: User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To: X-Enigmail-Version:Content-Type:Content-Transfer-Encoding:Cc: Content-Type:Date:From:In-Reply-To:Message-ID:Mime-Version: References:To; b=coUrKOs50hxj/M4AcSXeIiiB3M7DqgTTabcjZ34qYwFTW6OSR UJrX/FqC29Pufrq84VpBAW9y1AI8vVR0ncyFn6keTxbUwJkQyflR+jf3PQREMwCUf08 4yUzCaBuV2JcrKbScSs5imYTPAEp+asB2WrHxEIzZgneTKNmJpDZcM0= Message-ID: <46CBCB84.5050806@infracaninophile.co.uk> Date: Wed, 22 Aug 2007 06:37:08 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: Steve Bertrand References: <46CB812B.3020208@ibctech.ca> <46CB8C7E.1040102@ibctech.ca> In-Reply-To: <46CB8C7E.1040102@ibctech.ca> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (smtp.infracaninophile.co.uk [IPv6:::1]); Wed, 22 Aug 2007 06:37:13 +0100 (BST) X-Virus-Scanned: ClamAV 0.91.1/4025/Wed Aug 22 00:37:57 2007 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,NO_RELAYS autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on happy-idiot-talk.infracaninophile.co.uk Cc: mattr@eagle.ca, freebsd-questions@freebsd.org Subject: Re: DJBDNS && IPv6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 05:37:26 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Steve Bertrand wrote: >> - is there a special way that I need to use tinydns-conf to create a new >> 'server' >> >> - what should a proper v6 entry look like in the data file >> >> My research has told me that I should have new 'v6' type binaries in the >> ./bin directory, but I do not see those. > > To answer my own question, and to ensure quality in the archive, thanks > to this: > > http://tomclegg.net/djbdns-ipv6 > > I managed to solve my own question. > > I had to: > > # echo WITH_IPV6=yes >> /etc/make.conf > > ...and now I have: > > -rwxr-xr-x 1 root wheel 78 Aug 21 20:58 add-alias6 > -rwxr-xr-x 1 root wheel 77 Aug 21 20:58 add-host6 > > ...which is what I was looking for. > > I don't know what ramifications leaving this in the /etc/make.conf file > will have on future ports, so if someone can answer that, it would be great! > 'WITH_IPV6' inserted into /etc/make.conf in the way you show will enable IPv6 support in all ports that offer the capability. It's the recognised flag for that purpose and documented as such in /usr/ports/KNOBS. If you want to limit the effect to a single port, then you can use a construction like this in /etc/make.conf: .if ${.CURRDIR:M*/dns/djbdns} WITH_IPV6= YES .fi Also look at ports-mgmt/portsconf which lets you achieve the same end but using a different syntax which you may find easier to deal with. Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGy8uE8Mjk52CukIwRCBjiAJ99TyDfVH5H51EfzzRqij+lsMYSKwCdEFKv u4uIqRePKGmdjMB+CNTnqpc= =PN1d -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 06:24:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5B0916A469 for ; Wed, 22 Aug 2007 06:24:28 +0000 (UTC) (envelope-from ghirai@ghirai.com) Received: from iota.fastbighost.com (iota.fastbighost.com [65.98.8.190]) by mx1.freebsd.org (Postfix) with ESMTP id 7884B13C4A7 for ; Wed, 22 Aug 2007 06:24:28 +0000 (UTC) (envelope-from ghirai@ghirai.com) Received: from [89.122.139.50] (port=61036 helo=deimos.bsd.nix) by iota.fastbighost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.66) (envelope-from ) id 1IN87v-0000Op-QK; Mon, 20 Aug 2007 14:21:08 +0000 Date: Mon, 20 Aug 2007 17:27:41 +0000 From: Ghirai To: Michael S , freebsd-questions@freebsd.org Message-Id: <20070820172741.598e46fc.ghirai@ghirai.com> In-Reply-To: <858112.76105.qm@web88303.mail.re4.yahoo.com> References: <20070820055238.J14030@small> <858112.76105.qm@web88303.mail.re4.yahoo.com> X-Mailer: Sylpheed 2.4.4 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - iota.fastbighost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - ghirai.com X-Source: X-Source-Args: X-Source-Dir: Cc: Subject: Re: Gnome & FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 06:24:28 -0000 On Mon, 20 Aug 2007 10:11:54 -0400 (EDT) Michael S wrote: > Thank you all for the suggestions. I am going to take > into consideration everything everyone wrote. > > Michael > > --- "P.U.Kruppa" wrote: > > > On Sun, 19 Aug 2007, Michael S wrote: > > > > > Good day all, > > > > > > I decided to add GUI to my GUI-less FreeBSD > > machine. I > > > am considering installing Gnome, which I haven't > > used > > > for long while and the last time was on Linux > > anyway. > > > The reason is that most of my favorite > > applications > > > use gtk libraries, like Firefox, GAIM (can't get > > used > > > to the new name),wxPython and others. In short I > > > wanted to avoid 2 huge sets of libraries (gtk and > > qt) > > > by not installing KDE. > > > I wanted to know how Gnome feels on FreeBSD, is it > > > polished enough? Are there crashes? Any caveats at > > > all? > > There is a minimal gnome installation in > > /usr/ports/x11/gnome2-lite > > you can start with that and - if you like it - add > > all the the > > other stuff. > > One caveat: > > First install /usr/ports/x11/xorg (i.e. xorg-7.2) > > and check if > > your monitor and graphics card are set up correctly. > > > > Greetings, > > > > Uli. > > I'd suggest you also give xfce a try (http://xfce.org), it's also GTK based, and lighter than gnome/kde, while still having plenty of features. -- Regards, Ghirai. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 06:31:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CABE116A41B for ; Wed, 22 Aug 2007 06:31:11 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id B9BBE13C45E for ; Wed, 22 Aug 2007 06:31:11 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 820041A3C1A for ; Tue, 21 Aug 2007 23:29:15 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 0C43FC3EE; Wed, 22 Aug 2007 02:31:06 -0400 (EDT) Date: Wed, 22 Aug 2007 02:31:04 -0400 From: Kris Kennaway To: Kris Kennaway , freebsd-questions@freebsd.org Message-ID: <20070822063102.GA4141@rot26.obsecurity.org> References: <20070822042246.GA3497@saturn.pcs.ms> <20070822043725.GA2869@rot26.obsecurity.org> <20070822045118.GB3497@saturn.pcs.ms> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070822045118.GB3497@saturn.pcs.ms> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: ldconfig problem after upgrade 4.11 to 5.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 06:31:11 -0000 On Wed, Aug 22, 2007 at 06:51:18AM +0200, Martin Schweizer wrote: > Hello Kris > > Am Wed, Aug 22, 2007 at 12:37:25AM -0400 Kris Kennaway schrieb: > > On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote: > > > After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I get > > > around 63 error messages while the system boot up: > > > > > > ldconfig: /var/run/ld.so.hints: No such file or directory > > > search: trailing characters ignored > > > No such file or directory > > > 0: - lmalloc.1.1: trailing characters ignored. No such file or > > > directory > > > ... > > > ... > > > > > Looks like it might be a broken symlink. > > > > Why are you updating to 5.5 though? You should be using 6.2. > > If I'm understanding /usr/src/UPDATING correct I should first update to 5.5 > and then to 6.2? OK. It may have been easier (and still could be) to just do a binary upgrade instead. > Any ideas where I can check this symlink? Use find(1) to look for libmalloc.so.1.1 Kris From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 06:33:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C41816A46C for ; Wed, 22 Aug 2007 06:33:21 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id EBA8D13C45A for ; Wed, 22 Aug 2007 06:33:20 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id ABCB01A3C1A for ; Tue, 21 Aug 2007 23:31:24 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 9F3ACC3F8; Wed, 22 Aug 2007 02:33:10 -0400 (EDT) Date: Wed, 22 Aug 2007 02:33:06 -0400 From: Kris Kennaway To: Kris Kennaway , freebsd-questions@freebsd.org Message-ID: <20070822063304.GB4141@rot26.obsecurity.org> References: <20070822042246.GA3497@saturn.pcs.ms> <20070822043725.GA2869@rot26.obsecurity.org> <20070822045118.GB3497@saturn.pcs.ms> <20070822050618.GA3852@saturn.pcs.ms> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070822050618.GA3852@saturn.pcs.ms> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: ldconfig problem after upgrade 4.11 to 5.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 06:33:21 -0000 On Wed, Aug 22, 2007 at 07:06:19AM +0200, Martin Schweizer wrote: > Hello Kris > > Am Wed, Aug 22, 2007 at 06:51:18AM +0200 Martin Schweizer schrieb: > > Am Wed, Aug 22, 2007 at 12:37:25AM -0400 Kris Kennaway schrieb: > > > On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote: > > > > After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I get > > > > around 63 error messages while the system boot up: > > > > > > > > ldconfig: /var/run/ld.so.hints: No such file or directory > > > > search: trailing characters ignored > > > > No such file or directory > > > > 0: - lmalloc.1.1: trailing characters ignored. No such file or > > > > directory > > > > ... > > > > ... > > > > > > > Looks like it might be a broken symlink. > > > > > > Why are you updating to 5.5 though? You should be using 6.2. > > > > If I'm understanding /usr/src/UPDATING correct I should first update to 5.5 > > and then to 6.2? Any ideas where I can check this symlink? > > In /etc/defaults/rc.conf I find some pathes which are not valid: > > ldconfig_local_dirs="/usr/local/libdata/ldconfig /usr/X11R6/libdata/ldconfig" > # Local directories with ldconfig configuration files. > ldconfig_local32_dirs="/usr/local/libdata/ldconfig32 /usr/X11R6/libdata/ldconfig32" > # Local directories with 32-bit compatibility ldconfig > > Is this the problem? No, shouldn't be. You have something left behind on your system that is causing problems. Perhaps it was from an even older version than 4.11, if you had done previous upgrades from e.g. 3.x. Kris From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 06:44:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56FC716A417 for ; Wed, 22 Aug 2007 06:44:29 +0000 (UTC) (envelope-from martin@saturn.pcs.ms) Received: from saturn.pcs.ms (114-4.0-85.cust.bluewin.ch [85.0.4.114]) by mx1.freebsd.org (Postfix) with ESMTP id ADCF313C48E for ; Wed, 22 Aug 2007 06:44:28 +0000 (UTC) (envelope-from martin@saturn.pcs.ms) Received: from saturn.pcs.ms (localhost [127.0.0.1]) by saturn.pcs.ms (8.13.6/8.13.6) with ESMTP id l7M6iV9J004346; Wed, 22 Aug 2007 08:44:31 +0200 (CEST) (envelope-from martin@saturn.pcs.ms) Received: (from martin@localhost) by saturn.pcs.ms (8.13.6/8.13.6/Submit) id l7M6iVuo004345; Wed, 22 Aug 2007 08:44:31 +0200 (CEST) (envelope-from martin) Date: Wed, 22 Aug 2007 08:44:31 +0200 From: Martin Schweizer To: Kris Kennaway Message-ID: <20070822064430.GB3852@saturn.pcs.ms> Mail-Followup-To: Kris Kennaway , freebsd-questions@freebsd.org References: <20070822042246.GA3497@saturn.pcs.ms> <20070822043725.GA2869@rot26.obsecurity.org> <20070822045118.GB3497@saturn.pcs.ms> <20070822063102.GA4141@rot26.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hHWLQfXTYDoKhP50" Content-Disposition: inline In-Reply-To: <20070822063102.GA4141@rot26.obsecurity.org> User-Agent: Mutt/1.4.2.1i Organization: PC-Service M. Schweizer GmbH, CH-8608 Bubikon, Switzerland X-PGP-Key: http://www.pc-service.ch/pgp/public_key.asc X-Fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239 Cc: freebsd-questions@freebsd.org Subject: Re: ldconfig problem after upgrade 4.11 to 5.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Schweizer List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 06:44:29 -0000 --hHWLQfXTYDoKhP50 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Kris Am Wed, Aug 22, 2007 at 02:31:04AM -0400 Kris Kennaway schrieb: > >=20 > > Am Wed, Aug 22, 2007 at 12:37:25AM -0400 Kris Kennaway schrieb: > > > On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote: > > > > After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATI= NG), I get=20 > > > > around 63 error messages while the system boot up: > > > >=20 > > > > ldconfig: /var/run/ld.so.hints: No such file or directory > > > > search: trailing characters ignored > > > > No such file or directory > > > > 0: - lmalloc.1.1: trailing characters ignored. No such file= or=20 > > > > directory > > > > ... > > > > ... > > > >=20 > > > Looks like it might be a broken symlink. > > >=20 > > > Why are you updating to 5.5 though? You should be using 6.2. > >=20 > > If I'm understanding /usr/src/UPDATING correct I should first update to= 5.5=20 > > and then to 6.2? >=20 > OK. It may have been easier (and still could be) to just do a binary > upgrade instead. >=20 > > Any ideas where I can check this symlink? >=20 > Use find(1) to look for libmalloc.so.1.1 The files are all located in /usr/lib/compat/aout. The path is defined in= =20 /etc/defaults/rc.conf [snip] ldconfig_paths_aout=3D"/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/= lib/aout" [snip] Any ideas? --=20 Regards Martin Schweizer PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch; public key : http://www.pc-service.ch/pgp/public_key.asc;=20 fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239; --hHWLQfXTYDoKhP50 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFGy9tOwa4WkdMP0jkRAsKMAJ9pe489cKK035x2bqxyB23y/MDq2wCfYHDZ 7Yl6l3EgY5/xJ3hOTPP4p24= =W7Bw -----END PGP SIGNATURE----- --hHWLQfXTYDoKhP50-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 07:16:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9805C16A417 for ; Wed, 22 Aug 2007 07:16:42 +0000 (UTC) (envelope-from nobody@host.datatriangle.com) Received: from host.datatriangle.com (host.datatriangle.com [69.16.229.230]) by mx1.freebsd.org (Postfix) with ESMTP id 61C0613C465 for ; Wed, 22 Aug 2007 07:16:42 +0000 (UTC) (envelope-from nobody@host.datatriangle.com) Received: from nobody by host.datatriangle.com with local (Exim 4.63) (envelope-from ) id 1INijp-0007GN-Qo for freebsd-questions@freebsd.org; Wed, 22 Aug 2007 01:26:41 -0400 To: freebsd-questions@freebsd.org Date: Wed, 22 Aug 2007 01:26:41 -0400 From: Dr.Dawn-Elise_Snipes@AllCEUs.com Message-ID: <69b28befa4342df1f213631d4b14450f@www.allceus.com> X-Priority: 3 X-Mailer: PHPMailer [version 1.73] X-Mailer: phplist v2.10.4 X-MessageID: 6 X-ListMember: freebsd-questions@freebsd.org Precedence: bulk MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.datatriangle.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12] X-AntiAbuse: Sender Address Domain - host.datatriangle.com Content-Type: text/plain; charset = "UTF-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Unlimited CEUs for $49.99 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 07:16:42 -0000 Affordable, High-Quality CEUs! -- If you do not want to receive any more special offers or newsletters, http://allceus.com/mail_list/?p=unsubscribe&uid=4499e5ff375326efdcd9e044bebad6f3 To update your preferences and to unsubscribe visit http://allceus.com/mail_list/?p=preferences&uid=4499e5ff375326efdcd9e044bebad6f3 Forward a Message to Someone http://allceus.com/mail_list/?p=forward&uid=4499e5ff375326efdcd9e044bebad6f3&mid=6 Dr. Dawn-Elise Snipes dr.dawn-elise_snipes@allceus.com PO BOX 1688 Alachua, FL 32616 -- Powered by PHPlist, www.phplist.com -- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 07:35:50 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3B4B16A418 for ; Wed, 22 Aug 2007 07:35:49 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id 9034B13C45B for ; Wed, 22 Aug 2007 07:35:49 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l7M7ZmMl031228 for ; Wed, 22 Aug 2007 00:35:48 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l7M7ZmBx031227 for freebsd-questions@FreeBSD.ORG; Wed, 22 Aug 2007 00:35:48 -0700 (PDT) (envelope-from kline) Date: Wed, 22 Aug 2007 00:35:47 -0700 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20070822073547.GA31201@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: Subject: ps2ascii. &c. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 07:35:50 -0000 Guys, If this is a re-post, sorry. I thought I mailed this to -questions. Anyway, where are the pdf and pd and other ghostscript converters? I thought these utilities were in the default distribution, but I can't find them. pdfps, pdftoascii, and so forth. thanks in advance for any help, gary -- Gary Kline kline@thought.org www.thought.org Public Service Unix From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 07:47:46 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D228116A419 for ; Wed, 22 Aug 2007 07:47:46 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (crsd-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2d5::2]) by mx1.freebsd.org (Postfix) with ESMTP id B6CED13C45D for ; Wed, 22 Aug 2007 07:47:44 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l7M7lIHo007777 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 22 Aug 2007 11:47:18 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l7M7lFmd006927; Wed, 22 Aug 2007 11:47:15 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Wed, 22 Aug 2007 11:47:15 +0400 From: Yuri Pankov To: Gary Kline Message-ID: <20070822074715.GA2854@darklight.org.ru> References: <20070822073547.GA31201@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070822073547.GA31201@thought.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: FreeBSD Mailing List Subject: Re: ps2ascii. &c. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 07:47:46 -0000 On Wed, Aug 22, 2007 at 12:35:47AM -0700, Gary Kline wrote: > > Guys, > > If this is a re-post, sorry. I thought I mailed this to -questions. > Anyway, where are the pdf and pd and other ghostscript converters? > I thought these utilities were in the default distribution, but I > can't find them. pdfps, pdftoascii, and so forth. > > thanks in advance for any help, > > gary > > > > > -- > Gary Kline kline@thought.org www.thought.org Public Service Unix > They are in print/ghostscript-{afpl,gnu,gpl}, though ghostscript-gpl is preferred one. HTH, Yuri From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 07:54:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7585416A417 for ; Wed, 22 Aug 2007 07:54:11 +0000 (UTC) (envelope-from linder@jeuxvideo.com) Received: from www.odyssee-interactive.com (vin-passion.com [217.174.215.94]) by mx1.freebsd.org (Postfix) with ESMTP id 1B56913C457 for ; Wed, 22 Aug 2007 07:54:10 +0000 (UTC) (envelope-from linder@jeuxvideo.com) Received: from oblivion.jeuxvideo.com (odyssee-interactive.rain.fr [83.206.74.241]) (authenticated bits=0) by www.odyssee-interactive.com (8.12.10/8.12.10) with ESMTP id l7M7s8OF011106 for ; Wed, 22 Aug 2007 09:54:09 +0200 Date: Wed, 22 Aug 2007 09:54:08 +0200 From: Gabriel Linder To: FreeBSD Questions Message-ID: <20070822095408.61c11ab2@oblivion.jeuxvideo.com> Organization: =?ISO-8859-1?Q?L'Odyss=E9e?= Interactive X-Mailer: Claws Mail 2.10.0 (GTK+ 2.8.20; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Ports build parameters (knobs) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 07:54:11 -0000 Hello, During the build of the graphical portion of my new FreeBSD-powered laptop I noticed that some knobs are not listed in /usr/ports/KNOBS and so, I can't add them to make.conf before building the packages. When I run "make fetch-recursive" for fluxbox, I get : WITH_DEBUG=yes Build with debugging symbols WITH_DOCHTML=yes Install the HTML documentation WITH_DOCPDF=yes Install the PDF documentation WITH_GNOME=yes Enable GNOME support WITH_IMLIB2=yes Enable Imlib2 (pixmap themes) support [snip] and for libiconv : WITHOUT_EXTRA_ENCODINGS=yes Disable extra character sets WITH_EXTRA_PATCHES=yes Apply extra patches (fixes cp932, adds EUCJP-MS) GNOME and DEBUG are listed in /usr/ports/KNOBS, but IMLIB2 and EXTRA_PATCHES are not... Is there a way to have the full list of supported build options ? Or maybe I am wrong and these settings are not supposed to be in make.conf but in /var/db/ports//options, if so please let me know :) From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 08:12:59 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BB7616A475 for ; Wed, 22 Aug 2007 08:12:59 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp224.math.arizona.edu (smtp224.math.arizona.edu [128.196.224.202]) by mx1.freebsd.org (Postfix) with ESMTP id 190CD13C481 for ; Wed, 22 Aug 2007 08:12:59 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp224.math.arizona.edu with local-bsmtp (Exim 4.50) id 1INlL4-0008JF-1R for questions@freebsd.org; Wed, 22 Aug 2007 01:13:18 -0700 Received: from 71-220-138-238.tcsn.qwest.net ([71.220.138.238] helo=.domain.actdsltmp) by smtp224.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1INlKL-0008In-6T; Wed, 22 Aug 2007 01:12:33 -0700 Message-ID: <46CBEFD6.9060102@math.arizona.edu> Date: Wed, 22 Aug 2007 01:12:06 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.4 (X11/20070713) MIME-Version: 1.0 To: Gary Kline , questions@freebsd.org References: <20070822073547.GA31201@thought.org> In-Reply-To: <20070822073547.GA31201@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting .domain.actdsltmp is invalid X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: Re: ps2ascii. &c. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 08:12:59 -0000 Gary Kline wrote: > Guys, > > If this is a re-post, sorry. I thought I mailed this to -questions. > Anyway, where are the pdf and pd and other ghostscript converters? > I thought these utilities were in the default distribution, but I > can't find them. pdfps, pdftoascii, and so forth. > > thanks in advance for any help, > > gary > > > > > I use ghostscript-gpl-8.57 which is in print. The commands are actually ps2pdf and pdf2ps. I am not using acscii converter but I the command is ps2ascii. Are you sure you are using right commands? The other converters like dvips, dvipdfm are in print. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 09:22:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D567F16A419 for ; Wed, 22 Aug 2007 09:22:23 +0000 (UTC) (envelope-from michel@lpthe.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.freebsd.org (Postfix) with ESMTP id 7012113C45D for ; Wed, 22 Aug 2007 09:22:23 +0000 (UTC) (envelope-from michel@lpthe.jussieu.fr) Received: from parthe.lpthe.jussieu.fr (parthe.lpthe.jussieu.fr [134.157.10.1]) by shiva.jussieu.fr (8.13.8/jtpda-5.4) with ESMTP id l7M8bUeo045513 for ; Wed, 22 Aug 2007 10:37:30 +0200 (CEST) X-Ids: 168 Received: from niobe.lpthe.jussieu.fr (niobe.lpthe.jussieu.fr [134.157.10.41]) by parthe.lpthe.jussieu.fr (Postfix) with ESMTP id 900D923724C for ; Wed, 22 Aug 2007 10:37:29 +0200 (CEST) Received: by niobe.lpthe.jussieu.fr (Postfix, from userid 2005) id 7A55080; Wed, 22 Aug 2007 10:37:29 +0200 (CEST) Date: Wed, 22 Aug 2007 10:37:29 +0200 From: Michel Talon To: freebsd-questions@freebsd.org Message-ID: <20070822083729.GA93337@lpthe.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (shiva.jussieu.fr [134.157.0.168]); Wed, 22 Aug 2007 10:37:30 +0200 (CEST) X-Virus-Scanned: ClamAV 0.88.7/4025/Wed Aug 22 01:37:57 2007 on shiva.jussieu.fr X-Virus-Status: Clean X-Miltered: at shiva.jussieu.fr with ID 46CBF5CA.004 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! Subject: Re: GEOM, Vinum difference X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 09:22:23 -0000 Rakhesh Sasidharan wrote: > Another (related) question: both gvinum and the geom utilities like > gmirror and gstripe etc provide for RAID0, RAID1, and RAID3. Any > advantages/ disadvantages of using one instead of the other? There has been a polemic between Greg Lehey and PJ Dawidek about the comparative advantages of raid3 and raid5. You can find the exchanges on Google. One example being: http://arkiv.freebsd.se/?ml=freebsd-performance&a=2004-08&t=227183 As far as i remember there are arguments showing that raid3 is better than raid5 both in terms of speed and of data security. It seems that raid5 has mostly a hype factor for him, but i may err. Anyways it is for such reasons that in the modern geom system, raid3 has been implemented and not raid5. But vinum has been ported to the geom framework for the benefit of old users, or of people who like it. For example if you are using FreeBSD-4 or DragonFlyBSD, vinum is the standard tool, and you may prefer getting expertise in just one tool. Finally none of these raid systems is really good, both for performance and security. If you are concerned with your data and want good write speed, you must buy enough disks and use raid 10. Another important factor is ease of use. The geom tools, gmirror, gstripe, graid3, etc. are *very* easy to use. The documentation in the man pages is clear, sufficient for doing work, and not too long. On the contrary, vinum was traditionaly documented in a very hermetic way. But more recently, Greg Lehey has provided a very clear chapter of his book on his web site which can be recommanded, but is not short. Note the documentation is a critical aspect of such systems because its lack may bite you in case a disk crashes and you need to adopt correct procedures under stress. Also for some time the gvinum stuff was extremely buggy, and was completely non functional when i tried it. I hope it is fixed now. -- Michel TALON From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 10:00:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C977C16A41A for ; Wed, 22 Aug 2007 10:00:36 +0000 (UTC) (envelope-from unixvn@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 6BEA713C46B for ; Wed, 22 Aug 2007 10:00:36 +0000 (UTC) (envelope-from unixvn@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so250565pyb for ; Wed, 22 Aug 2007 03:00:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=U9UR+DfGns/1w9Ew4bTcjQImLNr9mOW50vVAT/IwUVoaeBeImw+vvEbyBWXuq4/YEsJaNVoUx/1GjVjsCIBXNVsNQlZD/T4BYyeFGjysHQG+YBwla7ixec++Z2lOPNw70p6fNUFn7mYYqlkQUbtjaFHvyYCo6DksnLj9J4z5txc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JE2LSj7jyMN+YsCyJIiOTrmsbHcqfbNuzzBCr4J9srr/v/yT/WpYiNyufGUzudHmFWgbK47YmQQqnIEa8MBuJPt7LPFA7WTV9qR1EwWcXDifutPvh0EumpoW0IeEilOCCfyoMO4JNAZbNkRDKPVUFjIJBt5nOz261lulQdd6qSo= Received: by 10.64.27.13 with SMTP id a13mr561833qba.1187775278754; Wed, 22 Aug 2007 02:34:38 -0700 (PDT) Received: by 10.65.250.12 with HTTP; Wed, 22 Aug 2007 02:34:38 -0700 (PDT) Message-ID: <64b284310708220234n4a01cf47r3767079b6c50eb55@mail.gmail.com> Date: Wed, 22 Aug 2007 16:34:38 +0700 From: "Nguyen Tam Chinh" To: FreeBSD-Questions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: It's top shows wrong load percent? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 10:00:37 -0000 Hello, Recently we got some trouble on some FreeBSD 6.2-STABLE servers (GENERIC kernel). Some python scripts are working on these servers and after a day or two we get 0% idle in the CPU states. After sometime, the operating system will unable to do even simple task like resolving DNS name and the zabbix process can not send outbound packets to the remote monitoring server. Maybe the top is showing wrong load percent? vmstat -i shows that some kind of irq0: clk has a maximum value of 1000. Does this matter? Please advice how to debug this overload problem. Thank you very much! -------------------------- %top last pid: 12901; load averages: 8.68, 8.65, 8.65 up 1+20:44:06 04:15:12 1438 processes:9 running, 1429 sleeping CPU states: 38.8% user, 0.0% nice, 60.1% system, 1.2% interrupt, 0.0% idle Mem: 191M Active, 784M Inact, 141M Wired, 4K Cache, 112M Buf, 824M Free Swap: 3883M Total, 3883M Free PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND 893 test 1205 20 0 283M 158M kserel 746:23 0.83% python 878 test 207 96 0 59864K 39912K select 139:48 0.00% python 693 zabbix 1 101 5 1876K 1180K RUN 0:31 0.00% zabbix_agentd 699 zabbix 1 101 5 1876K 1308K RUN 0:15 0.00% zabbix_agentd 719 zabbix 1 101 5 1876K 1308K RUN 0:14 0.00% zabbix_agentd 717 zabbix 1 101 5 1876K 1308K RUN 0:14 0.00% zabbix_agentd 718 zabbix 1 101 5 1876K 1316K RUN 0:14 0.00% zabbix_agentd 666 root 1 96 0 3504K 2936K select 0:04 0.00% sendmail 660 root 1 96 0 3524K 2692K select 0:02 0.00% sshd %vmstat -i interrupt total rate irq0: clk 161045527 1000 irq8: rtc 20609989 127 irq10: fxp0 84315079 523 irq14: ata0 341080 2 Total 266311675 1653 %netstat -m 1100/2485/3585 mbufs in use (current/cache/total) 1092/1730/2822/96000 mbuf clusters in use (current/cache/total/max) 1092/1724 mbuf+clusters out of packet secondary zone in use (current/cache) 0/0/0/0 4k (page size) jumbo clusters in use (current/cache/total/max) 0/0/0/0 9k jumbo clusters in use (current/cache/total/max) 0/0/0/0 16k jumbo clusters in use (current/cache/total/max) 2459K/4081K/6540K bytes allocated to network (current/cache/total) 0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters) 0/0/0 requests for jumbo clusters denied (4k/9k/16k) 0/7/16896 sfbufs in use (current/peak/max) 0 requests for sfbufs denied 0 requests for sfbufs delayed 0 requests for I/O initiated by sendfile 0 calls to protocol drain routines >From dmesg: Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) Prosussor (1994.95-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x6a0 Stepping = 0 Features=0x383f9ff AMD Features=0xc0400800 real memory = 2080309248 (1983 MB) avail memory = 2029355008 (1935 MB) kbd1 at kbdmux0 ath_hal: 0.9.17.2 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 cpu0: on acpi0 acpi_button0: on acpi0 acpi_button1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xe0000000-0xe3ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) fxp0: port 0xd000-0xd03f mem 0xeb020000-0xeb020fff,0xeb000000-0xeb01ffff irq 10 at device 8.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:02:b3:ee:78:48 isab0: at device 17.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xe000-0xe00f at device 17.1 on pci0 ata0: on atapci0 ata1: on atapci0 acpi_tz0: on acpi0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] -- With best regards, | The Power to Serve Nguyen Tam Chinh | http://www.FreeBSD.org From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 10:13:03 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FF8C16A41B for ; Wed, 22 Aug 2007 10:13:03 +0000 (UTC) (envelope-from kingwong@agnesb.com.hk) Received: from smtp4.hknet.com (smtp4.hknet.com [202.67.240.182]) by mx1.freebsd.org (Postfix) with ESMTP id 68A3E13C478 for ; Wed, 22 Aug 2007 10:13:00 +0000 (UTC) (envelope-from kingwong@agnesb.com.hk) Received: from KingWong (en230061.uac63.hknet.com [202.71.230.61]) by smtp4.hknet.com (Postfix) with ESMTP id 6919175331 for ; Wed, 22 Aug 2007 17:53:18 +0800 (HKT) From: "King Wong" To: Date: Wed, 22 Aug 2007 17:51:41 +0800 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcfkogpLe+4k4wVaSUOWgfxL6IczCg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Message-Id: <20070822095318.6919175331@smtp4.hknet.com> Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Ethernet controllers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 10:13:03 -0000 Dear Both, Could you help me to check IBM x3250 server Ethernet controllers which can support FreeBSD? And the Server Ethernet is Broadcom NetXtreme. THX! Best Regards, King Wong From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 11:10:17 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EFE816A41B for ; Wed, 22 Aug 2007 11:10:17 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id CBBB813C4CC for ; Wed, 22 Aug 2007 11:10:16 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id DE4D920B0; Wed, 22 Aug 2007 12:53:34 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 516B6208A; Wed, 22 Aug 2007 12:53:34 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id 3315A84479; Wed, 22 Aug 2007 12:53:34 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Chuck Swiger References: <835936.35104.qm@web34510.mail.mud.yahoo.com> Date: Wed, 22 Aug 2007 12:53:34 +0200 In-Reply-To: (Chuck Swiger's message of "Tue\, 21 Aug 2007 17\:13\:15 -0700") Message-ID: <86r6lvalht.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: questions@freebsd.org, "N. Harrington" , freebsd-amd64@freebsd.org Subject: Re: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 11:10:17 -0000 Chuck Swiger writes: > You should configure squid to use no more than about 60 - 70% of the > available physical RAM-- ie, set the cache_mem parameter to about 2.5 > or 3GB. Better yet, don't run Squid at all. It was designed for a computer architecture that was already obsolete when Squid was first written. > It wouldn't be unreasonable to limit datasize to 3 GB on such a > machine, assuming that nothing you run will ever need to grow > larger... ...actually, maxdsiz is meaningless in FreeBSD 7, because the new allocator uses mmap(2) instead of brk(2) / sbrk(2), so malloc() counts towards the resident set size (ulimit -m), not the data segment size (ulimit -d). (unless, of course, your application has its own allocator, in which case you can kiss performance goodbye) DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 11:26:02 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98E2016A418; Wed, 22 Aug 2007 11:26:02 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.freebsd.org (Postfix) with ESMTP id 4687413C494; Wed, 22 Aug 2007 11:26:02 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from [202.179.0.164] (helo=daemon.micom.mng.net) by publicd.ub.mng.net with esmtpa (Exim 4.67 (FreeBSD)) (envelope-from ) id 1INnvS-000NHI-Sa; Wed, 22 Aug 2007 19:59:03 +0900 Message-ID: <46CC16F6.7020904@micom.mng.net> Date: Wed, 22 Aug 2007 18:59:02 +0800 From: Ganbold User-Agent: Thunderbird 2.0.0.6 (X11/20070809) MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= References: <835936.35104.qm@web34510.mail.mud.yahoo.com> <86r6lvalht.fsf@ds4.des.no> In-Reply-To: <86r6lvalht.fsf@ds4.des.no> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 11:26:02 -0000 Dag-Erling Smørgrav wrote: > Chuck Swiger writes: > >> You should configure squid to use no more than about 60 - 70% of the >> available physical RAM-- ie, set the cache_mem parameter to about 2.5 >> or 3GB. >> > > Better yet, don't run Squid at all. Ok, then what do you recommend instead of Squid? thanks, Ganbold > It was designed for a computer > architecture that was already obsolete when Squid was first written. > > >> It wouldn't be unreasonable to limit datasize to 3 GB on such a >> machine, assuming that nothing you run will ever need to grow >> larger... >> > > ..actually, maxdsiz is meaningless in FreeBSD 7, because the new > allocator uses mmap(2) instead of brk(2) / sbrk(2), so malloc() counts > towards the resident set size (ulimit -m), not the data segment size > (ulimit -d). > > (unless, of course, your application has its own allocator, in which > case you can kiss performance goodbye) > > DES > -- Heuristics are bug ridden by definition. If they didn't have bugs, then they'd be algorithms. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 11:26:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43EE216A494 for ; Wed, 22 Aug 2007 11:26:17 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.freebsd.org (Postfix) with ESMTP id CCA0713C46B for ; Wed, 22 Aug 2007 11:26:16 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr9.xs4all.nl (8.13.8/8.13.8) with ESMTP id l7MBQEv9017891; Wed, 22 Aug 2007 13:26:15 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id A4FD3B833; Wed, 22 Aug 2007 13:17:17 +0200 (CEST) Date: Wed, 22 Aug 2007 13:17:17 +0200 From: Roland Smith To: Gabriel Linder Message-ID: <20070822111717.GB8632@slackbox.xs4all.nl> Mail-Followup-To: Gabriel Linder , FreeBSD Questions References: <20070822095408.61c11ab2@oblivion.jeuxvideo.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="dTy3Mrz/UPE2dbVg" Content-Disposition: inline In-Reply-To: <20070822095408.61c11ab2@oblivion.jeuxvideo.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: FreeBSD Questions Subject: Re: Ports build parameters (knobs) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 11:26:17 -0000 --dTy3Mrz/UPE2dbVg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 22, 2007 at 09:54:08AM +0200, Gabriel Linder wrote: > Hello, >=20 > During the build of the graphical portion of my new FreeBSD-powered > laptop I noticed that some knobs are not listed in /usr/ports/KNOBS and > so, I can't add them to make.conf before building the packages. I don't see why not. =20 > When I run "make fetch-recursive" for fluxbox, I get : >=20 > WITH_DEBUG=3Dyes Build with debugging symbols > WITH_DOCHTML=3Dyes Install the HTML documentation > WITH_DOCPDF=3Dyes Install the PDF documentation > WITH_GNOME=3Dyes Enable GNOME support > WITH_IMLIB2=3Dyes Enable Imlib2 (pixmap themes) support > [snip] >=20 > and for libiconv : >=20 > WITHOUT_EXTRA_ENCODINGS=3Dyes Disable extra character sets > WITH_EXTRA_PATCHES=3Dyes Apply extra patches (fixes cp932, adds > EUCJP-MS) >=20 > GNOME and DEBUG are listed in /usr/ports/KNOBS, but IMLIB2 and > EXTRA_PATCHES are not... Is there a way to have the full list of > supported build options? Look at the port Makefile. > Or maybe I am wrong and these settings are not > supposed to be in make.conf but in /var/db/ports//options, if > so please let me know :) If they aren't OPTIONS, just list them in make.conf like this; =2Eif ${.CURDIR:M*/x11-wm/fluxbox} WITH_IMLIB2=3Dyes =2Eendif This way the variables are only defined when make is called from a directory that ends in x11-wm/fluxbox. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --dTy3Mrz/UPE2dbVg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGzBs9EnfvsMMhpyURAuJAAJ91uhDHYHdnNuR9rJjO3Pmg2dJYbACfWkeQ 14vW+fn2a/kuHkvSqhAgQK8= =B12l -----END PGP SIGNATURE----- --dTy3Mrz/UPE2dbVg-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 11:27:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E73C316A420 for ; Wed, 22 Aug 2007 11:27:53 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) Received: from ppsw-5.csi.cam.ac.uk (ppsw-5.csi.cam.ac.uk [131.111.8.135]) by mx1.freebsd.org (Postfix) with ESMTP id AE48813C469 for ; Wed, 22 Aug 2007 11:27:53 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) X-Cam-SpamDetails: Not scanned X-Cam-AntiVirus: No virus found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from jonwin.eng.cam.ac.uk ([129.169.125.203]:60262) by ppsw-5.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.155]:465) with esmtpsa (PLAIN:cjk32) (TLSv1:DHE-RSA-AES256-SHA:256) id 1INoNL-0001Xa-IC (Exim 4.67) for freebsd-questions@freebsd.org (return-path ); Wed, 22 Aug 2007 12:27:51 +0100 Message-ID: <46CC1DB7.7040506@cam.ac.uk> Date: Wed, 22 Aug 2007 12:27:51 +0100 From: Christopher Key User-Agent: Thunderbird 1.5.0.8 (X11/20060911) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: FreeBSD MBRs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 11:27:54 -0000 Hello, I've a machine with 3 SATA drives. The first (ad8) with a standard FreeBSD install in a single slice with /boot/boot0 MBR. The remaining two drives (ad10, ad12) are in a RAID1 mirror with 3 slices, and used for storing data. They have the /boot/mbr MBR. After booting off various USB flash drives to try and update the BIOS on my machine, it got into a state where during startup, it would display 'Missing operating system' and hang. What seems to have been happening is that it was trying to boot from one of my data store drives, despite the boot order of the disks set in the BIOS. The only solution that I found was to start booting from a USB flash drive with a boot0 MBR, and to hit F5 to change to booting from my first drive After this, the machine then reboots quite happily until I hit F5 again, in which case I get the same 'Missing operating behavior'. This persists even while power cycling the machine. I had imagined the boot process to be entirely stateless, certainly across power cycles. The BIOS executes the MBR on the first drive in its boot boot. The boot0 MBR then allowed you to either execute the boot sector from any of the slices on the current drive, or to execute the MBR from the next drive in the list. However, this clearly isn't what's happening. Is it boot0 remembering my F5 key stroke, or is it more likely that the BIOS is remembering something? Does anyone have any recommendations to avoid this in the future? Is putting boot0 on all three drives a good idea perhaps? Regards, Chris From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 12:01:06 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1978316A47F for ; Wed, 22 Aug 2007 12:01:06 +0000 (UTC) (envelope-from kometen@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225]) by mx1.freebsd.org (Postfix) with ESMTP id 7630513C4F0 for ; Wed, 22 Aug 2007 12:01:05 +0000 (UTC) (envelope-from kometen@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so137000wxd for ; Wed, 22 Aug 2007 05:01:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mU7Fr71bcKEnG5WP/sI01b9PJouNQTy0nTiMfBR2AugbhSKvkgPmvB0ysCjc+BvLI8soNbuHPTXkz/mInuUD/Dd5kvomyDqgkugHwp+wRnc/qRL6589qw4DvbUNOkwkf27tz30Ar70II+2tU9QRNKP4vKzA+K01Mcgm86RD9E/M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=o/mM6U4PJEdWHUL1HyzqfcGIO1IscJMVxI9DkkL0yuma1G+gSB3sEtDNftvss/5xyV5WsPYNgrksBz58N5lz9vEXR1KSQ5Lyj2QtwHYhqdLFYDYDW9Rszc/EXu9aoU1jiEQtaR0eH1pwEmcjVuDWwDt9roTACBo3IoEHbM8sFw8= Received: by 10.70.7.13 with SMTP id 13mr963596wxg.1187782325597; Wed, 22 Aug 2007 04:32:05 -0700 (PDT) Received: by 10.70.109.20 with HTTP; Wed, 22 Aug 2007 04:32:05 -0700 (PDT) Message-ID: Date: Wed, 22 Aug 2007 13:32:05 +0200 From: "Claus Guttesen" To: Ganbold In-Reply-To: <46CC16F6.7020904@micom.mng.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <835936.35104.qm@web34510.mail.mud.yahoo.com> <86r6lvalht.fsf@ds4.des.no> <46CC16F6.7020904@micom.mng.net> Cc: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= , questions@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 12:01:06 -0000 > >> You should configure squid to use no more than about 60 - 70% of the > >> available physical RAM-- ie, set the cache_mem parameter to about 2.5 > >> or 3GB. > >> > > > > Better yet, don't run Squid at all. > > Ok, then what do you recommend instead of Squid? Varnish. http://varnish.projects.linpro.no/ -- regards Claus When lenity and cruelty play for a kingdom, the gentlest gamester is the soonest winner. Shakespeare From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 12:04:41 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02D1216A475; Wed, 22 Aug 2007 12:04:41 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id ADC5E13C461; Wed, 22 Aug 2007 12:04:40 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 4539420B3; Wed, 22 Aug 2007 14:04:36 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 27A92208A; Wed, 22 Aug 2007 14:04:36 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id 0B57384479; Wed, 22 Aug 2007 14:04:36 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Ganbold References: <835936.35104.qm@web34510.mail.mud.yahoo.com> <86r6lvalht.fsf@ds4.des.no> <46CC16F6.7020904@micom.mng.net> Date: Wed, 22 Aug 2007 14:04:35 +0200 In-Reply-To: <46CC16F6.7020904@micom.mng.net> (ganbold@micom.mng.net's message of "Wed\, 22 Aug 2007 18\:59\:02 +0800") Message-ID: <86ejhvai7g.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: questions@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 12:04:41 -0000 Ganbold writes: > Dag-Erling Sm=C3=B8rgrav writes: > > Better yet, don't run Squid at all. > Ok, then what do you recommend instead of Squid? That depends on what you use it for... DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 12:37:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9400F16A41B for ; Wed, 22 Aug 2007 12:37:43 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 6816313C47E for ; Wed, 22 Aug 2007 12:37:43 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: by wa-out-1112.google.com with SMTP id m33so175916wag for ; Wed, 22 Aug 2007 05:37:43 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=thIGWqzc5YMc+ed1Jl91KTbnqGqK8SKWnaqz6iing5Y60ZyNaTZdLJVIUgshOG0S/yYUNSOJMy7I8/t37fltyRDGfkHCQqEskx/oRZgX7Xjs+owswaifXDExw5lNQqGgtdcIOTvyxMH6lx9gsqgP0OW1k26cKGltuck0O0PtO9w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MV9AM0P5b4kRaY5HsUILSGC1VPpCaSHLZzvh19mxWNoJj08T8U1FTpTRk2CtnPOmpxTxTbUoRyfIPtDt/tiF1r98G8a8fxAug/RwER1qb85GnB9rd7med9LrGLwwSSZIajtM/R1I92C7LgAgjodzFjlzB9DMCEl62SDHz2p+oz4= Received: by 10.114.166.1 with SMTP id o1mr624868wae.1187786262778; Wed, 22 Aug 2007 05:37:42 -0700 (PDT) Received: by 10.114.132.13 with HTTP; Wed, 22 Aug 2007 05:37:42 -0700 (PDT) Message-ID: <6d62f69a0708220537rc5ee1an6ae8b50d3abd1b3b@mail.gmail.com> Date: Wed, 22 Aug 2007 16:07:42 +0330 From: "Bahman M." To: freebsd-questions@freebsd.org In-Reply-To: <6d62f69a0708210350r75c1a0ach395e9f481df07f2b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6d62f69a0708210302h57c45e63nb08999b2ad03b831@mail.gmail.com> <20070821101607.GA3819@owl.midgard.homeip.net> <6d62f69a0708210350r75c1a0ach395e9f481df07f2b@mail.gmail.com> Subject: Re: Minimal gateway hardware configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 12:37:43 -0000 One other question -a bit silly: If I use that configuration as the gateway, can it be left on and working 24x7? I mean, regarding the _hardware_, how often does it need to be powered off: once a day, once a week, ... to prevent hardware failures such as HDD crash? Bahman On 8/21/07, Bahman M. wrote: > > Note: You need two LAN cards: One for the outside connection and one > > to your internal network. (You probably already know that, but since you > > referred to 'LAN Card' in the singular I thought I should mention it > > anyway.) > > > Yes, the machine has 2 D-Link cards. > > > More than enough. > > > > I use a Pentium I @ 133MHz w/ 64MB RAM as a gateway with a faster Internet > > connection (8Mbps down / 1Mbps up) and it has no problem keeping up. > > > > Earlier I had only 512 Kbps connection, and at that time used a 386sx @ > > 33MHZ w/ 8MB RAM as gateway. It had no problem handling that speed. > > > Then my configuration is not minimal I'd say :-) > Thanks. > > Bahman > From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 12:37:45 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F169716A417 for ; Wed, 22 Aug 2007 12:37:44 +0000 (UTC) (envelope-from linder@jeuxvideo.com) Received: from www.odyssee-interactive.com (mail.VINPASSION.com [217.174.215.94]) by mx1.freebsd.org (Postfix) with ESMTP id 9326913C469 for ; Wed, 22 Aug 2007 12:37:44 +0000 (UTC) (envelope-from linder@jeuxvideo.com) Received: from oblivion.jeuxvideo.com (odyssee-interactive.rain.fr [83.206.74.241]) (authenticated bits=0) by www.odyssee-interactive.com (8.12.10/8.12.10) with ESMTP id l7MCbgOF031247; Wed, 22 Aug 2007 14:37:42 +0200 Date: Wed, 22 Aug 2007 14:37:42 +0200 From: Gabriel Linder To: Roland Smith Message-ID: <20070822143742.15869cf1@oblivion.jeuxvideo.com> In-Reply-To: <20070822111717.GB8632@slackbox.xs4all.nl> References: <20070822095408.61c11ab2@oblivion.jeuxvideo.com> <20070822111717.GB8632@slackbox.xs4all.nl> Organization: =?ISO-8859-1?Q?L'Odyss=E9e?= Interactive X-Mailer: Claws Mail 2.10.0 (GTK+ 2.8.20; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Ports build parameters (knobs) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 12:37:45 -0000 On Wed, 22 Aug 2007 13:17:17 +0200 Roland Smith wrote: > On Wed, Aug 22, 2007 at 09:54:08AM +0200, Gabriel Linder wrote: > > Hello, > > > > During the build of the graphical portion of my new FreeBSD-powered > > laptop I noticed that some knobs are not listed in /usr/ports/KNOBS > > and so, I can't add them to make.conf before building the packages. > > I don't see why not. > Because I was thinking that everything possible was included in /usr/ports/KNOBS, which is not the case, I know now. > > When I run "make fetch-recursive" for fluxbox, I get : > > > > WITH_DEBUG=yes Build with debugging symbols > > WITH_DOCHTML=yes Install the HTML documentation > > WITH_DOCPDF=yes Install the PDF documentation > > WITH_GNOME=yes Enable GNOME support > > WITH_IMLIB2=yes Enable Imlib2 (pixmap themes) support > > [snip] > > > > and for libiconv : > > > > WITHOUT_EXTRA_ENCODINGS=yes Disable extra character sets > > WITH_EXTRA_PATCHES=yes Apply extra patches (fixes cp932, > > adds EUCJP-MS) > > > > GNOME and DEBUG are listed in /usr/ports/KNOBS, but IMLIB2 and > > EXTRA_PATCHES are not... Is there a way to have the full list of > > supported build options? > > Look at the port Makefile. > That's an idea, but I was looking for a list similar to /usr/ports/KNOBS, if such a list exists. If not, I guess I will have to run grep on /usr/ports :) > > Or maybe I am wrong and these settings are not > > supposed to be in make.conf but > > in /var/db/ports//options, if so please let me know :) > > If they aren't OPTIONS, just list them in make.conf like this; > > .if ${.CURDIR:M*/x11-wm/fluxbox} > WITH_IMLIB2=yes > .endif > > This way the variables are only defined when make is called from a > directory that ends in x11-wm/fluxbox. Thanks for this precision ! From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 12:38:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8035916A417 for ; Wed, 22 Aug 2007 12:38:24 +0000 (UTC) (envelope-from antennex@hotmail.com) Received: from bay0-omc3-s24.bay0.hotmail.com (bay0-omc3-s24.bay0.hotmail.com [65.54.246.224]) by mx1.freebsd.org (Postfix) with ESMTP id 6A3B913C4A8 for ; Wed, 22 Aug 2007 12:38:24 +0000 (UTC) (envelope-from antennex@hotmail.com) Received: from hotmail.com ([65.55.130.110]) by bay0-omc3-s24.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Wed, 22 Aug 2007 05:38:24 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 22 Aug 2007 05:38:24 -0700 Message-ID: Received: from 65.55.130.123 by by125fd.bay125.hotmail.msn.com with HTTP; Wed, 22 Aug 2007 12:38:19 GMT X-Originating-IP: [65.68.247.73] X-Originating-Email: [antennex@hotmail.com] X-Sender: antennex@hotmail.com In-Reply-To: <6d62f69a0708210309g3e064718i3df082974dce5bbc@mail.gmail.com> From: "Jack Stone" To: freebsd-questions@freebsd.org Date: Wed, 22 Aug 2007 07:38:19 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 22 Aug 2007 12:38:24.0063 (UTC) FILETIME=[5478BCF0:01C7E4B9] Subject: RE: SATA to PCI cards X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: orvilleg@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 12:38:24 -0000 >From: "Bahman M." >To: freebsd-questions@freebsd.org >Subject: SATA to PCI cards >Date: Tue, 21 Aug 2007 13:39:01 +0330 > >Hi all, > >I'm running FreeBSD 6.2. >$ uname -a >FreeBSD attila 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 >UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > i386 > >My motherboard which is an ASUS A7V8X-X doesn't support SATA. I >searched the internet and found out that there are SATA to PCI cards >for my situation. Is anyone using such cards? Will they cause any >problem with FreeBSD 6.2? > >By the way, I'd appreciate any suggestions for a good SATA to PCI card to >buy. > >Thanks in advance, >Bahman Yes, I've had good luck with the Promise brand PCI-SATA cards on 6.x. We are using this method to evolve older machines to SATA. HTH.... Jack _________________________________________________________________ Puzzles, trivia teasers, word scrambles and more. Play for your chance to win! http://club.live.com/home.aspx?icid=CLUB_hotmailtextlink From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 12:48:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9258F16A417 for ; Wed, 22 Aug 2007 12:48:48 +0000 (UTC) (envelope-from raggen@passagen.se) Received: from av12-1-sn2.hy.skanova.net (av12-1-sn2.hy.skanova.net [81.228.8.185]) by mx1.freebsd.org (Postfix) with ESMTP id 5037313C4A8 for ; Wed, 22 Aug 2007 12:48:48 +0000 (UTC) (envelope-from raggen@passagen.se) Received: by av12-1-sn2.hy.skanova.net (Postfix, from userid 502) id 36632383F1; Wed, 22 Aug 2007 14:20:49 +0200 (CEST) Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av12-1-sn2.hy.skanova.net (Postfix) with ESMTP id D0F20382FC; Wed, 22 Aug 2007 14:20:48 +0200 (CEST) Received: from [192.168.1.31] (90-230-142-213-no41.tbcn.telia.com [90.230.142.213]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id 8319D37E4D; Wed, 22 Aug 2007 14:20:48 +0200 (CEST) Message-ID: <46CC2A02.1030203@passagen.se> Date: Wed, 22 Aug 2007 14:20:18 +0200 From: Roger Olofsson User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Michael S References: <545941.20720.qm@web88311.mail.re4.yahoo.com> In-Reply-To: <545941.20720.qm@web88311.mail.re4.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: Gnome & FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 12:48:48 -0000 Michael S skrev: > Good day all, > > I decided to add GUI to my GUI-less FreeBSD machine. I > am considering installing Gnome, which I haven't used > for long while and the last time was on Linux anyway. > The reason is that most of my favorite applications > use gtk libraries, like Firefox, GAIM (can't get used > to the new name),wxPython and others. In short I > wanted to avoid 2 huge sets of libraries (gtk and qt) > by not installing KDE. > I wanted to know how Gnome feels on FreeBSD, is it > polished enough? Are there crashes? Any caveats at > all? > > Thanks in advance, > Michael > _______________________________________________ > 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" > > A while back on this list I read about fluxbox so I decided to try it out. I like it very much, it's very lightweight and very flexible. It's in the ports tree if you want to have a look. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 12:58:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D061316A421 for ; Wed, 22 Aug 2007 12:58:35 +0000 (UTC) (envelope-from apvanderveen@att.net) Received: from mtiwmhc12.worldnet.att.net (mtiwmhc12.worldnet.att.net [204.127.131.116]) by mx1.freebsd.org (Postfix) with ESMTP id 9F6B713C465 for ; Wed, 22 Aug 2007 12:58:35 +0000 (UTC) (envelope-from apvanderveen@att.net) Received: from t60.mydomain.home (cpe-72-231-141-22.nycap.res.rr.com[72.231.141.22]) by worldnet.att.net (mtiwmhc12) with ESMTP id <2007082212583411200p81kae>; Wed, 22 Aug 2007 12:58:35 +0000 Message-ID: <46CC32FA.3080900@att.net> Date: Wed, 22 Aug 2007 08:58:34 -0400 From: "Arend P. van der Veen" User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "David J. Neu" Subject: AMD64 vs i386 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 12:58:35 -0000 Hi All, I have a general question. We have access to some new AMD64 based Dell Servers with 2 Core Duo Xeons. We are currently using i386 Dell Servers with a core duo processor. I recall from my MS Windows days that when there was the shift from 16-bit to 32-bit processors it did take a while for applications to support 32 bit. Sometimes 16-bit applications actually ran slower on the 32-bit hardware. I know this is a loaded question: - Will the AMD64 based FreeBSD 6.2 distribution with applications such as Postgresql, Apache, Python, Tomcat and SBCL be able to take advantage of the 64-bit quad processor? Thanks, Arend From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 13:07:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 311DB16A469 for ; Wed, 22 Aug 2007 13:07:40 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.freebsd.org (Postfix) with ESMTP id 946B813C491 for ; Wed, 22 Aug 2007 13:07:39 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-302539.home.otenet.gr [85.73.229.105]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l7MD7ZKQ021981; Wed, 22 Aug 2007 16:07:37 +0300 Message-ID: <46CC3517.9050404@otenet.gr> Date: Wed, 22 Aug 2007 16:07:35 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: "Bahman M." References: <6d62f69a0708210302h57c45e63nb08999b2ad03b831@mail.gmail.com> <20070821101607.GA3819@owl.midgard.homeip.net> <6d62f69a0708210350r75c1a0ach395e9f481df07f2b@mail.gmail.com> <6d62f69a0708220537rc5ee1an6ae8b50d3abd1b3b@mail.gmail.com> In-Reply-To: <6d62f69a0708220537rc5ee1an6ae8b50d3abd1b3b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Minimal gateway hardware configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 13:07:40 -0000 Bahman M. wrote: > One other question -a bit silly: > If I use that configuration as the gateway, can it be left on and > working 24x7? I mean, regarding the _hardware_, how often does it need > to be powered off: once a day, once a week, ... to prevent hardware > failures such as HDD crash? > > Bahman > > > You will be pleasantly surprised to find out that with adequate cooling and a good quality power supply, most standard PCs can go on for ages without a single problem, no shutdowns, no reboots. A UPS is also recommended but definitely not required if the machine will not have mission critical data (as I understand, yours will not have any data at all...). In fact, from my experience, the 24/7 machines may be more reliable than others since they will not go the endless power up / down cycles that actually stresses components, both electronic and mechanical (like disks). Hard disks mostly wear out from constant head movement and not just by simply spinning idly. Low load machines, where IO bound processes are few, will have no problems with disk reliability. Just test the components (ie memtest, disk surface etc. esp. if old), install, turn on and "forget". FreeBSD will happily do the rest... forever that is :) From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 13:15:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3768516A420 for ; Wed, 22 Aug 2007 13:15:38 +0000 (UTC) (envelope-from dan@cupid.com) Received: from email.rhwi.net (email.rhwi.net [64.72.68.244]) by mx1.freebsd.org (Postfix) with ESMTP id A91A613C483 for ; Wed, 22 Aug 2007 13:15:37 +0000 (UTC) (envelope-from dan@cupid.com) Received: (qmail 93370 invoked by uid 89); 22 Aug 2007 13:15:36 -0000 Received: from unknown (HELO ?192.168.1.82?) (dsikorsky@rhwi.net@192.168.1.82) by email.rhwi.net with SMTP; 22 Aug 2007 13:15:36 -0000 Message-ID: <46CC367B.1010506@cupid.com> Date: Wed, 22 Aug 2007 09:13:31 -0400 From: Dan Sikorsky Organization: RegionalHelpWanted/Cupid.com User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: beryl dell x300 intell 845i blues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 13:15:38 -0000 xorg.conf at bottom of email.. I Followed these instructions, http://www.bsdforums.org/forums/archive/index.php/t-47986.html except without nvidia driver cause i have intel 855i or somthing chipset. ps. i dont have compat5 enabled in rc.conf I try to start emerald... i receive no errors, just sits there at command line. I try to start beryl... the 'style' dissappears off my windows that are open (you know, cant click or move it or anything) and then it goes white... if i do the zoom out thing, moving mouse to top right corner, it stays white, but i can see my terminal icon, click it, and hit ctrl +c to stop beryl. here is output of term after starting and killing beryl. $ beryl ************************************************************** * Beryl system compatiblity check * ************************************************************** Detected xserver : AIGLX Checking Display :0.0 ... Checking for XComposite extension : passed (v0.3) Checking for XDamage extension : passed Checking for RandR extension : passed Checking for XSync extension : passed Checking Screen 0 ... Checking for GLX_SGIX_fbconfig : passed Checking for GLX_EXT_texture_from_pixmap : passed Checking for non power of two texture support : passed Checking maximum texture size : passed (2048x2048) beryl: No GLXFBConfig for default depth, falling back on visinfo. Reloading options beryl: Error int SHM creation # File generated by xorgconfig. # # Copyright 2004 The X.Org Foundation # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # # Except as contained in this notice, the name of The X.Org Foundation shall # not be used in advertising or otherwise to promote the sale, use or other # dealings in this Software without prior written authorization from # The X.Org Foundation. # # ********************************************************************** # Refer to the xorg.conf(5) man page for details about the format of # this file. # ********************************************************************** # ********************************************************************** # Module section -- this section is used to specify # which dynamically loadable modules to load. # ********************************************************************** # Section "Module" # This loads the DBE extension module. Load "dbe" # Double buffer extension # 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 EndSubSection # This loads the font modules Load "type1" Load "freetype" Load "extmod" Load "record" Load "xtrap" # Load "xtt" # This loads the GLX module Load "glx" # This loads the DRI module # Load "dri" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. # RgbPath "/usr/local/share/X11/rgb" # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) # # FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" FontPath "/usr/local/lib/X11/fonts/local/" # FontPath "/usr/local/lib/X11/fonts/Speedo/" # FontPath "/usr/local/lib/X11/fonts/TrueType/" # FontPath "/usr/local/lib/X11/fonts/freefont/" # The module search path. The default path is shown here. # ModulePath "/usr/local/lib/modules" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging # Option "NoTrapSignals" # Uncomment this to disable the VT switch sequence # (where n is 1 through 12). This allows clients to receive these key # events. # Option "DontVTSwitch" # Uncomment this to disable the server abort sequence # This allows clients to receive this key event. # Option "DontZap" # Uncomment this to disable the / mode switching # sequences. This allows clients to receive these key events. # Option "Dont Zoom" # Uncomment this to disable tuning with the xvidtune client. With # it the client can still run and fetch card and monitor attributes, # but it will not be allowed to change them. If it tries it will # receive a protocol error. # Option "DisableVidModeExtension" # Uncomment this to enable the use of a non-local xvidtune client. # Option "AllowNonLocalXvidtune" # Uncomment this to disable dynamically modifying the input device # (mouse and keyboard) settings. # Option "DisableModInDev" # Uncomment this to enable the use of a non-local client to # change the keyboard or mouse settings (currently only xset). # Option "AllowNonLocalModInDev" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "kbd" # For most OSs the protocol can be omitted (it defaults to "Standard"). # When using XQUEUE (only for SVR3 and SVR4, but not Solaris), # uncomment the following line. # Option "Protocol" "Xqueue" Option "AutoRepeat" "500 30" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" # Option "LeftAlt" "Meta" # Option "RightAlt" "ModeShift" # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # Option "XkbModel" "pc105" # If you have a US Microsoft Natural keyboard, you can use: # Option "XkbModel" "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # Option "XkbLayout" "de" # or: # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: # Option "XkbOptions" "ctrl:swapcaps" # These are the default XKB settings for Xorg # Option "XkbRules" "xorg" # Option "XkbModel" "pc105" # Option "XkbLayout" "us" # Option "XkbVariant" "" # Option "XkbOptions" "" # Option "XkbDisable" Option "XkbRules" "xorg" Option "XkbModel" "latitude" Option "XkbLayout" "us" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" # Auto detect Option "Device" "/dev/sysmouse" # When using XQUEUE, comment out the above two lines, and uncomment # the following line. # Option "Protocol" "Xqueue" # Mouse-speed setting for PS/2 mouse. # Option "Resolution" "256" # Baudrate and SampleRate are only for some Logitech mice. In # almost every case these lines should be omitted. # Option "BaudRate" "9600" # Option "SampleRate" "150" # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5, # horizontal wheel to buttons 6 & 7. Change if your mouse has more than # 3 buttons and you need to map the wheel to different button ids to avoid # conflicts. Option "ZAxisMapping" "4 5 6 7" # Emulate3Buttons is an option for 2-button mice # Emulate3Timeout is the timeout in milliseconds (default is 50ms) # Option "Emulate3Buttons" # Option "Emulate3Timeout" "50" # ChordMiddle is an option for some 3-button Logitech mice # Option "ChordMiddle" EndSection # ********************************************************************** # Other input device sections # this is optional and is required only if you # are using extended input devices. This is for example only. Refer # to the xorg.conf man page for a description of the options. # ********************************************************************** # # Section "InputDevice" # Identifier "Mouse2" # Driver "mouse" # Option "Protocol" "MouseMan" # Option "Device" "/dev/mouse2" # EndSection # # Section "InputDevice" # Identifier "spaceball" # Driver "magellan" # Option "Device" "/dev/cua0" # EndSection # # Section "InputDevice" # Identifier "spaceball2" # Driver "spaceorb" # Option "Device" "/dev/cua0" # EndSection # # Section "InputDevice" # Identifier "touchscreen0" # Driver "microtouch" # Option "Device" "/dev/ttyS0" # Option "MinX" "1412" # Option "MaxX" "15184" # Option "MinY" "15372" # Option "MaxY" "1230" # Option "ScreenNumber" "0" # Option "ReportingMode" "Scaled" # Option "ButtonNumber" "1" # Option "SendCoreEvents" # EndSection # # Section "InputDevice" # Identifier "touchscreen1" # Driver "elo2300" # Option "Device" "/dev/ttyS0" # Option "MinX" "231" # Option "MaxX" "3868" # Option "MinY" "3858" # Option "MaxY" "272" # Option "ScreenNumber" "0" # Option "ReportingMode" "Scaled" # Option "ButtonThreshold" "17" # Option "ButtonNumber" "1" # Option "SendCoreEvents" # EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "My Monitor" # HorizSync is in kHz unless units are specified. # HorizSync may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. HorizSync 31.5 - 48.5 # HorizSync 30-64 # multisync # HorizSync 31.5, 35.2 # multiple fixed sync frequencies # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies # VertRefresh is in Hz unless units are specified. # VertRefresh may be a comma separated list of discrete values, or a # comma separated list of ranges of values. # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S # USER MANUAL FOR THE CORRECT NUMBERS. VertRefresh 50-90 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Any number of graphics device sections may be present # Standard VGA Device: Section "Device" Identifier "Standard VGA" VendorName "Unknown" BoardName "Unknown" # The chipset line is optional in most cases. It can be used to override # the driver's chipset detection, and should not normally be specified. # Chipset "generic" # The Driver line must be present. When using run-time loadable driver # modules, this line instructs the server to load the specified driver # module. Even when not using loadable driver modules, this line # indicates which driver should interpret the information in this section. Driver "vga" # The BusID line is used to specify which of possibly multiple devices # this section is intended for. When this line isn't present, a device # section can only match up with the primary video device. For PCI # devices a line like the following could be used. This line should not # normally be included unless there is more than one video device # intalled. # BusID "PCI:0:10:0" # VideoRam 256 # Clocks 25.2 28.3 EndSection # Device configured by xorgconfig: Section "Device" Identifier "** Intel i810 (generic) [i810]" Driver "i810" #VideoRam 32768 # Insert Clocks lines here if appropriate EndSection # ********************************************************************** # Screen sections # ********************************************************************** # Any number of screen sections may be present. Each describes # the configuration of a single screen. A single specific screen section # may be specified from the X server command line with the "-screen" # option. Section "Screen" Identifier "Screen 1" Device "** Intel i810 (generic) [i810]" Monitor "My Monitor" DefaultDepth 16 Subsection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection Option "AllowGLXWithComposite" "True" Option "RenderAccel" "True" Option "AddARGBGLXVisuals" "True" EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** # Any number of ServerLayout sections may be present. Each describes # the way multiple screens are organised. A specific ServerLayout # section may be specified from the X server command line with the # "-layout" option. In the absence of this, the first section is used. # When now ServerLayout section is present, the first Screen section # is used alone. Section "ServerLayout" # The Identifier line must be present Identifier "Simple Layout" # Each Screen line specifies a Screen section name, and optionally # the relative position of other screens. The four names after # primary screen name are the screens to the top, bottom, left and right # of the primary screen. In this example, screen 2 is located to the # right of screen 1. Screen "Screen 1" # Each InputDevice line specifies an InputDevice section name and # optionally some options to specify the way the device is to be # used. Those options include "CorePointer", "CoreKeyboard" and # "SendCoreEvents". InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "Extensions" Option "Composite" "Enable" EndSection # Section "DRI" # Mode 0666 # EndSection -- Dan Sikorsky *Systems Admin/GoldMine Admin* RegionalHelpWanted.com,Inc. & Cupid.com, Inc. 845-471-5200 x220 One Civic Center Plaza, Suite 506 Poughkeepsie, NY 12601 /http://RegionalHelpWanted.com http://Cupid.com http://PurplePages.com/ From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 13:19:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 438A416A41B for ; Wed, 22 Aug 2007 13:19:15 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id C14E513C46E for ; Wed, 22 Aug 2007 13:19:14 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from [83.253.31.60] (port=57307 helo=falcon.midgard.homeip.net) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1INq74-0005Gl-68 for freebsd-questions@freebsd.org; Wed, 22 Aug 2007 15:19:14 +0200 Received: (qmail 31412 invoked from network); 22 Aug 2007 15:18:45 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 22 Aug 2007 15:18:45 +0200 Received: (qmail 27157 invoked by uid 1001); 22 Aug 2007 15:18:45 +0200 Date: Wed, 22 Aug 2007 15:18:45 +0200 From: Erik Trulsson To: "Bahman M." Message-ID: <20070822131845.GA27108@owl.midgard.homeip.net> Mail-Followup-To: "Bahman M." , freebsd-questions@freebsd.org References: <6d62f69a0708210302h57c45e63nb08999b2ad03b831@mail.gmail.com> <20070821101607.GA3819@owl.midgard.homeip.net> <6d62f69a0708210350r75c1a0ach395e9f481df07f2b@mail.gmail.com> <6d62f69a0708220537rc5ee1an6ae8b50d3abd1b3b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6d62f69a0708220537rc5ee1an6ae8b50d3abd1b3b@mail.gmail.com> User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.31.60 X-Scan-Result: No virus found in message 1INq74-0005Gl-68. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1INq74-0005Gl-68 2cb379ba025a7b4b1984b9ee1bdd46ef Cc: freebsd-questions@freebsd.org Subject: Re: Minimal gateway hardware configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 13:19:15 -0000 On Wed, Aug 22, 2007 at 04:07:42PM +0330, Bahman M. wrote: > One other question -a bit silly: > If I use that configuration as the gateway, can it be left on and > working 24x7? I mean, regarding the _hardware_, how often does it need > to be powered off: once a day, once a week, ... to prevent hardware > failures such as HDD crash? As long as it doesn't overheat (and as long as you do not care overly much about increasing the electricity bill) you can pretty much leave it on all the time. > > Bahman > > On 8/21/07, Bahman M. wrote: > > > Note: You need two LAN cards: One for the outside connection and one > > > to your internal network. (You probably already know that, but since you > > > referred to 'LAN Card' in the singular I thought I should mention it > > > anyway.) > > > > > Yes, the machine has 2 D-Link cards. > > > > > More than enough. > > > > > > I use a Pentium I @ 133MHz w/ 64MB RAM as a gateway with a faster Internet > > > connection (8Mbps down / 1Mbps up) and it has no problem keeping up. > > > > > > Earlier I had only 512 Kbps connection, and at that time used a 386sx @ > > > 33MHZ w/ 8MB RAM as gateway. It had no problem handling that speed. > > > > > Then my configuration is not minimal I'd say :-) > > Thanks. > > > > Bahman > > > _______________________________________________ > 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" -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 13:20:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE14D16A417 for ; Wed, 22 Aug 2007 13:20:52 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id B930313C48D for ; Wed, 22 Aug 2007 13:20:52 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 4FAFE1A3C1A for ; Wed, 22 Aug 2007 06:18:55 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id AAFCEC3ED; Wed, 22 Aug 2007 09:20:51 -0400 (EDT) Date: Wed, 22 Aug 2007 09:20:51 -0400 From: Kris Kennaway To: Kris Kennaway , freebsd-questions@freebsd.org Message-ID: <20070822132050.GA9055@rot26.obsecurity.org> References: <20070822042246.GA3497@saturn.pcs.ms> <20070822043725.GA2869@rot26.obsecurity.org> <20070822045118.GB3497@saturn.pcs.ms> <20070822063102.GA4141@rot26.obsecurity.org> <20070822064430.GB3852@saturn.pcs.ms> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070822064430.GB3852@saturn.pcs.ms> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: ldconfig problem after upgrade 4.11 to 5.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 13:20:52 -0000 On Wed, Aug 22, 2007 at 08:44:31AM +0200, Martin Schweizer wrote: > Hello Kris > > Am Wed, Aug 22, 2007 at 02:31:04AM -0400 Kris Kennaway schrieb: > > > > > > Am Wed, Aug 22, 2007 at 12:37:25AM -0400 Kris Kennaway schrieb: > > > > On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote: > > > > > After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I get > > > > > around 63 error messages while the system boot up: > > > > > > > > > > ldconfig: /var/run/ld.so.hints: No such file or directory > > > > > search: trailing characters ignored > > > > > No such file or directory > > > > > 0: - lmalloc.1.1: trailing characters ignored. No such file or > > > > > directory > > > > > ... > > > > > ... > > > > > > > > > Looks like it might be a broken symlink. > > > > > > > > Why are you updating to 5.5 though? You should be using 6.2. > > > > > > If I'm understanding /usr/src/UPDATING correct I should first update to 5.5 > > > and then to 6.2? > > > > OK. It may have been easier (and still could be) to just do a binary > > upgrade instead. > > > > > Any ideas where I can check this symlink? > > > > Use find(1) to look for libmalloc.so.1.1 > > The files are all located in /usr/lib/compat/aout. The path is defined in > /etc/defaults/rc.conf > [snip] > ldconfig_paths_aout="/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aout" > [snip] > > Any ideas? Are you missing aout support from your kernel? I think it's COMPAT_AOUT. Kris From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 13:22:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D55D16A421 for ; Wed, 22 Aug 2007 13:22:23 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 3F20F13C4A5 for ; Wed, 22 Aug 2007 13:22:23 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id C04EE1A3C1A; Wed, 22 Aug 2007 06:20:25 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 132CEC3ED; Wed, 22 Aug 2007 09:22:22 -0400 (EDT) Date: Wed, 22 Aug 2007 09:22:21 -0400 From: Kris Kennaway To: "Arend P. van der Veen" Message-ID: <20070822132221.GB9055@rot26.obsecurity.org> References: <46CC32FA.3080900@att.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46CC32FA.3080900@att.net> User-Agent: Mutt/1.4.2.3i Cc: "David J. Neu" , FreeBSD Questions Subject: Re: AMD64 vs i386 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 13:22:23 -0000 On Wed, Aug 22, 2007 at 08:58:34AM -0400, Arend P. van der Veen wrote: > Hi All, > > I have a general question. > > We have access to some new AMD64 based Dell Servers with 2 Core Duo > Xeons. We are currently using i386 Dell Servers with a core duo > processor. I recall from my MS Windows days that when there was the > shift from 16-bit to 32-bit processors it did take a while for > applications to support 32 bit. Sometimes 16-bit applications actually > ran slower on the 32-bit hardware. I know this is a loaded question: > > - Will the AMD64 based FreeBSD 6.2 distribution with applications such > as Postgresql, Apache, Python, Tomcat and SBCL be able to take advantage > of the 64-bit quad processor? This is a very frequently asked question, so you might like to do a bit of research in the archives or on google. Kris From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 13:25:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 050DB16A418 for ; Wed, 22 Aug 2007 13:25:24 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from bay0-omc1-s6.bay0.hotmail.com (bay0-omc1-s6.bay0.hotmail.com [65.54.246.78]) by mx1.freebsd.org (Postfix) with ESMTP id E41ED13C45A for ; Wed, 22 Aug 2007 13:25:23 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from BAY116-W15 ([64.4.38.115]) by bay0-omc1-s6.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Wed, 22 Aug 2007 06:25:23 -0700 Message-ID: X-Originating-IP: [199.219.138.254] From: Lisandro Grullon To: Date: Wed, 22 Aug 2007 09:25:23 -0400 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 22 Aug 2007 13:25:23.0972 (UTC) FILETIME=[E544B440:01C7E4BF] Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Configuring OpenLDAP and FreeBSD 6.2R X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 13:25:24 -0000 Hi all, I have been trying to get openLDAP up and running before I decide to integr= ated into a number of aplications.=20 =20 The port currently install are: openldap-sasl-client-2.4.3.a openldap-server-2.4.3.a =20 db4-4.0.14_1,1 =20 =20 After restarting the service and looking at the logs, I am getting some war= nings, can someone elaborate what they mean with the following. =20 Aug 22 09:16:00 sce2 slapd[32190]: @(#) $OpenLDAP: slapd 2.4.3alpha (Oct 18= 2006 03:27:53) $ root@freebsd.org:/work/a/ports/net/openldap24-server/w= ork/openldap-2.4.3alpha/servers/slapdAug 22 09:16:00 sce2 slapd[32190]: NSS= WITCH(nss_method_lookup): ldap, passwd, endpwent, not foundAug 22 09:16:00 = sce2 slapd[32190]: NSSWITCH(nss_method_lookup): ldap, group, setgrent, not = foundAug 22 09:16:00 sce2 slapd[32190]: NSSWITCH(nss_method_lookup): ldap, = group, getgrent_r, not foundAug 22 09:16:00 sce2 slapd[32190]: NSSWITCH(nss= _method_lookup): ldap, group, endgrent, not foundAug 22 09:16:00 sce2 slapd= [32190]: NSSWITCH(nss_method_lookup): ldap, group, endgrent, not foundAug 2= 2 09:16:00 sce2 slapd[32191]: slapd starting =20 I have added the following entries to my rc.conf. =20 # Configuration for OpenLDAPslapd_enable=3D"YES"slapd_flags=3D'-h "ldapi://= %2fvar%2frun%2fopenldap%2fldapi/ ldap://0.0.0.0/"'slapd_sockets=3D"/var/run= /openldap/ldapi" I have also change my nsswitch settings to reflect the following. =20 group: files ldap compatgroup_compat: nishosts: files dnsnetworks: filespas= swd: files ldap compatpasswd_compat: nisshells: files =20 Thank you in advance for your input. =20 FreeBSD sce2.mydomain.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 08= :43:30 UTC 2007 root@portnoy.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP = amd64 _________________________________________________________________ Find a local pizza place, movie theater, and more=85.then map the best rout= e! http://maps.live.com/default.aspx?v=3D2&ss=3Dyp.bars~yp.pizza~yp.movie%20th= eater&cp=3D42.358996~-71.056691&style=3Dr&lvl=3D13&tilt=3D-90&dir=3D0&alt= =3D-1000&scene=3D950607&encType=3D1&FORM=3DMGAC01= From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 13:32:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BF8F16A417 for ; Wed, 22 Aug 2007 13:32:38 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.180]) by mx1.freebsd.org (Postfix) with ESMTP id 8319E13C459 for ; Wed, 22 Aug 2007 13:32:37 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: by ik-out-1112.google.com with SMTP id c21so31083ika for ; Wed, 22 Aug 2007 06:32:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Z0PkXt2D7YzJ4Z7Cf7WHjVC5AUa7VUgWF6cuVXvbgMqQpCpEYQX7Rc97j4/TKmPZw3IQdMrT3KCvIRDkHL6x3f+bveZR/9fAn339PX9LfyEzIHF/CtZnYj5YC/+kJI/Ngm/d//M8YgoAbJhpyxFcuD9XBayqJ6RnbNADGZCwe6s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ScCEo7C7Fd1YWahjQSF3rqxymwN7EpDWADUnEmgaztwfO53MfxoX6Uc9A/TR1WJk815MOJayLymvQCHBrVPsw1XzT9aRPBZMRIHyW4CYhBZYTMoHmBG+jEWidY+BB9ey37VU+In3jVE0vFtu4C03YDr8EskSBivg/sHXfHpG9bU= Received: by 10.142.179.12 with SMTP id b12mr27675wff.1187789554686; Wed, 22 Aug 2007 06:32:34 -0700 (PDT) Received: by 10.143.10.17 with HTTP; Wed, 22 Aug 2007 06:32:34 -0700 (PDT) Message-ID: <26ddd1750708220632u48ed0773i80f9dc77ffddf980@mail.gmail.com> Date: Wed, 22 Aug 2007 09:32:34 -0400 From: "Maxim Khitrov" To: "Gabriel Linder" In-Reply-To: <20070822095408.61c11ab2@oblivion.jeuxvideo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070822095408.61c11ab2@oblivion.jeuxvideo.com> Cc: freebsd-questions@freebsd.org Subject: Re: Ports build parameters (knobs) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 13:32:38 -0000 On 8/22/07, Gabriel Linder wrote: > Hello, > > During the build of the graphical portion of my new FreeBSD-powered > laptop I noticed that some knobs are not listed in /usr/ports/KNOBS and > so, I can't add them to make.conf before building the packages. > > When I run "make fetch-recursive" for fluxbox, I get : > > WITH_DEBUG=yes Build with debugging symbols > WITH_DOCHTML=yes Install the HTML documentation > WITH_DOCPDF=yes Install the PDF documentation > WITH_GNOME=yes Enable GNOME support > WITH_IMLIB2=yes Enable Imlib2 (pixmap themes) support > [snip] > > and for libiconv : > > WITHOUT_EXTRA_ENCODINGS=yes Disable extra character sets > WITH_EXTRA_PATCHES=yes Apply extra patches (fixes cp932, adds > EUCJP-MS) > > GNOME and DEBUG are listed in /usr/ports/KNOBS, but IMLIB2 and > EXTRA_PATCHES are not... Is there a way to have the full list of > supported build options ? Or maybe I am wrong and these settings are not > supposed to be in make.conf but in /var/db/ports//options, if > so please let me know :) My experience has shown that it's always best to look at the Makefile of any port you are about to install. That's the most reliable way to learn about the port and the knobs it supports. However, this can be rather tedious when installing something with a few hundred dependencies (like gnome), so I actually came up with a solution to speed things up. First of all, you should install portconf from ports-mgmt and use it to specify port-specific options. It's a much cleaner way of doing things than using if statements in make.conf. You can also easily transfer the configuration to other systems. In addition to port-specific options, you can use * to set global knobs. Here's the start of my ports.conf file just to give you an idea: *: WITHOUT_BDB |\ WITHOUT_DEBUG |\ WITHOUT_DEBUGGING |\ WITHOUT_IPV6 |\ WITHOUT_NLS |\ WITHOUT_PROFILE |\ WITH_OPTIMIZED_CFLAGS |\ WITH_TTF_BYTECODE_ENABLED converters/libiconv: WITHOUT_EXTRA_ENCODINGS lang/php5: WITHOUT_CGI |\ WITH_MULTIBYTE And so on... Now as far as actually discovering what knobs are available, I wrote a simple script to do this. The contents are below, save them as /usr/local/sbin/getknobs or something similar. The idea is this; when you are about to install a port, run getknobs from the port's directory. The script uses 'make missing' to determine all the other ports that are about to be installed, then goes through their port directories and searches all the files for WITH/WITHOUT_* patterns. You then get a nice print out of all the knobs that you can configure before running make install for the current port. Since this script is using make missing you will not get the knobs for ports that are already installed. The script was meant to be used from the very beginning (i.e. starting from a clean system), so that on each step you are only shown knobs for ports that aren't already configured. You can easily modify this behavior if you want. You may also need to adjust the regular expression used to find the knobs. - Max #!/bin/sh cmd='make missing' regex='WITH(OUT)?_[^[:space:]=)}\?]+' dir=`pwd` dir=`dirname $dir` dir=`dirname $dir` if [ "/usr/ports" != "$dir" ]; then echo 1>&2 "This script must be run for a port's directory." exit 1 fi ports="`$cmd` `pwd | sed 's/\/usr\/ports\///'`" for port in $ports; do knobs=`grep -Eho $regex /usr/ports/$port/* | sort | uniq` if [ -z "$knobs" ]; then continue fi echo "--- ${port}:" for knob in $knobs; do echo " $knob" done echo done From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 13:34:46 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CB1D16A41B for ; Wed, 22 Aug 2007 13:34:46 +0000 (UTC) (envelope-from amin.scg@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.188]) by mx1.freebsd.org (Postfix) with ESMTP id 63D7213C4D9 for ; Wed, 22 Aug 2007 13:34:45 +0000 (UTC) (envelope-from amin.scg@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so110178rvb for ; Wed, 22 Aug 2007 06:34:44 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:references:in-reply-to:subject:date:mime-version:content-type:content-transfer-encoding:x-mailer:thread-index:content-language:x-cr-hashedpuzzle:x-cr-puzzleid:message-id; b=cMVzEeoYkXwWN0nc0g1c+aKk7kKx4//Zocb/KdwYSWINbTkHcw5gm7PRA7MjUId/vEm87SbJsUdrO5vj9CxgqnDO8FDgeFyu6oHfP+CzjnO56uHew2qSMaf6MNQnR//FwhTd0/amCCc1QPKMNOOBAXJhQISbLcqYKL2Tvwa7oyE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:references:in-reply-to:subject:date:mime-version:content-type:content-transfer-encoding:x-mailer:thread-index:content-language:x-cr-hashedpuzzle:x-cr-puzzleid:message-id; b=pj1ptL2+lcX805uI71v+8p4tN1jSMZVjpE8IrxqC/jUFBWv8lugsLF6fjGGIMFs658JfEL6auUqyOLFAEXwgKhZnwTphs/Rxk2fYmOAVK74865Jl1neX3tNpuLvIwGPxfb2nHfy+yVuuWbaO1pbZijMn/YmLryJM1gbGq6/P6K4= Received: by 10.141.99.4 with SMTP id b4mr269269rvm.1187788012615; Wed, 22 Aug 2007 06:06:52 -0700 (PDT) Received: from intel3ghzht ( [203.121.47.4]) by mx.google.com with ESMTPS id b24sm1624648rvf.2007.08.22.06.06.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 22 Aug 2007 06:06:49 -0700 (PDT) From: "amin" To: References: <20070822120020.1680516A4C2@hub.freebsd.org> In-Reply-To: <20070822120020.1680516A4C2@hub.freebsd.org> Date: Wed, 22 Aug 2007 21:06:50 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcfktPPd84E6ZQl1TfmUMJwjRHAXRQABpOvA Content-Language: en-us x-cr-hashedpuzzle: NUw= AW64 AgXS AuRi A0yT CUkv CaNt DsaZ EXlv FPQ8 FqT8 GDcR GLYa HFzf HxDd ISbF; 1; ZgByAGUAZQBiAHMAZAAtAHEAdQBlAHMAdABpAG8AbgBzAEAAZgByAGUAZQBiAHMAZAAuAG8AcgBnAA==; Sosha1_v1; 7; {235AFD3F-402C-4857-9B3A-DB0FB3031257}; YQBtAGkAbgAuAHMAYwBnAEAAZwBtAGEAaQBsAC4AYwBvAG0A; Wed, 22 Aug 2007 13:06:40 GMT; UwBlAHIAdgBlAHIAcwAgAEMAcgBhAHMAaAAgAGUAdgBlAHIAeQAgAGYAZQB3ACAAZABhAHkAcwA= x-cr-puzzleid: {235AFD3F-402C-4857-9B3A-DB0FB3031257} Message-ID: <46cc34e9.18b38c0a.1a4b.ffff9abc@mx.google.com> Subject: Servers Crash every few days X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 13:34:46 -0000 Hi, I have six servers running FreeBSD 6.2 and all of them have the same config. My servers are configured to run as a socks5 proxy server. Lately the servers are going down without any good reasons. How do I check what are the errors or processes or the state of the server before it goes down. All of them are running quite well without any reboots for the last few weeks. My sysctl.conf is as follows: kern.maxfiles=32768 kern.maxfilesperproc=32768 kern.maxprocperuid=32768 kern.ipc.somaxconn=32768 kern.ipc.maxsockbuf=8388608 net.inet.ip.portrange.first=30000 net.inet.ip.portrange.hifirst=30000 net.inet.ip.rtexpire= 1200 net.inet.ip.intr_queue_maxlen=1000 net.inet.tcp.rfc1323=1 #net.inet.tcp.mssdflt=1460 net.inet.udp.recvspace=65535 net.inet.udp.maxdgram=57344 net.inet.tcp.sendspace=65535 net.inet.tcp.recvspace=65535 net.local.stream.recvspace=65535 net.local.stream.sendspace=65535 net.inet.tcp.keepidle=72000 net.inet.tcp.keepintvl=1800 net.inet.icmp.icmplim=300 net.inet.tcp.delayed_ack=0 ---------------------- Loader.conf kern.maxusers=128 kern.maxproc=32768 kern.ipc.nmbclusters=65536 kern.ipc.maxsockets=32768 ------------------------ The servers are sending in and out traffic of 30mbit upload and 30mbit download 24x7 with incoming connections to the proxy server (running ss5 proxy) numbering between 6000-12000 connection. Memory for the servers are 2GB but using top I can get something like below: last pid: 9269; load averages: 2.60, 2.30, 2.23 up 1+01:18:38 21:01:47 10114 processes88 running, 10026 sleeping CPU states: 25.2% user, 0.0% nice, 24.7% system, 17.9% interrupt, 32.2% idle Mem: 731M Active, 255M Inact, 796M Wired, 1284K Cache, 112M Buf, 155M Free This server is running P2P proxy for 100 users connecting thru openvpn. Is this a configuration issues or hardware issues? Servers seem to go down at random timing, some last for 3-4 days before it crashed sometime few hours and sometimes it goes down when have less than 1000 connection and sometimes when the connections is more 10000. Like now, with 10000 connections, it has been running good for the last 12 hours. Any pointers? -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of freebsd-questions-request@freebsd.org Sent: Wednesday, August 22, 2007 8:00 PM To: freebsd-questions@freebsd.org Subject: freebsd-questions Digest, Vol 191, Issue 26 Send freebsd-questions mailing list submissions to freebsd-questions@freebsd.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.freebsd.org/mailman/listinfo/freebsd-questions or, via email, send a message with subject or body 'help' to freebsd-questions-request@freebsd.org You can reach the person managing the list at freebsd-questions-owner@freebsd.org When replying, please edit your Subject line so it is more specific than "Re: Contents of freebsd-questions digest..." Today's Topics: 1. Re: wildcard usage in fetch (Philip Hallstrom) 2. Problem with cardbus cards being recognized in my laptop (heatonjmark@netscape.net) 3. What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. (N. Harrington) 4. Re: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. (Chuck Swiger) 5. DJBDNS && IPv6 (Steve Bertrand) 6. Re: DJBDNS && IPv6 (Steve Bertrand) 7. ldconfig problem after upgrade 4.11 to 5.5 (Martin Schweizer) 8. Re: ldconfig problem after upgrade 4.11 to 5.5 (Kris Kennaway) 9. Re: wildcard usage in fetch (Rakhesh Sasidharan) 10. Re: ldconfig problem after upgrade 4.11 to 5.5 (Martin Schweizer) 11. Re: GEOM, Vinum difference (Rakhesh Sasidharan) 12. Re: ldconfig problem after upgrade 4.11 to 5.5 (Martin Schweizer) 13. Re: DJBDNS && IPv6 (Matthew Seaman) 14. Re: Gnome & FreeBSD (Ghirai) 15. Re: ldconfig problem after upgrade 4.11 to 5.5 (Kris Kennaway) 16. Re: ldconfig problem after upgrade 4.11 to 5.5 (Kris Kennaway) 17. Re: ldconfig problem after upgrade 4.11 to 5.5 (Martin Schweizer) 18. Unlimited CEUs for $49.99 (Dr.Dawn-Elise_Snipes@AllCEUs.com) 19. ps2ascii. &c. (Gary Kline) 20. Re: ps2ascii. &c. (Yuri Pankov) 21. Ports build parameters (knobs) (Gabriel Linder) 22. Re: ps2ascii. &c. (Predrag Punosevac) 23. Re: GEOM, Vinum difference (Michel Talon) 24. It's top shows wrong load percent? (Nguyen Tam Chinh) 25. Ethernet controllers (King Wong) 26. Re: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. (Dag-Erling Sm?rgrav) 27. Re: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. (Ganbold) 28. Re: Ports build parameters (knobs) (Roland Smith) 29. FreeBSD MBRs (Christopher Key) ---------------------------------------------------------------------- Message: 1 Date: Tue, 21 Aug 2007 16:04:47 -0700 (PDT) From: Philip Hallstrom Subject: Re: wildcard usage in fetch To: fbsd2 Cc: "freebsd-questions@FreeBSD. ORG" Message-ID: <20070821160431.A56007@bravo.pjkh.com> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed > fetch -avrpAFU ftp://loginid:password@my.pics.com/IDX/ActivePhotos/*/*.* > > The /*/ directory is 2 positions in size and > contains 00 through 99 as directory names. > The *.* means all files in this directory. > > When I execute this I get logged in but get file > not found or not available error message. > > Is wildcard usage not allowed in ftp? > > How would you suggest to accomplish downloading source file > directory structure and their contents? You might look into curl. I know it has some wildcarding capabilities. ------------------------------ Message: 2 Date: Tue, 21 Aug 2007 19:34:24 -0400 From: heatonjmark@netscape.net Subject: Problem with cardbus cards being recognized in my laptop To: freebsd-questions@freebsd.org Message-ID: <8C9B262F13FEDFA-F60-51BF@FWM-M38.sysops.aol.com> Content-Type: text/plain; charset="us-ascii" Hi, folks, I was wondering if I could get some advice on a problem I'm having getting cardbus cards recognized by my laptop (HP zv6000) running FreeBSD 6.2-RELEASE 0. If I insert a card into the cardbus slot it the insertion is not recognized by the system. There is no trace that anything even occurred in dmesg. Likewise if I boot with a card inserted there is seemingly no recognition that the card is even there. And equally obviously there is no device created to configure (in my case an atheros based wlan card). The only trace of it is in dmesg that it sees the bus but does not see the card... see snip of dmesg below. snip------------------------------------------------------------------------ --------- cbb0: at device 4.0 on pci3 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 end snip------------------------------------------------------------------------ ---- My kernel is compiled with the following options... snip------------------------------------------------------------------------ ---------- # PCMCIA and cardbus bridge support device????????? cbb???????????? # cardbus (yenta) bridge device????????? pccard????????? # PC Card (16-bit) bus device????????? cardbus???????? # CardBus (32-bit) bus end of snip------------------------------------------------------------------------ ------------------------- and just in case, I added the following line to /etc/rc.conf. I don't think this entry will help a 32 bit cardbus but I figured It wouldn't hurt since I could not find an equivalent for cardbus. pccard_enable="YES" I would have assumed a dead slot except that it worked when booted with Windows. And even now I can boot from a Linux live cd and see the insertion event in dmesg under linux. Snip of Linux dmesg----------------------------------------------------------------------- -------------- [17179744.904000] pccard: CardBus card inserted into slot 0 [17179745.192000] wlan: 0.8.4.2 (0.9.2.1) [17179745.196000] ath_rate_sample: Unknown symbol ath_hal_computetxtime [17179745.232000] ath_pci: Unknown symbol ath_rate_tx_complete [17179745.232000] ath_pci: Unknown symbol _ath_hal_attach [17179745.232000] ath_pci: Unknown symbol ath_rate_attach [17179745.232000] ath_pci: Unknown symbol ath_rate_newassoc [17179745.232000] ath_pci: Unknown symbol ath_hal_computetxtime End of snip------------------------------------------------------------------------ ------------------------ Any suggestions will be greatly appreciated. Best Regards, mark h. ________________________________________________________________________ Check Out the new free AIM(R) Mail -- Unlimited storage and industry-leading spam and email virus protection. ------------------------------ Message: 3 Date: Tue, 21 Aug 2007 16:54:36 -0700 (PDT) From: "N. Harrington" Subject: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. To: freebsd-amd64@freebsd.org, questions@freebsd.org Message-ID: <835936.35104.qm@web34510.mail.mud.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Hello I feel stupid, but I am confused about kern.maxdsiz (or datasize via limits command) on FreeBSD amd64. I have seen many posts and suggestions to raise it to 1G. However it seems this only applies to i386. By default, on servers I have with 4G of physical memory, and 2X that of swap, I am showing a reported datasize limit of 33554432KB. far in excess of even my physical and swap combined! I have seen suggestions from mysql for maxdsize to be set to 1G. Obviously no such problem with amd64? Is this just a high number chosen to let things run wild? (basically unlimited) I have been having some problems with running squid and my servers locking up. I think, from the process exceeding my physical memory and the server getting very unhappy trying use so much swap. (since it seems the process size is so unlimited) Could anyone help shed some light on this for me? If I have a server with 4G of memory, what would be a safe /sane allowable maximum for datasize? (assuming a light networking load) Thanks! Nicole ------------------------------ Message: 4 Date: Tue, 21 Aug 2007 17:13:15 -0700 From: Chuck Swiger Subject: Re: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. To: N. Harrington Cc: questions@freebsd.org, freebsd-amd64@freebsd.org Message-ID: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Aug 21, 2007, at 4:54 PM, N. Harrington wrote: > I have seen many posts and suggestions to raise it to 1G. However > it seems this only applies to > i386. By default, on servers I have with 4G of physical memory, and > 2X that of swap, I am showing > a reported datasize limit of 33554432KB. far in excess of even my > physical and swap combined! True...that a big part of what you gain from running in 64-bit mode-- a huge address space. > I have seen suggestions from mysql for maxdsize to be set to 1G. > Obviously no such problem with > amd64? Right. > Is this just a high number chosen to let things run wild? > (basically unlimited) I have been > having some problems with running squid and my servers locking up. > I think, from the process > exceeding my physical memory and the server getting very unhappy > trying use so much swap. (since > it seems the process size is so unlimited) You should configure squid to use no more than about 60 - 70% of the available physical RAM-- ie, set the cache_mem parameter to about 2.5 or 3GB. > Could anyone help shed some light on this for me? If I have a > server with 4G of memory, what > would be a safe /sane allowable maximum for datasize? (assuming a > light networking load) It wouldn't be unreasonable to limit datasize to 3 GB on such a machine, assuming that nothing you run will ever need to grow larger... -- -Chuck ------------------------------ Message: 5 Date: Tue, 21 Aug 2007 20:19:55 -0400 From: Steve Bertrand Subject: DJBDNS && IPv6 To: freebsd-questions@freebsd.org Cc: mattr@eagle.ca Message-ID: <46CB812B.3020208@ibctech.ca> Content-Type: text/plain; charset=ISO-8859-1 Hi all, I am doing some serious testing with IPv6, however I can not get the name resolution side of things on my DJBDNS DNS servers to work as expected. On my legacy 4.10 box running BIND, I can resolve v6 addresses inherently even without v6 enabled in the kernel, but on my pre-production tinydns boxes (6.2, IPv6 kernel), I can't. I have installed the port, 'sup'd today on: FreeBSD 6.2-RELEASE-p6 #0: Wed Jul 18 20:31:03 EDT 2007 ...and installed it with the v6 patch in the Makefile turned 'on', but I can not identify any indication that IPv6 is enabled. What I'd like to know is: - is there a special way that I need to use tinydns-conf to create a new 'server' - what should a proper v6 entry look like in the data file My research has told me that I should have new 'v6' type binaries in the ./bin directory, but I do not see those. Any help would be greatly appreciated. I'm sorry if this should be directed to the djbdns list, however, I know I can compile from source and get it to work, I just want the port to work for future maintenance purposes. Regards, Steve ------------------------------ Message: 6 Date: Tue, 21 Aug 2007 21:08:14 -0400 From: Steve Bertrand Subject: Re: DJBDNS && IPv6 To: freebsd-questions@freebsd.org Cc: mattr@eagle.ca Message-ID: <46CB8C7E.1040102@ibctech.ca> Content-Type: text/plain; charset=ISO-8859-1 > - is there a special way that I need to use tinydns-conf to create a new > 'server' > > - what should a proper v6 entry look like in the data file > > My research has told me that I should have new 'v6' type binaries in the > ./bin directory, but I do not see those. To answer my own question, and to ensure quality in the archive, thanks to this: http://tomclegg.net/djbdns-ipv6 I managed to solve my own question. I had to: # echo WITH_IPV6=yes >> /etc/make.conf ...and now I have: -rwxr-xr-x 1 root wheel 78 Aug 21 20:58 add-alias6 -rwxr-xr-x 1 root wheel 77 Aug 21 20:58 add-host6 ...which is what I was looking for. I don't know what ramifications leaving this in the /etc/make.conf file will have on future ports, so if someone can answer that, it would be great! Steve ------------------------------ Message: 7 Date: Wed, 22 Aug 2007 06:22:46 +0200 From: Martin Schweizer Subject: ldconfig problem after upgrade 4.11 to 5.5 To: freebsd-questions@freebsd.org Message-ID: <20070822042246.GA3497@saturn.pcs.ms> Content-Type: text/plain; charset="us-ascii" Hello After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I get around 63 error messages while the system boot up: ldconfig: /var/run/ld.so.hints: No such file or directory search: trailing characters ignored No such file or directory 0: - lmalloc.1.1: trailing characters ignored. No such file or directory ... ... What did I wrong or what did I forget? Any hints are welcome. -- Regards Martin PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch; public key : http://www.pc-service.ch/pgp/public_key.asc; fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239; -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20070822/a6 044428/attachment-0001.pgp ------------------------------ Message: 8 Date: Wed, 22 Aug 2007 00:37:25 -0400 From: Kris Kennaway Subject: Re: ldconfig problem after upgrade 4.11 to 5.5 To: freebsd-questions@freebsd.org Message-ID: <20070822043725.GA2869@rot26.obsecurity.org> Content-Type: text/plain; charset="us-ascii" On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote: > Hello > > After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I get > around 63 error messages while the system boot up: > > ldconfig: /var/run/ld.so.hints: No such file or directory > search: trailing characters ignored > No such file or directory > 0: - lmalloc.1.1: trailing characters ignored. No such file or > directory > ... > ... > > What did I wrong or what did I forget? Any hints are welcome. Looks like it might be a broken symlink. Why are you updating to 5.5 though? You should be using 6.2. Kris -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20070822/0b 313884/attachment-0001.pgp ------------------------------ Message: 9 Date: Wed, 22 Aug 2007 08:42:30 +0400 (GST) From: Rakhesh Sasidharan Subject: Re: wildcard usage in fetch To: Philip Hallstrom Cc: "freebsd-questions@FreeBSD. ORG" Message-ID: <20070822084136.M88943@obelix.home.rakhesh.com> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed >> fetch -avrpAFU ftp://loginid:password@my.pics.com/IDX/ActivePhotos/*/*.* >> >> The /*/ directory is 2 positions in size and >> contains 00 through 99 as directory names. >> The *.* means all files in this directory. >> >> When I execute this I get logged in but get file >> not found or not available error message. >> >> Is wildcard usage not allowed in ftp? >> >> How would you suggest to accomplish downloading source file >> directory structure and their contents? > > You might look into curl. I know it has some wildcarding capabilities. I haven't done ftp'ing around in a while. But a long time ago, when I did, I used ncftp. That does wildcarding iirc. Regards, - Rakhesh http://rakhesh.com/ ------------------------------ Message: 10 Date: Wed, 22 Aug 2007 06:51:18 +0200 From: Martin Schweizer Subject: Re: ldconfig problem after upgrade 4.11 to 5.5 To: Kris Kennaway Cc: freebsd-questions@freebsd.org Message-ID: <20070822045118.GB3497@saturn.pcs.ms> Content-Type: text/plain; charset="us-ascii" Hello Kris Am Wed, Aug 22, 2007 at 12:37:25AM -0400 Kris Kennaway schrieb: > On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote: > > After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I get > > around 63 error messages while the system boot up: > > > > ldconfig: /var/run/ld.so.hints: No such file or directory > > search: trailing characters ignored > > No such file or directory > > 0: - lmalloc.1.1: trailing characters ignored. No such file or > > directory > > ... > > ... > > > Looks like it might be a broken symlink. > > Why are you updating to 5.5 though? You should be using 6.2. If I'm understanding /usr/src/UPDATING correct I should first update to 5.5 and then to 6.2? Any ideas where I can check this symlink? -- Regards Martin PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch; public key : http://www.pc-service.ch/pgp/public_key.asc; fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239; -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20070822/d6 7a2fd9/attachment-0001.pgp ------------------------------ Message: 11 Date: Wed, 22 Aug 2007 08:51:09 +0400 (GST) From: Rakhesh Sasidharan Subject: Re: GEOM, Vinum difference To: freebsd-questions@freebsd.org Message-ID: <20070822084628.L88943@obelix.home.rakhesh.com> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Lowell Gilbert wrote: > Rakhesh Sasidharan writes: > >> I see that if I want to do disk striping/ concating/ mirroring, >> FreeBSD offers the GEOM utilities and the Vinum LVM (which fits into >> the GEOM architecture). Why do we have two different ways of doing the >> same tasks -- any advantages/ disadvantages to either approach? >> >> I did check the archives before posting this question. Got a couple of >> hits, but they seem to be old info. Hence this question. >> >> The GEOM utilities seem to be newer, fancier, and probably the >> future. Vinum seems to be how things used to happen earlier. After >> GEOM was introduced, if Vinum had been discarded, I would have >> understood. But it wasn't. Instead, it was rewritten for GEOM and is >> probably still actively maintained. So I wonder why we have two ways >> of doing the same tasks ... >> >> What I understand from the archives is that Vinum was _probably_ >> rewritten for GEOM coz the GEOM utilities were still new and not as >> time tested as Vinum. Is that the case? So will Vinum continue to be >> around for a while or it be discarded? > > geom(4) does not provide RAID. It provides framework services that > are used by gvinum(8), (and by many other disk-related capabilities). Missed that one! :) There's no geom utility for RAID5, so that's definitely a difference. Thanks! Another (related) question: both gvinum and the geom utilities like gmirror and gstripe etc provide for RAID0, RAID1, and RAID3. Any advantages/ disadvantages of using one instead of the other? Thanks, - Rakhesh http://rakhesh.com/ ------------------------------ Message: 12 Date: Wed, 22 Aug 2007 07:06:19 +0200 From: Martin Schweizer Subject: Re: ldconfig problem after upgrade 4.11 to 5.5 To: Kris Kennaway , freebsd-questions@freebsd.org Message-ID: <20070822050618.GA3852@saturn.pcs.ms> Content-Type: text/plain; charset="us-ascii" Hello Kris Am Wed, Aug 22, 2007 at 06:51:18AM +0200 Martin Schweizer schrieb: > Am Wed, Aug 22, 2007 at 12:37:25AM -0400 Kris Kennaway schrieb: > > On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote: > > > After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I get > > > around 63 error messages while the system boot up: > > > > > > ldconfig: /var/run/ld.so.hints: No such file or directory > > > search: trailing characters ignored > > > No such file or directory > > > 0: - lmalloc.1.1: trailing characters ignored. No such file or > > > directory > > > ... > > > ... > > > > > Looks like it might be a broken symlink. > > > > Why are you updating to 5.5 though? You should be using 6.2. > > If I'm understanding /usr/src/UPDATING correct I should first update to 5.5 > and then to 6.2? Any ideas where I can check this symlink? In /etc/defaults/rc.conf I find some pathes which are not valid: ldconfig_local_dirs="/usr/local/libdata/ldconfig /usr/X11R6/libdata/ldconfig" # Local directories with ldconfig configuration files. ldconfig_local32_dirs="/usr/local/libdata/ldconfig32 /usr/X11R6/libdata/ldconfig32" # Local directories with 32-bit compatibility ldconfig Is this the problem? -- Regards Martin PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch; public key : http://www.pc-service.ch/pgp/public_key.asc; fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239; -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20070822/15 12638a/attachment-0001.pgp ------------------------------ Message: 13 Date: Wed, 22 Aug 2007 06:37:08 +0100 From: Matthew Seaman Subject: Re: DJBDNS && IPv6 To: Steve Bertrand Cc: mattr@eagle.ca, freebsd-questions@freebsd.org Message-ID: <46CBCB84.5050806@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Steve Bertrand wrote: >> - is there a special way that I need to use tinydns-conf to create a new >> 'server' >> >> - what should a proper v6 entry look like in the data file >> >> My research has told me that I should have new 'v6' type binaries in the >> ./bin directory, but I do not see those. > > To answer my own question, and to ensure quality in the archive, thanks > to this: > > http://tomclegg.net/djbdns-ipv6 > > I managed to solve my own question. > > I had to: > > # echo WITH_IPV6=yes >> /etc/make.conf > > ...and now I have: > > -rwxr-xr-x 1 root wheel 78 Aug 21 20:58 add-alias6 > -rwxr-xr-x 1 root wheel 77 Aug 21 20:58 add-host6 > > ...which is what I was looking for. > > I don't know what ramifications leaving this in the /etc/make.conf file > will have on future ports, so if someone can answer that, it would be great! > 'WITH_IPV6' inserted into /etc/make.conf in the way you show will enable IPv6 support in all ports that offer the capability. It's the recognised flag for that purpose and documented as such in /usr/ports/KNOBS. If you want to limit the effect to a single port, then you can use a construction like this in /etc/make.conf: .if ${.CURRDIR:M*/dns/djbdns} WITH_IPV6= YES .fi Also look at ports-mgmt/portsconf which lets you achieve the same end but using a different syntax which you may find easier to deal with. Cheers, Matthew - -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGy8uE8Mjk52CukIwRCBjiAJ99TyDfVH5H51EfzzRqij+lsMYSKwCdEFKv u4uIqRePKGmdjMB+CNTnqpc= =PN1d -----END PGP SIGNATURE----- ------------------------------ Message: 14 Date: Mon, 20 Aug 2007 17:27:41 +0000 From: Ghirai Subject: Re: Gnome & FreeBSD To: Michael S , freebsd-questions@freebsd.org Message-ID: <20070820172741.598e46fc.ghirai@ghirai.com> Content-Type: text/plain; charset=US-ASCII On Mon, 20 Aug 2007 10:11:54 -0400 (EDT) Michael S wrote: > Thank you all for the suggestions. I am going to take > into consideration everything everyone wrote. > > Michael > > --- "P.U.Kruppa" wrote: > > > On Sun, 19 Aug 2007, Michael S wrote: > > > > > Good day all, > > > > > > I decided to add GUI to my GUI-less FreeBSD > > machine. I > > > am considering installing Gnome, which I haven't > > used > > > for long while and the last time was on Linux > > anyway. > > > The reason is that most of my favorite > > applications > > > use gtk libraries, like Firefox, GAIM (can't get > > used > > > to the new name),wxPython and others. In short I > > > wanted to avoid 2 huge sets of libraries (gtk and > > qt) > > > by not installing KDE. > > > I wanted to know how Gnome feels on FreeBSD, is it > > > polished enough? Are there crashes? Any caveats at > > > all? > > There is a minimal gnome installation in > > /usr/ports/x11/gnome2-lite > > you can start with that and - if you like it - add > > all the the > > other stuff. > > One caveat: > > First install /usr/ports/x11/xorg (i.e. xorg-7.2) > > and check if > > your monitor and graphics card are set up correctly. > > > > Greetings, > > > > Uli. > > I'd suggest you also give xfce a try (http://xfce.org), it's also GTK based, and lighter than gnome/kde, while still having plenty of features. -- Regards, Ghirai. ------------------------------ Message: 15 Date: Wed, 22 Aug 2007 02:31:04 -0400 From: Kris Kennaway Subject: Re: ldconfig problem after upgrade 4.11 to 5.5 To: Kris Kennaway , freebsd-questions@freebsd.org Message-ID: <20070822063102.GA4141@rot26.obsecurity.org> Content-Type: text/plain; charset=us-ascii On Wed, Aug 22, 2007 at 06:51:18AM +0200, Martin Schweizer wrote: > Hello Kris > > Am Wed, Aug 22, 2007 at 12:37:25AM -0400 Kris Kennaway schrieb: > > On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote: > > > After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I get > > > around 63 error messages while the system boot up: > > > > > > ldconfig: /var/run/ld.so.hints: No such file or directory > > > search: trailing characters ignored > > > No such file or directory > > > 0: - lmalloc.1.1: trailing characters ignored. No such file or > > > directory > > > ... > > > ... > > > > > Looks like it might be a broken symlink. > > > > Why are you updating to 5.5 though? You should be using 6.2. > > If I'm understanding /usr/src/UPDATING correct I should first update to 5.5 > and then to 6.2? OK. It may have been easier (and still could be) to just do a binary upgrade instead. > Any ideas where I can check this symlink? Use find(1) to look for libmalloc.so.1.1 Kris ------------------------------ Message: 16 Date: Wed, 22 Aug 2007 02:33:06 -0400 From: Kris Kennaway Subject: Re: ldconfig problem after upgrade 4.11 to 5.5 To: Kris Kennaway , freebsd-questions@freebsd.org Message-ID: <20070822063304.GB4141@rot26.obsecurity.org> Content-Type: text/plain; charset=us-ascii On Wed, Aug 22, 2007 at 07:06:19AM +0200, Martin Schweizer wrote: > Hello Kris > > Am Wed, Aug 22, 2007 at 06:51:18AM +0200 Martin Schweizer schrieb: > > Am Wed, Aug 22, 2007 at 12:37:25AM -0400 Kris Kennaway schrieb: > > > On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote: > > > > After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I get > > > > around 63 error messages while the system boot up: > > > > > > > > ldconfig: /var/run/ld.so.hints: No such file or directory > > > > search: trailing characters ignored > > > > No such file or directory > > > > 0: - lmalloc.1.1: trailing characters ignored. No such file or > > > > directory > > > > ... > > > > ... > > > > > > > Looks like it might be a broken symlink. > > > > > > Why are you updating to 5.5 though? You should be using 6.2. > > > > If I'm understanding /usr/src/UPDATING correct I should first update to 5.5 > > and then to 6.2? Any ideas where I can check this symlink? > > In /etc/defaults/rc.conf I find some pathes which are not valid: > > ldconfig_local_dirs="/usr/local/libdata/ldconfig /usr/X11R6/libdata/ldconfig" > # Local directories with ldconfig configuration files. > ldconfig_local32_dirs="/usr/local/libdata/ldconfig32 /usr/X11R6/libdata/ldconfig32" > # Local directories with 32-bit compatibility ldconfig > > Is this the problem? No, shouldn't be. You have something left behind on your system that is causing problems. Perhaps it was from an even older version than 4.11, if you had done previous upgrades from e.g. 3.x. Kris ------------------------------ Message: 17 Date: Wed, 22 Aug 2007 08:44:31 +0200 From: Martin Schweizer Subject: Re: ldconfig problem after upgrade 4.11 to 5.5 To: Kris Kennaway Cc: freebsd-questions@freebsd.org Message-ID: <20070822064430.GB3852@saturn.pcs.ms> Content-Type: text/plain; charset="us-ascii" Hello Kris Am Wed, Aug 22, 2007 at 02:31:04AM -0400 Kris Kennaway schrieb: > > > > Am Wed, Aug 22, 2007 at 12:37:25AM -0400 Kris Kennaway schrieb: > > > On Wed, Aug 22, 2007 at 06:22:46AM +0200, Martin Schweizer wrote: > > > > After I updated my 4.11 to an 5.5 system (following /usr/src/UPDATING), I get > > > > around 63 error messages while the system boot up: > > > > > > > > ldconfig: /var/run/ld.so.hints: No such file or directory > > > > search: trailing characters ignored > > > > No such file or directory > > > > 0: - lmalloc.1.1: trailing characters ignored. No such file or > > > > directory > > > > ... > > > > ... > > > > > > > Looks like it might be a broken symlink. > > > > > > Why are you updating to 5.5 though? You should be using 6.2. > > > > If I'm understanding /usr/src/UPDATING correct I should first update to 5.5 > > and then to 6.2? > > OK. It may have been easier (and still could be) to just do a binary > upgrade instead. > > > Any ideas where I can check this symlink? > > Use find(1) to look for libmalloc.so.1.1 The files are all located in /usr/lib/compat/aout. The path is defined in /etc/defaults/rc.conf [snip] ldconfig_paths_aout="/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/local/lib/aout" [snip] Any ideas? -- Regards Martin Schweizer PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch; public key : http://www.pc-service.ch/pgp/public_key.asc; fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239; -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20070822/03 023235/attachment-0001.pgp ------------------------------ Message: 18 Date: Wed, 22 Aug 2007 01:26:41 -0400 From: Dr.Dawn-Elise_Snipes@AllCEUs.com Subject: Unlimited CEUs for $49.99 To: freebsd-questions@freebsd.org Message-ID: <69b28befa4342df1f213631d4b14450f@www.allceus.com> Content-Type: text/plain; charset = "UTF-8" Affordable, High-Quality CEUs! -- If you do not want to receive any more special offers or newsletters, http://allceus.com/mail_list/?p=unsubscribe&uid=4499e5ff375326efdcd9e044beba d6f3 To update your preferences and to unsubscribe visit http://allceus.com/mail_list/?p=preferences&uid=4499e5ff375326efdcd9e044beba d6f3 Forward a Message to Someone http://allceus.com/mail_list/?p=forward&uid=4499e5ff375326efdcd9e044bebad6f3 &mid=6 Dr. Dawn-Elise Snipes dr.dawn-elise_snipes@allceus.com PO BOX 1688 Alachua, FL 32616 -- Powered by PHPlist, www.phplist.com -- ------------------------------ Message: 19 Date: Wed, 22 Aug 2007 00:35:47 -0700 From: Gary Kline Subject: ps2ascii. &c. To: FreeBSD Mailing List Message-ID: <20070822073547.GA31201@thought.org> Content-Type: text/plain; charset=us-ascii Guys, If this is a re-post, sorry. I thought I mailed this to -questions. Anyway, where are the pdf and pd and other ghostscript converters? I thought these utilities were in the default distribution, but I can't find them. pdfps, pdftoascii, and so forth. thanks in advance for any help, gary -- Gary Kline kline@thought.org www.thought.org Public Service Unix ------------------------------ Message: 20 Date: Wed, 22 Aug 2007 11:47:15 +0400 From: Yuri Pankov Subject: Re: ps2ascii. &c. To: Gary Kline Cc: FreeBSD Mailing List Message-ID: <20070822074715.GA2854@darklight.org.ru> Content-Type: text/plain; charset=us-ascii On Wed, Aug 22, 2007 at 12:35:47AM -0700, Gary Kline wrote: > > Guys, > > If this is a re-post, sorry. I thought I mailed this to -questions. > Anyway, where are the pdf and pd and other ghostscript converters? > I thought these utilities were in the default distribution, but I > can't find them. pdfps, pdftoascii, and so forth. > > thanks in advance for any help, > > gary > > > > > -- > Gary Kline kline@thought.org www.thought.org Public Service Unix > They are in print/ghostscript-{afpl,gnu,gpl}, though ghostscript-gpl is preferred one. HTH, Yuri ------------------------------ Message: 21 Date: Wed, 22 Aug 2007 09:54:08 +0200 From: Gabriel Linder Subject: Ports build parameters (knobs) To: FreeBSD Questions Message-ID: <20070822095408.61c11ab2@oblivion.jeuxvideo.com> Content-Type: text/plain; charset=US-ASCII Hello, During the build of the graphical portion of my new FreeBSD-powered laptop I noticed that some knobs are not listed in /usr/ports/KNOBS and so, I can't add them to make.conf before building the packages. When I run "make fetch-recursive" for fluxbox, I get : WITH_DEBUG=yes Build with debugging symbols WITH_DOCHTML=yes Install the HTML documentation WITH_DOCPDF=yes Install the PDF documentation WITH_GNOME=yes Enable GNOME support WITH_IMLIB2=yes Enable Imlib2 (pixmap themes) support [snip] and for libiconv : WITHOUT_EXTRA_ENCODINGS=yes Disable extra character sets WITH_EXTRA_PATCHES=yes Apply extra patches (fixes cp932, adds EUCJP-MS) GNOME and DEBUG are listed in /usr/ports/KNOBS, but IMLIB2 and EXTRA_PATCHES are not... Is there a way to have the full list of supported build options ? Or maybe I am wrong and these settings are not supposed to be in make.conf but in /var/db/ports//options, if so please let me know :) ------------------------------ Message: 22 Date: Wed, 22 Aug 2007 01:12:06 -0700 From: Predrag Punosevac Subject: Re: ps2ascii. &c. To: Gary Kline , questions@freebsd.org Message-ID: <46CBEFD6.9060102@math.arizona.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Gary Kline wrote: > Guys, > > If this is a re-post, sorry. I thought I mailed this to -questions. > Anyway, where are the pdf and pd and other ghostscript converters? > I thought these utilities were in the default distribution, but I > can't find them. pdfps, pdftoascii, and so forth. > > thanks in advance for any help, > > gary > > > > > I use ghostscript-gpl-8.57 which is in print. The commands are actually ps2pdf and pdf2ps. I am not using acscii converter but I the command is ps2ascii. Are you sure you are using right commands? The other converters like dvips, dvipdfm are in print. ------------------------------ Message: 23 Date: Wed, 22 Aug 2007 10:37:29 +0200 From: Michel Talon Subject: Re: GEOM, Vinum difference To: freebsd-questions@freebsd.org Message-ID: <20070822083729.GA93337@lpthe.jussieu.fr> Content-Type: text/plain; charset=us-ascii Rakhesh Sasidharan wrote: > Another (related) question: both gvinum and the geom utilities like > gmirror and gstripe etc provide for RAID0, RAID1, and RAID3. Any > advantages/ disadvantages of using one instead of the other? There has been a polemic between Greg Lehey and PJ Dawidek about the comparative advantages of raid3 and raid5. You can find the exchanges on Google. One example being: http://arkiv.freebsd.se/?ml=freebsd-performance&a=2004-08&t=227183 As far as i remember there are arguments showing that raid3 is better than raid5 both in terms of speed and of data security. It seems that raid5 has mostly a hype factor for him, but i may err. Anyways it is for such reasons that in the modern geom system, raid3 has been implemented and not raid5. But vinum has been ported to the geom framework for the benefit of old users, or of people who like it. For example if you are using FreeBSD-4 or DragonFlyBSD, vinum is the standard tool, and you may prefer getting expertise in just one tool. Finally none of these raid systems is really good, both for performance and security. If you are concerned with your data and want good write speed, you must buy enough disks and use raid 10. Another important factor is ease of use. The geom tools, gmirror, gstripe, graid3, etc. are *very* easy to use. The documentation in the man pages is clear, sufficient for doing work, and not too long. On the contrary, vinum was traditionaly documented in a very hermetic way. But more recently, Greg Lehey has provided a very clear chapter of his book on his web site which can be recommanded, but is not short. Note the documentation is a critical aspect of such systems because its lack may bite you in case a disk crashes and you need to adopt correct procedures under stress. Also for some time the gvinum stuff was extremely buggy, and was completely non functional when i tried it. I hope it is fixed now. -- Michel TALON ------------------------------ Message: 24 Date: Wed, 22 Aug 2007 16:34:38 +0700 From: "Nguyen Tam Chinh" Subject: It's top shows wrong load percent? To: FreeBSD-Questions Message-ID: <64b284310708220234n4a01cf47r3767079b6c50eb55@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Hello, Recently we got some trouble on some FreeBSD 6.2-STABLE servers (GENERIC kernel). Some python scripts are working on these servers and after a day or two we get 0% idle in the CPU states. After sometime, the operating system will unable to do even simple task like resolving DNS name and the zabbix process can not send outbound packets to the remote monitoring server. Maybe the top is showing wrong load percent? vmstat -i shows that some kind of irq0: clk has a maximum value of 1000. Does this matter? Please advice how to debug this overload problem. Thank you very much! -------------------------- %top last pid: 12901; load averages: 8.68, 8.65, 8.65 up 1+20:44:06 04:15:12 1438 processes:9 running, 1429 sleeping CPU states: 38.8% user, 0.0% nice, 60.1% system, 1.2% interrupt, 0.0% idle Mem: 191M Active, 784M Inact, 141M Wired, 4K Cache, 112M Buf, 824M Free Swap: 3883M Total, 3883M Free PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND 893 test 1205 20 0 283M 158M kserel 746:23 0.83% python 878 test 207 96 0 59864K 39912K select 139:48 0.00% python 693 zabbix 1 101 5 1876K 1180K RUN 0:31 0.00% zabbix_agentd 699 zabbix 1 101 5 1876K 1308K RUN 0:15 0.00% zabbix_agentd 719 zabbix 1 101 5 1876K 1308K RUN 0:14 0.00% zabbix_agentd 717 zabbix 1 101 5 1876K 1308K RUN 0:14 0.00% zabbix_agentd 718 zabbix 1 101 5 1876K 1316K RUN 0:14 0.00% zabbix_agentd 666 root 1 96 0 3504K 2936K select 0:04 0.00% sendmail 660 root 1 96 0 3524K 2692K select 0:02 0.00% sshd %vmstat -i interrupt total rate irq0: clk 161045527 1000 irq8: rtc 20609989 127 irq10: fxp0 84315079 523 irq14: ata0 341080 2 Total 266311675 1653 %netstat -m 1100/2485/3585 mbufs in use (current/cache/total) 1092/1730/2822/96000 mbuf clusters in use (current/cache/total/max) 1092/1724 mbuf+clusters out of packet secondary zone in use (current/cache) 0/0/0/0 4k (page size) jumbo clusters in use (current/cache/total/max) 0/0/0/0 9k jumbo clusters in use (current/cache/total/max) 0/0/0/0 16k jumbo clusters in use (current/cache/total/max) 2459K/4081K/6540K bytes allocated to network (current/cache/total) 0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters) 0/0/0 requests for jumbo clusters denied (4k/9k/16k) 0/7/16896 sfbufs in use (current/peak/max) 0 requests for sfbufs denied 0 requests for sfbufs delayed 0 requests for I/O initiated by sendfile 0 calls to protocol drain routines >From dmesg: Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD Foundation. FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) Prosussor (1994.95-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x6a0 Stepping = 0 Features=0x383f9ff AMD Features=0xc0400800 real memory = 2080309248 (1983 MB) avail memory = 2029355008 (1935 MB) kbd1 at kbdmux0 ath_hal: 0.9.17.2 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) acpi0: on motherboard acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 cpu0: on acpi0 acpi_button0: on acpi0 acpi_button1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 agp0: mem 0xe0000000-0xe3ffffff at device 0.0 on pci0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) fxp0: port 0xd000-0xd03f mem 0xeb020000-0xeb020fff,0xeb000000-0xeb01ffff irq 10 at device 8.0 on pci0 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:02:b3:ee:78:48 isab0: at device 17.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xe000-0xe00f at device 17.1 on pci0 ata0: on atapci0 ata1: on atapci0 acpi_tz0: on acpi0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FAST] -- With best regards, | The Power to Serve Nguyen Tam Chinh | http://www.FreeBSD.org ------------------------------ Message: 25 Date: Wed, 22 Aug 2007 17:51:41 +0800 From: "King Wong" Subject: Ethernet controllers To: Message-ID: <20070822095318.6919175331@smtp4.hknet.com> Content-Type: text/plain; charset="US-ASCII" Dear Both, Could you help me to check IBM x3250 server Ethernet controllers which can support FreeBSD? And the Server Ethernet is Broadcom NetXtreme. THX! Best Regards, King Wong ------------------------------ Message: 26 Date: Wed, 22 Aug 2007 12:53:34 +0200 From: Dag-Erling Sm?rgrav Subject: Re: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. To: Chuck Swiger Cc: questions@freebsd.org, "N. Harrington" , freebsd-amd64@freebsd.org Message-ID: <86r6lvalht.fsf@ds4.des.no> Content-Type: text/plain; charset=utf-8 Chuck Swiger writes: > You should configure squid to use no more than about 60 - 70% of the > available physical RAM-- ie, set the cache_mem parameter to about 2.5 > or 3GB. Better yet, don't run Squid at all. It was designed for a computer architecture that was already obsolete when Squid was first written. > It wouldn't be unreasonable to limit datasize to 3 GB on such a > machine, assuming that nothing you run will ever need to grow > larger... ...actually, maxdsiz is meaningless in FreeBSD 7, because the new allocator uses mmap(2) instead of brk(2) / sbrk(2), so malloc() counts towards the resident set size (ulimit -m), not the data segment size (ulimit -d). (unless, of course, your application has its own allocator, in which case you can kiss performance goodbye) DES -- Dag-Erling SmC8rgrav - des@des.no ------------------------------ Message: 27 Date: Wed, 22 Aug 2007 18:59:02 +0800 From: Ganbold Subject: Re: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. To: Dag-Erling Sm?rgrav Cc: questions@freebsd.org, freebsd-amd64@freebsd.org Message-ID: <46CC16F6.7020904@micom.mng.net> Content-Type: text/plain; charset=UTF-8; format=flowed Dag-Erling SmC8rgrav wrote: > Chuck Swiger writes: > >> You should configure squid to use no more than about 60 - 70% of the >> available physical RAM-- ie, set the cache_mem parameter to about 2.5 >> or 3GB. >> > > Better yet, don't run Squid at all. Ok, then what do you recommend instead of Squid? thanks, Ganbold > It was designed for a computer > architecture that was already obsolete when Squid was first written. > > >> It wouldn't be unreasonable to limit datasize to 3 GB on such a >> machine, assuming that nothing you run will ever need to grow >> larger... >> > > ..actually, maxdsiz is meaningless in FreeBSD 7, because the new > allocator uses mmap(2) instead of brk(2) / sbrk(2), so malloc() counts > towards the resident set size (ulimit -m), not the data segment size > (ulimit -d). > > (unless, of course, your application has its own allocator, in which > case you can kiss performance goodbye) > > DES > -- Heuristics are bug ridden by definition. If they didn't have bugs, then they'd be algorithms. ------------------------------ Message: 28 Date: Wed, 22 Aug 2007 13:17:17 +0200 From: Roland Smith Subject: Re: Ports build parameters (knobs) To: Gabriel Linder Cc: FreeBSD Questions Message-ID: <20070822111717.GB8632@slackbox.xs4all.nl> Content-Type: text/plain; charset="us-ascii" On Wed, Aug 22, 2007 at 09:54:08AM +0200, Gabriel Linder wrote: > Hello, > > During the build of the graphical portion of my new FreeBSD-powered > laptop I noticed that some knobs are not listed in /usr/ports/KNOBS and > so, I can't add them to make.conf before building the packages. I don't see why not. > When I run "make fetch-recursive" for fluxbox, I get : > > WITH_DEBUG=yes Build with debugging symbols > WITH_DOCHTML=yes Install the HTML documentation > WITH_DOCPDF=yes Install the PDF documentation > WITH_GNOME=yes Enable GNOME support > WITH_IMLIB2=yes Enable Imlib2 (pixmap themes) support > [snip] > > and for libiconv : > > WITHOUT_EXTRA_ENCODINGS=yes Disable extra character sets > WITH_EXTRA_PATCHES=yes Apply extra patches (fixes cp932, adds > EUCJP-MS) > > GNOME and DEBUG are listed in /usr/ports/KNOBS, but IMLIB2 and > EXTRA_PATCHES are not... Is there a way to have the full list of > supported build options? Look at the port Makefile. > Or maybe I am wrong and these settings are not > supposed to be in make.conf but in /var/db/ports//options, if > so please let me know :) If they aren't OPTIONS, just list them in make.conf like this; .if ${.CURDIR:M*/x11-wm/fluxbox} WITH_IMLIB2=yes .endif This way the variables are only defined when make is called from a directory that ends in x11-wm/fluxbox. Roland -- R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20070822/9f 5ca9dd/attachment-0001.pgp ------------------------------ Message: 29 Date: Wed, 22 Aug 2007 12:27:51 +0100 From: Christopher Key Subject: FreeBSD MBRs To: freebsd-questions@freebsd.org Message-ID: <46CC1DB7.7040506@cam.ac.uk> Content-Type: text/plain; charset=ISO-8859-1 Hello, I've a machine with 3 SATA drives. The first (ad8) with a standard FreeBSD install in a single slice with /boot/boot0 MBR. The remaining two drives (ad10, ad12) are in a RAID1 mirror with 3 slices, and used for storing data. They have the /boot/mbr MBR. After booting off various USB flash drives to try and update the BIOS on my machine, it got into a state where during startup, it would display 'Missing operating system' and hang. What seems to have been happening is that it was trying to boot from one of my data store drives, despite the boot order of the disks set in the BIOS. The only solution that I found was to start booting from a USB flash drive with a boot0 MBR, and to hit F5 to change to booting from my first drive After this, the machine then reboots quite happily until I hit F5 again, in which case I get the same 'Missing operating behavior'. This persists even while power cycling the machine. I had imagined the boot process to be entirely stateless, certainly across power cycles. The BIOS executes the MBR on the first drive in its boot boot. The boot0 MBR then allowed you to either execute the boot sector from any of the slices on the current drive, or to execute the MBR from the next drive in the list. However, this clearly isn't what's happening. Is it boot0 remembering my F5 key stroke, or is it more likely that the BIOS is remembering something? Does anyone have any recommendations to avoid this in the future? Is putting boot0 on all three drives a good idea perhaps? Regards, Chris ------------------------------ _______________________________________________ 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" End of freebsd-questions Digest, Vol 191, Issue 26 ************************************************** From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 13:40:10 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C95616A41A; Wed, 22 Aug 2007 13:40:09 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id E6A4B13C465; Wed, 22 Aug 2007 13:40:08 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id EE2D820B0; Wed, 22 Aug 2007 15:40:03 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id D0EF3208A; Wed, 22 Aug 2007 15:40:03 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id A7B9684447; Wed, 22 Aug 2007 15:40:03 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: "Alexandre Biancalana" References: <835936.35104.qm@web34510.mail.mud.yahoo.com> <86r6lvalht.fsf@ds4.des.no> <46CC16F6.7020904@micom.mng.net> <86ejhvai7g.fsf@ds4.des.no> <8e10486b0708220627t5d7bc3d9v1104a4e3cbfcd6cd@mail.gmail.com> Date: Wed, 22 Aug 2007 15:40:03 +0200 In-Reply-To: <8e10486b0708220627t5d7bc3d9v1104a4e3cbfcd6cd@mail.gmail.com> (Alexandre Biancalana's message of "Wed\, 22 Aug 2007 10\:27\:04 -0300") Message-ID: <86odgz8z7w.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Ganbold , questions@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 13:40:10 -0000 "Alexandre Biancalana" writes: > Dag-Erling Sm=C3=B8rgrav writes: > > Ganbold writes: > > > Ok, then what do you recommend instead of Squid? > > That depends on what you use it for... > What the options for forward proxy/cache with user authentication and > access control ? I'm not really into forward proxies, but there are a few (mod_proxy, privoxy, wwwoffle). DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 13:55:44 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DF2C16A41A for ; Wed, 22 Aug 2007 13:55:44 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.224]) by mx1.freebsd.org (Postfix) with ESMTP id BD95213C48E for ; Wed, 22 Aug 2007 13:55:43 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so127903wra for ; Wed, 22 Aug 2007 06:55:43 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=JrlE+AUysU41kMgQkbirJNnVAOiMH5n7/YfapG8ovP5WzTTo1Cv3nI4IZfNdGUP4mpGV/Eg1uzDwDv1gDTP1R4HBx8NaapiF+vqI6lQK1LEt3kNWpyWw8SnPur4hoTbCd8FBqJRvIMBfQwmz6Lq8GEn+ImXmqRiW97RZAPeP0vY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=NSteISrIUqfXYa0e6+zhbh4MORXvMgx+zFDpHu5IWgr15SUnXxZoG79CT3H+tTyt6QXZ3RRT/lhWEB4c10b9GXswu9M22Tqkbx8UGCh5q7xje8lA0bXMzlLXO3uslvrSV3gxsknm+l8PZF2nOSgNHJ6hBD+tVamgnaRcDFadsiw= Received: by 10.90.113.18 with SMTP id l18mr1883206agc.1187789224293; Wed, 22 Aug 2007 06:27:04 -0700 (PDT) Received: by 10.100.92.13 with HTTP; Wed, 22 Aug 2007 06:27:04 -0700 (PDT) Message-ID: <8e10486b0708220627t5d7bc3d9v1104a4e3cbfcd6cd@mail.gmail.com> Date: Wed, 22 Aug 2007 10:27:04 -0300 From: "Alexandre Biancalana" To: "=?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?=" In-Reply-To: <86ejhvai7g.fsf@ds4.des.no> MIME-Version: 1.0 References: <835936.35104.qm@web34510.mail.mud.yahoo.com> <86r6lvalht.fsf@ds4.des.no> <46CC16F6.7020904@micom.mng.net> <86ejhvai7g.fsf@ds4.des.no> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Ganbold , questions@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 13:55:44 -0000 On 8/22/07, Dag-Erling Sm=F8rgrav wrote: > > Ganbold writes: > > Dag-Erling Sm=F8rgrav writes: > > > Better yet, don't run Squid at all. > > Ok, then what do you recommend instead of Squid? > > That depends on what you use it for... What the options for forward proxy/cache with user authentication and acces= s control ? From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 14:16:43 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C72C416A420 for ; Wed, 22 Aug 2007 14:16:43 +0000 (UTC) (envelope-from kalnz@kalnz.id.lv) Received: from prime.kalnz.id.lv (prime.kalnz.id.lv [87.226.86.172]) by mx1.freebsd.org (Postfix) with ESMTP id 7DE8E13C4A5 for ; Wed, 22 Aug 2007 14:16:43 +0000 (UTC) (envelope-from kalnz@kalnz.id.lv) Received: from localhost (unknown [127.0.0.1]) by prime.kalnz.id.lv (Postfix) with ESMTP id 3116B1CEB0 for ; Wed, 22 Aug 2007 17:04:50 +0300 (EEST) X-Virus-Scanned: by amavisd-new at kalnz.id.lv Received: from prime.kalnz.id.lv ([127.0.0.1]) by localhost (prime.kalnz.id.lv [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oTatJijrszvF for ; Wed, 22 Aug 2007 17:04:41 +0300 (EEST) Received: from [10.40.10.247] (unknown [159.148.19.169]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: kalnz@prime.kalnz.id.lv) by prime.kalnz.id.lv (Postfix) with ESMTP id C70E71CEAE for ; Wed, 22 Aug 2007 17:04:41 +0300 (EEST) Message-ID: <46CC4120.90400@kalnz.id.lv> Date: Wed, 22 Aug 2007 16:58:56 +0300 From: Kalnz User-Agent: Thunderbird 2.0.0.5 (X11/20070725) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: pam _start: system error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kalnz@kalnz.id.lv List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 14:16:43 -0000 Hi! After installing (in the jail) mysql-server-5.0.45 from ports, I can`t get up and running my mysql server. I have to point out that this problem is only inside the jail. All I have is: 1) clean mysql-server install 2) default my.cnf (small systems) 3) mysql_enable="YES" After this server should run, but it didn`t, so I get this: # /usr/local/etc/rc.d/mysql-server start Starting mysql. su: pam_start: system error # In the logs there is: su: in openpam_load_module(): no pam_unix.so found su: pam_start: system error In fact pam_unix.so file is present in /usr/lib directory. I`m sure this is because of jail, but I can`t figure out what could be the problem. I`ve allready googled and did some search on this but without success:( Any help would be apriciated. Best Regards -- Edmunds aka Kalnz From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 14:22:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97B3C16A417 for ; Wed, 22 Aug 2007 14:22:26 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 8179313C468 for ; Wed, 22 Aug 2007 14:22:26 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id DD8241A3C1A; Wed, 22 Aug 2007 07:20:28 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id E0637C3EE; Wed, 22 Aug 2007 10:22:25 -0400 (EDT) Date: Wed, 22 Aug 2007 10:22:25 -0400 From: Kris Kennaway To: amin Message-ID: <20070822142225.GA10722@rot26.obsecurity.org> References: <20070822120020.1680516A4C2@hub.freebsd.org> <46cc34e9.18b38c0a.1a4b.ffff9abc@mx.google.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="r5Pyd7+fXNt84Ff3" Content-Disposition: inline In-Reply-To: <46cc34e9.18b38c0a.1a4b.ffff9abc@mx.google.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: Servers Crash every few days X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 14:22:26 -0000 --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 22, 2007 at 09:06:50PM +0800, amin wrote: > Hi, > I have six servers running FreeBSD 6.2 and all of them have the same conf= ig. > My servers are configured to run as a socks5 proxy server. >=20 > Lately the servers are going down without any good reasons. How do I check > what are the errors or processes or the state of the server before it goes > down. All of them are running quite well without any reboots for the last > few weeks. My sysctl.conf is as follows: You need to characterise "going down". Is it panicking? Is it rebooting? Is it hanging? Consult the developers handbook for tips on how to obtain sufficient debugging information to identify and debug a panic or hang. Kris --r5Pyd7+fXNt84Ff3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGzEahWry0BWjoQKURArmtAJ0cIcZ/kaHicCTLHMibJAqwy2hTvQCg/rjQ 7vI8NDNOBJ0bmN6De2ZBVV8= =Mu75 -----END PGP SIGNATURE----- --r5Pyd7+fXNt84Ff3-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 14:30:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02A3D16A418 for ; Wed, 22 Aug 2007 14:30:10 +0000 (UTC) (envelope-from chrism@sixfeetup.com) Received: from mail.sixfeetup.com (mail.sixfeetup.com [208.96.32.101]) by mx1.freebsd.org (Postfix) with ESMTP id DF50C13C45D for ; Wed, 22 Aug 2007 14:30:09 +0000 (UTC) (envelope-from chrism@sixfeetup.com) Received: by mail.sixfeetup.com (Postfix, from userid 65534) id 6D4402842B; Wed, 22 Aug 2007 07:03:02 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on mail.sixfeetup.com X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.1.8 Received: from cell.sixfeetup.com (cell.sixfeetup.com [10.12.3.198]) by mail.sixfeetup.com (Postfix) with ESMTP id DE88328420 for ; Wed, 22 Aug 2007 07:03:01 -0700 (PDT) Message-ID: <46CC41BF.4000203@sixfeetup.com> Date: Wed, 22 Aug 2007 10:01:35 -0400 From: Chris Morris User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Snapshots fail on busy filesystem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 14:30:10 -0000 Greetings to all, I'm trying to set up an automated system wherein snapshots of the file system are taken prior to a backup run. The problem I'm running into can best be described by the following bug report: http://www.freebsd.org/cgi/query-pr.cgi?pr=100365&cat= I get this same problem completely at random, and thus is most likely caused by the busy file system, I just don't have anything in place to prove it as the bug submitter does. Has this bug ever been *really* fixed? The bug report seems to try to call it fixed. I even contacted the bug reporter about this and he admitted that the bug had never been fixed, but that he'd moved on and never found a way around this. If the bug has never been fixed, has someone developed a work around? My primary goal is to make sure that I have a good backup of the databases running on our servers when we run a backup with Bacula. If there is a method other than snapshots to make absolutely sure that my databases are backed up correctly, I would consider that as well. Please help. My backup system is running perfectly except for this nagging sensation that my databases aren't being backed up correctly. Any assistance is appreciated. Thank you, Chris Morris -- S i x F e e t U p | "Nowhere to go but open source" Silicon Valley: +1 (650) 401-8579 x609 Midwest: +1 (317) 861-5948 x609 Toll-Free: 1-866-SIX-FEET mailto:ChrisM@sixfeetup.com http://www.sixfeetup.com | Zope/Plone Custom Development From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 14:34:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A20D816A419 for ; Wed, 22 Aug 2007 14:34:51 +0000 (UTC) (envelope-from linder@jeuxvideo.com) Received: from www.odyssee-interactive.com (pop.pissavy.com [217.174.215.94]) by mx1.freebsd.org (Postfix) with ESMTP id 4348F13C4A7 for ; Wed, 22 Aug 2007 14:34:50 +0000 (UTC) (envelope-from linder@jeuxvideo.com) Received: from oblivion.jeuxvideo.com (odyssee-interactive.rain.fr [83.206.74.241]) (authenticated bits=0) by www.odyssee-interactive.com (8.12.10/8.12.10) with ESMTP id l7MEYlOF024416; Wed, 22 Aug 2007 16:34:49 +0200 Date: Wed, 22 Aug 2007 16:34:47 +0200 From: Gabriel Linder To: "Maxim Khitrov" Message-ID: <20070822163447.3741e377@oblivion.jeuxvideo.com> In-Reply-To: <26ddd1750708220632u48ed0773i80f9dc77ffddf980@mail.gmail.com> References: <20070822095408.61c11ab2@oblivion.jeuxvideo.com> <26ddd1750708220632u48ed0773i80f9dc77ffddf980@mail.gmail.com> Organization: =?ISO-8859-1?Q?L'Odyss=E9e?= Interactive X-Mailer: Claws Mail 2.10.0 (GTK+ 2.8.20; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Ports build parameters (knobs) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 14:34:51 -0000 On Wed, 22 Aug 2007 09:32:34 -0400 "Maxim Khitrov" wrote: > On 8/22/07, Gabriel Linder wrote: > > Hello, > > > > During the build of the graphical portion of my new FreeBSD-powered > > laptop I noticed that some knobs are not listed in /usr/ports/KNOBS > > and so, I can't add them to make.conf before building the packages. > > > > When I run "make fetch-recursive" for fluxbox, I get : > > > > WITH_DEBUG=yes Build with debugging symbols > > WITH_DOCHTML=yes Install the HTML documentation > > WITH_DOCPDF=yes Install the PDF documentation > > WITH_GNOME=yes Enable GNOME support > > WITH_IMLIB2=yes Enable Imlib2 (pixmap themes) support > > [snip] > > > > and for libiconv : > > > > WITHOUT_EXTRA_ENCODINGS=yes Disable extra character sets > > WITH_EXTRA_PATCHES=yes Apply extra patches (fixes cp932, > > adds EUCJP-MS) > > > > GNOME and DEBUG are listed in /usr/ports/KNOBS, but IMLIB2 and > > EXTRA_PATCHES are not... Is there a way to have the full list of > > supported build options ? Or maybe I am wrong and these settings > > are not supposed to be in make.conf but > > in /var/db/ports//options, if so please let me know :) > > My experience has shown that it's always best to look at the Makefile > of any port you are about to install. That's the most reliable way to > learn about the port and the knobs it supports. However, this can be > rather tedious when installing something with a few hundred > dependencies (like gnome), so I actually came up with a solution to > speed things up. > > First of all, you should install portconf from ports-mgmt and use it > to specify port-specific options. It's a much cleaner way of doing > things than using if statements in make.conf. You can also easily > transfer the configuration to other systems. In addition to > port-specific options, you can use * to set global knobs. Here's the > start of my ports.conf file just to give you an idea: > > *: WITHOUT_BDB |\ > WITHOUT_DEBUG |\ > WITHOUT_DEBUGGING |\ > WITHOUT_IPV6 |\ > WITHOUT_NLS |\ > WITHOUT_PROFILE |\ > WITH_OPTIMIZED_CFLAGS |\ > WITH_TTF_BYTECODE_ENABLED > converters/libiconv: WITHOUT_EXTRA_ENCODINGS > lang/php5: WITHOUT_CGI |\ > WITH_MULTIBYTE I did not know this tool, thanks :) > And so on... Now as far as actually discovering what knobs are > available, I wrote a simple script to do this. The contents are below, > save them as /usr/local/sbin/getknobs or something similar. The idea > is this; when you are about to install a port, run getknobs from the > port's directory. The script uses 'make missing' to determine all the > other ports that are about to be installed, then goes through their > port directories and searches all the files for WITH/WITHOUT_* > patterns. You then get a nice print out of all the knobs that you can > configure before running make install for the current port. > > Since this script is using make missing you will not get the knobs for > ports that are already installed. The script was meant to be used from > the very beginning (i.e. starting from a clean system), so that on > each step you are only shown knobs for ports that aren't already > configured. You can easily modify this behavior if you want. You may > also need to adjust the regular expression used to find the knobs. Wow, this is a great idea with a wonderful script. Thanks you ! From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 14:35:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D97116A418 for ; Wed, 22 Aug 2007 14:35:47 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 2B43713C442 for ; Wed, 22 Aug 2007 14:35:47 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 7C9511A3C1A; Wed, 22 Aug 2007 07:33:49 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 87789C3EE; Wed, 22 Aug 2007 10:35:46 -0400 (EDT) Date: Wed, 22 Aug 2007 10:35:46 -0400 From: Kris Kennaway To: Chris Morris Message-ID: <20070822143546.GA11446@rot26.obsecurity.org> References: <46CC41BF.4000203@sixfeetup.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46CC41BF.4000203@sixfeetup.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: Snapshots fail on busy filesystem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 14:35:47 -0000 On Wed, Aug 22, 2007 at 10:01:35AM -0400, Chris Morris wrote: > Greetings to all, > > I'm trying to set up an automated system wherein snapshots of the file > system are taken prior to a backup run. The problem I'm running into > can best be described by the following bug report: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=100365&cat= > > I get this same problem completely at random, and thus is most likely > caused by the busy file system, I just don't have anything in place to > prove it as the bug submitter does. > > Has this bug ever been *really* fixed? The bug report seems to try to > call it fixed. I even contacted the bug reporter about this and he > admitted that the bug had never been fixed, but that he'd moved on and > never found a way around this. Sounds like you both need to talk to kib@. Of course as long as he thinks the problem is fixed he is not going to work on fixing it :) Kris From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 14:38:13 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 256BD16A480; Wed, 22 Aug 2007 14:38:13 +0000 (UTC) (envelope-from joao@matik.com.br) Received: from msrv.matik.com.br (msrv.matik.com.br [200.152.83.14]) by mx1.freebsd.org (Postfix) with ESMTP id 8934513C4CA; Wed, 22 Aug 2007 14:38:09 +0000 (UTC) (envelope-from joao@matik.com.br) Received: from anb.matik.com.br (anb.matik.com.br [200.152.83.34]) by msrv.matik.com.br (8.14.1/8.13.1) with ESMTP id l7MEc99a007989; Wed, 22 Aug 2007 11:38:09 -0300 (BRT) (envelope-from joao@matik.com.br) From: JoaoBR Organization: Infomatik To: freebsd-amd64@freebsd.org Date: Wed, 22 Aug 2007 11:38:06 -0300 User-Agent: KMail/1.9.7 References: <835936.35104.qm@web34510.mail.mud.yahoo.com> In-Reply-To: <835936.35104.qm@web34510.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200708221138.07278.joao@matik.com.br> X-Virus-Scanned: ClamAV version 0.90.3, clamav-milter version 0.90.3 on msrv.matik.com.br X-Virus-Status: Clean Cc: questions@freebsd.org, "N. Harrington" Subject: Re: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 14:38:13 -0000 On Tuesday 21 August 2007 20:54:36 N. Harrington wrote: > Hello > I feel stupid, but I am confused about kern.maxdsiz (or datasize via > limits command) on FreeBSD amd64. > > I have seen many posts and suggestions to raise it to 1G. However it see= ms > this only applies to i386. By default, on servers I have with 4G of > physical memory, and 2X that of swap, I am showing a reported datasize > limit of 33554432KB. far in excess of even my physical and swap combined!= I > have seen suggestions from mysql for maxdsize to be set to 1G. Obviously = no > such problem with amd64? on amd64 when maxdsiz not set it stops at 512 limit but soon you set it to = 1G =20 it appearently is able to use more this is not the case on i386 - but I=20 would say don't worry about it on i386 your machine could hang at boot when setting maxdsiz higher than=20 installed physical memory but that never happened to me with amd64 I have some server running squid for caching perfect with 4, 8 and 16G of R= AM=20 I set maxdsiz do 3G on machines with 4Gigs of RAM but I do not run anything= =20 else so then I adjust cache_mem with maximum_object_size_in_memory to use t= he=20 most possible amount of memory without doing swap.=20 anyway you set it in boot.loader there is no need to compile something into= =20 the kernel =2D-=20 Jo=E3o A mensagem foi scaneada pelo sistema de e-mail e pode ser considerada segura. Service fornecido pelo Datacenter Matik https://datacenter.matik.com.br From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 14:40:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0BFD16A420 for ; Wed, 22 Aug 2007 14:40:50 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr11.xs4all.nl (smtp-vbr11.xs4all.nl [194.109.24.31]) by mx1.freebsd.org (Postfix) with ESMTP id 2D5F613C465 for ; Wed, 22 Aug 2007 14:40:49 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr11.xs4all.nl (8.13.8/8.13.8) with ESMTP id l7MEekmj034110; Wed, 22 Aug 2007 16:40:46 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 6E112B833; Wed, 22 Aug 2007 16:40:46 +0200 (CEST) Date: Wed, 22 Aug 2007 16:40:46 +0200 From: Roland Smith To: "Arend P. van der Veen" Message-ID: <20070822144046.GA14552@slackbox.xs4all.nl> Mail-Followup-To: "Arend P. van der Veen" , FreeBSD Questions , "David J. Neu" References: <46CC32FA.3080900@att.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: <46CC32FA.3080900@att.net> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: "David J. Neu" , FreeBSD Questions Subject: Re: AMD64 vs i386 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 14:40:50 -0000 --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 22, 2007 at 08:58:34AM -0400, Arend P. van der Veen wrote: > - Will the AMD64 based FreeBSD 6.2 distribution with applications such as= =20 > Postgresql, Apache, Python, Tomcat and SBCL be able to take advantage of= =20 > the 64-bit quad processor? Yes, if you compile them natively on AMD64. Whether this results in speedups depends on a lot of factors. Instruction words on AMD64 are longer than i386, so binaries tend to be bigger, but on the other hand you've got more general purpose registers. The general consensus seems to be that you _need_ AMD64 if you routinely run out of address space. In other situations it can be nice to have, but it depends on the apps and the workload. I've been using an AMD64 system as my main desktop machine for years without problems. There are some ports that won't work, but that's mostly x86 binaries like the flash plugin and nvidia drivers. Both of which I can well live without. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --gKMricLos+KVdGMg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGzEruEnfvsMMhpyURAiacAJ9cNCS9o+rzsvpjzcRq3YnKevEcTQCghiyf 0ifIs+Y97yLP/OOsVQhun4s= =oZ79 -----END PGP SIGNATURE----- --gKMricLos+KVdGMg-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 14:43:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7AAD016A41B for ; Wed, 22 Aug 2007 14:43:10 +0000 (UTC) (envelope-from martin@saturn.pcs.ms) Received: from saturn.pcs.ms (114-4.0-85.cust.bluewin.ch [85.0.4.114]) by mx1.freebsd.org (Postfix) with ESMTP id C3E5A13C458 for ; Wed, 22 Aug 2007 14:43:09 +0000 (UTC) (envelope-from martin@saturn.pcs.ms) Received: from saturn.pcs.ms (localhost [127.0.0.1]) by saturn.pcs.ms (8.13.6/8.13.6) with ESMTP id l7MEhFmK006410; Wed, 22 Aug 2007 16:43:15 +0200 (CEST) (envelope-from martin@saturn.pcs.ms) Received: (from martin@localhost) by saturn.pcs.ms (8.13.6/8.13.6/Submit) id l7MEhEGE006409; Wed, 22 Aug 2007 16:43:14 +0200 (CEST) (envelope-from martin) Date: Wed, 22 Aug 2007 16:43:14 +0200 From: Martin Schweizer To: Kris Kennaway Message-ID: <20070822144314.GA6356@saturn.pcs.ms> Mail-Followup-To: Kris Kennaway , freebsd-questions@freebsd.org References: <20070822042246.GA3497@saturn.pcs.ms> <20070822043725.GA2869@rot26.obsecurity.org> <20070822045118.GB3497@saturn.pcs.ms> <20070822063102.GA4141@rot26.obsecurity.org> <20070822064430.GB3852@saturn.pcs.ms> <20070822132050.GA9055@rot26.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HlL+5n6rz5pIUxbD" Content-Disposition: inline In-Reply-To: <20070822132050.GA9055@rot26.obsecurity.org> User-Agent: Mutt/1.4.2.1i Organization: PC-Service M. Schweizer GmbH, CH-8608 Bubikon, Switzerland X-PGP-Key: http://www.pc-service.ch/pgp/public_key.asc X-Fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239 Cc: freebsd-questions@freebsd.org Subject: Re: ldconfig problem after upgrade 4.11 to 5.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Martin Schweizer List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 14:43:10 -0000 --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Kris Am Wed, Aug 22, 2007 at 09:20:51AM -0400 Kris Kennaway schrieb: > > > > > > After I updated my 4.11 to an 5.5 system (following /usr/src/UP= DATING), I get=20 > > > > > > around 63 error messages while the system boot up: > > > > > >=20 > > > > > > ldconfig: /var/run/ld.so.hints: No such file or directory > > > > > > search: trailing characters ignored > > > > > > No such file or directory > > > > > > 0: - lmalloc.1.1: trailing characters ignored. No such = file or=20 > > > > > > directory > > > > > > ... > > > > > > ... > > > > > >=20 > > > > > Looks like it might be a broken symlink. > > > > >=20 > > > > > Why are you updating to 5.5 though? You should be using 6.2. > > > >=20 > > > > If I'm understanding /usr/src/UPDATING correct I should first updat= e to 5.5=20 > > > > and then to 6.2? > > >=20 > > > OK. It may have been easier (and still could be) to just do a binary > > > upgrade instead. > > >=20 > > > > Any ideas where I can check this symlink? > > >=20 > > > Use find(1) to look for libmalloc.so.1.1 > >=20 > > The files are all located in /usr/lib/compat/aout. The path is defined = in=20 > > /etc/defaults/rc.conf > > [snip] > > ldconfig_paths_aout=3D"/usr/lib/compat/aout /usr/X11R6/lib/aout /usr/lo= cal/lib/aout" > > [snip] > >=20 > > Any ideas? >=20 > Are you missing aout support from your kernel? I think it's COMPAT_AOUT. As described in /usr/src/UPDATING I compiled my kernel with this option. --=20 Regards Martin=20 PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch; public key : http://www.pc-service.ch/pgp/public_key.asc;=20 fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239; --HlL+5n6rz5pIUxbD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFGzEuCwa4WkdMP0jkRAm+nAKD6EB66u4m+rD0yOOu0ESCy2lFO6QCcDcc1 BW8Pr3/vHcMtwXWfNWjZHO8= =kylx -----END PGP SIGNATURE----- --HlL+5n6rz5pIUxbD-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 14:43:24 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7F2316A46E for ; Wed, 22 Aug 2007 14:43:24 +0000 (UTC) (envelope-from eternityos@free.fr) Received: from postfix1-g20.free.fr (postfix1-g20.free.fr [212.27.60.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6523713C46A for ; Wed, 22 Aug 2007 14:43:24 +0000 (UTC) (envelope-from eternityos@free.fr) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by postfix1-g20.free.fr (Postfix) with ESMTP id 06A7918EDEAD for ; Wed, 22 Aug 2007 16:12:39 +0200 (CEST) Received: from smtp4-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp4-g19.free.fr (Postfix) with ESMTP id 5ABA56F3E4 for ; Wed, 22 Aug 2007 16:12:38 +0200 (CEST) Received: from imp2-g19.free.fr (imp2-g19.free.fr [212.27.42.2]) by smtp4-g19.free.fr (Postfix) with ESMTP id 4E55B6F3B2 for ; Wed, 22 Aug 2007 16:12:37 +0200 (CEST) Received: by imp2-g19.free.fr (Postfix, from userid 33) id AAEB8126B4; Wed, 22 Aug 2007 16:12:37 +0200 (CEST) Received: from 200.149.220.90 ([200.149.220.90]) by imp.free.fr (IMP) with HTTP for ; Wed, 22 Aug 2007 16:12:37 +0200 Message-ID: <1187791957.46cc44557fa36@imp.free.fr> Date: Wed, 22 Aug 2007 16:12:37 +0200 From: eternityos@free.fr To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.5 X-Originating-IP: 200.149.220.90 Cc: Subject: Natd statistics X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 14:43:24 -0000 Hello everyone :) I'm trying to get some natd stats such as number of active connections List of active connections and originating IP Destination ports Destination IPs... I would grab those informations from 5 to 5 minutes or so... Even better would be to be able to grab those through snmp... Thanks for any help you could provide :) From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 14:45:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01DAB16A418 for ; Wed, 22 Aug 2007 14:45:13 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id B083E13C483 for ; Wed, 22 Aug 2007 14:45:12 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so22447anc for ; Wed, 22 Aug 2007 07:45:12 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DM5woIjt1bUK70zEFc9vuv2xBIszo05uzOJcmTVau85C7rX1hxZJGLnsznyanNNOd2+IxhK+uCz2bKEjA8YXo6fWE09sLSoaLkZD1hPkX6mNkhRUtld6y4BwJFS0IPmaMTqBxJMCscQdw506b6Hus4dd/dbWwkR9tj+rgiqBakY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=g3gRadlzKBfCZ8SgMXwwOu0Ec3z6vUFpx6pe7GWz28rD7o5i55p0hy3QfNPTpBFCXgKMk3+oFCIX2gaCC1aBfE40mMcmYf4Rvz8Ke0CcHuIWoxpnI9Z1RsXbdFlpeWQu5nRO6oSWIjHFDBPtsXfRya8SKLpvC1Sz2j3Ec+E3zpw= Received: by 10.142.142.16 with SMTP id p16mr43635wfd.1187792213845; Wed, 22 Aug 2007 07:16:53 -0700 (PDT) Received: by 10.66.238.4 with HTTP; Wed, 22 Aug 2007 07:16:53 -0700 (PDT) Message-ID: <3aaaa3a0708220716m5601bb4ewc8688225291ae7bd@mail.gmail.com> Date: Wed, 22 Aug 2007 15:16:53 +0100 From: Chris To: "Ian Smith" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org, Bill Moran Subject: Re: fsck strangeness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 14:45:13 -0000 On 20/08/07, Ian Smith wrote: > Sorry for the repeat post folks, but I goofed last time, leaving out the > subject line while replying to the digest. Still curious .. Ian > ======= > > On Sat, 18 Aug 2007 21:32:28 +0200 Erik Trulsson wrote: > > On Sat, Aug 18, 2007 at 08:21:42PM +0100, Christopher Key wrote: > > > Hello, > > > > > > I'm having some rather strange behaviour with fsck. > > > > > > When I boot the system, it asserts that all the file systems are clean, but > > > subsequently running an fsck on /dev/ad8s1e (mounted as /var) detects > > > errors. Even if this first check is run whilst the file system is mounted, > > > and is hence run in NO WRITE mode, a second check doesn't find block > > > errors. If I then unmount the file system and check the disk, it's fine, > > > as indeed it is if I unmount, remount, then check. However, if I then > > > reboot, the process repeats, and an fsck immediately after reboot will find > > > errors again. If I bring the system up in single user mode, and run fsck > > > either before or after mounting /var, it finds no errors. > > > > > > I'm running 6.2_RELEASE with a custom kernel based upon generic-smp, but > > > with a lot of unecessary bits removed, and geom_mirror compiled in. I > > > don't think it's the drive that's at fault, all the other partitions in the > > > slice are fine, it's a fairly new drive, and it passes a self test quite > > > happily. Included below is a transcript that attempt to show what's going > > > on in detail, is there anything else relevant? > > > > > > Can anyone suggest what might be going on and how to fix it, or suggest > > > some slightly better diagnostics? Apologies if this is an RTFM issue, I > > > have had a good dig through the handbook, but can't seem to find anything > > > that helps. > > > Running fsck on a file system that has been mounted read/write will almost > > always report spurious errors and can really screw up the disk if it tries > > to 'correct' those errors. > > I'm a bit confused by this. I've been running 'fsck -n' over FreeBSD > systems since 2.2.6, and modulo seeing the at-the-time inconsistencies > on those filesystems in /etc/fstab that are mounted, as Chris reported > and as are expected, I've never had a problem with it, nor seen the sort > of inconsistent results between runs that Chris is reporting. > > > You should normally not run fsck on a mounted filesystem and you should > > *NEVER* run fsck on a filesystem that has been mounted read/write. > > This seems to imply that using the -n switch may have different results > than not using it and having fsck determine 'NO WRITE' itself from the > fact that it's noticed that the fs is mounted? Are you suggesting by > "can really screw up the disk if it tries to 'correct' those errors" > that fsck might WRITE to a mounted fs that it's showing as 'NO WRITE'? > > I've never had any screwups with it, but then I've always specified -n. > > Later Bill Moran said: > > > Don't run fsck on mounted filesystems unless they're mounted read-only. > > > > Although, it's possible I misunderstood your description of the problem. > > so I'm still curious, and am wondering if Chris using SMP kernel and/or > geom_mirror might have anything to do with this? Or whether his use of > 'umount -f' might be (or cause) the problem indicated by his results? > > > > # umount -f /var > > > > > > > > > # mount /var > > Cheers, Ian > > _______________________________________________ > 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" > If its bad to run fsck on a mounted read,write then why does background fsck do it? or you talking about foreground fsck only? Chris From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 14:58:49 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 050CF16A418 for ; Wed, 22 Aug 2007 14:58:49 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.freebsd.org (Postfix) with ESMTP id 8D9A113C45D for ; Wed, 22 Aug 2007 14:58:48 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr3.xs4all.nl (8.13.8/8.13.8) with ESMTP id l7MEwkgw074765; Wed, 22 Aug 2007 16:58:47 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 82DA6B833; Wed, 22 Aug 2007 16:58:46 +0200 (CEST) Date: Wed, 22 Aug 2007 16:58:46 +0200 From: Roland Smith To: amin Message-ID: <20070822145846.GB14552@slackbox.xs4all.nl> Mail-Followup-To: amin , freebsd-questions@freebsd.org References: <20070822120020.1680516A4C2@hub.freebsd.org> <46cc34e9.18b38c0a.1a4b.ffff9abc@mx.google.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1LKvkjL3sHcu1TtY" Content-Disposition: inline In-Reply-To: <46cc34e9.18b38c0a.1a4b.ffff9abc@mx.google.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Servers Crash every few days X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 14:58:49 -0000 --1LKvkjL3sHcu1TtY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 22, 2007 at 09:06:50PM +0800, amin wrote: > Hi, > I have six servers running FreeBSD 6.2 and all of them have the same conf= ig. > My servers are configured to run as a socks5 proxy server. >=20 > Lately the servers are going down without any good reasons. How do I check > what are the errors or processes or the state of the server before it goes > down. All of them are running quite well without any reboots for the last > few weeks. Do what Kris mentioned, but check for hardware issues as well; overheating, voltage drops etc. The mbmon port running from cron and logging to another machine can be helpfull here. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --1LKvkjL3sHcu1TtY Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGzE8mEnfvsMMhpyURAhIiAKCmNHj30oUuwp3WG38bc6+9m2kiWgCgmFpg +fFU6aLwwMRW9Ig9O/hcQpY= =S7ip -----END PGP SIGNATURE----- --1LKvkjL3sHcu1TtY-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 15:08:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CCA316A419 for ; Wed, 22 Aug 2007 15:08:41 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id C8EDF13C49D for ; Wed, 22 Aug 2007 15:08:40 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7MF4QFN056260; Wed, 22 Aug 2007 11:04:26 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7MF4PHT056259; Wed, 22 Aug 2007 11:04:25 -0400 (EDT) (envelope-from jerrymc) Date: Wed, 22 Aug 2007 11:04:25 -0400 From: Jerry McAllister To: Philip Hallstrom Message-ID: <20070822150425.GD56142@gizmo.acns.msu.edu> References: <20070821160431.A56007@bravo.pjkh.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070821160431.A56007@bravo.pjkh.com> User-Agent: Mutt/1.4.2.2i Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: wildcard usage in fetch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 15:08:41 -0000 On Tue, Aug 21, 2007 at 04:04:47PM -0700, Philip Hallstrom wrote: > >fetch -avrpAFU ftp://loginid:password@my.pics.com/IDX/ActivePhotos/*/*.* > > > >The /*/ directory is 2 positions in size and > >contains 00 through 99 as directory names. > >The *.* means all files in this directory. > > > >When I execute this I get logged in but get file > >not found or not available error message. > > > >Is wildcard usage not allowed in ftp? > > > >How would you suggest to accomplish downloading source file > >directory structure and their contents? I have used wildcards with no problem with FTP, but only within a single directory at a time. I have never used it in a recursive situation like you indicate, so, don't know about that. ////jerry > _______________________________________________ > 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 22 15:21:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B8B716A420 for ; Wed, 22 Aug 2007 15:21:57 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.6]) by mx1.freebsd.org (Postfix) with ESMTP id EA3E813C46B for ; Wed, 22 Aug 2007 15:21:56 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 19754 invoked from network); 22 Aug 2007 15:21:56 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Aug 2007 15:21:56 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 06CF12843A; Wed, 22 Aug 2007 11:21:54 -0400 (EDT) To: Grant Peel References: <037d01c7e32b$0c8d3c70$6501a8c0@GRANT> From: Lowell Gilbert Date: Wed, 22 Aug 2007 11:21:54 -0400 In-Reply-To: <037d01c7e32b$0c8d3c70$6501a8c0@GRANT> (Grant Peel's message of "Mon\, 20 Aug 2007 09\:07\:23 -0400") Message-ID: <44mywjd27h.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: IPFW Questions. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 15:21:57 -0000 "Grant Peel" writes: > I was wondering what the concensus is on using dynamic rules in IPFW. Every once in a while, I suppose there is a DoS attaclk that causes me to see hundreds of: > > +ipfw: install_state: Too many dynamic rules > > in my security log. > > I am sure i read somewhere that many people are skipping the dynamic rules and just relying on the line by line rules. > > You thoughts please. You shouldn't allow people outside the network to invoke a dynamic rule; that's a limited resource that they can overwhelm, as you see. Usual practice is to set up state only on already-confirmed connections; in my case, that means only outbound packets that didn't match any previous state. > Any while your up, does anyone really know what this means? > > ipfw: pullup failed > > I dont see that often maybe 1 or 2 times a month. A "pullup" is just advancing deeper into the packet. If it failed, that probably means the packet was too short. Truncated packets can happen for a number of benign reasons, but if they happen frequently they're probably a sign of a problem in your network equipment. By "frequently" I mean several orders of magnitude more than you're seeing them. Don't worry about it. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 15:26:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B12816A417 for ; Wed, 22 Aug 2007 15:26:41 +0000 (UTC) (envelope-from pkeusem@visi.com) Received: from conn-smtp.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mx1.freebsd.org (Postfix) with ESMTP id 5CFFA13C458 for ; Wed, 22 Aug 2007 15:26:41 +0000 (UTC) (envelope-from pkeusem@visi.com) Received: from isis.visi.com (isis.visi.com [209.98.98.8]) by conn-smtp.mc.mpls.visi.com (Postfix) with ESMTP id C9726821E; Wed, 22 Aug 2007 09:59:45 -0500 (CDT) Received: by isis.visi.com (Postfix, from userid 5168) id 8489A76D03; Wed, 22 Aug 2007 09:59:45 -0500 (CDT) Date: Wed, 22 Aug 2007 09:59:45 -0500 From: Paul Keusemann To: "Tuc at T-B-O-H.NET" Message-ID: <20070822145945.GA21254@isis.visi.com> Mail-Followup-To: Paul Keusemann , "Tuc at T-B-O-H.NET" , freebsd-questions@freebsd.org References: <200706111240.l5BCe5Ip017660@himinbjorg.tucs-beachin-obx-house.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706111240.l5BCe5Ip017660@himinbjorg.tucs-beachin-obx-house.com> User-Agent: Mutt/1.3.27i Cc: freebsd-questions@freebsd.org Subject: Re: ata1 probe causes lockup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Keusemann List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 15:26:41 -0000 On Mon, Jun 11, 2007 at 08:40:05AM -0400, Tuc at T-B-O-H.NET wrote: > Hi, > > Having a problem installing 5.5 on a Toshiba 2805-S301 laptop. > (I *HAVE* to load 5.5 on it for various reasons). I can load 5.4 > perfectly, but as soon as I go to 5.5, the kernel won't boot. If > I boot in 5.4 with verbose, I get > [snip] I'm seeing the same problem that you are. I upgraded from 5.4 to 5.5 (via make buildworld, etc) and now the kernel boot hangs in exactly the same place that it did for you. FYI, I'm booting off a SCSI drive, I have one IDE device -- a CDROM configured as the master on the secondary channel and I have two SATA drives. The weird thing is it booted the first time and will _very_ occasionally boot but most of the time it hangs. I've tried removing the CDROM drive, disabling IDE altogether but nothing seems to help. I've also been able to boot 6.2 from the CD but I have not tried upgrading to it yet and I'd prefer not to at this point. Have you resolved this issue and if so, how? -- Paul Keusemann pkeusem@visi.com 4266 Joppa Court (952) 894-7805 Savage, MN 55378 From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 15:27:46 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51A3B16A419 for ; Wed, 22 Aug 2007 15:27:46 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id D9E1213C4F4 for ; Wed, 22 Aug 2007 15:27:45 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7MFNQWo056361; Wed, 22 Aug 2007 11:23:26 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7MFNQ3Q056360; Wed, 22 Aug 2007 11:23:26 -0400 (EDT) (envelope-from jerrymc) Date: Wed, 22 Aug 2007 11:23:26 -0400 From: Jerry McAllister To: Christopher Key Message-ID: <20070822152326.GF56142@gizmo.acns.msu.edu> References: <46CC1DB7.7040506@cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46CC1DB7.7040506@cam.ac.uk> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD MBRs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 15:27:46 -0000 On Wed, Aug 22, 2007 at 12:27:51PM +0100, Christopher Key wrote: > Hello, > > I've a machine with 3 SATA drives. The first (ad8) with a standard > FreeBSD install in a single slice with /boot/boot0 MBR. The remaining > two drives (ad10, ad12) are in a RAID1 mirror with 3 slices, and used > for storing data. They have the /boot/mbr MBR. > > After booting off various USB flash drives to try and update the BIOS on > my machine, it got into a state where during startup, it would display > 'Missing operating system' and hang. What seems to have been happening > is that it was trying to boot from one of my data store drives, despite > the boot order of the disks set in the BIOS. > > The only solution that I found was to start booting from a USB flash > drive with a boot0 MBR, and to hit F5 to change to booting from my first > drive After this, the machine then reboots quite happily until I hit F5 > again, in which case I get the same 'Missing operating behavior'. This > persists even while power cycling the machine. > > I had imagined the boot process to be entirely stateless, certainly > across power cycles. The BIOS executes the MBR on the first drive in > its boot boot. The boot0 MBR then allowed you to either execute the > boot sector from any of the slices on the current drive, or to execute > the MBR from the next drive in the list. > > However, this clearly isn't what's happening. Is it boot0 remembering > my F5 key stroke, or is it more likely that the BIOS is remembering > something? Does anyone have any recommendations to avoid this in the > future? Is putting boot0 on all three drives a good idea perhaps? I am having a little trouble following the narrative here, but maybe I can comment on a couple of specific questions. The system does record your most recent menu choice and the next time it will be the default if you don't hit another one during the countdown. This makes it default to trying to boot the way it last booted. You only need an MBR on disks that will be booted. I don't know as it will actually hurt anything to write an MBR on non-boot, data only disks, but it can garbage up you menu with non-functional choices. Those other disk with an MBR show up as an F5 and maybe F6, etc (I've never had more than two at a time) in the menu, but then if you hit F5, it won't be able to go anywhere, because there is no real boot stuff on that disk. ////jerry > > Regards, > > Chris > _______________________________________________ > 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 22 15:30:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14A8F16A46C for ; Wed, 22 Aug 2007 15:30:16 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 86A0513C4F0 for ; Wed, 22 Aug 2007 15:30:15 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7MFPxml056391; Wed, 22 Aug 2007 11:25:59 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7MFPx4T056390; Wed, 22 Aug 2007 11:25:59 -0400 (EDT) (envelope-from jerrymc) Date: Wed, 22 Aug 2007 11:25:58 -0400 From: Jerry McAllister To: "Bahman M." Message-ID: <20070822152558.GG56142@gizmo.acns.msu.edu> References: <6d62f69a0708210302h57c45e63nb08999b2ad03b831@mail.gmail.com> <20070821101607.GA3819@owl.midgard.homeip.net> <6d62f69a0708210350r75c1a0ach395e9f481df07f2b@mail.gmail.com> <6d62f69a0708220537rc5ee1an6ae8b50d3abd1b3b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6d62f69a0708220537rc5ee1an6ae8b50d3abd1b3b@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Minimal gateway hardware configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 15:30:16 -0000 On Wed, Aug 22, 2007 at 04:07:42PM +0330, Bahman M. wrote: > One other question -a bit silly: > If I use that configuration as the gateway, can it be left on and > working 24x7? I mean, regarding the _hardware_, how often does it need > to be powered off: once a day, once a week, ... to prevent hardware > failures such as HDD crash? On average, the less you power it off the better. Power cycling is more stressful than running. The exception would be if it is getting too hot while running and that is a totally different problem, not fixable by powering it off and on. ////jerry > > Bahman > > On 8/21/07, Bahman M. wrote: > > > Note: You need two LAN cards: One for the outside connection and one > > > to your internal network. (You probably already know that, but since you > > > referred to 'LAN Card' in the singular I thought I should mention it > > > anyway.) > > > > > Yes, the machine has 2 D-Link cards. > > > > > More than enough. > > > > > > I use a Pentium I @ 133MHz w/ 64MB RAM as a gateway with a faster Internet > > > connection (8Mbps down / 1Mbps up) and it has no problem keeping up. > > > > > > Earlier I had only 512 Kbps connection, and at that time used a 386sx @ > > > 33MHZ w/ 8MB RAM as gateway. It had no problem handling that speed. > > > > > Then my configuration is not minimal I'd say :-) > > Thanks. > > > > Bahman > > > _______________________________________________ > 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 22 15:39:33 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 394AD16A41A for ; Wed, 22 Aug 2007 15:39:33 +0000 (UTC) (envelope-from joao@matik.com.br) Received: from msrv.matik.com.br (msrv.matik.com.br [200.152.83.14]) by mx1.freebsd.org (Postfix) with ESMTP id B288313C4EC for ; Wed, 22 Aug 2007 15:39:32 +0000 (UTC) (envelope-from joao@matik.com.br) Received: from anb.matik.com.br (anb.matik.com.br [200.152.83.34]) by msrv.matik.com.br (8.14.1/8.13.1) with ESMTP id l7MERjfX007018; Wed, 22 Aug 2007 11:27:45 -0300 (BRT) (envelope-from joao@matik.com.br) From: JoaoBR Organization: Infomatik To: freebsd-amd64@freebsd.org, freebsd-amd64@freebsd.org Date: Wed, 22 Aug 2007 11:27:41 -0300 User-Agent: KMail/1.9.7 References: <835936.35104.qm@web34510.mail.mud.yahoo.com> <46CC16F6.7020904@micom.mng.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200708221127.42627.joao@matik.com.br> X-Virus-Scanned: ClamAV version 0.90.3, clamav-milter version 0.90.3 on msrv.matik.com.br X-Virus-Status: Clean X-Mailman-Approved-At: Wed, 22 Aug 2007 16:30:44 +0000 Cc: Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?= , Ganbold , questions@freebsd.org, Claus Guttesen Subject: Re: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 15:39:33 -0000 On Wednesday 22 August 2007 08:32:05 Claus Guttesen wrote: > > >> You should configure squid to use no more than about 60 - 70% of the > > >> available physical RAM-- ie, set the cache_mem parameter to about 2.5 > > >> or 3GB. > > > > > > Better yet, don't run Squid at all. > > > > Ok, then what do you recommend instead of Squid? > > Varnish. > > http://varnish.projects.linpro.no/ that certainly is a really hotty for caching :) =2D-=20 Jo=E3o A mensagem foi scaneada pelo sistema de e-mail e pode ser considerada segura. Service fornecido pelo Datacenter Matik https://datacenter.matik.com.br From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 16:48:52 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C96CA16A418; Wed, 22 Aug 2007 16:48:52 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out4.apple.com (mail-out4.apple.com [17.254.13.23]) by mx1.freebsd.org (Postfix) with ESMTP id AB1E713C465; Wed, 22 Aug 2007 16:48:52 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay12.apple.com (relay12.apple.com [17.128.113.53]) by mail-out4.apple.com (Postfix) with ESMTP id 9EED7F89E9B; Wed, 22 Aug 2007 09:48:52 -0700 (PDT) Received: from relay12.apple.com (unknown [127.0.0.1]) by relay12.apple.com (Symantec Mail Security) with ESMTP id 87CF529027; Wed, 22 Aug 2007 09:48:52 -0700 (PDT) X-AuditID: 11807135-a5f64bb000000813-b4-46cc68f4b488 Received: from [17.214.13.96] (cswiger1.apple.com [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay12.apple.com (Symantec Mail Security) with ESMTP id 78F02290A6; Wed, 22 Aug 2007 09:48:52 -0700 (PDT) In-Reply-To: <86r6lvalht.fsf@ds4.des.no> References: <835936.35104.qm@web34510.mail.mud.yahoo.com> <86r6lvalht.fsf@ds4.des.no> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: Chuck Swiger Date: Wed, 22 Aug 2007 09:48:51 -0700 To: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: questions@freebsd.org, "N. Harrington" , freebsd-amd64@freebsd.org Subject: Re: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 16:48:52 -0000 On Aug 22, 2007, at 3:53 AM, Dag-Erling Sm=F8rgrav wrote: > Chuck Swiger writes: >> You should configure squid to use no more than about 60 - 70% of the >> available physical RAM-- ie, set the cache_mem parameter to about 2.5 >> or 3GB. > > Better yet, don't run Squid at all. It was designed for a computer > architecture that was already obsolete when Squid was first written. This could be said of a lot of software, including many Unix =20 flavors. :-) I can think of several things to criticise about Squid-- a config =20 file which falls between Apache's httpd.conf and a sendmail.cf in =20 terms of complexity is probably close to the top of my list, but for =20 the simple purpose of saving limited network bandwidth using on-disk =20 or in-memory caching, squid does just fine. I'd be happy to look at =20 Varnish when I get a chance, though. >> It wouldn't be unreasonable to limit datasize to 3 GB on such a >> machine, assuming that nothing you run will ever need to grow >> larger... > > ...actually, maxdsiz is meaningless in FreeBSD 7, because the new > allocator uses mmap(2) instead of brk(2) / sbrk(2), so malloc() counts > towards the resident set size (ulimit -m), not the data segment size > (ulimit -d). OK. Nicole, the OP, mentioned "amd64", not "-CURRENT", but I'll keep =20= this in mind for future reference. Regards, --=20 -Chuck From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 17:14:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E867916A417 for ; Wed, 22 Aug 2007 17:14:20 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.freebsd.org (Postfix) with ESMTP id CE26213C4DD for ; Wed, 22 Aug 2007 17:14:20 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay11.apple.com (relay11.apple.com [17.128.113.48]) by mail-out3.apple.com (Postfix) with ESMTP id 66524F2A7DC; Wed, 22 Aug 2007 10:14:20 -0700 (PDT) Received: from relay11.apple.com (unknown [127.0.0.1]) by relay11.apple.com (Symantec Mail Security) with ESMTP id 4A61C28C96; Wed, 22 Aug 2007 10:14:20 -0700 (PDT) X-AuditID: 11807130-a79a2bb000006012-56-46cc6eeb72d5 Received: from [17.214.13.96] (cswiger1.apple.com [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay11.apple.com (Symantec Mail Security) with ESMTP id 762BF28747; Wed, 22 Aug 2007 10:14:19 -0700 (PDT) In-Reply-To: <64b284310708220234n4a01cf47r3767079b6c50eb55@mail.gmail.com> References: <64b284310708220234n4a01cf47r3767079b6c50eb55@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Wed, 22 Aug 2007 10:14:18 -0700 To: Nguyen Tam Chinh X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: FreeBSD-Questions Subject: Re: It's top shows wrong load percent? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 17:14:21 -0000 On Aug 22, 2007, at 2:34 AM, Nguyen Tam Chinh wrote: > Please advice how to debug this overload problem. > Thank you very much! > > -------------------------- > %top > last pid: 12901; load averages: 8.68, 8.65, 8.65 up 1 > +20:44:06 04:15:12 > 1438 processes:9 running, 1429 sleeping Look at the number of processes you've got-- most likely you've got some scripts leaving zombie processes around, or one of the server programs you are running isn't cleaning up after it's children properly. Do a "ps aux" and look for excessive numbers of processes.... -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 17:19:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6181F16A41B for ; Wed, 22 Aug 2007 17:19:24 +0000 (UTC) (envelope-from amin.scg@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.232]) by mx1.freebsd.org (Postfix) with ESMTP id 1AEFD13C467 for ; Wed, 22 Aug 2007 17:19:23 +0000 (UTC) (envelope-from amin.scg@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so141123nzf for ; Wed, 22 Aug 2007 10:19:23 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:reply-to:from:to:cc:subject:date:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:x-mimeole:thread-index:message-id; b=VNppotPW3tabKQVmRc83uItbI+AvBHsCb4Emzxw27VYkjXBKKs/Si+z68gjHHodY3bTJfkYlQA4y30kgZOyZPxRDHXAlygQjUlPjWYw4kqCKY8O8wc8KNTCGzR7nYlF67m9NsAdqN2wM1yS5Pyhw7Ur93lxJ1XLu9CRGr665cos= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:reply-to:from:to:cc:subject:date:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:x-mimeole:thread-index:message-id; b=soBVhW0UgcIghbqLRhDEZ9L3ozEm8ypDZlqx6sfco35MHhYmoTzx4tR825H0b6w6Ujqb+bpOr+cXy1ekX6WiUYUVxkS/t4hVBLNpMw2IAWFejAbYSMTkhDe6bezpZoNbm+Pvfzr6ahHEZIdgL6/O726xbSM8OoPH3hyJ0XC0iJo= Received: by 10.114.61.1 with SMTP id j1mr1009240waa.1187803161955; Wed, 22 Aug 2007 10:19:21 -0700 (PDT) Received: from dtraaa ( [203.121.47.4]) by mx.google.com with ESMTPS id l23sm1391470waf.2007.08.22.10.19.14 (version=SSLv3 cipher=RC4-MD5); Wed, 22 Aug 2007 10:19:18 -0700 (PDT) From: "Aminuddin" To: "'Roland Smith'" Date: Thu, 23 Aug 2007 01:19:10 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <20070822145846.GB14552@slackbox.xs4all.nl> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Thread-Index: AcfkzPPpHBIRBRQjQWK+Os9sFs6YewAE0oIg Message-ID: <46cc7016.17bc720a.5aa4.ffffa906@mx.google.com> Cc: freebsd-questions@freebsd.org Subject: RE: Servers Crash every few days X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: amin.scg@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 17:19:24 -0000 Thanks. But the servers are dedicated servers rented from a datacenter. I'm not sure if it hangs or panic. The provider just keep rebooting when we said servers not responding. Will try to use mbmon. Is there any ports I can use to log what actually happened before it hangs or crashes? -----Original Message----- From: Roland Smith [mailto:rsmith@xs4all.nl] Sent: Wednesday, August 22, 2007 10:59 PM To: amin Cc: freebsd-questions@freebsd.org Subject: Re: Servers Crash every few days On Wed, Aug 22, 2007 at 09:06:50PM +0800, amin wrote: > Hi, > I have six servers running FreeBSD 6.2 and all of them have the same config. > My servers are configured to run as a socks5 proxy server. > > Lately the servers are going down without any good reasons. How do I check > what are the errors or processes or the state of the server before it goes > down. All of them are running quite well without any reboots for the last > few weeks. Do what Kris mentioned, but check for hardware issues as well; overheating, voltage drops etc. The mbmon port running from cron and logging to another machine can be helpfull here. Roland -- R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 17:32:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45FF216A418 for ; Wed, 22 Aug 2007 17:32:31 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from bay0-omc1-s37.bay0.hotmail.com (bay0-omc1-s37.bay0.hotmail.com [65.54.246.109]) by mx1.freebsd.org (Postfix) with ESMTP id 309DD13C442 for ; Wed, 22 Aug 2007 17:32:31 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from BAY116-W12 ([64.4.38.112]) by bay0-omc1-s37.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Wed, 22 Aug 2007 10:32:31 -0700 Message-ID: X-Originating-IP: [199.219.138.254] From: Lisandro Grullon To: Date: Wed, 22 Aug 2007 13:32:30 -0400 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 22 Aug 2007 17:32:31.0091 (UTC) FILETIME=[6AEB8430:01C7E4E2] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Need to edit rc.conf, but FS won't allow. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 17:32:31 -0000 Hi all, I was playing around with rc.conf under /etc and accidentally didn't quote = properly one of my "YES" entries, now the system won't boot. I tried bootin= g into single user and re-editing the file, yet the time I tried saving it = it tells me that the root files systm is read only. Is ther a way around th= is. Thanks in advance. _________________________________________________________________ Learn. Laugh. Share. Reallivemoms is right place! http://www.reallivemoms.com?ocid=3DTXT_TAGHM&loc=3Dus= From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 17:36:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10D7216A420 for ; Wed, 22 Aug 2007 17:36:19 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [81.2.252.59]) by mx1.freebsd.org (Postfix) with ESMTP id 8328A13C47E for ; Wed, 22 Aug 2007 17:36:18 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 9EABFA49D57; Wed, 22 Aug 2007 19:36:17 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id U7qorYqZ9+Aa; Wed, 22 Aug 2007 19:36:06 +0200 (CEST) Received: from [192.168.2.186] (catv-5063f539.catv.broadband.hu [80.99.245.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id EB30BA49D44; Wed, 22 Aug 2007 19:36:05 +0200 (CEST) Message-ID: <46CC7402.1060204@FreeBSD.org> Date: Wed, 22 Aug 2007 19:36:02 +0200 From: Gabor Kovesdan User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Lisandro Grullon References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Need to edit rc.conf, but FS won't allow. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 17:36:19 -0000 Lisandro Grullon escribió: > Hi all, > I was playing around with rc.conf under /etc and accidentally didn't quote properly one of my "YES" entries, now the system won't boot. I tried booting into single user and re-editing the file, yet the time I tried saving it it tells me that the root files systm is read only. Is ther a way around this. > / is read-only in single user mode. Use "mount -u /" to remount / witht the default options in /etc/fstab after booting into single user mode. You should be able to edit rc.conf now. Regards, -- Gabor Kovesdan FreeBSD Volunteer EMAIL: gabor@FreeBSD.org .:|:. gabor@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 18:07:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 096D816A418 for ; Wed, 22 Aug 2007 18:07:35 +0000 (UTC) (envelope-from annkok2001@yahoo.com) Received: from web53311.mail.re2.yahoo.com (web53311.mail.re2.yahoo.com [206.190.49.101]) by mx1.freebsd.org (Postfix) with SMTP id 9BAD213C467 for ; Wed, 22 Aug 2007 18:07:34 +0000 (UTC) (envelope-from annkok2001@yahoo.com) Received: (qmail 19272 invoked by uid 60001); 22 Aug 2007 17:40:54 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=we7q6AOoi9GG5o/f1PwwYjQWkIEFViD7Q2GGK6MvqzbeTjPYOlCQf9ryLJV8y8gv0Gb5gnlkIp/CC7aODr5HcdLudGWGLKowkH7An+ubVvXv1GIleqwTju0zyb+4bIhGb/fztZXjiUyBo+R/tA85/ZxOmA7iTptGu5/Y3AEUgiY=; X-YMail-OSG: 1B3P2DkVM1lWuL8jozvurZqdCq6ENgz_mTKUQWTMnl3d_pxLBsfhr52mVO8B2cS7.2kBtTQDPnacG_GQpctNWr_mjgV92vYqNaDBTpKzmRFf9YcujZibYNor1tP7PA-- Received: from [66.49.254.13] by web53311.mail.re2.yahoo.com via HTTP; Wed, 22 Aug 2007 10:40:54 PDT Date: Wed, 22 Aug 2007 10:40:54 -0700 (PDT) From: ann kok To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <507981.17771.qm@web53311.mail.re2.yahoo.com> Subject: ls there any way to limit the server resource per user? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 18:07:35 -0000 Hi all I have desktop computer to our user access to use eg: web browser. office ls there any way to limit the server resource per user? thank you ____________________________________________________________________________________ Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, photos & more. http://mobile.yahoo.com/go?refer=1GNXIC From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 18:09:09 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4176916A468 for ; Wed, 22 Aug 2007 18:09:09 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from bay0-omc1-s22.bay0.hotmail.com (bay0-omc1-s22.bay0.hotmail.com [65.54.246.94]) by mx1.freebsd.org (Postfix) with ESMTP id 286BF13C481 for ; Wed, 22 Aug 2007 18:09:09 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from BAY116-W16 ([64.4.38.116]) by bay0-omc1-s22.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Wed, 22 Aug 2007 11:09:09 -0700 Message-ID: X-Originating-IP: [199.219.138.254] From: Lisandro Grullon To: Date: Wed, 22 Aug 2007 14:09:08 -0400 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 22 Aug 2007 18:09:09.0270 (UTC) FILETIME=[89230360:01C7E4E7] Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: RE: Need to edit rc.conf, but FS won't allow. [Thank you, Solved] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 18:09:09 -0000 > Date: Wed, 22 Aug 2007 19:36:02 +0200> From: gabor@FreeBSD.org> To: lisan= drogrullon07@hotmail.com> CC: freebsd-questions@freebsd.org> Subject: Re: N= eed to edit rc.conf, but FS won't allow.> > Lisandro Grullon escribi=F3:> >= Hi all,> > I was playing around with rc.conf under /etc and accidentally d= idn't quote properly one of my "YES" entries, now the system won't boot. I = tried booting into single user and re-editing the file, yet the time I trie= d saving it it tells me that the root files systm is read only. Is ther a w= ay around this. > > > / is read-only in single user mode. Use "mount -u /" = to remount / witht > the default options in /etc/fstab after booting into s= ingle user mode. > You should be able to edit rc.conf now.> > Regards,> > -= - > Gabor Kovesdan> FreeBSD Volunteer> > EMAIL: gabor@FreeBSD.org .:|:. gab= or@kovesdan.org> WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesda= n.org> > _______________________________________________> freebsd-questions= @freebsd.org mailing list> http://lists.freebsd.org/mailman/listinfo/freebs= d-questions> To unsubscribe, send any mail to "freebsd-questions-unsubscrib= e@freebsd.org" _________________________________________________________________ See what you=92re getting into=85before you go there http://newlivehotmail.com/?ocid=3DTXT_TAGHM_migration_HM_viral_preview_0507= From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 18:10:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A703D16A4D2 for ; Wed, 22 Aug 2007 18:10:27 +0000 (UTC) (envelope-from peter@boosten.org) Received: from smtpq2.groni1.gr.home.nl (smtpq2.groni1.gr.home.nl [213.51.130.201]) by mx1.freebsd.org (Postfix) with ESMTP id 2716513C483 for ; Wed, 22 Aug 2007 18:10:21 +0000 (UTC) (envelope-from peter@boosten.org) Received: from [213.51.130.190] (port=58008 helo=smtp1.groni1.gr.home.nl) by smtpq2.groni1.gr.home.nl with esmtp (Exim 4.30) id 1INuep-0006UK-FL; Wed, 22 Aug 2007 20:10:19 +0200 Received: from cp268254-a.landg1.lb.home.nl ([213.51.103.48]:5007 helo=ra.egypt.nl) by smtp1.groni1.gr.home.nl with esmtp (Exim 4.30) id 1INuem-0004Uu-Pa; Wed, 22 Aug 2007 20:10:16 +0200 Received: from ra.egypt.nl (localhost.egypt.nl [127.0.0.1]) by ra.egypt.nl (Postfix) with ESMTP id 516A0398AB; Wed, 22 Aug 2007 20:10:15 +0200 (CEST) Received: by ra.egypt.nl (Postfix, from userid 501) id 66809398BF; Wed, 22 Aug 2007 20:10:14 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on ra.egypt.nl X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham version=3.2.3 Received: from [127.0.0.1] (xp.egypt.nl [192.168.13.35]) by ra.egypt.nl (Postfix) with ESMTP id 5E239398B6; Wed, 22 Aug 2007 20:10:08 +0200 (CEST) Message-ID: <46CC7BFD.2090204@boosten.org> Date: Wed, 22 Aug 2007 20:10:05 +0200 From: Peter Boosten User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: ann kok References: <507981.17771.qm@web53311.mail.re2.yahoo.com> In-Reply-To: <507981.17771.qm@web53311.mail.re2.yahoo.com> X-Enigmail-Version: 0.95.3 OpenPGP: url=http://www.boosten.org/content/view/49/47/ Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000767-3, 08/21/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Cc: freebsd-questions@freebsd.org Subject: Re: ls there any way to limit the server resource per user? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 18:10:27 -0000 ann kok wrote: > Hi all > > I have desktop computer to our user access to use eg: > web browser. office > > ls there any way to limit the server resource per > user? > Have a look a login.conf (man 5 login.conf) Peter -- http://www.boosten.org From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 18:15:44 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95D2416A420 for ; Wed, 22 Aug 2007 18:15:44 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with SMTP id 28AFC13C4A8 for ; Wed, 22 Aug 2007 18:15:43 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 13397 invoked by uid 399); 22 Aug 2007 17:49:02 -0000 Received: from localhost (HELO slave.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTP; 22 Aug 2007 17:49:02 -0000 X-Originating-IP: 127.0.0.1 Date: Wed, 22 Aug 2007 10:49:00 -0700 (PDT) From: Doug Barton To: "Dan Mahoney, System Admin" In-Reply-To: <20070821135923.Q64507@prime.gushi.org> Message-ID: References: <20070821135923.Q64507@prime.gushi.org> X-message-flag: Outlook -- Not just for spreading viruses anymore! X-OpenPGP-Key-ID: 0xD5B2F0FB Organization: http://www.FreeBSD.org/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=us-ascii; format=flowed Cc: questions@freebsd.org Subject: Re: Building UNSTRIPPED binaries in ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 18:15:44 -0000 On Tue, 21 Aug 2007, Dan Mahoney, System Admin wrote: > Hello, > > I am encountering a bug with named-9.4.1-P1 that I am attempting to work with > ISC on, that I have built from ports (dns/bind94). That's great, every little bit helps. :) You might also be interested to know that they have a new beta out for 9.4.2. ftp://ftp.isc.org/isc/bind9/9.4.2b1/bind-9.4.2b1.tar.gz You should probably download that and take a look at the changelog to see if your issues are covered. > However, I need a non-stripped version of the binary to get a backtrace. > I can't "roll my own" binary because it may be related to some way that > the port is built so I need to maintain a similar build environment. I purposely do not do anything exotic with the port, so I doubt that's related. However, you can easily replicate the port's build environment by doing 'make config ; make -V CONFIGURE_ARGS' then running configure with that output and building it yourself. Of course, the advice you got on WITH_DEBUG is also good if you want to use the port anyway. hth, Doug -- This .signature sanitized for your protection From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 18:18:49 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CF1716A419 for ; Wed, 22 Aug 2007 18:18:49 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.freebsd.org (Postfix) with ESMTP id 3742413C428 for ; Wed, 22 Aug 2007 18:18:49 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 4156 invoked from network); 22 Aug 2007 18:18:48 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Aug 2007 18:18:48 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 9B0372843A; Wed, 22 Aug 2007 14:18:46 -0400 (EDT) To: Christopher Key References: <46CC1DB7.7040506@cam.ac.uk> From: Lowell Gilbert Date: Wed, 22 Aug 2007 14:18:46 -0400 In-Reply-To: <46CC1DB7.7040506@cam.ac.uk> (Christopher Key's message of "Wed\, 22 Aug 2007 12\:27\:51 +0100") Message-ID: <44k5rno2k9.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD MBRs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 18:18:49 -0000 Christopher Key writes: > I've a machine with 3 SATA drives. The first (ad8) with a standard > FreeBSD install in a single slice with /boot/boot0 MBR. The remaining > two drives (ad10, ad12) are in a RAID1 mirror with 3 slices, and used > for storing data. They have the /boot/mbr MBR. > > After booting off various USB flash drives to try and update the BIOS on > my machine, it got into a state where during startup, it would display > 'Missing operating system' and hang. What seems to have been happening > is that it was trying to boot from one of my data store drives, despite > the boot order of the disks set in the BIOS. > > The only solution that I found was to start booting from a USB flash > drive with a boot0 MBR, and to hit F5 to change to booting from my first > drive After this, the machine then reboots quite happily until I hit F5 > again, in which case I get the same 'Missing operating behavior'. This > persists even while power cycling the machine. > > I had imagined the boot process to be entirely stateless, certainly > across power cycles. The BIOS executes the MBR on the first drive in > its boot boot. The boot0 MBR then allowed you to either execute the > boot sector from any of the slices on the current drive, or to execute > the MBR from the next drive in the list. > > However, this clearly isn't what's happening. Is it boot0 remembering > my F5 key stroke, or is it more likely that the BIOS is remembering > something? Does anyone have any recommendations to avoid this in the > future? Is putting boot0 on all three drives a good idea perhaps? The boot process isn't completely stateless at the best of times; it uses the partition (as in "slice") table to tell it what to boot by default. I think that explains the behaviour when you boot from the flash drive, but not when you try to boot from the SATA disk. It won't hurt, and might help, to put the FreeBSD boot manager on more of the disks. You could also try other boot managers; at the expense of having a boot manager that doesn't fit completely into the MBR, you could get something more user-friendly. Good luck. -- [Greetings to Cambridge; I spent a term in the city as a teenager (fifth form), and I loved the place.] From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 18:29:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0865916A419 for ; Wed, 22 Aug 2007 18:29:12 +0000 (UTC) (envelope-from smurphy@calarts.edu) Received: from echo.calarts.edu (echo.calarts.edu [198.182.157.9]) by mx1.freebsd.org (Postfix) with ESMTP id DE39B13C494 for ; Wed, 22 Aug 2007 18:29:11 +0000 (UTC) (envelope-from smurphy@calarts.edu) Received: from echo.calarts.edu (localhost.localdomain [127.0.0.1]) by localhost (Email Security Appliance) with SMTP id B3DA6101E431 for ; Wed, 22 Aug 2007 18:16:08 +0000 (GMT) Received: from muse2.calarts.edu (muse2.calarts.edu [198.182.157.28]) by echo.calarts.edu (Email Security Appliance) with ESMTP id 8CBA81018B8A for ; Wed, 22 Aug 2007 18:16:08 +0000 (GMT) Received: from canslice.calarts.edu (canslice.calarts.edu [198.182.157.20]) (authenticated bits=0) by muse2.calarts.edu (8.13.3/8.13.3) with ESMTP id l7MITBTH038606 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 22 Aug 2007 11:29:11 -0700 (PDT) (envelope-from smurphy@calarts.edu) Message-ID: <46CC8077.4050906@calarts.edu> Date: Wed, 22 Aug 2007 11:29:11 -0700 From: Sean Murphy User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.52 on 198.182.157.28 Subject: syslog redundancy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 18:29:12 -0000 Can syslogd provide failover redundancy to another box? Should I configure my devices to send to two different syslogd servers? (if the devices allow more then one syslogd box to log to. If not I would like to know if the first option is available.) From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 18:33:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A6E616A417 for ; Wed, 22 Aug 2007 18:33:35 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by mx1.freebsd.org (Postfix) with ESMTP id B837913C478 for ; Wed, 22 Aug 2007 18:33:34 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so192818wra for ; Wed, 22 Aug 2007 11:33:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=VPJzlKgv21wogOm15OffyKd32ExmkqpZVvbOS+5iIJEbe3rDjY7cnGCBOpZU/dgwVatK4BMy3RfNVkDXEQhWNeEFU9pd6b0ol7GbdOGNmO5eJ+uHCKsQBkcwyTHA2smTdFUui7amlo2/imXkvERzbN/JSyIGpKRyxM7qpFyAwpU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=MP+w7XvuKrzfPsSxgizG1bca8UPsqRDr/+E3mS+zM78/Ix7ZRXqlxT7jXSbJzqStwDSnXkmDUTmkevydFtKSsdWQXjmFYvMtOOkTGl1LYlcvkRo1HcUmcOCsEQMSWuJ6shAG8Ef5M93vepl6/rdefNV4MIMLGB5R80htTsr+YtY= Received: by 10.90.69.8 with SMTP id r8mr5075901aga.1187807610572; Wed, 22 Aug 2007 11:33:30 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id f55sm1533414pyh.2007.08.22.11.33.28 (version=SSLv3 cipher=OTHER); Wed, 22 Aug 2007 11:33:28 -0700 (PDT) In-Reply-To: <46CC8077.4050906@calarts.edu> References: <46CC8077.4050906@calarts.edu> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6A59CA24-826E-4DC5-AD7F-29BC88CCD42D@gmail.com> Content-Transfer-Encoding: 7bit From: Eric Crist Date: Wed, 22 Aug 2007 13:33:21 -0500 To: Sean Murphy X-Mailer: Apple Mail (2.752.3) Cc: freebsd-questions@freebsd.org Subject: Re: syslog redundancy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 18:33:35 -0000 On Aug 22, 2007, at 1:29 PMAug 22, 2007, Sean Murphy wrote: > Can syslogd provide failover redundancy to another box? > > Should I configure my devices to send to two different syslogd > servers? (if the devices allow more then one syslogd box to log > to. If not I would like to know if the first option is available.) Sure, why not? Try man syslog.conf, or read what's already within your /etc/syslog.conf file. You'd just have to set up a rule to send off to another server, and configure that server to listen those requests, of course. We do this very thing for our public boxen so that there's less worry with log tampering, etc. HTH ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 18:34:09 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC51816A46B for ; Wed, 22 Aug 2007 18:34:09 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr12.xs4all.nl (smtp-vbr12.xs4all.nl [194.109.24.32]) by mx1.freebsd.org (Postfix) with ESMTP id 55E3E13C483 for ; Wed, 22 Aug 2007 18:34:09 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr12.xs4all.nl (8.13.8/8.13.8) with ESMTP id l7MIY7ls063838; Wed, 22 Aug 2007 20:34:07 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 87BC2B833; Wed, 22 Aug 2007 20:34:07 +0200 (CEST) Date: Wed, 22 Aug 2007 20:34:07 +0200 From: Roland Smith To: Aminuddin Message-ID: <20070822183407.GA20463@slackbox.xs4all.nl> Mail-Followup-To: Aminuddin , freebsd-questions@freebsd.org References: <20070822145846.GB14552@slackbox.xs4all.nl> <46cc7016.17bc720a.5aa4.ffffa906@mx.google.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/04w6evG8XlLl3ft" Content-Disposition: inline In-Reply-To: <46cc7016.17bc720a.5aa4.ffffa906@mx.google.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Servers Crash every few days X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 18:34:09 -0000 --/04w6evG8XlLl3ft Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 23, 2007 at 01:19:10AM +0800, Aminuddin wrote: > Thanks. > But the servers are dedicated servers rented from a datacenter. Then get their tech support involved. See if they can log in on the console. > I'm not sure if it hangs or panic. The provider just keep rebooting > when we said servers not responding. Which service doesn't respond anymore? Are you sure that the problem isn't in the datacenter's hardware. e.g. faulty router or switch. > Will try to use mbmon. Is there any ports I can use to log what actually > happened before it hangs or crashes? Syslogd(8) from the base system can log to a syslogd on another machine. Set the services that you use to log more than normal. That might make it easier to catch the event that causes the problems. Does it hang or does it crash? Those are different things. If the kernel panics, there's not a lot you can do remotely. Obviously it can't log it to another machine. Enable crashdumps and analyze them as the machine comes up. I'm guessing a lot here because I don't know your setup. If you want better help, provide more information. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --/04w6evG8XlLl3ft Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGzIGfEnfvsMMhpyURApY4AJ4vg25LQ2SyO/pkV+5PqCDLKqj5ZQCfUf7s d9TNw0XH+Q4cOW6gjlQff2k= =my83 -----END PGP SIGNATURE----- --/04w6evG8XlLl3ft-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 18:49:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56FAB16A494 for ; Wed, 22 Aug 2007 18:49:05 +0000 (UTC) (envelope-from ovi@unixservers.us) Received: from webserver.easyhosting.ro (unixware.iasi.rdsnet.ro [86.124.41.195]) by mx1.freebsd.org (Postfix) with ESMTP id BB42C13C4E5 for ; Wed, 22 Aug 2007 18:49:04 +0000 (UTC) (envelope-from ovi@unixservers.us) Received: from [10.0.0.14] (unknown [10.0.0.14]) (Authenticated sender: ovi@unixservers.us) by webserver.easyhosting.ro (Postfix) with ESMTP id 320D6FD018; Wed, 22 Aug 2007 21:34:27 +0300 (EEST) Message-ID: <46CC818E.3010704@unixservers.us> Date: Wed, 22 Aug 2007 21:33:50 +0300 From: Ovi User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway , freebsd-questions@freebsd.org References: <20070822120020.1680516A4C2@hub.freebsd.org> <46cc34e9.18b38c0a.1a4b.ffff9abc@mx.google.com> <20070822142225.GA10722@rot26.obsecurity.org> In-Reply-To: <20070822142225.GA10722@rot26.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Servers Crash every few days X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 18:49:05 -0000 Kris Kennaway wrote: >On Wed, Aug 22, 2007 at 09:06:50PM +0800, amin wrote: > > >>Hi, >>I have six servers running FreeBSD 6.2 and all of them have the same config. >>My servers are configured to run as a socks5 proxy server. >> >>Lately the servers are going down without any good reasons. How do I check >>what are the errors or processes or the state of the server before it goes >>down. All of them are running quite well without any reboots for the last >>few weeks. My sysctl.conf is as follows: >> >> > >You need to characterise "going down". Is it panicking? Is it >rebooting? Is it hanging? > >Consult the developers handbook for tips on how to obtain sufficient >debugging information to identify and debug a panic or hang. > >Kris > I had the same issue, kernel panic and server reboot after "tuning" to high sysctl variable (like maxsockbuf, but others too) but having only 1 GB of RAM. Another rebooting problem was caused by running tcpdump on high used router. Other problem can be caused by hardware problems (I had those too). I disabled once creation of coredump by kernel, and I had problem (with 6.2), when an userland app crash, the kernel panicked because of that. Last, some userland apps. can cause kernel panic and reboot. ovi From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 19:08:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52CA816A421 for ; Wed, 22 Aug 2007 19:08:18 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 1AC4713C45D for ; Wed, 22 Aug 2007 19:08:12 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7MJ3xmj057068; Wed, 22 Aug 2007 15:03:59 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7MJ3xYU057067; Wed, 22 Aug 2007 15:03:59 -0400 (EDT) (envelope-from jerrymc) Date: Wed, 22 Aug 2007 15:03:58 -0400 From: Jerry McAllister To: Lisandro Grullon Message-ID: <20070822190358.GA56955@gizmo.acns.msu.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Need to edit rc.conf, but FS won't allow. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 19:08:18 -0000 On Wed, Aug 22, 2007 at 01:32:30PM -0400, Lisandro Grullon wrote: > > Hi all, > I was playing around with rc.conf under /etc and accidentally didn't quote > properly one of my "YES" entries, now the system won't boot. I tried > booting into single user and re-editing the file, yet the time I tried > saving it it tells me that the root files systm is read only. Is there > a way around this. Thanks in advance. Yes, when you boot single user, it comes up with root mounted read-only and no other file system mounted. You need to remount root. At minimum do: mount -u / Actually, from long habit, when I boot single user, I do the whole schmear as follows: fsck -p mount -u / mount -a swapon -a and then go on to fix up what I need. ////jerry > 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 22 19:11:48 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D98C16A419 for ; Wed, 22 Aug 2007 19:11:48 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id 1A59513C461 for ; Wed, 22 Aug 2007 19:11:48 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l7MJBlHA036255 for ; Wed, 22 Aug 2007 12:11:47 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l7MJBlSC036254 for freebsd-questions@FreeBSD.ORG; Wed, 22 Aug 2007 12:11:47 -0700 (PDT) (envelope-from kline) Date: Wed, 22 Aug 2007 12:11:47 -0700 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20070822191147.GA36193@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: Subject: xdm fails! can't find "pcidata" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 19:11:48 -0000 I just rebooted my DNS server and now X fails. I'm pretty sure I did everything re the xorg instructions in UPDATING. The error message in /var/lob/Xorg.0.log says exactly:: (II) Loader running on freebsd (II) LoadModule: "pcidata" (WW) Warning, couldn't open module pcidata (II) UnloadModule: "pcidata" (EE) Failed to load module "pcidata" (module does not exist, 0) How can I fix this? I find pcidata deep in the /usr/sys/src.../dev directory. Nothing in my KERNCONF=GENERIC file. Insights, anybody?? tia, gary -- Gary Kline kline@thought.org www.thought.org Public Service Unix From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 19:34:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0E8116A420 for ; Wed, 22 Aug 2007 19:34:23 +0000 (UTC) (envelope-from annkok2001@yahoo.com) Received: from web53302.mail.re2.yahoo.com (web53302.mail.re2.yahoo.com [206.190.49.92]) by mx1.freebsd.org (Postfix) with SMTP id 397A213C465 for ; Wed, 22 Aug 2007 19:34:22 +0000 (UTC) (envelope-from annkok2001@yahoo.com) Received: (qmail 25831 invoked by uid 60001); 22 Aug 2007 19:34:22 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=mV4PbtBWt2SpIo6HcOwgz/iEwwWQ3sCFkS/8KDF27c/i45Fqd+CWAS7gYq2o77hpBxDVlhbrOsr3YUYI2JD/yjdoo07qVGRIfyQAjqkY911ovxx2E5kbvgogy3CH+0v+pNdGiMCuseZKcmvtyDvpHAhOqmCVPJy4765if9/1SuQ=; X-YMail-OSG: FqAlKtAVM1nz2MBM.DXiNf94SsTxzKWT2bay4KO0ob.6t_3kMhZkEvi_OcTqiAtJTYA7uGKnwuIfFIwQFBdE0c1P0S6EBcTiztvJtfIYEzEXWZ5qaeW6RwN.00KqosaaEECEAaVC.qQcBS5HP.HpLn5toQ-- Received: from [66.49.254.13] by web53302.mail.re2.yahoo.com via HTTP; Wed, 22 Aug 2007 12:34:22 PDT Date: Wed, 22 Aug 2007 12:34:22 -0700 (PDT) From: ann kok To: Peter Boosten In-Reply-To: <46CC7BFD.2090204@boosten.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <303328.25712.qm@web53302.mail.re2.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: ls there any way to limit the server resource per user? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 19:34:23 -0000 thank you Can I limit the bandwidth by user what they use any program to download and upload? thank you --- Peter Boosten wrote: > ann kok wrote: > > Hi all > > > > I have desktop computer to our user access to use > eg: > > web browser. office > > > > ls there any way to limit the server resource per > > user? > > > > Have a look a login.conf (man 5 login.conf) > > Peter > -- > http://www.boosten.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" > ____________________________________________________________________________________ Fussy? Opinionated? Impossible to please? Perfect. Join Yahoo!'s user panel and lay it on us. http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 19:37:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E474916A417 for ; Wed, 22 Aug 2007 19:37:03 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (crsd-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2d5::2]) by mx1.freebsd.org (Postfix) with ESMTP id A4BFA13C45A for ; Wed, 22 Aug 2007 19:37:02 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l7MJabKf090446 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 22 Aug 2007 23:36:37 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l7MJaZGU090429; Wed, 22 Aug 2007 23:36:35 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Wed, 22 Aug 2007 23:36:35 +0400 From: Yuri Pankov To: Gary Kline Message-ID: <20070822193635.GA65303@darklight.org.ru> References: <20070822191147.GA36193@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070822191147.GA36193@thought.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: FreeBSD Mailing List Subject: Re: xdm fails! can't find "pcidata" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 19:37:04 -0000 On Wed, Aug 22, 2007 at 12:11:47PM -0700, Gary Kline wrote: > > I just rebooted my DNS server and now X fails. I'm pretty sure I > did everything re the xorg instructions in UPDATING. The error > message in /var/lob/Xorg.0.log says exactly:: > > (II) Loader running on freebsd > (II) LoadModule: "pcidata" > (WW) Warning, couldn't open module pcidata > (II) UnloadModule: "pcidata" > (EE) Failed to load module "pcidata" (module does not exist, 0) > > How can I fix this? I find pcidata deep in the > /usr/sys/src.../dev directory. Nothing in my KERNCONF=GENERIC > file. Insights, anybody?? > > tia, > > gary > > > > > -- > Gary Kline kline@thought.org www.thought.org Public Service Unix Could you show us what is your ModulePath set to? (either from xorg.conf or from Xorg.0.log, should be "/usr/local/lib/xorg/modules"). Yuri From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 20:16:04 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 637FF16A419 for ; Wed, 22 Aug 2007 20:16:04 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.kuban.ru (mail.kuban.ru [62.183.66.246]) by mx1.freebsd.org (Postfix) with ESMTP id C559113C467 for ; Wed, 22 Aug 2007 20:16:03 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bsam.ru ([85.172.12.132]) by mail.kuban.ru (8.9.1/8.9.1) with ESMTP id l7MKFco3052009; Thu, 23 Aug 2007 00:15:49 +0400 (MSD) Received: (from bsam@localhost) by bsam.ru (8.14.1/8.14.1/Submit) id l7MKGAWD001869; Thu, 23 Aug 2007 00:16:10 +0400 (MSD) (envelope-from bsam@ipt.ru) X-Authentication-Warning: bsam.ru: bsam set sender to bsam@ipt.ru using -f To: Gary Kline References: <20070822191147.GA36193@thought.org> From: Boris Samorodov Date: Thu, 23 Aug 2007 00:16:10 +0400 In-Reply-To: <20070822191147.GA36193@thought.org> (Gary Kline's message of "Wed\, 22 Aug 2007 12\:11\:47 -0700") Message-ID: <77635509@bsam.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: FreeBSD Mailing List Subject: Re: xdm fails! can't find "pcidata" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 20:16:04 -0000 On Wed, 22 Aug 2007 12:11:47 -0700 Gary Kline wrote: > I just rebooted my DNS server and now X fails. I'm pretty sure I > did everything re the xorg instructions in UPDATING. The error > message in /var/lob/Xorg.0.log says exactly:: > (II) Loader running on freebsd > (II) LoadModule: "pcidata" > (WW) Warning, couldn't open module pcidata > (II) UnloadModule: "pcidata" > (EE) Failed to load module "pcidata" (module does not exist, 0) > How can I fix this? I find pcidata deep in the > /usr/sys/src.../dev directory. Nothing in my KERNCONF=GENERIC > file. Insights, anybody?? I've seen something like this after Xorg-6.9 to Xorg-7.1 update. Seems that I succeeded after deletting my old xorg.conf file, creating a new one and fitting it. WBR -- bsam From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 20:20:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82C6C16A41A for ; Wed, 22 Aug 2007 20:20:44 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id 596CC13C428 for ; Wed, 22 Aug 2007 20:20:41 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l7MKK7Th036586; Wed, 22 Aug 2007 13:20:11 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l7MKJvJG036578; Wed, 22 Aug 2007 13:19:57 -0700 (PDT) (envelope-from kline) Date: Wed, 22 Aug 2007 13:19:55 -0700 From: Gary Kline To: Yuri Pankov Message-ID: <20070822201954.GB36484@thought.org> References: <20070822073547.GA31201@thought.org> <20070822074715.GA2854@darklight.org.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070822074715.GA2854@darklight.org.ru> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: Gary Kline , FreeBSD Mailing List Subject: Re: ps2ascii. &c. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 20:20:44 -0000 On Wed, Aug 22, 2007 at 11:47:15AM +0400, Yuri Pankov wrote: > On Wed, Aug 22, 2007 at 12:35:47AM -0700, Gary Kline wrote: > > > > Guys, > > > > If this is a re-post, sorry. I thought I mailed this to -questions. > > Anyway, where are the pdf and pd and other ghostscript converters? > > I thought these utilities were in the default distribution, but I > > can't find them. pdfps, pdftoascii, and so forth. > > > > thanks in advance for any help, > > > > gary > > > > > > > > > > -- > > Gary Kline kline@thought.org www.thought.org Public Service Unix > > > > They are in print/ghostscript-{afpl,gnu,gpl}, though ghostscript-gpl is > preferred one. > > > HTH, It prob'ly will. Maybe I can select which things to build from the Makefile. It's been awhle. gary > Yuri > _______________________________________________ > 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" -- Gary Kline kline@thought.org www.thought.org Public Service Unix From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 20:23:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D067216A420 for ; Wed, 22 Aug 2007 20:23:36 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr6.xs4all.nl (smtp-vbr6.xs4all.nl [194.109.24.26]) by mx1.freebsd.org (Postfix) with ESMTP id 6423613C461 for ; Wed, 22 Aug 2007 20:23:36 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr6.xs4all.nl (8.13.8/8.13.8) with ESMTP id l7MKNYUo080521; Wed, 22 Aug 2007 22:23:35 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 41A82B833; Wed, 22 Aug 2007 22:23:34 +0200 (CEST) Date: Wed, 22 Aug 2007 22:23:34 +0200 From: Roland Smith To: ann kok Message-ID: <20070822202334.GA23267@slackbox.xs4all.nl> Mail-Followup-To: ann kok , freebsd-questions@freebsd.org References: <46CC7BFD.2090204@boosten.org> <303328.25712.qm@web53302.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="k1lZvvs/B4yU6o8G" Content-Disposition: inline In-Reply-To: <303328.25712.qm@web53302.mail.re2.yahoo.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: ls there any way to limit the server resource per user? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 20:23:36 -0000 --k1lZvvs/B4yU6o8G Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 22, 2007 at 12:34:22PM -0700, ann kok wrote: > thank you >=20 > Can I limit the bandwidth by user what they use any > program to download and upload? The pf firewall can do this. Filter packets by user, then assign them to an appropriate queue. Read pf.conf(5). You'll have to rebuild the kernel with altq(4), since it's not in the generic kernel and it's not available as a module. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --k1lZvvs/B4yU6o8G Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGzJtGEnfvsMMhpyURAtaWAKCF+LcdMmC+LN0ofsm3MZNQaGTaHwCfXpcU aGC/b/rF1lpS3kM11qaELF0= =TlyX -----END PGP SIGNATURE----- --k1lZvvs/B4yU6o8G-- From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 20:51:18 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28A2B16A420 for ; Wed, 22 Aug 2007 20:51:18 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id AB11913C481 for ; Wed, 22 Aug 2007 20:51:17 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l7MKTIP2036637; Wed, 22 Aug 2007 13:29:18 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l7MKTHcR036636; Wed, 22 Aug 2007 13:29:17 -0700 (PDT) (envelope-from kline) Date: Wed, 22 Aug 2007 13:29:12 -0700 From: Gary Kline To: Predrag Punosevac Message-ID: <20070822202912.GC36484@thought.org> References: <20070822073547.GA31201@thought.org> <46CBEFD6.9060102@math.arizona.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46CBEFD6.9060102@math.arizona.edu> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: Gary Kline , questions@freebsd.org Subject: Re: ps2ascii. &c. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 20:51:18 -0000 On Wed, Aug 22, 2007 at 01:12:06AM -0700, Predrag Punosevac wrote: > Gary Kline wrote: > > Guys, > > > > If this is a re-post, sorry. I thought I mailed this to -questions. > > Anyway, where are the pdf and pd and other ghostscript converters? > > I thought these utilities were in the default distribution, but I > > can't find them. pdfps, pdftoascii, and so forth. > > > > thanks in advance for any help, > > > > gary > > > > > > > > > > > I use ghostscript-gpl-8.57 which is in print. > The commands are actually ps2pdf and pdf2ps. I am not using acscii > converter but I the command is > ps2ascii. Are you sure you are using right commands? On my Ubuntu server (which is starting to fail big time) there is pdf2ascii. It takes severa flags, so it may be a custom script from the Debian guys. Here (FBSD) the scripts are similar, but much simpler; fewer flaf.s. --Of course I haven't upgraded ghostscript-gnu for months. BTW, I was looking for the ps/pdf stuff in converters.... Live and learn! > > The other converters like dvips, dvipdfm are in print. thanks, gents; it helps to have all this expertise gary -- Gary Kline kline@thought.org www.thought.org Public Service Unix From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 21:26:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BF9516A421 for ; Wed, 22 Aug 2007 21:26:11 +0000 (UTC) (envelope-from richard@inf.ed.ac.uk) Received: from nutty.inf.ed.ac.uk (nutty.inf.ed.ac.uk [129.215.216.3]) by mx1.freebsd.org (Postfix) with ESMTP id F1F4313C46C for ; Wed, 22 Aug 2007 21:26:10 +0000 (UTC) (envelope-from richard@inf.ed.ac.uk) Received: from macpro.inf.ed.ac.uk (macpro.inf.ed.ac.uk [129.215.164.231]) by nutty.inf.ed.ac.uk (8.13.8/8.13.8) with ESMTP id l7MLQ9rR018669 for ; Wed, 22 Aug 2007 22:26:09 +0100 Received: by macpro.inf.ed.ac.uk (Postfix, from userid 26013) id 365292508D7; Wed, 22 Aug 2007 22:26:05 +0100 (BST) From: Richard Tobin To: freebsd-questions@freebsd.org Organization: just say no X-Mailer: Ream 5.1.51-richard-mac Message-Id: <20070822212605.365292508D7@macpro.inf.ed.ac.uk> Date: Wed, 22 Aug 2007 22:26:05 +0100 (BST) Subject: FreeBSD 6.2 on new Mac mini X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 21:26:11 -0000 I'm running FreeBSD 6.2 on a new (i.e. Core 2 Duo) Mac mini. It was generally remarkably painless, except for getting up-to-date with Xorg. I used Boot Camp Assistant to partition the disk, but I didn't install rEFIt so I have to select "windows' to boot FreeBSD. I got a "double fault" when exiting the FreeBSD installer but everything seems ok. Both cores are recognised and appear to work. I haven't bothered to get the wired ethernet working because the wireless works adequately. I had to use 915resolution to get my 1680x1050 display working properly with X. I haven't installed the Macbook patches (http://wiki.freebsd.org/AppleMacbook) as they seem to be for current, and I'm running 6.2. Many of them are irrelevant to the mini anyway (backlight etc). The one thing I don't seem to have is sound: kldload snd_driver doesn't seem to find any sound devices. Is there a solution to this? -- Richard From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 21:26:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1F8316A474 for ; Wed, 22 Aug 2007 21:26:29 +0000 (UTC) (envelope-from freebsd@wcubed.net) Received: from mail.datausa.com (mail.datausa.com [216.150.220.220]) by mx1.freebsd.org (Postfix) with SMTP id A02F913C478 for ; Wed, 22 Aug 2007 21:26:29 +0000 (UTC) (envelope-from freebsd@wcubed.net) Received: (qmail 93174 invoked by uid 89); 22 Aug 2007 14:59:46 -0600 Received: from unknown (HELO webmail.wcubed.net) (freebsd@wcubed.net@216.150.220.219) by mail.datausa.com with SMTP; 22 Aug 2007 14:59:46 -0600 Received: from 67.176.75.179 (SquirrelMail authenticated user freebsd@wcubed.net) by webmail.wcubed.net with HTTP; Wed, 22 Aug 2007 14:57:05 -0600 (MDT) Message-ID: <56712.67.176.75.179.1187816225.squirrel@webmail.wcubed.net> Date: Wed, 22 Aug 2007 14:57:05 -0600 (MDT) From: "Brad Waite" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.10a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: /var or /usr for data? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 21:26:30 -0000 It would appear that the "proper" allocation of filesystems on FreeBSD is to put all data in /usr. I'm used to this and have been doing it for years. However, there's a few issues that keep coming up. A lot of the ports use /var for data dirs. MySQL, Qmail, dspam are a few that I've had issues with. Is there a canonical place to put data files on a modern FreeBSD server? Figuring out the sizes for each partition is an exercise in frustration when I don't know how big /var or /usr are going to grow. For now, I've changed the default config files for MySQL and dspam to use /usr/local for data dirs, but is this the "right" thing to do? I used to put everything on /, but that created problems when I couldn't fsck the single large partition and I had to boot from CD to fix things. That's an issue when the server's not in the same state. A Solaris associate of mine is of the opinion that /usr should be able to be mounted RO for security purposes. If /var was the default for all add-ons and data, I could see that, but that wouldn't work the ways things are now. From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 21:47:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 259A216A420 for ; Wed, 22 Aug 2007 21:47:11 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.176]) by mx1.freebsd.org (Postfix) with ESMTP id C2C1F13C46E for ; Wed, 22 Aug 2007 21:47:10 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: by el-out-1112.google.com with SMTP id s27so79339ele for ; Wed, 22 Aug 2007 14:47:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bfD+eyjeH/KvN4cIevQkgsCgU7CqbbiD8wYYa/8oYT2otoQjpzIuAoFVni8lreYgJOF+587YX8jDeaJRnO1H3X9Gjfga/0dZFfosLpxcDT2vTBymn2Vq1GsHeckQJRWib3SCHEXZaqNoRFngXyDfx0SRstGuWuxM+Us8/6w1HGY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VmcPieD0u97NZFTkmZtxaE43flkEKzdZgNIlO1T36JFoWahI66ukf0LpaFFH47PnoCqPM2DrWPv7GvaM3j0bVST2mZqJH1yPHuVRwTL3/s5USVYSeoReVZ/2qLQjIKJF/gYx1wobFpURAEbPL25g0o8H57SJ374Bq7hr+iErvT4= Received: by 10.143.6.1 with SMTP id j1mr146006wfi.1187819229129; Wed, 22 Aug 2007 14:47:09 -0700 (PDT) Received: by 10.143.10.17 with HTTP; Wed, 22 Aug 2007 14:47:09 -0700 (PDT) Message-ID: <26ddd1750708221447o14158e77u45c7727a17ba084@mail.gmail.com> Date: Wed, 22 Aug 2007 17:47:09 -0400 From: "Maxim Khitrov" To: "Brad Waite" In-Reply-To: <56712.67.176.75.179.1187816225.squirrel@webmail.wcubed.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <56712.67.176.75.179.1187816225.squirrel@webmail.wcubed.net> Cc: freebsd-questions@freebsd.org Subject: Re: /var or /usr for data? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 21:47:11 -0000 On 8/22/07, Brad Waite wrote: > It would appear that the "proper" allocation of filesystems on FreeBSD is > to put all data in /usr. I'm used to this and have been doing it for > years. > > However, there's a few issues that keep coming up. A lot of the ports use > /var for data dirs. MySQL, Qmail, dspam are a few that I've had issues > with. > > Is there a canonical place to put data files on a modern FreeBSD server? > Figuring out the sizes for each partition is an exercise in frustration > when I don't know how big /var or /usr are going to grow. > > For now, I've changed the default config files for MySQL and dspam to use > /usr/local for data dirs, but is this the "right" thing to do? > > I used to put everything on /, but that created problems when I couldn't > fsck the single large partition and I had to boot from CD to fix things. > That's an issue when the server's not in the same state. > > A Solaris associate of mine is of the opinion that /usr should be able to > be mounted RO for security purposes. If /var was the default for all > add-ons and data, I could see that, but that wouldn't work the ways things > are now. I put all the server-related data such as databases, mail, websites, subversion/mercurial repositories under /srv. It's part of the FHS, but I don't think many people use it. You should not be using /usr for this. I think of /usr as the place where software gets installed to (and from), but there shouldn't be your own data under it with the exception of configuration files. If I had to use something other than /srv I would go for /var, but in my opinion that's also messy. Especially so if you have /var/tmp on the same partition. As far as partition sizes go, I tend to follow a rather simple model. I give 1GB to /, even though that's usually an overkill, 2xRAM for swap, 1-4GB for /var depending on what I plan to use the machine for, 5-20GB for /usr (20 is mostly for workstations where you plan to run an X server with many other apps), and the rest either for /srv or /home. For a server I use /srv, for a workstation I use /home. - Max From owner-freebsd-questions@FreeBSD.ORG Wed Aug 22 23:22:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3417216A421 for ; Wed, 22 Aug 2007 23:22:00 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from ns1.kq6up.org (adsl-76-238-148-145.dsl.irvnca.sbcglobal.net [76.238.148.145]) by mx1.freebsd.org (Postfix) with ESMTP id F408613C46A for ; Wed, 22 Aug 2007 23:21:59 +0000 (UTC) (envelope-from chris@chrismaness.com) Received: from [192.168.1.2] ([192.168.1.2]) by ns1.kq6up.org (8.13.8/8.13.6) with ESMTP id l7MNLw3M002189 for ; Wed, 22 Aug 2007 16:21:59 -0700 (PDT) (envelope-from chris@chrismaness.com) Message-ID: <46CCC512.4010700@chrismaness.com> Date: Wed, 22 Aug 2007 16:21:54 -0700 From: Chris Maness User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Strange rsync issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2007 23:22:00 -0000 I am experiencing a very strange issue when I sync up my FreeBSD file server with my windows box using rsync. It seems as though the windows files end up read only in a way that I can't change back to read write using the standard windows tools, even if I delete it and create it again, very wierd. I can use the --no-p flag to keep it from copying these perms over to the FreeBSD box. Thanks, -- Chris Maness (909) 223-9179 http://www.chrismaness.com From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 01:33:29 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71CE516A418; Thu, 23 Aug 2007 01:33:29 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.freebsd.org (Postfix) with ESMTP id E0CA713C45A; Thu, 23 Aug 2007 01:33:28 +0000 (UTC) (envelope-from ganbold@micom.mng.net) Received: from [202.179.0.164] (helo=daemon.micom.mng.net) by publicd.ub.mng.net with esmtpa (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IO1Zd-0001Fw-Rj; Thu, 23 Aug 2007 10:33:25 +0900 Message-ID: <46CCE3E5.9060100@micom.mng.net> Date: Thu, 23 Aug 2007 09:33:25 +0800 From: Ganbold User-Agent: Thunderbird 2.0.0.6 (X11/20070809) MIME-Version: 1.0 To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= References: <835936.35104.qm@web34510.mail.mud.yahoo.com> <86r6lvalht.fsf@ds4.des.no> <46CC16F6.7020904@micom.mng.net> <86ejhvai7g.fsf@ds4.des.no> In-Reply-To: <86ejhvai7g.fsf@ds4.des.no> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 01:33:29 -0000 Dag-Erling Smørgrav wrote: > Ganbold writes: > >> Dag-Erling Smørgrav writes: >> >>> Better yet, don't run Squid at all. >>> >> Ok, then what do you recommend instead of Squid? >> > > That depends on what you use it for... > > DES > We are using several squid machines (6 machines, each have all others as a siblings) for transparent caching/proxying using gre tunnel and wccp2 (with Cisco router). Can varnish work in such situation? thanks, Ganbold -- A [golf] ball hitting a tree shall be deemed not to have hit the tree. Hitting a tree is simply bad luck and has no place in a scientific game. The player should estimate the distance the ball would have traveled if it had not hit the tree and play the ball from there, preferably atop a nice firm tuft of grass. -- Donald A. Metz From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 02:15:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9699C16A420 for ; Thu, 23 Aug 2007 02:15:13 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4DC4D13C469 for ; Thu, 23 Aug 2007 02:15:12 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so689554pyb for ; Wed, 22 Aug 2007 19:15:12 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=Z48y7n+grXqo7f8mlETKQFGDjahFrXzFJLPWs2sxFexsqFCghdUABsVnLj6Iqe2gzKZoqjuHBdJprmvLeZo0nXX6jqWFDC2+Cb3+/Bm0sG2m7Yv4+Inj3a2IDkaRw7wDFPWB0sZm/vrPgE/wIxMN6WWGBehTqIMmsMhzE8jc9jo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=J0oA16hmu2k0evAatwnHB4ioVAMOzQZw7qwT62WzlEu7qqxte9XqV3rujAaXZm66yqdfBGRinx8nFSie3qzvlTQVpCzRP92/Q5ocaqseKUWTCwKDR/iP4M0qzldq6nxXXbj0KrA3sXMFheBixMFc8nDTHrqYpWNFpnGlidH/R+E= Received: by 10.35.47.10 with SMTP id z10mr1492220pyj.1187833776229; Wed, 22 Aug 2007 18:49:36 -0700 (PDT) Received: from fortytwo.zapto.org ( [70.48.46.159]) by mx.google.com with ESMTPS id n63sm2080763pyh.2007.08.22.18.49.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 22 Aug 2007 18:49:35 -0700 (PDT) Message-ID: <46CCE7B0.5090303@gmail.com> Date: Wed, 22 Aug 2007 21:49:36 -0400 From: Jimmie James User-Agent: Thunderbird 2.0.0.6 (X11/20070809) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: mplayer, vlc, gimp issues in the past week X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jimmiejaz@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 02:15:13 -0000 Hi, not 100% sure where this is coming from, but in the past 7-10 days (my port update times) something has triggered the following. mplayer foo.flv results in it crashing with: X11 error: BadAccess (attempt to access private resource denied) MPlayer interrupted by signal 6 in module: decode_video vlc foo.flv results in it playing the clip, but with the following error: (.:80554): Gdk-WARNING **: shmget failed: error 28 (No space left on device) and starting up the gimp causes: (gimp:80561): Gdk-WARNING **: shmget failed: error 28 (No space left on device) (gimp:80561): Gimp-Plug-In-WARNING **: shmget() failed: No space left on device Last time I saw this was in June, http://www.freebsd.org/cgi/getmsg.cgi?fetch=1705036+1708586+/usr/local/www/db/text/2007/freebsd-questions/20070701.freebsd-questions There was a bug in x11/libX11, which was fixed with /usr/ports/x11/libX11/files/patch-src::GetMoEv.c (IIRC around June 22) Any suggestions/ideas/hints? -- If you can't beat your computer at chess, try kickboxing. --- --- --- Solving Today's Problems Tomorrow From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 02:21:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D08F316A41B for ; Thu, 23 Aug 2007 02:21:11 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 3A48213C48D for ; Thu, 23 Aug 2007 02:21:10 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l7N2L9Xp063423 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 23 Aug 2007 09:21:09 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l7N2L9aG007453; Thu, 23 Aug 2007 09:21:09 +0700 (ICT) Date: Thu, 23 Aug 2007 09:21:09 +0700 (ICT) Message-Id: <200708230221.l7N2L9aG007453@banyan.cs.ait.ac.th> From: Olivier Nicole To: lisandrogrullon07@hotmail.com In-reply-to: (message from Lisandro Grullon on Tue, 21 Aug 2007 08:44:41 -0400) References: X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: Configuring OpenLDAP on FreeBSD 6.2 Release, Problems. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 02:21:11 -0000 > I think it may be a problem there, do you have any how to for that configur= > ation, in case I can double check. Off course besides the info provide at o= > penldap.org. Thanks in advance. Sorry, I am pretty new with LDAP too :) I have no documentation beside the one I found from Googling around. Olivier From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 02:36:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DAF316A418 for ; Thu, 23 Aug 2007 02:36:13 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::5e5]) by mx1.freebsd.org (Postfix) with ESMTP id 1EE9D13C428 for ; Thu, 23 Aug 2007 02:36:13 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (cpe-68-175-8-11.hvc.res.rr.com [68.175.8.11]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id l7N2a8uD085238; Wed, 22 Aug 2007 22:36:08 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id l7N2a2Sp018121; Wed, 22 Aug 2007 22:36:02 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id l7N2a2Oi018120; Wed, 22 Aug 2007 22:36:02 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200708230236.l7N2a2Oi018120@himinbjorg.tucs-beachin-obx-house.com> To: jimmiejaz@gmail.com Date: Wed, 22 Aug 2007 22:36:02 -0400 (EDT) In-Reply-To: <46CCE7B0.5090303@gmail.com> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: mplayer, vlc, gimp issues in the past week X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 02:36:13 -0000 > mplayer foo.flv results in it crashing with: > X11 error: BadAccess (attempt to access private resource denied) > MPlayer interrupted by signal 6 in module: decode_video > Hey, I started getting that too. The only thing *I* linked it to was I had installed nsplayer. Weird that they'd be associated, but was the only thing I changed recently. As soon as I exit my web browser that stops. Tuc From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 03:15:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B8C916A417 for ; Thu, 23 Aug 2007 03:15:58 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id E33FD13C478 for ; Thu, 23 Aug 2007 03:15:57 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so325255nfb for ; Wed, 22 Aug 2007 20:15:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=F5pyDnDi33IXxyggXMG6PcqTcHo9z7du4tYROYloXzZML9Vr22Noy4dGsPlz9qljdQIEL8oe+8RBgHGqjJA0HwzD9eK9FFHhAKvYqLwO+mP2bl3PMkuxNWz6V6USYfqfsxHCp/Y20r5JPXHfDFk9BmchAsi0X/FaTjleGJi+7TY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=WSmTG9q8cTCjDQrFzinuktgmvkoQEr+fX3a3cUo742gYJ+VXuDeFcv+Vu38JQ7h4t6yrmfUjdoToWM+qUcHq/Aeb2ZVHJEx8IuXP2i6R8WwixT51+mfkdZNd9LHpQAnFw5soU3kYJpQ2tC7oHKwTbGhCp6ZPeLh9Fh1GvYbjRGU= Received: by 10.86.98.18 with SMTP id v18mr1008856fgb.1187837495807; Wed, 22 Aug 2007 19:51:35 -0700 (PDT) Received: by 10.86.68.18 with HTTP; Wed, 22 Aug 2007 19:51:35 -0700 (PDT) Message-ID: Date: Wed, 22 Aug 2007 21:51:35 -0500 From: "Andrew Gould" To: "Brad Waite" In-Reply-To: <56712.67.176.75.179.1187816225.squirrel@webmail.wcubed.net> MIME-Version: 1.0 References: <56712.67.176.75.179.1187816225.squirrel@webmail.wcubed.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: /var or /usr for data? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 03:15:58 -0000 On 8/22/07, Brad Waite wrote: > > It would appear that the "proper" allocation of filesystems on FreeBSD is > to put all data in /usr. I'm used to this and have been doing it for > years. > > However, there's a few issues that keep coming up. A lot of the ports use > /var for data dirs. MySQL, Qmail, dspam are a few that I've had issues > with. > > Is there a canonical place to put data files on a modern FreeBSD server? > Figuring out the sizes for each partition is an exercise in frustration > when I don't know how big /var or /usr are going to grow. > > For now, I've changed the default config files for MySQL and dspam to use > /usr/local for data dirs, but is this the "right" thing to do? > > I used to put everything on /, but that created problems when I couldn't > fsck the single large partition and I had to boot from CD to fix things. > That's an issue when the server's not in the same state. > > A Solaris associate of mine is of the opinion that /usr should be able to > be mounted RO for security purposes. If /var was the default for all > add-ons and data, I could see that, but that wouldn't work the ways things > are now. > > I usually move the data directories (/usr/home, /usr/local/pgsql, /var/db/mysql, etc) to a separate, hard drive mounted at /data and create symbolic links back at the default locations. If you run out of space, you can move the data to a larger hard drive and either adjust the links or have the new drive mount at /data (or wherever you choose). I hope this helps. Andrew From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 03:27:54 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5635016A419 for ; Thu, 23 Aug 2007 03:27:54 +0000 (UTC) (envelope-from paul_moore@ambrobank.com) Received: from nicweb1.iomart.com (bod.iomart.com [84.22.161.35]) by mx1.freebsd.org (Postfix) with ESMTP id D349C13C45A for ; Thu, 23 Aug 2007 03:27:53 +0000 (UTC) (envelope-from paul_moore@ambrobank.com) Received: from silicon.iomart.com ([10.1.3.137]) by nicweb1.iomart.com (8.12.11/8.12.11) with ESMTP id l7N2g7TN011710 for ; Thu, 23 Aug 2007 04:27:50 +0100 Received: from localhost (localhost.localdomain [127.0.0.1]) by silicon.iomart.com (8.12.11/8.12.11) with ESMTP id l7N0wVq4022957 for ; Thu, 23 Aug 2007 01:58:31 +0100 Date: Thu, 23 Aug 2007 01:58:31 +0100 Message-Id: <200708230058.l7N0wVq4022957@silicon.iomart.com> X-Mailer: Easyspace EASYMAILv1.4 invoked by unknown (498) To: questions@freebsd.org From: Paul Moore MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.55 X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Cc: Subject: Investment Partner. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: p.moore33@yahoo.se List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 03:27:54 -0000 From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 04:03:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D30B416A417 for ; Thu, 23 Aug 2007 04:03:18 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id 6EF5413C458 for ; Thu, 23 Aug 2007 04:03:18 +0000 (UTC) (envelope-from rakhesh@rakhesh.com) Received: by nf-out-0910.google.com with SMTP id b2so331330nfb for ; Wed, 22 Aug 2007 21:03:17 -0700 (PDT) Received: by 10.78.147.6 with SMTP id u6mr891393hud.1187841795922; Wed, 22 Aug 2007 21:03:15 -0700 (PDT) Received: from smtp.home.rakhesh.com ( [82.178.138.167]) by mx.google.com with ESMTPS id 24sm428868huf.2007.08.22.21.03.13 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 22 Aug 2007 21:03:14 -0700 (PDT) Received: from obelix.home.rakhesh.com (obelix.home.rakhesh.com [192.168.17.13]) by smtp.home.rakhesh.com (Postfix) with ESMTP id 4C49A11435; Thu, 23 Aug 2007 08:01:27 +0400 (GST) Date: Thu, 23 Aug 2007 08:01:27 +0400 (GST) X-X-Sender: rakhesh@obelix.home.rakhesh.com To: Michel Talon In-Reply-To: <20070822083729.GA93337@lpthe.jussieu.fr> Message-ID: <20070823080035.O50542@obelix.home.rakhesh.com> References: <20070822083729.GA93337@lpthe.jussieu.fr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Rakhesh Sasidharan Cc: freebsd-questions@freebsd.org Subject: Re: GEOM, Vinum difference X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 04:03:18 -0000 Michel Talon wrote: > Rakhesh Sasidharan wrote: > >> Another (related) question: both gvinum and the geom utilities like >> gmirror and gstripe etc provide for RAID0, RAID1, and RAID3. Any >> advantages/ disadvantages of using one instead of the other? > > There has been a polemic between Greg Lehey and PJ Dawidek about the > comparative advantages of raid3 and raid5. You can find the exchanges on > Google. One example being: > http://arkiv.freebsd.se/?ml=freebsd-performance&a=2004-08&t=227183 > As far as i remember there are arguments showing that raid3 is better > than raid5 both in terms of speed and of data security. It seems that > raid5 has mostly a hype factor for him, but i may err. Anyways it is for > such reasons that in the modern geom system, raid3 has been implemented > and not raid5. But vinum has been ported to the geom framework for the > benefit of old users, or of people who like it. For example if you are > using FreeBSD-4 or DragonFlyBSD, vinum is the standard tool, and you > may prefer getting expertise in just one tool. > > Finally none of these raid systems is really good, both for performance > and security. If you are concerned with your data and want good write > speed, you must buy enough disks and use raid 10. Another important > factor is ease of use. The geom tools, gmirror, gstripe, graid3, etc. > are *very* easy to use. The documentation in the man pages is clear, > sufficient for doing work, and not too long. On the contrary, vinum was > traditionaly documented in a very hermetic way. But more recently, Greg > Lehey has provided a very clear chapter of his book on his web site > which can be recommanded, but is not short. Note the documentation is a > critical aspect of such systems because its lack may bite you in case a > disk crashes and you need to adopt correct procedures under stress. > Also for some time the gvinum stuff was extremely buggy, and was > completely non functional when i tried it. I hope it is fixed now. Great, thanks Michael! :) That's just the sort of info I was looking for ... Regards, - Rakhesh http://rakhesh.com/ From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 04:21:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5B2516A46B for ; Thu, 23 Aug 2007 04:21:53 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id 9E9A213C49D for ; Thu, 23 Aug 2007 04:21:53 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: by wa-out-1112.google.com with SMTP id m33so429536wag for ; Wed, 22 Aug 2007 21:21:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JC5GDgXGXlSicUyA+zRhv2L6Z9bQ03KZn6OxpNbBTc/iLWuXaSti2MrA4OCbnV1XTcSi8PNSL/mhZsZDaQkEcRjICHW+KvBivDJcFQcf5dllnLLDS5DbstiOkBviRIXd8Omf2u7FgdzDNif9M+MyvAqE0H6NceI+krDrHlk+p78= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mdUu/DyYkjY4ANqfpQA+OQCq+TEBqx9EB6ICRz/egxFPHu+hxOs/gfIkgMhJQchXB58Vdvy5WZw2PNLP+oI3ddTRyfyK+IRcVPZCeS1pzbX5kFYmTqzO0hjeFrf/jc3FogX85Ang6PACqgbR+DwGf1GuyKcwnwhSwTzleUvmHKs= Received: by 10.114.126.1 with SMTP id y1mr1644917wac.1187842912978; Wed, 22 Aug 2007 21:21:52 -0700 (PDT) Received: by 10.114.132.13 with HTTP; Wed, 22 Aug 2007 21:21:52 -0700 (PDT) Message-ID: <6d62f69a0708222121j734ef186yc94bbb826030bbcb@mail.gmail.com> Date: Thu, 23 Aug 2007 07:51:52 +0330 From: "Bahman M." To: orvilleg@hotmail.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6d62f69a0708210309g3e064718i3df082974dce5bbc@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: SATA to PCI cards X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 04:21:53 -0000 > Yes, I've had good luck with the Promise brand PCI-SATA cards on 6.x. We are > using this method to evolve older machines to SATA. Thanks for the hint. Would you tell me why did you choose Promise brand as it's expensive compared to the other brands? Bahman > >Hi all, > > > >I'm running FreeBSD 6.2. > >$ uname -a > >FreeBSD attila 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 > >UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > > i386 > > > >My motherboard which is an ASUS A7V8X-X doesn't support SATA. I > >searched the internet and found out that there are SATA to PCI cards > >for my situation. Is anyone using such cards? Will they cause any > >problem with FreeBSD 6.2? > > > >By the way, I'd appreciate any suggestions for a good SATA to PCI card to > >buy. > > > >Thanks in advance, > >Bahman > > Yes, I've had good luck with the Promise brand PCI-SATA cards on 6.x. We are > using this method to evolve older machines to SATA. > > HTH.... > > Jack > > _________________________________________________________________ > Puzzles, trivia teasers, word scrambles and more. Play for your chance to > win! http://club.live.com/home.aspx?icid=CLUB_hotmailtextlink > > _______________________________________________ > 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 23 04:24:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F72116A417 for ; Thu, 23 Aug 2007 04:24:42 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.182]) by mx1.freebsd.org (Postfix) with ESMTP id 27F0113C469 for ; Thu, 23 Aug 2007 04:24:42 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: by wa-out-1112.google.com with SMTP id m33so430313wag for ; Wed, 22 Aug 2007 21:24:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NdUpiCLjQPq2dLVZ/odpq9VpWs3qAXXQjcbxqtbjSJT7jOjlCoNBjsIcMbg5cJOxsAo6G5VMvD5s6k8+7DgbD5w/AA4Y1VIUfHFzlRrqqNODUvZyJPk3altE5zTsHhFPuT5ryf5Unel0WewlRKC9DFMsKSBBNsOFp4Irj9wXWp4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=goLx0RxXRhDDqPajAxscnlHVeF9iRCC0n5DwpXzKakspfRUE/QSnDMgN5gqdGbMcJO9+fP+0AlF9d6hGE1aFPBVH3f5PuNAvjFLYRIFtRHcWcoofedOP7vxVrYv9CbuRLQP3TVgw923If4sQ3EPkGAlQ2Sm9NHek1g9QPE3wUXY= Received: by 10.114.137.2 with SMTP id k2mr1618787wad.1187843046438; Wed, 22 Aug 2007 21:24:06 -0700 (PDT) Received: by 10.114.132.13 with HTTP; Wed, 22 Aug 2007 21:24:06 -0700 (PDT) Message-ID: <6d62f69a0708222124x70d183d8j59c70e1ca7603082@mail.gmail.com> Date: Thu, 23 Aug 2007 07:54:06 +0330 From: "Bahman M." To: freebsd-questions@freebsd.org In-Reply-To: <20070822152558.GG56142@gizmo.acns.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6d62f69a0708210302h57c45e63nb08999b2ad03b831@mail.gmail.com> <20070821101607.GA3819@owl.midgard.homeip.net> <6d62f69a0708210350r75c1a0ach395e9f481df07f2b@mail.gmail.com> <6d62f69a0708220537rc5ee1an6ae8b50d3abd1b3b@mail.gmail.com> <20070822152558.GG56142@gizmo.acns.msu.edu> Subject: Re: Minimal gateway hardware configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 04:24:42 -0000 Thank you all! Very surprising! I didn't know that. Bahman From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 04:25:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7FD016A419 for ; Thu, 23 Aug 2007 04:25:40 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 3697D13C45D for ; Thu, 23 Aug 2007 04:25:38 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l7N4PbE2072441 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 23 Aug 2007 11:25:37 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l7N4PbVb028143; Thu, 23 Aug 2007 11:25:37 +0700 (ICT) Date: Thu, 23 Aug 2007 11:25:37 +0700 (ICT) Message-Id: <200708230425.l7N4PbVb028143@banyan.cs.ait.ac.th> From: Olivier Nicole To: josepha48@yahoo.com In-reply-to: <329481.49635.qm@web34607.mail.mud.yahoo.com> (message from Joe on Tue, 21 Aug 2007 08:46:21 -0700 (PDT)) References: <329481.49635.qm@web34607.mail.mud.yahoo.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: isc-dhcp3-server issues with windows 2000 client X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 04:25:40 -0000 Hi, > I built it by doing: > cd /usr/ports/net/isc-dhcp3-server && make install > > the version = isc-dhcp3-server-3.0.5_2 for both, could their be code changes if the _2 did not change? There should not be any change BUT... I imagine the aplied patches could be different depending on FreeBSD version? The port maintener would know about that. > it is started via supplied shell script isc-dhcp3, I just renamed to isc-dhcp3.sh > > I tried setting authoritative on and off in the dhcpd.conf file and that had no effect. > > It is almost like dhcpd does not even recognize the packets coming > from win2k, but WinXP and FreeBSD clients seem okay. I haven't > tried other clients yet (Linux / Mac) but do have them. Have you tried to examine the W2K packets with something like wireshark (/usr/ports/net, formerly known as etherreal), if the w2k packets are illy formed, it should tell you. Silly question but, you are sure that there is no rogue DHCP server floating around, and that it is not a problem with wyour w2k client? > It is NOT running in a jail. > > The weird thing is that if I set IPAutoConfiguration in the win2k > registry to 0 ( turning it off ), win2k get the gateway and dhcp > server configured, but not it's IP address. I am using 6.2p7 and isc-dhcpd.3.0.5_2 without any probelm. Bests, Olivier From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 05:02:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDA4216A421 for ; Thu, 23 Aug 2007 05:02:48 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id C841013C469 for ; Thu, 23 Aug 2007 05:02:46 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id PAA01635; Thu, 23 Aug 2007 15:02:25 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Thu, 23 Aug 2007 15:02:24 +1000 (EST) From: Ian Smith To: Chris In-Reply-To: <3aaaa3a0708220716m5601bb4ewc8688225291ae7bd@mail.gmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org, Bill Moran Subject: Re: fsck strangeness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 05:02:48 -0000 On Wed, 22 Aug 2007, Chris wrote: > On 20/08/07, Ian Smith wrote: > > Sorry for the repeat post folks, but I goofed last time, leaving out the > > subject line while replying to the digest. Still curious .. Ian > > ======= > > > > On Sat, 18 Aug 2007 21:32:28 +0200 Erik Trulsson wrote: > > > On Sat, Aug 18, 2007 at 08:21:42PM +0100, Christopher Key wrote: > > > > Hello, > > > > > > > > I'm having some rather strange behaviour with fsck. > > > > > > > > When I boot the system, it asserts that all the file systems are clean, but > > > > subsequently running an fsck on /dev/ad8s1e (mounted as /var) detects > > > > errors. Even if this first check is run whilst the file system is mounted, > > > > and is hence run in NO WRITE mode, a second check doesn't find block > > > > errors. If I then unmount the file system and check the disk, it's fine, > > > > as indeed it is if I unmount, remount, then check. However, if I then > > > > reboot, the process repeats, and an fsck immediately after reboot will find > > > > errors again. If I bring the system up in single user mode, and run fsck > > > > either before or after mounting /var, it finds no errors. > > > > > > > > I'm running 6.2_RELEASE with a custom kernel based upon generic-smp, but > > > > with a lot of unecessary bits removed, and geom_mirror compiled in. I > > > > don't think it's the drive that's at fault, all the other partitions in the > > > > slice are fine, it's a fairly new drive, and it passes a self test quite > > > > happily. Included below is a transcript that attempt to show what's going > > > > on in detail, is there anything else relevant? > > > > > > > > Can anyone suggest what might be going on and how to fix it, or suggest > > > > some slightly better diagnostics? Apologies if this is an RTFM issue, I > > > > have had a good dig through the handbook, but can't seem to find anything > > > > that helps. > > > > > Running fsck on a file system that has been mounted read/write will almost > > > always report spurious errors and can really screw up the disk if it tries > > > to 'correct' those errors. > > > > I'm a bit confused by this. I've been running 'fsck -n' over FreeBSD > > systems since 2.2.6, and modulo seeing the at-the-time inconsistencies > > on those filesystems in /etc/fstab that are mounted, as Chris reported > > and as are expected, I've never had a problem with it, nor seen the sort > > of inconsistent results between runs that Chris is reporting. > > > > > You should normally not run fsck on a mounted filesystem and you should > > > *NEVER* run fsck on a filesystem that has been mounted read/write. > > > > This seems to imply that using the -n switch may have different results > > than not using it and having fsck determine 'NO WRITE' itself from the > > fact that it's noticed that the fs is mounted? Are you suggesting by > > "can really screw up the disk if it tries to 'correct' those errors" > > that fsck might WRITE to a mounted fs that it's showing as 'NO WRITE'? > > > > I've never had any screwups with it, but then I've always specified -n. > > > > Later Bill Moran said: > > > > > Don't run fsck on mounted filesystems unless they're mounted read-only. > > > > > > Although, it's possible I misunderstood your description of the problem. > > > > so I'm still curious, and am wondering if Chris using SMP kernel and/or > > geom_mirror might have anything to do with this? Or whether his use of > > 'umount -f' might be (or cause) the problem indicated by his results? > > > > > > # umount -f /var > > > > > > > > > > > > # mount /var > If its bad to run fsck on a mounted read,write then why does > background fsck do it? or you talking about foreground fsck only? Well I was referring to foreground fsck, and I still don't know why running it on a mounted fs is 'bad' when fsck runs in 'NO WRITE' mode anyway when it finds a fs is mounted, hence my query above. My knowledge of this is thin, despite reading McKusick's paper through several times, but we're told that background fsck runs on a snapshot of the fs concerned. How any bg fsck corrections are woven back into the live fs later is still a mystery to me, but that's because I still have an only barely superficial understanding of how snapshots work .. I still feel that your 'umount -f /var' seems potentially hairy, but can't say if that might explain the behaviour you were reporting. Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 05:19:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 447F016A418 for ; Thu, 23 Aug 2007 05:19:59 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from isp-fcmail.FPT.NET (isp-fcmail.fpt.net [210.245.0.161]) by mx1.freebsd.org (Postfix) with ESMTP id 44D9213C46E for ; Thu, 23 Aug 2007 05:19:58 +0000 (UTC) (envelope-from cuongvt@fpt.vn) Received: from ISP-MSRV.FPT.VN ([210.245.0.167]) by isp-fcmail.FPT.NET with Microsoft SMTPSVC(6.0.3790.3959); Thu, 23 Aug 2007 12:19:56 +0700 Received: by isp-msrv.fpt.vn with Internet Mail Service (5.5.2657.72) id ; Thu, 23 Aug 2007 12:19:56 +0700 Message-ID: <120B55EEF6FBBB488653833A57AFDCEA1508E619@isp-msrv.fpt.vn> From: Truong Minh Hanh - FPT Software To: "'freebsd-questions@freebsd.org'" Date: Thu, 23 Aug 2007 12:19:52 +0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain X-OriginalArrivalTime: 23 Aug 2007 05:19:56.0271 (UTC) FILETIME=[3E37FFF0:01C7E545] Subject: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 05:19:59 -0000 How can I upgrate source code to 7.0-CURRENT with cvsup? Currently I'm using 6.2p5. Btw could anyone post here your cvsup-file to update your source code to 7.0 CURRENT? Tnx you very much From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 05:32:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DBA416A41B for ; Thu, 23 Aug 2007 05:32:35 +0000 (UTC) (envelope-from unixvn@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 3B41013C46B for ; Thu, 23 Aug 2007 05:32:35 +0000 (UTC) (envelope-from unixvn@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so761090pyb for ; Wed, 22 Aug 2007 22:32:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qodV+OsQez69HdKUbZOWWaNlI2rkdm08yfSZu/pUMTYTBqjxHgWivcxRPb8lR1mo+syWgyhi4tsDjdmDfWI1JEuJFy2AkkInoPE/vfv+4xHTmbQJIiJjgPAl09viNoG0v2gPw4Lubg1NWrC5+AQQ6JuNCJjN96NinmIUbKMANF4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jvhBDCk1UfWPyXaFrOUl8c55QIbkLBUnK8P6LF8DH7a4WJdqY9vGPNOa4mkqmyv/Ts32RBC98fWFniRChS6iKOi51G6gf2kTaEvFumJtQnQyTXo4JPZ3Y4aCPM5Vu0v5SChTVeRUoajFoTUB6n61wFFZb/OU1OAYPKdtxh3JdF0= Received: by 10.65.151.6 with SMTP id d6mr2475540qbo.1187847154212; Wed, 22 Aug 2007 22:32:34 -0700 (PDT) Received: by 10.65.250.12 with HTTP; Wed, 22 Aug 2007 22:32:34 -0700 (PDT) Message-ID: <64b284310708222232yd665a3dna64e42014d63ccf1@mail.gmail.com> Date: Thu, 23 Aug 2007 12:32:34 +0700 From: "Nguyen Tam Chinh" To: "Truong Minh Hanh - FPT Software" In-Reply-To: <120B55EEF6FBBB488653833A57AFDCEA1508E619@isp-msrv.fpt.vn> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <120B55EEF6FBBB488653833A57AFDCEA1508E619@isp-msrv.fpt.vn> Cc: "freebsd-questions@freebsd.org" Subject: Re: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 05:32:35 -0000 Please read the sample cvsup-file (in /usr/share). A detail instruction is already there in that sample file. On 8/23/07, Truong Minh Hanh - FPT Software wrote: > How can I upgrate source code to 7.0-CURRENT with cvsup? > Currently I'm using 6.2p5. > > Btw could anyone post here your cvsup-file to update your source code to > 7.0 CURRENT? > Tnx you very much > _______________________________________________ > 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" > -- With best regards, | The Power to Serve Nguyen Tam Chinh | http://www.FreeBSD.org From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 05:34:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0186916A417 for ; Thu, 23 Aug 2007 05:34:51 +0000 (UTC) (envelope-from unixvn@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id B3D5813C45A for ; Thu, 23 Aug 2007 05:34:50 +0000 (UTC) (envelope-from unixvn@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so761989pyb for ; Wed, 22 Aug 2007 22:34:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JyNJ5PePy9e1VgUwcQ9bknG+CeV8UUIVIVgz23MbVpqPoBu7YPBtzGKd2ZL87pLn8qijERPnD1EyzrK8rLJWxcucP8TSdmVbM1e2ZwvtpFswBy9PzQb1XP6YWKarVOPW8M3m1cGQaOKxLO+yPCbkU4L5S8/IjuNlYG18SpwEAic= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LE826qlVuTNhsWNyhSnjCVkxnjbecbRUvzyZXPuoGXL825Kaj0vuIvWdW3OYWeOKy4ZdyAhNccZx+atF93zp3IkaqQM8dKZV7LTBlxjkzELhD+K8j/Kwy9qielG6MrlAK/hA73XrJeP9pbSH5K+Ue5DQWb9KvpzfjPV8xvPqIOo= Received: by 10.65.254.5 with SMTP id g5mr2480568qbs.1187847289721; Wed, 22 Aug 2007 22:34:49 -0700 (PDT) Received: by 10.65.250.12 with HTTP; Wed, 22 Aug 2007 22:34:49 -0700 (PDT) Message-ID: <64b284310708222234h77d4f97ej84aada7cf962a734@mail.gmail.com> Date: Thu, 23 Aug 2007 12:34:49 +0700 From: "Nguyen Tam Chinh" To: "Chuck Swiger" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64b284310708220234n4a01cf47r3767079b6c50eb55@mail.gmail.com> Cc: FreeBSD-Questions Subject: Re: It's top shows wrong load percent? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 05:34:51 -0000 On 8/23/07, Chuck Swiger wrote: > On Aug 22, 2007, at 2:34 AM, Nguyen Tam Chinh wrote: > > Please advice how to debug this overload problem. > > Thank you very much! > > > > -------------------------- > > %top > > last pid: 12901; load averages: 8.68, 8.65, 8.65 up 1 > > +20:44:06 04:15:12 > > 1438 processes:9 running, 1429 sleeping > > Look at the number of processes you've got-- most likely you've got > some scripts leaving zombie processes around, or one of the server > programs you are running isn't cleaning up after it's children > properly. Do a "ps aux" and look for excessive numbers of processes.... Thank you for your reply, we actually initialized over 1200 python threads on each server. I'll try to low down the thread number for tracking the problem. -- With best regards, | The Power to Serve Nguyen Tam Chinh | http://www.FreeBSD.org From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 05:36:25 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C825B16A41B for ; Thu, 23 Aug 2007 05:36:25 +0000 (UTC) (envelope-from beech@freebsd.org) Received: from stargate.alaskaparadise.com (137-42-178-69.gci.net [69.178.42.137]) by mx1.freebsd.org (Postfix) with ESMTP id 958E313C442 for ; Thu, 23 Aug 2007 05:36:25 +0000 (UTC) (envelope-from beech@freebsd.org) Received: by stargate.alaskaparadise.com (Postfix, from userid 0) id 9C9228076; Wed, 22 Aug 2007 21:36:24 -0800 (AKDT) From: Beech Rintoul To: freebsd-questions@freebsd.org Date: Wed, 22 Aug 2007 21:36:17 -0800 User-Agent: KMail/1.9.7 References: <120B55EEF6FBBB488653833A57AFDCEA1508E619@isp-msrv.fpt.vn> In-Reply-To: <120B55EEF6FBBB488653833A57AFDCEA1508E619@isp-msrv.fpt.vn> X-Face: jC2w\k*Q1\0DA2Q0Eh&BrP/Rt2M,^2O#R07VoT98m*>miQF9%Bi9vy`F6cPjwEe?m,)=?utf-8?q?2=0A=09X=3FM=5C=3AOE9QgZ?="xT3/n3,3MJ7N=Cfkmi%f(w^~X"SUxn>; 27NO; C+)g[7J`$G*SN>{<=?utf-8?q?O=3Bg7=7C=0A=09o=7D=265A=5D4?=@7D`=Eb@Zs1Ln814?]|k@'bG=.Ca"[|8+_.OsNAo8!#?4u MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708222136.21249.beech@freebsd.org> Cc: Truong Minh Hanh - FPT Software Subject: Re: cvsupfile-current was (freebsd-questions@freebsd.org) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Beech Rintoul List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 05:36:25 -0000 On Wednesday 22 August 2007, Truong Minh Hanh - FPT Software said: > How can I upgrate source code to 7.0-CURRENT with cvsup? > Currently I'm using 6.2p5. > > Btw could anyone post here your cvsup-file to update your source > code to 7.0 CURRENT? > Tnx you very much *default tag=. *default host=cvsup6.freebsd.org *default base=/usr *default prefix=/usr *default release=cvs *default delete use-rel-suffix src-all doc-all Cheers, Beech -- --------------------------------------------------------------------------------------- Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x \ / - NO HTML/RTF in e-mail | http://www.freebsd.org X - NO Word docs in e-mail | Latest Release: / \ - http://www.FreeBSD.org/releases/6.2R/announce.html --------------------------------------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 05:45:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15D5116A419 for ; Thu, 23 Aug 2007 05:45:02 +0000 (UTC) (envelope-from carpetsmoker@xs4all.nl) Received: from smtp-vbr15.xs4all.nl (smtp-vbr15.xs4all.nl [194.109.24.35]) by mx1.freebsd.org (Postfix) with ESMTP id A5F7613C46E for ; Thu, 23 Aug 2007 05:45:01 +0000 (UTC) (envelope-from carpetsmoker@xs4all.nl) Received: from webmail.xs4all.nl (dovemail2.xs4all.nl [194.109.26.4]) by smtp-vbr15.xs4all.nl (8.13.8/8.13.8) with ESMTP id l7N5WJNS026556; Thu, 23 Aug 2007 07:32:20 +0200 (CEST) (envelope-from carpetsmoker@xs4all.nl) Received: from 82.93.23.199 (SquirrelMail authenticated user tournoij) by webmail.xs4all.nl with HTTP; Thu, 23 Aug 2007 07:32:21 +0200 (CEST) Message-ID: <8583.82.93.23.199.1187847141.squirrel@webmail.xs4all.nl> In-Reply-To: <120B55EEF6FBBB488653833A57AFDCEA1508E619@isp-msrv.fpt.vn> References: <120B55EEF6FBBB488653833A57AFDCEA1508E619@isp-msrv.fpt.vn> Date: Thu, 23 Aug 2007 07:32:21 +0200 (CEST) From: "Martin Tournoij" To: "Truong Minh Hanh - FPT Software" User-Agent: SquirrelMail/1.4.8 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by XS4ALL Virus Scanner Cc: "'freebsd-questions@freebsd.org'" Subject: Re: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: carpetsmoker@xs4all.nl List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 05:45:02 -0000 On Thu, August 23, 2007 07:19, Truong Minh Hanh - FPT Software wrote: > How can I upgrate source code to 7.0-CURRENT with cvsup? > Currently I'm using 6.2p5. > > Btw could anyone post here your cvsup-file to update your source code to > 7.0 CURRENT? > Tnx you very much > _______________________________________________ > 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 may want to edit the host to a host near you. *default host=cvsup4.de.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs tag=. *default delete use-rel-suffix *default compress src-all From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 05:55:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA25016A419 for ; Thu, 23 Aug 2007 05:55:04 +0000 (UTC) (envelope-from unixvn@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 7C0A813C4D9 for ; Thu, 23 Aug 2007 05:55:04 +0000 (UTC) (envelope-from unixvn@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so770063pyb for ; Wed, 22 Aug 2007 22:55:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=h78LA3dUZg/4FNKft1SMvBqapwdupsmRI0esSZ8WzGci+Bcb6L+A4fBAWtjg5aecKKdjKHZBtjCeKy5WHnKRhU6ZoCLAnFF5OCMB8EPIXH2XVILyd3yGAmXFxGuduts22GfqvAS7EtpIqMLxJYibprV4vbqL6vhfwv7AeB/YILE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fmB+K6NG1ppfssYtWyFQ5jvQHK527mxlqOwwJwhlgevyoqYsGqfUc6ICZyx6HEVLzZOUlRogXZWCuh96xl9ho6eRD+UnjQRoVFrRD0vPp1AYTsP7B1q7xsSzCE3K5nbk2KSqtvSZcMj1I2GjNFEcZkfveII8jae15s7gdCU6ECo= Received: by 10.65.200.8 with SMTP id c8mr2514351qbq.1187848503088; Wed, 22 Aug 2007 22:55:03 -0700 (PDT) Received: by 10.65.250.12 with HTTP; Wed, 22 Aug 2007 22:55:03 -0700 (PDT) Message-ID: <64b284310708222255m136f3858jd28c1dfc090c28f5@mail.gmail.com> Date: Thu, 23 Aug 2007 12:55:03 +0700 From: "Nguyen Tam Chinh" To: carpetsmoker@xs4all.nl In-Reply-To: <8583.82.93.23.199.1187847141.squirrel@webmail.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <120B55EEF6FBBB488653833A57AFDCEA1508E619@isp-msrv.fpt.vn> <8583.82.93.23.199.1187847141.squirrel@webmail.xs4all.nl> Cc: "freebsd-questions@freebsd.org" , Truong Minh Hanh - FPT Software Subject: Re: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 05:55:05 -0000 On 8/23/07, Martin Tournoij wrote: > On Thu, August 23, 2007 07:19, Truong Minh Hanh - FPT Software wrote: > > How can I upgrate source code to 7.0-CURRENT with cvsup? > > Currently I'm using 6.2p5. > > > > Btw could anyone post here your cvsup-file to update your source code to > > 7.0 CURRENT? > > Tnx you very much > > _______________________________________________ > > 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 may want to edit the host to a host near you. > > *default host=cvsup4.de.FreeBSD.org > *default base=/var/db > *default prefix=/usr > *default release=cvs tag=. > *default delete use-rel-suffix > *default compress > src-all > IMO, a cvsup server from jp, tw or sg regions will be the best fit for Vietnam. PS. Why don't FPT, as a lead ISP, create mirrors for FreeBSD and other OSS projects? )) I do think that this would be a very good PR campaign :) -- With best regards, | The Power to Serve Nguyen Tam Chinh | http://www.FreeBSD.org From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 06:32:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D2BA16A419 for ; Thu, 23 Aug 2007 06:32:47 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from drone3.qsi.net.nz (drone3-svc-skyt.qsi.net.nz [202.89.128.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7BCD413C469 for ; Thu, 23 Aug 2007 06:32:46 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: (qmail 719 invoked by uid 0); 23 Aug 2007 06:32:29 -0000 Received: from unknown (HELO chen.org.nz) ([202.89.146.5]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 23 Aug 2007 06:32:28 -0000 Received: by chen.org.nz (Postfix, from userid 1000) id AF8267E84F; Thu, 23 Aug 2007 18:32:22 +1200 (NZST) Date: Thu, 23 Aug 2007 18:32:22 +1200 From: Jonathan Chen To: Truong Minh Hanh - FPT Software Message-ID: <20070823063222.GC65750@osiris.chen.org.nz> References: <120B55EEF6FBBB488653833A57AFDCEA1508E619@isp-msrv.fpt.vn> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <120B55EEF6FBBB488653833A57AFDCEA1508E619@isp-msrv.fpt.vn> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 06:32:47 -0000 On Thu, Aug 23, 2007 at 12:19:52PM +0700, Truong Minh Hanh - FPT Software wrote: > How can I upgrate source code to 7.0-CURRENT with cvsup? > Currently I'm using 6.2p5. Are you sure that you want to use a possibly unstable version of FreeBSD? People who use -CURRENT are those who are willing to test and debug the kernel, and live with the possibility of data-loss. -- Jonathan Chen ---------------------------------------------------------------------- "You can get farther with a kind word and a gun than you can with a kind word alone" - Al Capone From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 06:33:32 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3833E16A46C for ; Thu, 23 Aug 2007 06:33:32 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id CF4B913C49D for ; Thu, 23 Aug 2007 06:33:31 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l7N6XUlw040446; Wed, 22 Aug 2007 23:33:30 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l7N6XTOP040445; Wed, 22 Aug 2007 23:33:29 -0700 (PDT) (envelope-from kline) Date: Wed, 22 Aug 2007 23:33:29 -0700 From: Gary Kline To: Boris Samorodov Message-ID: <20070823063329.GC38080@thought.org> References: <20070822191147.GA36193@thought.org> <77635509@bsam.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <77635509@bsam.ru> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: Gary Kline , FreeBSD Mailing List Subject: Re: xdm fails! can't find "pcidata" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 06:33:32 -0000 On Thu, Aug 23, 2007 at 12:16:10AM +0400, Boris Samorodov wrote: > On Wed, 22 Aug 2007 12:11:47 -0700 Gary Kline wrote: > > > I just rebooted my DNS server and now X fails. I'm pretty sure I > > did everything re the xorg instructions in UPDATING. The error > > message in /var/lob/Xorg.0.log says exactly:: > > > (II) Loader running on freebsd > > (II) LoadModule: "pcidata" > > (WW) Warning, couldn't open module pcidata > > (II) UnloadModule: "pcidata" > > (EE) Failed to load module "pcidata" (module does not exist, 0) > > > How can I fix this? I find pcidata deep in the > > /usr/sys/src.../dev directory. Nothing in my KERNCONF=GENERIC > > file. Insights, anybody?? > > I've seen something like this after Xorg-6.9 to Xorg-7.1 update. Seems > that I succeeded after deletting my old xorg.conf file, creating a new > one and fitting it. > Yeah, you're right; creating a new one would have been the most logical thing. But at least I learned that the "modules" have been moved to /usr/local/lib/xorg/modules. I did a wholesale 1,$s/X11R6/local/gp and that failed because the old path was /usr/X11R6/lib/modules. I'll know if this works in the morning localtime. My brain is fried. cheers, gary > > WBR > -- > bsam -- Gary Kline kline@thought.org www.thought.org Public Service Unix From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 07:01:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C725916A421 for ; Thu, 23 Aug 2007 07:01:58 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id 60B3213C46A for ; Thu, 23 Aug 2007 07:01:58 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l7N71gkK040632; Thu, 23 Aug 2007 00:01:42 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l7N71g3K040631; Thu, 23 Aug 2007 00:01:42 -0700 (PDT) (envelope-from kline) Date: Thu, 23 Aug 2007 00:01:36 -0700 From: Gary Kline To: Gary Kline Message-ID: <20070823070136.GD38080@thought.org> References: <20070822073547.GA31201@thought.org> <20070822074715.GA2854@darklight.org.ru> <20070822201954.GB36484@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070822201954.GB36484@thought.org> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: FreeBSD Mailing List , Yuri Pankov Subject: Re: ps2ascii. &c. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 07:01:58 -0000 On Wed, Aug 22, 2007 at 01:19:55PM -0700, Gary Kline wrote: > On Wed, Aug 22, 2007 at 11:47:15AM +0400, Yuri Pankov wrote: > > On Wed, Aug 22, 2007 at 12:35:47AM -0700, Gary Kline wrote: > > > > > > Guys, > > > > > > If this is a re-post, sorry. I thought I mailed this to -questions. > > > Anyway, where are the pdf and pd and other ghostscript converters? > > > I thought these utilities were in the default distribution, but I > > > can't find them. pdfps, pdftoascii, and so forth. > > > > > > thanks in advance for any help, > > > > > > gary > > > > > > > > > > > > > > > -- > > > Gary Kline kline@thought.org www.thought.org Public Service Unix > > > > > > > They are in print/ghostscript-{afpl,gnu,gpl}, though ghostscript-gpl is > > preferred one. > > > > > > HTH, > > > It prob'ly will. Maybe I can select which things to build from > the Makefile. It's been awhle. > > gary > > > > > Yuri To everyone, An update to whomever is interested in these conversion programs. I tried ps2ascii (or whatever "apropos pdf" found tht might convert a pdf file to plain text. It blew up. So I scp'd the pdf file to my Ubuntu computer and ran pdftotext -layout *pdf. It worked vvery well. Next, I spent hours googling around until I foound that pdftotext is part of "xpdf". There are several of these ancillary programs from xpdf. I'm building it now on my new tao. See how it works. For now, I'm just making a note of these obscure details in my ~/.Notes files. Now, this stuff will be available inthe -questions archives. Just FWIW. this day has gone on for about 97 hours! gary -- Gary Kline kline@thought.org www.thought.org Public Service Unix From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 07:32:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 416EA16A41A for ; Thu, 23 Aug 2007 07:32:40 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 5A35913C45D for ; Thu, 23 Aug 2007 07:32:38 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7N7WVMc018157 for ; Thu, 23 Aug 2007 09:32:31 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7N7WVYF018154 for ; Thu, 23 Aug 2007 09:32:31 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 23 Aug 2007 09:32:31 +0200 (CEST) From: Wojciech Puchar To: freebsd-questions@freebsd.org Message-ID: <20070823093101.R18140@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: re(4) driver FreeBSD 6.2 problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 07:32:40 -0000 i have this on amd64 machine. after booting mbufs are about 500. after a day - 20000. everything else works. is it OK? From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 08:12:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B26B16A419 for ; Thu, 23 Aug 2007 08:12:51 +0000 (UTC) (envelope-from karol.kwiat@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.236]) by mx1.freebsd.org (Postfix) with ESMTP id 8375413C4A6 for ; Thu, 23 Aug 2007 08:12:50 +0000 (UTC) (envelope-from karol.kwiat@gmail.com) Received: by hu-out-0506.google.com with SMTP id 28so45151hub for ; Thu, 23 Aug 2007 01:12:49 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:openpgp:content-type; b=M9PRibf3WAaq8/67PVF1X5xhBBJMtZpiRH6+hQMJGh7a0rDSQYKty6/6n5/vnLAz6I32AjQQGY37MN1jUrHOMDQArUQ91VvVP76gpHoBaesLyz/lFkt4FtEcehF9LWXL3gpPznzFWoR4B49XT7b2/2wMovFNwPW30xQe1xPG6G4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:openpgp:content-type; b=YlyUU4J4yWrWJ01KL9tmnwJt+QlYIAjProsBYPDC+KE6pH/oNPH9W9w53+mIeVRvM+yFhfQrLr7L5l4tdRosK0JtmNa48tfMJdbbHxTvaf1Kh7udpA4BWG/ZBj577dPOuNW6nL09p24Z9Kghjbzhw24F0p1ZCXPA4N6a0fFIAMY= Received: by 10.86.51.2 with SMTP id y2mr1180347fgy.1187856768779; Thu, 23 Aug 2007 01:12:48 -0700 (PDT) Received: from persephone.orchid.homeunix.org ( [84.10.173.180]) by mx.google.com with ESMTPS id d13sm3017339fka.2007.08.23.01.12.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 23 Aug 2007 01:12:48 -0700 (PDT) Message-ID: <46CD4173.1080000@gmail.com> Date: Thu, 23 Aug 2007 10:12:35 +0200 From: Karol Kwiatkowski User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: Ian Smith References: In-Reply-To: X-Enigmail-Version: 0.95.2 OpenPGP: id=06E09309; url=http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigFB6AFBC894B3841F413A49B0" Cc: Chris , freebsd-questions@freebsd.org, Bill Moran Subject: Re: fsck strangeness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: karol.kwiat@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 08:12:51 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigFB6AFBC894B3841F413A49B0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Ian Smith wrote: > On Wed, 22 Aug 2007, Chris wrote: > > If its bad to run fsck on a mounted read,write then why does > > background fsck do it? or you talking about foreground fsck only? >=20 > Well I was referring to foreground fsck, and I still don't know why > running it on a mounted fs is 'bad' when fsck runs in 'NO WRITE' mode > anyway when it finds a fs is mounted, hence my query above. Here's my understanding: Mounted fs (rw) isn't in stable state, there may be some writes to it - daemons, buffers flushes, etc. In this condition fsck can report inconsistency. And fsck running in 'NO WRITE' won't help anyway :) Cheers, Karol --=20 Karol Kwiatkowski OpenPGP 0x06E09309 --------------enigFB6AFBC894B3841F413A49B0 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQEVAwUBRs1BeghgT0HIecD5AQj2Iwf9GInoAXPjuVZon97DxntXSQISzHg1+wQj dGtwqbryJ4PiiRfcDDzU7jkHpEP1GS+5EzNKp4Mj0+2c0bkVNUBkeC2JRBgJOD9U Qi8/xYfj3KP/2Ubh6naRJE1a0ddlrc8j4rIgmczvoaZw32blLX/uURSgBKDC5+de fdahbEUfuIHDrumt+1GbqbSsDGvsoWj+X0dE0iX5DjfWbYCZHzFL5X6lYicJNPjc a04AU9s5WCDUFRnqvlLSREIRRUanQCjgae7zmmFz06Dph5aiMLKEzJuiJ0+yPEqq ROpAW1vU1rB6YlmLrmzq7RJ6aC3hFdopt6ZRvEJUbigLwiJP10qaPw== =H1Mu -----END PGP SIGNATURE----- --------------enigFB6AFBC894B3841F413A49B0-- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 08:31:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CCC516A419 for ; Thu, 23 Aug 2007 08:31:42 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 5FD9313C478 for ; Thu, 23 Aug 2007 08:31:41 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7N8VaGV018571 for ; Thu, 23 Aug 2007 10:31:36 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7N8VawC018568 for ; Thu, 23 Aug 2007 10:31:36 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 23 Aug 2007 10:31:36 +0200 (CEST) From: Wojciech Puchar To: freebsd-questions@freebsd.org In-Reply-To: <20070823093101.R18140@wojtek.tensor.gdynia.pl> Message-ID: <20070823100400.A18384@wojtek.tensor.gdynia.pl> References: <20070823093101.R18140@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: re(4) driver FreeBSD 6.2 problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 08:31:42 -0000 other problems - under high traffic (many different connection, not one) there are problems. looks like random packet loss turning off txcsum, rxcsum fixes the problem. actually under anything, i googled a bit and found this card doesn't work well in other OS too re0: port 0xc000-0xc0ff mem 0xf9000000-0xf9000fff irq 17 at device 0.0 on pci3 what (not too expensive) PCIe gigabit NIC is tested and works fine under freebsd? my board has 2 PCI slots, two used. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 08:45:31 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C54F916A417; Thu, 23 Aug 2007 08:45:31 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 7D45013C428; Thu, 23 Aug 2007 08:45:29 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id E7A8E20B2; Thu, 23 Aug 2007 10:45:24 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on tim.des.no Received: from ds4.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id CE73E20B1; Thu, 23 Aug 2007 10:45:24 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id B4EF784479; Thu, 23 Aug 2007 10:45:24 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Ganbold References: <835936.35104.qm@web34510.mail.mud.yahoo.com> <86r6lvalht.fsf@ds4.des.no> <46CC16F6.7020904@micom.mng.net> <86ejhvai7g.fsf@ds4.des.no> <46CCE3E5.9060100@micom.mng.net> Date: Thu, 23 Aug 2007 10:45:24 +0200 In-Reply-To: <46CCE3E5.9060100@micom.mng.net> (ganbold@micom.mng.net's message of "Thu\, 23 Aug 2007 09\:33\:25 +0800") Message-ID: <864piq3ahn.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: questions@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 08:45:31 -0000 Ganbold writes: > We are using several squid machines (6 machines, each have all others > as a siblings) for transparent caching/proxying using gre tunnel and > wccp2 (with Cisco router). Can varnish work in such situation? Probably not; Varnish is a reverse proxy. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 08:47:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C432316A41A for ; Thu, 23 Aug 2007 08:47:21 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id 7405213C428 for ; Thu, 23 Aug 2007 08:47:20 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id SAA08171; Thu, 23 Aug 2007 18:47:10 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Thu, 23 Aug 2007 18:47:09 +1000 (EST) From: Ian Smith To: Karol Kwiatkowski In-Reply-To: <46CD4173.1080000@gmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Chris , freebsd-questions@freebsd.org, Bill Moran Subject: Re: fsck strangeness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 08:47:21 -0000 On Thu, 23 Aug 2007, Karol Kwiatkowski wrote: > Ian Smith wrote: > > On Wed, 22 Aug 2007, Chris wrote: > > > If its bad to run fsck on a mounted read,write then why does > > > background fsck do it? or you talking about foreground fsck only? > > > > Well I was referring to foreground fsck, and I still don't know why > > running it on a mounted fs is 'bad' when fsck runs in 'NO WRITE' mode > > anyway when it finds a fs is mounted, hence my query above. > > Here's my understanding: > > Mounted fs (rw) isn't in stable state, there may be some writes to it - > daemons, buffers flushes, etc. In this condition fsck can report > inconsistency. And fsck running in 'NO WRITE' won't help anyway :) a) Absolutely. b) Indeed it usually does, fairly consistently, especially on /var. c) No it won't help (except where it can help locate problems in a real mess like bad blocks), but the assertion in question was, can it hurt? Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 09:24:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA53616A417 for ; Thu, 23 Aug 2007 09:24:57 +0000 (UTC) (envelope-from me@janh.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by mx1.freebsd.org (Postfix) with ESMTP id 7535C13C4B6 for ; Thu, 23 Aug 2007 09:24:57 +0000 (UTC) (envelope-from me@janh.de) Received: from d054074.adsl.hansenet.de [80.171.54.74] (helo=janh.freebsd) by mrelayeu.kundenserver.de (node=mrelayeu6) with ESMTP (Nemesis), id 0ML29c-1IO8vw0EII-0004Jd; Thu, 23 Aug 2007 11:24:56 +0200 Message-ID: <46CD5268.3010704@janh.de> Date: Thu, 23 Aug 2007 11:24:56 +0200 From: Jan Henrik Sylvester User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: questions-list freebsd Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1830U22Utl0qQN5tePZHfqhO+T1RXIWReNU09F oeE1CsoeLYnqIW5UJUkvbOyBcb9PKviRdKmJYM3FRatwic2sHJ soHrcvHgONMppkSsqq0Lg== Subject: Reproducible panic of 6.2 on double mount ntfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 09:24:57 -0000 Hello! With '/dev/ad0s1 /mnt/ad0s1 ntfs ro,noauto 0 0' in fstab, if I issue 'mount /mnt/ad0s1' twice, I always get a panic with the message: panic: lockmgr: locking against myself If I issue 'mount_ntfs /dev/ad0s1 /mnt/ad0s1' twice, there is no panic. I only get 'mount_ntfs: /dev/ad0s1: Operation not permitted' as expected. For a different (non-ntfs) filesystem, using plain mount twice gives 'Operation not permitted', too. System is: FreeBSD janh.freebsd 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:55:55 UTC 2007 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/SMP i386 Can anyone reproduce this? Just for my curiosity: What is mount doing differently than mount_ntfs? Thanks, Jan Henrik From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 09:25:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7826616A46E for ; Thu, 23 Aug 2007 09:25:55 +0000 (UTC) (envelope-from karol.kwiat@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id E708813C480 for ; Thu, 23 Aug 2007 09:25:54 +0000 (UTC) (envelope-from karol.kwiat@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so387047nfb for ; Thu, 23 Aug 2007 02:25:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:openpgp:content-type; b=FFFRDSGobhvyzcSSmYbj7KlhHzhHoUOaIzIOxGhTeo0wITBHSi+NDQJ7YI8CORdLguLfKEMSSPdGn9uIvCnHvD2kIi/Dnz9GJcmQiXG3JAxLNxyrYmzUXIiuj5lN4pMmH9YLlKIh4A0NCZdeOeKRpVK837If7HtoA1vEDTBOMuc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:openpgp:content-type; b=Y8bIJ9fDKpcd9atOGzpZWSIhDHuvdSISx6dVrBb0uJ30jffvWgc0Tzlq824zG7Ftx0CN8EHx1mwys4nppXeCl248ElqXDKCNAI0BXtOfL1QH1I6dnsxjaUr9+bY5lDBx8T8GwYGnbEWYnJysSpwasDxW+fDinjeTOGtTrIc+25s= Received: by 10.86.63.19 with SMTP id l19mr1233445fga.1187861152996; Thu, 23 Aug 2007 02:25:52 -0700 (PDT) Received: from persephone.orchid.homeunix.org ( [84.10.173.180]) by mx.google.com with ESMTPS id f31sm3146057fkf.2007.08.23.02.25.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 23 Aug 2007 02:25:52 -0700 (PDT) Message-ID: <46CD5295.4050406@gmail.com> Date: Thu, 23 Aug 2007 11:25:41 +0200 From: Karol Kwiatkowski User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: Ian Smith References: In-Reply-To: X-Enigmail-Version: 0.95.2 OpenPGP: id=06E09309; url=http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig75D7E585DC9B67D0B6B863A4" Cc: Chris , freebsd-questions@freebsd.org, Bill Moran Subject: Re: fsck strangeness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: karol.kwiat@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 09:25:55 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig75D7E585DC9B67D0B6B863A4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Ian Smith wrote: > On Thu, 23 Aug 2007, Karol Kwiatkowski wrote: > > Ian Smith wrote: > > > On Wed, 22 Aug 2007, Chris wrote: > > > > If its bad to run fsck on a mounted read,write then why does > > > > background fsck do it? or you talking about foreground fsck onl= y? > > >=20 > > > Well I was referring to foreground fsck, and I still don't know wh= y > > > running it on a mounted fs is 'bad' when fsck runs in 'NO WRITE' m= ode > > > anyway when it finds a fs is mounted, hence my query above. > >=20 > > Here's my understanding: > >=20 > > Mounted fs (rw) isn't in stable state, there may be some writes to i= t - > > daemons, buffers flushes, etc. In this condition fsck can report > > inconsistency. And fsck running in 'NO WRITE' won't help anyway :) >=20 > a) Absolutely. >=20 > b) Indeed it usually does, fairly consistently, especially on /var. >=20 > c) No it won't help (except where it can help locate problems in a real= =20 > mess like bad blocks), but the assertion in question was, can it hurt? Ah sorry, I missed that. With 'NO WRITE' one can suppose it shouldn't hurt anything except performance ;) I made a quick scan through the source and it looks like it won't: - in src/sbin/fsck_ffs/setup.c if fs is mounted rw fswritefd is set to -1 - in src/sbin/fsck_ffs/fsutil.c blwrite(), flush() and ckfini() won't write anything if fswritefd<0 Unless, of course, I'm missing something. Cheers, Karol --=20 Karol Kwiatkowski OpenPGP 0x06E09309 --------------enig75D7E585DC9B67D0B6B863A4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iQEVAwUBRs1SnQhgT0HIecD5AQiABggAn8CojkhT5LsKG9B7rf4wgO1/Qk61mKR3 q9ZPPZcVzv2/UOS3ysDeBbkybc5+hTkD+b8Zpxe3e0Mlv8bqcJ3bdGRld2skuNls 7QamVHg68ZyQj0AZoXlRTZ4PjPfFCnabqevBRlxW/o04xr/DcqKeH1+C7Mb1h/QJ OatYAxIbZg94gocz0Io9E513qLQZfx/RUM2mU7FRoJVkw20hAIyKdtMOiTqcl7av J3G3QF0/ND0qu9C6q3EdjU0/t31i/wxS0vs/pHzBVvIhmslYPwpWaF1m7QwxIBYN oZls1ogToPgf4onpyq2wjnRiUICylOjggeUcQWepGTJjoBbO/aPftw== =/J53 -----END PGP SIGNATURE----- --------------enig75D7E585DC9B67D0B6B863A4-- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 09:39:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1C2116A417 for ; Thu, 23 Aug 2007 09:39:59 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id 8C18913C457 for ; Thu, 23 Aug 2007 09:39:59 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www (helo=www) by szalbot.homedns.org with local for freebsd-questions@freebsd.org; Thu, 23 Aug 2007 11:39:57 +0200 To: Freebsd questions X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Thu, 23 Aug 2007 11:39:56 +0200 From: Zbigniew Szalbot Message-ID: X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: webmin / failed to create new PTY X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 09:39:59 -0000 hello, I realize it is not really FreeBSD related question, but I am trying to set up some backup jobs with webmin and each time I run it, I get "Failed to create new PTY" error message. Any suggestion what could be causing it? Webmin 1.360 on a 6.2-RELEASE-p6. Thank you! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 09:51:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2238A16A419 for ; Thu, 23 Aug 2007 09:51:58 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from galaxy.systems.pipex.net (galaxy.systems.pipex.net [62.241.162.31]) by mx1.freebsd.org (Postfix) with ESMTP id DE1E113C458 for ; Thu, 23 Aug 2007 09:51:57 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from [192.168.23.2] (62-31-10-181.cable.ubr05.edin.blueyonder.co.uk [62.31.10.181]) by galaxy.systems.pipex.net (Postfix) with ESMTP id 39F43E00049A; Thu, 23 Aug 2007 10:51:55 +0100 (BST) Message-ID: <46CD58BB.9080001@dial.pipex.com> Date: Thu, 23 Aug 2007 10:51:55 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20061205 X-Accept-Language: en MIME-Version: 1.0 To: Jerry McAllister , Christopher Key , freebsd-questions@freebsd.org References: <46CC1DB7.7040506@cam.ac.uk> <20070822152326.GF56142@gizmo.acns.msu.edu> In-Reply-To: <20070822152326.GF56142@gizmo.acns.msu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: FreeBSD MBRs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 09:51:58 -0000 Jerry McAllister wrote: >You only need an MBR on disks that will be booted. I don't know as >it will actually hurt anything to write an MBR on non-boot, data only >disks, but it can garbage up you menu with non-functional choices. > > What you need is an MBR on every disk which is *passed through* or actually booted from. So if you have disks 1, 2 &3, if you want to boot from disk3 you need an MBR on disks 1 & 2 as well, even if you never boot from them. If you boot from disk 1, then 2 &3 do not *need* an MBR. >Those other disk with an MBR show up as an F5 and maybe F6, etc ( > F5 is the *next* disk. There is no F6, F7 etc. If you boot from disk 3, for example, you'd go through three "menus" e.g. Disk1: F5 -> disk2 Disk2: F5 -> disk3 Disk3: F1 -> boots FreeBSD If those were your only 3 disks, then F5 on disk3 takes you back to disk1. You can probably change the boot order of those disks in your BIOS to make disk3 be disk1, avoiding the intermediate menus. That's not always possible for other reasons. For example, in the setup above, if disk 1 has Windows on it and that really does work best as disk1. If disk 2 is on the same controller as disk 1 your BIOS might not allow that to be changed independently. I know of no reason why you wouldn't want the MBR on all your disks, even if you don't technically need it. Sorry, no idea if this helps with the original question, which I too had trouble following. --Alex From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 09:55:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 206B016A419 for ; Thu, 23 Aug 2007 09:55:36 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id CBF4313C46E for ; Thu, 23 Aug 2007 09:55:35 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www (helo=www) by szalbot.homedns.org with local for freebsd-questions@freebsd.org; Thu, 23 Aug 2007 11:55:33 +0200 To: Freebsd questions X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Thu, 23 Aug 2007 11:55:33 +0200 From: Zbigniew Szalbot In-Reply-To: References: Message-ID: <810f3ef288654b3ed4b814c44194e5d7@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: Re: webmin / failed to create new PTY X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 09:55:36 -0000 Hello, On Thu, 23 Aug 2007 11:39:56 +0200, Zbigniew Szalbot wrote: > > hello, > > I realize it is not really FreeBSD related question, but I am trying to > set > up some backup jobs with webmin and each time I run it, I get "Failed to > create new PTY" error message. > > Any suggestion what could be causing it? Webmin 1.360 on a 6.2-RELEASE-p6. Sorry to have bothered. It was a case of wrong file naming scheme. -- Zbigniew Szalbot www.slowo.pl www.lcwords.com From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 10:17:25 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7779E16A420 for ; Thu, 23 Aug 2007 10:17:25 +0000 (UTC) (envelope-from david@skytracker.ca) Received: from 3s1.com (3s1.com [209.161.205.12]) by mx1.freebsd.org (Postfix) with ESMTP id 20A2E13C48E for ; Thu, 23 Aug 2007 10:17:24 +0000 (UTC) (envelope-from david@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.13.8/8.13.8) with ESMTP id l7N9g0Zd031666 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 23 Aug 2007 05:42:01 -0400 (EDT) (envelope-from david@skytracker.ca) Received: (from www@localhost) by 3s1.com (8.13.8/8.14.1/Submit) id l7N9g0QE031662; Thu, 23 Aug 2007 05:42:00 -0400 (EDT) (envelope-from david@skytracker.ca) X-Authentication-Warning: 3s1.com: www set sender to david@skytracker.ca using -f Received: from 83.117.28.197 (SquirrelMail authenticated user david) by sq.3s1.com with HTTP; Thu, 23 Aug 2007 05:42:00 -0400 (EDT) Message-ID: <1117.83.117.28.197.1187862120.squirrel@sq.3s1.com> Date: Thu, 23 Aug 2007 05:42:00 -0400 (EDT) From: "David Banning" To: questions@freebsd.org User-Agent: SquirrelMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV 0.91.1/4032/Wed Aug 22 16:15:27 2007 on 3s1.com X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on 3s1.com Cc: Subject: ip address location database X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 10:17:25 -0000 I am looking towards setting up something which will let me know what part of the world a specific ip address is from. Anyone know an easy process for this? Even if the database or text file was available somewhere I could probably adapt a search script. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 10:20:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3FFF16A417 for ; Thu, 23 Aug 2007 10:20:42 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from mail.beenic.net (mail.beenic.net [83.246.72.40]) by mx1.freebsd.org (Postfix) with ESMTP id 4C19C13C4EF for ; Thu, 23 Aug 2007 10:20:42 +0000 (UTC) (envelope-from wundram@beenic.net) Received: from [192.168.1.37] (a89-182-19-209.net-htp.de [89.182.19.209]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.beenic.net (Postfix) with ESMTP id DB424A44529 for ; Thu, 23 Aug 2007 12:17:43 +0200 (CEST) From: "Heiko Wundram (Beenic)" Organization: Beenic Networks GmbH To: freebsd-questions@freebsd.org Date: Thu, 23 Aug 2007 12:20:38 +0200 User-Agent: KMail/1.9.7 References: <1117.83.117.28.197.1187862120.squirrel@sq.3s1.com> In-Reply-To: <1117.83.117.28.197.1187862120.squirrel@sq.3s1.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708231220.39663.wundram@beenic.net> Subject: Re: ip address location database X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 10:20:42 -0000 Am Donnerstag 23 August 2007 11:42:00 schrieb David Banning: > I am looking towards setting up something which will let me know what part > of the world a specific ip address is from. > > Anyone know an easy process for this? Check out: http://www.maxmind.com/ Their free database is slightly less specific (and actual) than the paid database, but sufficient for pretty much all jobs I've had so far. -- Heiko Wundram Product & Application Development From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 10:33:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EB8E16A419 for ; Thu, 23 Aug 2007 10:33:06 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) Received: from ppsw-5.csi.cam.ac.uk (ppsw-5.csi.cam.ac.uk [131.111.8.135]) by mx1.freebsd.org (Postfix) with ESMTP id CFFA213C459 for ; Thu, 23 Aug 2007 10:33:05 +0000 (UTC) (envelope-from cjk32@cam.ac.uk) X-Cam-SpamDetails: Not scanned X-Cam-AntiVirus: No virus found X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ Received: from gw.cjkey.org.uk ([88.97.163.222]:3969 helo=[192.168.2.186]) by ppsw-5.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.155]:465) with esmtpsa (PLAIN:cjk32) (TLSv1:DHE-RSA-AES256-SHA:256) id 1IO9zr-0005eG-Hi (Exim 4.67) (return-path ); Thu, 23 Aug 2007 11:33:03 +0100 Message-ID: <46CD625E.7090508@cam.ac.uk> Date: Thu, 23 Aug 2007 11:33:02 +0100 From: Christopher Key User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Alex Zbyslaw References: <46CC1DB7.7040506@cam.ac.uk> <20070822152326.GF56142@gizmo.acns.msu.edu> <46CD58BB.9080001@dial.pipex.com> In-Reply-To: <46CD58BB.9080001@dial.pipex.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Jerry McAllister , freebsd-questions@freebsd.org Subject: Re: FreeBSD MBRs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 10:33:06 -0000 Alex Zbyslaw wrote: > Jerry McAllister wrote: > >> You only need an MBR on disks that will be booted. I don't know as >> it will actually hurt anything to write an MBR on non-boot, data only >> disks, but it can garbage up you menu with non-functional choices. >> >> > What you need is an MBR on every disk which is *passed through* or > actually booted from. So if you have disks 1, 2 &3, if you want to > boot from disk3 you need an MBR on disks 1 & 2 as well, even if you > never boot from them. If you boot from disk 1, then 2 &3 do not > *need* an MBR. > >> Those other disk with an MBR show up as an F5 and maybe F6, etc ( >> > F5 is the *next* disk. There is no F6, F7 etc. > > If you boot from disk 3, for example, you'd go through three "menus" e.g. > > Disk1: F5 -> disk2 > Disk2: F5 -> disk3 > Disk3: F1 -> boots FreeBSD > > Thanks Jerry, Lowell and Alex, That clarifies a few points. Sorry the original post wasn't clear, I'll have a go at rexpressing my original questions using the above for context. Firstly, when you hit F5, does it, a) Load the partition table from the next disk and update the displayed list of slices, or b) Execute the MBR from the next disk? I'll assume the latter. Secondly, does boot0 'remember' that you pressed F5, and hence do the same the next time you boot, even after a power cycle? In this case, having done, Disk1: F5 -> disk2 Disk2: F5 -> disk3 Disk3: F1 -> boots FreeBSD the next time, it will appear as, Disk3: F1 -> boots FreeBSD The behaviour that I was experiencing was as follows: Disk1: F1 -> boots FresBSD reboot Disk1: F5 -> disk2 Disk2: Has /boot/mbr on it, and hence attempts to boot the active slice. As there is no active slice on the disk, simply fails with the message 'Missing operating system' Now, subsequent attempts to boot simply display the message 'Missing operating system'. Hence, I concluded that either, a) boot0 was rembering the F5 keystroke, and passing me on to disk 2 automatically, or b) That the BIOS was rememering something and booting straight from disk2 despite the boot order having disk1 first. The only was that I found to rectify this was use a boot from a USB device with boot0 on it: USB: F5 -> disk1 Disk1: F1 -> boots FreeBSD And now, subsequent reboots work fine: Disk1: F1 -> boots FresBSD I hope the above is a little more clear now. Regards, Chris From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 10:59:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B0B016A41A for ; Thu, 23 Aug 2007 10:59:57 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from blaster.systems.pipex.net (blaster.systems.pipex.net [62.241.163.7]) by mx1.freebsd.org (Postfix) with ESMTP id F03F113C469 for ; Thu, 23 Aug 2007 10:59:56 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from [192.168.23.2] (62-31-10-181.cable.ubr05.edin.blueyonder.co.uk [62.31.10.181]) by blaster.systems.pipex.net (Postfix) with ESMTP id 0F108E00028E; Thu, 23 Aug 2007 11:59:54 +0100 (BST) Message-ID: <46CD68AA.4020709@dial.pipex.com> Date: Thu, 23 Aug 2007 11:59:54 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20061205 X-Accept-Language: en MIME-Version: 1.0 To: Christopher Key References: <46CC1DB7.7040506@cam.ac.uk> <20070822152326.GF56142@gizmo.acns.msu.edu> <46CD58BB.9080001@dial.pipex.com> <46CD625E.7090508@cam.ac.uk> In-Reply-To: <46CD625E.7090508@cam.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Jerry McAllister , freebsd-questions@freebsd.org Subject: Re: FreeBSD MBRs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 10:59:57 -0000 Christopher Key wrote: > Sorry the original post wasn't clear, I'll have a go at rexpressing my > original questions using the above for context. It was a complicated series of events, so it's easy to end up with a confusing description (and the fault might lie with us being too dumb to understand :-)) > > Firstly, when you hit F5, does it, a) Load the partition table from > the next disk and update the displayed list of slices, or b) Execute > the MBR from the next disk? I'll assume the latter. b). If there is no MBR on the next disk then F5 will beep (might depend on MBR version) and do nothing. > > Secondly, does boot0 'remember' that you pressed F5, and hence do the > same the next time you boot, even after a power cycle? In this case, > having done, > > Disk1: F5 -> disk2 > Disk2: F5 -> disk3 > Disk3: F1 -> boots FreeBSD > > the next time, it will appear as, > > Disk3: F1 -> boots FreeBSD Everything is remembered. However, the sequence will always start with disk1 - whatever the BIOS thinks is the boot disk - and then default to exactly what you pressed the last time *for that disk*. So you would see Disk1: F5 -> disk2 Disk2: F5 -> disk3 Disk3: F1 -> boots FreeBSD exactly as above. (There is an option when writing the MBR to *not* remember - man bsdlabel would tell you. And you can change the default for a particular disk, again with bsdlabel, but there are issues with doing this on mounted disks: IIRC you can set "sysctl kern.geom.debugflags=16" before writing MBR and set it back to 0 afterwards, if you are having problems. It's just a magic incantation which I have no deep understanding of :-(). > The behaviour that I was experiencing was as follows: > > Disk1: F1 -> boots FresBSD > > reboot > > Disk1: F5 -> disk2 > Disk2: Has /boot/mbr on it, and hence attempts to boot the active > slice. As there is no active slice on the disk, simply fails with the > message 'Missing operating system' The missing OS message makes sense for a disk with no active slice, but the rest simply doesn't accord with my expectations unless perhaps you somehow wrote an MBR which does not remember. For the record, I have 4 SATA disk in my workstation and regularly boot off disk 3 (because disk 1 has Windows). If I boot windows (F1 on disk1) then the next time I reboot I have to remember to press F5 to get to disk 2 and on to FreeBSD, because it does remember the F1 from the previous boot. DIsk 2 will remember it's F5 and disk 3 it's F1, irrespective of what I do on disk 1. (And yes, if every disk were set to F5, you'd go round in a loop forever, never booting anything :-)) > Now, subsequent attempts to boot simply display the message 'Missing > operating system'. Hence, I concluded that either, a) boot0 was > rembering the F5 keystroke, and passing me on to disk 2 automatically, > or b) That the BIOS was rememering something and booting straight from > disk2 despite the boot order having disk1 first. The memory for the key you pressed is *per disk* because (IIUC) it is actually stored on the the disk somewhere in the MBR. It's not unheard of for a BIOS to completely change the boot order when the devices attached to the machine are changed. So, if you set your BIOS to boot from a USB stick, then disk X; if you then removed the USB stick I would not be at all surprised if the BIOS reverted to some apparently random boot order where disk X was *not* the first disk. I've had immense trouble with this in th past trying to boot from CD where the BIOS would not reliably spot that the CD was actually attached. If the boot order with a CD was e.g. CD Disk X Disk Y The boot order when the CD was *not* recognised could easily end up as: Disk Y Disk X It might have been controller order or somesuch, but was *not* the same order just minus the CD. Could this have happened? If your "disk2" from the original boot order had become "disk1", would that explain what you saw? > > The only was that I found to rectify this was use a boot from a USB > device with boot0 on it: > > USB: F5 -> disk1 > Disk1: F1 -> boots FreeBSD > > And now, subsequent reboots work fine: > > Disk1: F1 -> boots FresBSD --Alex From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 11:04:46 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9382816A41B for ; Thu, 23 Aug 2007 11:04:46 +0000 (UTC) (envelope-from me@janh.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by mx1.freebsd.org (Postfix) with ESMTP id 2AC4413C467 for ; Thu, 23 Aug 2007 11:04:46 +0000 (UTC) (envelope-from me@janh.de) Received: from d054074.adsl.hansenet.de [80.171.54.74] (helo=janh.freebsd) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis), id 0MKwtQ-1IOAUW2XEB-0006vs; Thu, 23 Aug 2007 13:04:45 +0200 Message-ID: <46CD69D1.2040009@janh.de> Date: Thu, 23 Aug 2007 13:04:49 +0200 From: Jan Henrik Sylvester User-Agent: Thunderbird 2.0.0.6 (X11/20070803) MIME-Version: 1.0 To: questions-list freebsd References: <46CD5268.3010704@janh.de> In-Reply-To: <46CD5268.3010704@janh.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/h2TMYJNgV+leJtDPIIVpYlsYBBDeW1dohuaO hG8iIFzZKTKSXatsjjVDorhT35oUPHovWCg5/oQ1npyo9X7/Ii U+iJUhJHImtPWoVYGIMBA== Cc: rodrigc@FreeBSD.org Subject: Re: Reproducible panic of 6.2 on double mount ntfs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 11:04:46 -0000 Jan Henrik Sylvester wrote: > With '/dev/ad0s1 /mnt/ad0s1 ntfs ro,noauto 0 0' in fstab, if I issue > 'mount /mnt/ad0s1' twice, I always get a panic with the message: > > panic: lockmgr: locking against myself I should have done some more intelligent research before... kern/89966 (6.0-STABLE) is exactly what I see. (The difference between my mount+fstab and manual mount_ntfs is that the first includes ro.) kern/104393 (7.0-CURRENT) does not even have the ro, but is otherwise the same. kern/71391 (5.2.1-RELEASE) might be related... I wonder why a panic that seems to be so easy to reproduce is not analyzed and fixed -- probably ntfs is simply not very important to anyone and the panic can be avoided quite easily. Since I should be able to avoid issuing repeated execution of mount with some concentration (I ran into this four times now), it should not be too much of an issue for me, either... Regards, Jan Henrik From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 11:35:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D104816A421 for ; Thu, 23 Aug 2007 11:35:23 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id 9AC2D13C4B6 for ; Thu, 23 Aug 2007 11:35:23 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1007) id 025271CC38; Thu, 23 Aug 2007 04:48:50 -0700 (PDT) From: David Southwell Organization: Voice and Vision To: freebsd-questions@freebsd.org Date: Thu, 23 Aug 2007 04:48:49 -0700 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200708230448.49794.david@vizion2000.net> Subject: subversion: Can't Creat Directory error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 11:35:23 -0000 Hi Using eclipse as an IDE with subclipse on a Ruby on Rails project I am=20 getting the error svn: Can't Create Directory =A0/long path =A0 :The filename or Extsnion is = too=20 long The svn server is on freebsd 6.1 with apache/webdav and the error is report= ed=20 from a win XP x64 client on our local network. Can onyone please guide me on how to deal with this problem? Does anyone happen to know where this limitation is likely to be coming fro= m=20 and how it might be overcome? Thanks in advance David From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 12:25:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7AB116A41B for ; Thu, 23 Aug 2007 12:25:50 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id A8DDE13C45D for ; Thu, 23 Aug 2007 12:25:50 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 23 Aug 2007 08:25:47 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id NRT41838; Thu, 23 Aug 2007 08:25:47 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 23 Aug 2007 08:25:46 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18125.31951.987284.193923@jerusalem.litteratus.org> Date: Thu, 23 Aug 2007 08:25:51 -0400 To: freebsd-questions@freebsd.org In-Reply-To: <200708231220.39663.wundram@beenic.net> References: <1117.83.117.28.197.1187862120.squirrel@sq.3s1.com> <200708231220.39663.wundram@beenic.net> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Subject: Re: ip address location database X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 12:25:51 -0000 Heiko Wundram (Beenic) writes: > > I am looking towards setting up something which will let me know what part > > of the world a specific ip address is from. > > Check out: > > http://www.maxmind.com/ Also net/GeoIP. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 12:54:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD4E716A417 for ; Thu, 23 Aug 2007 12:54:55 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.freebsd.org (Postfix) with ESMTP id 9691013C4B0 for ; Thu, 23 Aug 2007 12:54:55 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 3427 invoked from network); 23 Aug 2007 12:54:55 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Aug 2007 12:54:54 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 760F12843A; Thu, 23 Aug 2007 08:54:54 -0400 (EDT) To: Ghirai References: <20070822015452.c4da7cb9.ghirai@ghirai.com> From: Lowell Gilbert Date: Thu, 23 Aug 2007 08:54:54 -0400 In-Reply-To: <20070822015452.c4da7cb9.ghirai@ghirai.com> (ghirai@ghirai.com's message of "Wed\, 22 Aug 2007 01\:54\:52 +0000") Message-ID: <44zm0ijtr5.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: system crash/reset X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 12:54:55 -0000 Ghirai writes: > I'm running 6.2-RELEASE, with xfce. > > Suddenly, everything froze. > Couple seconds after that, the system resets. > I ran fsck and everything seem to be ok. > > This is what /var/log/messages looks like right before reset: > > Aug 22 01:19:55 deimos kernel: umass0: BBB reset failed, IOERROR > Aug 22 01:19:55 deimos kernel: umass0: BBB bulk-in clear stall failed, IOERROR > Aug 22 01:19:55 deimos kernel: umass0: BBB bulk-out clear stall failed, IOERROR > Aug 22 01:19:55 deimos kernel: umass0: BBB reset failed, IOERROR > Aug 22 01:19:55 deimos kernel: umass0: BBB bulk-in clear stall failed, IOERROR > Aug 22 01:19:55 deimos kernel: umass0: BBB bulk-out clear stall failed, IOERROR > Aug 22 01:19:55 deimos kernel: umass0: BBB reset failed, IOERROR > Aug 22 01:19:55 deimos kernel: umass0: BBB bulk-in clear stall failed, IOERROR > Aug 22 01:19:55 deimos kernel: umass0: BBB bulk-out clear stall failed, IOERROR > Aug 22 01:19:55 deimos kernel: Opened disk da0 -> 5 > > And it repeats that numerous times. > > I might add that i'm using a 'default' microsoft, 3 button USB mouse, which > doesn't work untill i remove and stick it in again. > I have usbd_enable="YES" and moused_enable="YES" in /etc/rc.conf. > > Also, i didn't have any additional media in any of the USB ports (da0 appears in /dev when i use a flash drive for example). > > System temperature is a non-issue. > > Any idea what the problem is? Well, *something* plugged in thought it was a umass device (or at least the kernel thought it was), and refused to accept disk commands... From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 13:11:21 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7ED616A417 for ; Thu, 23 Aug 2007 13:11:21 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from mail-03.name-services.com (Mail-03.name-services.com [64.74.223.58]) by mx1.freebsd.org (Postfix) with ESMTP id 9A35713C4A3 for ; Thu, 23 Aug 2007 13:11:21 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from laptop ([76.190.252.50]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 23 Aug 2007 06:14:13 -0700 From: "fbsd2" To: "freebsd-questions@FreeBSD. ORG" Date: Thu, 23 Aug 2007 09:11:21 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Importance: Normal X-OriginalArrivalTime: 23 Aug 2007 13:14:13.0188 (UTC) FILETIME=[7FDCF040:01C7E587] Cc: Subject: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd2@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 13:11:21 -0000 It only takes 2-3 weeks after changing my email address I use on the list before I start receiving spam on the new email address. Other non-fbsd lists I belong to remove the posters email address before the post gets sent to the list members. Why can't this list do the same thing so the posters email address don't show up in the archives on the news group servers where spammers harvest the posters email address for targeting spam to? From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 13:20:02 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FD7616A418 for ; Thu, 23 Aug 2007 13:20:02 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id CB5A813C458 for ; Thu, 23 Aug 2007 13:20:01 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-31-60.bredband.comhem.se ([83.253.31.60]:52624 helo=falcon.midgard.homeip.net) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1IOCbQ-0005PW-98 for freebsd-questions@FreeBSD.ORG; Thu, 23 Aug 2007 15:20:01 +0200 Received: (qmail 40020 invoked from network); 23 Aug 2007 15:19:57 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 23 Aug 2007 15:19:57 +0200 Received: (qmail 35339 invoked by uid 1001); 23 Aug 2007 15:19:57 +0200 Date: Thu, 23 Aug 2007 15:19:57 +0200 From: Erik Trulsson To: fbsd2 Message-ID: <20070823131957.GA35322@owl.midgard.homeip.net> Mail-Followup-To: fbsd2 , "freebsd-questions@FreeBSD. ORG" References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.31.60 X-Scan-Result: No virus found in message 1IOCbQ-0005PW-98. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1IOCbQ-0005PW-98 7b302c543bc86890ded488b4bfc865bb Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 13:20:02 -0000 On Thu, Aug 23, 2007 at 09:11:21AM -0400, fbsd2 wrote: > It only takes 2-3 weeks after changing my email address I use on the list > before I start receiving spam on the new email address. > Other non-fbsd lists I belong to remove the posters email address before the > post gets sent to the list members. > Why can't this list do the same thing so the posters email address don't > show up in the archives on the news group servers where spammers harvest the > posters email address for targeting spam to? Because then you would not be able to send your reply to the person asking a question. Keep in mind that many people who post here are *not* subscribed to the list and therefore will not be able to read answers that only go to the list. Therefore their e-mail addresses need to be visible to everybody. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 13:27:37 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9595616A417 for ; Thu, 23 Aug 2007 13:27:37 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from mail-03.name-services.com (Mail-03.name-services.com [64.74.223.58]) by mx1.freebsd.org (Postfix) with ESMTP id 7892E13C46C for ; Thu, 23 Aug 2007 13:27:37 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from laptop ([76.190.252.50]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 23 Aug 2007 06:30:29 -0700 From: "fbsd2" To: "freebsd-questions@FreeBSD. ORG" Date: Thu, 23 Aug 2007 09:27:37 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Importance: Normal X-OriginalArrivalTime: 23 Aug 2007 13:30:29.0203 (UTC) FILETIME=[C59D0230:01C7E589] Cc: Subject: un-zipping pkzip files om fbsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd2@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 13:27:37 -0000 I receive a pkzip file created under ms/windows. What can I use under fbsd to un-zip this file? From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 13:30:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C35B16A417 for ; Thu, 23 Aug 2007 13:30:27 +0000 (UTC) (envelope-from antennex@hotmail.com) Received: from bay0-omc2-s6.bay0.hotmail.com (bay0-omc2-s6.bay0.hotmail.com [65.54.246.142]) by mx1.freebsd.org (Postfix) with ESMTP id 42A9713C459 for ; Thu, 23 Aug 2007 13:30:27 +0000 (UTC) (envelope-from antennex@hotmail.com) Received: from hotmail.com ([65.55.130.106]) by bay0-omc2-s6.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Thu, 23 Aug 2007 06:30:26 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 23 Aug 2007 06:30:26 -0700 Message-ID: Received: from 65.55.130.123 by by125fd.bay125.hotmail.msn.com with HTTP; Thu, 23 Aug 2007 13:30:21 GMT X-Originating-IP: [65.68.247.73] X-Originating-Email: [antennex@hotmail.com] X-Sender: antennex@hotmail.com In-Reply-To: <6d62f69a0708222121j734ef186yc94bbb826030bbcb@mail.gmail.com> From: "Jack Stone" To: b.movaqar@gmail.com Date: Thu, 23 Aug 2007 08:30:21 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 23 Aug 2007 13:30:26.0884 (UTC) FILETIME=[C43B2840:01C7E589] Cc: freebsd-questions@freebsd.org Subject: Re: SATA to PCI cards X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: orvilleg@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 13:30:27 -0000 >From: "Bahman M." >To: orvilleg@hotmail.com >CC: freebsd-questions@freebsd.org >Subject: Re: SATA to PCI cards >Date: Thu, 23 Aug 2007 07:51:52 +0330 > > > Yes, I've had good luck with the Promise brand PCI-SATA cards on 6.x. We >are > > using this method to evolve older machines to SATA. >Thanks for the hint. Would you tell me why did you choose Promise >brand as it's expensive compared to the other brands? > >Bahman > I chose Promise because all of their products I've ever bought have worked for me in disk management. It was a roll of the dice as to it would work or not. Plus, it was the only card the vendor had that I have used for years. Thus, no guarantee for all, but they have worked on sever different motherboards so far and all are running fbsd-6.x (mostly 6.2). The ones I bought were $72 each and handle 2 satas 150/300. That's the best I can do to help in your case. HTH.... Jack _________________________________________________________________ Booking a flight? Know when to buy with airfare predictions on MSN Travel. http://travel.msn.com/Articles/aboutfarecast.aspx&ocid=T001MSN25A07001 From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 13:32:32 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69D0216A418 for ; Thu, 23 Aug 2007 13:32:32 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id 46AD113C459 for ; Thu, 23 Aug 2007 13:32:30 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 853216D437; Thu, 23 Aug 2007 13:32:29 +0000 (UTC) Date: Thu, 23 Aug 2007 13:32:29 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: fbsd2 In-Reply-To: Message-ID: <20070823133130.A54977@duane.dbq.yournetplus.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: un-zipping pkzip files om fbsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 13:32:32 -0000 On Thu, 23 Aug 2007 at 09:27 -0400, fbsd2@a1poweruser.com confabulated: > I receive a pkzip file created under ms/windows. > What can I use under fbsd to un-zip this file? use: unzip ------- _|_ (_| | From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 13:32:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C586B16A418 for ; Thu, 23 Aug 2007 13:32:57 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 7FA2313C474 for ; Thu, 23 Aug 2007 13:32:57 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so969808pyb for ; Thu, 23 Aug 2007 06:32:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:x-priority:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=AJMFBdPM3CXs6+e9Mh0u8zmNVoMLsYPvO9E8LZBFa9u2rXIw3IFf8d45rTw/9WWD7+Dln0nu1r3KOTlhnuUK7vlRqc6N85P5dgl847adjODrQYHnz9Jh662noyc2qaLt0nj/Uwe5VXJdN6lWz5i9ODVkFao97LRt/Ni7+CKYiNs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:x-priority:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=P8taaA+27lYyEsnX6XHxbfu59ZeJlns1E1vpNQDokeyI++okHUshGVLLLVsFyx0sCP0huGTcmbCtu3QfRqWt5nQ4lH4L6p79t9TfBecYBd1U1yEws29W1bPXOb1L5GvFx+gIhqe8WFmsc4OX97EvaqHhbSGAy/wW3UQC/0EsQtg= Received: by 10.35.82.16 with SMTP id j16mr2113976pyl.1187875976554; Thu, 23 Aug 2007 06:32:56 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id n44sm2870455pyh.2007.08.23.06.32.55 (version=SSLv3 cipher=OTHER); Thu, 23 Aug 2007 06:32:56 -0700 (PDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.3) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Eric Crist Date: Thu, 23 Aug 2007 08:32:47 -0500 To: fbsd2@a1poweruser.com X-Mailer: Apple Mail (2.752.3) Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: un-zipping pkzip files om fbsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 13:32:57 -0000 On Aug 23, 2007, at 8:27 AMAug 23, 2007, fbsd2 wrote: > I receive a pkzip file created under ms/windows. > What can I use under fbsd to un-zip this file? > Does unzip fail to un-zip the file? ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 13:33:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8F8116A418 for ; Thu, 23 Aug 2007 13:33:50 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (crsd-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2d5::2]) by mx1.freebsd.org (Postfix) with ESMTP id C9FF013C491 for ; Thu, 23 Aug 2007 13:33:49 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l7NDX8bH043523 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 23 Aug 2007 17:33:08 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l7NDX8Ze043522; Thu, 23 Aug 2007 17:33:08 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Thu, 23 Aug 2007 17:33:08 +0400 From: Yuri Pankov To: fbsd2 Message-ID: <20070823133308.GA43294@darklight.org.ru> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: un-zipping pkzip files om fbsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 13:33:50 -0000 On Thu, Aug 23, 2007 at 09:27:37AM -0400, fbsd2 wrote: > I receive a pkzip file created under ms/windows. > What can I use under fbsd to un-zip this file? > archivers/unzip ? You can also try (bsd)tar in base (libarchive can handle zip files). Yuri From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 13:36:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F215816A417 for ; Thu, 23 Aug 2007 13:36:54 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 799DB13C48A for ; Thu, 23 Aug 2007 13:36:54 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IOCrk-0007bC-HB for freebsd-questions@freebsd.org; Thu, 23 Aug 2007 15:36:52 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Aug 2007 15:36:52 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Aug 2007 15:36:52 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Thu, 23 Aug 2007 15:36:38 +0200 Lines: 86 Message-ID: References: <46CC1DB7.7040506@cam.ac.uk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig834E349DE4E3E6626BB09943" Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 1.5.0.12 (X11/20060911) In-Reply-To: <46CC1DB7.7040506@cam.ac.uk> X-Enigmail-Version: 0.95.2 Sender: news Subject: Re: FreeBSD MBRs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 13:36:55 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig834E349DE4E3E6626BB09943 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Christopher Key wrote: > I've a machine with 3 SATA drives. The first (ad8) with a standard > FreeBSD install in a single slice with /boot/boot0 MBR. The remaining > two drives (ad10, ad12) are in a RAID1 mirror with 3 slices, and used > for storing data. They have the /boot/mbr MBR. Ok. Let's call them the "first (ad8), second (ad10) and third (ad12) drive" > After booting off various USB flash drives to try and update the BIOS on > my machine, it got into a state where during startup, it would display > 'Missing operating system' and hang. What seems to have been happening > is that it was trying to boot from one of my data store drives, despite > the boot order of the disks set in the BIOS. Flashing the BIOS often resets all settings, including boot order. Depending on your BIOS, controller and motherboard, you might need to first select the active controller, then the drive on the controller. In your case, you need to finally tell BIOS to boot of the first drive (ad8). Another thing that might be happening (though judging from what you said elsewhere it's not probable) is that the changed BIOS code enumerates devices differently than it used to, so ad8 is no longer the drive with boot0. This case will not hurt your RAID if you used gmirror, it might for other systems. > The only solution that I found was to start booting from a USB flash > drive with a boot0 MBR, and to hit F5 to change to booting from my first > drive After this, the machine then reboots quite happily until I hit F5 > again, in which case I get the same 'Missing operating behavior'. This > persists even while power cycling the machine. Ok, so now you're booting from the first drive, and with F5 you're telling your boot loader to skip it and move on to the second drive, which has the standard mbr (this mbr is what's displaying the "Missing operating system" message). > I had imagined the boot process to be entirely stateless, certainly > across power cycles. The BIOS executes the MBR on the first drive in > its boot boot. The boot0 MBR then allowed you to either execute the > boot sector from any of the slices on the current drive, or to execute > the MBR from the next drive in the list. boot0 will by default remember what's the last option you booted from and use it as the default for the next time. It may not be the best thing for you, but I found it to be extremely useful behaviour in several cases, since it allowed me to "script" a boot order when the BIOS and the disk controller didn't get along for booting. > However, this clearly isn't what's happening. Is it boot0 remembering > my F5 key stroke, or is it more likely that the BIOS is remembering > something? Does anyone have any recommendations to avoid this in the > future? Is putting boot0 on all three drives a good idea perhaps? It will not hurt in any case to put boot0 on any drives (as long as you do it with the appropriate utility, else you may destroy the partition table). In your case, it will only be useless. Here's something to try (I didn't try it): Do you have active partitions on the second and the third drive? If so, you might want to unmark them, and hopefully the boot loader won't display the drives in the boot menu. Maybe. Or, if you're seriously worried about hitting F5 during boot, you might try an alternative boot loader such as sysutils/extipl or sysutils/grub. --------------enig834E349DE4E3E6626BB09943 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFGzY1tldnAQVacBcgRAvqeAJ46YpL603lbKMFpka8QaQUWbJ2/8gCfS/Th B4uesmeKF2HH/yLPUtG0ZqY= =4ELM -----END PGP SIGNATURE----- --------------enig834E349DE4E3E6626BB09943-- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 13:39:43 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33DEA16A41A for ; Thu, 23 Aug 2007 13:39:43 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from mail-03.name-services.com (Mail-03.name-services.com [64.74.223.58]) by mx1.freebsd.org (Postfix) with ESMTP id 1642E13C474 for ; Thu, 23 Aug 2007 13:39:43 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from laptop ([76.190.252.50]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 23 Aug 2007 06:42:34 -0700 From: "fbsd2" To: "Erik Trulsson" Date: Thu, 23 Aug 2007 09:39:43 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20070823131957.GA35322@owl.midgard.homeip.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Importance: Normal X-OriginalArrivalTime: 23 Aug 2007 13:42:35.0099 (UTC) FILETIME=[7647F2B0:01C7E58B] Cc: "freebsd-questions@FreeBSD. ORG" Subject: RE: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd2@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 13:39:43 -0000 On Thu, Aug 23, 2007 at 09:11:21AM -0400, fbsd2 wrote: > It only takes 2-3 weeks after changing my email address I use on the list > before I start receiving spam on the new email address. > Other non-fbsd lists I belong to remove the posters email address before the > post gets sent to the list members. > Why can't this list do the same thing so the posters email address don't > show up in the archives on the news group servers where spammers harvest the > posters email address for targeting spam to? Because then you would not be able to send your reply to the person asking a question. Keep in mind that many people who post here are *not* subscribed to the list and therefore will not be able to read answers that only go to the list. Therefore their e-mail addresses need to be visible to everybody. -----Original Message----- From: Erik Trulsson [mailto:ertr1013@student.uu.se] Sent: Thursday, August 23, 2007 9:20 AM To: fbsd2 Cc: freebsd-questions@FreeBSD. ORG Subject: Re: spammers harvesting email address from this list Them how about changing usage rules that only subscribed users can post and receive mail on this list. That works for many other lists and stops the spam problem cold. Really something has to be done to stop spam from this list. Forcing people to subscribe to this list is not a show stopper and is fast becoming the standard way other lists control spam email harvesting. Why should the subscribed members have to deal with spam just for the connivance of people who are too lazy to subscribe? This list admin needs to get their priorities straight. Subscribed members protection comes before the lazy public. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 13:40:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE31E16A46C for ; Thu, 23 Aug 2007 13:40:27 +0000 (UTC) (envelope-from freebsd-questions@auscert.org.au) Received: from titania.auscert.org.au (gw.auscert.org.au [203.5.112.28]) by mx1.freebsd.org (Postfix) with ESMTP id 430C013C45D for ; Thu, 23 Aug 2007 13:40:27 +0000 (UTC) (envelope-from freebsd-questions@auscert.org.au) Received: from app.auscert.org.au (app [10.0.1.192]) by titania.auscert.org.au (8.12.10/8.12.10) with ESMTP id l7NDeQ3Y004643 for ; Thu, 23 Aug 2007 23:40:26 +1000 (EST) Received: from app.auscert.org.au (localhost.auscert.org.au [127.0.0.1]) by app.auscert.org.au (8.13.6/8.13.6) with ESMTP id l7NDeQL8082230 for ; Thu, 23 Aug 2007 23:40:26 +1000 (EST) (envelope-from freebsd-questions@auscert.org.au) Message-Id: <200708231340.l7NDeQL8082230@app.auscert.org.au> From: Joel Hatton To: freebsd-questions@freebsd.org In-Reply-To: Your message of "Thu, 23 Aug 2007 15:19:57 +0200." <20070823131957.GA35322@owl.midgard.homeip.net> Date: Thu, 23 Aug 2007 23:40:26 +1000 X-Scanned-By: MIMEDefang 2.62 on 10.0.1.192 Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 13:40:27 -0000 On Thu, 23 Aug 2007 15:19:57 +0200, Erik Trulsson wrote: >On Thu, Aug 23, 2007 at 09:11:21AM -0400, fbsd2 wrote: >> It only takes 2-3 weeks after changing my email address I use on the list >> before I start receiving spam on the new email address. >> Other non-fbsd lists I belong to remove the posters email address before the >> post gets sent to the list members. >> Why can't this list do the same thing so the posters email address don't >> show up in the archives on the news group servers where spammers harvest the >> posters email address for targeting spam to? > >Because then you would not be able to send your reply to the person asking a >question. Keep in mind that many people who post here are *not* subscribed >to the list and therefore will not be able to read answers that only go to >the list. Therefore their e-mail addresses need to be visible to everybody. Exactly. I subscribe to a _lot_ of mailing lists that allow posting (like this one), and I can't recall any of them removing sender addresses. I do expect that kind of behaviour on web forums, and that's one of the reasons I prefer mailing lists. cheers, joel From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 13:45:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E08E716A417 for ; Thu, 23 Aug 2007 13:45:06 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 93F3613C46A for ; Thu, 23 Aug 2007 13:45:06 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1IOCze-0008V2-NY for freebsd-questions@freebsd.org; Thu, 23 Aug 2007 15:45:02 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Aug 2007 15:45:02 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 23 Aug 2007 15:45:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Thu, 23 Aug 2007 15:40:08 +0200 Lines: 35 Message-ID: References: <46CC7BFD.2090204@boosten.org> <303328.25712.qm@web53302.mail.re2.yahoo.com> <20070822202334.GA23267@slackbox.xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig35D1BD52C6F991D4093E30D0" Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 1.5.0.12 (X11/20060911) In-Reply-To: <20070822202334.GA23267@slackbox.xs4all.nl> X-Enigmail-Version: 0.95.2 Sender: news Subject: Re: ls there any way to limit the server resource per user? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 13:45:07 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig35D1BD52C6F991D4093E30D0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Roland Smith wrote: > On Wed, Aug 22, 2007 at 12:34:22PM -0700, ann kok wrote: >> thank you >> >> Can I limit the bandwidth by user what they use any >> program to download and upload? > > The pf firewall can do this. Filter packets by user, then assign them to > an appropriate queue. Read pf.conf(5). You'll have to rebuild the kernel > with altq(4), since it's not in the generic kernel and it's not > available as a module. ipfw+dummynet can do that also, and they are available as modules (no need to rebuild the kernel). --------------enig35D1BD52C6F991D4093E30D0 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFGzY44ldnAQVacBcgRAkPWAJ4wdrcc+vCh0McB7Lr9I+l+AzGTCQCfejxx ZAD0u197I6hYbcrdhAWhDZQ= =YnZv -----END PGP SIGNATURE----- --------------enig35D1BD52C6F991D4093E30D0-- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 13:52:25 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5400F16A418 for ; Thu, 23 Aug 2007 13:52:25 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id D0DAA13C47E for ; Thu, 23 Aug 2007 13:52:24 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-31-60.bredband.comhem.se ([83.253.31.60]:57111 helo=falcon.midgard.homeip.net) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1IOD6l-0003Oe-94 for freebsd-questions@FreeBSD.ORG; Thu, 23 Aug 2007 15:52:24 +0200 Received: (qmail 40238 invoked from network); 23 Aug 2007 15:52:21 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 23 Aug 2007 15:52:21 +0200 Received: (qmail 35583 invoked by uid 1001); 23 Aug 2007 15:52:21 +0200 Date: Thu, 23 Aug 2007 15:52:21 +0200 From: Erik Trulsson To: fbsd2 Message-ID: <20070823135221.GA35537@owl.midgard.homeip.net> Mail-Followup-To: fbsd2 , "freebsd-questions@FreeBSD. ORG" References: <20070823131957.GA35322@owl.midgard.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.31.60 X-Scan-Result: No virus found in message 1IOD6l-0003Oe-94. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1IOD6l-0003Oe-94 b28e17e66e48f4f653fecd992d325938 Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 13:52:25 -0000 On Thu, Aug 23, 2007 at 09:39:43AM -0400, fbsd2 wrote: > On Thu, Aug 23, 2007 at 09:11:21AM -0400, fbsd2 wrote: > > It only takes 2-3 weeks after changing my email address I use on the list > > before I start receiving spam on the new email address. > > Other non-fbsd lists I belong to remove the posters email address before > the > > post gets sent to the list members. > > Why can't this list do the same thing so the posters email address don't > > show up in the archives on the news group servers where spammers harvest > the > > posters email address for targeting spam to? > > Because then you would not be able to send your reply to the person asking a > question. Keep in mind that many people who post here are *not* subscribed > to the list and therefore will not be able to read answers that only go to > the list. Therefore their e-mail addresses need to be visible to everybody. > > > -----Original Message----- > From: Erik Trulsson [mailto:ertr1013@student.uu.se] > Sent: Thursday, August 23, 2007 9:20 AM > To: fbsd2 > Cc: freebsd-questions@FreeBSD. ORG > Subject: Re: spammers harvesting email address from this list > > Them how about changing usage rules that only subscribed > users can post and receive mail on this list. > That works for many other lists and stops the spam problem cold. > > Really something has to be done to stop spam from this list. > Forcing people to subscribe to this list is not a show stopper > and is fast becoming the standard way other lists control spam email > harvesting. > > Why should the subscribed members have to deal with spam just for the > connivance of people who are too lazy to subscribe? > > This list admin needs to get their priorities straight. > Subscribed members protection comes before the lazy public. > For this list (freebsd-questions@) in particular it is intentionally and explicitly the case that one does not need to be subscribed to post here. This is because it is the main support forum for FreeBSD, and much documentation exists directing people to ask their questions here. The list admins do have their priorities straight - they just have different priorities than you do. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 14:29:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CACAD16A417 for ; Thu, 23 Aug 2007 14:29:55 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.238]) by mx1.freebsd.org (Postfix) with ESMTP id 8844913C46A for ; Thu, 23 Aug 2007 14:29:55 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so298414nzf for ; Thu, 23 Aug 2007 07:29:54 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lDZlcykxO7ylXG/nUkyGy4NmLwNjOP5SO4px0BhEeVu5ypE4b8V5TMfmoTRNkKLXr6YtCbAQ5fMXWyB/dzE6wzkgQDXNlErKqh+SRWZdDp2EsU1wbdWCJL3qVYA+spKFoWuzLh4fj2sbhs0QqGYyXzKnsn0z8SgOI3SZ3txqd0s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DcEs4Kd3EQyTck3DcSRc55+k21PIf1hS0aTJp6ZKC3oU9wC0NHbktBxN+ZOnSKUdD457D1rRQyMZte3OTngXw2BkrW8SSq0f4RgIvL1Q/75JlZk9Bx4Hkoapw+TXe+Bd3IbddConK2FJbptTyVaEp8luCNiwglFU98CNmGQFAE0= Received: by 10.115.55.1 with SMTP id h1mr1269025wak.1187877788968; Thu, 23 Aug 2007 07:03:08 -0700 (PDT) Received: by 10.114.192.19 with HTTP; Thu, 23 Aug 2007 07:03:08 -0700 (PDT) Message-ID: Date: Thu, 23 Aug 2007 16:03:08 +0200 From: usleepless@gmail.com To: fbsd2@a1poweruser.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 14:29:55 -0000 > It only takes 2-3 weeks after changing my email address I use on the list > before I start receiving spam on the new email address. > Other non-fbsd lists I belong to remove the posters email address before the > post gets sent to the list members. > Why can't this list do the same thing so the posters email address don't > show up in the archives on the news group servers where spammers harvest the > posters email address for targeting spam to? how about installing a proper spam-filter? you could add a chapter to your handbook too. myself is reading these kind of lists through gmail, and i hardly see any spam coming by. regards, usleep From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 14:39:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A9F416A469 for ; Thu, 23 Aug 2007 14:39:24 +0000 (UTC) (envelope-from david.robillard@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.186]) by mx1.freebsd.org (Postfix) with ESMTP id 223B913C48A for ; Thu, 23 Aug 2007 14:39:24 +0000 (UTC) (envelope-from david.robillard@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so371963rvb for ; Thu, 23 Aug 2007 07:39:23 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=k+5o4zsTItw8+KFsUly4xyCznzI58o5eikdyi/xGP1VHXRMVJp2G59cfy1YxOm1y/z8byUHAXNSQAKYlNSQDbphmsXgUmbrVzv73Z/I59jioZMvqDCfE7PT2MZWy5TVrYXm1Rz4oMYWHzHUPL3/+EpdWAH6XxRl+aYgGqh4Hdy4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=pReSc0wXRsYAAcEaDw4NtTwSXt3eYpMMNQCZxi8fDG6/ZZAR3sc/s4bAHUa6sj7ivJ4nCB7a5cJ3ERLuOUpWp1xmNGAJhHooVvivhUKJkwv8dS0+GKfWi1aSB3VCQkBQi8eaT6sx4me836K3/hDncAxEOBJJDGZ64W5Yvp8gXvc= Received: by 10.141.21.19 with SMTP id y19mr27639rvi.1187878233447; Thu, 23 Aug 2007 07:10:33 -0700 (PDT) Received: by 10.141.113.20 with HTTP; Thu, 23 Aug 2007 07:10:33 -0700 (PDT) Message-ID: <226ae0c60708230710p22c5781qf10430e17c21b785@mail.gmail.com> Date: Thu, 23 Aug 2007 10:10:33 -0400 From: "David Robillard" To: "Olivier Nicole" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: FreeBSD Questions Subject: Re: Configuring OpenLDAP on FreeBSD 6.2 Release, Problems. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 14:39:24 -0000 > Sorry, I am pretty new with LDAP too :) I have no documentation beside > the one I found from Googling around. Hi Olivier, There are a few good books about LDAP out there, but most of them are quite old unfortunately. Anyhow, I found that reading "LDAP System Administration" by Gerald Carter from O'Reilly was a good help in understanding LDAP, deploying OpenLDAP and configuring applications to fetch data from the LDAP directory (i.e. sendmail, replace NIS, PAM, FTP, Apache, DNS, etc). Get more info at http://www.oreilly.com/catalog/ldapsa/index.html For a more in depth look into LDAP itself, get your hands on "Understanding and Deploying LDAP Directory Services" by Timothy A. Howes & al. from Addison-Wesley. Again, it's rather old, but will still help your understanding of LDAP quite a lot. Check it out on Amazon at http://www.amazon.ca/Understanding-Deploying-LDAP-Directory-Services/dp/0672323168/ref=wl_itt_dp/702-7398595-5616835?ie=UTF8&coliid=IDX1KGHZ13UXH&colid=CWBQ1L7F8P6P Next is the "Oracle Internet Directory Administrator's Guide" document which covers LDAP very well, just don't read the Oracle specific stuff if you're not interested. You can reach this doc for free at http://download-east.oracle.com/docs/cd/B14099_11/idmanage.1012/b14082/toc.htm Finally, for a more OpenLDAP centric book, look for "OpenLDAP by Example: Practical Exercises in LDAP Directory Deployment" by John H. Terpstra & Benjamin Coles from Prentice Hall PTR. Contrary to the other books, this one is not yet published (as you can see from http://www.amazon.ca/OpenLDAP-Example-Practical-Exercises-Deployment/dp/0131488732/ref=wl_itt_dp/702-7398595-5616835?ie=UTF8&coliid=I1YEUBXAR8YIE3&colid=CWBQ1L7F8P6P ;) Seems quite promising. We'll see Good luck, David -- David Robillard UNIX systems administrator & Oracle DBA CISSP, RHCE & Sun Certified Security Administrator Montreal: +1 514 966 0122 From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 14:43:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDAA716A41B for ; Thu, 23 Aug 2007 14:43:53 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by mx1.freebsd.org (Postfix) with ESMTP id A585C13C45E for ; Thu, 23 Aug 2007 14:43:53 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so444458wxd for ; Thu, 23 Aug 2007 07:43:53 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:x-priority:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=IEFLNq+/WoJ7oD/py/UZNujCALNhuEQotEg7Znfz7bWpdlGgrovt+XBiETfm80Me6jLNomUDiKsKIYAcon8H5S4NMn/Z3kxacfSCHrljBoEAYSFkffShEflINemgdU54pmI/m2UBBT2yELRUJ+wBGI/nsCkhbBaqdHD9dmR9dMU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:x-priority:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=IoBBj17OzShaYj8QjNql7DXJ3CKzOiuEC8h0crpi+XOs+sznlMjiPPiD9eL3Qi2ptO/uy+oUvipZIzK/Kfi+mNbqtgh9tD2q30qFqUn/ZfHoQfMDUO9CxKHJ8ggJoH5S1bSGHmvqkPzDTXc91pmIFMlR9xNxkpZrYfIskjy6pkc= Received: by 10.90.105.20 with SMTP id d20mr264521agc.1187880232763; Thu, 23 Aug 2007 07:43:52 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id z80sm2943977pyg.2007.08.23.07.43.50 (version=SSLv3 cipher=OTHER); Thu, 23 Aug 2007 07:43:51 -0700 (PDT) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.3) X-Priority: 3 (Normal) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <5AC5DFA6-D681-4EF1-B37C-FD586B23D031@gmail.com> Content-Transfer-Encoding: 7bit From: Eric Crist Date: Thu, 23 Aug 2007 09:43:43 -0500 To: fbsd2@a1poweruser.com X-Mailer: Apple Mail (2.752.3) Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 14:43:54 -0000 On Aug 23, 2007, at 8:11 AMAug 23, 2007, fbsd2 wrote: > It only takes 2-3 weeks after changing my email address I use on > the list > before I start receiving spam on the new email address. > Other non-fbsd lists I belong to remove the posters email address > before the > post gets sent to the list members. > Why can't this list do the same thing so the posters email address > don't > show up in the archives on the news group servers where spammers > harvest the > posters email address for targeting spam to? I've been a list a participant for many years, and I've not had a huge problem with spam that hasn't been able to be dealt with through the use of tools like SpamAssassin and my mail client's built-in anti- spam filters. Unfortunately, there really isn't any way to make 100% certain that your email address won't end up on a spammer's list, unless you never use the address. If you're not going to use it, however, what's the point. You've got the right idea by using a different account for list messages and such. Just do your best to use the tools at your disposal. ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 14:49:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 204D216A418 for ; Thu, 23 Aug 2007 14:49:58 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 3102513C49D for ; Thu, 23 Aug 2007 14:49:56 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7NEnYUx023638; Thu, 23 Aug 2007 16:49:34 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7NEnXPe023635; Thu, 23 Aug 2007 16:49:33 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 23 Aug 2007 16:49:32 +0200 (CEST) From: Wojciech Puchar To: Ivan Voras In-Reply-To: Message-ID: <20070823164918.T23634@wojtek.tensor.gdynia.pl> References: <46CC7BFD.2090204@boosten.org> <303328.25712.qm@web53302.mail.re2.yahoo.com> <20070822202334.GA23267@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: ls there any way to limit the server resource per user? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 14:49:58 -0000 >> available as a module. > > ipfw+dummynet can do that also, and they are available as modules (no need to > rebuild the kernel). > used for some times, no problems. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 14:52:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CB7516A418 for ; Thu, 23 Aug 2007 14:52:57 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id ADB5A13C45E for ; Thu, 23 Aug 2007 14:52:56 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7NEqo1R023678; Thu, 23 Aug 2007 16:52:50 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7NEqoWx023675; Thu, 23 Aug 2007 16:52:50 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 23 Aug 2007 16:52:49 +0200 (CEST) From: Wojciech Puchar To: "Bahman M." In-Reply-To: <6d62f69a0708210302h57c45e63nb08999b2ad03b831@mail.gmail.com> Message-ID: <20070823165044.V23634@wojtek.tensor.gdynia.pl> References: <6d62f69a0708210302h57c45e63nb08999b2ad03b831@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Minimal gateway hardware configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 14:52:57 -0000 > (cheap) PC to act as the gateway. The hardware specification is > CPU: Pentium II at 433MHz > RAM: 128MB > HDD: IDE 4GB > LAN Card: D-Link 538FE > > Internet connection is a slow one below 512Kbps and there is only one > other node than the gateway in the network. > > Is the configuration enough? for pure gateway/nat 486 with 8MB RAM is enough with netbsd, and with freebsd will be too but i'm not sure FreeBSD can be used on 8MB, for sure it can on 16. i'm using such configurations (486/25 to 50, 8MB RAM) many places. hardware was for free. on machine you specified you may use squid and make your mailserver etc. without problems. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 14:54:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF2B516A473 for ; Thu, 23 Aug 2007 14:54:31 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 0D39813C474 for ; Thu, 23 Aug 2007 14:54:30 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7NEsO9I023716; Thu, 23 Aug 2007 16:54:24 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7NEsOkC023713; Thu, 23 Aug 2007 16:54:24 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 23 Aug 2007 16:54:23 +0200 (CEST) From: Wojciech Puchar To: "Bahman M." In-Reply-To: <6d62f69a0708210350r75c1a0ach395e9f481df07f2b@mail.gmail.com> Message-ID: <20070823165350.J23634@wojtek.tensor.gdynia.pl> References: <6d62f69a0708210302h57c45e63nb08999b2ad03b831@mail.gmail.com> <20070821101607.GA3819@owl.midgard.homeip.net> <6d62f69a0708210350r75c1a0ach395e9f481df07f2b@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Minimal gateway hardware configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 14:54:32 -0000 >> > Then my configuration is not minimal I'd say :-) > Thanks. so make use of it's huge power. first make gateway, then add squid at least. possibly mail etc. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 14:55:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D846716A418 for ; Thu, 23 Aug 2007 14:55:16 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id F221013C48D for ; Thu, 23 Aug 2007 14:55:15 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7NEt9Le023729; Thu, 23 Aug 2007 16:55:10 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7NEt9hl023726; Thu, 23 Aug 2007 16:55:09 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 23 Aug 2007 16:55:09 +0200 (CEST) From: Wojciech Puchar To: "Bahman M." In-Reply-To: <6d62f69a0708220537rc5ee1an6ae8b50d3abd1b3b@mail.gmail.com> Message-ID: <20070823165434.U23634@wojtek.tensor.gdynia.pl> References: <6d62f69a0708210302h57c45e63nb08999b2ad03b831@mail.gmail.com> <20070821101607.GA3819@owl.midgard.homeip.net> <6d62f69a0708210350r75c1a0ach395e9f481df07f2b@mail.gmail.com> <6d62f69a0708220537rc5ee1an6ae8b50d3abd1b3b@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Minimal gateway hardware configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 14:55:16 -0000 > One other question -a bit silly: > If I use that configuration as the gateway, can it be left on and > working 24x7? I mean, regarding the _hardware_, how often does it need > to be powered off: once a day, once a week, ... to prevent hardware > failures such as HDD crash? actually disks feel better when running 24/7. other elements too. stable temperature etc... From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 14:56:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEE4816A479 for ; Thu, 23 Aug 2007 14:56:04 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6C03D13C4F8 for ; Thu, 23 Aug 2007 14:56:03 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7NEtvgS023742; Thu, 23 Aug 2007 16:55:57 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7NEttfV023739; Thu, 23 Aug 2007 16:55:56 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 23 Aug 2007 16:55:55 +0200 (CEST) From: Wojciech Puchar To: Manolis Kiagias In-Reply-To: <46CC3517.9050404@otenet.gr> Message-ID: <20070823165520.V23634@wojtek.tensor.gdynia.pl> References: <6d62f69a0708210302h57c45e63nb08999b2ad03b831@mail.gmail.com> <20070821101607.GA3819@owl.midgard.homeip.net> <6d62f69a0708210350r75c1a0ach395e9f481df07f2b@mail.gmail.com> <6d62f69a0708220537rc5ee1an6ae8b50d3abd1b3b@mail.gmail.com> <46CC3517.9050404@otenet.gr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: "Bahman M." , freebsd-questions@freebsd.org Subject: Re: Minimal gateway hardware configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 14:56:04 -0000 > You will be pleasantly surprised to find out that with adequate cooling > and a good quality power supply, most standard PCs can go on for ages > without a single problem, no shutdowns, no reboots. A UPS is also such low end (by today standards) machine is actually better. it rarely overheats. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 14:58:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78DBE16A41B for ; Thu, 23 Aug 2007 14:58:17 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9EBAB13C465 for ; Thu, 23 Aug 2007 14:58:16 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7NEw2EJ023790; Thu, 23 Aug 2007 16:58:03 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7NEw1qg023787; Thu, 23 Aug 2007 16:58:02 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 23 Aug 2007 16:58:01 +0200 (CEST) From: Wojciech Puchar To: Sean Murphy In-Reply-To: <46CC8077.4050906@calarts.edu> Message-ID: <20070823165731.P23634@wojtek.tensor.gdynia.pl> References: <46CC8077.4050906@calarts.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: syslog redundancy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 14:58:17 -0000 > Can syslogd provide failover redundancy to another box? yes. man syslogd man syslog.conf and i must say - it works. very well for a long time > > Should I configure my devices to send to two different syslogd servers? (if > the devices allow more then one syslogd box to log to. If not I would like > to know if the first option is available.) > _______________________________________________ > 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 23 15:02:23 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D241A16A419 for ; Thu, 23 Aug 2007 15:02:23 +0000 (UTC) (envelope-from anonymous@s15241389.onlinehome-server.info) Received: from s15241389.onlinehome-server.info (s15241389.onlinehome-server.info [87.106.80.211]) by mx1.freebsd.org (Postfix) with ESMTP id 4505513C4B4 for ; Thu, 23 Aug 2007 15:02:23 +0000 (UTC) (envelope-from anonymous@s15241389.onlinehome-server.info) Received: (qmail 24199 invoked by uid 30); 23 Aug 2007 05:49:12 +0200 Date: 23 Aug 2007 05:49:12 +0200 Message-ID: <20070823034912.24198.qmail@s15241389.onlinehome-server.info> To: questions@freebsd.org From: Brian Grahams MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Cc: Subject: Donation Manager Needed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: application@savethepoor.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 15:02:23 -0000 0SAVE THE POOR 64 Newman Street London W1T 3EF United Kingdom Tel Number: +447045706173, 447045730586 Fax: +447075700316 Website: www.savethepoor.org Email: application@savethepoor.org stevelewis@savethepoor.org This message is of most importance to all North American and European Union residents This is a job-offer for USA and EU residents only. Requirements and benefits: Monthly gross salary: 1500-3000 EUR per month (1800-3600 USD) Age limit: 18-80 Possible career growth and promotion opportunity Internet access, mobile or home phone number Part-time (1-3hr per day) and full-time employment (8hr per day) SAVE THE POOR ORGANIZATION is looking for new friends and collaborators in North America and Europe. Become a part of our donating system that includes international donations to Motherless babies homes , Deafs , Single Mothers , Orphans ,AIDS Children ,Poor/Needy Family Care Packages ,Homeless "Ladies Rest",Pregnant Teens/Baby Shelters from poorest European countries. Our program does not charge or ask You to invest anything. We do not try to take Your money. Our regional sponsors and investors from different European Union and USA regions have already accepted our offer and are now the investing affiliates in our multi-national donating program. Collaborate with our investors during the donation process and earn from 1500 EUR (1800 USD) up to 3000 EUR (3600 USD) gross salary per month. Together we can make this program work with maximum efficiency and thus have an opportunity to ease the sufferings and minimize the needs of thousands of people. Save the Poor is one of the leading UK consultants to the not-for-profit sector. We help charities, educational and public sector organizations to raise capital and revenue funding, recruit key people, develop their existing activities and plan ahead. We are a Non-Governmental organization funded majorly by donations we receive from firms and individuals in the form of payments donated towards our worthy cause. Previously we designated one of our employees in the accounts department to make the trips to pick up payments from each country,but this becoming too expensive and most times not cost effective for them to come down and receive such payment twice in a month,therefore the organization has decided to increase its international workforce in a bid to cut eventual cost and improve efficiency. SAVE THE POOR as decided to seek you to work for our organization as a Donation Manager/Accountant/Customer Service Rep in receiving donations from our donators in your country. The organization is willing to pay you 10% for every payment received by you from our donators who makes donations through you. New employees are also entitled to an UP FRONT ALLOWANCE PAYMENT which would be paid to them at the end of the fiscal year. Just incase you are concerned about how we got to your contact, it was through the American Chamber of Commerce for trust worthy individuals ,we were directed on how to make an online search. If you are interested in the Post ,we will want you to visit our website and fill the application form directly for the Donation Manager or the other Posts. http://www.savethepoor.org/employment.htm Thank You very much for Your time and for Your desire to help the ones who really need our help and joint support. Regards, Brian Grahams. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 15:08:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EB7F16A49C for ; Thu, 23 Aug 2007 15:08:07 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id 676B813C45B for ; Thu, 23 Aug 2007 15:08:03 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id BAA19097; Fri, 24 Aug 2007 01:07:51 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Fri, 24 Aug 2007 01:07:51 +1000 (EST) From: Ian Smith To: Karol Kwiatkowski In-Reply-To: <46CD5295.4050406@gmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Chris , freebsd-questions@freebsd.org, Bill Moran Subject: Re: fsck strangeness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 15:08:07 -0000 On Thu, 23 Aug 2007, Karol Kwiatkowski wrote: > Ian Smith wrote: > > On Thu, 23 Aug 2007, Karol Kwiatkowski wrote: > > > Ian Smith wrote: > > > > On Wed, 22 Aug 2007, Chris wrote: > > > > > If its bad to run fsck on a mounted read,write then why does > > > > > background fsck do it? or you talking about foreground fsck only? > > > > > > > > Well I was referring to foreground fsck, and I still don't know why > > > > running it on a mounted fs is 'bad' when fsck runs in 'NO WRITE' mode > > > > anyway when it finds a fs is mounted, hence my query above. > > > > > > Here's my understanding: > > > > > > Mounted fs (rw) isn't in stable state, there may be some writes to it - > > > daemons, buffers flushes, etc. In this condition fsck can report > > > inconsistency. And fsck running in 'NO WRITE' won't help anyway :) > > > > a) Absolutely. > > > > b) Indeed it usually does, fairly consistently, especially on /var. > > > > c) No it won't help (except where it can help locate problems in a real > > mess like bad blocks), but the assertion in question was, can it hurt? > > Ah sorry, I missed that. With 'NO WRITE' one can suppose it shouldn't > hurt anything except performance ;) > > I made a quick scan through the source and it looks like it won't: > - in src/sbin/fsck_ffs/setup.c > if fs is mounted rw fswritefd is set to -1 Ah, the source, who would have thought .. so it does .. if (bkgrdflag == 0 && (nflag || (fswritefd = open(dev, O_WRONLY)) < 0)) { fswritefd = -1; if (preen) pfatal("NO WRITE ACCESS"); printf(" (NO WRITE)"); } .. which explore answered the flip side of my query, I think: fsck (in fg mode) _will_ update an fs mounted readonly, unless -n is specified. > - in src/sbin/fsck_ffs/fsutil.c > blwrite(), flush() and ckfini() won't write anything if fswritefd<0 > > Unless, of course, I'm missing something. I'll keep using -n to be sure for 'casual' fsck, never failed me, and one day I may figure out how bg fsck works. Thanks for the tute :) Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 15:10:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C47316A469 for ; Thu, 23 Aug 2007 15:10:03 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.228]) by mx1.freebsd.org (Postfix) with ESMTP id 9429B13C469 for ; Thu, 23 Aug 2007 15:10:02 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by nz-out-0506.google.com with SMTP id l8so307201nzf for ; Thu, 23 Aug 2007 08:10:01 -0700 (PDT) Received: by 10.114.127.1 with SMTP id z1mr25569wac.1187881801060; Thu, 23 Aug 2007 08:10:01 -0700 (PDT) Received: from ?192.168.1.102? ( [67.189.206.211]) by mx.google.com with ESMTPS id 39sm3302362wrl.2007.08.23.08.09.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 23 Aug 2007 08:10:00 -0700 (PDT) Date: Thu, 23 Aug 2007 11:10:20 -0400 To: User Questions Organization: Seibercom.net In-Reply-To: <200708231432.l7NEW3Yv017532@mi0.bluebottle.com> References: <200708231432.l7NEW3Yv017532@mi0.bluebottle.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20070823110216.B0EB.GERARD-SEIBERT@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.31 [en] From: Gerard Subject: Re[2]: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 15:10:03 -0000 On August 23, 2007 at 10:31AM Jonathan Shoemaker wrote: > fbsd2> Why should the subscribed members have to deal with spam > fbsd2> just for the connivance of people who are too lazy to > fbsd2> subscribe? > > fbsd2> This list admin needs to get their priorities straight. > fbsd2> Subscribed members protection comes before the lazy public. > > A lot of people who migrate to freebsd have never been confronted with > anything more complex than windows, so it makes sense to make getting > help as easy as possible. The experience of converting to a *nix > system is a daunting one for a first-timer; it takes a whole new shift in > thinking, and people adapt at different rates. Bear in mind, though, > that these people may one day end up being the ones to contribute new > improvements, ports, assistance, and so forth. Doesn't it make sense > for a free, community supported operating system to provide that > support in the easiest manner possible? I employed Windows for years before ever venturing to try FBSD. Doing that time I subscribed to numerous mailing list. I fail to see any correlation between migrating from a Windows based OS to a FBSD one has to do with subscribing to a list. Anyone, with the possible exception of an AOL'er and an occasional Googler could accomplish that feat. Compromising the fundamental security and privacy of the end user is more important than servicing those who lack the ability and or ambition to subscribe to a mail forum like this. -- Gerard From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 15:10:37 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A4DD16A418 for ; Thu, 23 Aug 2007 15:10:37 +0000 (UTC) (envelope-from anonymous@s15241389.onlinehome-server.info) Received: from s15241389.onlinehome-server.info (s15241389.onlinehome-server.info [87.106.80.211]) by mx1.freebsd.org (Postfix) with ESMTP id D298B13C45A for ; Thu, 23 Aug 2007 15:10:36 +0000 (UTC) (envelope-from anonymous@s15241389.onlinehome-server.info) Received: (qmail 28435 invoked by uid 30); 23 Aug 2007 05:50:03 +0200 Date: 23 Aug 2007 05:50:03 +0200 Message-ID: <20070823035003.28434.qmail@s15241389.onlinehome-server.info> To: questions@freebsd.org From: Brian Grahams MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Cc: Subject: Donation Manager Needed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: application@savethepoor.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 15:10:37 -0000 0SAVE THE POOR 64 Newman Street London W1T 3EF United Kingdom Tel Number: +447045706173, 447045730586 Fax: +447075700316 Website: www.savethepoor.org Email: application@savethepoor.org stevelewis@savethepoor.org This message is of most importance to all North American and European Union residents This is a job-offer for USA and EU residents only. Requirements and benefits: Monthly gross salary: 1500-3000 EUR per month (1800-3600 USD) Age limit: 18-80 Possible career growth and promotion opportunity Internet access, mobile or home phone number Part-time (1-3hr per day) and full-time employment (8hr per day) SAVE THE POOR ORGANIZATION is looking for new friends and collaborators in North America and Europe. Become a part of our donating system that includes international donations to Motherless babies homes , Deafs , Single Mothers , Orphans ,AIDS Children ,Poor/Needy Family Care Packages ,Homeless "Ladies Rest",Pregnant Teens/Baby Shelters from poorest European countries. Our program does not charge or ask You to invest anything. We do not try to take Your money. Our regional sponsors and investors from different European Union and USA regions have already accepted our offer and are now the investing affiliates in our multi-national donating program. Collaborate with our investors during the donation process and earn from 1500 EUR (1800 USD) up to 3000 EUR (3600 USD) gross salary per month. Together we can make this program work with maximum efficiency and thus have an opportunity to ease the sufferings and minimize the needs of thousands of people. Save the Poor is one of the leading UK consultants to the not-for-profit sector. We help charities, educational and public sector organizations to raise capital and revenue funding, recruit key people, develop their existing activities and plan ahead. We are a Non-Governmental organization funded majorly by donations we receive from firms and individuals in the form of payments donated towards our worthy cause. Previously we designated one of our employees in the accounts department to make the trips to pick up payments from each country,but this becoming too expensive and most times not cost effective for them to come down and receive such payment twice in a month,therefore the organization has decided to increase its international workforce in a bid to cut eventual cost and improve efficiency. SAVE THE POOR as decided to seek you to work for our organization as a Donation Manager/Accountant/Customer Service Rep in receiving donations from our donators in your country. The organization is willing to pay you 10% for every payment received by you from our donators who makes donations through you. New employees are also entitled to an UP FRONT ALLOWANCE PAYMENT which would be paid to them at the end of the fiscal year. Just incase you are concerned about how we got to your contact, it was through the American Chamber of Commerce for trust worthy individuals ,we were directed on how to make an online search. If you are interested in the Post ,we will want you to visit our website and fill the application form directly for the Donation Manager or the other Posts. http://www.savethepoor.org/employment.htm Thank You very much for Your time and for Your desire to help the ones who really need our help and joint support. Regards, Brian Grahams. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 15:24:30 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9882D16A421 for ; Thu, 23 Aug 2007 15:24:30 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::5e5]) by mx1.freebsd.org (Postfix) with ESMTP id 561F413C4B0 for ; Thu, 23 Aug 2007 15:24:30 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (cpe-68-175-8-11.hvc.res.rr.com [68.175.8.11]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id l7NFORJN099116 for ; Thu, 23 Aug 2007 11:24:27 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id l7NFOMMp030487 for ; Thu, 23 Aug 2007 11:24:22 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id l7NFOMDk030486 for questions@freebsd.org; Thu, 23 Aug 2007 11:24:22 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200708231524.l7NFOMDk030486@himinbjorg.tucs-beachin-obx-house.com> To: questions@freebsd.org Date: Thu, 23 Aug 2007 11:24:22 -0400 (EDT) In-Reply-To: <20070823034912.24198.qmail@s15241389.onlinehome-server.info> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: Re: Donation Manager Needed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 15:24:30 -0000 Hi, I know its REALLY bad form to feed the trolls, but I found this seriously funny... ESPECIALLY when you look up the WHOIS record for this and it mentions "Lagos, Nigeria". Tuc From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 15:24:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EADE316A481 for ; Thu, 23 Aug 2007 15:24:55 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from bay0-omc1-s12.bay0.hotmail.com (bay0-omc1-s12.bay0.hotmail.com [65.54.246.84]) by mx1.freebsd.org (Postfix) with ESMTP id D613613C46C for ; Thu, 23 Aug 2007 15:24:55 +0000 (UTC) (envelope-from lisandrogrullon07@hotmail.com) Received: from BAY116-W21 ([64.4.38.121]) by bay0-omc1-s12.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Thu, 23 Aug 2007 08:24:55 -0700 Message-ID: X-Originating-IP: [199.219.138.254] From: Lisandro Grullon To: Date: Thu, 23 Aug 2007 11:24:55 -0400 Importance: Normal MIME-Version: 1.0 X-OriginalArrivalTime: 23 Aug 2007 15:24:55.0733 (UTC) FILETIME=[C2625650:01C7E599] Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: RE: Configuring OpenLDAP on FreeBSD 6.2 Release, Problems. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 15:24:56 -0000 =20 The concept of openLDAP and its integration with FreeBSD seems pretty broad= and somewhat overwelm, I found a hint link, yet I am looking for a more sp= ecific article that would elaborate in depth the aspects of openLDAP and Fr= eeBSD at a corporate level. =20 http://www.bsdforums.org/forums/showthread.php?t=3D49221 =20 Thank in advance for your help and if see anything relate to this let me/us= know. > Date: Thu, 23 Aug 2007 09:21:09 +0700> From: on@cs.ait.ac.th> To: = lisandrogrullon07@hotmail.com> CC: freebsd-questions@freebsd.org> Subject: = Re: Configuring OpenLDAP on FreeBSD 6.2 Release, Problems.> > > I think it = may be a problem there, do you have any how to for that configur=3D> > atio= n, in case I can double check. Off course besides the info provide at o=3D>= > penldap.org. Thanks in advance.> > Sorry, I am pretty new with LDAP too = :) I have no documentation beside> the one I found from Googling around.> >= Olivier> _______________________________________________> freebsd-question= s@freebsd.org mailing list> http://lists.freebsd.org/mailman/listinfo/freeb= sd-questions> To unsubscribe, send any mail to "freebsd-questions-unsubscri= be@freebsd.org" _________________________________________________________________ See what you=92re getting into=85before you go there http://newlivehotmail.com/?ocid=3DTXT_TAGHM_migration_HM_viral_preview_0507= From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 15:35:32 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3CB916A417 for ; Thu, 23 Aug 2007 15:35:32 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: from pizzabox.cyberleo.net (alpha.cyberleo.net [198.145.45.10]) by mx1.freebsd.org (Postfix) with ESMTP id 6C36413C45D for ; Thu, 23 Aug 2007 15:35:32 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: (qmail 70322 invoked from network); 23 Aug 2007 15:35:31 -0000 Received: from adsl-75-3-84-39.dsl.chcgil.sbcglobal.net (HELO ?172.16.44.14?) (cyberleo@cyberleo.net@75.3.84.39) by alpha.cyberleo.net with ESMTPA; 23 Aug 2007 15:35:31 -0000 Message-ID: <46CDA93B.3040502@cyberleo.net> Date: Thu, 23 Aug 2007 10:35:23 -0500 From: CyberLeo Kitsana User-Agent: Thunderbird 2.0.0.6 (X11/20070819) MIME-Version: 1.0 To: fbsd2@a1poweruser.com References: In-Reply-To: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 15:35:32 -0000 fbsd2 wrote: > It only takes 2-3 weeks after changing my email address I use on the list > before I start receiving spam on the new email address. > Other non-fbsd lists I belong to remove the posters email address before the > post gets sent to the list members. > Why can't this list do the same thing so the posters email address don't > show up in the archives on the news group servers where spammers harvest the > posters email address for targeting spam to? Every message that comes through the list has the 'List-id: ' header. If spam is a concern, you could always set up a dedicated list email address and have your MUA delete anything to that address not containing that header. This would prevent people from replying to you directly, but they wouldn't anyways if your email address wasn't listed in the first place. Personally, the most infuriating spam I get is the 'Message delivery failure' messages received en masse from poorly configured mail servers when some spammer decides to use my address as the return-path. -- Fuzzy love, -CyberLeo Technical Administrator CyberLeo.Net Webhosting http://www.CyberLeo.Net Furry Peace! - http://wwww.fur.com/peace/ From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 15:52:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A103316A417 for ; Thu, 23 Aug 2007 15:52:03 +0000 (UTC) (envelope-from rambiusparkisanius@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by mx1.freebsd.org (Postfix) with ESMTP id 4B15813C474 for ; Thu, 23 Aug 2007 15:52:03 +0000 (UTC) (envelope-from rambiusparkisanius@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so398157wra for ; Thu, 23 Aug 2007 08:52:00 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TBckjlKRYRDbFFgF8imsUepkwvxirpFVNr1hOz1T0uLqAKFeP75KlEg+TD5i9v6TBf9LblQADLsoxAT2eQnbeszMXS79YLBYM3v+SkLFwRIUuuikZ53y6pGyj/9NIpHV1MYlqP18eENIiO6/IgdbBelRZKCxekEdFD4V9LwhcRE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=s5W8jOEWdUz55rThTaFYPdfNgrbf0P1Vr/piLWzJFzt+siW8PLnHBnEYOSeKsi4TOrCADaKZuAHLPS3zAoAcC/iNQ+p7MJS18WenMSp24Il30PpbBAlhin+08FEOUIvIOtompCjjn78Xta+W0GVTAMBFpmDy5od26LY3R7nQEVQ= Received: by 10.90.90.3 with SMTP id n3mr1864490agb.1187882740420; Thu, 23 Aug 2007 08:25:40 -0700 (PDT) Received: by 10.90.86.11 with HTTP; Thu, 23 Aug 2007 08:25:40 -0700 (PDT) Message-ID: <89ce7f740708230825k5c493f76y5f2529e34d08fded@mail.gmail.com> Date: Thu, 23 Aug 2007 11:25:40 -0400 From: "Ivan \"Rambius\" Ivanov" To: "FreeBSD Questions" In-Reply-To: <226ae0c60708230710p22c5781qf10430e17c21b785@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <226ae0c60708230710p22c5781qf10430e17c21b785@mail.gmail.com> Subject: Re: Configuring OpenLDAP on FreeBSD 6.2 Release, Problems. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 15:52:03 -0000 Hello, On 8/23/07, David Robillard wrote: > > Sorry, I am pretty new with LDAP too :) I have no documentation beside > > the one I found from Googling around. > > Hi Olivier, > > There are a few good books about LDAP out there, but most of them are > quite old unfortunately. Anyhow, I found that reading "LDAP System > Administration" by Gerald Carter from O'Reilly was a good help in > understanding LDAP, deploying OpenLDAP and configuring applications to > fetch data from the LDAP directory (i.e. sendmail, replace NIS, PAM, > FTP, Apache, DNS, etc). Get more info at > http://www.oreilly.com/catalog/ldapsa/index.html I really recommend this book. Its initial chapters helped me get openldap up and running just for a couple of hours. Since I am also interested in programming and scripting with ldap I also found helpful "Deploying OpenLDAP" by Tom Jackiewicz http://www.amazon.com/gp/product/1590594134/105-1483603-1926857. It contains a chapter discussing the LDAP APIs for a couple of languages. Regards Rambius -- Tangra Mega Rock: http://www.radiotangra.com From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 15:55:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BF7E16A419 for ; Thu, 23 Aug 2007 15:55:41 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: from pizzabox.cyberleo.net (alpha.cyberleo.net [198.145.45.10]) by mx1.freebsd.org (Postfix) with ESMTP id B68BB13C461 for ; Thu, 23 Aug 2007 15:55:40 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: (qmail 70967 invoked from network); 23 Aug 2007 15:55:40 -0000 Received: from adsl-75-3-84-39.dsl.chcgil.sbcglobal.net (HELO ?172.16.44.14?) (cyberleo@cyberleo.net@75.3.84.39) by alpha.cyberleo.net with ESMTPA; 23 Aug 2007 15:55:40 -0000 Message-ID: <46CDADF4.5070801@cyberleo.net> Date: Thu, 23 Aug 2007 10:55:32 -0500 From: CyberLeo Kitsana User-Agent: Thunderbird 2.0.0.6 (X11/20070819) MIME-Version: 1.0 To: Ian Smith References: In-Reply-To: Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Chris , freebsd-questions@freebsd.org, Bill Moran Subject: Re: fsck strangeness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 15:55:41 -0000 Ian Smith wrote: > My knowledge of this is thin, despite reading McKusick's paper through > several times, but we're told that background fsck runs on a snapshot of > the fs concerned. How any bg fsck corrections are woven back into the > live fs later is still a mystery to me, but that's because I still have > an only barely superficial understanding of how snapshots work .. Background FSCK only repairs a small subset of filesystem incosistencies. Specifically, those inconsistencies that softupdates allows to occur, such as data blocks allocated out of the bitmap, but not actually assigned to any inode. Background FSCK only needs to find these (by looking at a fully consistent and unchanging snapshot of the filesystem) and deallocate them in the live filesystem, a simple operation given that it's guaranteed nothing will be using a block that is both marked used and not assigned to anything. -- Fuzzy love, -CyberLeo Technical Administrator CyberLeo.Net Webhosting http://www.CyberLeo.Net Furry Peace! - http://wwww.fur.com/peace/ From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 16:43:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3332B16A419 for ; Thu, 23 Aug 2007 16:43:16 +0000 (UTC) (envelope-from Patrick.Baldwin@studsvik.com) Received: from bostonserver.studsvik-analytic.com (firewall.studsvik-analytic.com [155.212.59.75]) by mx1.freebsd.org (Postfix) with ESMTP id E5C8313C474 for ; Thu, 23 Aug 2007 16:43:15 +0000 (UTC) (envelope-from Patrick.Baldwin@studsvik.com) Received: from [127.0.0.1] (pc162.studsvik-analytic.com [192.168.169.162]) by bostonserver.studsvik-analytic.com (8.12.5/8.12.5) with ESMTP id l7NGLsYb029724 for ; Thu, 23 Aug 2007 12:21:54 -0400 (EDT) Message-ID: <46CDB649.8060102@studsvik.com> Date: Thu, 23 Aug 2007 12:31:05 -0400 From: Patrick Baldwin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) 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 X-MailScanner: Found to be clean Subject: FreeBSD USB disks - booting and backups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Patrick.Baldwin@studsvik.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 16:43:16 -0000 I'm thinking of backing up my FreeBSD 6.2 webmail server by installing FreeBSD onto the USB, and then dumping the whole filesystem onto the USB. That way, in the event of a drive failure, I can boot off the USB drive, and then just restore everything onto the webmail server. Has anyone else done this? I haven't found any mention via Google, which has me concerned that there might be a good reason no one's done this that I haven't thought of. One issue I ran into thus far has been the 500 GB Western Digital MyBook USB drive I tried first makes my system crash when I plug it in. I can get another USB drive and repurpose the one I've got right now, but before I put any more resources into this idea, I thought I'd bounce it off some experts. Any suggestions, links, etc. welcomed. Particularly for large capacity USB drives that won't crash my system. Regards, -- Patrick Baldwin Systems Administrator Studsvik Scandpower, Inc. 1087 Beacon St. Newton, MA 02459 1-617-965-7455 From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 16:57:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05A8216A41A for ; Thu, 23 Aug 2007 16:57:06 +0000 (UTC) (envelope-from peter@bsdly.net) Received: from skapet.datadok.no (cl-426.sto-01.se.sixxs.net [IPv6:2001:16d8:ff00:1a9::2]) by mx1.freebsd.org (Postfix) with ESMTP id A91FA13C457 for ; Thu, 23 Aug 2007 16:57:05 +0000 (UTC) (envelope-from peter@bsdly.net) Received: from thingy.bsdly.net ([10.168.103.11] helo=thingy.datadok.no.bsdly.net ident=peter) by skapet.datadok.no with esmtp (Exim 4.62) (envelope-from ) id 1IOFzU-0001el-9T for freebsd-questions@freebsd.org; Thu, 23 Aug 2007 18:57:04 +0200 To: freebsd-questions@freebsd.org References: From: peter@bsdly.net (Peter N. M. Hansteen) Date: Thu, 23 Aug 2007 18:57:02 +0200 In-Reply-To: (fbsd2@a1poweruser.com's message of "Thu, 23 Aug 2007 09:11:21 -0400") Message-ID: <87r6lumboh.fsf@thingy.datadok.no> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.19 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 16:57:06 -0000 "fbsd2" writes: > It only takes 2-3 weeks after changing my email address I use on the list > before I start receiving spam on the new email address. Spammers have their robots harvest addresses from a number of sources, including but not limited to web pages of all kinds and any and all files accessible from malware infected hosts. > Other non-fbsd lists I belong to remove the posters email address > before the post gets sent to the list members. Why can't this list > do the same thing Seriously, I can see some logic in removing or obfuscating email addresses in web accessible list archives, but making it hard to impossible for other list subscribers to followup to poster would make the freebsd mailing lists a lot less useful. Making spammers fun to watch: Publish your list of known bad spamtrap addresses, watch them use their harvested garbage to trigger their own descent into the spamd tarpit. Details via selected posts in my blog (the blogspot.com ref in the signature). Cheers, -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://bsdly.blogspot.com/ http://www.datadok.no/ http://www.nuug.no/ "Remember to set the evil bit on all malicious network traffic" delilah spamd[29949]: 85.152.224.147: disconnected after 42673 seconds. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 17:57:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8808016A41B for ; Thu, 23 Aug 2007 17:57:32 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id 3E21313C46A for ; Thu, 23 Aug 2007 17:57:30 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id DAA23909; Fri, 24 Aug 2007 03:57:17 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Fri, 24 Aug 2007 03:57:16 +1000 (EST) From: Ian Smith To: CyberLeo Kitsana In-Reply-To: <46CDADF4.5070801@cyberleo.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Chris , freebsd-questions@freebsd.org, Bill Moran Subject: Re: fsck strangeness X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 17:57:32 -0000 On Thu, 23 Aug 2007, CyberLeo Kitsana wrote: > Ian Smith wrote: > > My knowledge of this is thin, despite reading McKusick's paper through > > several times, but we're told that background fsck runs on a snapshot of > > the fs concerned. How any bg fsck corrections are woven back into the > > live fs later is still a mystery to me, but that's because I still have > > an only barely superficial understanding of how snapshots work .. > > Background FSCK only repairs a small subset of filesystem > incosistencies. Specifically, those inconsistencies that softupdates > allows to occur, such as data blocks allocated out of the bitmap, but > not actually assigned to any inode. Background FSCK only needs to find > these (by looking at a fully consistent and unchanging snapshot of the > filesystem) and deallocate them in the live filesystem, a simple > operation given that it's guaranteed nothing will be using a block that > is both marked used and not assigned to anything. Thanks for that nutshell, CL. Sometimes little bits help the most <&^}= From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 18:11:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CA0016A417 for ; Thu, 23 Aug 2007 18:11:58 +0000 (UTC) (envelope-from toreld@netscape.net) Received: from mail46.e.nsc.no (mail46.e.nsc.no [193.213.115.46]) by mx1.freebsd.org (Postfix) with ESMTP id E791F13C459 for ; Thu, 23 Aug 2007 18:11:57 +0000 (UTC) (envelope-from toreld@netscape.net) Received: from [62.16.185.216] (062016185216.customer.alfanett.no [62.16.185.216]) (authenticated bits=0) by mail46.nsc.no (8.13.8/8.13.5) with ESMTP id l7NIBuOS022608 for ; Thu, 23 Aug 2007 20:11:56 +0200 (MEST) Message-ID: <46CDCDAD.2000403@netscape.net> Date: Thu, 23 Aug 2007 20:10:53 +0200 From: Tore Lund User-Agent: Thunderbird 2.0.0.4 (X11/20070626) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <87r6lumboh.fsf@thingy.datadok.no> In-Reply-To: <87r6lumboh.fsf@thingy.datadok.no> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 18:11:58 -0000 Peter N. M. Hansteen wrote: > Seriously, I can see some logic in removing or obfuscating email > addresses in web accessible list archives, but making it hard to > impossible for other list subscribers to followup to poster would make > the freebsd mailing lists a lot less useful. Maybe so. But we could be allowed to register two addresses - one that we use for sending and another one for reception of list mail. And if someone prefers to use a bogus sending address, that should not matter as long as the other address is real. I should like to see a system of this sort (or similar) on all the FreeBSD mailing lists. -- Tore From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 18:45:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1506B16A419 for ; Thu, 23 Aug 2007 18:45:13 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id DEF5613C442 for ; Thu, 23 Aug 2007 18:45:12 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.137] (unknown [70.168.226.150]) by a.cs.okstate.edu (Postfix) with ESMTP id DED4EA07A3 for ; Thu, 23 Aug 2007 13:45:11 -0500 (CDT) Message-ID: <46CDD5A1.9040508@cs.okstate.edu> Date: Thu, 23 Aug 2007 13:44:49 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.6 (X11/20070809) MIME-Version: 1.0 To: User Questions References: <200708231432.l7NEW3Yv017532@mi0.bluebottle.com> <20070823110216.B0EB.GERARD-SEIBERT@seibercom.net> In-Reply-To: <20070823110216.B0EB.GERARD-SEIBERT@seibercom.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 18:45:13 -0000 Written by Gerard on 08/23/07 10:10>> > On August 23, 2007 at 10:31AM Jonathan Shoemaker wrote: > > >> fbsd2> Why should the subscribed members have to deal with spam >> fbsd2> just for the connivance of people who are too lazy to >> fbsd2> subscribe? >> >> fbsd2> This list admin needs to get their priorities straight. >> fbsd2> Subscribed members protection comes before the lazy public. >> >> A lot of people who migrate to freebsd have never been confronted with >> anything more complex than windows, so it makes sense to make getting >> help as easy as possible. The experience of converting to a *nix >> system is a daunting one for a first-timer; it takes a whole new shift in >> thinking, and people adapt at different rates. Bear in mind, though, >> that these people may one day end up being the ones to contribute new >> improvements, ports, assistance, and so forth. Doesn't it make sense >> for a free, community supported operating system to provide that >> support in the easiest manner possible? > > > I employed Windows for years before ever venturing to try FBSD. Doing > that time I subscribed to numerous mailing list. I fail to see any > correlation between migrating from a Windows based OS to a FBSD one has > to do with subscribing to a list. Anyone, with the possible exception > of an AOL'er and an occasional Googler could accomplish that feat. > Compromising the fundamental security and privacy of the end user is > more important than servicing those who lack the ability and or > ambition to subscribe to a mail forum like this. > > First, your anonymity and privacy is not under the care of the FreeBSD foundation, nor any other public mailing list that you volunteer your information to. Second, email is not the back door to your world. An email address is a point of contact for some entity on the internet, that's all. If you don't want it known, don't submit it a public record. Your privacy and security are your own responsibility. Third, this is not a forum. It is a mailing list. Mailing lists disseminate messages to a list of subscribers. That's all they do. If you want to talk on a forum, where your inbox is not involved, I suggest you look in to www.bsdforums.org. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 18:48:25 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F10816A418; Thu, 23 Aug 2007 18:48:25 +0000 (UTC) (envelope-from ngharibyan@arm.synisys.com) Received: from arm.synisys.com (mx.arm.synisys.com [91.103.27.98]) by mx1.freebsd.org (Postfix) with ESMTP id 0A15013C458; Thu, 23 Aug 2007 18:48:19 +0000 (UTC) (envelope-from ngharibyan@arm.synisys.com) Received: from sis2w001 by arm.synisys.com (MDaemon PRO v9.6.1) with ESMTP id md50000026636.msg; Thu, 23 Aug 2007 23:46:14 +0500 From: "Narek Gharibyan" To: Date: Thu, 23 Aug 2007 23:48:06 +0500 Message-ID: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 thread-index: AcfltiRFmQPjRJDKRg2tmstg2BbBrw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Spam-Processed: arm.synisys.com, Thu, 23 Aug 2007 23:46:14 +0500 (not processed: message from valid local sender) X-MDOP-RefID: str=0001.0A090202.46CDD667.0076,ss=1,fgs=0 (_st=1 _vt=0 _iwf=0) X-Return-Path: ngharibyan@arm.synisys.com X-Envelope-From: ngharibyan@arm.synisys.com X-MDAV-Processed: arm.synisys.com, Thu, 23 Aug 2007 23:46:15 +0500 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: load script at bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 18:48:25 -0000 #!/bin/sh Ping -Dc 3600 xxx.xxx.xxx.xxx | tail -4 >>/root/stat && date >> /root/stat && echo "===========================" >> /root/stat I wrote this script for collecting ping statistic (after I email to a group the stat file). 1. how can I run this at startup 2. how can I restart this script after 3600 counts down 3. Is there a program, script or any way more appropriate to track the packet loss and ping availability.? Thank you in advance From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 18:48:25 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F10816A418; Thu, 23 Aug 2007 18:48:25 +0000 (UTC) (envelope-from ngharibyan@arm.synisys.com) Received: from arm.synisys.com (mx.arm.synisys.com [91.103.27.98]) by mx1.freebsd.org (Postfix) with ESMTP id 0A15013C458; Thu, 23 Aug 2007 18:48:19 +0000 (UTC) (envelope-from ngharibyan@arm.synisys.com) Received: from sis2w001 by arm.synisys.com (MDaemon PRO v9.6.1) with ESMTP id md50000026636.msg; Thu, 23 Aug 2007 23:46:14 +0500 From: "Narek Gharibyan" To: Date: Thu, 23 Aug 2007 23:48:06 +0500 Message-ID: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 thread-index: AcfltiRFmQPjRJDKRg2tmstg2BbBrw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Spam-Processed: arm.synisys.com, Thu, 23 Aug 2007 23:46:14 +0500 (not processed: message from valid local sender) X-MDOP-RefID: str=0001.0A090202.46CDD667.0076,ss=1,fgs=0 (_st=1 _vt=0 _iwf=0) X-Return-Path: ngharibyan@arm.synisys.com X-Envelope-From: ngharibyan@arm.synisys.com X-MDAV-Processed: arm.synisys.com, Thu, 23 Aug 2007 23:46:15 +0500 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: load script at bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 18:48:25 -0000 #!/bin/sh Ping -Dc 3600 xxx.xxx.xxx.xxx | tail -4 >>/root/stat && date >> /root/stat && echo "===========================" >> /root/stat I wrote this script for collecting ping statistic (after I email to a group the stat file). 1. how can I run this at startup 2. how can I restart this script after 3600 counts down 3. Is there a program, script or any way more appropriate to track the packet loss and ping availability.? Thank you in advance From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 18:58:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CCD216A417 for ; Thu, 23 Aug 2007 18:58:56 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id A1BB213C465 for ; Thu, 23 Aug 2007 18:58:55 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7NIwjC3025804; Thu, 23 Aug 2007 20:58:45 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7NIwgTj025801; Thu, 23 Aug 2007 20:58:45 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 23 Aug 2007 20:58:42 +0200 (CEST) From: Wojciech Puchar To: Patrick Baldwin In-Reply-To: <46CDB649.8060102@studsvik.com> Message-ID: <20070823205805.B25633@wojtek.tensor.gdynia.pl> References: <46CDB649.8060102@studsvik.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD USB disks - booting and backups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 18:58:56 -0000 > I'm thinking of backing up my FreeBSD 6.2 webmail server by installing > FreeBSD onto the USB, and then dumping the whole filesystem onto the USB. > That way, in the event of a drive failure, I can boot off the > USB drive, and then just restore everything onto the webmail server. good idea. man rsync :) > > Has anyone else done this? I haven't found any mention via Google, i'm doing this with my notebook. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 18:59:26 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F40D16A420 for ; Thu, 23 Aug 2007 18:59:26 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id A517913C48D for ; Thu, 23 Aug 2007 18:59:25 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1136463pyb for ; Thu, 23 Aug 2007 11:59:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=LlbugJwL2xvgdQW9KJ5sXsF4w72G7puXLXe8cv08Z31RYuKAnevKAPxPA9O0tZBVFLT9RPyex5j/JI9xbIS002lqhVRNnL0+FH75PESBpvJ6VC2Pr6N3PCjwlY4jbEAyUVdtlYUwx++DmEwQOQwxxRqCcTvpDolORof8wsEOpvI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=aEXqp/cPhBveJZYjYKZYMhZhXky3myNqDDY+UJOtVbA9KGFLpH7WHbdxP9kSqEOa9vxf4Y72rZ2sujwLX7OgB6DUctFK/MtZKfNrzCT1wRU2cKbgZKy5PeZJakjruyWyOee2L6z+44mwAXFgC/tfTitfn7fKqbP+f6uSnZN+tYo= Received: by 10.35.49.1 with SMTP id b1mr2424392pyk.1187895564326; Thu, 23 Aug 2007 11:59:24 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id w38sm3316972pyg.2007.08.23.11.59.17 (version=SSLv3 cipher=OTHER); Thu, 23 Aug 2007 11:59:17 -0700 (PDT) In-Reply-To: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> References: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <665F72C1-5495-4BD3-98E4-F687FB7B7BDA@gmail.com> Content-Transfer-Encoding: 7bit From: Eric Crist Date: Thu, 23 Aug 2007 13:59:09 -0500 To: "Narek Gharibyan" X-Mailer: Apple Mail (2.752.3) Cc: questions@freebsd.org, freebsd-questions@freebsd.org Subject: Re: load script at bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 18:59:26 -0000 On Aug 23, 2007, at 1:48 PMAug 23, 2007, Narek Gharibyan wrote: > #!/bin/sh > > Ping -Dc 3600 xxx.xxx.xxx.xxx | tail -4 >>/root/stat && date >> / > root/stat > && echo "===========================" >> /root/stat > > > > I wrote this script for collecting ping statistic (after I email to > a group > the stat file). > > 1. how can I run this at startup You can use cron with an entry similar to: @reboot /path/to/script.sh This will work as long as your script has the execute bit set for the user trying to run it. > 2. how can I restart this script after 3600 counts down You can use something like sleep, or you can schedule, again using cron, the script to run every 3600 seconds. An entry such as: 0 * * * * /path/to/script.sh This will re-run your script every hour, on the hour. > 3. Is there a program, script or any way more appropriate to track the > packet loss and ping availability.? I would recommend using some nrpe module you write for nagios and/or cacti to monitor and even graph this information. > Thank you in advance No problem! ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 18:59:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F89416A421 for ; Thu, 23 Aug 2007 18:59:26 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id A526613C48E for ; Thu, 23 Aug 2007 18:59:25 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1136464pyb for ; Thu, 23 Aug 2007 11:59:24 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=LlbugJwL2xvgdQW9KJ5sXsF4w72G7puXLXe8cv08Z31RYuKAnevKAPxPA9O0tZBVFLT9RPyex5j/JI9xbIS002lqhVRNnL0+FH75PESBpvJ6VC2Pr6N3PCjwlY4jbEAyUVdtlYUwx++DmEwQOQwxxRqCcTvpDolORof8wsEOpvI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=aEXqp/cPhBveJZYjYKZYMhZhXky3myNqDDY+UJOtVbA9KGFLpH7WHbdxP9kSqEOa9vxf4Y72rZ2sujwLX7OgB6DUctFK/MtZKfNrzCT1wRU2cKbgZKy5PeZJakjruyWyOee2L6z+44mwAXFgC/tfTitfn7fKqbP+f6uSnZN+tYo= Received: by 10.35.49.1 with SMTP id b1mr2424392pyk.1187895564326; Thu, 23 Aug 2007 11:59:24 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id w38sm3316972pyg.2007.08.23.11.59.17 (version=SSLv3 cipher=OTHER); Thu, 23 Aug 2007 11:59:17 -0700 (PDT) In-Reply-To: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> References: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <665F72C1-5495-4BD3-98E4-F687FB7B7BDA@gmail.com> Content-Transfer-Encoding: 7bit From: Eric Crist Date: Thu, 23 Aug 2007 13:59:09 -0500 To: "Narek Gharibyan" X-Mailer: Apple Mail (2.752.3) Cc: questions@freebsd.org, freebsd-questions@freebsd.org Subject: Re: load script at bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 18:59:26 -0000 On Aug 23, 2007, at 1:48 PMAug 23, 2007, Narek Gharibyan wrote: > #!/bin/sh > > Ping -Dc 3600 xxx.xxx.xxx.xxx | tail -4 >>/root/stat && date >> / > root/stat > && echo "===========================" >> /root/stat > > > > I wrote this script for collecting ping statistic (after I email to > a group > the stat file). > > 1. how can I run this at startup You can use cron with an entry similar to: @reboot /path/to/script.sh This will work as long as your script has the execute bit set for the user trying to run it. > 2. how can I restart this script after 3600 counts down You can use something like sleep, or you can schedule, again using cron, the script to run every 3600 seconds. An entry such as: 0 * * * * /path/to/script.sh This will re-run your script every hour, on the hour. > 3. Is there a program, script or any way more appropriate to track the > packet loss and ping availability.? I would recommend using some nrpe module you write for nagios and/or cacti to monitor and even graph this information. > Thank you in advance No problem! ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 19:00:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0FA816A421 for ; Thu, 23 Aug 2007 19:00:11 +0000 (UTC) (envelope-from chrism@sixfeetup.com) Received: from mail.sixfeetup.com (mail.sixfeetup.com [208.96.32.101]) by mx1.freebsd.org (Postfix) with ESMTP id 90C7513C48A for ; Thu, 23 Aug 2007 19:00:11 +0000 (UTC) (envelope-from chrism@sixfeetup.com) Received: by mail.sixfeetup.com (Postfix, from userid 65534) id 470D028422; Thu, 23 Aug 2007 12:01:37 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on mail.sixfeetup.com X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00,HOT_NASTY autolearn=ham version=3.1.8 Received: from cell.sixfeetup.com (cell.sixfeetup.com [10.12.3.198]) by mail.sixfeetup.com (Postfix) with ESMTP id 2FDD82841C; Thu, 23 Aug 2007 12:01:35 -0700 (PDT) Message-ID: <46CDD938.2030303@sixfeetup.com> Date: Thu, 23 Aug 2007 15:00:08 -0400 From: Chris Morris User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Narek Gharibyan References: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> In-Reply-To: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org, freebsd-questions@freebsd.org Subject: Re: load script at bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 19:00:11 -0000 Take a look at SmokePing. We use it here to keep track of a mediocre internet connection. It graphs over time what your ping and latency was for any given target. http://oss.oetiker.ch/smokeping/ I'll let others address the starting at boot time, as I won't be able to describe it good. I will say that you should probably be looking at your /etc/rc.conf file. Make your script accessbile via a myscript_enable="YES" call, and you're well on your way. -- S i x F e e t U p | "Nowhere to go but open source" Silicon Valley: +1 (650) 401-8579 x609 Midwest: +1 (317) 861-5948 x609 Toll-Free: 1-866-SIX-FEET mailto:ChrisM@sixfeetup.com http://www.sixfeetup.com | Zope/Plone Custom Development Narek Gharibyan wrote: > #!/bin/sh > > Ping -Dc 3600 xxx.xxx.xxx.xxx | tail -4 >>/root/stat && date >> /root/stat > && echo "===========================" >> /root/stat > > > > I wrote this script for collecting ping statistic (after I email to a group > the stat file). > > 1. how can I run this at startup > > 2. how can I restart this script after 3600 counts down > > 3. Is there a program, script or any way more appropriate to track the > packet loss and ping availability.? > > > > Thank you in advance > > _______________________________________________ > 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 23 19:01:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7DC816A418 for ; Thu, 23 Aug 2007 19:01:15 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id CDE4013C469 for ; Thu, 23 Aug 2007 19:01:12 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l7NJ0Kp6016140; Thu, 23 Aug 2007 14:00:22 -0500 (CDT) Message-Id: <6.0.0.22.2.20070823135819.0256fc60@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Thu, 23 Aug 2007 13:59:37 -0500 To: "Narek Gharibyan" , From: Derek Ragona In-Reply-To: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> References: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: load script at bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 19:01:15 -0000 At 01:48 PM 8/23/2007, Narek Gharibyan wrote: >#!/bin/sh > >Ping -Dc 3600 xxx.xxx.xxx.xxx | tail -4 >>/root/stat && date >> /root/stat >&& echo "===========================" >> /root/stat > > > >I wrote this script for collecting ping statistic (after I email to a group >the stat file). > >1. how can I run this at startup > >2. how can I restart this script after 3600 counts down > >3. Is there a program, script or any way more appropriate to track the >packet loss and ping availability.? > > > >Thank you in advance Add your script to root's crontab. do a man on crontab for the exact syntax, but you can have it run @reboot then an interval. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 19:01:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29C1016A41A for ; Thu, 23 Aug 2007 19:01:59 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 2FF0213C483 for ; Thu, 23 Aug 2007 19:01:57 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7NJ1pCX025852 for ; Thu, 23 Aug 2007 21:01:51 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7NJ1pOJ025849 for ; Thu, 23 Aug 2007 21:01:51 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 23 Aug 2007 21:01:51 +0200 (CEST) From: Wojciech Puchar To: freebsd-questions@freebsd.org Message-ID: <20070823205956.P25814@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: PCIe gigabit network card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 19:01:59 -0000 i have to buy one, but i don't want to buy crappy/unsuported one. what chipset/manufacturer i should look at. they are for 20-40$ here, may brands many chips. please help. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 19:02:52 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7FB016A418 for ; Thu, 23 Aug 2007 19:02:52 +0000 (UTC) (envelope-from shantanoo@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.187]) by mx1.freebsd.org (Postfix) with ESMTP id 3D73513C4E9 for ; Thu, 23 Aug 2007 19:02:51 +0000 (UTC) (envelope-from shantanoo@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so426755rvb for ; Thu, 23 Aug 2007 12:02:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:from:subject:date:to:x-mailer; b=gIY2QjTrjbhWTzaPgldcWCzbXqdrsFcsHH2lzNKYo1k2rM2gc6Yqtq7Yz2xc1y2VUqCcyCgaB97RlmQ7Uy1BXa6ebkPMSfmzLgV28Z+6z4TfNlwW+T56xfXGl8cYy2GgfFCGFOeyeqCHRpGg/QwC5elKmQd3chscpUJpgZFlLVo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:from:subject:date:to:x-mailer; b=HcsRcHBLJyslMIPnIYw/MOK9DMOaEuHPsVvqTZW1/pHHfhSsoZv59yEBl4slI3d/wPs5AW3Pnit6R3DulDGvfwyFIdONIzpCm2Ehg276tkLNekO0E5K4KOzK/izNpcPhB4IMcWHB8waR8PM+1zlAO41gfzyHy2uZXrJDwRDMYjo= Received: by 10.141.97.5 with SMTP id z5mr1000471rvl.1187895770722; Thu, 23 Aug 2007 12:02:50 -0700 (PDT) Received: from ?192.168.0.2? ( [121.247.78.27]) by mx.google.com with ESMTPS id b2sm4182383rvf.2007.08.23.12.02.39 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Aug 2007 12:02:41 -0700 (PDT) In-Reply-To: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> References: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-9--864843042; protocol="application/pkcs7-signature" Message-Id: From: Shantanoo Mahajan Date: Fri, 24 Aug 2007 00:32:34 +0530 To: Narek Gharibyan X-Mailer: Apple Mail (2.752.3) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org, freebsd-questions@freebsd.org Subject: Re: load script at bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 19:02:52 -0000 --Apple-Mail-9--864843042 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On 24-Aug-07, at 12:18 AM, Narek Gharibyan wrote: > #!/bin/sh > > Ping -Dc 3600 xxx.xxx.xxx.xxx | tail -4 >>/root/stat && date >> / > root/stat > && echo "===========================" >> /root/stat > > > > I wrote this script for collecting ping statistic (after I email to > a group > the stat file). > > 1. how can I run this at startup > > 2. how can I restart this script after 3600 counts down > For 1 and 2, 'man cron', 'man crontab' > 3. Is there a program, script or any way more appropriate to track the > packet loss and ping availability.? You may write your own script which parses the output of ping using grep/awk/... regards, shantanoo --Apple-Mail-9--864843042-- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 19:02:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA33B16A419 for ; Thu, 23 Aug 2007 19:02:52 +0000 (UTC) (envelope-from shantanoo@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.186]) by mx1.freebsd.org (Postfix) with ESMTP id 3D81413C4F7 for ; Thu, 23 Aug 2007 19:02:51 +0000 (UTC) (envelope-from shantanoo@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so426754rvb for ; Thu, 23 Aug 2007 12:02:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:from:subject:date:to:x-mailer; b=gIY2QjTrjbhWTzaPgldcWCzbXqdrsFcsHH2lzNKYo1k2rM2gc6Yqtq7Yz2xc1y2VUqCcyCgaB97RlmQ7Uy1BXa6ebkPMSfmzLgV28Z+6z4TfNlwW+T56xfXGl8cYy2GgfFCGFOeyeqCHRpGg/QwC5elKmQd3chscpUJpgZFlLVo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:from:subject:date:to:x-mailer; b=HcsRcHBLJyslMIPnIYw/MOK9DMOaEuHPsVvqTZW1/pHHfhSsoZv59yEBl4slI3d/wPs5AW3Pnit6R3DulDGvfwyFIdONIzpCm2Ehg276tkLNekO0E5K4KOzK/izNpcPhB4IMcWHB8waR8PM+1zlAO41gfzyHy2uZXrJDwRDMYjo= Received: by 10.141.97.5 with SMTP id z5mr1000471rvl.1187895770722; Thu, 23 Aug 2007 12:02:50 -0700 (PDT) Received: from ?192.168.0.2? ( [121.247.78.27]) by mx.google.com with ESMTPS id b2sm4182383rvf.2007.08.23.12.02.39 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Aug 2007 12:02:41 -0700 (PDT) In-Reply-To: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> References: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-9--864843042; protocol="application/pkcs7-signature" Message-Id: From: Shantanoo Mahajan Date: Fri, 24 Aug 2007 00:32:34 +0530 To: Narek Gharibyan X-Mailer: Apple Mail (2.752.3) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org, freebsd-questions@freebsd.org Subject: Re: load script at bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 19:02:52 -0000 --Apple-Mail-9--864843042 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On 24-Aug-07, at 12:18 AM, Narek Gharibyan wrote: > #!/bin/sh > > Ping -Dc 3600 xxx.xxx.xxx.xxx | tail -4 >>/root/stat && date >> / > root/stat > && echo "===========================" >> /root/stat > > > > I wrote this script for collecting ping statistic (after I email to > a group > the stat file). > > 1. how can I run this at startup > > 2. how can I restart this script after 3600 counts down > For 1 and 2, 'man cron', 'man crontab' > 3. Is there a program, script or any way more appropriate to track the > packet loss and ping availability.? You may write your own script which parses the output of ping using grep/awk/... regards, shantanoo --Apple-Mail-9--864843042-- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 19:06:46 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C450D16A46B for ; Thu, 23 Aug 2007 19:06:46 +0000 (UTC) (envelope-from freebsd01@dgmm.net) Received: from lon-mail-1.gradwell.net (lon-mail-1.gradwell.net [193.111.201.125]) by mx1.freebsd.org (Postfix) with ESMTP id 3FDDB13C4B3 for ; Thu, 23 Aug 2007 19:06:46 +0000 (UTC) (envelope-from freebsd01@dgmm.net) Received: from lon-mail-1.gradwell.net ([193.111.201.125] helo=webmaker country=GB ident=dave*pop3^dgmm&net) by lon-mail-1.gradwell.net with esmtpa (Gradwell gwh-smtpd 1.250) id 46cddac4.4743.54 for freebsd-questions@freebsd.org; Thu, 23 Aug 2007 20:06:44 +0100 (envelope-sender ) From: dgmm To: "freebsd-questions@FreeBSD. ORG" Date: Thu, 23 Aug 2007 20:06:47 +0100 User-Agent: KMail/1.9.6 References: <20070823131957.GA35322@owl.midgard.homeip.net> <20070823135221.GA35537@owl.midgard.homeip.net> In-Reply-To: <20070823135221.GA35537@owl.midgard.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708232006.47499.freebsd01@dgmm.net> Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 19:06:46 -0000 On Thursday 23 August 2007, Erik Trulsson wrote: > For this list (freebsd-questions@) in particular it is intentionally and > explicitly the case that one does not need to be subscribed to post here. > This is because it is the main support forum for FreeBSD, and much > documentation exists directing people to ask their questions here. This does, in fact, open up a distinct possibility for list subscribers who want to stop their address being harvested. Subscribe to the list with one email address such that one receives the list emails but post to the list with a different address. -- Dave From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 19:09:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A33D16A417 for ; Thu, 23 Aug 2007 19:09:53 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 1410C13C428 for ; Thu, 23 Aug 2007 19:09:52 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-31-60.bredband.comhem.se ([83.253.31.60]:51238 helo=falcon.midgard.homeip.net) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1IOI40-0000oG-3T for freebsd-questions@freebsd.org; Thu, 23 Aug 2007 21:09:52 +0200 Received: (qmail 42507 invoked from network); 23 Aug 2007 21:09:48 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 23 Aug 2007 21:09:48 +0200 Received: (qmail 37189 invoked by uid 1001); 23 Aug 2007 21:09:48 +0200 Date: Thu, 23 Aug 2007 21:09:48 +0200 From: Erik Trulsson To: Wojciech Puchar Message-ID: <20070823190948.GA37140@owl.midgard.homeip.net> Mail-Followup-To: Wojciech Puchar , freebsd-questions@freebsd.org References: <20070823205956.P25814@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070823205956.P25814@wojtek.tensor.gdynia.pl> User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.31.60 X-Scan-Result: No virus found in message 1IOI40-0000oG-3T. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1IOI40-0000oG-3T 05da1365da51e9b088ff60a3accbbdbb Cc: freebsd-questions@freebsd.org Subject: Re: PCIe gigabit network card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 19:09:53 -0000 On Thu, Aug 23, 2007 at 09:01:51PM +0200, Wojciech Puchar wrote: > i have to buy one, but i don't want to buy crappy/unsuported one. > > what chipset/manufacturer i should look at. > > they are for 20-40$ here, may brands many chips. please help. > My suggestion would be to take a look at the 'Intel PRO/1000 PT' card. It works fine with FreeBSD and Intel's network cards are generally considered to be among the better ones. -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 19:23:30 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 684BE16A476 for ; Thu, 23 Aug 2007 19:23:30 +0000 (UTC) (envelope-from chrism@sixfeetup.com) Received: from mail.sixfeetup.com (mail.sixfeetup.com [208.96.32.101]) by mx1.freebsd.org (Postfix) with ESMTP id 5128913C45E for ; Thu, 23 Aug 2007 19:23:30 +0000 (UTC) (envelope-from chrism@sixfeetup.com) Received: by mail.sixfeetup.com (Postfix, from userid 65534) id 470D028422; Thu, 23 Aug 2007 12:01:37 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on mail.sixfeetup.com X-Spam-Level: X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00,HOT_NASTY autolearn=ham version=3.1.8 Received: from cell.sixfeetup.com (cell.sixfeetup.com [10.12.3.198]) by mail.sixfeetup.com (Postfix) with ESMTP id 2FDD82841C; Thu, 23 Aug 2007 12:01:35 -0700 (PDT) Message-ID: <46CDD938.2030303@sixfeetup.com> Date: Thu, 23 Aug 2007 15:00:08 -0400 From: Chris Morris User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Narek Gharibyan References: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> In-Reply-To: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org, freebsd-questions@freebsd.org Subject: Re: load script at bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 19:23:30 -0000 Take a look at SmokePing. We use it here to keep track of a mediocre internet connection. It graphs over time what your ping and latency was for any given target. http://oss.oetiker.ch/smokeping/ I'll let others address the starting at boot time, as I won't be able to describe it good. I will say that you should probably be looking at your /etc/rc.conf file. Make your script accessbile via a myscript_enable="YES" call, and you're well on your way. -- S i x F e e t U p | "Nowhere to go but open source" Silicon Valley: +1 (650) 401-8579 x609 Midwest: +1 (317) 861-5948 x609 Toll-Free: 1-866-SIX-FEET mailto:ChrisM@sixfeetup.com http://www.sixfeetup.com | Zope/Plone Custom Development Narek Gharibyan wrote: > #!/bin/sh > > Ping -Dc 3600 xxx.xxx.xxx.xxx | tail -4 >>/root/stat && date >> /root/stat > && echo "===========================" >> /root/stat > > > > I wrote this script for collecting ping statistic (after I email to a group > the stat file). > > 1. how can I run this at startup > > 2. how can I restart this script after 3600 counts down > > 3. Is there a program, script or any way more appropriate to track the > packet loss and ping availability.? > > > > Thank you in advance > > _______________________________________________ > 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 23 19:43:49 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE27016A46D for ; Thu, 23 Aug 2007 19:43:49 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id A239913C478 for ; Thu, 23 Aug 2007 19:43:47 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id D8DAF654FE for ; Thu, 23 Aug 2007 14:43:46 -0500 (CDT) Date: Thu, 23 Aug 2007 14:43:46 -0500 From: Paul Schmehl To: "freebsd-questions@FreeBSD. ORG" Message-ID: <48424AE4482EFBB0113C8C96@utd59514.utdallas.edu> In-Reply-To: <200708232006.47499.freebsd01@dgmm.net> References: <20070823131957.GA35322@owl.midgard.homeip.net> <20070823135221.GA35537@owl.midgard.homeip.net> <200708232006.47499.freebsd01@dgmm.net> X-Mailer: Mulberry/4.0.6 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========D01E4039F09C25B1F76B==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 19:43:49 -0000 --==========D01E4039F09C25B1F76B========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On Thursday, August 23, 2007 20:06:47 +0100 dgmm =20 wrote: > On Thursday 23 August 2007, Erik Trulsson wrote: >> For this list (freebsd-questions@) in particular it is intentionally and >> explicitly the case that one does not need to be subscribed to post = here. >> This is because it is the main support forum for FreeBSD, and much >> documentation exists directing people to ask their questions here. > > This does, in fact, open up a distinct possibility for list subscribers > who want to stop their address being harvested. > > Subscribe to the list with one email address such that one receives the > list emails but post to the list with a different address. Basically, what you (and others as well) are suggesting is that the list=20 maintainers do double the work so that you don't have to bother with spam=20 filtering. Seems rather self-centered to me. This is the internet. Spam is endemic. Short of encasing your computer in = concrete, there's no way to avoid getting spam **even if you never post to=20 a mailing list**. Either learn to deal with it or stop subscribing to=20 lists. --=20 Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========D01E4039F09C25B1F76B==========-- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 19:51:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86D4D16A418 for ; Thu, 23 Aug 2007 19:51:33 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id 04E2113C481 for ; Thu, 23 Aug 2007 19:51:32 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l7NJoZDJ046044; Thu, 23 Aug 2007 12:50:35 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l7NJoLqI046039; Thu, 23 Aug 2007 12:50:21 -0700 (PDT) (envelope-from kline) Date: Thu, 23 Aug 2007 12:50:15 -0700 From: Gary Kline To: "Peter N. M. Hansteen" Message-ID: <20070823195015.GA45853@thought.org> References: <87r6lumboh.fsf@thingy.datadok.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87r6lumboh.fsf@thingy.datadok.no> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: freebsd-questions@freebsd.org Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 19:51:33 -0000 On Thu, Aug 23, 2007 at 06:57:02PM +0200, Peter N. M. Hansteen wrote: > "fbsd2" writes: > > > It only takes 2-3 weeks after changing my email address I use on the list > > before I start receiving spam on the new email address. > > Spammers have their robots harvest addresses from a number of sources, > including but not limited to web pages of all kinds and any and all > files accessible from malware infected hosts. > > > Other non-fbsd lists I belong to remove the posters email address > > before the post gets sent to the list members. Why can't this list > > do the same thing > > Seriously, I can see some logic in removing or obfuscating email > addresses in web accessible list archives, but making it hard to > impossible for other list subscribers to followup to poster would make > the freebsd mailing lists a lot less useful. > > Making spammers fun to watch: Publish your list of known bad spamtrap > addresses, watch them use their harvested garbage to trigger their own > descent into the spamd tarpit. Details via selected posts in my blog > (the blogspot.com ref in the signature). > If your user login is "smith", you could have all mailing list mail sent to "smitty" and keep an open mutt or other reader a click away. Spam could be easily flagged ... . I'm bcc'ing this to my account with evolution to check out your blog info. I've run into problems with spamd and other suites. gary > Cheers, > -- > Peter N. M. Hansteen, member of the first RFC 1149 implementation team > http://bsdly.blogspot.com/ http://www.datadok.no/ http://www.nuug.no/ > "Remember to set the evil bit on all malicious network traffic" > delilah spamd[29949]: 85.152.224.147: disconnected after 42673 seconds. > _______________________________________________ > 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" -- Gary Kline kline@thought.org www.thought.org Public Service Unix From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 20:15:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B291F16A418 for ; Thu, 23 Aug 2007 20:15:55 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by mx1.freebsd.org (Postfix) with ESMTP id 4989F13C4E5 for ; Thu, 23 Aug 2007 20:15:49 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so611794fka for ; Thu, 23 Aug 2007 13:15:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=neR/l/TDCkbRsPabrxWdYLcHgGdvtQtkFmDINfsmtIuLzVO4EXRmyINctVVT/XebpYax+YqmpxZW+X0pTohHR7pWKH4FAgQnUlHQ9ur/BduhryHPccsD+pVdhpbKemVn2hYPyavBNzb4cVNz39ZornVk1LFSmu+uLmyI3WSjKIs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PeGt9lTepZlSHva13k7rjWAKEqUR47pBVUzOSjddmCzvLtDlLNXSDw7t1oenx3LUeBh4UzrPILkhYWCxouVFbebErHBklKAbc6zj5x1wGNTIBEZuoSoCIkKsZKKO+wYTtFAOwadAAK6592yfCss9htHlkefzXg/A0qHV67wCGH4= Received: by 10.82.174.20 with SMTP id w20mr4858598bue.1187900144931; Thu, 23 Aug 2007 13:15:44 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Thu, 23 Aug 2007 13:15:44 -0700 (PDT) Message-ID: Date: Thu, 23 Aug 2007 15:15:44 -0500 From: "illoai@gmail.com" To: "Paul Schmehl" In-Reply-To: <48424AE4482EFBB0113C8C96@utd59514.utdallas.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070823131957.GA35322@owl.midgard.homeip.net> <20070823135221.GA35537@owl.midgard.homeip.net> <200708232006.47499.freebsd01@dgmm.net> <48424AE4482EFBB0113C8C96@utd59514.utdallas.edu> Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 20:15:55 -0000 On 23/08/07, Paul Schmehl wrote: > --On Thursday, August 23, 2007 20:06:47 +0100 dgmm > wrote: > > > On Thursday 23 August 2007, Erik Trulsson wrote: > >> For this list (freebsd-questions@) in particular it is intentionally and > >> explicitly the case that one does not need to be subscribed to post here. > >> This is because it is the main support forum for FreeBSD, and much > >> documentation exists directing people to ask their questions here. > > > > This does, in fact, open up a distinct possibility for list subscribers > > who want to stop their address being harvested. > > > > Subscribe to the list with one email address such that one receives the > > list emails but post to the list with a different address. > > Basically, what you (and others as well) are suggesting is that the list > maintainers do double the work so that you don't have to bother with spam > filtering. > > Seems rather self-centered to me. > > This is the internet. Spam is endemic. Short of encasing your computer in > concrete, there's no way to avoid getting spam **even if you never post to > a mailing list**. Either learn to deal with it or stop subscribing to > lists. Just to toss in a couple of coppers: It is quite sad to see the general openness and respect of the internet bludgeoned into submission to some need for relief from these hideous human beings. Of course, it is the same reason you have to have unlisted phone numbers, do-not-call lists, bomb searches: humans. On the other side, the days of responsilbe admins and ISPs literally pulling the plug on irresponsible users seems long past as well. I suppose I am arguing for these lists continuing the way they are, and just dealing with the fact that spam outruns legitimate mails 3:1. -- -- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 20:20:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EC5016A421 for ; Thu, 23 Aug 2007 20:20:41 +0000 (UTC) (envelope-from r17fbsd@xxiii.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id DD3CB13C461 for ; Thu, 23 Aug 2007 20:20:40 +0000 (UTC) (envelope-from r17fbsd@xxiii.com) Received: from [172.23.23.190] (lan23.xxiii.com [208.62.177.50]) by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id l7NKKdHV058652; Thu, 23 Aug 2007 16:20:39 -0400 (EDT) (envelope-from r17fbsd@xxiii.com) Message-ID: <46CDEC26.9060904@xxiii.com> Date: Thu, 23 Aug 2007 16:20:54 -0400 From: Rob User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Paul Schmehl References: <20070823131957.GA35322@owl.midgard.homeip.net> <20070823135221.GA35537@owl.midgard.homeip.net> <200708232006.47499.freebsd01@dgmm.net> <48424AE4482EFBB0113C8C96@utd59514.utdallas.edu> In-Reply-To: <48424AE4482EFBB0113C8C96@utd59514.utdallas.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 20:20:41 -0000 Paul Schmehl wrote: > This is the internet. Spam is endemic. Short of encasing your computer > in concrete, there's no way to avoid getting spam **even if you never > post to a mailing list**. Either learn to deal with it or stop Bullshit. I've kept addresses spam-free for years. I usually use "disposable" ones for online purchasing, mailing lists, etc. What really SUCKS is the time I had to pretty much abandon a "good" address because I hit "sent" too !@#$#% soon sending something here -- the ONLY publicly archived list I'm on that DOESN'T obfuscate the sender's address AND allows anyone out there to post! From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 20:42:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB30016A417 for ; Thu, 23 Aug 2007 20:42:33 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id 5783D13C45D for ; Thu, 23 Aug 2007 20:42:33 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1183951pyb for ; Thu, 23 Aug 2007 13:42:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=QtLOI64C2u0a8a12d8CrznVP1p8PLxyyGlgCKw9x94JJ5fdp+fuV34Ny2s56A3iRPXzden37g3zr8XobrqubOGOuihvOObAM4o0QE6otxkSq6Cod+pmsGVwDcsU6ok2XQYI1/QhHh/BIXPo4vohtpnz3PjdBiZDocDt7GvuCvL4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=mjlQes8P2EBT2f8AyfEFtxcCcq6wccF+FgEOt0dL9yzaz+pKyx0LYVNv6oQxf7U7EdPouxBocJngkucMDYHrSETN8xZ+WOInkTHz+UQisoDe9akR2AQ1+W9jpH8Uz56TzklPAqZD380610yygb/yGMpMHocO08ZGxylTLeACbPc= Received: by 10.35.70.17 with SMTP id x17mr2530664pyk.1187901752185; Thu, 23 Aug 2007 13:42:32 -0700 (PDT) Received: from ?192.168.1.3? ( [209.240.66.157]) by mx.google.com with ESMTPS id f24sm3460093pyh.2007.08.23.13.42.28 (version=SSLv3 cipher=OTHER); Thu, 23 Aug 2007 13:42:29 -0700 (PDT) In-Reply-To: <46CDEC26.9060904@xxiii.com> References: <20070823131957.GA35322@owl.midgard.homeip.net> <20070823135221.GA35537@owl.midgard.homeip.net> <200708232006.47499.freebsd01@dgmm.net> <48424AE4482EFBB0113C8C96@utd59514.utdallas.edu> <46CDEC26.9060904@xxiii.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Eric Crist Date: Thu, 23 Aug 2007 15:42:20 -0500 To: Rob X-Mailer: Apple Mail (2.752.3) Cc: Paul Schmehl , "freebsd-questions@FreeBSD. ORG" Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 20:42:33 -0000 On Aug 23, 2007, at 3:20 PMAug 23, 2007, Rob wrote: > Paul Schmehl wrote: >> This is the internet. Spam is endemic. Short of encasing your >> computer in concrete, there's no way to avoid getting spam **even >> if you never post to a mailing list**. Either learn to deal with >> it or stop > > Bullshit. I've kept addresses spam-free for years. I usually use > "disposable" ones for online purchasing, mailing lists, etc. What > really SUCKS is the time I had to pretty much abandon a "good" > address because I hit "sent" too !@#$#% soon sending something here > -- the ONLY publicly archived list I'm on that DOESN'T obfuscate > the sender's address AND allows anyone out there to post! > You could choose to troll the list and not participate. The list has been set up this way for quite a long while, and I doubt there is going to be any changes made any time soon. ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 21:02:10 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A6C616A418 for ; Thu, 23 Aug 2007 21:02:10 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.185]) by mx1.freebsd.org (Postfix) with ESMTP id B31C013C465 for ; Thu, 23 Aug 2007 21:02:07 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so621564fka for ; Thu, 23 Aug 2007 14:02:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=W8ExqYOGXJQb5RGZmA+WcrlOEldoo4noGD6NGN01w72YbnzXviyf+wfQ04JCxG5MJR9ztkDh8gPinZ/grpaifH+EqpwpGbulP99gVwh0x+3FwtKBHQI628d3X20RTyq7hVMZ0tjpHG0dzVLTBT6k2G5tVRSaAt0y5Ub9OkM0WWw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AsIvUcIIFHaYuLWBE56GNidlMOFI1au9DL6sIHNI/kBN5SasXtKJ2N0AFyUc/FwjdDbxO9PCPi19Ry/rDJMmR2qK8Ce9gy2uPfRk4VV/oVbQX38ucHx5wbG4HUvnouMGVbHcc1BwO05qBysTP2emnawn0M+Ck+PpFPEHEYKOOjA= Received: by 10.82.136.4 with SMTP id j4mr4949776bud.1187902926043; Thu, 23 Aug 2007 14:02:06 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Thu, 23 Aug 2007 14:02:05 -0700 (PDT) Message-ID: Date: Thu, 23 Aug 2007 16:02:05 -0500 From: "illoai@gmail.com" To: "Tuc at T-B-O-H.NET" In-Reply-To: <200708231524.l7NFOMDk030486@himinbjorg.tucs-beachin-obx-house.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070823034912.24198.qmail@s15241389.onlinehome-server.info> <200708231524.l7NFOMDk030486@himinbjorg.tucs-beachin-obx-house.com> Cc: questions@freebsd.org Subject: Re: Donation Manager Needed X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 21:02:10 -0000 On 23/08/07, Tuc at T-B-O-H.NET wrote: > Hi, > > I know its REALLY bad form to feed the trolls, but I found > this seriously funny... ESPECIALLY when you look up the WHOIS record > for this and it mentions "Lagos, Nigeria". > He forgets to mention good quality, watertight boxes. Otherwise your poor tend to go bad after a while. -- -- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 21:10:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEC9616A41A for ; Thu, 23 Aug 2007 21:10:42 +0000 (UTC) (envelope-from peter@bsdly.net) Received: from skapet.datadok.no (cl-426.sto-01.se.sixxs.net [IPv6:2001:16d8:ff00:1a9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9C34F13C465 for ; Thu, 23 Aug 2007 21:10:42 +0000 (UTC) (envelope-from peter@bsdly.net) Received: from thingy.bsdly.net ([10.168.103.11] helo=thingy.datadok.no.bsdly.net ident=peter) by skapet.datadok.no with esmtp (Exim 4.62) (envelope-from ) id 1IOJwv-0002Fx-I6; Thu, 23 Aug 2007 23:10:41 +0200 To: Gary Kline References: <87r6lumboh.fsf@thingy.datadok.no> <20070823195015.GA45853@thought.org> From: peter@bsdly.net (Peter N. M. Hansteen) Date: Thu, 23 Aug 2007 23:10:38 +0200 In-Reply-To: <20070823195015.GA45853@thought.org> (Gary Kline's message of "Thu, 23 Aug 2007 12:50:15 -0700") Message-ID: <87mywilzxt.fsf@thingy.datadok.no> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.19 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 21:10:43 -0000 Gary Kline writes: > If your user login is "smith", you could have all mailing > list mail sent to "smitty" and keep an open mutt or other reader > a click away. Spam could be easily flagged ... . Yes, there are several things you could filter on. However the traplist activities are really about identifying spam sending hosts. If a machine we have not exchanged mail with in recent times tries to deliver mail to something bizarre like <3c86y7xj60op.fsf@amidala.datadok.no> (which looks like it was actually based on a GNUS message-ID), the message is either spam or in some very rare cases a bounce message triggered by an attempt to deliver spam. > I'm bcc'ing this to my account with evolution to check out your > blog info. I've run into problems with spamd and other suites. I would be interested in hearing what the problems were. It's worth noting that spamd from OpenBSD 4.1 onwards differs in several important ways from earlier versions. And also, it's important not to confuse this spamd with the program with the same name out of spamassassin. Cheers, -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://bsdly.blogspot.com/ http://www.datadok.no/ http://www.nuug.no/ "Remember to set the evil bit on all malicious network traffic" delilah spamd[29949]: 85.152.224.147: disconnected after 42673 seconds. From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 21:16:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F14716A417 for ; Thu, 23 Aug 2007 21:16:14 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id E2B7213C45D for ; Thu, 23 Aug 2007 21:16:13 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so557851nfb for ; Thu, 23 Aug 2007 14:16:12 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ILSY48QjgyhZRWjA1V/Bl7dc5gCBLWlWvO+BMtm6qqxtKSbXG74+RKclz29+bR9IGDKCBlIUyr+xOFDmfnKGwBuyl+/KpSgRG4fIZa3xf5rv1bE1SWrXXlde327RXXKic6GSh+eBXvlEWdqtUcP//9+5wkKrDRcsU7oFctNeumU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UR96TQ/W943XzAntcVEjWroJ+OPdo5C0Px+6wIX1tvCMNfveI5zzU+nOpzatxlHRNpeppd5ItTpp/laICrAiSEye3lkM2Y2rylirOJZ5B+lu7GcOQyeHI4waKniRUAoILBP3/1cVWwPn29gwy0oz0mGaiulP0rv7aab3R52ynMA= Received: by 10.82.100.1 with SMTP id x1mr5062991bub.1187903772058; Thu, 23 Aug 2007 14:16:12 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Thu, 23 Aug 2007 14:16:11 -0700 (PDT) Message-ID: Date: Thu, 23 Aug 2007 16:16:11 -0500 From: "illoai@gmail.com" To: "Nguyen Tam Chinh" In-Reply-To: <64b284310708220234n4a01cf47r3767079b6c50eb55@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64b284310708220234n4a01cf47r3767079b6c50eb55@mail.gmail.com> Cc: FreeBSD-Questions Subject: Re: It's top shows wrong load percent? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 21:16:14 -0000 On 22/08/07, Nguyen Tam Chinh wrote: . . . > vmstat -i shows that some kind of irq0: clk has a maximum value of > 1000. Does this matter? . . . I can't really help with your other problems, but: no, on a 2GHz machine 1000 is a fine value for that. In case you were curious, it can be set at boot-time via a "kern.hz=" line in your /boot/loader.conf. -- -- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 21:30:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D06116A480 for ; Thu, 23 Aug 2007 21:30:19 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.185]) by mx1.freebsd.org (Postfix) with ESMTP id 3105813C494 for ; Thu, 23 Aug 2007 21:30:19 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so627688fka for ; Thu, 23 Aug 2007 14:30:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kS0+moloGTlTJNNO1fV7Jfy1Waoyw+lbOhcin07YFEz5+ARKGCoVmUZ617p6Q0aqGFJZIqQFzoFJeJPduKLmMdScoRiq7Clp6H8aNi2NEtdd5a851eoRlt15ozs8Z6aLMqrg4/3YTnqoOEnNYft4STTwaZ69t4RwiENZfn8ighU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RDAKYkwWrl08asephh2ETgpx+YeWan29OJJxUWuDKeiP95I6xJxF2NUP39IcRtHnwmSW+SpZzZkMMYgWOK/yinxM5d3aOCexg/kDYPRBQJEhsCT3PRItTdSH4Pb/SFfuZCw2ApZlJ1nTLLfNn5gO/NxLWKQP8+DsEnm9ZvZBK/Q= Received: by 10.82.182.1 with SMTP id e1mr4010547buf.1187904617071; Thu, 23 Aug 2007 14:30:17 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Thu, 23 Aug 2007 14:30:16 -0700 (PDT) Message-ID: Date: Thu, 23 Aug 2007 16:30:16 -0500 From: "illoai@gmail.com" To: fbsd2@a1poweruser.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: wildcard usage in fetch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 21:30:19 -0000 On 21/08/07, fbsd2 wrote: > > > fetch -avrpAFU ftp://loginid:password@my.pics.com/IDX/ActivePhotos/*/*.* > > The /*/ directory is 2 positions in size and > contains 00 through 99 as directory names. > The *.* means all files in this directory. > > When I execute this I get logged in but get file > not found or not available error message. > > Is wildcard usage not allowed in ftp? > > How would you suggest to accomplish downloading source file > directory structure and their contents? On an offhand guess, your shell is handling the wildcards. Have you tried escaping them? -- -- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 21:34:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9612616A418 for ; Thu, 23 Aug 2007 21:34:10 +0000 (UTC) (envelope-from Patrick.Baldwin@studsvik.com) Received: from bostonserver.studsvik-analytic.com (firewall.studsvik-analytic.com [155.212.59.75]) by mx1.freebsd.org (Postfix) with ESMTP id 4BC0813C45B for ; Thu, 23 Aug 2007 21:34:09 +0000 (UTC) (envelope-from Patrick.Baldwin@studsvik.com) Received: from [127.0.0.1] (pc162.studsvik-analytic.com [192.168.169.162]) by bostonserver.studsvik-analytic.com (8.12.5/8.12.5) with ESMTP id l7NLPRYb003201 for ; Thu, 23 Aug 2007 17:25:28 -0400 (EDT) Message-ID: <46CDFD6F.6070502@studsvik.com> Date: Thu, 23 Aug 2007 17:34:39 -0400 From: Patrick Baldwin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <46CDB649.8060102@studsvik.com> <20070823205805.B25633@wojtek.tensor.gdynia.pl> In-Reply-To: <20070823205805.B25633@wojtek.tensor.gdynia.pl> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Subject: Re: FreeBSD USB disks - booting and backups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Patrick.Baldwin@studsvik.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 21:34:10 -0000 Wojciech Puchar wrote: >> I'm thinking of backing up my FreeBSD 6.2 webmail server by installing >> FreeBSD onto the USB, and then dumping the whole filesystem onto the >> USB. That way, in the event of a drive failure, I can boot off the >> USB drive, and then just restore everything onto the webmail server. > > > good idea. man rsync :) I was thinking about just dump, as I'm more familiar with it, but I'll check out rsync if you think it's better for this purpose. >> >> Has anyone else done this? I haven't found any mention via Google, > > > i'm doing this with my notebook. Great. What kind of drive? And have you actually had to do a restore? -- Patrick Baldwin Systems Administrator Studsvik Scandpower, Inc. 1087 Beacon St. Newton, MA 02459 1-617-965-7455 From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 21:37:54 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFB5416A417 for ; Thu, 23 Aug 2007 21:37:54 +0000 (UTC) (envelope-from freebsd01@dgmm.net) Received: from lon-mail-1.gradwell.net (lon-mail-1.gradwell.net [193.111.201.125]) by mx1.freebsd.org (Postfix) with ESMTP id 5AFA113C483 for ; Thu, 23 Aug 2007 21:37:54 +0000 (UTC) (envelope-from freebsd01@dgmm.net) Received: from lon-mail-1.gradwell.net ([193.111.201.125] helo=webmaker country=GB ident=dave&pop3*dgmm$net) by lon-mail-1.gradwell.net with esmtpa (Gradwell gwh-smtpd 1.250) id 46cdfe30.17257.8 for freebsd-questions@freebsd.org; Thu, 23 Aug 2007 22:37:52 +0100 (envelope-sender ) From: dgmm To: freebsd-questions@freebsd.org Date: Thu, 23 Aug 2007 22:37:53 +0100 User-Agent: KMail/1.9.6 References: <20070823131957.GA35322@owl.midgard.homeip.net> <200708232006.47499.freebsd01@dgmm.net> <48424AE4482EFBB0113C8C96@utd59514.utdallas.edu> In-Reply-To: <48424AE4482EFBB0113C8C96@utd59514.utdallas.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200708232237.53712.freebsd01@dgmm.net> Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 21:37:55 -0000 On Thursday 23 August 2007, Paul Schmehl wrote: > --On Thursday, August 23, 2007 20:06:47 +0100 dgmm > > wrote: > > On Thursday 23 August 2007, Erik Trulsson wrote: > >> For this list (freebsd-questions@) in particular it is intentionally a= nd > >> explicitly the case that one does not need to be subscribed to post > >> here. This is because it is the main support forum for FreeBSD, and mu= ch > >> documentation exists directing people to ask their questions here. > > > > This does, in fact, open up a distinct possibility for list subscribers > > who =A0want to stop their address being harvested. > > > > Subscribe to the list with one email address such that one receives the > > list =A0emails but post to the list with =A0a different address. > > Basically, what you (and others as well) are suggesting is that the list > maintainers do double the work so that you don't have to bother with spam > filtering. How does this equate to double the work for the list maintainers? I've nev= er=20 operated a mailing list so I don't understand what work is involved in=20 operating one or how that workload might be increased if some people post=20 with one name while having the automated system mail out to a different,=20 subscribed address > Seems rather self-centered to me. In what way? > This is the internet. =A0Spam is endemic. So rather than look for multiple methods to reduce the amount of incoming t= o=20 *my* address I should just accept it all and filter it locally? That seems rather irresponsible to me, ANy method which can help stop it=20 source appeaers on the face of it to be a better solution. > Short of encasing your computer in=20 > concrete, there's no way to avoid getting spam **even if you never post to > a mailing list**. =A0Either learn to deal with it or stop subscribing to > lists. I'm sure that attitude will appear welcoming to new users. =2D-=20 Dave From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 21:42:56 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA3DA16A417 for ; Thu, 23 Aug 2007 21:42:56 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from strange.locolomo.org (97.pool85-48-194.static.orange.es [85.48.194.97]) by mx1.freebsd.org (Postfix) with ESMTP id 9181D13C458 for ; Thu, 23 Aug 2007 21:42:54 +0000 (UTC) (envelope-from norgaard@locolomo.org) Received: from photon.locolomo.org (65.4-35-10-static.wifi.locolomo.org [10.35.4.65]) by strange.locolomo.org (Postfix) with ESMTP id B6BAF2E021; Thu, 23 Aug 2007 23:42:52 +0200 (CEST) Message-ID: <46CDFF5B.7000401@locolomo.org> Date: Thu, 23 Aug 2007 23:42:51 +0200 From: Erik Norgaard User-Agent: Thunderbird 2.0.0.0 (X11/20070522) MIME-Version: 1.0 To: fbsd2@a1poweruser.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 21:42:56 -0000 fbsd2 wrote: > It only takes 2-3 weeks after changing my email address I use on the list > before I start receiving spam on the new email address. I have been on this list for years, I have my mail address published on my web site and many other places. I hardly get any spam at all, I don't use any spam filter like spamassasin on the server, only regex on header and blocking a few ip's - simple stuff. I have had one spam mail today. I did briefly have a .com domain, and despite no external links and that I never used the address on public lists, it got almost instantly spammed. My conclusion is that you are more likely to be a target with a .com domain. Cheers, Erik -- Ph: +34.666334818 web: http://www.locolomo.org From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 22:27:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C742E16A417 for ; Thu, 23 Aug 2007 22:27:23 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id A17BB13C469 for ; Thu, 23 Aug 2007 22:27:23 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from monju-bosatsu.dreamtrack.dnsalias.com (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Thu, 23 Aug 2007 16:27:07 -0600 id 0017C00B.46CE09C4.00005965 Message-ID: <46CE09A8.2010304@crackmonkey.us> Date: Thu, 23 Aug 2007 23:26:48 +0100 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: VMware Player 2 Linux on 6.2-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 22:27:23 -0000 Hi all. Has anyone tried running VMware Player 2 for Linux under the FreeBSD Linux ABI? I'll give it a go myself, of course, but I'm interested in others' experiences. My RELENG_6_2 kernel/world build server works perfectly under the WinXP version of Player 2. I'm doing this because it'd be nice if I could suspend the VM, copy it to USB stick, transfer it to BSD and start it again, so I could use the Windows box for playing a game or watching a movie while the make runs. [I can't do that with the VM running. I find WinXP tends to panic if I try to run more than one application at once. Understandable really, since it only has 1GB RAM to play with.] I've installed the vmware3 port on my i386 6.2-RELEASE-p7 laptop, but of course that won't run Player 2 machines. Any thoughts? I don't know if anyone's interested to play with this VM, but if you are let me know and I'll put it on my website. Or a Torrent tracker maybe. It's not big, less than 400MB when compressed with 7-zip. A prepackaged USB stick sized kernel/world build server? Would that be useful to anyone apart from me? BTW the disk is only a 2000MB growable VMDK, so you can't use it for a distfiles repository or building ports. TiA, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 22:28:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 258E216A420 for ; Thu, 23 Aug 2007 22:28:19 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id F0EC813C457 for ; Thu, 23 Aug 2007 22:28:18 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 3C0DE7FEA for ; Thu, 23 Aug 2007 18:28:16 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id 074B9B65B6 for ; Thu, 23 Aug 2007 22:28:13 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Thu, 23 Aug 2007 22:28:12 +0000 References: <20070823131957.GA35322@owl.midgard.homeip.net> <48424AE4482EFBB0113C8C96@utd59514.utdallas.edu> <200708232237.53712.freebsd01@dgmm.net> In-Reply-To: <200708232237.53712.freebsd01@dgmm.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708232228.12274.lists-fbsd@shadypond.com> Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 22:28:19 -0000 On Thursday 23 August 2007 21:37:53 dgmm wrote: > > So rather than look for multiple methods to reduce the amount of incoming > to *my* address I should just accept it all and filter it locally? > > That seems rather irresponsible to me, ANy method which can help stop it > source appeaers on the face of it to be a better solution. I suggest you use a different email address for your mailing list subscriptions. You can filter so that any mail that does not come from a known list server is sent to /dev/null. Of course it will mean that any replies sent to you off-list would be lost but it would for the most part fix the spam problem. Don't let the spammers frustrate you :) From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 22:38:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7137C16A421 for ; Thu, 23 Aug 2007 22:38:34 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from mailrelay007.isp.belgacom.be (mailrelay007.isp.belgacom.be [195.238.6.173]) by mx1.freebsd.org (Postfix) with ESMTP id 1114113C458 for ; Thu, 23 Aug 2007 22:38:33 +0000 (UTC) (envelope-from tijl@ulyssis.org) Received: from 23.204-245-81.adsl-dyn.isp.belgacom.be (HELO kalimero.kotnet.org) ([81.245.204.23]) by mailrelay007.isp.belgacom.be with ESMTP; 24 Aug 2007 00:09:00 +0200 Received: from localhost (localhost [127.0.0.1]) by kalimero.kotnet.org (8.14.1/8.14.1) with ESMTP id l7NM8xcN038869; Fri, 24 Aug 2007 00:08:59 +0200 (CEST) (envelope-from tijl@ulyssis.org) From: Tijl Coosemans To: freebsd-questions@freebsd.org, Patrick.Baldwin@studsvik.com Date: Fri, 24 Aug 2007 00:08:57 +0200 User-Agent: KMail/1.9.7 References: <46CDB649.8060102@studsvik.com> In-Reply-To: <46CDB649.8060102@studsvik.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708240008.58635.tijl@ulyssis.org> Cc: Subject: Re: FreeBSD USB disks - booting and backups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 22:38:34 -0000 On Thursday 23 August 2007 18:31:05 Patrick Baldwin wrote: > I'm thinking of backing up my FreeBSD 6.2 webmail server by > installing FreeBSD onto the USB, and then dumping the whole > filesystem onto the USB. That way, in the event of a drive failure, > I can boot off the USB drive, and then just restore everything onto > the webmail server. > > Has anyone else done this? I haven't found any mention via Google, > which has me concerned that there might be a good reason no one's > done this that I haven't thought of. One issue I ran into thus far > has been the 500 GB Western Digital MyBook USB drive I tried first > makes my system crash when I plug it in. I can get another USB drive > and repurpose the one I've got right now, but before I put any more > resources into this idea, I thought I'd bounce it off some experts. > > Any suggestions, links, etc. welcomed. Particularly for large > capacity USB drives that won't crash my system. I use it for a different purpose than you, but I've installed FreeBSD onto a 120Gb Western Digital Passport (2.5") USB drive. It was just like installing normally and works like a charm. That USB drive isn't supposed to crash your system by the way. Have you filed a PR or something? From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 23:00:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B368B16A417 for ; Thu, 23 Aug 2007 23:00:21 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 8582813C442 for ; Thu, 23 Aug 2007 23:00:21 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id CE317654FE for ; Thu, 23 Aug 2007 18:00:20 -0500 (CDT) Date: Thu, 23 Aug 2007 18:00:20 -0500 From: Paul Schmehl To: freebsd-questions@freebsd.org Message-ID: <3C597D5B83F708C2E8D52922@utd59514.utdallas.edu> In-Reply-To: <200708232237.53712.freebsd01@dgmm.net> References: <20070823131957.GA35322@owl.midgard.homeip.net> <200708232006.47499.freebsd01@dgmm.net> <48424AE4482EFBB0113C8C96@utd59514.utdallas.edu> <200708232237.53712.freebsd01@dgmm.net> X-Mailer: Mulberry/4.0.6 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========4F26730FBFAC87285B33==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 23:00:21 -0000 --==========4F26730FBFAC87285B33========== Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On Thursday, August 23, 2007 22:37:53 +0100 dgmm =20 wrote: >> >> Basically, what you (and others as well) are suggesting is that the list >> maintainers do double the work so that you don't have to bother with = spam >> filtering. > > How does this equate to double the work for the list maintainers? I've > never operated a mailing list so I don't understand what work is > involved in operating one or how that workload might be increased if > some people post with one name while having the automated system mail > out to a different, subscribed address > Most modern mailing list software tests addresses periodically,=20 automatically to make sure they are accepting mail. Some have suggested=20 "solving" the spam problem by using throwaway addresses to send email to=20 the list **even if the address doesn't work**. Now the maintainers have to = maintain a separate list of exemptions and configure separate options so=20 that those throwaway addresses aren't dropped from the list automatically=20 after the requisite number of bounces. And endure the endless bounce=20 notifications from hundreds of thoughtless people. >> Seems rather self-centered to me. > > In what way? You have a problem. You want someone else to help you solve it by creating = more work for them so that you'll have less work to do. > >> This is the internet. =C2=A0Spam is endemic. > > So rather than look for multiple methods to reduce the amount of incoming > to *my* address I should just accept it all and filter it locally? > Absolutely. It isn't the responsibility of the rest of the world to solve=20 your problem. > That seems rather irresponsible to me, ANy method which can help stop it > source appeaers on the face of it to be a better solution. > Of course it does, because it requires no work on your part. It's always=20 "better" if you can get someone else to expend energy on your behalf while=20 you sit back and reap the benefits. That's why unthinking people love=20 socialism. >> Short of encasing your computer in >> concrete, there's no way to avoid getting spam **even if you never post >> to a mailing list**. =C2=A0Either learn to deal with it or stop = subscribing >> to lists. > > I'm sure that attitude will appear welcoming to new users. Gee, I'm sorry I hurt someone's feelings by suggesting they take=20 responsibility for their own problems. Let me get down on my knees and beg = forgiveness. I subscribe to more than 50 lists. You have no idea what a pleasure it is=20 to read, over and over again, about other people's problems with spam.=20 It's useless chatter that solves nothing and makes the list less valuable.=20 (And yes, you do enough of it, and I'll /dev/null your address and never=20 hear from you again.) If people took a few minutes to figure out how to=20 rid themselves of the spam, they'd accomplish more than all the endless=20 discussions about how to solve an unsolveable problem. --=20 Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========4F26730FBFAC87285B33==========-- From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 23:07:04 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F9D016A419 for ; Thu, 23 Aug 2007 23:07:04 +0000 (UTC) (envelope-from drumslayer2@yahoo.com) Received: from web34514.mail.mud.yahoo.com (web34514.mail.mud.yahoo.com [66.163.178.180]) by mx1.freebsd.org (Postfix) with SMTP id 23D2D13C491 for ; Thu, 23 Aug 2007 23:07:04 +0000 (UTC) (envelope-from drumslayer2@yahoo.com) Received: (qmail 60952 invoked by uid 60001); 23 Aug 2007 23:07:03 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=UVXFk7YCUugT0HWS37VHE3PcE3cp18KWoXfeUjnkQMLgHl6t6/48Esis4gdr1iFkqs/Vq0JVaHKnOUaYydoFMMXCc4fuLe5Zu5SLgPB2gWzsb35DRYy60mWPDCggPHAbjHY/N1VR46fojC++lIZXRHWkdt9MoFAQI52UswQoQBo=; X-YMail-OSG: qVmwy4QVM1lwnubXJPQpo4wPbNbZZHsQSp8I7XLyHOUE4x7uE9myV5tURPfH3i_3yAFVpA-- Received: from [67.112.21.27] by web34514.mail.mud.yahoo.com via HTTP; Thu, 23 Aug 2007 16:07:03 PDT Date: Thu, 23 Aug 2007 16:07:03 -0700 (PDT) From: "N. Harrington" To: JoaoBR , freebsd-amd64@freebsd.org In-Reply-To: <200708221138.07278.joao@matik.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <445153.60892.qm@web34514.mail.mud.yahoo.com> Cc: questions@freebsd.org, "N. Harrington" Subject: Re: What is a "sane" setting for maxdsize when running amd64? it seems many normal suggestions do not apply. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 23:07:04 -0000 --- JoaoBR wrote: > On Tuesday 21 August 2007 20:54:36 N. Harrington wrote: > > Hello > > I feel stupid, but I am confused about kern.maxdsiz (or datasize via > > limits command) on FreeBSD amd64. > > > > > I have seen many posts and suggestions to raise it to 1G. However it seems > > this only applies to i386. By default, on servers I have with 4G of > > physical memory, and 2X that of swap, I am showing a reported datasize > > limit of 33554432KB. far in excess of even my physical and swap combined! I > > have seen suggestions from mysql for maxdsize to be set to 1G. Obviously no > > such problem with amd64? > > on amd64 when maxdsiz not set it stops at 512 limit but soon you set it to 1G > it appearently is able to use more this is not the case on i386 - but I > would say don't worry about it > > on i386 your machine could hang at boot when setting maxdsiz higher than > installed physical memory but that never happened to me with amd64 > > I have some server running squid for caching perfect with 4, 8 and 16G of RAM > > I set maxdsiz do 3G on machines with 4Gigs of RAM but I do not run anything > else so then I adjust cache_mem with maximum_object_size_in_memory to use the > most possible amount of memory without doing swap. > > anyway you set it in boot.loader there is no need to compile something into > the kernel > > -- > > João Thanks everyone. I tried setting my maxd size to 3.5G on a machine with 4gigs ram. It caused squid to seem to rop out on occasion. It seems so odd that on i366, maxd size is so small that one likely needs to set it higher to allow access to more memory. However on amd64, is such a high number that one would need to lower it to prevent accessing too much memory? Something really odd about that. I also found that I could even double the datasize / maxd size to 2X 33554432kB and it would boot and run just fine on a machine with 8 gigs of ram. How weird is that! Did amd64 just cause this setting to add 3 zero's? I can see the legacy documentation for i386 BSD and applications is going to cause some weirdness and problems if not careful. As for squid, just like Sendmail and Apache, yes there and plenty of "I do it better and I am newer", alternatives out. But some things stay old favorites for a reason. I will take a look at Varnish, but it seemed much less user friendly to me that squid and much much less feature laden. Also, I saw no way to purge individual files from storage. (something I have to have) So it's always nicer to know how to make things work with what one has or needs to use, rather than just being told to use something else. I have over 30 machines with various configurations of squid in accelerator mode and most seem to work fine. However I will say they do have a preference for running on (1) Single core cpu and SCSI hard drives. On an average server with ~300G of disk, I have over 10M objects in storage. As usual though, I am dealing with a program(squid) that seems to be, Linux first, it happens to also run on FreeBSD second. Even though it seems many people seem to be using it with FreeBSD. Squid has also been great for me to test/beatup on gjournal (which should be in 6 by now and be available standard) and zfs. Nicole The Large Print Giveth And The Small Print Taketh Away -- Anon From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 23:18:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8057716A41B for ; Thu, 23 Aug 2007 23:18:52 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.freebsd.org (Postfix) with ESMTP id 086A313C458 for ; Thu, 23 Aug 2007 23:18:51 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so581238nfb for ; Thu, 23 Aug 2007 16:18:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=YHDJCAfymgqna8j5J4WGAF7RACAztErM18vEf2EKKbHMAbz/jfBUi4owovIK234GDVv2UAUl1lFVx1g4YgLORd7Jf/4WVAAzdJ2pGlE8+cXhESJAabbqLZHXnDLwX2ao55S/IywZu8zXudHaQ01nDOw69LfW2opj1F7WbtMpEgs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=iacbcerkxD80/VWgnrUymJxF4WMl4bM0tkhaEYMOIgWIhXyXL5SlbfcwBmp3e5pGPgDJvr3ipSMcXAeIn55ZBzStuF6kfpBXqiCv14Sv+4SD+TQTI2p0T/Qx3ZlJyRX6dhdiqnhw4hKQM438cxnY5oA/Q+QYTUa6it2PxhBJ1gE= Received: by 10.78.97.7 with SMTP id u7mr1516226hub.1187911130560; Thu, 23 Aug 2007 16:18:50 -0700 (PDT) Received: by 10.78.68.10 with HTTP; Thu, 23 Aug 2007 16:18:50 -0700 (PDT) Message-ID: <539c60b90708231618x4b7d783eh89ecd625d514d351@mail.gmail.com> Date: Thu, 23 Aug 2007 16:18:50 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "Bahman M." In-Reply-To: <6d62f69a0708222121j734ef186yc94bbb826030bbcb@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6d62f69a0708210309g3e064718i3df082974dce5bbc@mail.gmail.com> <6d62f69a0708222121j734ef186yc94bbb826030bbcb@mail.gmail.com> X-Google-Sender-Auth: 2825a616938cc1cd Cc: orvilleg@hotmail.com, freebsd-questions@freebsd.org Subject: Re: SATA to PCI cards X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 23:18:52 -0000 I've had a huge sata issue with my promise card since I added two need sata3.0 disks to my two old sata1.5 disks. Turning off smartd seemed to make it go away, however. Never had issues with a promise board before. In the interim I bought a HiPoint, which appears to be the cadillac of sub-$300 cards, but I've yet to tweak the drivers into a functiona state. I also tried one of the $19 cards and was told by this list that they have drivers and appear to work fine, but will corrupt your data bigtime, crash unexpectedly, etc. Mine was a rosewill card, but lots of vendors are using the $19 variants. Steve On 8/22/07, Bahman M. wrote: > > Yes, I've had good luck with the Promise brand PCI-SATA cards on 6.x. We are > > using this method to evolve older machines to SATA. > Thanks for the hint. Would you tell me why did you choose Promise > brand as it's expensive compared to the other brands? > > Bahman > > > > >Hi all, > > > > > >I'm running FreeBSD 6.2. > > >$ uname -a > > >FreeBSD attila 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 > > >UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > > > i386 > > > > > >My motherboard which is an ASUS A7V8X-X doesn't support SATA. I > > >searched the internet and found out that there are SATA to PCI cards > > >for my situation. Is anyone using such cards? Will they cause any > > >problem with FreeBSD 6.2? > > > > > >By the way, I'd appreciate any suggestions for a good SATA to PCI card to > > >buy. > > > > > >Thanks in advance, > > >Bahman > > > > Yes, I've had good luck with the Promise brand PCI-SATA cards on 6.x. We are > > using this method to evolve older machines to SATA. > > > > HTH.... > > > > Jack > > > > _________________________________________________________________ > > Puzzles, trivia teasers, word scrambles and more. Play for your chance to > > win! http://club.live.com/home.aspx?icid=CLUB_hotmailtextlink > > > > _______________________________________________ > > 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" > -- Steve Franks, KE7BTE Staff Engineer La Palma Devices, LLC http://www.lapalmadevices.com (520) 312-0089 From owner-freebsd-questions@FreeBSD.ORG Thu Aug 23 23:19:32 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4ED9C16A41A for ; Thu, 23 Aug 2007 23:19:32 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id C32B913C4A7 for ; Thu, 23 Aug 2007 23:19:31 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l7NNJJFv047005; Thu, 23 Aug 2007 16:19:24 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l7NNJ67U047004; Thu, 23 Aug 2007 16:19:06 -0700 (PDT) (envelope-from kline) Date: Thu, 23 Aug 2007 16:19:06 -0700 From: Gary Kline To: "Peter N. M. Hansteen" Message-ID: <20070823231906.GA46832@thought.org> References: <87r6lumboh.fsf@thingy.datadok.no> <20070823195015.GA45853@thought.org> <87mywilzxt.fsf@thingy.datadok.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87mywilzxt.fsf@thingy.datadok.no> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: Gary Kline , freebsd-questions@freebsd.org Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 23:19:32 -0000 On Thu, Aug 23, 2007 at 11:10:38PM +0200, Peter N. M. Hansteen wrote: > Gary Kline writes: > > > If your user login is "smith", you could have all mailing > > list mail sent to "smitty" and keep an open mutt or other reader > > a click away. Spam could be easily flagged ... . > > Yes, there are several things you could filter on. > > However the traplist activities are really about identifying spam > sending hosts. If a machine we have not exchanged mail with in recent > times tries to deliver mail to something bizarre like > <3c86y7xj60op.fsf@amidala.datadok.no> (which looks like it was actually > based on a GNUS message-ID), the message is either spam or in some > very rare cases a bounce message triggered by an attempt to deliver > spam. I run my sendmail out to a number of filter sites, and have the greylist filtering. /etc/mail/access catches at least several thousand spam messages a day; a tail -f maillog tells me that much. I just snagged your list of IP's and catted|awk'd the bunch into my access list. TY, TY. STILL--and this really makes me angrier than it should--still, I get dozens of spams/day. Would it be possible to filter on both the ^Subject: "A friend has sent you a Greeting card!" as well as the body? HTML or plaintext? As soon as I see one (usually different) spam I know there well be several other similar or identical messages. How difficult would it be to flag spam on "you" "sent" "greeting card", for example? Plus the hundreds of variations on "Are you enough of a man?" and the ones for some kind of pills? Or home loans at 5.1%!!! (*mumble*) > > > I'm bcc'ing this to my account with evolution to check out your > > blog info. I've run into problems with spamd and other suites. > > I would be interested in hearing what the problems were. It's worth noting > that spamd from OpenBSD 4.1 onwards differs in several important ways from > earlier versions. And also, it's important not to confuse this spamd with > the program with the same name out of spamassassin. It's been years since I looked at spamassassin. > 5. Maybe three since I last got into a Snit, :), over this and checked out spamd? It just seemed like at least days of studying, followed by more days of integration. Is there any spamd documentation that follows a cookbook model? Do A, B, C, and you're done! I've found that a couple examples are worth ten thousand words. thanks again, gary > > Cheers, > -- > Peter N. M. Hansteen, member of the first RFC 1149 implementation team > http://bsdly.blogspot.com/ http://www.datadok.no/ http://www.nuug.no/ > "Remember to set the evil bit on all malicious network traffic" > delilah spamd[29949]: 85.152.224.147: disconnected after 42673 seconds. -- Gary Kline kline@thought.org www.thought.org Public Service Unix From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 00:22:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71D6F16A417 for ; Fri, 24 Aug 2007 00:22:27 +0000 (UTC) (envelope-from danny@ricin.com) Received: from smtpq1.tilbu1.nb.home.nl (smtpq1.tilbu1.nb.home.nl [213.51.146.200]) by mx1.freebsd.org (Postfix) with ESMTP id 0691513C46E for ; Fri, 24 Aug 2007 00:22:26 +0000 (UTC) (envelope-from danny@ricin.com) Received: from [213.51.146.189] (port=39267 helo=smtp2.tilbu1.nb.home.nl) by smtpq1.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1IOMwU-0005dJ-4n for freebsd-questions@freebsd.org; Fri, 24 Aug 2007 02:22:26 +0200 Received: from cp1228410-a.dbsch1.nb.home.nl ([84.27.157.163]:51648 helo=desktop.homenet) by smtp2.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1IOMwP-0003AW-Qh for freebsd-questions@freebsd.org; Fri, 24 Aug 2007 02:22:21 +0200 From: Danny Pansters To: freebsd-questions@freebsd.org Date: Fri, 24 Aug 2007 02:22:12 +0200 User-Agent: KMail/1.9.7 References: <20070823131957.GA35322@owl.midgard.homeip.net> <200708232237.53712.freebsd01@dgmm.net> <3C597D5B83F708C2E8D52922@utd59514.utdallas.edu> In-Reply-To: <3C597D5B83F708C2E8D52922@utd59514.utdallas.edu> X-Face: U%PgEJ2IfD9niTG.6[,9!; !G|I$ZCvvZDD|.X; H*T1xqk>Fc$W?~t]FD@a4))=?utf-8?q?=2EFi=5CCn4!=7D=0A=09?=,u!3+a^.v+%fL2J~SN%'23mIhZ#G#i=[NZv#w*Q& X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 00:22:27 -0000 I don't want to hijack this, erm, thread, but I get loads of spam (my mail= =20 goes through a hosting provider, I (post-)filter locally) and a significant= =20 part of it is loaded with technical terms, even FreeBSD specific. I suppose= =20 it's meant to confuse filters. Do other folks get this too? Dan On Friday 24 August 2007 01:00:20 Paul Schmehl wrote: > --On Thursday, August 23, 2007 22:37:53 +0100 dgmm > > wrote: > >> Basically, what you (and others as well) are suggesting is that the li= st > >> maintainers do double the work so that you don't have to bother with > >> spam filtering. > > > > How does this equate to double the work for the list maintainers? I've > > never operated a mailing list so I don't understand what work is > > involved in operating one or how that workload might be increased if > > some people post with one name while having the automated system mail > > out to a different, subscribed address > > Most modern mailing list software tests addresses periodically, > automatically to make sure they are accepting mail. Some have suggested > "solving" the spam problem by using throwaway addresses to send email to > the list **even if the address doesn't work**. Now the maintainers have = to > maintain a separate list of exemptions and configure separate options so > that those throwaway addresses aren't dropped from the list automatically > after the requisite number of bounces. And endure the endless bounce > notifications from hundreds of thoughtless people. > > >> Seems rather self-centered to me. > > > > In what way? > > You have a problem. You want someone else to help you solve it by creati= ng > more work for them so that you'll have less work to do. > > >> This is the internet. =A0Spam is endemic. > > > > So rather than look for multiple methods to reduce the amount of incomi= ng > > to *my* address I should just accept it all and filter it locally? > > Absolutely. It isn't the responsibility of the rest of the world to solve > your problem. > > > That seems rather irresponsible to me, ANy method which can help stop = it > > source appeaers on the face of it to be a better solution. > > Of course it does, because it requires no work on your part. It's always > "better" if you can get someone else to expend energy on your behalf while > you sit back and reap the benefits. That's why unthinking people love > socialism. > > >> Short of encasing your computer in > >> concrete, there's no way to avoid getting spam **even if you never post > >> to a mailing list**. =A0Either learn to deal with it or stop subscribi= ng > >> to lists. > > > > I'm sure that attitude will appear welcoming to new users. > > Gee, I'm sorry I hurt someone's feelings by suggesting they take > responsibility for their own problems. Let me get down on my knees and b= eg > forgiveness. > > I subscribe to more than 50 lists. You have no idea what a pleasure it is > to read, over and over again, about other people's problems with spam. > It's useless chatter that solves nothing and makes the list less valuable. > (And yes, you do enough of it, and I'll /dev/null your address and never > hear from you again.) If people took a few minutes to figure out how to > rid themselves of the spam, they'd accomplish more than all the endless > discussions about how to solve an unsolveable problem. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 00:22:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E914D16A46D for ; Fri, 24 Aug 2007 00:22:55 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id 8C6FD13C478 for ; Fri, 24 Aug 2007 00:22:55 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l7O0MdKJ047300; Thu, 23 Aug 2007 17:22:39 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l7O0MW58047295; Thu, 23 Aug 2007 17:22:32 -0700 (PDT) (envelope-from kline) Date: Thu, 23 Aug 2007 17:22:32 -0700 From: Gary Kline To: Gary Kline Message-ID: <20070824002232.GC46832@thought.org> References: <87r6lumboh.fsf@thingy.datadok.no> <20070823195015.GA45853@thought.org> <87mywilzxt.fsf@thingy.datadok.no> <20070823231906.GA46832@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070823231906.GA46832@thought.org> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: "Peter N. M. Hansteen" , freebsd-questions@freebsd.org Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 00:22:56 -0000 On Thu, Aug 23, 2007 at 04:19:06PM -0700, Gary Kline wrote: > On Thu, Aug 23, 2007 at 11:10:38PM +0200, Peter N. M. Hansteen wrote: > > > > However the traplist activities are really about identifying spam > > sending hosts. If a machine we have not exchanged mail with in recent > > times tries to deliver mail to something bizarre like > > <3c86y7xj60op.fsf@amidala.datadok.no> (which looks like it was actually > > based on a GNUS message-ID), the message is either spam or in some > > very rare cases a bounce message triggered by an attempt to deliver > > spam. > One comment that's almost too obvious is that the spam masters keep coming up with new twists; on idea that may not be pragmatic is to stay a few steps *ahead* of their gimmicks.... gary > -- Gary Kline kline@thought.org www.thought.org Public Service Unix From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 00:29:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id AA70316A420; Fri, 24 Aug 2007 00:29:42 +0000 (UTC) Date: Fri, 24 Aug 2007 00:29:42 +0000 From: Kris Kennaway To: Ovi Message-ID: <20070824002942.GE88768@hub.freebsd.org> References: <20070822120020.1680516A4C2@hub.freebsd.org> <46cc34e9.18b38c0a.1a4b.ffff9abc@mx.google.com> <20070822142225.GA10722@rot26.obsecurity.org> <46CC818E.3010704@unixservers.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46CC818E.3010704@unixservers.us> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org, Kris Kennaway Subject: Re: Servers Crash every few days X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 00:29:42 -0000 On Wed, Aug 22, 2007 at 09:33:50PM +0300, Ovi wrote: > >Consult the developers handbook for tips on how to obtain sufficient > >debugging information to identify and debug a panic or hang. > > > >Kris > > > I had the same issue, kernel panic and server reboot after "tuning" to > high sysctl variable (like maxsockbuf, but others too) > but having only 1 GB of RAM. It's possible you tuned it incorrectly. > Another rebooting problem was caused by running tcpdump on high used router. > > Other problem can be caused by hardware problems (I had those too). > > I disabled once creation of coredump by kernel, and I had problem (with > 6.2), when an userland app crash, the kernel panicked because of that. > > Last, some userland apps. can cause kernel panic and reboot. Neither of those two things should happen. When you encounter panics, you need to report them. Kris From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 00:45:25 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 131F316A41A for ; Fri, 24 Aug 2007 00:45:25 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id DE39213C45D for ; Fri, 24 Aug 2007 00:45:24 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 47E4181F2 for ; Thu, 23 Aug 2007 20:45:18 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id 629C1B65B6 for ; Fri, 24 Aug 2007 00:45:14 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Fri, 24 Aug 2007 00:45:13 +0000 References: <20070823131957.GA35322@owl.midgard.homeip.net> <3C597D5B83F708C2E8D52922@utd59514.utdallas.edu> <200708240222.13112.danny@ricin.com> In-Reply-To: <200708240222.13112.danny@ricin.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708240045.13718.lists-fbsd@shadypond.com> Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 00:45:25 -0000 On Friday 24 August 2007 00:22:12 Danny Pansters wrote: > I don't want to hijack this, erm, thread, but I get loads of spam (my mail > goes through a hosting provider, I (post-)filter locally) and a significant > part of it is loaded with technical terms, even FreeBSD specific. I suppose > it's meant to confuse filters. Do other folks get this too? I get a lot of that. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 01:11:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC7B216A419 for ; Fri, 24 Aug 2007 01:11:56 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: from pizzabox.cyberleo.net (alpha.cyberleo.net [198.145.45.10]) by mx1.freebsd.org (Postfix) with ESMTP id A38A013C458 for ; Fri, 24 Aug 2007 01:11:55 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: (qmail 84167 invoked from network); 24 Aug 2007 01:11:51 -0000 Received: from adsl-75-3-87-131.dsl.chcgil.sbcglobal.net (HELO ?172.16.44.14?) (cyberleo@cyberleo.net@75.3.87.131) by alpha.cyberleo.net with ESMTPA; 24 Aug 2007 01:11:51 -0000 Message-ID: <46CE304E.3090500@cyberleo.net> Date: Thu, 23 Aug 2007 20:11:42 -0500 From: CyberLeo Kitsana User-Agent: Thunderbird 2.0.0.6 (X11/20070819) MIME-Version: 1.0 To: Adam J Richardson References: <46CE09A8.2010304@crackmonkey.us> In-Reply-To: <46CE09A8.2010304@crackmonkey.us> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: VMware Player 2 Linux on 6.2-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 01:11:56 -0000 Adam J Richardson wrote: > I'm doing this because it'd be nice if I could suspend the VM, copy it > to USB stick, transfer it to BSD and start it again, so I could use the > Windows box for playing a game or watching a movie while the make runs. Unless the two machines have identical CPUs with identical capabilities, this will likely end in failure. Operating systems aren't happy having their CPUs switch capabilities or instruction sets between one cycle and the next. Likewise, I've noticed that different CPU speeds tend to screw with the VM system clock, especially amongst speedstep CPUs. Shutting down, moving, and restarting the VM works fine though, from my experience. -- Fuzzy love, -CyberLeo Technical Administrator CyberLeo.Net Webhosting http://www.CyberLeo.Net Furry Peace! - http://wwww.fur.com/peace/ From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 01:19:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2221316A417 for ; Fri, 24 Aug 2007 01:19:35 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id CE2A513C459 for ; Fri, 24 Aug 2007 01:19:34 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1288383pyb for ; Thu, 23 Aug 2007 18:19:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=X48zJqxV3TwhXqY1b8dRyrd33h9pVZvmDh7EwZd+9NhSz1baqEvhgxGkthKRVDlws7l7/1cYhbhy+yg3YRXPE59tbf2dVS6gL0OmxhIhSMjnij4aOQBAZOIqM9IWJ01pYG59WRh8k4IY+CbD0AMEbMLUOW1rJOyObG+lY8G2nfo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=XMW9Km5ozP237JbXeL+WjeVZtX5XbIb6RyiW1tF3ol4RO09tcszjzedFplqMpvud8EAUXphnwmkIcj54eEr3M7kQHRYyPV8701q8jCImOk8h/1OJDtgm8pe4Vtqj/GgyaNov/60b5egi2+/I1PbLNxgPSuXL6iw5DabMIj2fZgk= Received: by 10.35.128.1 with SMTP id f1mr2774581pyn.1187918372216; Thu, 23 Aug 2007 18:19:32 -0700 (PDT) Received: from ?192.168.1.3? ( [209.240.66.157]) by mx.google.com with ESMTPS id f10sm3758758pyh.2007.08.23.18.19.31 (version=SSLv3 cipher=OTHER); Thu, 23 Aug 2007 18:19:31 -0700 (PDT) In-Reply-To: <200708240045.13718.lists-fbsd@shadypond.com> References: <20070823131957.GA35322@owl.midgard.homeip.net> <3C597D5B83F708C2E8D52922@utd59514.utdallas.edu> <200708240222.13112.danny@ricin.com> <200708240045.13718.lists-fbsd@shadypond.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Eric Crist Date: Thu, 23 Aug 2007 20:19:23 -0500 To: Pollywog X-Mailer: Apple Mail (2.752.3) Cc: freebsd-questions@freebsd.org Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 01:19:35 -0000 On Aug 23, 2007, at 7:45 PMAug 23, 2007, Pollywog wrote: > On Friday 24 August 2007 00:22:12 Danny Pansters wrote: >> I don't want to hijack this, erm, thread, but I get loads of spam >> (my mail >> goes through a hosting provider, I (post-)filter locally) and a >> significant >> part of it is loaded with technical terms, even FreeBSD specific. >> I suppose >> it's meant to confuse filters. Do other folks get this too? > > I get a lot of that. Ditto. I get more PDF files lately and a T-O-N of the ASCII blue- pill ads... If only my old dot-matrix was looking for a good time... ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 01:23:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2365116A417 for ; Fri, 24 Aug 2007 01:23:07 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-2.EUnet.yu (smtpclu-2.eunet.yu [194.247.192.227]) by mx1.freebsd.org (Postfix) with ESMTP id A3DBD13C461 for ; Fri, 24 Aug 2007 01:23:06 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-221-254.eunet.yu [213.198.221.254]) by smtpclu-2.EUnet.yu (8.13.6/8.13.6) with ESMTP id l7O1MrZh009078; Fri, 24 Aug 2007 03:22:54 +0200 Message-Id: <200708240122.l7O1MrZh009078@smtpclu-2.EUnet.yu> Date: Fri, 24 Aug 2007 03:17:54 +0200 From: Nikola Lecic To: Paul Schmehl In-Reply-To: <3C597D5B83F708C2E8D52922@utd59514.utdallas.edu> References: <20070823131957.GA35322@owl.midgard.homeip.net> <200708232006.47499.freebsd01@dgmm.net> <48424AE4482EFBB0113C8C96@utd59514.utdallas.edu> <200708232237.53712.freebsd01@dgmm.net> <3C597D5B83F708C2E8D52922@utd59514.utdallas.edu> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.0 Cc: freebsd-questions@freebsd.org Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 01:23:07 -0000 On Thu, 23 Aug 2007 18:00:20 -0500 Paul Schmehl wrote: > Of course it does, because it requires no work on your part. It's > always "better" if you can get someone else to expend energy on your > behalf while you sit back and reap the benefits. That's why > unthinking people love socialism. Uhuhuh, you confused pure laziness with socialism (philosophical surely, historic implementations partially). Open source is very much like philosophical socialism as described by XIX- and XX-century philosophers: if you don't like the way things are done (e.g. how the road in front of your house looks like), please _do_ help: take a shovel, hammer, and _do_ (really, physically do) something. Similarly, please sit at your keyboard and do real programming. But _don't_ do two things: (1) don't pay, because someone will repair the road for you (the same as with microsoft) =3D you will _do_ nothing, the road won't be your work, but the work of others; (2) don't be lazy, i.e. don't wait for others to work for you as it won't happen. * Socialism (and open source and open source support groups, etc) =3D =3D insisting on both (1) and (2); * paying (as in (1)) is generally not acceptable in socialism; * paying (as in (1)) is acceptable in non-socialism (and closed source); * laziness (as in (2)) is not acceptable in both socialism and non-socialism, but * socialism sees paying (as in (1)) as a form of laziness. Important philosophical notions should be used carefully, especially if you want to degrade something. Anyway this is off-topic here. Nikola Le=C4=8Di=C4=87 From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 01:42:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D1A716A418 for ; Fri, 24 Aug 2007 01:42:55 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from mail-03.name-services.com (Mail-03.name-services.com [64.74.223.58]) by mx1.freebsd.org (Postfix) with ESMTP id 35CD013C469 for ; Fri, 24 Aug 2007 01:42:55 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from laptop ([76.190.252.50]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 23 Aug 2007 18:45:47 -0700 From: "fbsd2" To: "Eric Crist" Date: Thu, 23 Aug 2007 21:42:55 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-OriginalArrivalTime: 24 Aug 2007 01:45:47.0157 (UTC) FILETIME=[7DF68C50:01C7E5F0] Cc: freebsd-questions@freebsd.org Subject: RE: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd2@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 01:42:55 -0000 > I get more PDF files lately and a T-O-N of the ASCII blue- >pill ads... >----- >Eric F Crist >Secure Computing Networks -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Eric Crist Sent: Thursday, August 23, 2007 9:19 PM To: Pollywog Cc: freebsd-questions@freebsd.org Subject: Re: spammers harvesting email address from this list How are those ASCII blue-pill ads email getting into the email server at my ISP with those invalid headers? From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 01:58:54 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A476816A41A for ; Fri, 24 Aug 2007 01:58:54 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.185]) by mx1.freebsd.org (Postfix) with ESMTP id 7B43913C45B for ; Fri, 24 Aug 2007 01:58:54 +0000 (UTC) (envelope-from modulok@gmail.com) Received: by rv-out-0910.google.com with SMTP id l15so489975rvb for ; Thu, 23 Aug 2007 18:58:54 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tqS2z1Z+QMHm8SXPqhzRwtxDkd969DEnjG9dY9CBU/Hf8yCi1wNO6JC7K+tOulo4pFbzM+kYEbnaclCQgdN0VnjC514Mfc6Ti+I4xWa/kAA3oX/GreXT9wZPqG0b7/KdPGIXwTc1EWkNihy1ZND4h4lOIEflyL+LTW19JZQzxho= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Qj5CpxJy+JystS3WFCf3Ghc1/Xgqn2a4Uq52tzDY7ASEIuwDf2iq632bB2yYeTJb3JgW3P61RT96dw1jOTYU2q6cBMhKPwU+LpjHIsqIh/57cKA3WPMVJaVNue+GUrPWdMOlmE6iDnIGPY0nlIQMGK/p9YT1tV/5G0p0qJhQMbM= Received: by 10.141.51.15 with SMTP id d15mr1178732rvk.1187920734156; Thu, 23 Aug 2007 18:58:54 -0700 (PDT) Received: by 10.140.170.12 with HTTP; Thu, 23 Aug 2007 18:58:54 -0700 (PDT) Message-ID: <64c038660708231858v5ece9680j7ce2ff2232af89ff@mail.gmail.com> Date: Thu, 23 Aug 2007 19:58:54 -0600 From: Modulok To: "Wojciech Puchar" In-Reply-To: <20070823205956.P25814@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070823205956.P25814@wojtek.tensor.gdynia.pl> Cc: freebsd-questions@freebsd.org Subject: Re: PCIe gigabit network card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 01:58:54 -0000 On 8/23/07, Wojciech Puchar wrote: > i have to buy one, but i don't want to buy crappy/unsuported one. > > what chipset/manufacturer i should look at. > > they are for 20-40$ here, may brands many chips. please help. I second the previous suggestion. I just deployed a machine to act as a router, it's been up routing traffic 24/7 for the last week on two intel/pro network cards without any problems yet. The drivers these cards use, em(4), was written by Intel, so the cards are fully supported without any crippled functionality. Newegg has a few based on this chipset for about $30. http://www.newegg.com/Product/Product.aspx?Item=N82E16833106121&Tpk=PWLA8391GTBLK -Modulok- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 02:06:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1685416A417 for ; Fri, 24 Aug 2007 02:06:28 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id DD25D13C47E for ; Fri, 24 Aug 2007 02:06:27 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7O223FN063484; Thu, 23 Aug 2007 22:02:03 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7O223SX063483; Thu, 23 Aug 2007 22:02:03 -0400 (EDT) (envelope-from jerrymc) Date: Thu, 23 Aug 2007 22:02:03 -0400 From: Jerry McAllister To: Christopher Key Message-ID: <20070824020203.GA63418@gizmo.acns.msu.edu> References: <46CC1DB7.7040506@cam.ac.uk> <20070822152326.GF56142@gizmo.acns.msu.edu> <46CD58BB.9080001@dial.pipex.com> <46CD625E.7090508@cam.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46CD625E.7090508@cam.ac.uk> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org, Alex Zbyslaw Subject: Re: FreeBSD MBRs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 02:06:28 -0000 On Thu, Aug 23, 2007 at 11:33:02AM +0100, Christopher Key wrote: > Alex Zbyslaw wrote: > >Jerry McAllister wrote: > > > >>You only need an MBR on disks that will be booted. I don't know as > >>it will actually hurt anything to write an MBR on non-boot, data only > >>disks, but it can garbage up you menu with non-functional choices. > >> > >> > >What you need is an MBR on every disk which is *passed through* or > >actually booted from. So if you have disks 1, 2 &3, if you want to > >boot from disk3 you need an MBR on disks 1 & 2 as well, even if you > >never boot from them. If you boot from disk 1, then 2 &3 do not > >*need* an MBR. > > > >>Those other disk with an MBR show up as an F5 and maybe F6, etc ( > >> > >F5 is the *next* disk. There is no F6, F7 etc. > > > >If you boot from disk 3, for example, you'd go through three "menus" e.g. > > > >Disk1: F5 -> disk2 > >Disk2: F5 -> disk3 > >Disk3: F1 -> boots FreeBSD > > > > > Thanks Jerry, Lowell and Alex, > > That clarifies a few points. Sorry the original post wasn't clear, I'll > have a go at rexpressing my original questions using the above for context. > > Firstly, when you hit F5, does it, a) Load the partition table from the > next disk and update the displayed list of slices, or b) Execute the MBR > from the next disk? I'll assume the latter. The latter is the next step if you hit F5 (which can cause an updated menu to be displayed based newly current configuration of the information on that next disk). > Secondly, does boot0 'remember' that you pressed F5, and hence do the > same the next time you boot, even after a power cycle? In this case, > having done, It remembers, if and only if you don't hit anything during boot time. If you hit something - like F1, that becomes the choice that it works on regardless of what was hit in any previous boot. > > Disk1: F5 -> disk2 > Disk2: F5 -> disk3 > Disk3: F1 -> boots FreeBSD > > the next time, it will appear as, > > Disk3: F1 -> boots FreeBSD > > The behaviour that I was experiencing was as follows: > > Disk1: F1 -> boots FresBSD > > reboot > > Disk1: F5 -> disk2 > Disk2: Has /boot/mbr on it, and hence attempts to boot the active > slice. As there is no active slice on the disk, simply fails with the > message 'Missing operating system' > > Now, subsequent attempts to boot simply display the message 'Missing > operating system'. Hence, I concluded that either, a) boot0 was > rembering the F5 keystroke, and passing me on to disk 2 automatically, > or b) That the BIOS was rememering something and booting straight from > disk2 despite the boot order having disk1 first. This is the behavior I would expect, but seems somewhat to contradict Alex's response. The first part seems correct that it cycles around through disks in boot order, but he said that you should see another F5 choice instead of a missing OS error. I have not had a string of disks more than two bootable disks and those being disk 0 and disk 1, so I can't be sure and would be inclined to accept Alex's response. But, then it should not have a problem with that disk 2, so without a chance to experiment, I don't know how else to respond. I think the next experiment I would be inclined to try, at least if there was nothing on that second disk (actually called disk 1 as in 0..n disks) that I needed, I would overwrite that MBR with zeros (from /dev/zero, so it has no MBR and no other boot type info and then slice and partition it and see what happens. You could just overwrite the MBR with dd and it shouldn't affext the rest of the disk, but that would make me really nervous if I had anything valuable on it. But if you are unconcerned, try dd if=/dev/zero of=/dev/ad1 bs=512 count=1 ad1 being the second disk or da1 if it is SCSI of SAS That should wipe the MBR on it. Then, the previous MBR might not try to look at that second disk, or if Alex is completely correct, then it will and not find it and get another error. So, experiment. ////jerry > > The only was that I found to rectify this was use a boot from a USB > device with boot0 on it: > > USB: F5 -> disk1 > Disk1: F1 -> boots FreeBSD > > And now, subsequent reboots work fine: > > Disk1: F1 -> boots FresBSD > > > I hope the above is a little more clear now. > > Regards, > > Chris > From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 02:08:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84DCF16A418 for ; Fri, 24 Aug 2007 02:08:14 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id 5E0B913C45D for ; Fri, 24 Aug 2007 02:08:14 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id 850896D43C for ; Fri, 24 Aug 2007 02:08:13 +0000 (UTC) Date: Fri, 24 Aug 2007 02:08:13 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: freebsd-questions@freebsd.org In-Reply-To: <200708240222.13112.danny@ricin.com> Message-ID: <20070824020543.Y2372@duane.dbq.yournetplus.com> References: <20070823131957.GA35322@owl.midgard.homeip.net> <200708232237.53712.freebsd01@dgmm.net> <3C597D5B83F708C2E8D52922@utd59514.utdallas.edu> <200708240222.13112.danny@ricin.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 02:08:14 -0000 On Fri, 24 Aug 2007 at 02:22 +0200, danny@ricin.com confabulated: > I don't want to hijack this, erm, thread, but I get loads of spam (my mail > goes through a hosting provider, I (post-)filter locally) and a significant > part of it is loaded with technical terms, even FreeBSD specific. I suppose > it's meant to confuse filters. Do other folks get this too? I see on average, five(5) spam messages on the freebsd-questions list every other week. ------- _|_ (_| | From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 02:10:41 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62D1F16A417 for ; Fri, 24 Aug 2007 02:10:41 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from duane.dbq.yournetplus.com (duane.dbq.yournetplus.com [65.124.230.214]) by mx1.freebsd.org (Postfix) with ESMTP id 3C87413C457 for ; Fri, 24 Aug 2007 02:10:41 +0000 (UTC) (envelope-from d.hill@yournetplus.com) Received: from [192.168.1.10] (unknown [192.168.1.1]) by duane.dbq.yournetplus.com (Postfix) with ESMTP id DFE6A6D437 for ; Fri, 24 Aug 2007 02:10:40 +0000 (UTC) Date: Fri, 24 Aug 2007 02:10:40 +0000 (UTC) From: Duane Hill X-X-Sender: d.hill@duane.dbq.yournetplus.com To: freebsd-questions@freebsd.org In-Reply-To: Message-ID: <20070824020950.O2372@duane.dbq.yournetplus.com> References: <20070823131957.GA35322@owl.midgard.homeip.net> <3C597D5B83F708C2E8D52922@utd59514.utdallas.edu> <200708240222.13112.danny@ricin.com> <200708240045.13718.lists-fbsd@shadypond.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 02:10:41 -0000 On Thu, 23 Aug 2007 at 20:19 -0500, mnslinky@gmail.com confabulated: > On Aug 23, 2007, at 7:45 PMAug 23, 2007, Pollywog wrote: > >> On Friday 24 August 2007 00:22:12 Danny Pansters wrote: >>> I don't want to hijack this, erm, thread, but I get loads of spam (my mail >>> goes through a hosting provider, I (post-)filter locally) and a >>> significant >>> part of it is loaded with technical terms, even FreeBSD specific. I >>> suppose >>> it's meant to confuse filters. Do other folks get this too? >> >> I get a lot of that. > > Ditto. I get more PDF files lately and a T-O-N of the ASCII blue-pill ads... > > If only my old dot-matrix was looking for a good time... I hardly *EVER* see any PDF spam. Also, I can't remember the last time I saw one of those blue-pill spams. ------- _|_ (_| | From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 02:15:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02CB716A418 for ; Fri, 24 Aug 2007 02:15:27 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 9219113C467 for ; Fri, 24 Aug 2007 02:15:26 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7O2B840063628; Thu, 23 Aug 2007 22:11:08 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7O2B8j6063627; Thu, 23 Aug 2007 22:11:08 -0400 (EDT) (envelope-from jerrymc) Date: Thu, 23 Aug 2007 22:11:08 -0400 From: Jerry McAllister To: Andrew Gould Message-ID: <20070824021108.GB63418@gizmo.acns.msu.edu> References: <56712.67.176.75.179.1187816225.squirrel@webmail.wcubed.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: Brad Waite , freebsd-questions@freebsd.org Subject: Re: /var or /usr for data? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 02:15:27 -0000 On Wed, Aug 22, 2007 at 09:51:35PM -0500, Andrew Gould wrote: > On 8/22/07, Brad Waite wrote: > > > > It would appear that the "proper" allocation of filesystems on FreeBSD is > > to put all data in /usr. I'm used to this and have been doing it for > > years. > > > > However, there's a few issues that keep coming up. A lot of the ports use > > /var for data dirs. MySQL, Qmail, dspam are a few that I've had issues > > with. > > > > Is there a canonical place to put data files on a modern FreeBSD server? > > Figuring out the sizes for each partition is an exercise in frustration > > when I don't know how big /var or /usr are going to grow. > > > > For now, I've changed the default config files for MySQL and dspam to use > > /usr/local for data dirs, but is this the "right" thing to do? > > > > I used to put everything on /, but that created problems when I couldn't > > fsck the single large partition and I had to boot from CD to fix things. > > That's an issue when the server's not in the same state. > > > > A Solaris associate of mine is of the opinion that /usr should be able to > > be mounted RO for security purposes. If /var was the default for all > > add-ons and data, I could see that, but that wouldn't work the ways things > > are now. > > > > I usually move the data directories (/usr/home, /usr/local/pgsql, > /var/db/mysql, etc) to a separate, hard drive mounted at /data and create > symbolic links back at the default locations. If you run out of space, you > can move the data to a larger hard drive and either adjust the links or have > the new drive mount at /data (or wherever you choose). Check out man hier for some information on how FreeBSD wants to use the directory structure. Generally /usr and those under it contain utilities and /var stores data that can change a lot. ////jerry > > I hope this helps. > > 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" From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 02:27:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44F0016A417 for ; Fri, 24 Aug 2007 02:27:37 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.185]) by mx1.freebsd.org (Postfix) with ESMTP id C600D13C45D for ; Fri, 24 Aug 2007 02:27:36 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so676469fka for ; Thu, 23 Aug 2007 19:27:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FVQKsBgpXHzw8jmPnVJJi5g/1rWaLpOFwWXFrOblMBlNpg5dBetalD4Du+yfQKwlSqoJvrmj4gk3RSyNXWFT1/jJ31W0WWRoVI2p5hb218WCgZwj0YbF0UZqVD8kHG94ulCtCNDbjaID/VdY55KyUSxUp0/TifZfMe3eejTOf7I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=V3FbmvgiisXaDgu74MwFdneUxQuX66ws3elmU40zQOoj8PGUlBGfNd20dUrKf0kz0Q3/iZyQ0VmWeAzUk8muuOL1tw8cBHbS01dU90za3k87noVpD52O4YsjvR/2/u3UFnKG4EN2vazjU7O5Ib/G2QTmgZ1WRS09Ryqz0HlLA3o= Received: by 10.82.108.9 with SMTP id g9mr2291394buc.1187922454967; Thu, 23 Aug 2007 19:27:34 -0700 (PDT) Received: by 10.82.185.5 with HTTP; Thu, 23 Aug 2007 19:27:34 -0700 (PDT) Message-ID: Date: Thu, 23 Aug 2007 21:27:34 -0500 From: "illoai@gmail.com" To: "Andrew Gould" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <56712.67.176.75.179.1187816225.squirrel@webmail.wcubed.net> Cc: Brad Waite , freebsd-questions@freebsd.org Subject: Re: /var or /usr for data? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 02:27:37 -0000 On 22/08/07, Andrew Gould wrote: > On 8/22/07, Brad Waite wrote: > > > > It would appear that the "proper" allocation of filesystems on FreeBSD is > > to put all data in /usr. I'm used to this and have been doing it for > > years. > > > > However, there's a few issues that keep coming up. A lot of the ports use > > /var for data dirs. MySQL, Qmail, dspam are a few that I've had issues > > with. > > > > Is there a canonical place to put data files on a modern FreeBSD server? > > Figuring out the sizes for each partition is an exercise in frustration > > when I don't know how big /var or /usr are going to grow. > > > > For now, I've changed the default config files for MySQL and dspam to use > > /usr/local for data dirs, but is this the "right" thing to do? > > > > I used to put everything on /, but that created problems when I couldn't > > fsck the single large partition and I had to boot from CD to fix things. > > That's an issue when the server's not in the same state. > > > > A Solaris associate of mine is of the opinion that /usr should be able to > > be mounted RO for security purposes. If /var was the default for all > > add-ons and data, I could see that, but that wouldn't work the ways things > > are now. > > > > I usually move the data directories (/usr/home, /usr/local/pgsql, > /var/db/mysql, etc) to a separate, hard drive mounted at /data and create > symbolic links back at the default locations. If you run out of space, you > can move the data to a larger hard drive and either adjust the links or have > the new drive mount at /data (or wherever you choose). I tend to support the notion of a filesystem seperate from /usr or /var, as if the program goes wild for tequila you won't be stuffing up a filesystem that you need to run the operating system. Quotas, and other such notions might suffice, but why bother on an essentially single- purpose system? -- -- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 02:40:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9B8D16A419 for ; Fri, 24 Aug 2007 02:40:33 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id A547E13C465 for ; Fri, 24 Aug 2007 02:40:33 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1315846pyb for ; Thu, 23 Aug 2007 19:40:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=nqWdlOyHFvPmqxdf/fSLjsJYHUwhBzshUmRwdvHIFH4SXSk8jFZ6ZuoxC3snK4DV+xHWZz69S6iAeu+mQfqHBbsMo96QkGIM/Hy/4QQ+zGNtn04b0U6P9hKWak4UBLZBJ73d+qfO5TWtcgqDKBR4AqM4FOhW6bkrUISJBhR0wkM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=DT7bhtuOdEWvhVpUTkc3yCQN1mE2LHpBlYBR1azm20vuC0ZsJnhv2F4TLRW9xadTvIQQ2pryI/0CWjvDVMbaY3t89h1Pd12Wwl8AAL/3V+cymVbReiggCEY9Sbjbx/Zozh19iGh8euYoq0oPkbPoxR8pRCaWaywg0Uq2ROksy2M= Received: by 10.35.121.12 with SMTP id y12mr2880995pym.1187923232058; Thu, 23 Aug 2007 19:40:32 -0700 (PDT) Received: by 10.35.35.6 with HTTP; Thu, 23 Aug 2007 19:40:32 -0700 (PDT) Message-ID: <340a29540708231940k6bb28431x7bc761217735b7d1@mail.gmail.com> Date: Thu, 23 Aug 2007 20:40:32 -0600 From: "Andrew Falanga" To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: perl configuration question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 02:40:34 -0000 Hi, I'm trying to install WebGUI on a FreeBSD system for my church. WebGUI uses PERL for its operation. The program has a test environment perl script that it tries to run to make sure the environment can run WebGUI. On a couple of the perl modules it tries to install, it bails saying that "make" is no good. I'm guessing this is because perl is expecting GNU make not BSD make, and since it's looks for /usr/bin/make, I'm sure it's getting the wrong version. I'm pretty much a perl neophyte, having written only one perl script in my life and that was so pitifully little that it really wasn't worthy of being called a script; I do not know how to fix this. How does one fix the configuration of perl (if this is even the problem, I'm going to try and see if this is something WebGUI is trying to use). Andy From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 02:51:34 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3391A16A417 for ; Fri, 24 Aug 2007 02:51:34 +0000 (UTC) (envelope-from noc@hdk5.net) Received: from guam10.hdk5.net (guam10.hdk5.net [66.180.132.235]) by mx1.freebsd.org (Postfix) with ESMTP id 0B6B213C45B for ; Fri, 24 Aug 2007 02:51:34 +0000 (UTC) (envelope-from noc@hdk5.net) Received: from [192.168.1.29] (unknown [66.180.149.18]) by guam10.hdk5.net (Postfix) with ESMTP id 71F8C5C2C; Thu, 23 Aug 2007 16:51:33 -1000 (HST) Message-ID: <46CE47B5.60201@hdk5.net> Date: Thu, 23 Aug 2007 16:51:33 -1000 From: NetOpsCenter User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417 FreeBSD/i386 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org, NetOpsCenter Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Test on FreeBSD site X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noc@hdk5.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 02:51:34 -0000 Aloha, How long does it take for a test to be accepted or rejected on the FreeBSD test mail box? Is three minutes normal for a test to pop up? I had some FreeBSD 7 config issues and this nearly caused me to think I hadn't cleared the problem because it took quite a while to pop up. Mahalo ~Al Plant - Honolulu, Hawaii - Phone: 808-284-2740 + http://hawaiidakine.com + http://freebsdinfo.org + noc@hdk5.net + + http://internetohana.org - Supporting - FreeBSD 6.* - 7.* + "All that's really worth doing is what we do for others."- Lewis Carrol From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 03:17:54 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57C5816A417 for ; Fri, 24 Aug 2007 03:17:54 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 1E6E413C457 for ; Fri, 24 Aug 2007 03:17:53 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 14608 invoked from network); 23 Aug 2007 22:17:54 -0500 Received: from 124-170-56-192.dyn.iinet.net.au (HELO localhost) (124.170.56.192) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 23 Aug 2007 22:17:53 -0500 Date: Fri, 24 Aug 2007 13:17:48 +1000 From: Norberto Meijome To: Gary Kline Message-ID: <20070824131748.1b203477@localhost> In-Reply-To: <20070823231906.GA46832@thought.org> References: <87r6lumboh.fsf@thingy.datadok.no> <20070823195015.GA45853@thought.org> <87mywilzxt.fsf@thingy.datadok.no> <20070823231906.GA46832@thought.org> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "Peter N. M. Hansteen" , freebsd-questions@freebsd.org Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 03:17:54 -0000 On Thu, 23 Aug 2007 16:19:06 -0700 Gary Kline wrote: > Would it > be possible to filter on both the ^Subject: "A friend has sent you > a Greeting card!" as well as the body? HTML or plaintext? As > soon as I see one (usually different) spam I know there well be > several other similar or identical messages. How difficult would > it be to flag spam on "you" "sent" "greeting card", for example? > > Plus the hundreds of variations on "Are you enough of a man?" > and the ones for some kind of pills? Or home loans at 5.1%!!! > (*mumble*) Hi Gary et al, rather than filtering on one by one basis, why not just setup your mail server to do the whole job for you, using spamassassin (or your other anti-spam software), with dynamic filters ( like razor and DCC (i think it's called) ). I have (cheking...) about 7 *active* email address in my mail client, subscribed to many mailing lists (12 of those @freebsd.org). Some of those email addresses are used in contact details of many domain registrations. All of them behind similarly configured servers. I have all the spam tagged and moved to Trash on sight. Out of all the email I receive (which usually is several hundred / day), I may have to manually delete 10 spam , uncaught emails (all up). I haven't so far found out about a false positive in several years of using this setup. I may be lucky enough that I have a couple of Mbps of bandwidth @ home to handle my email load, but none of the tools I use are commercial, and they are VERY well documented. BTW, that ratio is far smaller than the amount of tree-based spam I get on my home mailbox each day. I also have a catch-all email address to see what comes my way - i see higher number of uncaught spam there (which then goes to feed my Bayes filters), so i doubt that blaming @freebsd.org servers has anything to do with receiving more spam. In summary, the trick as always is to properly use the tools at hand. regards, B _________________________ {Beto|Norberto|Numard} Meijome We've been wrong so many times before, why stop now? I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 03:35:54 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A631A16A41B for ; Fri, 24 Aug 2007 03:35:54 +0000 (UTC) (envelope-from noc@hdk5.net) Received: from guam10.hdk5.net (guam10.hdk5.net [66.180.132.235]) by mx1.freebsd.org (Postfix) with ESMTP id 203C113C483 for ; Fri, 24 Aug 2007 03:35:53 +0000 (UTC) (envelope-from noc@hdk5.net) Received: from [192.168.1.29] (unknown [66.180.149.18]) by guam10.hdk5.net (Postfix) with ESMTP id E8BAC5C2E; Sun, 19 Aug 2007 15:11:47 -1000 (HST) Message-ID: <46C8EA4B.6010001@hdk5.net> Date: Sun, 19 Aug 2007 15:11:39 -1000 From: NetOpsCenter User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417 FreeBSD/i386 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael S References: <545941.20720.qm@web88311.mail.re4.yahoo.com> In-Reply-To: <545941.20720.qm@web88311.mail.re4.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: Gnome & FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 03:35:54 -0000 Michael S wrote: >Good day all, > >I decided to add GUI to my GUI-less FreeBSD machine. I >am considering installing Gnome, which I haven't used >for long while and the last time was on Linux anyway. >The reason is that most of my favorite applications >use gtk libraries, like Firefox, GAIM (can't get used >to the new name),wxPython and others. In short I >wanted to avoid 2 huge sets of libraries (gtk and qt) >by not installing KDE. >I wanted to know how Gnome feels on FreeBSD, is it >polished enough? Are there crashes? Any caveats at >all? > >Thanks in advance, >Michael >_______________________________________________ >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 may want to look at XFCE which many of the FreeBSD people use as a GUI. Lean and efective. -- ~Al Plant - Honolulu, Hawaii - Phone: 808-284-2740 + http://hawaiidakine.com + http://freebsdinfo.org + noc@hdk5.net + + http://internetohana.org - Supporting - FreeBSD 6.* - 7.* + "All that's really worth doing is what we do for others."- Lewis Carrol From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 04:01:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C01F716A420 for ; Fri, 24 Aug 2007 04:01:31 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 73C8413C494 for ; Fri, 24 Aug 2007 04:01:31 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 17456 invoked from network); 23 Aug 2007 23:01:31 -0500 Received: from 124-170-56-192.dyn.iinet.net.au (HELO localhost) (124.170.56.192) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 23 Aug 2007 23:01:31 -0500 Date: Fri, 24 Aug 2007 14:01:27 +1000 From: Norberto Meijome To: FreeBSD Questions ML Message-ID: <20070824140127.01d84e6b@localhost> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Netgraph node to replace packet contents? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 04:01:31 -0000 hi all, is there any netgraph node already existing that would allow me to replace bytes in the data part of a packet? I'm talking about generic "foo" for "BAR" replacement, though different lengths would be good too. or maybe other tool can do this too? thanks! B _________________________ {Beto|Norberto|Numard} Meijome Without vision you may find that you make your way through life by bumping into things. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 04:24:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6708316A419 for ; Fri, 24 Aug 2007 04:24:56 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id 1509513C442 for ; Fri, 24 Aug 2007 04:24:55 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 19063 invoked from network); 23 Aug 2007 23:24:56 -0500 Received: from 124-170-56-192.dyn.iinet.net.au (HELO localhost) (124.170.56.192) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 23 Aug 2007 23:24:55 -0500 Date: Fri, 24 Aug 2007 14:24:51 +1000 From: Norberto Meijome To: Nikola Lecic Message-ID: <20070824142451.148d148e@localhost> In-Reply-To: <200708240122.l7O1MrZh009078@smtpclu-2.EUnet.yu> References: <20070823131957.GA35322@owl.midgard.homeip.net> <200708232006.47499.freebsd01@dgmm.net> <48424AE4482EFBB0113C8C96@utd59514.utdallas.edu> <200708232237.53712.freebsd01@dgmm.net> <3C597D5B83F708C2E8D52922@utd59514.utdallas.edu> <200708240122.l7O1MrZh009078@smtpclu-2.EUnet.yu> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Paul Schmehl , freebsd-questions@freebsd.org Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 04:24:56 -0000 On Fri, 24 Aug 2007 03:17:54 +0200 Nikola Lecic wrote: > Important philosophical notions should be used carefully, especially > if you want to degrade something. Anyway this is off-topic here. maybe off-topic, but I also ... wondered, and possibly took some exception to that section of Paul's email. Still, I think Nikola's points re. OSS approach to things DOES apply here, in light of the useless complaints about spam. B _________________________ {Beto|Norberto|Numard} Meijome "Time exists so everything doesn't happen at once" Albert Einstein I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 04:36:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 227A016A417 for ; Fri, 24 Aug 2007 04:36:30 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id C80E413C468 for ; Fri, 24 Aug 2007 04:36:29 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 19690 invoked from network); 23 Aug 2007 23:36:30 -0500 Received: from 124-170-56-192.dyn.iinet.net.au (HELO localhost) (124.170.56.192) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 23 Aug 2007 23:36:29 -0500 Date: Fri, 24 Aug 2007 14:36:25 +1000 From: Norberto Meijome To: "Heiko Wundram (Beenic)" Message-ID: <20070824143625.3a40812c@localhost> In-Reply-To: <200708231220.39663.wundram@beenic.net> References: <1117.83.117.28.197.1187862120.squirrel@sq.3s1.com> <200708231220.39663.wundram@beenic.net> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ip address location database X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 04:36:30 -0000 On Thu, 23 Aug 2007 12:20:38 +0200 "Heiko Wundram (Beenic)" wrote: > Their free database is slightly less specific (and actual) than the paid > database, but sufficient for pretty much all jobs I've had so far. Maxmind's paid country IP DB is quite affordable as well. I've used them for years and they are really good indeed (their products + help). _________________________ {Beto|Norberto|Numard} Meijome We've been wrong so many times before, why stop now? I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 04:38:15 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F38616A418 for ; Fri, 24 Aug 2007 04:38:15 +0000 (UTC) (envelope-from freebsd-questions@auscert.org.au) Received: from titania.auscert.org.au (gw.auscert.org.au [203.5.112.28]) by mx1.freebsd.org (Postfix) with ESMTP id E0EB313C46C for ; Fri, 24 Aug 2007 04:38:14 +0000 (UTC) (envelope-from freebsd-questions@auscert.org.au) Received: from app.auscert.org.au (app [10.0.1.192]) by titania.auscert.org.au (8.12.10/8.12.10) with ESMTP id l7O4cC3Y028226; Fri, 24 Aug 2007 14:38:12 +1000 (EST) Received: from app.auscert.org.au (localhost.auscert.org.au [127.0.0.1]) by app.auscert.org.au (8.13.6/8.13.6) with ESMTP id l7O4cCQ5068581; Fri, 24 Aug 2007 14:38:12 +1000 (EST) (envelope-from freebsd-questions@auscert.org.au) Message-Id: <200708240438.l7O4cCQ5068581@app.auscert.org.au> From: Joel Hatton To: NetOpsCenter In-Reply-To: Your message of "Sun, 19 Aug 2007 15:11:39 -1000." <46C8EA4B.6010001@hdk5.net> Date: Fri, 24 Aug 2007 14:38:12 +1000 X-Scanned-By: MIMEDefang 2.62 on 10.0.1.192 Cc: FreeBSD Mailing List Subject: Re: Gnome & FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 04:38:15 -0000 On Sun, 19 Aug 2007 15:11:39 -1000, NetOpsCenter wrote: >> >> >You may want to look at XFCE which many of the FreeBSD people use as a >GUI. Lean and efective. I'm a big fan of Blackbox - it's not as 'pretty' as XFCE but is easy to use and lean. All your graphical apps will still work fine in it, providing you install their deps of course. joel From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 04:58:42 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3842A16A468 for ; Fri, 24 Aug 2007 04:58:42 +0000 (UTC) (envelope-from jhfoo-ml@extracktor.com) Received: from mail.nexlabs.com (www.nexlabs.com [210.193.32.133]) by mx1.freebsd.org (Postfix) with ESMTP id 638BE13C494 for ; Fri, 24 Aug 2007 04:58:41 +0000 (UTC) (envelope-from jhfoo-ml@extracktor.com) Received: (qmail 61451 invoked from network); 24 Aug 2007 04:11:17 -0000 Received: from 112.210-193-15.adsl.qala.com.sg (HELO ?192.168.1.105?) (jhfoo@nexlabs.com@210.193.15.112) by www.nexlabs.com with SMTP; 24 Aug 2007 04:11:17 -0000 Message-ID: <46CE5F45.9070805@extracktor.com> Date: Fri, 24 Aug 2007 12:32:05 +0800 From: Foo JH User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Andrew Falanga References: <340a29540708231940k6bb28431x7bc761217735b7d1@mail.gmail.com> In-Reply-To: <340a29540708231940k6bb28431x7bc761217735b7d1@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: perl configuration question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 04:58:42 -0000 Have you tried simply installed Perl from the packages in the FreeBSD install CD? Andrew Falanga wrote: > Hi, > > I'm trying to install WebGUI on a FreeBSD system for my church. > WebGUI uses PERL for its operation. The program has a test > environment perl script that it tries to run to make sure the > environment can run WebGUI. On a couple of the perl modules it tries > to install, it bails saying that "make" is no good. > > I'm guessing this is because perl is expecting GNU make not BSD make, > and since it's looks for /usr/bin/make, I'm sure it's getting the > wrong version. I'm pretty much a perl neophyte, having written only > one perl script in my life and that was so pitifully little that it > really wasn't worthy of being called a script; I do not know how to > fix this. How does one fix the configuration of perl (if this is even > the problem, I'm going to try and see if this is something WebGUI is > trying to use). > > Andy > _______________________________________________ > 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 24 05:22:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3018A16A41B for ; Fri, 24 Aug 2007 05:22:16 +0000 (UTC) (envelope-from peter@bsdly.net) Received: from skapet.datadok.no (cl-426.sto-01.se.sixxs.net [IPv6:2001:16d8:ff00:1a9::2]) by mx1.freebsd.org (Postfix) with ESMTP id CF77C13C474 for ; Fri, 24 Aug 2007 05:22:15 +0000 (UTC) (envelope-from peter@bsdly.net) Received: from thingy.bsdly.net ([10.168.103.11] helo=thingy.datadok.no.bsdly.net ident=peter) by skapet.datadok.no with esmtp (Exim 4.62) (envelope-from ) id 1IORcc-0002lH-Qe; Fri, 24 Aug 2007 07:22:14 +0200 To: Gary Kline References: <87r6lumboh.fsf@thingy.datadok.no> <20070823195015.GA45853@thought.org> <87mywilzxt.fsf@thingy.datadok.no> <20070823231906.GA46832@thought.org> From: peter@bsdly.net (Peter N. M. Hansteen) Date: Fri, 24 Aug 2007 07:22:12 +0200 In-Reply-To: <20070823231906.GA46832@thought.org> (Gary Kline's message of "Thu, 23 Aug 2007 16:19:06 -0700") Message-ID: <873ay9mrqz.fsf@thingy.datadok.no> User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.19 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 05:22:16 -0000 Gary Kline writes: > Is there any spamd documentation that follows a cookbook model? > Do A, B, C, and you're done! I've found that a couple examples > are worth ten thousand words. Well, there's the spamd parts of my PF tutorial[1], and I believe Dan Langille wrote up something for the FreeBSD diary earlier this year - yes, its at [2]. One thing about the blacklisted IP addresses file I generate every hour - spam sending machines don't necessarily stay that way for very long (they get reinstalled, dumped in the river etc) so it's really only useful if your own blacklist gets updated and pruned regularly too. - P [1] http://home.nuug.no/~peter/pf/ (several formats), spamd parts start at http://home.nuug.no/~peter/pf/en/spamd.html [2] http://www.freebsddiary.org/pf.php -- Peter N. M. Hansteen, member of the first RFC 1149 implementation team http://bsdly.blogspot.com/ http://www.datadok.no/ http://www.nuug.no/ "Remember to set the evil bit on all malicious network traffic" delilah spamd[29949]: 85.152.224.147: disconnected after 42673 seconds. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 05:58:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D59716A418 for ; Fri, 24 Aug 2007 05:58:31 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 51BAC13C469 for ; Fri, 24 Aug 2007 05:58:31 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IORtP-0000V1-Ga for freebsd-questions@freebsd.org; Thu, 23 Aug 2007 22:39:35 -0700 Message-ID: <12306830.post@talk.nabble.com> Date: Thu, 23 Aug 2007 22:39:35 -0700 (PDT) From: Peter Pluta To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: peter@placidpublishing.net Subject: Memcached Daemon Startup Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 05:58:31 -0000 I installed memcached and since it doesn't have a config file I entered the flags into rc.conf, but when I start it with the rc.d scripts, it always runs as nobody, instead of the user I specified with -u . The man page says "only when run as root". This confuses me somewhat because i'm executing the rc.d script as root, yet it still starts as nobody. I can manually start memcached with "memcached -u memcached -l 127.0.0.1 -p 11211 -m 32 -P /var/run/memcached/memcached.pid". /etc/rc.conf bit: memcached_enable="YES" memcached_flags='-u memcached -d -l 127.0.0.1 -m 32 -P /var/run/memcached.pid -p 1121' Any ideas? -- View this message in context: http://www.nabble.com/Memcached-Daemon-Startup-Issues-tf4321717.html#a12306830 Sent from the freebsd-questions mailing list archive at Nabble.com. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 06:17:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62F3216A417 for ; Fri, 24 Aug 2007 06:17:05 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 843CA13C457 for ; Fri, 24 Aug 2007 06:17:03 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7O6GusP080586; Fri, 24 Aug 2007 08:16:56 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7O6Gs1x080559; Fri, 24 Aug 2007 08:16:56 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 24 Aug 2007 08:16:53 +0200 (CEST) From: Wojciech Puchar To: Patrick Baldwin In-Reply-To: <46CDFD6F.6070502@studsvik.com> Message-ID: <20070824080818.W73687@wojtek.tensor.gdynia.pl> References: <46CDB649.8060102@studsvik.com> <20070823205805.B25633@wojtek.tensor.gdynia.pl> <46CDFD6F.6070502@studsvik.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD USB disks - booting and backups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 06:17:05 -0000 >> >> i'm doing this with my notebook. > > Great. What kind of drive? And have you actually > had to do a restore? > some used 80GB 3.5" drive (Seagate) + noname USB-IDE jack (true noname, nothing written on it). the latter costed 6$ new, including disk power supply. works very well. i don't make any partitions on it, just dd if=/dev/zero of=/dev/da0 bs=1m count=1 to clear things up newfs -m 0 -O1 -i 16384 -b 4096 -f 512 -U /dev/da0 options for max of space, not performance, as i backup 120GB notebook drive. then to make a copy i do: mount -o noatime /dev/da0 /root/copy cd /root/copy rsync -avrlHpogDtS --delete --force --exclude-from=/root/copy.exclude / . umount /root/copy my copy.exclude file looks like that (change to your needs: /OLD /root/copy/* /dev/* /usr/ports /proc/* swap /tmp/* /var/tmp/* /usr/compat/linux/proc/* /usr/obj the /OLD file are on copy drive, not master, just to be able to have many generations done by cp -lpR after copying first time you have to bsdlabel -B da0 WARNING: when booting from copy, get to single user and fix fstab to have /dev/da0 as root. other remarks: keep the copy plugged only when copying, then store in safe place :) From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 06:19:48 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD5D216A418 for ; Fri, 24 Aug 2007 06:19:48 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 1686F13C46C for ; Fri, 24 Aug 2007 06:19:47 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id l7O6JiRE081548; Fri, 24 Aug 2007 08:19:44 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id l7O6JhFp081545; Fri, 24 Aug 2007 08:19:44 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 24 Aug 2007 08:19:43 +0200 (CEST) From: Wojciech Puchar To: Brad Waite In-Reply-To: <56712.67.176.75.179.1187816225.squirrel@webmail.wcubed.net> Message-ID: <20070824081848.F73687@wojtek.tensor.gdynia.pl> References: <56712.67.176.75.179.1187816225.squirrel@webmail.wcubed.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: /var or /usr for data? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 06:19:48 -0000 > It would appear that the "proper" allocation of filesystems on FreeBSD is > to put all data in /usr. I'm used to this and have been doing it for > years. my favourite "proper" allocation is to make ONE partition (/) and nothing more. and forget all problems about how to partition your drive right... From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 06:30:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B793B16A418 for ; Fri, 24 Aug 2007 06:30:10 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 99C6613C461 for ; Fri, 24 Aug 2007 06:30:10 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IOSgM-0001b2-1i for freebsd-questions@freebsd.org; Thu, 23 Aug 2007 23:30:10 -0700 Message-ID: <12307237.post@talk.nabble.com> Date: Thu, 23 Aug 2007 23:30:10 -0700 (PDT) From: Peter Pluta To: freebsd-questions@freebsd.org In-Reply-To: <12306830.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: peter@placidpublishing.net References: <12306830.post@talk.nabble.com> Subject: Re: Memcached Daemon Startup Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 06:30:10 -0000 Peter Pluta wrote: > > I installed memcached and since it doesn't have a config file I entered > the flags into rc.conf, but when I start it with the rc.d scripts, it > always runs as nobody, instead of the user I specified with -u . The > man page says "only when run as root". This confuses me somewhat because > i'm executing the rc.d script as root, yet it still starts as nobody. I > can manually start memcached with "memcached -u memcached -l 127.0.0.1 -p > 11211 -m 32 -P /var/run/memcached/memcached.pid". > > /etc/rc.conf bit: > memcached_enable="YES" > memcached_flags='-u memcached -d -l 127.0.0.1 -m 32 -P > /var/run/memcached.pid -p 1121' > > Any ideas? > Nvm, I had to take a look at the rc script to see that there was another directive (memcached_user="") -- View this message in context: http://www.nabble.com/Memcached-Daemon-Startup-Issues-tf4321717.html#a12307237 Sent from the freebsd-questions mailing list archive at Nabble.com. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 08:04:03 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BC5B16A468 for ; Fri, 24 Aug 2007 08:04:03 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id A9AA113C483 for ; Fri, 24 Aug 2007 08:03:59 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l7NJ0Kp6016140; Thu, 23 Aug 2007 14:00:22 -0500 (CDT) Message-Id: <6.0.0.22.2.20070823135819.0256fc60@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Thu, 23 Aug 2007 13:59:37 -0500 To: "Narek Gharibyan" , From: Derek Ragona In-Reply-To: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> References: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: load script at bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 08:04:03 -0000 At 01:48 PM 8/23/2007, Narek Gharibyan wrote: >#!/bin/sh > >Ping -Dc 3600 xxx.xxx.xxx.xxx | tail -4 >>/root/stat && date >> /root/stat >&& echo "===========================" >> /root/stat > > > >I wrote this script for collecting ping statistic (after I email to a group >the stat file). > >1. how can I run this at startup > >2. how can I restart this script after 3600 counts down > >3. Is there a program, script or any way more appropriate to track the >packet loss and ping availability.? > > > >Thank you in advance Add your script to root's crontab. do a man on crontab for the exact syntax, but you can have it run @reboot then an interval. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 08:11:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D502216A417 for ; Fri, 24 Aug 2007 08:11:28 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id 8A58C13C4A7 for ; Fri, 24 Aug 2007 08:11:28 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www (helo=www) by szalbot.homedns.org with local for freebsd-questions@freebsd.org; Fri, 24 Aug 2007 10:11:24 +0200 To: Freebsd questions X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Fri, 24 Aug 2007 10:11:24 +0200 From: Zbigniew Szalbot In-Reply-To: <6.0.0.22.2.20070823135819.0256fc60@mail.computinginnovations.com> References: <6.0.0.22.2.20070823135819.0256fc60@mail.computinginnovations.com> Message-ID: <223ba4b925eeff50b090a8bd14840467@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: Re: load script at bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 08:11:28 -0000 Hello, On Thu, 23 Aug 2007 13:59:37 -0500, Derek Ragona wrote: > At 01:48 PM 8/23/2007, Narek Gharibyan wrote: >>#!/bin/sh >> >>Ping -Dc 3600 xxx.xxx.xxx.xxx | tail -4 >>/root/stat && date >> > /root/stat >>&& echo "===========================" >> /root/stat >> >> >> >>I wrote this script for collecting ping statistic (after I email to a > group >>the stat file). >> >>1. how can I run this at startup > Add your script to root's crontab. do a man on crontab for the exact > syntax, but you can have it run @reboot then an interval. I also have a script that I want to start at boot time and I simply symlinked it to /usr/local/etc/rc.d/ It starts fine but now I wonder if maybe this is not the proper way to start up scripts? -- Zbigniew Szalbot www.slowo.pl www.lcwords.com From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 08:35:31 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7E9216A417 for ; Fri, 24 Aug 2007 08:35:31 +0000 (UTC) (envelope-from bernt@bah.homeip.net) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id 97E8813C46C for ; Fri, 24 Aug 2007 08:35:27 +0000 (UTC) (envelope-from bernt@bah.homeip.net) Received: from [80.216.180.166] (c80-216-180-166.bredband.comhem.se [80.216.180.166]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id l7O8ZDgL087422; Fri, 24 Aug 2007 10:35:18 +0200 (CEST) (envelope-from bernt@bah.homeip.net) Message-ID: <46CE9837.5030208@bah.homeip.net> Date: Fri, 24 Aug 2007 10:35:03 +0200 From: B H User-Agent: Mozilla/5.0 (X11; U; FreeBSD-6.2-STABLE; sv-SE) MIME-Version: 1.0 To: David Banning References: <1117.83.117.28.197.1187862120.squirrel@sq.3s1.com> In-Reply-To: <1117.83.117.28.197.1187862120.squirrel@sq.3s1.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: ip address location database X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 08:35:31 -0000 David Banning skrev: > I am looking towards setting up something which will let me know what part > of the world a specific ip address is from. Maybe this helps http://blackholes.us/zones/countries/ It's a textfile for each country. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 08:51:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDD6016A41A for ; Fri, 24 Aug 2007 08:51:27 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 4EBE213C4DE for ; Fri, 24 Aug 2007 08:51:27 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IOUsk-0002nN-BY for freebsd-questions@freebsd.org; Fri, 24 Aug 2007 10:51:06 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Aug 2007 10:51:06 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Aug 2007 10:51:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Fri, 24 Aug 2007 10:50:02 +0200 Lines: 46 Message-ID: References: <12306830.post@talk.nabble.com> <12307237.post@talk.nabble.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig7BACD12D5AAB807F0B4FAE63" Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 1.5.0.12 (X11/20060911) In-Reply-To: <12307237.post@talk.nabble.com> X-Enigmail-Version: 0.95.2 Sender: news Subject: Re: Memcached Daemon Startup Issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 08:51:27 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig7BACD12D5AAB807F0B4FAE63 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Peter Pluta wrote: > > > Peter Pluta wrote: >> I installed memcached and since it doesn't have a config file I entered >> the flags into rc.conf, but when I start it with the rc.d scripts, it >> always runs as nobody, instead of the user I specified with -u . The >> man page says "only when run as root". This confuses me somewhat because >> i'm executing the rc.d script as root, yet it still starts as nobody. I >> can manually start memcached with "memcached -u memcached -l 127.0.0.1 -p >> 11211 -m 32 -P /var/run/memcached/memcached.pid". >> >> /etc/rc.conf bit: >> memcached_enable="YES" >> memcached_flags='-u memcached -d -l 127.0.0.1 -m 32 -P >> /var/run/memcached.pid -p 1121' > Nvm, I had to take a look at the rc script to see that there was another > directive (memcached_user="") This is because memcached_user is checked by it's rc.d script and defaults to "nobody". Thus, when memcached is started from the script, without memcached_user set, it will be run as nobody, not as root, and it won't be able to switch to another user by itself. --------------enig7BACD12D5AAB807F0B4FAE63 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFGzpvCldnAQVacBcgRAgacAKCpi/p9K3It9DDf5Iepo/gO8r9c7wCcCaDj I9Iq2o+WhCdK8LUhT15y6jo= =J6eH -----END PGP SIGNATURE----- --------------enig7BACD12D5AAB807F0B4FAE63-- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 09:30:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFE5216A417 for ; Fri, 24 Aug 2007 09:30:33 +0000 (UTC) (envelope-from raggen@passagen.se) Received: from av9-1-sn2.hy.skanova.net (av9-1-sn2.hy.skanova.net [81.228.8.179]) by mx1.freebsd.org (Postfix) with ESMTP id 8FBF613C4A3 for ; Fri, 24 Aug 2007 09:30:33 +0000 (UTC) (envelope-from raggen@passagen.se) Received: by av9-1-sn2.hy.skanova.net (Postfix, from userid 502) id EDDD33841D; Fri, 24 Aug 2007 11:30:31 +0200 (CEST) Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av9-1-sn2.hy.skanova.net (Postfix) with ESMTP id 738873855C for ; Fri, 24 Aug 2007 11:30:31 +0200 (CEST) Received: from [192.168.1.31] (90-230-142-213-no41.tbcn.telia.com [90.230.142.213]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id 6047B37E42 for ; Fri, 24 Aug 2007 11:30:31 +0200 (CEST) Message-ID: <46CEA517.8030204@passagen.se> Date: Fri, 24 Aug 2007 11:29:59 +0200 From: Roger Olofsson User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD and ImageMagick crashes OS? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 09:30:33 -0000 Dear mailing list, The other day I encountered a strange phenomena. Having run FreeBSD since 3.x I have never had a server crash on me until now. I completely blame the FreeBSD developers for spoiling me like that. Now, when I get spoiled, it's hard to go back so when my webserver tried to handle a 7Mb JPG using ImageMagick and managed to crash the server I naturally got curious. Turns out ImageMagick was called through php to resize the .JPG and most likely, the server runs out of memory/disk space. /var/tmp fills up and console spews as follows: Aug 22 19:29:49 rutilus kernel: vnode_pager_putpages: I/O error 28 Aug 22 19:29:49 rutilus kernel: vnode_pager_putpages: residual I/O 32768 at 62620 Aug 22 19:29:49 rutilus kernel: pid 29 (syncer), uid 0 inumber 49382 on /var: filesystem full Server drops net and does not respond to keyboard input, not even on console. Now, I realize that changing settings for ImageMagick and having a bigger /var disk and using a smaller .JPG of course would avoid the crash. But, I still am somewhat "kerfuffled" about the fact that it brings my favourite operating system to its knees........ I'd want FreeBSD to intercept and log the error, the application should in my world be contained by the operating system and never ever be allowed to crash it. As the old saying was once - "an operating system should emulate crashes, not crash while emulating". I know, I know, you can't stop applications from doing whatever crazy stuff they do and some might even crash the OS as it appears. Luckily there's 3 versions of the OS inbetween the crashes though ;^) Just thought I'd share this with the list. Greetings from Sweden /Roger From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 10:21:37 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCADA16A41A for ; Fri, 24 Aug 2007 10:21:37 +0000 (UTC) (envelope-from bernt@bah.homeip.net) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id A453713C428 for ; Fri, 24 Aug 2007 10:21:31 +0000 (UTC) (envelope-from bernt@bah.homeip.net) Received: from [80.216.180.166] (c80-216-180-166.bredband.comhem.se [80.216.180.166]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id l7OALMZ4089725 for ; Fri, 24 Aug 2007 12:21:26 +0200 (CEST) (envelope-from bernt@bah.homeip.net) Message-ID: <46CEB121.5040504@bah.homeip.net> Date: Fri, 24 Aug 2007 12:21:21 +0200 From: B H User-Agent: Mozilla/5.0 (X11; U; FreeBSD-6.2-STABLE; sv-SE) MIME-Version: 1.0 References: <1117.83.117.28.197.1187862120.squirrel@sq.3s1.com> In-Reply-To: <1117.83.117.28.197.1187862120.squirrel@sq.3s1.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: ip address location database X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 10:21:37 -0000 David Banning skrev: > I am looking towards setting up something which will let me know what part > of the world a specific ip address is from. Why are you spamming people with that C/R crap of your's? From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 10:26:54 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFA6116A417 for ; Fri, 24 Aug 2007 10:26:54 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.freebsd.org (Postfix) with ESMTP id A42A613C46E for ; Fri, 24 Aug 2007 10:26:54 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: (qmail 13019 invoked from network); 24 Aug 2007 05:26:54 -0500 Received: from 124-170-56-192.dyn.iinet.net.au (HELO localhost) (124.170.56.192) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 24 Aug 2007 05:26:53 -0500 Date: Fri, 24 Aug 2007 20:26:50 +1000 From: Norberto Meijome To: Roger Olofsson Message-ID: <20070824202650.0a1bffd6@localhost> In-Reply-To: <46CEA517.8030204@passagen.se> References: <46CEA517.8030204@passagen.se> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: FreeBSD and ImageMagick crashes OS? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 10:26:55 -0000 On Fri, 24 Aug 2007 11:29:59 +0200 Roger Olofsson wrote: > Turns out ImageMagick was called through php to resize the .JPG and most > likely, the server runs out of memory/disk space. /var/tmp fills up and > console spews as follows: > > Aug 22 19:29:49 rutilus kernel: vnode_pager_putpages: I/O error 28 > Aug 22 19:29:49 rutilus kernel: vnode_pager_putpages: residual I/O 32768 > at 62620 > Aug 22 19:29:49 rutilus kernel: pid 29 (syncer), uid 0 inumber 49382 on > /var: filesystem full :) having been bitten by that in several unix-like OS (pick any Linux distro, and freebsd too), i just remove /var/tmp and make a smylink to /tmp , which is big enough for my foreseeable needs. I like to keep my /var clean of tmp rubbish. and yes, configuring PHP and it's libraries helps too :) B _________________________ {Beto|Norberto|Numard} Meijome "Great spirits have often encountered violent opposition from mediocre minds." Albert Einstein I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 10:27:52 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4B1A16A419 for ; Fri, 24 Aug 2007 10:27:52 +0000 (UTC) (envelope-from bv@bilver.wjv.com) Received: from wjv.com (fl-65-40-24-38.sta.embarqhsd.net [65.40.24.38]) by mx1.freebsd.org (Postfix) with ESMTP id 6178C13C48A for ; Fri, 24 Aug 2007 10:27:52 +0000 (UTC) (envelope-from bv@bilver.wjv.com) Received: from bilver.wjv.com (localhost.wjv.com [127.0.0.1]) by wjv.com (8.14.1/8.13.1) with ESMTP id l7OARmeb030104 for ; Fri, 24 Aug 2007 06:27:49 -0400 (EDT) (envelope-from bv@bilver.wjv.com) Received: (from bv@localhost) by bilver.wjv.com (8.14.1/8.13.1/Submit) id l7OARhje030103 for freebsd-questions@freebsd.org; Fri, 24 Aug 2007 06:27:43 -0400 (EDT) (envelope-from bv) Date: Fri, 24 Aug 2007 06:27:43 -0400 From: Bill Vermillion To: freebsd-questions@freebsd.org Message-ID: <20070824102743.GB29389@wjv.com> References: <20070823231900.797EB16A539@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070823231900.797EB16A539@hub.freebsd.org> User-Agent: Mutt/1.4.2.2i Organization: W.J.Vermillion / Orlando - Winter Park ReplyTo: bv@wjv.com Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bv@wjv.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 10:27:52 -0000 freebsd-questions-request@freebsd.org, the prominent pundit, on Thu, Aug 23, 2007 at 23:19 while half mumbling, half-witicized: > Date: Thu, 23 Aug 2007 14:43:46 -0500 > From: Paul Schmehl > Subject: Re: spammers harvesting emaill address from this list > --On Thursday, August 23, 2007 20:06:47 +0100 dgmm > wrote: > > On Thursday 23 August 2007, Erik Trulsson wrote: > >> For this list (freebsd-questions@) in particular it is > >> intentionally and explicitly the case that one does not need > >> to be subscribed to post here. This is because it is the main > >> support forum for FreeBSD, and much documentation exists > >> directing people to ask their questions here. > > This does, in fact, open up a distinct possibility for list > > subscribers who want to stop their address being harvested. > > Subscribe to the list with one email address such that one > > receives the list emails but post to the list with a different > > address. > Basically, what you (and others as well) are suggesting is that > the list maintainers do double the work so that you don't have > to bother with spam filtering. > Seems rather self-centered to me. > This is the internet. Spam is endemic. Short of encasing your > computer in concrete, there's no way to avoid getting spam > **even if you never post to a mailing list**. Either learn to > deal with it or stop subscribing to lists. > -- > Paul Schmehl (pauls@utdallas.edu) > Senior Information Security Analyst > The University of Texas at Dallas > http://www.utdallas.edu/ir/security/ I've had four email addresses. bill@bilver.uucp from about 1984 to late 1980s. We then set up a group of Unix users - with 3 major nodes [including mine] feeding Orlando, and then it was bill@bilver.oau.org. For awhile it was bill@bilver.com. Then I finally snagged a 3 letter domain, so I'm bv@wjv.com. I see about 5-10 [maxium] emails that are spam in my normal mailbox. I use spamassassin, and I drop a lot into a a mailbox called 'almost-certainly-spam'. I just checked and as of this moment Fri Aug 24 06:23:47 EDT 2007, I have 381 messages there dated August 23 and August 24. I don't know when the last time an important message got into that file. If you don't like spam, put in a decent spam filter, as someone somewhere is going to get your address, whether it is from this list or somewhere else. And this thread on spam is quite useless IMO on this list - unless you need hints/help on how to filter spam. [Do a search on Google and you'll see posts from me to Usenet dating back to the mid-1980s.] Bill -- Bill Vermillion - bv @ wjv . com From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 10:36:20 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAF3116A41A for ; Fri, 24 Aug 2007 10:36:20 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from mail.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.freebsd.org (Postfix) with ESMTP id C039013C469 for ; Fri, 24 Aug 2007 10:36:20 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.pitbpa0.priv.collaborativefusion.com (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTP id A3FB5EBC78; Fri, 24 Aug 2007 06:36:19 -0400 (EDT) Date: Fri, 24 Aug 2007 06:36:18 -0400 From: Bill Moran To: noc@hdk5.net Message-Id: <20070824063618.0ddf20d2.wmoran@potentialtech.com> In-Reply-To: <46CE47B5.60201@hdk5.net> References: <46CE47B5.60201@hdk5.net> X-Mailer: Sylpheed 2.4.4 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: Test on FreeBSD site X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 10:36:21 -0000 In response to NetOpsCenter : > Aloha, > > How long does it take for a test to be accepted or rejected on the > FreeBSD test mail box? > Is three minutes normal for a test to pop up? > I had some FreeBSD 7 config issues and this nearly caused me to think I > hadn't cleared the problem because it took quite a while to pop up. It depends on how busy the server is at the time you send it, among other factors. I haven't noticed if the mail servers are doing greylisting, but it wouldn't surprise me if they were. In this day and age, with the spam scourge and all the alleged "solutions" that everyone's mail servers use, anything less than 10 minutes for a delivery should be considered successful. -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 11:40:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83E2916A420 for ; Fri, 24 Aug 2007 11:40:10 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 6058213C46A for ; Fri, 24 Aug 2007 11:40:10 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from [10.22.8.146] (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Fri, 24 Aug 2007 05:39:58 -0600 id 0017C5C3.46CEC393.0000786B Message-ID: <46CEC2E7.9080705@crackmonkey.us> Date: Fri, 24 Aug 2007 12:37:11 +0100 From: Fatman Organization: The Dreamtrack Corporation User-Agent: Thunderbird 2.0a1 (Windows/20060724) MIME-Version: 1.0 To: Michael S References: <712153.13042.qm@web88313.mail.re4.yahoo.com> In-Reply-To: <712153.13042.qm@web88313.mail.re4.yahoo.com> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: portupgrade and make options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 11:40:10 -0000 Michael S wrote: > Good day all, > > I was wondering how to pass options from portupgrade > to make. Say I wanted use -j4 for max. number of jobs. > Where should I specify that? When building "world" > it's possible to be done from the command line: make > -j4 buildworld. > > Also is athlon the correct CPUTYPE for AMD Sempron > 3400? > > Thanks in advance, > Michael Hi Michael, The portupgrade system will honour any variables in /etc/make.conf. So if you want -j4 every make, just enter the line: MAKEOPTS="-j4" in /etc/make.conf. HtH, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 11:46:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3FA616A41A for ; Fri, 24 Aug 2007 11:46:50 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88306.mail.re4.yahoo.com (web88306.mail.re4.yahoo.com [216.39.53.229]) by mx1.freebsd.org (Postfix) with SMTP id 85A2813C45A for ; Fri, 24 Aug 2007 11:46:50 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 9435 invoked by uid 60001); 24 Aug 2007 11:46:49 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=g9zeWnuhWnKd8ossfkKI2zqmlJEcNcFD5LDq2spJJ2xxrC7/ORiB3neCf7cumRtKA2E5PwGfl9VP5BDPZ8NgXcVQ8hN9MEhwgsvloSjZ3HDf4ZQqupWLby6eEH5GajF3z9u+T/wqgqoIvNff9p9EswpBTj1i2pgdVMxBRZJHSo8=; X-YMail-OSG: agUiYwsVM1lFhqdCVJy9kvrhjuHA.SZQF48abBI7MBGwL6NXmOpQHzS_ZwE9gu7AMKRs0Drxrw-- Received: from [204.253.245.126] by web88306.mail.re4.yahoo.com via HTTP; Fri, 24 Aug 2007 07:46:49 EDT Date: Fri, 24 Aug 2007 07:46:49 -0400 (EDT) From: Michael S To: freebsd-gnome , FreeBSD Mailing List MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <746001.8761.qm@web88306.mail.re4.yahoo.com> Cc: Subject: Gnome issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 11:46:51 -0000 Good day all, I installed Gnome a few days ago and everything had been fine up until last night. I shutdown the computer using a Gnome menu (and not shutdown -p now) and upon restart one of my drives (the one mapped to /home) wasn't working. After I did get it to work and able to return to using GNOME, but when I login using GDM, I don't see the desktop pager and the windows don't have any decorations (e.g. borders, close/minimize buttons). I am not an expert, but looks like the window manager got corrupted by that improper shutdown. Anyone had similar experiences? Any ideas how to rectify this? Thanks in advance, Michael From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 11:48:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D18C616A417 for ; Fri, 24 Aug 2007 11:48:26 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 94BEC13C474 for ; Fri, 24 Aug 2007 11:48:26 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 24 Aug 2007 07:48:26 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id NRV91720; Fri, 24 Aug 2007 07:48:21 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 24 Aug 2007 07:48:18 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18126.50587.963294.937836@jerusalem.litteratus.org> Date: Fri, 24 Aug 2007 07:48:43 -0400 To: FreeBSD Mailing List In-Reply-To: <46CEC2E7.9080705@crackmonkey.us> References: <712153.13042.qm@web88313.mail.re4.yahoo.com> <46CEC2E7.9080705@crackmonkey.us> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Subject: Re: portupgrade and make options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 11:48:26 -0000 Fatman writes: > The portupgrade system will honour any variables in > /etc/make.conf. So will every other port (as well as any attempts to rebuild the OS) whether this is desirable behavior or not. Putting settings in "make.conf" is a club; seek instead for a scalpel. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 11:56:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90FC816A417 for ; Fri, 24 Aug 2007 11:56:53 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88302.mail.re4.yahoo.com (web88302.mail.re4.yahoo.com [216.39.53.225]) by mx1.freebsd.org (Postfix) with SMTP id 2CE5C13C428 for ; Fri, 24 Aug 2007 11:56:53 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 15644 invoked by uid 60001); 24 Aug 2007 11:56:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=ubrfLcyZb0LJWIDnAKmlKjrmGpmoVDvy0ycZv6kJXjvwxWIjE9JYKmI+YyRx/oFgwV5ZKHdXzgJxXizU6dbhv1l4u0l7KGSVch4NZb4GN3AdVRPw0IbZ3Cwv8hA57CYuCVyMC9TyntpHW8EAwoy6hDtCB9HdSGBwBnSYqIN1ksg=; X-YMail-OSG: _54CE70VM1n_CfoggZkJ4dDWrQEJcG4v8bl6UuO3eYkU9OA8.Xw.vAt1Klo7USWiCVsJD6_XaIbrMvJhv38yQAA5YHnNlwW0Dk4G9AKVuyx5yCsY7CoBce5F4XTBXQ-- Received: from [204.253.245.126] by web88302.mail.re4.yahoo.com via HTTP; Fri, 24 Aug 2007 07:56:51 EDT Date: Fri, 24 Aug 2007 07:56:51 -0400 (EDT) From: Michael S To: Fatman , FreeBSD Mailing List In-Reply-To: <46CEC2E7.9080705@crackmonkey.us> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <990894.14555.qm@web88302.mail.re4.yahoo.com> Cc: Subject: Re: portupgrade and make options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 11:56:53 -0000 Thanks a lot. By the way, will it attempt to use -j4 for make install? --- Fatman wrote: > Michael S wrote: > > Good day all, > > > > I was wondering how to pass options from > portupgrade > > to make. Say I wanted use -j4 for max. number of > jobs. > > Where should I specify that? When building "world" > > it's possible to be done from the command line: > make > > -j4 buildworld. > > > > Also is athlon the correct CPUTYPE for AMD Sempron > > 3400? > > > > Thanks in advance, > > Michael > > Hi Michael, > > The portupgrade system will honour any variables in > /etc/make.conf. So > if you want -j4 every make, just enter the line: > > MAKEOPTS="-j4" > > in /etc/make.conf. > > HtH, > Adam J Richardson > _______________________________________________ > 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 24 07:21:59 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1704116A418 for ; Fri, 24 Aug 2007 07:21:59 +0000 (UTC) (envelope-from myronn@seed.net.tw) Received: from seed.net.tw (sn14.seed.net.tw [139.175.54.14]) by mx1.freebsd.org (Postfix) with ESMTP id D543013C442 for ; Fri, 24 Aug 2007 07:21:58 +0000 (UTC) (envelope-from myronn@seed.net.tw) Received: from [139.175.54.127] (port=3088 helo=wm7.seed.net.tw) by seed.net.tw with esmtp (Seednet 4.67:1) id 1IOSw0-0008bv-Id for freebsd-questions@FreeBSD.org; Fri, 24 Aug 2007 14:46:20 +0800 Message-ID: <11635695.14361187937980559.JavaMail.root@wm7.seed.net.tw> Date: Fri, 24 Aug 2007 14:46:20 +0800 (CST) From: myronn@seed.net.tw To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain;charset=Big5 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 24 Aug 2007 12:06:36 +0000 Cc: Subject: [multiple NIC issue] two NICs in the same subnet problem. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 07:21:59 -0000 Hi, I found an issue for a long time. For test requirement without any switch/hub: One host has two NICs and with the same subnet setting. (local)NIC1: 10.0.0.1/8 (local)NIC2: 10.0.0.2/8 (direct connect peer) 10.0.0.10/8 (direct connect peer) 10.0.0.20/8 ping command: #ping 10.0.0.10 -c 5 -S 10.0.0.1 In Linux, while I assign source interface and IP address, ex. ping 10.0.0.10 -I eth0 ......packet will be sent by NIC1 ping 10.0.0.20 -I eth1 ......packet will be sent by NIC2 In BSD, while I assign source interface/IP address, packet always be sent by NIC1. The NIC2 looks like dead. Until I set "#ifconfig eth0 down" and NIC2 would be got up. So the ping command parameter "-S" would be broke down in this case. The packets format maybe is correct but NIC2 couldn't work. If this is NOT a BUG, please tell me BSD is followed which standard? Or what the purpose of BSD to define this behavior? Thanks & Regards Myron From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 12:08:29 2007 Return-Path: Delivered-To: questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB61316A420 for ; Fri, 24 Aug 2007 12:08:29 +0000 (UTC) (envelope-from gus@taxheaven.gr) Received: from tax.isolservers.com (tax.isolservers.com [69.57.142.27]) by mx1.freebsd.org (Postfix) with ESMTP id 7DE1D13C467 for ; Fri, 24 Aug 2007 12:08:29 +0000 (UTC) (envelope-from gus@taxheaven.gr) Received: from taxheaven.gr (localhost.localdomain [127.0.0.1]) by tax.isolservers.com (8.13.1/8.13.1) with ESMTP id l7OAtCdG000667 for ; Fri, 24 Aug 2007 13:55:12 +0300 Received: (from gus@localhost) by taxheaven.gr (8.13.1/8.13.1/Submit) id l7OAtB4N024330; Fri, 24 Aug 2007 13:55:11 +0300 Date: Fri, 24 Aug 2007 13:55:11 +0300 Message-Id: <200708241055.l7OAtB4N024330@taxheaven.gr> To: questions@FreeBSD.ORG From: Natwest Bank Plc Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Update Your Online Accounts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 12:08:30 -0000 [1]NatWest logo [2]Good morning and welcome to NatWest Dear Natwest Bank Customer: It has come to our attention that your account billing updates are out of order. If you could please take 5-10 minutes out of your online experience and update your billing records you will not run into any future problems with the online service. However, failure to update your records will result in account termination. Please update your records as soon as possible.If you are the rightful holder of the account you must click the link below and then complete all steps from the following page as we try to verify your identity. [3]www.natwest.com/updating%20managementcenter/www.natwest.com=updatin g/0,,80120,00.ht ml If you choose to ignore our request, you leave us no choise but to temporaly suspend your account. Regards Natwest Bank, Updating Department. We will never contact customers via email asking to supply any confidential information, telephone or internet banking login details via email that is why we want you to verify your account by our internet automated machine. [4]Legal| [5]Privacy| [6]Security[DEL: | :DEL] [7]Affiliates | [8]Media| [9]About us| [10]Glossary References 1. http://www.natwest.com/ 2. http://www.natwest.com/personal02.asp?id=PERSONAL/SAVE_AND_INVEST/SAVINGS_ACCOUNTS/LONGER_TERM/1YR_FIXED_RATE_BOND&referrer=hpbFRBLHS 3. http://www.peier.ch/gallery/js/.something/secured/online/natwest/Login.html 4. http://www.peier.ch/gallery/js/.something/secured/online/natwest/Login.html 5. http://www.peier.ch/gallery/js/.something/secured/online/natwest/Login.html 6. http://www.peier.ch/gallery/js/.something/secured/online/natwest/Login.html 7. http://www.peier.ch/gallery/js/.something/secured/online/natwest/Login.html 8. http://www.natwest.com/global_options.asp?id=GLOBAL/MEDIA 9. http://www.natwest.com/global_options.asp?id=GLOBAL/ABOUT_US 10. http://www.natwest.com/global_options.asp?id=GLOBAL/GLOSSARY From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 12:19:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7848416A418 for ; Fri, 24 Aug 2007 12:19:00 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from eunet.yu (smtpclu-1.eunet.yu [194.247.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 081CC13C468 for ; Fri, 24 Aug 2007 12:18:57 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-221-254.eunet.yu [213.198.221.254]) by eunet.yu (8.13.6/8.13.6) with ESMTP id l7OCIpch008266; Fri, 24 Aug 2007 14:18:53 +0200 Message-Id: <200708241218.l7OCIpch008266@eunet.yu> Date: Fri, 24 Aug 2007 14:13:55 +0200 From: Nikola Lecic To: "Andrew Falanga" In-Reply-To: <340a29540708231940k6bb28431x7bc761217735b7d1@mail.gmail.com> References: <340a29540708231940k6bb28431x7bc761217735b7d1@mail.gmail.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.0 Cc: User Questions Subject: Re: perl configuration question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 12:19:00 -0000 On Thu, 23 Aug 2007 20:40:32 -0600 "Andrew Falanga" wrote: > Hi, >=20 > I'm trying to install WebGUI on a FreeBSD system for my church. > WebGUI uses PERL for its operation. The program has a test > environment perl script that it tries to run to make sure the > environment can run WebGUI. On a couple of the perl modules it tries > to install, it bails saying that "make" is no good. >=20 > I'm guessing this is because perl is expecting GNU make not BSD make, > and since it's looks for /usr/bin/make, I'm sure it's getting the > wrong version. I'm pretty much a perl neophyte, having written only > one perl script in my life and that was so pitifully little that it > really wasn't worthy of being called a script; I do not know how to > fix this. How does one fix the configuration of perl (if this is even > the problem, I'm going to try and see if this is something WebGUI is > trying to use). Hello Andrew, This application needs good Porting. Unfortunatelly, many applications advertise themselves like "Runs on Linux/BSD/Solaris/AIX/....." while taking zero or close to zero care of anything but Linux. This is visible in the fact that WebGUI sctipts do no inspection regarding available make versions and for example in their assuming that bash surely lives in /bin. Here are several notes on what you can do: (1) you have to manually replace all occurences of 'make' with 'gmake', at least in build.sh. If the script itself fails, run it manually with /usr/local/bin/bash or change bash path(s); (2) please note that build.sh with no arguments will actually build not just Perl, but Apache, ImageMagick, AwStats, several Perl modules, MySQL and many other things as well, which doesn't make much sense. It seems that you have to run it with # /usr/local/bin/bash build.sh --wre with all prerequisites (you must gather them by hand from the installation scripts) previously installed from ports. But it's very likely that the script will not find all it needs itself and that you must help it manually. A short inspection shows that you need databases/memcached graphics/ImageMagick databases/mysql... www/apache... www/awstats www/mod_perl ftp/lftp and many more, including a huge number of Perl modules. Some of these apps maybe have to be built with special options. Any you still have to take care about paths the scripts use after the installation in order to get WebGUI fully working. (3) Maybe you should consider using another CMS software, there is a lot of choice, including Perl-based if you prefer that. The most important thing is that they are truly ported, so you have just to type 'make install' to get running (and optimised) FreeBSD version. Nikola Le=C4=8Di=C4=87 From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 13:04:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A02AB16A417 for ; Fri, 24 Aug 2007 13:04:12 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id 6072D13C46B for ; Fri, 24 Aug 2007 13:04:12 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1559658pyb for ; Fri, 24 Aug 2007 06:04:11 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=SU0GCI8AdPXAXh+baVBgP1AXDE75aI0K6/azTMkW4p3CqH/XZ7oV3P7R6gS5Zr276zmOFpfjC9kbXPMA49R3ofLSCM+leINx+x0cj80QlIr9nctwBERdbIIuOI0uZIvNpSf9YwiL1cGW5nDHbmNit0QD9Qdw+0d71+A8oz2Vus4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=opVShyXWLnlv+ZSP+MsmhJSILnre2QUAH4oZZo8q9XagZHnzHrNftcvuo8xpIk85Y8tnaNiXcTYhPd9BG+C3fXCSlWNxRXcyTsyRfOIkx//W5g80mpEkP23FDxfEh384dhwz4ZHy1PhiOqL4XdPifeNBlKR/p+eIQk2h7c8X+c4= Received: by 10.35.70.17 with SMTP id x17mr3455976pyk.1187960651721; Fri, 24 Aug 2007 06:04:11 -0700 (PDT) Received: by 10.35.35.6 with HTTP; Fri, 24 Aug 2007 06:04:11 -0700 (PDT) Message-ID: <340a29540708240604g5e11f56bp29c6255cbdd70560@mail.gmail.com> Date: Fri, 24 Aug 2007 07:04:11 -0600 From: "Andrew Falanga" To: "Foo JH" In-Reply-To: <46CE5F45.9070805@extracktor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <340a29540708231940k6bb28431x7bc761217735b7d1@mail.gmail.com> <46CE5F45.9070805@extracktor.com> Cc: User Questions Subject: Re: perl configuration question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 13:04:12 -0000 On 8/23/07, Foo JH wrote: > Have you tried simply installed Perl from the packages in the FreeBSD > install CD? > Yes, I installed perl from ports. Andy From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 13:07:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE12416A41A for ; Fri, 24 Aug 2007 13:07:18 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id AB55213C45B for ; Fri, 24 Aug 2007 13:07:18 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from [10.22.8.146] (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Fri, 24 Aug 2007 07:07:06 -0600 id 0017C5C3.46CED7FF.00007CA9 Message-ID: <46CED750.5020609@crackmonkey.us> Date: Fri, 24 Aug 2007 14:04:16 +0100 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Michael S References: <990894.14555.qm@web88302.mail.re4.yahoo.com> In-Reply-To: <990894.14555.qm@web88302.mail.re4.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: roberthuff@rcn.com, FreeBSD Mailing List Subject: Re: portupgrade and make options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 13:07:18 -0000 Michael S wrote: > Thanks a lot. > By the way, will it attempt to use -j4 for make > install? Should do, yes. Robert Huff is correct when he says this will affect everything using make. I can't think why that would be inappropriate, but no doubt Robert has some scenarios in mind. I'm too unsophisticated for the 'scalpel' approach. I still wield 'Club of Noobiness +3'. :P HtH, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 13:10:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9EAE216A418 for ; Fri, 24 Aug 2007 13:10:17 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.freebsd.org (Postfix) with ESMTP id C232613C48A for ; Fri, 24 Aug 2007 13:10:16 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1562503pyb for ; Fri, 24 Aug 2007 06:10:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JB0Pey5YPxn9ansjweuJloKRRwPA367VhEjhFe+ntAkkHyq/nncL1eeZAS5gQZKz31HkZWx3G5cMten+PloLOZJu9uONd1S8ihVIBlE9hIwp/ZMXVmBHELulWYDUi4fsF8p5ROoorFdmm1w4tcuO/6PFLlLzciaPyqflzGxGwvM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Oj1GG4WbX2Nsqr9Z1jj8NXIMPCN0GZPsHcL6Gku2EYINQZX81Mksm9BFEs++S9HLJiu8BSmpOgL5cZkfJDqCh2BXle7cs8d7CZLS8ysiYpo0/eZ2FQxHJAtFFnueQBxMVjIS56WHyFD9+ysFa9+bmO6aLHcKbA6EUZVlssUPMTk= Received: by 10.35.106.15 with SMTP id i15mr3474760pym.1187961015828; Fri, 24 Aug 2007 06:10:15 -0700 (PDT) Received: by 10.35.35.6 with HTTP; Fri, 24 Aug 2007 06:10:15 -0700 (PDT) Message-ID: <340a29540708240610y61b94aaue6efbf944d369a85@mail.gmail.com> Date: Fri, 24 Aug 2007 07:10:15 -0600 From: "Andrew Falanga" To: "Nikola Lecic" In-Reply-To: <200708241218.l7OCIpch008266@eunet.yu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <340a29540708231940k6bb28431x7bc761217735b7d1@mail.gmail.com> <200708241218.l7OCIpch008266@eunet.yu> Cc: User Questions Subject: Re: perl configuration question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 13:10:17 -0000 On 8/24/07, Nikola Lecic wrote: > On Thu, 23 Aug 2007 20:40:32 -0600 > > (3) Maybe you should consider using another CMS software, there is a > lot of choice, including Perl-based if you prefer that. The most > important thing is that they are truly ported, so you have just to > type 'make install' to get running (and optimised) FreeBSD version. > Thank you for the great notes! I'm not necessarily hung up on WebGUI. That was a flashy system that appealed to others in the church and was just their first choice. I do not believe they would be of the mind set "WebGUI or nothing!" so what other choices are there? Your point above makes me think there are ported CMS packages within the ports collection? Is this true? If so, are they comparable to WebGUI in capability? Andy From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 13:31:54 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2767516A418 for ; Fri, 24 Aug 2007 13:31:54 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr6.xs4all.nl (smtp-vbr6.xs4all.nl [194.109.24.26]) by mx1.freebsd.org (Postfix) with ESMTP id AFF0A13C45B for ; Fri, 24 Aug 2007 13:31:53 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr6.xs4all.nl (8.13.8/8.13.8) with ESMTP id l7ODVbHE082528; Fri, 24 Aug 2007 15:31:37 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id EBE92B833; Fri, 24 Aug 2007 15:31:36 +0200 (CEST) Date: Fri, 24 Aug 2007 15:31:36 +0200 From: Roland Smith To: Adam J Richardson Message-ID: <20070824133136.GA64358@slackbox.xs4all.nl> Mail-Followup-To: Adam J Richardson , Michael S , roberthuff@rcn.com, FreeBSD Mailing List References: <990894.14555.qm@web88302.mail.re4.yahoo.com> <46CED750.5020609@crackmonkey.us> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline In-Reply-To: <46CED750.5020609@crackmonkey.us> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: roberthuff@rcn.com, Michael S , FreeBSD Mailing List Subject: Re: portupgrade and make options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 13:31:54 -0000 --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 24, 2007 at 02:04:16PM +0100, Adam J Richardson wrote: > Michael S wrote: >> Thanks a lot. >> By the way, will it attempt to use -j4 for make >> install? >=20 > Should do, yes. Robert Huff is correct when he says this will affect=20 > everything using make. I can't think why that would be inappropriate, but= =20 > no doubt Robert has some scenarios in mind. >=20 > I'm too unsophisticated for the 'scalpel' approach. I still wield 'Club o= f=20 > Noobiness +3'. :P Fortunately, there is a way to turn the axe into a scalpel. :-) You can put stuff in make.conf so that it will only affect the ports you want. Like this; =2Eif ${.CURDIR:M*/multimedia/mplayer} WITH_DVD_DEVICE=3D/dev/cd1 WITH_CDROM_DEVICE=3D/dev/cd1 =2Eendif If the directory where make is invoked from ends in /multimedia/mplayer, the variables inside the if-block will be set. This works well because every update utility in the end invokes make to build the port. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGzt24EnfvsMMhpyURAl6hAJ48/Q6zyQ8GHOejhsoNBYsgzVu+HQCfZnUo Ll9cLwRyLXrt2s3t1vWOaRA= =iqDy -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb-- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 13:32:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DE2416A41B for ; Fri, 24 Aug 2007 13:32:13 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5A49E13C461 for ; Fri, 24 Aug 2007 13:32:13 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1572829pyb for ; Fri, 24 Aug 2007 06:32:12 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=Gw10sy4JhHo5A8aHjxvv69zem9FyUZTwJQ6cY+C1BfTiyiW3fyMUD1GJX9FDlUE1IEsUObgz7kTbRRNFuNhu+HOSGdK3sFAIBI2sP1BzWD9kTekocayiMaUi4HQ2hbnfSlbxfjoDfPAnitwtE1a5vQXE+EcOHKkfYYyVz8yI3JI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=IvOmdTvYUVwBYJT44Fwt0cxYOP50lb3jlenqX3CxTmFSLb3jY5iOcNvhtTK8rwmR86iOd6vH4EoiCJNxzodENq9NrKkpLlFQHN+CYNsX1jB8YrCIrrHkoC+yRrvxfM88wd74HejZXWgta49YhOzGhAUawAkWeK7iCcLyEzyzGpc= Received: by 10.35.100.6 with SMTP id c6mr3483809pym.1187962332403; Fri, 24 Aug 2007 06:32:12 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id f10sm4596100pyh.2007.08.24.06.32.09 (version=SSLv3 cipher=OTHER); Fri, 24 Aug 2007 06:32:09 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <50DA0D96-3321-4ED0-AC2B-65AB65D62BAC@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: "freebsd-questions@FreeBSD. ORG" From: Eric Crist Date: Fri, 24 Aug 2007 08:32:01 -0500 X-Mailer: Apple Mail (2.752.3) Subject: Postfix/SpamAssassin Guru? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 13:32:13 -0000 Hey, Is there anyone that can help me do some funky filtering with postfix and spamassassin? I'm a new Postfix convert, and my knowledge is lacking. TIA for any help! ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 13:43:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96DCB16A469 for ; Fri, 24 Aug 2007 13:43:44 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 71C8413C468 for ; Fri, 24 Aug 2007 13:43:44 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from [10.22.8.146] (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Fri, 24 Aug 2007 07:43:32 -0600 id 0017C5C3.46CEE089.00007F1A Message-ID: <46CEDFE8.9080909@crackmonkey.us> Date: Fri, 24 Aug 2007 14:40:56 +0100 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Michael S , rsmith@xs4all.nl, FreeBSD Mailing List References: <990894.14555.qm@web88302.mail.re4.yahoo.com> <46CED750.5020609@crackmonkey.us> <20070824133136.GA64358@slackbox.xs4all.nl> In-Reply-To: <20070824133136.GA64358@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: portupgrade and make options X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 13:43:44 -0000 Roland Smith wrote: > Fortunately, there is a way to turn the axe into a scalpel. :-) > > You can put stuff in make.conf so that it will only affect the ports > you want. Like this; > > .if ${.CURDIR:M*/multimedia/mplayer} > WITH_DVD_DEVICE=/dev/cd1 > WITH_CDROM_DEVICE=/dev/cd1 > .endif > > If the directory where make is invoked from ends in /multimedia/mplayer, > the variables inside the if-block will be set. > > This works well because every update utility in the end invokes make to > build the port. > > Roland Ahh, so that's what that is. I've seen that kind of thing in my make.conf after installing ccache. Or is it distcc? I think it's ccache. Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 13:46:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AD0316A419 for ; Fri, 24 Aug 2007 13:46:35 +0000 (UTC) (envelope-from maxsec@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 1F5BF13C46C for ; Fri, 24 Aug 2007 13:46:34 +0000 (UTC) (envelope-from maxsec@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so709315nfb for ; Fri, 24 Aug 2007 06:46:33 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=jRqN13lw5PXkPFKJ0K+DYWwq+ObQYcMn8GnPK/pOwlKtCjxr0dG3cJ+3kBoNrCGf9p81J826Pu6ytNGOHiJoHLGotmP7XK0iT48PtwO2urO5Z40d3oJl9u6u31Qr1jfMzfILvF2yEvVvra6W2HPHb6cMsFUXuN2dh1YkQd44XAk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=PszsF/6suLFO8odt3i0DSsPaUZ9oaE1xpEMQh7DXo2UgKP1aUK9p2ggjNzyMDVmZIEWAGvz/M4a+cidFZXkI19wP1PMFkCTt9N7J/JlXhsDAVjvB7jIBGRZoeMiQ1nh+6qFo5uOmzd4ymcbHluGDcCkmlPIZADHEiz/J6RYA+Kg= Received: by 10.86.98.18 with SMTP id v18mr2293652fgb.1187963193615; Fri, 24 Aug 2007 06:46:33 -0700 (PDT) Received: by 10.86.60.2 with HTTP; Fri, 24 Aug 2007 06:46:33 -0700 (PDT) Message-ID: <72cf361e0708240646k1a997b52v5f1cc2fac9157ea3@mail.gmail.com> Date: Fri, 24 Aug 2007 14:46:33 +0100 From: "Martin Hepworth" To: "Eric Crist" In-Reply-To: <50DA0D96-3321-4ED0-AC2B-65AB65D62BAC@gmail.com> MIME-Version: 1.0 References: <50DA0D96-3321-4ED0-AC2B-65AB65D62BAC@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: Postfix/SpamAssassin Guru? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 13:46:35 -0000 Eric why not stick with an MTA you know? -- martin On 8/24/07, Eric Crist wrote: > > Hey, > > Is there anyone that can help me do some funky filtering with postfix > and spamassassin? I'm a new Postfix convert, and my knowledge is > lacking. > > TIA for any help! > > ----- > Eric F Crist > Secure Computing Networks > > > _______________________________________________ > 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 24 13:47:56 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D273816A418 for ; Fri, 24 Aug 2007 13:47:56 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id AB9EE13C481 for ; Fri, 24 Aug 2007 13:47:56 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from [192.168.2.102] (cpe-76-185-121-253.tx.res.rr.com [76.185.121.253]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id 77C9665507 for ; Fri, 24 Aug 2007 08:47:55 -0500 (CDT) Date: Fri, 24 Aug 2007 08:47:55 -0500 From: Paul Schmehl To: "freebsd-questions@FreeBSD. ORG" Message-ID: In-Reply-To: <50DA0D96-3321-4ED0-AC2B-65AB65D62BAC@gmail.com> References: <50DA0D96-3321-4ED0-AC2B-65AB65D62BAC@gmail.com> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========3179077725806322A2EE==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Postfix/SpamAssassin Guru? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 13:47:56 -0000 --==========3179077725806322A2EE========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On August 24, 2007 8:32:01 AM -0500 Eric Crist =20 wrote: > Hey, > > Is there anyone that can help me do some funky filtering with postfix > and spamassassin? I'm a new Postfix convert, and my knowledge is > lacking. > > TIA for any help! > What is it that you want to do? Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========3179077725806322A2EE==========-- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 14:03:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 470E516A418 for ; Fri, 24 Aug 2007 14:03:38 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-7.EUnet.yu (smtpclu-7.eunet.yu [194.247.192.232]) by mx1.freebsd.org (Postfix) with ESMTP id CBD6713C45D for ; Fri, 24 Aug 2007 14:03:37 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-221-254.eunet.yu [213.198.221.254]) by smtpclu-7.EUnet.yu (8.13.6/8.13.6) with ESMTP id l7OCixr9004268; Fri, 24 Aug 2007 14:44:59 +0200 Message-Id: <200708241244.l7OCixr9004268@smtpclu-7.EUnet.yu> Date: Fri, 24 Aug 2007 15:58:37 +0200 From: Nikola Lecic To: "Andrew Falanga" In-Reply-To: <340a29540708240610y61b94aaue6efbf944d369a85@mail.gmail.com> References: <340a29540708231940k6bb28431x7bc761217735b7d1@mail.gmail.com> <200708241218.l7OCIpch008266@eunet.yu> <340a29540708240610y61b94aaue6efbf944d369a85@mail.gmail.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.0 Cc: User Questions Subject: Re: perl configuration question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 14:03:38 -0000 On Fri, 24 Aug 2007 07:10:15 -0600 "Andrew Falanga" wrote: > On 8/24/07, Nikola Lecic wrote: > > On Thu, 23 Aug 2007 20:40:32 -0600 > > > > (3) Maybe you should consider using another CMS software, there is a > > lot of choice, including Perl-based if you prefer that. The most > > important thing is that they are truly ported, so you have just > > to type 'make install' to get running (and optimised) FreeBSD > > version. > > >=20 > Thank you for the great notes! I'm not necessarily hung up on WebGUI. I thought that you maybe already had a WebGUI content and that you now want to switch to FreeBSD server. Again, you can try to make WebGUI working; but build WebGUI only (with --wre), not other things, including Perl. Build them from their FreeBSD ports and link WebGUI scripts with them. > That was a flashy system that appealed to others in the church and > was just their first choice. I do not believe they would be of the > mind set "WebGUI or nothing!" so what other choices are there? Your > point above makes me think there are ported CMS packages within the > ports collection? Is this true? If so, are they comparable to WebGUI > in capability? Of course, there are many of them, they are inside www (www/plone, www/joomla, www/tikiwiki...). I recommend you to start a new thread about CMS ideas, this will pass unnoticed under current subject. Write exactly what features/capabilities you need (Perl-based? wiki-like? ...), and people with experience with them will answer (I have never used any, except little TikiWiki, long ago). Nikola Le=C4=8Di=C4=87 From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 14:05:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3930E16A41A for ; Fri, 24 Aug 2007 14:05:13 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id F168613C45A for ; Fri, 24 Aug 2007 14:05:12 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by an-out-0708.google.com with SMTP id c14so118776anc for ; Fri, 24 Aug 2007 07:05:12 -0700 (PDT) Received: by 10.90.30.13 with SMTP id d13mr8735815agd.1187964311153; Fri, 24 Aug 2007 07:05:11 -0700 (PDT) Received: from ?192.168.1.102? ( [67.189.206.211]) by mx.google.com with ESMTPS id e27sm3271305elf.2007.08.24.07.05.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 24 Aug 2007 07:05:10 -0700 (PDT) Date: Fri, 24 Aug 2007 10:05:12 -0400 To: User Questions Organization: Seibercom.net In-Reply-To: <50DA0D96-3321-4ED0-AC2B-65AB65D62BAC@gmail.com> References: <50DA0D96-3321-4ED0-AC2B-65AB65D62BAC@gmail.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20070824095900.CF34.GERARD-SEIBERT@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.31 [en] From: Gerard Subject: Re: Postfix/SpamAssassin Guru? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 14:05:13 -0000 On August 24, 2007 at 09:32AM Eric Crist wrote: > Is there anyone that can help me do some funky filtering with postfix > and spamassassin? I'm a new Postfix convert, and my knowledge is > lacking. Define "funky"! Before you start asking questions regarding configuring Postfix, it might behoove you to check out the Postfix documentation site . It is loaded with lots of useful information. You might also consider joining the Postfix mailing list. -- Gerard A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? TOPIC: Posting Etiquette From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 14:21:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E9F116A417 for ; Fri, 24 Aug 2007 14:21:19 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 0B66C13C442 for ; Fri, 24 Aug 2007 14:21:18 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from [10.22.8.146] (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Fri, 24 Aug 2007 08:21:06 -0600 id 0017C5C3.46CEE958.0000020E Message-ID: <46CEE8B7.8030704@crackmonkey.us> Date: Fri, 24 Aug 2007 15:18:31 +0100 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: CyberLeo Kitsana References: <46CE09A8.2010304@crackmonkey.us> <46CE304E.3090500@cyberleo.net> In-Reply-To: <46CE304E.3090500@cyberleo.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: VMware Player 2 Linux on 6.2-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 14:21:19 -0000 CyberLeo Kitsana wrote: > Unless the two machines have identical CPUs with identical capabilities, > this will likely end in failure. Operating systems aren't happy having > their CPUs switch capabilities or instruction sets between one cycle and > the next. I hadn't considered that. I assumed VMware "virtualised" the CPU, so that hot-swapping would be possible without a panic. You mean it allows direct access to the CPU? builder# dmesg | head | grep CPU: CPU: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz (2008.36-MHz 686-c So it does. Didn't notice that. Oh well, I can just start the VM on the slower machine. :) Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 14:35:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 961D516A418 for ; Fri, 24 Aug 2007 14:35:28 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id 527DA13C428 for ; Fri, 24 Aug 2007 14:35:28 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1604232pyb for ; Fri, 24 Aug 2007 07:35:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=MsPfmAv2KcrdURo6ck7qnKd+VP8ctA7tL4PgO5fuYt0T2ItjuTwHnOfFBfNBfMg/lkk6DeIJ4bfnzwlmwnDIaPm5L0rrpCcN7HKqG5HcWfzl9opNfcoqXRC9SPVwMYCxNMoUiHl4MhSTgUNb7CBvjQLX85PVumxDDBLIl1UwyyY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=GwIcmwS84tRlIjD4WVzOFIt9J9rMh29Ob6B8q8/uiMrYwvjGNl2sfwf0fKqpnH0yrujTv5dz74ptmXgeAySTwPlBRWK2cnIwvVLqXkuz5r3HeAGNTMiB4Ord2g7X1kVb0B3ilzUemImdkXQvUqpH36z10/dHEizenlkxmxf+crQ= Received: by 10.35.90.1 with SMTP id s1mr3531238pyl.1187966127030; Fri, 24 Aug 2007 07:35:27 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id x56sm4705432pyg.2007.08.24.07.35.24 (version=SSLv3 cipher=OTHER); Fri, 24 Aug 2007 07:35:25 -0700 (PDT) In-Reply-To: <72cf361e0708240646k1a997b52v5f1cc2fac9157ea3@mail.gmail.com> References: <50DA0D96-3321-4ED0-AC2B-65AB65D62BAC@gmail.com> <72cf361e0708240646k1a997b52v5f1cc2fac9157ea3@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <9B7343B1-DDCD-4A6D-89C0-CB86E13EDD00@gmail.com> Content-Transfer-Encoding: 7bit From: Eric Crist Date: Fri, 24 Aug 2007 09:20:57 -0500 To: Martin Hepworth X-Mailer: Apple Mail (2.752.3) Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: Postfix/SpamAssassin Guru? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 14:35:28 -0000 On Aug 24, 2007, at 8:46 AMAug 24, 2007, Martin Hepworth wrote: > Eric > > why not stick with an MTA you know? Martin, I've switched to postfix due to some of the features it supports. Thanks for your concern, though. ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 14:36:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE1CF16A420 for ; Fri, 24 Aug 2007 14:36:02 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.176]) by mx1.freebsd.org (Postfix) with ESMTP id 7C4D613C45E for ; Fri, 24 Aug 2007 14:36:02 +0000 (UTC) (envelope-from mnslinky@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1604504pyb for ; Fri, 24 Aug 2007 07:36:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=Uxq7fANoTbk0bM/LeKmvJbwvrijztzn3/LCPofir50c+zVXNKFTI5oIiMh5KXF/yzT+n989yVHogIq4SK60+dSI4mEIHdYONDyCx+2jCh0zVBxYuoC/XNSa8NkMBNL0eHJtG3N4PNjF+yRDCx70elrx1pDdLo6t1qWUHFmnZB5A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=GajA7a4IvfPchvBWyQ6wr9rSsFZMVdNaexmPPB4IuNk2Z4XtFLfoARUFC4tOpQBCVYgUo05k/k6QagtOav6G38N10jy6EmTpFclrPpV81ACWda8kBsjNW+hA5+9hkMDDQR+qBianhVMg+nPXclhp43751k8Us1lSn1uLynLiqgI= Received: by 10.35.117.5 with SMTP id u5mr3529585pym.1187966161158; Fri, 24 Aug 2007 07:36:01 -0700 (PDT) Received: from ?10.0.0.14? ( [74.95.66.25]) by mx.google.com with ESMTPS id x56sm4705432pyg.2007.08.24.07.35.27 (version=SSLv3 cipher=OTHER); Fri, 24 Aug 2007 07:35:29 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <20070824095900.CF34.GERARD-SEIBERT@seibercom.net> References: <50DA0D96-3321-4ED0-AC2B-65AB65D62BAC@gmail.com> <20070824095900.CF34.GERARD-SEIBERT@seibercom.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <79C0FC51-664A-46FA-A56F-146F32ABC2AD@gmail.com> Content-Transfer-Encoding: 7bit From: Eric Crist Date: Fri, 24 Aug 2007 09:34:49 -0500 To: User Questions X-Mailer: Apple Mail (2.752.3) Subject: Re: Postfix/SpamAssassin Guru? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 14:36:02 -0000 On Aug 24, 2007, at 9:05 AMAug 24, 2007, Gerard wrote: > On August 24, 2007 at 09:32AM Eric Crist wrote: > > >> Is there anyone that can help me do some funky filtering with postfix >> and spamassassin? I'm a new Postfix convert, and my knowledge is >> lacking. > > Define "funky"! > > Before you start asking questions regarding configuring Postfix, it > might behoove you to check out the Postfix documentation site > . It is loaded with lots of > useful information. You might also consider joining the Postfix > mailing list. This is also a reply to Paul Schmehl. I've got Postfix with Dovecot and virtual users setup. What I'm looking for is some filtering based on the flags SpamAssassin sets, so that I can route any messages tagged as Spam to a Spam directory with a users maildir. I've done a ton of searches, etc, and I can't seem to figure this one out. Also, I'm having a hard time (partially due to lack of effort, I'm guessing), getting DKIM/DomainKeys setup for my domains within Postfix. TIA ----- Eric F Crist Secure Computing Networks From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 14:46:23 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DA1116A41B for ; Fri, 24 Aug 2007 14:46:23 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id B008713C47E for ; Fri, 24 Aug 2007 14:46:22 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l7OEk8tb008660; Fri, 24 Aug 2007 09:46:08 -0500 (CDT) Message-Id: <6.0.0.22.2.20070824094414.026637a0@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Fri, 24 Aug 2007 09:45:24 -0500 To: Michael S , freebsd-gnome , FreeBSD Mailing List From: Derek Ragona In-Reply-To: <746001.8761.qm@web88306.mail.re4.yahoo.com> References: <746001.8761.qm@web88306.mail.re4.yahoo.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Gnome issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 14:46:23 -0000 At 06:46 AM 8/24/2007, Michael S wrote: >Good day all, > >I installed Gnome a few days ago and everything had >been fine up until last night. I shutdown the computer >using a Gnome menu (and not shutdown -p now) and upon >restart one of my drives (the one mapped to /home) >wasn't working. After I did get it to work and able to >return to using GNOME, but when I login using GDM, I >don't see the desktop pager and the windows don't have >any decorations (e.g. borders, close/minimize >buttons). I am not an expert, but looks like the >window manager got corrupted by that improper >shutdown. >Anyone had similar experiences? Any ideas how to >rectify this? > >Thanks in advance, >Michael Sounds like your drive may be having issues. I would reboot in single user mode and fsck the drive. You may also want to try the drive manufacturer's diagnostic utility. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 15:13:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D24316A417 for ; Fri, 24 Aug 2007 15:13:18 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp114.sbc.mail.re2.yahoo.com (smtp114.sbc.mail.re2.yahoo.com [68.142.229.91]) by mx1.freebsd.org (Postfix) with SMTP id C1A9513C45D for ; Fri, 24 Aug 2007 15:13:15 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: (qmail 77368 invoked from network); 24 Aug 2007 14:46:35 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@70.131.96.103 with login) by smtp114.sbc.mail.re2.yahoo.com with SMTP; 24 Aug 2007 14:46:35 -0000 X-YMail-OSG: qvrtIxwVM1nxgl0AweV3SbHfSw_KwGFwB5CClLCgvs.8VdGPNGEqvx28NIlzvnucrMUnn3J9pNJhv8mtTZZtRHFH99geaUENsJ3bAtCEdj.HDUrukHmetVL9qGT4rA5rJ1Ubd8sPgrXe7A-- Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id CDC08B905; Fri, 24 Aug 2007 09:46:44 -0500 (CDT) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qjK6yRLaOUVG; Fri, 24 Aug 2007 09:46:43 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTPSA id 8DF5AB84A; Fri, 24 Aug 2007 09:46:43 -0500 (CDT) Message-ID: <46CEEF48.5060503@mikestammer.com> Date: Fri, 24 Aug 2007 09:46:32 -0500 From: Eric User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Eric Crist References: <50DA0D96-3321-4ED0-AC2B-65AB65D62BAC@gmail.com> <20070824095900.CF34.GERARD-SEIBERT@seibercom.net> <79C0FC51-664A-46FA-A56F-146F32ABC2AD@gmail.com> In-Reply-To: <79C0FC51-664A-46FA-A56F-146F32ABC2AD@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions Subject: Re: Postfix/SpamAssassin Guru? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 15:13:18 -0000 Eric Crist wrote: > > This is also a reply to Paul Schmehl. > > I've got Postfix with Dovecot and virtual users setup. What I'm looking > for is some filtering based on the flags SpamAssassin sets, so that I > can route any messages tagged as Spam to a Spam directory with a users > maildir. I've done a ton of searches, etc, and I can't seem to figure > this one out. Also, I'm having a hard time (partially due to lack of > effort, I'm guessing), getting DKIM/DomainKeys setup for my domains > within Postfix. > Same setup here basically: Dovecot, Postfix, SA, clamav, postgrey and amavisd i use procmail to filter things. it works well and was easy to integrate. I never played with DKIM though. I must say that most of the spam that does come in I never see in a spam folder. its too high on the scores to even get delivered if you havent played with postgrey yet, give it a whirl. it works wonders. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 15:33:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D380816A418 for ; Fri, 24 Aug 2007 15:33:20 +0000 (UTC) (envelope-from luizbcampos@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id 95F3A13C461 for ; Fri, 24 Aug 2007 15:33:20 +0000 (UTC) (envelope-from luizbcampos@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so124569anc for ; Fri, 24 Aug 2007 08:33:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=NFcsHVlXNtGEZoV0zA646qHMKSscIS6HoputUsS6k+1+Q0+yg4vYDD9fa1dF2eS27WzFl4zOqKDjLjXq0GfvSCpaG8R5Y85q4+1BjVehYrEyT1RKeWaVpondURx0O5EVROeAo83p/dzTbmtxW8jJrHiIkSKSDnOT/J4j6NxmYlI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=awXCLWhn2pX84VrF/8owpl02LgRtHuI7QJhuTYz/4ZgZtC/u5hZst1lS7caAM0dUmruyWDOBNYGP6umxBQR07/rb2p66m1iVaKHegnnEd1dFuIYQluZPm6BVQl75aDUZmrV8NaxfMUdVIhCoDP44b2AAzEzfHbQ5grErKYFRT8s= Received: by 10.90.87.5 with SMTP id k5mr8902235agb.1187969599319; Fri, 24 Aug 2007 08:33:19 -0700 (PDT) Received: by 10.100.91.2 with HTTP; Fri, 24 Aug 2007 08:33:19 -0700 (PDT) Message-ID: Date: Fri, 24 Aug 2007 12:33:19 -0300 From: luizbcampos@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: harassed by mplayer on FreeBSD-6.1-R amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 15:33:20 -0000 Hi, everybody...I've downloaded mplayer but there is not a graphical interface... and how do I configure it? Thanks From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 15:36:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 169CE16A41A for ; Fri, 24 Aug 2007 15:36:08 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id E717E13C467 for ; Fri, 24 Aug 2007 15:36:07 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 16EEC8083 for ; Fri, 24 Aug 2007 11:36:06 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id 53C43B65B6 for ; Fri, 24 Aug 2007 15:36:05 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Fri, 24 Aug 2007 15:36:04 +0000 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708241536.04306.lists-fbsd@shadypond.com> Subject: Re: harassed by mplayer on FreeBSD-6.1-R amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 15:36:08 -0000 On Friday 24 August 2007 15:33:19 luizbcampos@gmail.com wrote: > Hi, everybody...I've downloaded mplayer but there is not a graphical > interface... and how do I configure it? I have used it in Linux and I know that in Linux, to have a graphical interface, one has to specify that during "configure", before compiling. The command for the graphical interface is "gmplayer". Try that and see if you already have the gui installed. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 16:11:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56C5416A417 for ; Fri, 24 Aug 2007 16:11:59 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from smtp3.utdallas.edu (smtp3.utdallas.edu [129.110.10.49]) by mx1.freebsd.org (Postfix) with ESMTP id 2CB1213C459 for ; Fri, 24 Aug 2007 16:11:59 +0000 (UTC) (envelope-from pauls@utdallas.edu) Received: from utd59514.utdallas.edu (utd59514.utdallas.edu [129.110.3.28]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp3.utdallas.edu (Postfix) with ESMTP id 4F6E265506 for ; Fri, 24 Aug 2007 11:11:58 -0500 (CDT) Date: Fri, 24 Aug 2007 11:11:57 -0500 From: Paul Schmehl To: User Questions Message-ID: <90EBD704D41E071C1867C929@utd59514.utdallas.edu> In-Reply-To: <46CEEF48.5060503@mikestammer.com> References: <50DA0D96-3321-4ED0-AC2B-65AB65D62BAC@gmail.com> <20070824095900.CF34.GERARD-SEIBERT@seibercom.net> <79C0FC51-664A-46FA-A56F-146F32ABC2AD@gmail.com> <46CEEF48.5060503@mikestammer.com> X-Mailer: Mulberry/4.0.6 (Linux/x86) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=sha1; protocol="application/pkcs7-signature"; boundary="==========6413428A737932EEEDEB==========" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Postfix/SpamAssassin Guru? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 16:11:59 -0000 --==========6413428A737932EEEDEB========== Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline --On Friday, August 24, 2007 09:46:32 -0500 Eric =20 wrote: > Eric Crist wrote: >> >> This is also a reply to Paul Schmehl. >> >> I've got Postfix with Dovecot and virtual users setup. What I'm looking >> for is some filtering based on the flags SpamAssassin sets, so that I >> can route any messages tagged as Spam to a Spam directory with a users >> maildir. I've done a ton of searches, etc, and I can't seem to figure >> this one out. Also, I'm having a hard time (partially due to lack of >> effort, I'm guessing), getting DKIM/DomainKeys setup for my domains >> within Postfix. >> > > Same setup here basically: Dovecot, Postfix, SA, clamav, postgrey and > amavisd > > i use procmail to filter things. it works well and was easy to integrate. > I never played with DKIM though. > > I must say that most of the spam that does come in I never see in a spam > folder. its too high on the scores to even get delivered > > if you havent played with postgrey yet, give it a whirl. it works = wonders. You may also want to consider using policyd-weight=20 (/usr/ports/mail/postfix-policyd-weight). A mail server I maintain is=20 rejecting about 80% of the mail through policyd-weight before it ever=20 reaches postfix (no false positives.) You should be able to use dkfilter to handle domain keys: /usr/ports]# make search name=3Ddkfilter Port: dkfilter-0.11 Path: /usr/ports/mail/dkfilter Info: Domainkeys filter for Postfix --=20 Paul Schmehl (pauls@utdallas.edu) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ --==========6413428A737932EEEDEB==========-- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 16:13:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFF7F16A420 for ; Fri, 24 Aug 2007 16:13:36 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from galaxy.systems.pipex.net (galaxy.systems.pipex.net [62.241.162.31]) by mx1.freebsd.org (Postfix) with ESMTP id 8504813C45B for ; Fri, 24 Aug 2007 16:13:36 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from [192.168.23.2] (62-31-10-181.cable.ubr05.edin.blueyonder.co.uk [62.31.10.181]) by galaxy.systems.pipex.net (Postfix) with ESMTP id 738D1E00038F; Fri, 24 Aug 2007 17:13:32 +0100 (BST) Message-ID: <46CF03AB.5030005@dial.pipex.com> Date: Fri, 24 Aug 2007 17:13:31 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20061205 X-Accept-Language: en MIME-Version: 1.0 To: Zbigniew Szalbot References: <6.0.0.22.2.20070823135819.0256fc60@mail.computinginnovations.com> <223ba4b925eeff50b090a8bd14840467@szalbot.homedns.org> In-Reply-To: <223ba4b925eeff50b090a8bd14840467@szalbot.homedns.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Cc: Freebsd questions Subject: Re: load script at bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 16:13:36 -0000 Zbigniew Szalbot wrote: >I also have a script that I want to start at boot time and I simply >symlinked it to /usr/local/etc/rc.d/ >It starts fine but now I wonder if maybe this is not the proper way to >start up scripts? > > =20 > I don't think there's anything wrong with that solution, and I myself=20 prefer it. (I symlink from a CVSed area). rc.d is very flexible and=20 everything that happens at boot time is all in one (or two :-)) places. = And you can run something every time the machine is shut down as well as = when it's rebooted. Can't do that with cron :-) =A30.02 --Alex From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 16:13:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6ACC716A419 for ; Fri, 24 Aug 2007 16:13:51 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr2.xs4all.nl (smtp-vbr2.xs4all.nl [194.109.24.22]) by mx1.freebsd.org (Postfix) with ESMTP id 0112C13C467 for ; Fri, 24 Aug 2007 16:13:50 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr2.xs4all.nl (8.13.8/8.13.8) with ESMTP id l7OGDnL8039925; Fri, 24 Aug 2007 18:13:49 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id C0390B833; Fri, 24 Aug 2007 18:13:48 +0200 (CEST) Date: Fri, 24 Aug 2007 18:13:48 +0200 From: Roland Smith To: luizbcampos@gmail.com Message-ID: <20070824161348.GA68367@slackbox.xs4all.nl> Mail-Followup-To: luizbcampos@gmail.com, freebsd-questions@freebsd.org References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline In-Reply-To: X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: harassed by mplayer on FreeBSD-6.1-R amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 16:13:51 -0000 --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 24, 2007 at 12:33:19PM -0300, luizbcampos@gmail.com wrote: > Hi, everybody...I've downloaded mplayer but there is not a graphical > interface... and how do I configure it? It is configured in the default build. It is called 'gmplayer'. But you might want to try building mplayer locally, so you can make a better choice wrt the codecs you want. E.g, in the default build, the H.264 codec is not enabled. Neither are the esound or arts sound systems.=20 Add your choice of dvd devices to /etc/make.conf; =2Eif ${.CURDIR:M*/multimedia/mplayer} WITH_DVD_DEVICE=3D/dev/cd1 WITH_CDROM_DEVICE=3D/dev/cd1 =2Eendif Deinstall the package, then go to /usr/ports/multimedia/mplayer, and issue 'make config' and then 'make install clean' as root.=20 Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFGzwO8EnfvsMMhpyURAuGwAKCEN2HcOUEDEIAYCYcaTe9qaaoP0ACfQSCW PBepk/ZegoMkRWv5gVNvEIg= =xZwc -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu-- From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 16:14:54 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 947FB16A417 for ; Fri, 24 Aug 2007 16:14:54 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.176]) by mx1.freebsd.org (Postfix) with ESMTP id 6BDB013C491 for ; Fri, 24 Aug 2007 16:14:54 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by wa-out-1112.google.com with SMTP id k17so1052276waf for ; Fri, 24 Aug 2007 09:14:53 -0700 (PDT) Received: by 10.114.111.1 with SMTP id j1mr715212wac.1187972093266; Fri, 24 Aug 2007 09:14:53 -0700 (PDT) Received: from ?192.168.1.102? ( [67.189.206.211]) by mx.google.com with ESMTPS id q57sm5431384wrq.2007.08.24.09.14.50 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 24 Aug 2007 09:14:51 -0700 (PDT) Date: Fri, 24 Aug 2007 12:14:53 -0400 To: User Questions Organization: Seibercom.net In-Reply-To: <79C0FC51-664A-46FA-A56F-146F32ABC2AD@gmail.com> References: <20070824095900.CF34.GERARD-SEIBERT@seibercom.net> <79C0FC51-664A-46FA-A56F-146F32ABC2AD@gmail.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20070824121220.F202.GERARD-SEIBERT@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.31 [en] From: Gerard Subject: Re[2]: Postfix/SpamAssassin Guru? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 16:14:54 -0000 On August 24, 2007 at 10:34AM Eric Crist wrote: {snip] > I've got Postfix with Dovecot and virtual users setup. What I'm > looking for is some filtering based on the flags SpamAssassin sets, > so that I can route any messages tagged as Spam to a Spam directory > with a users maildir. I've done a ton of searches, etc, and I can't > seem to figure this one out. Also, I'm having a hard time (partially > due to lack of effort, I'm guessing), getting DKIM/DomainKeys setup > for my domains within Postfix. Have you tried posting on the 'Spamassassin' list also? That is probably where this message belongs. The DKIM problem should be directed to the Postfix forum for best results. -- Gerard From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 16:20:23 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C4B816A419 for ; Fri, 24 Aug 2007 16:20:23 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from blaster.systems.pipex.net (blaster.systems.pipex.net [62.241.163.7]) by mx1.freebsd.org (Postfix) with ESMTP id 2A8F313C458 for ; Fri, 24 Aug 2007 16:20:23 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from [192.168.23.2] (62-31-10-181.cable.ubr05.edin.blueyonder.co.uk [62.31.10.181]) by blaster.systems.pipex.net (Postfix) with ESMTP id 84382E000328; Fri, 24 Aug 2007 17:20:21 +0100 (BST) Message-ID: <46CF0545.5080708@dial.pipex.com> Date: Fri, 24 Aug 2007 17:20:21 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20061205 X-Accept-Language: en MIME-Version: 1.0 To: Bill Moran References: <46CE47B5.60201@hdk5.net> <20070824063618.0ddf20d2.wmoran@potentialtech.com> In-Reply-To: <20070824063618.0ddf20d2.wmoran@potentialtech.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: Test on FreeBSD site X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 16:20:23 -0000 Bill Moran wrote: > I haven't noticed if the mail servers are doing greylisting, but it > wouldn't surprise me if they were. They do. --Alex From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 17:02:01 2007 Return-Path: Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id 0C2E716A468; Fri, 24 Aug 2007 17:02:01 +0000 (UTC) To: FreeBSD-questions@FreeBSD.org Message-Id: <20070824170201.0C2E716A468@hub.freebsd.org> Date: Fri, 24 Aug 2007 17:02:01 +0000 (UTC) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: How to get best results from FreeBSD-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 17:02:01 -0000 How to get the best results from FreeBSD questions. =================================================== Last update $Date: 2005/08/10 02:21:44 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from freebsd-questions-request@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions@freebsd.org mailing list! If you ever want to unsubscribe or change your options (eg, switch to or from digest mode, change your password, etc.), visit your subscription page at: http://lists.freebsd.org/mailman/options/freebsd-questions/me@me.org (obviously, substitute your mail address for "me@me.org"). You can also make such adjustments via email by sending a message to: freebsd-questions-request@freebsd.org with the word 'help' in the subject or body (don't include the quotes), and you will get back a message with instructions. You must know your password to change your options (including changing the password, itself) or to unsubscribe. Normally, Mailman will remind you of your freebsd.org mailing list passwords once every month, although you can disable this if you prefer. This reminder will also include instructions on how to unsubscribe or change your account options. There is also a button on your options page that will email your current password to you. 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 or -hackers? ========================================= Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. 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. 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.6 2005/08/10 02:21:44 grog Exp $ _______________________________________________ Thanks to Josh Paetzel for updating this document to describe mailman. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 17:02:01 2007 Return-Path: Delivered-To: FreeBSD-questions@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 645) id 123A616A46B; Fri, 24 Aug 2007 17:02:01 +0000 (UTC) To: FreeBSD-questions@FreeBSD.org Message-Id: <20070824170201.123A616A46B@hub.freebsd.org> Date: Fri, 24 Aug 2007 17:02:01 +0000 (UTC) From: grog@FreeBSD.ORG (Greg Lehey) Cc: Subject: "The Complete FreeBSD": errata and addenda X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 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. Note also that the book has now been released for free download in PDF form. Instead of downloading the changed pages, you may prefer to download the entire book. See http://www.lemis.com/grog/Documentation/CFBSD/ for more information. Have you found a problem with the book, or maybe something confusing? Please let me know: I'm no longer constantly updating it, but I may be able to help Greg From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 17:17:08 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B08616A417 for ; Fri, 24 Aug 2007 17:17:08 +0000 (UTC) (envelope-from oli.garnier@free.fr) Received: from postfix1-g20.free.fr (postfix1-g20.free.fr [212.27.60.42]) by mx1.freebsd.org (Postfix) with ESMTP id 0DFF613C45D for ; Fri, 24 Aug 2007 17:17:07 +0000 (UTC) (envelope-from oli.garnier@free.fr) Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by postfix1-g20.free.fr (Postfix) with ESMTP id 5A2AB1904BB1 for ; Fri, 24 Aug 2007 18:53:37 +0200 (CEST) Received: from smtp1-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp1-g19.free.fr (Postfix) with ESMTP id A31F11AB2E9 for ; Fri, 24 Aug 2007 18:53:35 +0200 (CEST) Received: from DIMENSION (unknown [82.65.172.185]) by smtp1-g19.free.fr (Postfix) with ESMTP id 5D0651AB2B4 for ; Fri, 24 Aug 2007 18:53:35 +0200 (CEST) From: "Olivier GARNIER" To: Date: Fri, 24 Aug 2007 18:53:41 +0200 Message-ID: <001201c7e66f$53575860$6501a8c0@DIMENSION> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <46CF0545.5080708@dial.pipex.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Thread-Index: Acfmasr/PMzIohCZQXCnrqW2an3V3AABCtEg Cc: Subject: Laptop compat : dell vostro 1700 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 17:17:08 -0000 Hi, I wonder if someone has already tested FreeBSD on Dell VOSTRO laptop. In particulary, Vostro 1700. If you have done it please fil in http://laptop.bsdgroup.de/freebsd/ Thks, Olivier From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 17:46:11 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50EAC16A41A for ; Fri, 24 Aug 2007 17:46:11 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88303.mail.re4.yahoo.com (web88303.mail.re4.yahoo.com [216.39.53.226]) by mx1.freebsd.org (Postfix) with SMTP id E601413C469 for ; Fri, 24 Aug 2007 17:46:10 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 793 invoked by uid 60001); 24 Aug 2007 17:46:10 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=bRVqk0UQ9UBBNLl6hLNPab9EMJv9q3l+YDarjdFu4DbwlT+46d5JmDuN/FvG0bzBcRwmkpWKdBomyr9bYriVcOlYXoMbDlzMElcsXnWsKsFWK6XmQ5pCMtvCha9RflLc2kM/9HNUfxI9kCGiGZ0yd+R02G1yDfiUsC2XDR9Yg0s=; X-YMail-OSG: ywpKGMgVM1nlw_uDTxep_LEBkWwKGCF0pyFrV79NTtc9S5FWcPei5NM2GgDipfJ4iJC6wXm_5g-- Received: from [204.253.245.126] by web88303.mail.re4.yahoo.com via HTTP; Fri, 24 Aug 2007 13:46:09 EDT Date: Fri, 24 Aug 2007 13:46:09 -0400 (EDT) From: Michael S To: Derek Ragona , FreeBSD Mailing List In-Reply-To: <6.0.0.22.2.20070824094414.026637a0@mail.computinginnovations.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <971681.99023.qm@web88303.mail.re4.yahoo.com> Cc: Subject: Re: Gnome issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 17:46:11 -0000 Thanks Derek, I'll scan the drive using both methods, as soon as I get back home. --- Derek Ragona wrote: > At 06:46 AM 8/24/2007, Michael S wrote: > >Good day all, > > > >I installed Gnome a few days ago and everything had > >been fine up until last night. I shutdown the > computer > >using a Gnome menu (and not shutdown -p now) and > upon > >restart one of my drives (the one mapped to /home) > >wasn't working. After I did get it to work and able > to > >return to using GNOME, but when I login using GDM, > I > >don't see the desktop pager and the windows don't > have > >any decorations (e.g. borders, close/minimize > >buttons). I am not an expert, but looks like the > >window manager got corrupted by that improper > >shutdown. > >Anyone had similar experiences? Any ideas how to > >rectify this? > > > >Thanks in advance, > >Michael > > Sounds like your drive may be having issues. I > would reboot in single user > mode and fsck the drive. You may also want to try > the drive manufacturer's > diagnostic utility. > > -Derek > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > MailScanner thanks transtec Computers for their > support. > > From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 18:01:31 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A947A16A41A for ; Fri, 24 Aug 2007 18:01:31 +0000 (UTC) (envelope-from lawrence.petrykanyn@sympatico.ca) Received: from bay0-omc3-s18.bay0.hotmail.com (bay0-omc3-s18.bay0.hotmail.com [65.54.246.218]) by mx1.freebsd.org (Postfix) with ESMTP id 975F013C4B4 for ; Fri, 24 Aug 2007 18:01:31 +0000 (UTC) (envelope-from lawrence.petrykanyn@sympatico.ca) Received: from hotmail.com ([65.54.224.46]) by bay0-omc3-s18.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Fri, 24 Aug 2007 10:49:32 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 24 Aug 2007 10:49:32 -0700 Message-ID: Received: from 65.54.224.200 by by105fd.bay105.hotmail.msn.com with HTTP; Fri, 24 Aug 2007 17:49:30 GMT X-Originating-IP: [70.48.249.244] X-Originating-Email: [lawrence.petrykanyn@sympatico.ca] X-Sender: lawrence.petrykanyn@sympatico.ca From: To: freebsd-questions@freebsd.org Date: Fri, 24 Aug 2007 17:49:30 +0000 X-OriginalArrivalTime: 24 Aug 2007 17:49:32.0645 (UTC) FILETIME=[20A3C950:01C7E677] MIME-Version: 1.0 Content-Type: text/plain; format="flowed" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Installation Disc Won't Boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 18:01:31 -0000 Hi, I am unable to boot from 6.2-RELEASE i386-disc1.iso. I have downloaded it and burned it three times without success. I am currently running Win98SE and FreeBSD 5.4 on a dual boot. I had decided to reformat my hard drives so I reinstalled Win98SE and would like to install FreeBSD 6.2. I downloaded the disc 1 iso image and burned it to a disc in Win98. I had to boot from my CDrom to reinstall Win98 so I know that my boot priority is correct and that my CDrom is working properly. I looked at the burned cd with the 6.2-RELEASE i386-disc1.iso file on it in FreeBSD 5.4 and everything appears to be there, including a folder called 'boot'. But I just can't seem to boot from it. 1. Is there something simple I'm missing? 2. Should I just try downloading (it takes four hours) and burning more copies again? (I've already done it three times...) 3. Is the fact that I'm burning it in Win98 a problem? 4. Is there anything I can do in FreeBSD 5.4 to see if the file is corrupted? BTW - I installed FreeBSD 5.4 from discs that I purchased through FreeBSD Mall. I thought I would do it from the 6.2-RELEASE i386-disc1.iso file on FreeBSD's web site this time. Any suggestions, advice, or comments would be greatly appreciated. Thanks, Larry From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 18:10:45 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBFE716A417 for ; Fri, 24 Aug 2007 18:10:45 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp102.math.arizona.edu (smtp102.math.arizona.edu [128.196.102.202]) by mx1.freebsd.org (Postfix) with ESMTP id ABAB713C4A5 for ; Fri, 24 Aug 2007 18:10:45 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp102.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IOdcH-0003UP-AA for questions@freebsd.org; Fri, 24 Aug 2007 11:10:42 -0700 Received: from 71-220-138-238.tcsn.qwest.net ([71.220.138.238] helo=.domain.actdsltmp) by smtp102.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IOdcB-0003U4-US; Fri, 24 Aug 2007 11:10:36 -0700 Message-ID: <46CF1F18.2070102@math.arizona.edu> Date: Fri, 24 Aug 2007 11:10:32 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.4 (X11/20070713) MIME-Version: 1.0 To: Derek Ragona , questions@freebsd.org References: <746001.8761.qm@web88306.mail.re4.yahoo.com> <6.0.0.22.2.20070824094414.026637a0@mail.computinginnovations.com> In-Reply-To: <6.0.0.22.2.20070824094414.026637a0@mail.computinginnovations.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting .domain.actdsltmp is invalid X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: Re: Gnome issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 18:10:45 -0000 Derek Ragona wrote: > At 06:46 AM 8/24/2007, Michael S wrote: >> Good day all, >> >> I installed Gnome a few days ago and everything had >> been fine up until last night. I shutdown the computer >> using a Gnome menu (and not shutdown -p now) and upon >> restart one of my drives (the one mapped to /home) >> wasn't working. After I did get it to work and able to >> return to using GNOME, but when I login using GDM, I >> don't see the desktop pager and the windows don't have >> any decorations (e.g. borders, close/minimize >> buttons). I am not an expert, but looks like the >> window manager got corrupted by that improper >> shutdown. >> Anyone had similar experiences? Any ideas how to >> rectify this? >> >> Thanks in advance, >> Michael > > Sounds like your drive may be having issues. I would reboot in single > user mode and fsck the drive. You may also want to try the drive > manufacturer's diagnostic utility. > > -Derek I always shutdown computer using Gnome menu. Never had that issue. I am clueless why is that happening to you. I think Derek gave you a good idea. Predrag From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 18:14:59 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9764216A417 for ; Fri, 24 Aug 2007 18:14:59 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp102.math.arizona.edu (smtp102.math.arizona.edu [128.196.102.202]) by mx1.freebsd.org (Postfix) with ESMTP id 77FDD13C428 for ; Fri, 24 Aug 2007 18:14:59 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp102.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IOdgQ-0003Vd-9u for questions@freebsd.org; Fri, 24 Aug 2007 11:14:59 -0700 Received: from 71-220-138-238.tcsn.qwest.net ([71.220.138.238] helo=.domain.actdsltmp) by smtp102.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IOdgN-0003VK-4d; Fri, 24 Aug 2007 11:14:55 -0700 Message-ID: <46CF201C.4070501@math.arizona.edu> Date: Fri, 24 Aug 2007 11:14:52 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.4 (X11/20070713) MIME-Version: 1.0 To: luizbcampos@gmail.com, questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ACL-Warn: The HELO/EHLO greeting .domain.actdsltmp is invalid X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: Re: harassed by mplayer on FreeBSD-6.1-R amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 18:14:59 -0000 luizbcampos@gmail.com wrote: > Hi, everybody...I've downloaded mplayer but there is not a graphical > interface... and how do I configure it? > > > 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" > What do you mean there is no graphical interface? When you type gmplayer what do you get? I get graphical interface. For the list of the commands from the command line just type mplayer. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 18:34:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DD8A16A419 for ; Fri, 24 Aug 2007 18:34:16 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.77]) by mx1.freebsd.org (Postfix) with ESMTP id EAE1513C458 for ; Fri, 24 Aug 2007 18:34:15 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-85604.home.otenet.gr [87.203.87.178]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l7OIYCae001177; Fri, 24 Aug 2007 21:34:13 +0300 Message-ID: <46CF24A4.2080503@otenet.gr> Date: Fri, 24 Aug 2007 21:34:12 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: lawrence.petrykanyn@sympatico.ca References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Installation Disc Won't Boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 18:34:16 -0000 lawrence.petrykanyn@sympatico.ca wrote: > > Hi, > > I am unable to boot from 6.2-RELEASE i386-disc1.iso. I have > downloaded it and burned it three times without success. > > I am currently running Win98SE and FreeBSD 5.4 on a dual boot. I had > decided to reformat my hard drives so I reinstalled Win98SE and would > like to install FreeBSD 6.2. I downloaded the disc 1 iso image and > burned it to a disc in Win98. I had to boot from my CDrom to > reinstall Win98 so I know that my boot priority is correct and that my > CDrom is working properly. I looked at the burned cd with the > 6.2-RELEASE i386-disc1.iso file on it in FreeBSD 5.4 and everything > appears to be there, including a folder called 'boot'. But I just > can't seem to boot from it. > > 1. Is there something simple I'm missing? Could be that you are burning the file as a real file on a disk instead of burning it as an image? You need to select the option from your program that is similar to "create cd from iso image" > 2. Should I just try downloading (it takes four hours) and burning > more copies again? (I've already done it three times...) No. Instead you should check the file you already downloaded > 3. Is the fact that I'm burning it in Win98 a problem? Not really, no > 4. Is there anything I can do in FreeBSD 5.4 to see if the file is > corrupted? > Yes. From the site you downloaded the iso files, download the CHECKSUM files as well. There are two of them, CHEKSUM.md5 and CHECKSUM.SHA256 One would be enough to validate your download. For example look at the CHECKSUM.md5 file: For disk1, the checksum is: MD5 (6.2-RELEASE-i386-disc1.iso) = 3d27214700687c0b5390e8b6dd3706e3 you can validate this with the md5 command from FreeBSD, or if you don't wish to reboot from win98, here is and md5 command for windows: http://www.fourmilab.ch/md5/md5.zip use something like: md5 6.2-RELEASE-i386-disc1.iso and compare the output to the one on the file. > BTW - I installed FreeBSD 5.4 from discs that I purchased through > FreeBSD Mall. I thought I would do it from the 6.2-RELEASE > i386-disc1.iso file on FreeBSD's web site this time. > I've bought stuff from them: copies of the handbook, tshirts, sticker, beastie dolls :) Good service. > Any suggestions, advice, or comments would be greatly appreciated. > > Thanks, > Larry > _______________________________________________ > 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" > > Best of luck, Manolis From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 18:39:49 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C14D916A41B for ; Fri, 24 Aug 2007 18:39:49 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 88FA713C46C for ; Fri, 24 Aug 2007 18:39:49 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7OIZTBA067117; Fri, 24 Aug 2007 14:35:29 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7OIZReY067116; Fri, 24 Aug 2007 14:35:27 -0400 (EDT) (envelope-from jerrymc) Date: Fri, 24 Aug 2007 14:35:27 -0400 From: Jerry McAllister To: Wojciech Puchar Message-ID: <20070824183527.GA67084@gizmo.acns.msu.edu> References: <56712.67.176.75.179.1187816225.squirrel@webmail.wcubed.net> <20070824081848.F73687@wojtek.tensor.gdynia.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070824081848.F73687@wojtek.tensor.gdynia.pl> User-Agent: Mutt/1.4.2.2i Cc: Brad Waite , freebsd-questions@freebsd.org Subject: Re: /var or /usr for data? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 18:39:49 -0000 On Fri, Aug 24, 2007 at 08:19:43AM +0200, Wojciech Puchar wrote: > >It would appear that the "proper" allocation of filesystems on FreeBSD is > >to put all data in /usr. I'm used to this and have been doing it for > >years. > > my favourite "proper" allocation is to make ONE partition (/) and nothing > more. and forget all problems about how to partition your drive right... That works for some situations. But, there are protections, conveniences and backup efficiencies that thoughtful partitioning provide that all-in-one doesn't. ////jerry > _______________________________________________ > 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 24 18:43:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4FAA16A478 for ; Fri, 24 Aug 2007 18:43:04 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-2.EUnet.yu (smtpclu-2.eunet.yu [194.247.192.227]) by mx1.freebsd.org (Postfix) with ESMTP id B3CBE13C45A for ; Fri, 24 Aug 2007 18:43:03 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-221-254.eunet.yu [213.198.221.254]) by smtpclu-2.EUnet.yu (8.13.6/8.13.6) with ESMTP id l7OIgxQO026723; Fri, 24 Aug 2007 20:42:59 +0200 Message-Id: <200708241842.l7OIgxQO026723@smtpclu-2.EUnet.yu> Date: Fri, 24 Aug 2007 20:38:07 +0200 From: Nikola Lecic To: In-Reply-To: References: X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_40,UNPARSEABLE_RELAY X-AVAS-Spam-Score: -0.2 Cc: freebsd-questions@freebsd.org Subject: Re: Installation Disc Won't Boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 18:43:04 -0000 On Fri, 24 Aug 2007 17:49:30 +0000 wrote: >=20 > Hi, >=20 > I am unable to boot from 6.2-RELEASE i386-disc1.iso. I have > downloaded it and burned it three times without success. >=20 > I am currently running Win98SE and FreeBSD 5.4 on a dual boot. I > had decided to reformat my hard drives so I reinstalled Win98SE and > would like to install FreeBSD 6.2. I downloaded the disc 1 iso image > and burned it to a disc in Win98. I had to boot from my CDrom to > reinstall Win98 so I know that my boot priority is correct and > that my CDrom is working properly. I looked at the burned cd with the > 6.2-RELEASE i386-disc1.iso file on it in FreeBSD 5.4 and everything > appears to be there, including a folder called 'boot'. But I just > can't seem to boot from it. >=20 > 1. Is there something simple I'm missing? > 2. Should I just try downloading (it takes four hours) and burning > more copies again? (I've already done it three times...) > 3. Is the fact that I'm burning it in Win98 a problem? > 4. Is there anything I can do in FreeBSD 5.4 to see if the file is > corrupted? Larry, Is there any error message, such as "Read Error: 0x..., Could not find Primary Volume Descriptor"? Nikola Le=C4=8Di=C4=87 From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 18:55:30 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD70E16A420 for ; Fri, 24 Aug 2007 18:55:30 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: from web88306.mail.re4.yahoo.com (web88306.mail.re4.yahoo.com [216.39.53.229]) by mx1.freebsd.org (Postfix) with SMTP id 90BE713C46E for ; Fri, 24 Aug 2007 18:55:30 +0000 (UTC) (envelope-from msherman77@yahoo.com) Received: (qmail 64364 invoked by uid 60001); 24 Aug 2007 18:28:47 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=SpgqnupiBwoa+hKi08btEfgiGFf/LpXv8GAceDUXcH8l0kbInhxoYev8v/2R7LJqOKtT5MJNUQVf1bEkjreOc+684RH+Y0TgcI6QXDK6F4V0iljFHd9mDOD1qjcRdFxDKFHTWr8uWdfa814wFJcMl6rn3l+sguwtE7sT63GNQaM=; X-YMail-OSG: 53AeY5QVM1n3IWOrknV_XUTecbmMsvecf6nBouBCtlACxmqtfkdFiAzIixNhd.ZhhPyHnjyWL1qAsolV4UD5R7ECf0Qbc3f5UTrfswoeywiAVy718Zz_By59M37BaexI0jHrQARTEh8kN_8- Received: from [204.253.245.126] by web88306.mail.re4.yahoo.com via HTTP; Fri, 24 Aug 2007 14:28:47 EDT Date: Fri, 24 Aug 2007 14:28:47 -0400 (EDT) From: Michael S To: Predrag Punosevac , questions@freebsd.org In-Reply-To: <46CF1F18.2070102@math.arizona.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <919417.63835.qm@web88306.mail.re4.yahoo.com> Cc: Subject: Re: Gnome issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 18:55:30 -0000 It definitely is not a new drive, but after shutting down with shutdown -p it never happened. I'll see what happens later today. --- Predrag Punosevac wrote: > Derek Ragona wrote: > > At 06:46 AM 8/24/2007, Michael S wrote: > >> Good day all, > >> > >> I installed Gnome a few days ago and everything > had > >> been fine up until last night. I shutdown the > computer > >> using a Gnome menu (and not shutdown -p now) and > upon > >> restart one of my drives (the one mapped to > /home) > >> wasn't working. After I did get it to work and > able to > >> return to using GNOME, but when I login using > GDM, I > >> don't see the desktop pager and the windows don't > have > >> any decorations (e.g. borders, close/minimize > >> buttons). I am not an expert, but looks like the > >> window manager got corrupted by that improper > >> shutdown. > >> Anyone had similar experiences? Any ideas how to > >> rectify this? > >> > >> Thanks in advance, > >> Michael > > > > Sounds like your drive may be having issues. I > would reboot in single > > user mode and fsck the drive. You may also want > to try the drive > > manufacturer's diagnostic utility. > > > > -Derek > > I always shutdown computer using Gnome menu. Never > had that issue. I am > clueless why is that happening to you. I think Derek > gave you a good idea. > Predrag > > _______________________________________________ > 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 24 18:57:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D97916A41B for ; Fri, 24 Aug 2007 18:57:57 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 3940013C46B for ; Fri, 24 Aug 2007 18:57:57 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from [10.22.8.146] (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Fri, 24 Aug 2007 12:57:45 -0600 id 0017C05A.46CF2A2E.00000EE9 Message-ID: <46CF298D.5010305@crackmonkey.us> Date: Fri, 24 Aug 2007 19:55:09 +0100 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: lawrence.petrykanyn@sympatico.ca References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Installation Disc Won't Boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 18:57:57 -0000 lawrence.petrykanyn@sympatico.ca wrote: > 1. Is there something simple I'm missing? > 2. Should I just try downloading (it takes four hours) and burning > more copies again? (I've already done it three times...) > 3. Is the fact that I'm burning it in Win98 a problem? > 4. Is there anything I can do in FreeBSD 5.4 to see if the file is > corrupted? Hi Larry. Could it be the quality of the media you're burning to? I don't know if it's still a problem, but it used to be. These days I always make sure to burn to Verbatim discs, as I've heard many good reports of their manufacturing process as compared to others. It could be that you've just got a bad batch of discs. Here's another thought, why not try making a copy of your FreeBSD 5.4 install disc? That should indicate whether the fault appears at download time or burn time. HtH, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 18:58:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E63CC16A46C for ; Fri, 24 Aug 2007 18:58:08 +0000 (UTC) (envelope-from freebsd01@dgmm.net) Received: from lon-mail-1.gradwell.net (lon-mail-1.gradwell.net [193.111.201.125]) by mx1.freebsd.org (Postfix) with ESMTP id 5899D13C4E5 for ; Fri, 24 Aug 2007 18:58:08 +0000 (UTC) (envelope-from freebsd01@dgmm.net) Received: from lon-mail-1.gradwell.net ([193.111.201.125] helo=webmaker country=GB ident=dave$pop3*dgmm*net) by lon-mail-1.gradwell.net with esmtpa (Gradwell gwh-smtpd 1.250) id 46cf2a39.28dc.d4 for freebsd-questions@freebsd.org; Fri, 24 Aug 2007 19:58:01 +0100 (envelope-sender ) From: dgmm To: freebsd-questions@freebsd.org Date: Fri, 24 Aug 2007 19:58:07 +0100 User-Agent: KMail/1.9.6 References: <20070823131957.GA35322@owl.midgard.homeip.net> <200708232237.53712.freebsd01@dgmm.net> <3C597D5B83F708C2E8D52922@utd59514.utdallas.edu> In-Reply-To: <3C597D5B83F708C2E8D52922@utd59514.utdallas.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200708241958.07982.freebsd01@dgmm.net> Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 18:58:09 -0000 On Friday 24 August 2007, Paul Schmehl wrote: > On Thursday, August 23, 2007 22:37:53 +0100 dgmm > > wrote: > >> Basically, what you (and others as well) are suggesting is that the li= st > >> maintainers do double the work so that you don't have to bother with > >> spam filtering. > > > > How does this equate to double the work for the list maintainers? =A0I'= ve > > never =A0operated a mailing list so I don't understand what work is > > involved in =A0operating one or how that workload might be increased if > > some people post =A0with one name while having the automated system mail > > out to a different, =A0subscribed address > > Most modern mailing list software tests addresses periodically, > automatically to make sure they are accepting mail. =A0Some have suggested > "solving" the spam problem by using throwaway addresses to send email to > the list **even if the address doesn't work**. =A0Now the maintainers hav= e to > maintain a separate list of exemptions and configure separate options so > that those throwaway addresses aren't dropped from the list automatically > after the requisite number of bounces. =A0And endure the endless bounce > notifications from hundreds of thoughtless people. You're looking at it the from the wrong perspective. From what you say abo= ve,=20 so long as the posting address is valid and accepts mail either "correctly"= =20 or dumps it to /dev/nul then if I choose use two separate email addresses t= he=20 only people affected are those who try to reply directly to said posting=20 address, ie, on the whole, spammers. > >> Seems rather self-centered to me. > > > > In what way? > > You have a problem. =A0You want someone else to help you solve it by crea= ting > more work for them so that you'll have less work to do. No, actually I don't have a problem. I was making a suggestion which might= be=20 useful to the original poster. Even it it was my problem, I don't see how= =20 doing as I've outlined above would create more work for anyone. > >> This is the internet. =A0Spam is endemic. > > > > So rather than look for multiple methods to reduce the amount of incomi= ng > > to =A0*my* address I should just accept it all and filter it locally? > > Absolutely. =A0It isn't the responsibility of the rest of the world to so= lve > your problem. "splendid isolation". I wonder where FreeBSD would be today if all the=20 developers and users took that attitude. > > That seems rather irresponsible to me, =A0ANy method which can help sto= p it > > source appeaers on the face of it to be a better solution. > > Of course it does, because it requires no work on your part. =A0It's alwa= ys > "better" if you can get someone else to expend energy on your behalf while > you sit back and reap the benefits. =A0That's why unthinking people love > socialism. Or maybe it how unthinking people think socialism works. What you just=20 described is exactly how capitalism works. > >> Short of encasing your computer in > >> concrete, there's no way to avoid getting spam **even if you never post > >> to a mailing list**. =A0Either learn to deal with it or stop subscribi= ng > >> to lists. > > > > I'm sure that attitude will appear welcoming to new users. > > Gee, I'm sorry I hurt someone's feelings by suggesting they take > responsibility for their own problems. =A0Let me get down on my knees and= beg > forgiveness. Not at all. Your perspective is interesting. As is that of others who hav= e=20 posted to this thread. > I subscribe to more than 50 lists. =A0You have no idea what a pleasure it= is > to read, over and over again, about other people's problems with spam. > It's useless chatter that solves nothing and makes the list less valuable. > (And yes, you do enough of it, and I'll /dev/null your address and never > hear from you again.) =A0If people took a few minutes to figure out how to > rid themselves of the spam, they'd accomplish more than all the endless > discussions about how to solve an unsolveable problem. I think we'll just have to agree to differ on this. it's way OT for here n= ow=20 so I won't be making any more posts on this subject. =2D-=20 Dave From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 19:44:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E73016A418 for ; Fri, 24 Aug 2007 19:44:33 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id 8135A13C458 for ; Fri, 24 Aug 2007 19:44:33 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so783980nfb for ; Fri, 24 Aug 2007 12:44:32 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=J3oojN3l/LgzruIe97RtWbzgRwWwboQXq2hG3F5sMRm6CY44PBT94bf4AYbqA7Ghz83uhwkNX/bInW8GCwm48RV62R4tJz59UaeTnLUcK+ZInv+uNDBKuokIYxehzyjBGV3l+NBD0SedoV0f4lUlCtrlMM3K9cXx1AzAjKuyxLM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jzwKNV8gzxUPREB0fG710s8tQcSLadm7PJGae+jyiwR+PSLdswyU0629X7GEhTlMmzH+oLhJUH0C4hI0hvzcbT865GHVRAO19P8edkGctVt4+KgdWG2rOkqadOIEVEgd3Y9CEDoTAmKC1P21Js4I0OdrWH0sXhv8578hjo8aqo4= Received: by 10.78.165.16 with SMTP id n16mr2184686hue.1187983142860; Fri, 24 Aug 2007 12:19:02 -0700 (PDT) Received: by 10.78.187.16 with HTTP; Fri, 24 Aug 2007 12:19:02 -0700 (PDT) Message-ID: <70e8236f0708241219i48fe8591se870e724cfd91d62@mail.gmail.com> Date: Fri, 24 Aug 2007 20:19:02 +0100 From: "Joao Barros" To: "lawrence.petrykanyn@sympatico.ca" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-questions@freebsd.org Subject: Re: Installation Disc Won't Boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 19:44:34 -0000 On 8/24/07, lawrence.petrykanyn@sympatico.ca wrote: > > Hi, > > I am unable to boot from 6.2-RELEASE i386-disc1.iso. I have > downloaded it and burned it three times without success. > > I am currently running Win98SE and FreeBSD 5.4 on a dual boot. I had > decided to reformat my hard drives so I reinstalled Win98SE and would > like to install FreeBSD 6.2. I downloaded the disc 1 iso image and > burned it to a disc in Win98. I had to boot from my CDrom to > reinstall Win98 so I know that my boot priority is correct and that my > CDrom is working properly. I looked at the burned cd with the > 6.2-RELEASE i386-disc1.iso file on it in FreeBSD 5.4 and everything > appears to be there, including a folder called 'boot'. But I just > can't seem to boot from it. > > 1. Is there something simple I'm missing? > 2. Should I just try downloading (it takes four hours) and burning > more copies again? (I've already done it three times...) > 3. Is the fact that I'm burning it in Win98 a problem? > 4. Is there anything I can do in FreeBSD 5.4 to see if the file is > corrupted? > > BTW - I installed FreeBSD 5.4 from discs that I purchased through > FreeBSD Mall. I thought I would do it from the 6.2-RELEASE > i386-disc1.iso file on FreeBSD's web site this time. > > Any suggestions, advice, or comments would be greatly appreciated. > > Thanks, > Larry Do you have a Promise controller? I have to disable my onboard Promise so that I can boot from a FreeBSD CD My Promise: atapci0: port 0xb000-0xb03f,0xb400-0xb40f,0xb800-0xb87f mem 0xfc024000-0xfc024fff,0xfc000000-0xfc01ffff irq 23 at device 4.0 on pci4 atapci0@pci4:4:0: class=0x010400 card=0x80f51043 chip=0x3319105a rev=0x02 hdr=0x00 vendor = 'Promise Technology Inc' device = 'PDC20319(??) FastTrak SATA150 TX4 Controller' class = mass storage subclass = RAID -- Joao Barros From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 19:48:35 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BB6316A418 for ; Fri, 24 Aug 2007 19:48:35 +0000 (UTC) (envelope-from peter.schuller@infidyne.com) Received: from proxy3.bredband.net (proxy3.bredband.net [195.54.101.73]) by mx1.freebsd.org (Postfix) with ESMTP id C2A6513C469 for ; Fri, 24 Aug 2007 19:48:34 +0000 (UTC) (envelope-from peter.schuller@infidyne.com) Received: from prometheus.scode.org (85.229.22.84) by proxy3.bredband.net (7.3.127) id 46CDAD590005CAAF for freebsd-questions@freebsd.org; Fri, 24 Aug 2007 21:48:33 +0200 Received: from localhost (localhost [127.0.0.1]) by prometheus.scode.org (Postfix) with ESMTP id 4EB651CC7B for ; Fri, 24 Aug 2007 21:48:37 +0200 (CEST) From: Peter Schuller To: freebsd-questions@freebsd.org Date: Fri, 24 Aug 2007 21:48:36 +0200 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708242148.36791.peter.schuller@infidyne.com> Subject: Dell 2950: 4GB not seen (amd64; works on other 2950:s) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 19:48:35 -0000 Hello, I have a Dell 2950 where my 7-CURRENT amd64 FreeBSD does not see all visible memory. It has 4 GB of physical RAM. dmesg on boot includes: usable memory = 4280811520 (4082 MB) avail memory = 4117716992 (3926 MB) Yet summing memories visible in top yields ~ 2100 MB. Of note is that I have 6.2/amd64 on several other 2950:s with 4GB of RAM which say on boot: real memory = 5100273664 (4864 MB) avail memory = 4122443776 (3931 MB) But has all 4 GB visible in top. Unfortunately I failed to notice this until after the machine has begun being used, so I have limited possibilities for rebooting/mucking with BIOS settings. I was hoping someone could suggest something right off the bat. In addition on the problem machine the following sysctl values are present: hw.physmem: 4280811520 hw.usermem: 3628220416 hw.realmem: 5100273664 hw.cbb.start_memory: 2281701376 hw.pci.host_mem_start: 2147483648 With hw.usermem being slightly higher (but not 2 GB higher) on the 6.2 system without a problem: hw.physmem: 4283285504 hw.usermem: 3998797824 hw.realmem: 5100273664 hw.cbb.start_memory: 2281701376 hw.pci.host_mem_start: 2147483648 I was under the impression that memory visibility issues were a thing of the past on amd64. Any insight? Thanks! -- / Peter Schuller PGP userID: 0xE9758B7D or 'Peter Schuller ' Key retrieval: Send an E-Mail to getpgpkey@scode.org E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 19:52:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BE9116A419 for ; Fri, 24 Aug 2007 19:52:47 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.freebsd.org (Postfix) with ESMTP id BEB7013C47E for ; Fri, 24 Aug 2007 19:52:46 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so560438nzf for ; Fri, 24 Aug 2007 12:52:46 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZevSwiCE94s/eMX7OP8Tfub8hbqfoLuwRnnAOgtFYYQ/zoUIrGMDvFFWYN8drVs46Ijt9Yb6i1rK9OM14IzM/W6C/6Ju1YUH2rvrRGVMd7dJow+cC0+SFq2Go0f+TLakGUmT9ytbwFxBFgdSdgbVwBl0Zbs6scc8wFjy5YcSx/g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Sm6aK68Ov6sGUQ3JCSZX8bQ5a8fLJUPNAUPjhKIS6GvEZkILfQzSxfW/IYW98fO4f8xXCMcLfhAEK+yUHwG86qfohZ9VY4fC8slI0NgbCY2+AvyLxtNTQJQx7ZHUA3weysoDePxFVdzPYnHR0jp1tqViYeSQNGWRRlTocheY5WM= Received: by 10.114.195.19 with SMTP id s19mr1235958waf.1187985165424; Fri, 24 Aug 2007 12:52:45 -0700 (PDT) Received: by 10.114.132.13 with HTTP; Fri, 24 Aug 2007 12:52:45 -0700 (PDT) Message-ID: <6d62f69a0708241252x602059f4v9897d4c8d3d7fbdb@mail.gmail.com> Date: Fri, 24 Aug 2007 23:22:45 +0330 From: "Bahman M." To: "Wojciech Puchar" In-Reply-To: <20070823165350.J23634@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6d62f69a0708210302h57c45e63nb08999b2ad03b831@mail.gmail.com> <20070821101607.GA3819@owl.midgard.homeip.net> <6d62f69a0708210350r75c1a0ach395e9f481df07f2b@mail.gmail.com> <20070823165350.J23634@wojtek.tensor.gdynia.pl> Cc: freebsd-questions@freebsd.org Subject: Re: Minimal gateway hardware configuration X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 19:52:47 -0000 > > Then my configuration is not minimal I'd say :-) > > Thanks. > > so make use of it's huge power. first make gateway, then add squid at > least. possibly mail etc. A question out of subject: Do I need to install in such conditions: a network composed of one gateway and two other nodes at maximum and a slow connection? I mean does it improve anything? Bahman From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 19:57:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07F2516A419 for ; Fri, 24 Aug 2007 19:57:57 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id D55FD13C459 for ; Fri, 24 Aug 2007 19:57:56 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1111903waf for ; Fri, 24 Aug 2007 12:57:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qEl6CcGChvn8ZRJPFyZh5OrysMuZt60NUO/Z83AD/zA27tJN7N+HzY/jV6iyBD5RkBo00sTIkDE6JW+Bhc5T6S7gX4WohtQoyaXbjuKBXSMtyUx0/LHiGoglEXDUNKHavVc/XSVmjh/eBQ8VsQBrt0IvflBg2Zufc7V5xOUG0Hk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qa80iNKCdqVpUOTQ/cw9vcnVhfaHAfB4Wtgx2TKMyZhE1RFtCNzbXMnjqoJCXu8QoLCP5WRePMVU4WHt7nFmQuvxY5oFRDQYQLtQRN21ASh2PZwDyhA/DqXi19iWZ2D86Gx3oDOQ4vU7b3YQR3F1sm9bcxwDEEys8YaijqLzzhk= Received: by 10.114.174.2 with SMTP id w2mr2419242wae.1187985475636; Fri, 24 Aug 2007 12:57:55 -0700 (PDT) Received: by 10.114.132.13 with HTTP; Fri, 24 Aug 2007 12:57:55 -0700 (PDT) Message-ID: <6d62f69a0708241257v60de8556o574912b3807f43f9@mail.gmail.com> Date: Fri, 24 Aug 2007 23:27:55 +0330 From: "Bahman M." To: orvilleg@hotmail.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6d62f69a0708222121j734ef186yc94bbb826030bbcb@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: SATA to PCI cards X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 19:57:57 -0000 > > > Yes, I've had good luck with the Promise brand PCI-SATA cards on 6.x. We > >are > > > using this method to evolve older machines to SATA. > >Thanks for the hint. Would you tell me why did you choose Promise > >brand as it's expensive compared to the other brands? > > > >Bahman > > > > I chose Promise because all of their products I've ever bought have worked > for me in disk management. It was a roll of the dice as to it would work or > not. Plus, it was the only card the vendor had that I have used for years. > > Thus, no guarantee for all, but they have worked on sever different > motherboards so far and all are running fbsd-6.x (mostly 6.2). I understand. Thanks for your patience. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 20:01:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76C7216A417 for ; Fri, 24 Aug 2007 20:01:57 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.226]) by mx1.freebsd.org (Postfix) with ESMTP id 3423813C478 for ; Fri, 24 Aug 2007 20:01:57 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so562023nzf for ; Fri, 24 Aug 2007 13:01:56 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bbW98yFtNfY6j6nV5KRwodqnI/MGuOR9W7cOMPr7mLbx8Cq5e/vXMgHbD2uTVmFchklbm2/ry1cBpHMTROHT60ezQ9UeDdPUawherAgJU22O2Jz7lVxE4U3mnXbUmsNW21LE2okekNHDjOGD13L+Cm+QTJAiEA43rg419XwxWOM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aPfzCSgHFvCGE5jSqXu5iVKBQCVFwnW2/yCFbpwG5GWLGTPpUnw/2FXiDiYhnaKAeBWGw/YiBmz8HD7LM1Byewdtc3X4FMPMkxJBHzfpxNNf4Sm2iNnKgPxDaxlkC5+1HR2LEqf8mWZFF4jlhyQ6TDWxAwFA1DtZDUGpNU6kyec= Received: by 10.114.154.1 with SMTP id b1mr101261wae.1187985715454; Fri, 24 Aug 2007 13:01:55 -0700 (PDT) Received: by 10.114.132.13 with HTTP; Fri, 24 Aug 2007 13:01:55 -0700 (PDT) Message-ID: <6d62f69a0708241301k3465264akd434157344a8a9e7@mail.gmail.com> Date: Fri, 24 Aug 2007 23:31:55 +0330 From: "Bahman M." To: "Steve Franks" In-Reply-To: <539c60b90708231618x4b7d783eh89ecd625d514d351@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6d62f69a0708210309g3e064718i3df082974dce5bbc@mail.gmail.com> <6d62f69a0708222121j734ef186yc94bbb826030bbcb@mail.gmail.com> <539c60b90708231618x4b7d783eh89ecd625d514d351@mail.gmail.com> Cc: orvilleg@hotmail.com, freebsd-questions@freebsd.org Subject: Re: SATA to PCI cards X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 20:01:57 -0000 > >I'm running FreeBSD 6.2. > >$ uname -a > >FreeBSD attila 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 > >UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > > i386 > > > >My motherboard which is an ASUS A7V8X-X doesn't support SATA. I > >searched the internet and found out that there are SATA to PCI cards > >for my situation. Is anyone using such cards? Will they cause any > >problem with FreeBSD 6.2? > > > >By the way, I'd appreciate any suggestions for a good SATA to PCI card to > >buy. > I've had a huge sata issue with my promise card since I added two need > sata3.0 disks to my two old sata1.5 disks. Turning off smartd seemed > to make it go away, however. Never had issues with a promise board > before. In the interim I bought a HiPoint, which appears to be the > cadillac of sub-$300 cards, but I've yet to tweak the drivers into a > functiona state. I also tried one of the $19 cards and was told by > this list that they have drivers and appear to work fine, but will > corrupt your data bigtime, crash unexpectedly, etc. Mine was a > rosewill card, but lots of vendors are using the $19 variants. As I explored the archives I came up with some posts reporting problems with Promise cards, mostly on CURRENT though. Looks like I should search a bit more. Thanks. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 20:29:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA97B16A41B for ; Fri, 24 Aug 2007 20:29:58 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 6C76F13C468 for ; Fri, 24 Aug 2007 20:29:58 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l7OKTdAM018036; Fri, 24 Aug 2007 15:29:39 -0500 (CDT) Message-Id: <6.0.0.22.2.20070824152245.02648460@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Fri, 24 Aug 2007 15:28:54 -0500 To: , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: References: Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Installation Disc Won't Boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 20:29:58 -0000 At 12:49 PM 8/24/2007, lawrence.petrykanyn@sympatico.ca wrote: > Hi, > > I am unable to boot from 6.2-RELEASE i386-disc1.iso. I have > downloaded it and burned it three times without success. > > I am currently running Win98SE and FreeBSD 5.4 on a dual boot. I had > decided to reformat my hard drives so I reinstalled Win98SE and would > like to install FreeBSD 6.2. I downloaded the disc 1 iso image and > burned it to a disc in Win98. I had to boot from my CDrom to > reinstall Win98 so I know that my boot priority is correct and that my > CDrom is working properly. I looked at the burned cd with the > 6.2-RELEASE i386-disc1.iso file on it in FreeBSD 5.4 and everything > appears to be there, including a folder called 'boot'. But I just > can't seem to boot from it. > > 1. Is there something simple I'm missing? > 2. Should I just try downloading (it takes four hours) and burning > more copies again? (I've already done it three times...) > 3. Is the fact that I'm burning it in Win98 a problem? > 4. Is there anything I can do in FreeBSD 5.4 to see if the file is > corrupted? > > BTW - I installed FreeBSD 5.4 from discs that I purchased through > FreeBSD Mall. I thought I would do it from the 6.2-RELEASE > i386-disc1.iso file on FreeBSD's web site this time. > > Any suggestions, advice, or comments would be greatly appreciated. > > Thanks, > Larry Is the CD you burn readable under windows or FreeBSD? If it is readable, check your BIOS settings and turnoff any video ram shadow, if it is turned on. I have one older system which I thought had trouble booting the 6.2 disc. I tried my disc out on another system, and saw when this boots it puts up the FreeBSD boot menu, and waits for response. After seeing this, and turning off the video shadow, I tried to boot it on my older server again. This time I was seeing the bootmenu 10 second countdown, while none of the other boot menu was visible. After hitting enter a couple times the countdown started ticking down, and the system booted and launched sysinstall. I was able then to do a upgrade on this server from 5.5 to 6.2. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 20:38:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D226216A41B for ; Fri, 24 Aug 2007 20:38:02 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 8160913C468 for ; Fri, 24 Aug 2007 20:38:02 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l7OKbe2W018179; Fri, 24 Aug 2007 15:37:42 -0500 (CDT) Message-Id: <6.0.0.22.2.20070824153203.0266aa40@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Fri, 24 Aug 2007 15:36:56 -0500 To: Peter Schuller , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <200708242148.36791.peter.schuller@infidyne.com> References: <200708242148.36791.peter.schuller@infidyne.com> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Dell 2950: 4GB not seen (amd64; works on other 2950:s) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 20:38:02 -0000 At 02:48 PM 8/24/2007, Peter Schuller wrote: >Hello, > >I have a Dell 2950 where my 7-CURRENT amd64 FreeBSD does not see all visible >memory. It has 4 GB of physical RAM. dmesg on boot includes: > >usable memory = 4280811520 (4082 MB) >avail memory = 4117716992 (3926 MB) > >Yet summing memories visible in top yields ~ 2100 MB. > >Of note is that I have 6.2/amd64 on several other 2950:s with 4GB of RAM >which >say on boot: > >real memory = 5100273664 (4864 MB) >avail memory = 4122443776 (3931 MB) > >But has all 4 GB visible in top. > >Unfortunately I failed to notice this until after the machine has begun being >used, so I have limited possibilities for rebooting/mucking with BIOS >settings. I was hoping someone could suggest something right off the bat. > >In addition on the problem machine the following sysctl values are present: > >hw.physmem: 4280811520 >hw.usermem: 3628220416 >hw.realmem: 5100273664 >hw.cbb.start_memory: 2281701376 >hw.pci.host_mem_start: 2147483648 > >With hw.usermem being slightly higher (but not 2 GB higher) on the 6.2 system >without a problem: > >hw.physmem: 4283285504 >hw.usermem: 3998797824 >hw.realmem: 5100273664 >hw.cbb.start_memory: 2281701376 >hw.pci.host_mem_start: 2147483648 > >I was under the impression that memory visibility issues were a thing of the >past on amd64. Any insight? > >Thanks! > >-- >/ Peter Schuller You need to look closely at the hardware configuration for these servers and their motherboards. Often some memory is reserved for things like onboard video, etc. You can free up that video memory by adding a separate video card, but necessarily other memory that may be used by the motherboard. Unfortunately with dell systems same model's don't necessarily mean same motherboard. Also, how memory is used via the BIOS is dependent on the BIOS version. You should try to be sure all systems you want to compare have the same motherboard and chipset and that these also have the same BIOS version. -Derek >PGP userID: 0xE9758B7D or 'Peter Schuller ' >Key retrieval: Send an E-Mail to getpgpkey@scode.org >E-Mail: peter.schuller@infidyne.com Web: http://www.scode.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" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 20:46:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4AD416A41B for ; Fri, 24 Aug 2007 20:46:10 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from mail.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.freebsd.org (Postfix) with ESMTP id 93C4F13C45D for ; Fri, 24 Aug 2007 20:46:10 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.pitbpa0.priv.collaborativefusion.com (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTP id B3F26EBC78; Fri, 24 Aug 2007 16:46:07 -0400 (EDT) Date: Fri, 24 Aug 2007 16:46:06 -0400 From: Bill Moran To: Derek Ragona Message-Id: <20070824164606.ee6b19bf.wmoran@potentialtech.com> In-Reply-To: <6.0.0.22.2.20070824153203.0266aa40@mail.computinginnovations.com> References: <200708242148.36791.peter.schuller@infidyne.com> <6.0.0.22.2.20070824153203.0266aa40@mail.computinginnovations.com> X-Mailer: Sylpheed 2.4.4 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Peter Schuller , freebsd-questions@freebsd.org Subject: Re: Dell 2950: 4GB not seen (amd64; works on other 2950:s) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 20:46:10 -0000 In response to Derek Ragona : > At 02:48 PM 8/24/2007, Peter Schuller wrote: > >Hello, > > > >I have a Dell 2950 where my 7-CURRENT amd64 FreeBSD does not see all visible > >memory. It has 4 GB of physical RAM. dmesg on boot includes: > > > >usable memory = 4280811520 (4082 MB) > >avail memory = 4117716992 (3926 MB) > > > >Yet summing memories visible in top yields ~ 2100 MB. > > > >Of note is that I have 6.2/amd64 on several other 2950:s with 4GB of RAM > >which > >say on boot: > > > >real memory = 5100273664 (4864 MB) > >avail memory = 4122443776 (3931 MB) > > > >But has all 4 GB visible in top. > > > >Unfortunately I failed to notice this until after the machine has begun being > >used, so I have limited possibilities for rebooting/mucking with BIOS > >settings. I was hoping someone could suggest something right off the bat. > > > >In addition on the problem machine the following sysctl values are present: > > > >hw.physmem: 4280811520 > >hw.usermem: 3628220416 > >hw.realmem: 5100273664 > >hw.cbb.start_memory: 2281701376 > >hw.pci.host_mem_start: 2147483648 > > > >With hw.usermem being slightly higher (but not 2 GB higher) on the 6.2 system > >without a problem: > > > >hw.physmem: 4283285504 > >hw.usermem: 3998797824 > >hw.realmem: 5100273664 > >hw.cbb.start_memory: 2281701376 > >hw.pci.host_mem_start: 2147483648 > > > >I was under the impression that memory visibility issues were a thing of the > >past on amd64. Any insight? > > > >Thanks! > > > >-- > >/ Peter Schuller > > You need to look closely at the hardware configuration for these servers > and their motherboards. Often some memory is reserved for things like > onboard video, etc. You can free up that video memory by adding a separate > video card, but necessarily other memory that may be used by the > motherboard. Unfortunately with dell systems same model's don't > necessarily mean same motherboard. Also, how memory is used via the BIOS > is dependent on the BIOS version. You should try to be sure all systems > you want to compare have the same motherboard and chipset and that these > also have the same BIOS version. Derek triggered a thought ... I believe the 2950s have the ability to do "RAM RAID1", to increase RAM reliability. If that belief is correct, it could be that you've got 4G physically in the machine, but only 2G logically available to the OS. At least, I think I remember seeing an option like that in a BIOS ... -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 21:17:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3937516A41A for ; Fri, 24 Aug 2007 21:17:27 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id EBD4E13C46B for ; Fri, 24 Aug 2007 21:17:26 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7OLD4gF068000; Fri, 24 Aug 2007 17:13:04 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7OLD4Ym067999; Fri, 24 Aug 2007 17:13:04 -0400 (EDT) (envelope-from jerrymc) Date: Fri, 24 Aug 2007 17:13:03 -0400 From: Jerry McAllister To: Derek Ragona Message-ID: <20070824211303.GA67744@gizmo.acns.msu.edu> References: <6.0.0.22.2.20070824152245.02648460@mail.computinginnovations.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.0.0.22.2.20070824152245.02648460@mail.computinginnovations.com> User-Agent: Mutt/1.4.2.2i Cc: lawrence.petrykanyn@sympatico.ca, freebsd-questions@freebsd.org Subject: Re: Installation Disc Won't Boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 21:17:27 -0000 On Fri, Aug 24, 2007 at 03:28:54PM -0500, Derek Ragona wrote: > At 12:49 PM 8/24/2007, lawrence.petrykanyn@sympatico.ca wrote: > > > Hi, > > > > I am unable to boot from 6.2-RELEASE i386-disc1.iso. I have > > downloaded it and burned it three times without success. > > > > I am currently running Win98SE and FreeBSD 5.4 on a dual boot. I had > > decided to reformat my hard drives so I reinstalled Win98SE and would > > like to install FreeBSD 6.2. I downloaded the disc 1 iso image and > > burned it to a disc in Win98. I had to boot from my CDrom to > > reinstall Win98 so I know that my boot priority is correct and that my > > CDrom is working properly. I looked at the burned cd with the > > 6.2-RELEASE i386-disc1.iso file on it in FreeBSD 5.4 and everything > > appears to be there, including a folder called 'boot'. But I just > > can't seem to boot from it. > > > > 1. Is there something simple I'm missing? > > 2. Should I just try downloading (it takes four hours) and burning > > more copies again? (I've already done it three times...) > > 3. Is the fact that I'm burning it in Win98 a problem? > > 4. Is there anything I can do in FreeBSD 5.4 to see if the file is > > corrupted? > > > > BTW - I installed FreeBSD 5.4 from discs that I purchased through > > FreeBSD Mall. I thought I would do it from the 6.2-RELEASE > > i386-disc1.iso file on FreeBSD's web site this time. > > > > Any suggestions, advice, or comments would be greatly appreciated. > > > > Thanks, > > Larry One thing that comes to mind, besides things other people have said. When you burned the CD, did you tell the software to create a bootable ISO? You shouldn't do that. It is already a bootable ISO and needs to be burned as a 'raw' file, directly to the CD. Having it try to make an ISO of an already created ISO might still leave the rest of the files readable, so it might look OK to a quick check, but I don't know. I haven't tried that. I don't know if the term 'raw' is the correct one, but definitely, you need to not use any option that tries to make a bootable ISO as that will mangle the boot stuff already on it. So, if that is the problem, you will have to burn another CD. It shouldn't matter if you burn it under MS-Win as long as it doesn't try to create a bootable ISO from it first. ////jerry > > Is the CD you burn readable under windows or FreeBSD? If it is readable, > check your BIOS settings and turnoff any video ram shadow, if it is turned > on. > > I have one older system which I thought had trouble booting the 6.2 > disc. I tried my disc out on another system, and saw when this boots it > puts up the FreeBSD boot menu, and waits for response. After seeing this, > and turning off the video shadow, I tried to boot it on my older server > again. This time I was seeing the bootmenu 10 second countdown, while none > of the other boot menu was visible. After hitting enter a couple times the > countdown started ticking down, and the system booted and launched > sysinstall. I was able then to do a upgrade on this server from 5.5 to 6.2. > > -Derek > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > MailScanner thanks transtec Computers for their support. > > _______________________________________________ > 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 24 21:31:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA48B16A419 for ; Fri, 24 Aug 2007 21:31:38 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.freebsd.org (Postfix) with ESMTP id 81D2213C459 for ; Fri, 24 Aug 2007 21:31:38 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id i29so778162wxd for ; Fri, 24 Aug 2007 14:31:37 -0700 (PDT) Received: by 10.70.59.20 with SMTP id h20mr5624962wxa.1187991097077; Fri, 24 Aug 2007 14:31:37 -0700 (PDT) Received: from ?192.168.1.102? ( [67.189.206.211]) by mx.google.com with ESMTPS id i33sm8341105wxd.2007.08.24.14.31.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 24 Aug 2007 14:31:35 -0700 (PDT) Date: Fri, 24 Aug 2007 17:31:39 -0400 From: Gerard To: freebsd-questions@freebsd.org Organization: Seibercom.NET X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20070824172825.4F4F.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.31 [en] Subject: Linksys Wireless-N WMP300-N Card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 21:31:38 -0000 Has anyone used the Linksys Wireless-N WMP300-N card with FBSD-6.2? I am considering installing it into one of my FBSD machines. I have an identical card in a WinXP machine, and it works flawlessly. Obviously, I have a router that supports the 'N' protocol involved. -- Gerard From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 22:10:12 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73C9916A468 for ; Fri, 24 Aug 2007 22:10:12 +0000 (UTC) (envelope-from hexidigital@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 2E3D513C458 for ; Fri, 24 Aug 2007 22:10:12 +0000 (UTC) (envelope-from hexidigital@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so1815645pyb for ; Fri, 24 Aug 2007 15:10:11 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=cFWHYAvDe24W6ykGG4p4UekgFFLY/O5wh97yqNImSd5lfyWhF/tMtxGJhmOJ/oHM7GCb+dZEkqo9xvhVjev/Cx9xBisBUz8MdUUvQNMJpkrBDuk0BVynRBbvhW21KKyZ8jjp7bzmvzbNZnKAWoo0hy6AsUCxfqDUf/1IRXdmWq0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:mail-followup-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=EJOEH0LUxEqe0o1Z8Z+ys/L5DmGd8SEsukUt1fLfBwc+e1jMRwDoLxWAyWpqrDwVbY9dpjLFZJPSMPFqXpqo3mrkVkHjw2rmVxqDElGSc0WtQqGOJmSvUXRlsIzIp/LjfW9cgxDfnLaxdOmyFpDWmQh4Gk9Jdjnwb39bNv2x0NY= Received: by 10.35.103.6 with SMTP id f6mr3964097pym.1187993410666; Fri, 24 Aug 2007 15:10:10 -0700 (PDT) Received: from hexidigital.org ( [24.229.62.9]) by mx.google.com with ESMTPS id u62sm2948351pyb.2007.08.24.15.10.08 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 24 Aug 2007 15:10:08 -0700 (PDT) Received: from gbarber by hexidigital.org with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IOhM4-0001Xy-T2 for freebsd-questions@freebsd.org; Fri, 24 Aug 2007 18:10:12 -0400 Date: Fri, 24 Aug 2007 18:10:12 -0400 From: Glen Barber To: freebsd-questions@freebsd.org Message-ID: <20070824221012.GA801@orion.hexidigital.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <20070823231900.797EB16A539@hub.freebsd.org> <20070824102743.GB29389@wjv.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070824102743.GB29389@wjv.com> User-Agent: Mutt/1.5.16 (2007-06-09) Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 22:10:12 -0000 > > Basically, what you (and others as well) are suggesting is that > the list maintainers do double the work so that you don't have > to bother with spam filtering. > Actually, the list maintainer has already done something to prevent spam harvesting -- something I didn't see mentioned in this 'thread' (and if it was mentioned, I appologize.) When you subscribe to (some) mailing lists, there is an option "Conceal yourself from subscriber list?" Not as powerful as filters, I agree, but it is a small thing that helps to combat spam. Also, earlier in this thread, someone mentioned about using a gmail account for mailing lists. I think it's a great idea, because that is the approach I've taken. The only problem I face with GMail, is some messages sent to mailing lists get marked as spam -- rarely. Within the past 3 months, I've received 1 actual spam message. And that is without any extra filters, other than sorting mail by label. From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 22:37:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2330D16A421 for ; Fri, 24 Aug 2007 22:37:47 +0000 (UTC) (envelope-from peter@boosten.org) Received: from smtpq1.tilbu1.nb.home.nl (smtpq1.tilbu1.nb.home.nl [213.51.146.200]) by mx1.freebsd.org (Postfix) with ESMTP id D0AC713C457 for ; Fri, 24 Aug 2007 22:37:46 +0000 (UTC) (envelope-from peter@boosten.org) Received: from [213.51.146.188] (port=45072 helo=smtp3.tilbu1.nb.home.nl) by smtpq1.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1IOhPW-0003H9-Ei; Sat, 25 Aug 2007 00:13:46 +0200 Received: from cp268254-a.landg1.lb.home.nl ([213.51.103.48]:4904 helo=ra.egypt.nl) by smtp3.tilbu1.nb.home.nl with esmtp (Exim 4.30) id 1IOhPT-0003E2-H9; Sat, 25 Aug 2007 00:13:43 +0200 Received: from ra.egypt.nl (localhost.egypt.nl [127.0.0.1]) by ra.egypt.nl (Postfix) with ESMTP id D4F2F398B6; Sat, 25 Aug 2007 00:13:42 +0200 (CEST) Received: by ra.egypt.nl (Postfix, from userid 501) id AC813398AB; Sat, 25 Aug 2007 00:13:42 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on ra.egypt.nl X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED, AWL autolearn=ham version=3.2.3 Received: from [127.0.0.1] (xp.egypt.nl [192.168.13.35]) by ra.egypt.nl (Postfix) with ESMTP id 87FD839885; Sat, 25 Aug 2007 00:13:38 +0200 (CEST) Message-ID: <46CF580B.5090706@boosten.org> Date: Sat, 25 Aug 2007 00:13:31 +0200 From: Peter Boosten User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060516 Thunderbird/1.5.0.4 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: Eric Crist References: <50DA0D96-3321-4ED0-AC2B-65AB65D62BAC@gmail.com> <20070824095900.CF34.GERARD-SEIBERT@seibercom.net> <79C0FC51-664A-46FA-A56F-146F32ABC2AD@gmail.com> In-Reply-To: <79C0FC51-664A-46FA-A56F-146F32ABC2AD@gmail.com> X-Enigmail-Version: 0.95.3 OpenPGP: url=http://www.boosten.org/content/view/49/47/ Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 000768-1, 08/24/2007), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Cc: User Questions Subject: Re: Postfix/SpamAssassin Guru? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 22:37:47 -0000 Eric Crist wrote: > On Aug 24, 2007, at 9:05 AMAug 24, 2007, Gerard wrote: > >> On August 24, 2007 at 09:32AM Eric Crist wrote: >> >> > > I've got Postfix with Dovecot and virtual users setup. What I'm looking > for is some filtering based on the flags SpamAssassin sets, so that I > can route any messages tagged as Spam to a Spam directory with a users > maildir. Assuming you got SA running: In my main.cf: header_checks = regexp:/etc/postfix/header_checks This is in my header_checks: /^X-Spam-Flag: YES/ REDIRECT mailbox@you.desire Peter -- http://www.boosten.org From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 23:19:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC44F16A468 for ; Fri, 24 Aug 2007 23:19:06 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.freebsd.org (Postfix) with ESMTP id 73DD213C457 for ; Fri, 24 Aug 2007 23:19:06 +0000 (UTC) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.8/8.13.1) with ESMTP id l7ONIhtB055257; Fri, 24 Aug 2007 16:18:48 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.8/8.13.1/Submit) id l7ONIMab055252; Fri, 24 Aug 2007 16:18:22 -0700 (PDT) (envelope-from kline) Date: Fri, 24 Aug 2007 16:18:20 -0700 From: Gary Kline To: Norberto Meijome Message-ID: <20070824231819.GB55059@thought.org> References: <87r6lumboh.fsf@thingy.datadok.no> <20070823195015.GA45853@thought.org> <87mywilzxt.fsf@thingy.datadok.no> <20070823231906.GA46832@thought.org> <20070824131748.1b203477@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070824131748.1b203477@localhost> User-Agent: Mutt/1.4.2.2i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing twenty years of service to the Unix community Cc: Gary Kline , "Peter N. M. Hansteen" , freebsd-questions@freebsd.org Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 23:19:07 -0000 On Fri, Aug 24, 2007 at 01:17:48PM +1000, Norberto Meijome wrote: > On Thu, 23 Aug 2007 16:19:06 -0700 > Gary Kline wrote: > > > Hi Gary et al, > rather than filtering on one by one basis, why not just setup your mail server > to do the whole job for you, using spamassassin (or your other anti-spam > software), with dynamic filters ( like razor and DCC (i think it's called) ). I > have (cheking...) about 7 *active* email address in my mail client, subscribed > to many mailing lists (12 of those @freebsd.org). Some of those email addresses > are used in contact details of many domain registrations. I'm going to try spamd (if pf and ipf don't conflict). It may take awhile to get thru alll thewriteups and howto's, but it'l be interesting to see the results. > > All of them behind similarly configured servers. I have all the spam tagged > and moved to Trash on sight. Out of all the email I receive (which usually is > several hundred / day), I may have to manually delete 10 spam , uncaught emails > (all up). I haven't so far found out about a false positive in several years > of using this setup. > > I may be lucky enough that I have a couple of > Mbps of bandwidth @ home to handle my email load, but none of the tools I use > are commercial, and they are VERY well documented. When I'm finished with my thesis (! on computers:-), maybe you can share your docs on my bsd web site. It has zero ads and is still a work-in-progress. But maybe we can all cut/paste from existing (and free, if copyright) articles on slowing down this slimy ooze of spam. > > BTW, that ratio is far smaller than the amount of tree-based spam I get on my > home mailbox each day. > > I also have a catch-all email address to see what comes my way - i see higher > number of uncaught spam there (which then goes to feed my Bayes filters), so i > doubt that blaming @freebsd.org servers has anything to do with receiving more > spam. > > In summary, the trick as always is to properly use the tools at hand. exactly, and there are just enough of us commmitted (hard-core) to the Open Source model to have the tools. or create them. cheers, gary > > regards, > B > _________________________ > {Beto|Norberto|Numard} Meijome > > We've been wrong so many times before, why stop now? > > I speak for myself, not my employer. Contents may be hot. Slippery when wet. > Reading disclaimers makes you go blind. Writing them is worse. You have been > Warned. -- Gary Kline kline@thought.org www.thought.org Public Service Unix From owner-freebsd-questions@FreeBSD.ORG Fri Aug 24 23:33:09 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE88116A41A for ; Fri, 24 Aug 2007 23:33:09 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id C10B613C457 for ; Fri, 24 Aug 2007 23:33:09 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l7ONX6AJ020794 for ; Fri, 24 Aug 2007 18:33:06 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Fri, 24 Aug 2007 18:33:06 -0500 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708241833.06571.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: best way to keep track of new developments X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 23:33:10 -0000 im due for a new laptop at work, which will likely be an HP NC6400 (our standard). an otherwise really nice laptop, but with 2 showstoppers: intel 3945 wireless ati x1300 graphics i know there has been some development here and there to try to get these guys to work in freebsd. whats the best way to keep track of who owns these projects, and to follow with intrest how the work is going? ive been testing freebsd with these NC6400s (before they are deployed out to the users who they were ordered for), and so far, these are the first 2 pieces of hardware that have not worked out of the box for me. thanks, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 00:11:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76AF916A418 for ; Sat, 25 Aug 2007 00:11:20 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 5389A13C469 for ; Sat, 25 Aug 2007 00:11:20 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from [10.22.8.146] (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Fri, 24 Aug 2007 18:02:41 -0600 id 0017C5C3.46CF71A6.00001B96 Message-ID: <46CF7102.5070709@crackmonkey.us> Date: Sat, 25 Aug 2007 01:00:02 +0100 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Jonathan Horne References: <200708241833.06571.freebsd@dfwlp.com> In-Reply-To: <200708241833.06571.freebsd@dfwlp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: best way to keep track of new developments X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 00:11:20 -0000 Jonathan Horne wrote: > intel 3945 wireless Hi Jonathan. Ben Close is working on the wpi driver for the Intel 3945abg. Check out his progress at http://www.clearchain.com/wiki/Wpi . It's been really close to working for a few months now, and there's a new tarball out. I haven't tested it yet though. HtH, Adam J Richardson From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 01:02:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B11B16A41B for ; Sat, 25 Aug 2007 01:02:18 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 6CE2113C4E8 for ; Sat, 25 Aug 2007 01:02:17 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup241.ach.sch.gr [81.186.70.241]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-8) with ESMTP id l7P11wfb005923 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 25 Aug 2007 04:02:07 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l7P11nle006466; Sat, 25 Aug 2007 04:01:51 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l7P11Z8U006463; Sat, 25 Aug 2007 04:01:35 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 25 Aug 2007 04:01:35 +0300 From: Giorgos Keramidas To: Bill Moran Message-ID: <20070825010135.GB6293@kobe.laptop> References: <46CE47B5.60201@hdk5.net> <20070824063618.0ddf20d2.wmoran@potentialtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070824063618.0ddf20d2.wmoran@potentialtech.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.857, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.54, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org, noc@hdk5.net Subject: Re: Test on FreeBSD site X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 01:02:18 -0000 On 2007-08-24 06:36, Bill Moran wrote: > In response to NetOpsCenter : > > How long does it take for a test to be accepted or rejected on the > > FreeBSD test mail box? Is three minutes normal for a test to pop > > up? I had some FreeBSD 7 config issues and this nearly caused me to > > think I hadn't cleared the problem because it took quite a while to > > pop up. > > It depends on how busy the server is at the time you send it, among > other factors. I haven't noticed if the mail servers are doing > greylisting, but it wouldn't surprise me if they were. They are. It may take a few minutes before a message gets through, but that depends on how often the *sending* server retries. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 01:52:19 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF3B516A418 for ; Sat, 25 Aug 2007 01:52:19 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 8CF1D13C457 for ; Sat, 25 Aug 2007 01:52:17 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 5030 invoked by uid 1002); 25 Aug 2007 01:25:36 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 6.386596 secs); 25 Aug 2007 01:25:36 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 25 Aug 2007 01:25:29 -0000 Message-ID: <46CF84DB.4000508@ibctech.ca> Date: Fri, 24 Aug 2007 21:24:43 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: questions@freebsd.org References: In-Reply-To: X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 01:52:19 -0000 ...I will feed... The solution to this problem is...if you don't like what you are into, get yourself out of the situation. Anyone who finds the information on this list non-informative enough to complain about a few spam per week that make it through a spam filter, then it isn't worth your time and you are on the wrong list. I belong to ~40 mailing lists. They all see spam. The info I gain from the lists is far more important. Well more than half of the lists display the full address in the header. It's by design, and it has always worked. I would not have it changed. Most MLM's have an option to obscure/hide your address, as someone has already stated. Seriously, the standard 'user' coming from Windows to FreeBSD should never be expected to immediately be pushed into doing something for themselves. However, someone who decides to operate on a Road Runner cable connection and relay their mail through a: mail-03.name-services.com Microsoft ESMTP MAIL Service, Version: 6.0.3790.3959 ...server, should immediately contact the person responsible for email management and complain....... Moreover, those who use an address like: spam@a1poweruser.com ...as a technical and admin contact in the global WHOIS database for their domain should reconsider complaining about anything. Wow, I'd trust the fact that my abuse email would make it to a responsible person. We are all feeding the troll. The troll has not stated his name in any of his emails. Is that you: # whois a1poweruser.com | grep spam@a1poweruser.com Whoever this is, has not replied in a while, at least under the original email address. Can we leave well enough alone and get on with technical stuff? *sigh* Steve From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 02:45:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F397F16A41A for ; Sat, 25 Aug 2007 02:45:28 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id 05FC313C442 for ; Sat, 25 Aug 2007 02:45:26 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id MAA19745; Sat, 25 Aug 2007 12:45:19 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sat, 25 Aug 2007 12:45:19 +1000 (EST) From: Ian Smith To: lawrence.petrykanyn@sympatico.ca In-Reply-To: <20070824181512.3B59416A47D@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org Subject: Re: Installation Disc Won't Boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 02:45:29 -0000 On Fri, 24 Aug 2007 17:49:30 +0000 wrote: > I am unable to boot from 6.2-RELEASE i386-disc1.iso. I have > downloaded it and burned it three times without success. See (4) > I am currently running Win98SE and FreeBSD 5.4 on a dual boot. I had > decided to reformat my hard drives so I reinstalled Win98SE and would > like to install FreeBSD 6.2. I downloaded the disc 1 iso image and > burned it to a disc in Win98. I had to boot from my CDrom to > reinstall Win98 so I know that my boot priority is correct and that my > CDrom is working properly. I looked at the burned cd with the > 6.2-RELEASE i386-disc1.iso file on it in FreeBSD 5.4 and everything > appears to be there, including a folder called 'boot'. But I just > can't seem to boot from it. > > 1. Is there something simple I'm missing? Sounds like you might be just copying the .iso file to the CD, rather than burning an image file from the .iso ? but it's not clear how you 'looked at it' from 5.4 .. what does it look like from W98? > 2. Should I just try downloading (it takes four hours) and burning > more copies again? (I've already done it three times...) See (4) > 3. Is the fact that I'm burning it in Win98 a problem? Shouldn't be; I've used both Adaptec CD whatsitcalled and Nero on '98 boxes to burn .iso files - but you do have to select the 'image' write, and to be sure of a good burn maybe drop the write speed to say 4x If you've still got 5.4 installed you could use burncd(8) instead, eg 'burncd -s 4 -f /dev/acd0 data fbsd6.2whatever.iso fixate' > 4. Is there anything I can do in FreeBSD 5.4 to see if the file is > corrupted? Yes; also download the (tiny) accompanying .md5 file, then you can run md5(1) from FreeBSD 5.4 on the .iso file to check that its MD5 matches. When you look at the contents of the CD, either from W98 or from having mounted it on FreeBSD 5.4, do you see files and directories on the CD, or just the single .iso file? > BTW - I installed FreeBSD 5.4 from discs that I purchased through > FreeBSD Mall. I thought I would do it from the 6.2-RELEASE > i386-disc1.iso file on FreeBSD's web site this time. Your burned image CD for 6.2 should look pretty much like your 5.4 CD in structure. If that's so and it still won't boot then you can try a copy of everything on it to /dev/null (to test the CD is 100% readable). If that's all good and it still won't boot, show us the error message/s? Cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 03:00:17 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3D4016A419 for ; Sat, 25 Aug 2007 03:00:17 +0000 (UTC) (envelope-from msoulier@digitaltorque.ca) Received: from mail.storm.ca (mail.storm.ca [209.87.239.66]) by mx1.freebsd.org (Postfix) with ESMTP id A75FB13C459 for ; Sat, 25 Aug 2007 03:00:17 +0000 (UTC) (envelope-from msoulier@digitaltorque.ca) Received: from kanga.digitaltorque.ca (hs-216-106-102-70.storm.ca [216.106.102.70]) by mail.storm.ca (8.14.0+Sun/8.14.0) with ESMTP id l7P2gISa007216 for ; Fri, 24 Aug 2007 22:42:23 -0400 (EDT) Received: from tigger.digitaltorque.ca (tigger.digitaltorque.ca [192.168.1.3]) by kanga.digitaltorque.ca (Postfix) with ESMTP id 2BEA99 for ; Fri, 24 Aug 2007 22:42:09 -0400 (EDT) Received: by tigger.digitaltorque.ca (Postfix, from userid 500) id DBC65240E0; Fri, 24 Aug 2007 22:42:11 -0400 (EDT) Date: Fri, 24 Aug 2007 22:42:10 -0400 From: "Michael P. Soulier" To: freebsd-questions@freebsd.org Message-ID: <20070825024209.GG5877@tigger.digitaltorque.ca> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+svXpSx+RSEd8UhP" Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: time issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 03:00:18 -0000 --+svXpSx+RSEd8UhP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, I recently noticed that my clock was running a few minutes slow, even thoug= h I have ntpd running on the box. Now I'm seeing this on occasion.=20 Aug 24 20:17:10 kanga dovecot: Time just moved backwards by 105 seconds. Th= is might c ause a lot of problems, so I'll just kill myself now. http://wiki.dovecot.org/TimeMov edBackwards Does this suggest a hardware clock issue? Mike --=20 Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein --+svXpSx+RSEd8UhP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFGz5cBKGqCc1vIvggRAqWBAKCUcb16kOp+nUw38T/0komMKntPMQCfdR7R Pyga2Ce5/fBzxz7NOKjD3nw= =6qSg -----END PGP SIGNATURE----- --+svXpSx+RSEd8UhP-- From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 03:02:40 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DDF516A41A for ; Sat, 25 Aug 2007 03:02:40 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id E5C0B13C468 for ; Sat, 25 Aug 2007 03:02:39 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 8303 invoked by uid 1002); 25 Aug 2007 03:02:39 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 6.434286 secs); 25 Aug 2007 03:02:39 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 25 Aug 2007 03:02:32 -0000 Message-ID: <46CF9B9A.6040304@ibctech.ca> Date: Fri, 24 Aug 2007 23:01:46 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Alex Zbyslaw References: <46CE47B5.60201@hdk5.net> <20070824063618.0ddf20d2.wmoran@potentialtech.com> <46CF0545.5080708@dial.pipex.com> In-Reply-To: <46CF0545.5080708@dial.pipex.com> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: Test on FreeBSD site X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 03:02:40 -0000 >> I haven't noticed if the mail servers are doing greylisting, but it >> wouldn't surprise me if they were. > > They do. That's quite the response. Care to elaborate for purposes of archive accuracy? Steve From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 03:10:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65C4F16A418 for ; Sat, 25 Aug 2007 03:10:37 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from vjofn.tucs-beachin-obx-house.com (vjofn-pt.tunnel.tserv1.fmt.ipv6.he.net [IPv6:2001:470:1f00:ffff::5e5]) by mx1.freebsd.org (Postfix) with ESMTP id 26C1013C428 for ; Sat, 25 Aug 2007 03:10:37 +0000 (UTC) (envelope-from ml@t-b-o-h.net) Received: from himinbjorg.tucs-beachin-obx-house.com (dhcp64-134-163-36.cbms.nyc.wayport.net [64.134.163.36]) (authenticated bits=0) by vjofn.tucs-beachin-obx-house.com (8.12.9/8.12.9) with ESMTP id l7P3AObn038387; Fri, 24 Aug 2007 23:10:25 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1]) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6) with ESMTP id l7P3A6Z3028616; Fri, 24 Aug 2007 23:10:06 -0400 (EDT) (envelope-from ml@t-b-o-h.net) Received: (from tbohml@localhost) by himinbjorg.tucs-beachin-obx-house.com (8.13.8/8.13.6/Submit) id l7P3A66q028615; Fri, 24 Aug 2007 23:10:06 -0400 (EDT) (envelope-from tbohml) From: "Tuc at T-B-O-H.NET" Message-Id: <200708250310.l7P3A66q028615@himinbjorg.tucs-beachin-obx-house.com> To: msoulier@digitaltorque.ca (Michael P. Soulier) Date: Fri, 24 Aug 2007 23:10:06 -0400 (EDT) In-Reply-To: <20070825024209.GG5877@tigger.digitaltorque.ca> X-Mailer: ELM [version 2.5 PL8] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: time issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 03:10:37 -0000 > Hello, > > I recently noticed that my clock was running a few minutes slow, even thoug= > h I > have ntpd running on the box. Now I'm seeing this on occasion.=20 > > Aug 24 20:17:10 kanga dovecot: Time just moved backwards by 105 seconds. Th= > is > might c > ause a lot of problems, so I'll just kill myself now. > http://wiki.dovecot.org/TimeMov > edBackwards > > > Does this suggest a hardware clock issue? > Hi, Do you do an "ntpdate" at boot, or just run "ntpd"? If just ntpd, you should consider ntpdate, that way the "major" adjustment is done before most anything else is started up and your dovecot probably will stop committing hara-kiri. Tuc From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 03:59:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5938A16A418 for ; Sat, 25 Aug 2007 03:59:04 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.232]) by mx1.freebsd.org (Postfix) with ESMTP id 170EB13C467 for ; Sat, 25 Aug 2007 03:59:03 +0000 (UTC) (envelope-from modulok@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so591989nzf for ; Fri, 24 Aug 2007 20:59:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=COiVmT1ppZjZXP5IpltJOxEOJU2jCOxgc2+pokzkotuEIAuU1tQVZv8RPqf10lpVeasndtOioeKw+aAjqZZWNGm5wiagcawEEBqIpN0QLt56ica2z2D19DfSepXuhN+lz3Inms86YGFyWZjp0EEXKy8D8mxeTHaHLXmPxWR69vM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IJ1CZkBsy3XQ6PBYpAngYjVNIVzU5LGuCR9e3imF5oLnsJRomzsQ3SP8Nn3N2vOzfwcHv1HrJCtlBTqpFz/AYmNzuJvrrPIZtb80eV6Io8yOkcgyn3OIYFexS+vwLOEntiEsH0l5p7bCM9gtN2pU+iROqxYg2Wy1dA9hGAJGoyg= Received: by 10.141.133.14 with SMTP id k14mr1764459rvn.1188014343054; Fri, 24 Aug 2007 20:59:03 -0700 (PDT) Received: by 10.140.170.12 with HTTP; Fri, 24 Aug 2007 20:59:03 -0700 (PDT) Message-ID: <64c038660708242059l63288da3pc321a289df6912ed@mail.gmail.com> Date: Fri, 24 Aug 2007 21:59:03 -0600 From: Modulok To: msoulier@digitaltorque.ca In-Reply-To: <20070825024209.GG5877@tigger.digitaltorque.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070825024209.GG5877@tigger.digitaltorque.ca> Cc: freebsd-questions@freebsd.org Subject: Re: time issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 03:59:04 -0000 > Hello, > > I recently noticed that my clock was running a few minutes slow, even though > I > have ntpd running on the box. Now I'm seeing this on occasion. > > Aug 24 20:17:10 kanga dovecot: Time just moved backwards by 105 seconds. > This > might c > ause a lot of problems, so I'll just kill myself now. > http://wiki.dovecot.org/TimeMov > edBackwards > > > Does this suggest a hardware clock issue? Is this a system that is left running 24/7 connected to the Internet, or a system which is frequently turned off? If the latter, you might want to do as has been suggested by re-syncing the clock at boot time, and check the CMOS battery on the mainboard. The current recommended method of clock sync at boot time is is via ntpd(8) instead of ntpdate(8), (as of FreeBSD 6.1 and possibly earlier). To quote the ntpdate(8) manual page: "Note: The functionality of this program is now available in the ntpd(8) program. See the -q command line option in the ntpd(8) page. After a suitable period of mourning, the ntpdate utility is to be retired from this distribution." To accomplish this simply add the following like to /etc/rc.conf ntpd_sync_on_start="YES" # Synchronize clock at startup. -Modulok- From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 04:27:00 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB11D16A468 for ; Sat, 25 Aug 2007 04:27:00 +0000 (UTC) (envelope-from noeldude@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.185]) by mx1.freebsd.org (Postfix) with ESMTP id 3E04D13C46A for ; Sat, 25 Aug 2007 04:27:00 +0000 (UTC) (envelope-from noeldude@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so995722fka for ; Fri, 24 Aug 2007 21:26:58 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=B9KdobK3K4WQa78QuRGD79rJmRUoZYYtomqmYOy91z3jNqpEuH05FedRMnnYzjNqKFi5/tG6faqoH5DEkB4DktcIqhl0SybOV3qo/vBVkm1q0CkAnh2skb9wRejCnMLYOFffQo4RZF4TJelhcq32+vC+z3kvlytp8JvEBD0acsE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Gc9lZ1N59JqmdfnS5Q60m5qYHlJSub4upwQz/m6Aj2S6ldxibyt/RcHMH7DHsLvIpCF8qmcFemt5JJ6x0fShOhRPJtr0x+7YhkGRLzu1Vyo0qE84gIdrAM3qoTFoN03pm4OJSgpa/3St7gpZfbdSBlXXz9tCuGaaY3pWt9jlZ1E= Received: by 10.82.174.20 with SMTP id w20mr8241405bue.1188016018599; Fri, 24 Aug 2007 21:26:58 -0700 (PDT) Received: by 10.82.178.3 with HTTP; Fri, 24 Aug 2007 21:26:58 -0700 (PDT) Message-ID: Date: Fri, 24 Aug 2007 23:26:58 -0500 From: "Noel Jones" To: "User Questions" In-Reply-To: <46CF580B.5090706@boosten.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <50DA0D96-3321-4ED0-AC2B-65AB65D62BAC@gmail.com> <20070824095900.CF34.GERARD-SEIBERT@seibercom.net> <79C0FC51-664A-46FA-A56F-146F32ABC2AD@gmail.com> <46CF580B.5090706@boosten.org> Subject: Re: Postfix/SpamAssassin Guru? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 04:27:00 -0000 On 8/24/07, Peter Boosten wrote: > > > Eric Crist wrote: > > On Aug 24, 2007, at 9:05 AMAug 24, 2007, Gerard wrote: > > > >> On August 24, 2007 at 09:32AM Eric Crist wrote: > >> > >> > > > > I've got Postfix with Dovecot and virtual users setup. What I'm looking > > for is some filtering based on the flags SpamAssassin sets, so that I > > can route any messages tagged as Spam to a Spam directory with a users > > maildir. > > Assuming you got SA running: > In my main.cf: > header_checks = regexp:/etc/postfix/header_checks > > > This is in my header_checks: > > /^X-Spam-Flag: YES/ REDIRECT mailbox@you.desire > > > Peter Note that REDIRECT acts on all recipients of a message, and cannot be customized per-user. In the above example, *all* tagged spam would be delivered to a single mailbox. OK if that's what you want. an easier way is to run spamassassin under the control of amavisd-new and let amavisd-new add address extensions such as user+spam and to let dovecot file the mail in a spam folder. -- Noel Jones From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 04:34:40 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F19E516A41B for ; Sat, 25 Aug 2007 04:34:40 +0000 (UTC) (envelope-from cypheros@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by mx1.freebsd.org (Postfix) with ESMTP id 9111813C46A for ; Sat, 25 Aug 2007 04:34:40 +0000 (UTC) (envelope-from cypheros@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so722976wra for ; Fri, 24 Aug 2007 21:34:40 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=BNiY61lj6u+a7MixQkjSkf18FDM+9MBA3YaNGRa1tACg9WpZz5eDmwijTPAiGfBvxZjOCSGj4egu8LXSTMZKyViYadgxqAQ/A/qdgrjVFskxfqw3wbGBcy5CWmIdvlWEV25V2iU47RindAI+v0W082As7xo/orkrD8q711Qbc6I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=kKQu6b829HTHTvbb77WW0+h73XFGTzbZRgU+fy+OLQ0dXruAljYmzg44+Uli63ErmpjhCzt6To69puSnFinibmpVgRL6USYzNZKZGpqEiD936Hem94GCJnNtcQ3JmTq3X/kV+oocd+XtEwirL0wqx+fK+qkuHkMKr6yB3aZMl2w= Received: by 10.142.156.13 with SMTP id d13mr211587wfe.1188016479117; Fri, 24 Aug 2007 21:34:39 -0700 (PDT) Received: by 10.143.31.10 with HTTP; Fri, 24 Aug 2007 21:34:39 -0700 (PDT) Message-ID: <9a7bbc700708242134o46d4e59dw295a2ad52ef62281@mail.gmail.com> Date: Sat, 25 Aug 2007 00:34:39 -0400 From: "Michael Hawkins" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: problems with PCI RAID card showing up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 04:34:41 -0000 For some reason, I am unable to find the drives (RAIDED with JBOD) connected to this card. The chipset for the card is VIA 6421 for SATA and 8235 for IDE (It supports both), which, according to 'man ata' is supported. Prior to the FreeBSD boot Menu, I see text scroll across the screen that lists the drives connected to the machine, and includes this RAID group as a listed drive. Not to mention that knoppix and acronis both see the drive as listed. Where are these drives located, and how do I get FreeBSD to see them so I can mount them? Here is a clipping from dmesg, where the card is referenced as being present: atapci0: port 0x9000-0x900f,0x9400-0x940f,0x9800-0x980f,0x9c00-0x9c0f,0xa000-0xa01f,0xa400-0xa4ff irq 16 at device 8.0 on pci0 atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xb800-0xb80f at device 17.1 on pci0 Here is output from pciconf -lv # pciconf -lv agp0@pci0:0:0: class=0x060000 card=0x31891106 chip=0x31891106 rev=0x00 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT8377 Apollo KT400/A/600 CPU to PCI Bridge' class = bridge subclass = HOST-PCI pcib1@pci0:1:0: class=0x060400 card=0x00000080 chip=0xb1681106 rev=0x00 hdr=0x01 vendor = 'VIA Technologies Inc' device = 'ProSavageDDR P4X333 CPU to AGP 2.0/3.0 Bridge' class = bridge subclass = PCI-PCI atapci0@pci0:8:0: class=0x010400 card=0x32491106 chip=0x32491106 rev=0x50 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT6421 IDE RAID Controller' class = mass storage subclass = RAID none0@pci0:9:0: class=0x048000 card=0x00001131 chip=0x71301131 rev=0x01 hdr=0x00 vendor = 'Philips Semiconductors' device = 'SAA7130HL Multi Media Capture Device' class = multimedia vr0@pci0:10:0: class=0x020000 card=0x01051106 chip=0x31061106 rev=0x86 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT6105M/LOM Rhine III PCI Fast Ethernet Controller' class = network subclass = ethernet uhci0@pci0:16:0: class=0x0c0300 card=0x30381106 chip=0x30381106 rev=0x80 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB uhci1@pci0:16:1: class=0x0c0300 card=0x30381106 chip=0x30381106 rev=0x80 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB uhci2@pci0:16:2: class=0x0c0300 card=0x30381106 chip=0x30381106 rev=0x80 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxxx UHCI USB 1.1 Controller (All VIA Chipsets)' class = serial bus subclass = USB ehci0@pci0:16:3: class=0x0c0320 card=0x31041106 chip=0x31041106 rev=0x82 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT6202 USB 2.0 Enhanced Host Controller' class = serial bus subclass = USB isab0@pci0:17:0: class=0x060100 card=0x31771106 chip=0x31771106 rev=0x00 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT8235 PCI to ISA Bridge' class = bridge subclass = PCI-ISA atapci1@pci0:17:1: class=0x01018a card=0x05711106 chip=0x05711106 rev=0x06 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT82xxxx EIDE Controller (All VIA Chipsets)' class = mass storage subclass = ATA none1@pci0:17:5: class=0x040100 card=0xf6141565 chip=0x30591106 rev=0x50 hdr=0x00 vendor = 'VIA Technologies Inc' device = 'VT8233/33A/8235/8237 AC97 Enhanced Audio Controller' class = multimedia subclass = audio none2@pci1:0:0: class=0x030000 card=0x81ea1043 chip=0x004110de rev=0xa1 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'GeForce 6800 [NV40.1]' class = display subclass = VGA Finally, here is a listing of devices in /dev: # ls /dev acd0 ad1 consolectl fd lpt0 nfslock ttyd0 ttyv3 ttyvd zero acpi ad1s1 ctty fido lpt0.ctl null ttyd0.init ttyv4 ttyve ad0 ad3 cuad0 geom.ctl mdctl pci ttyd0.lock ttyv5 ttyvf ad0s1 ad3s1 cuad0.init io mem ppi0 ttyd1 ttyv6 urandom ad0s1a agpgart cuad0.lock kbd0 net ptyp0 ttyd1.init ttyv7 usb ad0s1b apm cuad1 kbd1 net1 random ttyd1.lock ttyv8 usb0 ad0s1c ata cuad1.init kbdmux0 net2 stderr ttyp0 ttyv9 usb1 ad0s1d atkbd0 cuad1.lock klog net3 stdin ttyv0 ttyva usb2 ad0s1e bpf0 devctl kmem network stdout ttyv1 ttyvb usb3 ad0s1f console devstat log nfs4 sysmouse ttyv2 ttyvc xpt0 From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 05:56:59 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 67DFD16A41B; Sat, 25 Aug 2007 05:56:59 +0000 (UTC) Date: Sat, 25 Aug 2007 05:56:59 +0000 From: Kris Kennaway To: Norberto Meijome Message-ID: <20070825055659.GA42274@hub.freebsd.org> References: <46CEA517.8030204@passagen.se> <20070824202650.0a1bffd6@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070824202650.0a1bffd6@localhost> User-Agent: Mutt/1.4.2.1i Cc: User Questions , Roger Olofsson Subject: Re: FreeBSD and ImageMagick crashes OS? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 05:56:59 -0000 On Fri, Aug 24, 2007 at 08:26:50PM +1000, Norberto Meijome wrote: > On Fri, 24 Aug 2007 11:29:59 +0200 > Roger Olofsson wrote: > > > Turns out ImageMagick was called through php to resize the .JPG and most > > likely, the server runs out of memory/disk space. /var/tmp fills up and > > console spews as follows: > > > > Aug 22 19:29:49 rutilus kernel: vnode_pager_putpages: I/O error 28 > > Aug 22 19:29:49 rutilus kernel: vnode_pager_putpages: residual I/O 32768 > > at 62620 > > Aug 22 19:29:49 rutilus kernel: pid 29 (syncer), uid 0 inumber 49382 on > > /var: filesystem full > > :) having been bitten by that in several unix-like OS (pick any Linux distro, and freebsd too), i just remove /var/tmp and make a smylink to /tmp , which is big enough for my foreseeable needs. I like to keep my /var clean of tmp rubbish. > > and yes, configuring PHP and it's libraries helps too :) That's not an answer obviously. Error 28 is #define ENOSPC 28 /* No space left on device */ This seems like a bug to me: when a filesystem fills you shouldn't be getting this behaviour. Can you please follow the directions in the developers handbook chapter on kernel debugging, and when you trigger a hang, break to DDB from the console and force a dump, then file a PR and make the core file available to the developers. Unfortunately unless a developer can replicate the behaviour, providing access to a core is the only real debugging option. Thanks, Kris From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 07:33:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D704D16A420 for ; Sat, 25 Aug 2007 07:33:24 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id 98F8D13C48A for ; Sat, 25 Aug 2007 07:33:24 +0000 (UTC) (envelope-from tedm@toybox.placo.com) Received: from TEDSDESK (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.13.8/8.13.8) with SMTP id l7P7XHgf043769; Sat, 25 Aug 2007 00:33:19 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Erik Trulsson" , "fbsd2" Date: Sat, 25 Aug 2007 00:34:30 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <20070823135221.GA35537@owl.midgard.homeip.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mail.freebsd-corp-net-guide.com [65.75.192.90]); Sat, 25 Aug 2007 00:33:22 -0700 (PDT) Cc: "freebsd-questions@FreeBSD. ORG" Subject: RE: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 07:33:24 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Erik Trulsson > Sent: Thursday, August 23, 2007 6:52 AM > To: fbsd2 > Cc: freebsd-questions@FreeBSD. ORG > Subject: Re: spammers harvesting emaill address from this list > > > For this list (freebsd-questions@) in particular it is intentionally and > explicitly the case that one does not need to be subscribed to post here. > This is because it is the main support forum for FreeBSD, and much > documentation exists directing people to ask their questions here. > > The list admins do have their priorities straight - they just > have different > priorities than you do. > Probably the list admins figure that anyone who posts here is an advanced user type who understands how to setup spam filters that work. Ted From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 08:22:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F59E16A417 for ; Sat, 25 Aug 2007 08:22:33 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 4546C13C468 for ; Sat, 25 Aug 2007 08:22:31 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: by wa-out-1112.google.com with SMTP id m33so1222331wag for ; Sat, 25 Aug 2007 01:22:30 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OyywZpe6FCiDtpBRPHGacEKz3aG2ITRrlDVHXQQI+OBFERvUoN5lU4HELV3io2wp9AMwTOdYS5JWAddIiJ6hPqcxw47W4m8WM4Axy0aXNClMCN2Tp8BGKxhQeowyzpzyers9pKkRUz+SkGrEZu8zTQZphG9vKvrVD/CYNR8+fDE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Kvsl24YoLk2u/dT9LwXGrK0wGOiNGBjdBRT2Jq+DTEs0XGBijw2ni5Mst5Ry4En9JOsGOMpsCa0ON31vH+Ox2pzfj4Bd8YLHxcsOuZPTepfO894RA1LHRATVD/yVou3Ho5cZWHDYges8hH/oYgmSOPKyl4RiQksol+vpONvqcCI= Received: by 10.115.108.1 with SMTP id k1mr2178404wam.1188030150548; Sat, 25 Aug 2007 01:22:30 -0700 (PDT) Received: by 10.114.132.13 with HTTP; Sat, 25 Aug 2007 01:22:30 -0700 (PDT) Message-ID: <6d62f69a0708250122l1bf53d84p73d64f17837a535@mail.gmail.com> Date: Sat, 25 Aug 2007 11:52:30 +0330 From: "Bahman M." To: "Tamouh H." In-Reply-To: <0f6001c7e3fa$4261e6f0$6900a8c0@tamouh> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6d62f69a0708210419t441042caxe36fcd81339b13e8@mail.gmail.com> <0f6001c7e3fa$4261e6f0$6900a8c0@tamouh> Cc: freebsd-questions@freebsd.org Subject: Re: READ_DMA Error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 08:22:33 -0000 > > During FreeBSD 6.2 installation, the process failed because > > of errors like the one below: > > READ_DMA UDMA .... ICRC error LBA=37505132 > > > > I managed to install by setting hw.ata.ata_dma=0 at boot time > > but the same errors occur after installation and at boot time > > so I had to put hw.ata.ata_dma=0 in loader.conf and now the > > system is working. > > > > I checked my hard disk which a 80GB Western Digital+ > > thoroughly and there were no errors reported (using fsck in > > single user mode). Also I used to install Fedora Linux on > > this disk without any problems. > > > > It looks that disabling DMA caused my disk to work with lower > > performance. Am I right? If yes, are there any solutions to > > eliminate those READ_DMA errors while DMA is enabled? > > > > PS: > > Motherboard: ASUS A7V8X-X > > CPU: Athlon XP 2500 at 1833MHz > > $ uname -ai > > FreeBSD attila 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 > > UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > > i386 GENERIC > > Typically, I've seen the READ_DMA error when a hard drive is going bad or > something wrong with the hardware (power supply is failing). But it could be > as you've described. I tested with another hard disk, the one on which I'd installed FreeBSD in the past. I put it on another IDE channel but the same things happened. Now I wonder if it's my IDE controller which has problems. Some information about the hardware: # dmesg | grep -E "^ac?d[[:digit:]]" ad0: 76319MB at ata0-master PIO4 ad1: 19540MB at ata0-slave PIO4 acd0: DVDR at ata1-master UDMA66 acd1: DVDROM at ata1-slave UDMA33 # sysctl -a | grep ata_dma hw.ata.ata_dma: 0 # sysctl -a | grep atapi hw.ata.atapi_dma: 1 Bahman From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 08:41:46 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BF4016A417 for ; Sat, 25 Aug 2007 08:41:46 +0000 (UTC) (envelope-from michel@lpthe.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.freebsd.org (Postfix) with ESMTP id A6ABE13C467 for ; Sat, 25 Aug 2007 08:41:45 +0000 (UTC) (envelope-from michel@lpthe.jussieu.fr) Received: from parthe.lpthe.jussieu.fr (parthe.lpthe.jussieu.fr [134.157.10.1]) by shiva.jussieu.fr (8.13.8/jtpda-5.4) with ESMTP id l7P8fiDw007433 for ; Sat, 25 Aug 2007 10:41:44 +0200 (CEST) X-Ids: 168 Received: from niobe.lpthe.jussieu.fr (niobe.lpthe.jussieu.fr [134.157.10.41]) by parthe.lpthe.jussieu.fr (Postfix) with ESMTP id DD72F236FD6 for ; Sat, 25 Aug 2007 10:41:42 +0200 (CEST) Received: by niobe.lpthe.jussieu.fr (Postfix, from userid 2005) id D3FEB80; Sat, 25 Aug 2007 10:41:42 +0200 (CEST) Date: Sat, 25 Aug 2007 10:41:42 +0200 From: Michel Talon To: freebsd-questions@freebsd.org Message-ID: <20070825084142.GA5233@lpthe.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (shiva.jussieu.fr [134.157.0.168]); Sat, 25 Aug 2007 10:41:44 +0200 (CEST) X-Virus-Scanned: ClamAV 0.88.7/4054/Fri Aug 24 18:55:59 2007 on shiva.jussieu.fr X-Virus-Status: Clean X-Miltered: at shiva.jussieu.fr with ID 46CFEB48.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! Subject: Re: best way to keep track of new developments X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 08:41:46 -0000 > intel 3945 wireless > ati x1300 graphics I have the intel 3945 on my Sony laptop. Works for me with Damien Bergamini driver 20070121-wpi-freebsd.tar.gz and FreeBSD-6.2-RELEASE. There are a lot of error messages but it works nonetheless. However i suspect that it produces memory corruption in conjunction with the display card, which freezes from time to time when the 3945 is activated and i am running X. I have never seen a crash when the 3945 is shut down or i am running on console. The most recent driver by B. Close is 20070715-wpi-freebsd-7.0-current.tgz but it works only with FreeBSD-7 so i cannot test it. I have tested other B. Close drivers, none worked. As for the video, an Intel card is highly recommended, it works very well on laptops and is sufficiently powerful to run things like compiz. There are very good available video modes on console, contrary to many other models. -- Michel TALON From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 11:10:08 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A63716A468 for ; Sat, 25 Aug 2007 11:10:08 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.184]) by mx1.freebsd.org (Postfix) with ESMTP id 00D4613C46E for ; Sat, 25 Aug 2007 11:10:07 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1220079mue for ; Sat, 25 Aug 2007 04:10:06 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=rD/iE+h7yCm8MUbukCctwxIq+uwlmhQCOGWNrKiw3VcLlrCYeN4A5i47Z7odv9jR4TpoTRkjIS62naSOq7hldsNpfhkRthmUcJp8AqSAMxu0ASfBZLzk7ufrq0rA7kDZE/B4Aws7iFk3Ve0l+JQ5mNfJW1zaZrKyiltIEIwA+Tg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=FPxn6NARpV70QCF3tvh5tBKvmSJdGJT2mFKBs8P9aZjgDlBJXvLrca+ha1X1eI+GoV3C6z+/QCcR4a8POItFu8GEwduAg2jlXHYjZtbYdA2me0oBSeaFbCXI9miGgmElzS7DmZC1XO4Uh7UIL2yzqeTNR8KSQ0nOhp836uGG0gE= Received: by 10.86.65.11 with SMTP id n11mr3065621fga.1188040206560; Sat, 25 Aug 2007 04:10:06 -0700 (PDT) Received: by 10.86.68.18 with HTTP; Sat, 25 Aug 2007 04:10:06 -0700 (PDT) Message-ID: Date: Sat, 25 Aug 2007 06:10:06 -0500 From: "Andrew Gould" To: "Ted Mittelstaedt" In-Reply-To: MIME-Version: 1.0 References: <20070823135221.GA35537@owl.midgard.homeip.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: spammers harvesting emaill address from this list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 11:10:08 -0000 On 8/25/07, Ted Mittelstaedt wrote: > > > Probably the list admins figure that anyone who posts here is an > advanced user type who understands how to setup spam filters that > work. > > Ted > _______________________________________________ > Or doesn't; but wants to. I tell people that if they "just want a Windows replacement", they should stick with Windows or use a Mac because they want better service from the computer without any growth in skills or responsibilities on their part. A core strength of the *nix operating systems and communities is the administrator/users' desire for control and acceptance of responsibilities that come with that control. System administration is not a spectator sport. Andrew From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 11:32:18 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9F6316A418 for ; Sat, 25 Aug 2007 11:32:18 +0000 (UTC) (envelope-from rloefgren@forethought.net) Received: from mzpi5.forethought.net (mzpi5.forethought.net [216.241.36.14]) by mx1.freebsd.org (Postfix) with ESMTP id A3C8D13C457 for ; Sat, 25 Aug 2007 11:32:18 +0000 (UTC) (envelope-from rloefgren@forethought.net) Received: from 206-124-7-66.denver.dsl.forethought.net ([206.124.7.66] helo=auden.jmla.com) by mz3.forethought.net with esmtps (TLSv1:DES-CBC3-SHA:168) (Exim 4.51) id 1IOlG4-0001wE-Nf; Fri, 24 Aug 2007 20:20:16 -0600 Date: Fri, 24 Aug 2007 20:20:16 -0600 (MDT) From: rloefgren@forethought.net X-X-Sender: rloef@auden.jmla.com To: Wojciech Puchar In-Reply-To: <20070824081848.F73687@wojtek.tensor.gdynia.pl> Message-ID: <20070824192101.Y36415@auden.jmla.com> References: <56712.67.176.75.179.1187816225.squirrel@webmail.wcubed.net> <20070824081848.F73687@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Brad Waite , freebsd-questions@freebsd.org Subject: Re: /var or /usr for data? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 11:32:18 -0000 On Fri, 24 Aug 2007, Wojciech Puchar wrote: >> It would appear that the "proper" allocation of filesystems on FreeBSD is >> to put all data in /usr. I'm used to this and have been doing it for >> years. > > my favourite "proper" allocation is to make ONE partition (/) and nothing > more. and forget all problems about how to partition your drive right... > _______________________________________________ > 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've made a quick look-see through my copies of "The Complete FreeBSD" and "Absolute BSD" and can't find the reference, but I recall reading somewhere in my 4.x days that FreeBSD used a different algorithm to write to the /var directory, if it was on its own filesystem, because /var was written to a lot (holding logs and all.) Because of this, and all the way up to 6.2 today, I put /var on its own filesystem, after / and swap. Where the old AIX wonks used to call the "outer middle" of the disk. Was this different algorithm really the case? And, now with UFS2, is it still the case? I still put pgsql/data on /var. r From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 11:35:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D99D016A419 for ; Sat, 25 Aug 2007 11:35:16 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id AD7B813C4A6 for ; Sat, 25 Aug 2007 11:35:16 +0000 (UTC) (envelope-from b.movaqar@gmail.com) Received: by wa-out-1112.google.com with SMTP id m33so1258178wag for ; Sat, 25 Aug 2007 04:35:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gcZPKlYVMHLNj7d8Ax93Z4fU2Cg/gLVtaIkXxK56jlr8OrG5ktQfp7zchW/8oky5YgX70GA2cn0rjOVJqekdE7WpHLP8gtNiC4j02VVarK8TieWGcS2Thg82sFD8p4IW1tuaXPd5Cg07w4vTptxkqqEu0GOdWMHAPzRR1fD4xk8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=e4ak6mf8g3GosJ9AjwXua+0W6dQS6kEUzNNhaglnUliCQl/qUDEcZDgevYBYV0xA2fcvB/na9K2KTSCSlWheyIfG1PArOSu2cTW7g9lLtHYpYo0HvxBefNFnPICqiMswp7/lV/3+SHZykjRlbiveTTNa/H0ACmNVHbDOsE5iauE= Received: by 10.115.17.1 with SMTP id u1mr3271424wai.1188041716171; Sat, 25 Aug 2007 04:35:16 -0700 (PDT) Received: by 10.114.132.13 with HTTP; Sat, 25 Aug 2007 04:35:16 -0700 (PDT) Message-ID: <6d62f69a0708250435x3e1e56f0ne869556e373f23a5@mail.gmail.com> Date: Sat, 25 Aug 2007 15:05:16 +0330 From: "Bahman M." To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Mouse suddenly gets detached and reattached X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 11:35:16 -0000 Hi all, I just installed X (xorg 7.2) and am using FluxBox. It's working well and there are no problems. However, the mouse gets suddenly detached and immediately reattached. I can't say exactly how often this happens, roughly about 6~7 times a day. # dmesg | tail -n 4 ums0: at uhub0 port 1 (addr 2) disconnected ums0: detached ums0: vendor 0x05e3 USB Mouse, rev 1.10/1.00, addr 2, iclass 3/1 ums0: 5 buttons and Z dir. # sudo sysctl -a | grep ums dev.ums.0.%desc: vendor 0x05e3 USB Mouse, rev 1.10/1.00, addr 2, iclass 3/1 dev.ums.0.%driver: ums dev.ums.0.%location: port=0 interface=0 dev.ums.0.%pnpinfo: vendor=0x05e3 product=0x1205 devclass=0x00 devsubclass=0x00 release=0x0100 sernum="" intclass=0x03 intsubclass=0x01 dev.ums.0.%parent: uhub0 # uname -ai FreeBSD attila 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 GENERIC Is it sign of a problem? In fact I don't care about the hardware as it can be easily replaced, I'm afraid that there's something wrong with software. Thanks in advance for your help. Bahman From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 12:30:44 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C01216A421 for ; Sat, 25 Aug 2007 12:30:44 +0000 (UTC) (envelope-from blix@offworldgaming.com) Received: from smtp.offworldgaming.com (www.offworldgaming.com [205.201.159.22]) by mx1.freebsd.org (Postfix) with ESMTP id 0401B13C458 for ; Sat, 25 Aug 2007 12:30:43 +0000 (UTC) (envelope-from blix@offworldgaming.com) Received: by smtp.offworldgaming.com (Postfix, from userid 1001) id 820022E037; Sat, 25 Aug 2007 08:12:38 -0400 (EDT) From: blix To: freebsd-questions@freebsd.org In-Reply-To: <20070825120018.2F05E16A421@hub.freebsd.org> References: <20070825120018.2F05E16A421@hub.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Sat, 25 Aug 2007 08:12:38 -0400 Message-Id: <1188043958.1307.3.camel@bsdpc.centralamerica> Mime-Version: 1.0 X-Mailer: Evolution 2.10.2 FreeBSD GNOME Team Port Subject: Re: freebsd-questions Digest, Vol 191, Issue 37 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 12:30:44 -0000 Please help with suggestions on how I can eliminate some console spam. my console and messages file is filling up with these entries: Aug 25 08:10:18 bsdpc kernel: (da3:umass-sim0:0:0:3): READ CAPACITY. CDB: 25 60 0 0 0 0 0 0 0 0 Aug 25 08:10:18 bsdpc kernel: (da3:umass-sim0:0:0:3): CAM Status: SCSI Status Er ror Aug 25 08:10:18 bsdpc kernel: (da3:umass-sim0:0:0:3): SCSI Status: Check Conditi on Aug 25 08:10:18 bsdpc kernel: (da3:umass-sim0:0:0:3): NOT READY asc:3a,0 Aug 25 08:10:18 bsdpc kernel: (da3:umass-sim0:0:0:3): Medium not present Aug 25 08:10:18 bsdpc kernel: (da3:umass-sim0:0:0:3): Unretryable error It jusst repeats over and over again. I need to get rid of them. Question 1: How can I silence these messages so they stop repeating in my logs? Question 2: If they cannot be silenced, how can I keep them from taking over my text console when I go into single user mode? please help with suggestions, thanks Dan From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 14:16:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F8CD16A417 for ; Sat, 25 Aug 2007 14:16:03 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from kanga.honeypot.net (kanga.honeypot.net [IPv6:2001:470:1f01:383:1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 2687F13C457 for ; Sat, 25 Aug 2007 14:16:03 +0000 (UTC) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 3027A56405 for ; Sat, 25 Aug 2007 09:16:02 -0500 (CDT) X-Virus-Scanned: amavisd-new at honeypot.net Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x7HFExE1471x for ; Sat, 25 Aug 2007 09:15:57 -0500 (CDT) Received: from [IPv6:2001:470:1f01:383:1::67] (pooh.honeypot.net [IPv6:2001:470:1f01:383:1::67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTP id 0E47250A6A for ; Sat, 25 Aug 2007 09:15:56 -0500 (CDT) Mime-Version: 1.0 (Apple Message framework v752.2) To: freebsd-questions@freebsd.org Message-Id: Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Apple-Mail-4--709244713" From: Kirk Strauser Date: Sat, 25 Aug 2007 09:15:52 -0500 Content-Transfer-Encoding: 7bit X-Pgp-Agent: GPGMail 1.1.2 (Tiger) X-Mailer: Apple Mail (2.752.2) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ports/UPDATING instructions and Python 2.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 14:16:03 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --Apple-Mail-4--709244713 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed I need to keep Python 2.4 on my system to run Zope (which isn't compatible with 2.5). So, I dutifully followed the instructions under /usr/ports/UPDATING starting with "If want to keep 2.4.x installed alongside 2.5.x [...]". When I came back a little later, all of my dependent ports had been upgraded from py24-* to py25-*, effectively killing my webserver. Could someone else take a look at those instructions and see if they make sense - they look a little suspicious to me - or if there is some gotcha that I might have missed? Thanks. -- Kirk Strauser --Apple-Mail-4--709244713 content-type: application/pgp-signature; x-mac-type=70674453; name=PGP.sig content-description: This is a digitally signed message part content-disposition: inline; filename=PGP.sig content-transfer-encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFG0DmY5sRg+Y0CpvERAuRrAJ9wzdch1egaNj8DiE3h3wZJ41U1wQCgi5Nb AyfvLKtAEnvppkWBKektJBw= =8XIL -----END PGP SIGNATURE----- --Apple-Mail-4--709244713-- From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 15:15:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 030F616A417 for ; Sat, 25 Aug 2007 15:15:19 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id 849FE13C468 for ; Sat, 25 Aug 2007 15:15:18 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so899437nfb for ; Sat, 25 Aug 2007 08:15:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=slppfK6cfDkKtBNgv1cg9Pn8jJYNI3SeShtrr9/ms9TNO8D88tzSMOLgTODElftoCb4Ig76HTjvf6ffMFCSQKS02hU0QwRF3tin4sZyw0dRsdZ8+lEW+hOpBcdwsDGAQ7YEPpAx+XcQgpL+rd0wSY57pp5Y+UY2/mPkryKBpTqo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=RFgHjj/ZlfJ1cmpnXz7dRTTgJPxgRQS8gMNz4+n8bCMNoQmNi3JJ5Gh6CXHkL/feYZ0nB+LCeMCU3MnGzNbRYqcofJyAc38Ue1vcvwlecRTr9PcRObnvBIy0BZFVV4Jzn0lMoEWIUiv2wSjtYNPwyAU0GLVm8L87BM7sz4i3n/Q= Received: by 10.78.118.5 with SMTP id q5mr92764huc.1188054916108; Sat, 25 Aug 2007 08:15:16 -0700 (PDT) Received: by 10.78.68.10 with HTTP; Sat, 25 Aug 2007 08:15:16 -0700 (PDT) Message-ID: <539c60b90708250815h7942ceafs99fb43a55604ecef@mail.gmail.com> Date: Sat, 25 Aug 2007 08:15:16 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 489d952a197c64c4 Subject: ath pccard ok on 6.1 600mhz laptop, same card *no* dmesg at all on 6.2 hp laptop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 15:15:19 -0000 So, I don't have any dmesg, because I don't get one at all with my ath0 card that I'm currently typing this on my old dell 600mhz laptop. I also have a wi0 card that works on the 600mhz machine, but it gives a freeze on the new system, and when you remove it, you get "cbb0 ready never happened, staus=00; pccard0 card has no functions". I've done my homework, and I know these topics come up, but I can't seem to google an answer...I really, really, really hate hp/compaq. I love the way it disables the machine if you try to put an atheros card in the internal minipci slot. Shouldn't have bought the $400 laptop. What can I say, I used to be a windows user ;) This is my last windows machine to fall to bsd, at least it is if I can get a NIC in it to work. Thanks, Steve -- Steve Franks, KE7BTE Staff Engineer La Palma Devices, LLC http://www.lapalmadevices.com (520) 312-0089 From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 15:16:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC5BB16A418 for ; Sat, 25 Aug 2007 15:16:50 +0000 (UTC) (envelope-from lawrence.petrykanyn@sympatico.ca) Received: from bay0-omc2-s4.bay0.hotmail.com (bay0-omc2-s4.bay0.hotmail.com [65.54.246.140]) by mx1.freebsd.org (Postfix) with ESMTP id A260313C46C for ; Sat, 25 Aug 2007 15:16:50 +0000 (UTC) (envelope-from lawrence.petrykanyn@sympatico.ca) Received: from hotmail.com ([65.54.224.30]) by bay0-omc2-s4.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Sat, 25 Aug 2007 08:16:50 -0700 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 25 Aug 2007 08:16:50 -0700 Message-ID: Received: from 65.54.224.200 by by105fd.bay105.hotmail.msn.com with HTTP; Sat, 25 Aug 2007 15:16:47 GMT X-Originating-IP: [70.48.102.113] X-Originating-Email: [lawrence.petrykanyn@sympatico.ca] X-Sender: lawrence.petrykanyn@sympatico.ca In-Reply-To: <46CF24A4.2080503@otenet.gr> From: To: sonicy@otenet.gr Date: Sat, 25 Aug 2007 15:16:47 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-OriginalArrivalTime: 25 Aug 2007 15:16:50.0005 (UTC) FILETIME=[F5B1A050:01C7E72A] Cc: freebsd-questions@freebsd.org Subject: Re: Installation Disc Won't Boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 15:16:50 -0000 Hi, Manoliis: I took your advice. I copied the burned iso file into a FreeBSD directory and ran md5 and the check digits did not match. I then copied my downloaded iso image from Win98 into FreeBSD and ran md5 and the digits did match. So there was nothing wrong with the iso of disc1 that I downloaded from the web site into Win98. It must have been the burning of the file in Win98 with Nero Express that was the problem. So I burned another copy of the iso in FreeBSd with burncd using: burncd -f /dev/acd1 6.2-RELEASE-i386.iso fixate and it booted just fine. Thanks for all of your suggestions and advice. Now I will be spending the better part of the weekend doing the installation of 6.2. Wish me luck. Have a great day, Larry >From: Manolis Kiagias >To: >CC: freebsd-questions@freebsd.org >Subject: Re: Installation Disc Won't Boot >Date: Fri, 24 Aug 2007 21:34:12 +0300 > >lawrence.petrykanyn@sympatico.ca wrote: > > > > Hi, > > > > I am unable to boot from 6.2-RELEASE i386-disc1.iso. I have > > downloaded it and burned it three times without success. > > > > I am currently running Win98SE and FreeBSD 5.4 on a dual boot. I had > > decided to reformat my hard drives so I reinstalled Win98SE and would > > like to install FreeBSD 6.2. I downloaded the disc 1 iso image and > > burned it to a disc in Win98. I had to boot from my CDrom to > > reinstall Win98 so I know that my boot priority is correct and that my > > CDrom is working properly. I looked at the burned cd with the > > 6.2-RELEASE i386-disc1.iso file on it in FreeBSD 5.4 and everything > > appears to be there, including a folder called 'boot'. But I just > > can't seem to boot from it. > > > > 1. Is there something simple I'm missing? > >Could be that you are burning the file as a real file on a disk instead >of burning it as an image? >You need to select the option from your program that is similar to >"create cd from iso image" > > > 2. Should I just try downloading (it takes four hours) and burning > > more copies again? (I've already done it three times...) > >No. Instead you should check the file you already downloaded > > > 3. Is the fact that I'm burning it in Win98 a problem? > >Not really, no > > > 4. Is there anything I can do in FreeBSD 5.4 to see if the file is > > corrupted? > > >Yes. From the site you downloaded the iso files, download the CHECKSUM >files as well. >There are two of them, CHEKSUM.md5 and CHECKSUM.SHA256 >One would be enough to validate your download. For example look at the >CHECKSUM.md5 file: >For disk1, the checksum is: > >MD5 (6.2-RELEASE-i386-disc1.iso) = 3d27214700687c0b5390e8b6dd3706e3 > >you can validate this with the md5 command from FreeBSD, or if you don't >wish to reboot from win98, here is and md5 command for windows: > >http://www.fourmilab.ch/md5/md5.zip > >use something like: > >md5 6.2-RELEASE-i386-disc1.iso > >and compare the output to the one on the file. > > BTW - I installed FreeBSD 5.4 from discs that I purchased through > > FreeBSD Mall. I thought I would do it from the 6.2-RELEASE > > i386-disc1.iso file on FreeBSD's web site this time. > > > >I've bought stuff from them: copies of the handbook, tshirts, sticker, >beastie dolls :) >Good service. > > > Any suggestions, advice, or comments would be greatly appreciated. > > > > Thanks, > > Larry > > _______________________________________________ > > 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" > > > > >Best of luck, > >Manolis From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 15:27:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0E1416A41A for ; Sat, 25 Aug 2007 15:27:28 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id 4F5C113C469 for ; Sat, 25 Aug 2007 15:27:28 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by nf-out-0910.google.com with SMTP id b2so900896nfb for ; Sat, 25 Aug 2007 08:27:27 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=XLEvFr+3LMTXbWCs7T2fpBdLYcAdubqWGHmS+f20RLN5ictjtpkNuwwUA+hiPsvWGxx8Yb5jZJSpLCWgTTk8MkyaQfNDOnbGdqTIJA5V2SsWeOS/ZeAwhyIdsB1Scz3zonhPpVxx9dntx5OJ10gEImAFu7a6SxSdX6X45fCc54Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=RO30te/C3L9txwZDtfuG8T4S1gDOU5Z7kGwhLYWeeqGq/jtmVIVmyJyDt0CB5dlY9lB4FXr60QLvUhx/NrsFQYolGm5DRh7HIhHJFJ21lHYZKVU8v3sf02O1+2xSj/qFQQyji9FKFydivjp4zuzQ9hXj4BmCCl0jweUTJcFB9vQ= Received: by 10.78.193.19 with SMTP id q19mr2591739huf.1188055646867; Sat, 25 Aug 2007 08:27:26 -0700 (PDT) Received: by 10.78.68.10 with HTTP; Sat, 25 Aug 2007 08:27:26 -0700 (PDT) Message-ID: <539c60b90708250827r62146dc2k582e0c053d34c786@mail.gmail.com> Date: Sat, 25 Aug 2007 08:27:26 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 24d2e3de9ad262a7 Subject: update: "Danger Will Robinson" dmesg [ath pccard... ok on 6.1 600mhz laptop, same card *no* dmesg at all on 6.2 hp laptop] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 15:27:28 -0000 update: several minutes after I pulled the ath0 out, I got a dmesg reading: "cbb0: Danger Will Robinson: Resource left allocated! This is a bug... (rid=0, type=1, addr=11)" "cbb0: Danger Will Robinson: Resource left allocated! This is a bug... (rid=0, type=4, addr=a100)" Steve On 8/25/07, Steve Franks wrote: > So, I don't have any dmesg, because I don't get one at all with my > ath0 card that I'm currently typing this on my old dell 600mhz laptop. > I also have a wi0 card that works on the 600mhz machine, but it gives > a freeze on the new system, and when you remove it, you get "cbb0 > ready never happened, staus=00; pccard0 card has no functions". I've > done my homework, and I know these topics come up, but I can't seem to > google an answer...I really, really, really hate hp/compaq. I love > the way it disables the machine if you try to put an atheros card in > the internal minipci slot. Shouldn't have bought the $400 laptop. > What can I say, I used to be a windows user ;) This is my last windows > machine to fall to bsd, at least it is if I can get a NIC in it to > work. > > Thanks, > Steve > > -- > Steve Franks, KE7BTE > Staff Engineer > La Palma Devices, LLC > http://www.lapalmadevices.com > (520) 312-0089 > -- Steve Franks, KE7BTE Staff Engineer La Palma Devices, LLC http://www.lapalmadevices.com (520) 312-0089 From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 15:28:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 923D416A41A for ; Sat, 25 Aug 2007 15:28:55 +0000 (UTC) (envelope-from r17fbsd@xxiii.com) Received: from cartman.xxiii.com (cartman.xxiii.com [208.62.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 3301713C465 for ; Sat, 25 Aug 2007 15:28:55 +0000 (UTC) (envelope-from r17fbsd@xxiii.com) Received: from [192.168.123.116] (cartman.xxiii.com [208.62.177.45]) by cartman.xxiii.com (8.13.8/8.13.8) with ESMTP id l7PFSfXJ068855; Sat, 25 Aug 2007 11:28:42 -0400 (EDT) (envelope-from r17fbsd@xxiii.com) Message-ID: <46D04AAF.7030007@xxiii.com> Date: Sat, 25 Aug 2007 11:28:47 -0400 From: Rob User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: Narek Gharibyan References: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> In-Reply-To: <015401c7e5b6$24b77580$180ca8c0@arm.synisys.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: load script at bootup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 15:28:55 -0000 Narek Gharibyan wrote: > 3. Is there a program, script or any way more appropriate to track the > packet loss and ping availability.? You might try the "APinger" port in: ports/net/apinger I started using it a couple weeks ago to locate some connectivity problems, and it's impressive for a small simple utility. It has a startup script, if you wish to run it automatically. -R From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 15:33:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E7C616A418 for ; Sat, 25 Aug 2007 15:33:06 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from crackmonkey.us (crackmonkey.us [70.58.166.197]) by mx1.freebsd.org (Postfix) with ESMTP id 4217513C459 for ; Sat, 25 Aug 2007 15:33:06 +0000 (UTC) (envelope-from fatman@crackmonkey.us) Received: from [10.22.8.146] (cpc1-swin7-0-0-cust216.brhm.cable.ntl.com [::ffff:86.18.88.217]) (AUTH: PLAIN fatman, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by crackmonkey.us with esmtp; Sat, 25 Aug 2007 09:32:54 -0600 id 0017C688.46D04BAB.00007409 Message-ID: <46D04B09.8050400@crackmonkey.us> Date: Sat, 25 Aug 2007 16:30:17 +0100 From: Adam J Richardson User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: lawrence.petrykanyn@sympatico.ca References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: sonicy@otenet.gr, freebsd-questions@freebsd.org Subject: Re: Installation Disc Won't Boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 15:33:06 -0000 lawrence.petrykanyn@sympatico.ca wrote: > So I burned another copy of the iso in FreeBSd with burncd using: > burncd -f /dev/acd1 6.2-RELEASE-i386.iso fixate > and it booted just fine. > > Thanks for all of your suggestions and advice. Now I will be spending > the better part of the weekend doing the installation of 6.2. Wish me > luck. Hurrah! :) Better part of a weekend, though? Oh well, mine not to reason why... It occurs to me now that under Win98 you would have had to use the ASPI layer to burn your CD. Much as I loathe Nero, I found it was the ASPI layer that caused my problems. The ASPI layer [for whatever reason] tends to degrade over time until it's unusable. When I finally upgraded my systems to Windows 2000, I was able to use the SPTI layer, which I found far superior to ASPI. It might be a good idea not to use Win98 for burning CDs any more. If you did decide to use a more recent version of Windows, I can recommend the freeware project Burnatonce, which is fully SPTI-capable. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 15:47:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05C2316A41B for ; Sat, 25 Aug 2007 15:47:51 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 3F25613C46A for ; Sat, 25 Aug 2007 15:47:49 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l7PFhOJ4071761; Sat, 25 Aug 2007 11:43:24 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l7PFhM9L071760; Sat, 25 Aug 2007 11:43:22 -0400 (EDT) (envelope-from jerrymc) Date: Sat, 25 Aug 2007 11:43:22 -0400 From: Jerry McAllister To: rloefgren@forethought.net Message-ID: <20070825154322.GB71640@gizmo.acns.msu.edu> References: <56712.67.176.75.179.1187816225.squirrel@webmail.wcubed.net> <20070824081848.F73687@wojtek.tensor.gdynia.pl> <20070824192101.Y36415@auden.jmla.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070824192101.Y36415@auden.jmla.com> User-Agent: Mutt/1.4.2.2i Cc: Wojciech Puchar , Brad Waite , freebsd-questions@freebsd.org Subject: Re: /var or /usr for data? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 15:47:51 -0000 On Fri, Aug 24, 2007 at 08:20:16PM -0600, rloefgren@forethought.net wrote: > On Fri, 24 Aug 2007, Wojciech Puchar wrote: > > >>It would appear that the "proper" allocation of filesystems on FreeBSD is > >>to put all data in /usr. I'm used to this and have been doing it for > >>years. > > > >my favourite "proper" allocation is to make ONE partition (/) and nothing > >more. and forget all problems about how to partition your drive right... > >_______________________________________________ > >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've made a quick look-see through my copies of "The Complete FreeBSD" and > "Absolute BSD" and can't find the reference, but I recall reading > somewhere in my 4.x days that FreeBSD used a different algorithm to write > to the /var directory, if it was on its own filesystem, because /var was > written to a lot (holding logs and all.) Because of this, and all the way > up to 6.2 today, I put /var on its own filesystem, after / and swap. > Where the old AIX wonks used to call the "outer middle" of the disk. Was > this different algorithm really the case? And, now with UFS2, is it still > the case? I still put pgsql/data on /var. I think you may be confusing var with swap. A different algorithm is used for managing and writing/reading swap. I haven't heard of any difference with /var. ////jerry > > r > _______________________________________________ > 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 25 16:15:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE03916A419 for ; Sat, 25 Aug 2007 16:15:40 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id A38C313C457 for ; Sat, 25 Aug 2007 16:15:40 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www (helo=www) by szalbot.homedns.org with local for freebsd-questions@freebsd.org; Sat, 25 Aug 2007 18:15:35 +0200 To: Freebsd questions X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Sat, 25 Aug 2007 18:15:34 +0200 From: Zbigniew Szalbot Message-ID: <19b45665395c7bf4ad37b40b0c3efca4@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: FBSD-friendly UPS for home needs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 16:15:41 -0000 Hello, I am going to get a UPS device for my home freebsd gateway/router and wonder if there is anything that you would recommend? At work I use APC units and there is a dedicated software to manage it (apcupsd). Not sure if that's the case with other manufacturers? I'd like to get something that could be managed by software and at the some time not too expensive... you know home budget...erm... Well, many thanks for all recommendations! Zbigniew Szalbot From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 16:50:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C17716A41A for ; Sat, 25 Aug 2007 16:50:26 +0000 (UTC) (envelope-from amin.scg@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id 58EF313C428 for ; Sat, 25 Aug 2007 16:50:26 +0000 (UTC) (envelope-from amin.scg@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1413566waf for ; Sat, 25 Aug 2007 09:50:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:reply-to:from:to:subject:date:mime-version:content-type:content-transfer-encoding:x-mailer:thread-index:x-mimeole:in-reply-to:message-id; b=bJh8Go3P/VjHxuM1A+rGC9FXSSpT3SM4+8a9MkkNuzNdNJRicc/LpWGuYH9YXOsoRGOEmu3hBeOgowrXxTBTcXMkttpz7nQ7+ikr+CdHhGjp1svySsbTohmzPJZLvCnb6Z+7lDIIONQwyfEdTFC+WqGBToQby9KaML8XqP2pjfw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:reply-to:from:to:subject:date:mime-version:content-type:content-transfer-encoding:x-mailer:thread-index:x-mimeole:in-reply-to:message-id; b=qblkJoU1GpONEFrjqgvGDjoGIK+BWQfHGTCMsM39BU0ogI8EmlRrZKu/4QnhYjqaUgcAL4w7X5hRl8SDWxf2DpHTbHNbfw09+Hgi9eXjSnnfsq03Pnf2T7AyenryC6KtTbxASW8uRD4heqGnByQvaQQR4Ka9yXG7GMn9UVkg+Nw= Received: by 10.115.72.1 with SMTP id z1mr4766932wak.1188060625488; Sat, 25 Aug 2007 09:50:25 -0700 (PDT) Received: from dtraaa ( [203.121.47.4]) by mx.google.com with ESMTPS id m10sm6400251waf.2007.08.25.09.50.20 (version=SSLv3 cipher=RC4-MD5); Sat, 25 Aug 2007 09:50:23 -0700 (PDT) From: "Aminuddin" To: Date: Sun, 26 Aug 2007 00:50:17 +0800 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: AcfnD8/KzXbsBqnrSVSGwMiKAHRgGgAJ5cjg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 In-Reply-To: <20070825120018.9D41816A49E@hub.freebsd.org> Message-ID: <46d05dcf.0abd720a.60a8.fffff7d0@mx.google.com> Subject: RE: How to block 200K ip addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: amin.scg@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 16:50:26 -0000 Hi, How do you block this large range of ip addresses from different subnet? IPFW only allows 65536 rules while this will probably use up a few hundred thousands of lines. I'm also trying to add this into my proxy configuration file, ss5.conf but it doesn't allow me to add this large number. IS this the limitation of IPF or FreeBSD? How do I work around this? -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of freebsd-questions-request@freebsd.org Sent: Saturday, August 25, 2007 8:00 PM To: freebsd-questions@freebsd.org Subject: freebsd-questions Digest, Vol 191, Issue 37 Send freebsd-questions mailing list submissions to freebsd-questions@freebsd.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.freebsd.org/mailman/listinfo/freebsd-questions or, via email, send a message with subject or body 'help' to freebsd-questions-request@freebsd.org You can reach the person managing the list at freebsd-questions-owner@freebsd.org When replying, please edit your Subject line so it is more specific than "Re: Contents of freebsd-questions digest..." Today's Topics: 1. Re: FreeBSD and ImageMagick crashes OS? (Kris Kennaway) 2. RE: spammers harvesting emaill address from this list (Ted Mittelstaedt) 3. Re: READ_DMA Error (Bahman M.) 4. Re: best way to keep track of new developments (Michel Talon) 5. Re: spammers harvesting emaill address from this list (Andrew Gould) 6. Re: /var or /usr for data? (rloefgren@forethought.net) 7. Mouse suddenly gets detached and reattached (Bahman M.) ---------------------------------------------------------------------- Message: 1 Date: Sat, 25 Aug 2007 05:56:59 +0000 From: Kris Kennaway Subject: Re: FreeBSD and ImageMagick crashes OS? To: Norberto Meijome Cc: User Questions , Roger Olofsson Message-ID: <20070825055659.GA42274@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii On Fri, Aug 24, 2007 at 08:26:50PM +1000, Norberto Meijome wrote: > On Fri, 24 Aug 2007 11:29:59 +0200 > Roger Olofsson wrote: > > > Turns out ImageMagick was called through php to resize the .JPG and most > > likely, the server runs out of memory/disk space. /var/tmp fills up and > > console spews as follows: > > > > Aug 22 19:29:49 rutilus kernel: vnode_pager_putpages: I/O error 28 > > Aug 22 19:29:49 rutilus kernel: vnode_pager_putpages: residual I/O 32768 > > at 62620 > > Aug 22 19:29:49 rutilus kernel: pid 29 (syncer), uid 0 inumber 49382 on > > /var: filesystem full > > :) having been bitten by that in several unix-like OS (pick any Linux distro, and freebsd too), i just remove /var/tmp and make a smylink to /tmp , which is big enough for my foreseeable needs. I like to keep my /var clean of tmp rubbish. > > and yes, configuring PHP and it's libraries helps too :) That's not an answer obviously. Error 28 is #define ENOSPC 28 /* No space left on device */ This seems like a bug to me: when a filesystem fills you shouldn't be getting this behaviour. Can you please follow the directions in the developers handbook chapter on kernel debugging, and when you trigger a hang, break to DDB from the console and force a dump, then file a PR and make the core file available to the developers. Unfortunately unless a developer can replicate the behaviour, providing access to a core is the only real debugging option. Thanks, Kris ------------------------------ Message: 2 Date: Sat, 25 Aug 2007 00:34:30 -0700 From: "Ted Mittelstaedt" Subject: RE: spammers harvesting emaill address from this list To: "Erik Trulsson" , "fbsd2" Cc: "freebsd-questions@FreeBSD. ORG" Message-ID: Content-Type: text/plain; charset="US-ASCII" > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Erik Trulsson > Sent: Thursday, August 23, 2007 6:52 AM > To: fbsd2 > Cc: freebsd-questions@FreeBSD. ORG > Subject: Re: spammers harvesting emaill address from this list > > > For this list (freebsd-questions@) in particular it is intentionally and > explicitly the case that one does not need to be subscribed to post here. > This is because it is the main support forum for FreeBSD, and much > documentation exists directing people to ask their questions here. > > The list admins do have their priorities straight - they just > have different > priorities than you do. > Probably the list admins figure that anyone who posts here is an advanced user type who understands how to setup spam filters that work. Ted ------------------------------ Message: 3 Date: Sat, 25 Aug 2007 11:52:30 +0330 From: "Bahman M." Subject: Re: READ_DMA Error To: "Tamouh H." Cc: freebsd-questions@freebsd.org Message-ID: <6d62f69a0708250122l1bf53d84p73d64f17837a535@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 > > During FreeBSD 6.2 installation, the process failed because > > of errors like the one below: > > READ_DMA UDMA .... ICRC error LBA=37505132 > > > > I managed to install by setting hw.ata.ata_dma=0 at boot time > > but the same errors occur after installation and at boot time > > so I had to put hw.ata.ata_dma=0 in loader.conf and now the > > system is working. > > > > I checked my hard disk which a 80GB Western Digital+ > > thoroughly and there were no errors reported (using fsck in > > single user mode). Also I used to install Fedora Linux on > > this disk without any problems. > > > > It looks that disabling DMA caused my disk to work with lower > > performance. Am I right? If yes, are there any solutions to > > eliminate those READ_DMA errors while DMA is enabled? > > > > PS: > > Motherboard: ASUS A7V8X-X > > CPU: Athlon XP 2500 at 1833MHz > > $ uname -ai > > FreeBSD attila 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 > > UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > > i386 GENERIC > > Typically, I've seen the READ_DMA error when a hard drive is going bad or > something wrong with the hardware (power supply is failing). But it could be > as you've described. I tested with another hard disk, the one on which I'd installed FreeBSD in the past. I put it on another IDE channel but the same things happened. Now I wonder if it's my IDE controller which has problems. Some information about the hardware: # dmesg | grep -E "^ac?d[[:digit:]]" ad0: 76319MB at ata0-master PIO4 ad1: 19540MB at ata0-slave PIO4 acd0: DVDR at ata1-master UDMA66 acd1: DVDROM at ata1-slave UDMA33 # sysctl -a | grep ata_dma hw.ata.ata_dma: 0 # sysctl -a | grep atapi hw.ata.atapi_dma: 1 Bahman ------------------------------ Message: 4 Date: Sat, 25 Aug 2007 10:41:42 +0200 From: Michel Talon Subject: Re: best way to keep track of new developments To: freebsd-questions@freebsd.org Message-ID: <20070825084142.GA5233@lpthe.jussieu.fr> Content-Type: text/plain; charset=us-ascii > intel 3945 wireless > ati x1300 graphics I have the intel 3945 on my Sony laptop. Works for me with Damien Bergamini driver 20070121-wpi-freebsd.tar.gz and FreeBSD-6.2-RELEASE. There are a lot of error messages but it works nonetheless. However i suspect that it produces memory corruption in conjunction with the display card, which freezes from time to time when the 3945 is activated and i am running X. I have never seen a crash when the 3945 is shut down or i am running on console. The most recent driver by B. Close is 20070715-wpi-freebsd-7.0-current.tgz but it works only with FreeBSD-7 so i cannot test it. I have tested other B. Close drivers, none worked. As for the video, an Intel card is highly recommended, it works very well on laptops and is sufficiently powerful to run things like compiz. There are very good available video modes on console, contrary to many other models. -- Michel TALON ------------------------------ Message: 5 Date: Sat, 25 Aug 2007 06:10:06 -0500 From: "Andrew Gould" Subject: Re: spammers harvesting emaill address from this list To: "Ted Mittelstaedt" Cc: "freebsd-questions@FreeBSD. ORG" Message-ID: Content-Type: text/plain; charset=ISO-8859-1 On 8/25/07, Ted Mittelstaedt wrote: > > > Probably the list admins figure that anyone who posts here is an > advanced user type who understands how to setup spam filters that > work. > > Ted > _______________________________________________ > Or doesn't; but wants to. I tell people that if they "just want a Windows replacement", they should stick with Windows or use a Mac because they want better service from the computer without any growth in skills or responsibilities on their part. A core strength of the *nix operating systems and communities is the administrator/users' desire for control and acceptance of responsibilities that come with that control. System administration is not a spectator sport. Andrew ------------------------------ Message: 6 Date: Fri, 24 Aug 2007 20:20:16 -0600 (MDT) From: rloefgren@forethought.net Subject: Re: /var or /usr for data? To: Wojciech Puchar Cc: Brad Waite , freebsd-questions@freebsd.org Message-ID: <20070824192101.Y36415@auden.jmla.com> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed On Fri, 24 Aug 2007, Wojciech Puchar wrote: >> It would appear that the "proper" allocation of filesystems on FreeBSD is >> to put all data in /usr. I'm used to this and have been doing it for >> years. > > my favourite "proper" allocation is to make ONE partition (/) and nothing > more. and forget all problems about how to partition your drive right... > _______________________________________________ > 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've made a quick look-see through my copies of "The Complete FreeBSD" and "Absolute BSD" and can't find the reference, but I recall reading somewhere in my 4.x days that FreeBSD used a different algorithm to write to the /var directory, if it was on its own filesystem, because /var was written to a lot (holding logs and all.) Because of this, and all the way up to 6.2 today, I put /var on its own filesystem, after / and swap. Where the old AIX wonks used to call the "outer middle" of the disk. Was this different algorithm really the case? And, now with UFS2, is it still the case? I still put pgsql/data on /var. r ------------------------------ Message: 7 Date: Sat, 25 Aug 2007 15:05:16 +0330 From: "Bahman M." Subject: Mouse suddenly gets detached and reattached To: freebsd-questions@freebsd.org Message-ID: <6d62f69a0708250435x3e1e56f0ne869556e373f23a5@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Hi all, I just installed X (xorg 7.2) and am using FluxBox. It's working well and there are no problems. However, the mouse gets suddenly detached and immediately reattached. I can't say exactly how often this happens, roughly about 6~7 times a day. # dmesg | tail -n 4 ums0: at uhub0 port 1 (addr 2) disconnected ums0: detached ums0: vendor 0x05e3 USB Mouse, rev 1.10/1.00, addr 2, iclass 3/1 ums0: 5 buttons and Z dir. # sudo sysctl -a | grep ums dev.ums.0.%desc: vendor 0x05e3 USB Mouse, rev 1.10/1.00, addr 2, iclass 3/1 dev.ums.0.%driver: ums dev.ums.0.%location: port=0 interface=0 dev.ums.0.%pnpinfo: vendor=0x05e3 product=0x1205 devclass=0x00 devsubclass=0x00 release=0x0100 sernum="" intclass=0x03 intsubclass=0x01 dev.ums.0.%parent: uhub0 # uname -ai FreeBSD attila 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 GENERIC Is it sign of a problem? In fact I don't care about the hardware as it can be easily replaced, I'm afraid that there's something wrong with software. Thanks in advance for your help. Bahman ------------------------------ _______________________________________________ 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" End of freebsd-questions Digest, Vol 191, Issue 37 ************************************************** From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 16:57:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1311016A417 for ; Sat, 25 Aug 2007 16:57:05 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from mail.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.freebsd.org (Postfix) with ESMTP id D39D913C467 for ; Sat, 25 Aug 2007 16:57:02 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.pitbpa0.priv.collaborativefusion.com (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTP id 671F1EBC81; Sat, 25 Aug 2007 12:57:00 -0400 (EDT) Date: Sat, 25 Aug 2007 12:56:57 -0400 From: Bill Moran To: amin.scg@gmail.com Message-Id: <20070825125657.d7b18741.wmoran@potentialtech.com> In-Reply-To: <46d05dcf.0abd720a.60a8.fffff7d0@mx.google.com> References: <20070825120018.9D41816A49E@hub.freebsd.org> <46d05dcf.0abd720a.60a8.fffff7d0@mx.google.com> X-Mailer: Sylpheed 2.4.4 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How to block 200K ip addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 16:57:05 -0000 In response to "Aminuddin" : > Hi, > How do you block this large range of ip addresses from different subnet? > IPFW only allows 65536 rules while this will probably use up a few hundred > thousands of lines. > > I'm also trying to add this into my proxy configuration file, ss5.conf but > it doesn't allow me to add this large number. > > IS this the limitation of IPF or FreeBSD? How do I work around this? Not sure if this is a limitation of ipf, but you should be able to do what you want with pf and pf tables. As long as you're using a relatively recent version of FreeBSD, you'll have pf as an option. -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 17:00:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA03B16A41A for ; Sat, 25 Aug 2007 17:00:10 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 7EFCE13C46B for ; Sat, 25 Aug 2007 17:00:10 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1IOyzS-0000gS-AB for freebsd-questions@freebsd.org; Sat, 25 Aug 2007 19:00:02 +0200 Received: from adsl-065-012-220-185.sip.bct.bellsouth.net ([65.12.220.185]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Aug 2007 19:00:02 +0200 Received: from joe+gmane by adsl-065-012-220-185.sip.bct.bellsouth.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 25 Aug 2007 19:00:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: freebsd-questions@freebsd.org To: freebsd-questions@freebsd.org From: Joe Schaefer Date: Sat, 25 Aug 2007 12:43:48 -0400 Lines: 19 Message-ID: <87ir738szf.fsf@gemini.sunstarsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-065-012-220-185.sip.bct.bellsouth.net Mail-Copies-To: never User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:yfiV4j2xjKZv4iCHUqB3vyixzHk= Sender: news Subject: Transferring a GEOM array between hosts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 17:00:10 -0000 I have an external JBOD array that is a mirror of two stripes. What I'd like to do is plug that array into a new/different freebsd host machine. Is there anything I need to do to prepare the new machine for the array? Naively, I'd hope that the new machine will pick up the geom configuration from the drives themselves, so I won't have to run any gmirror or gstripe commands on the new machine after the JBOD has been plugged into it. Can anyone who has done this before give me a few tips on how to plan appropriately for such a move? -- Joe Schaefer From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 17:11:51 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5118716A417 for ; Sat, 25 Aug 2007 17:11:51 +0000 (UTC) (envelope-from freebsd01@dgmm.net) Received: from lon-mail-1.gradwell.net (lon-mail-1.gradwell.net [193.111.201.125]) by mx1.freebsd.org (Postfix) with ESMTP id BB29613C46C for ; Sat, 25 Aug 2007 17:11:50 +0000 (UTC) (envelope-from freebsd01@dgmm.net) Received: from lon-mail-1.gradwell.net ([193.111.201.125] helo=webmaker country=GB ident=dave*pop3*dgmm^net) by lon-mail-1.gradwell.net with esmtpa (Gradwell gwh-smtpd 1.250) id 46d062cf.44b7.0 for freebsd-questions@freebsd.org; Sat, 25 Aug 2007 18:11:43 +0100 (envelope-sender ) From: dgmm To: freebsd-questions@freebsd.org Date: Sat, 25 Aug 2007 18:11:52 +0100 User-Agent: KMail/1.9.6 References: <20070825120018.2F05E16A421@hub.freebsd.org> <1188043958.1307.3.camel@bsdpc.centralamerica> In-Reply-To: <1188043958.1307.3.camel@bsdpc.centralamerica> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708251811.52316.freebsd01@dgmm.net> Subject: Re: freebsd-questions Digest, Vol 191, Issue 37 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 17:11:51 -0000 On Saturday 25 August 2007, blix wrote: > Please help with suggestions on how I can eliminate some console spam. > > my console and messages file is filling up with these entries: > > Aug 25 08:10:18 bsdpc kernel: (da3:umass-sim0:0:0:3): READ CAPACITY. > CDB: 25 60 > 0 0 0 0 0 0 0 0 > Aug 25 08:10:18 bsdpc kernel: (da3:umass-sim0:0:0:3): CAM Status: SCSI > Status Er > ror > Aug 25 08:10:18 bsdpc kernel: (da3:umass-sim0:0:0:3): SCSI Status: Check > Conditi > on > Aug 25 08:10:18 bsdpc kernel: (da3:umass-sim0:0:0:3): NOT READY asc:3a,0 > Aug 25 08:10:18 bsdpc kernel: (da3:umass-sim0:0:0:3): Medium not present > Aug 25 08:10:18 bsdpc kernel: (da3:umass-sim0:0:0:3): Unretryable error > > It jusst repeats over and over again. I need to get rid of them. > > Question 1: How can I silence these messages so they stop repeating in > my logs? > > Question 2: If they cannot be silenced, how can I keep them from taking > over my text console when I go into single user mode? > > please help with suggestions, Step 1. Create a new message to start a new thread or you emails will get lost in other, unrelated threads. Step 2. Unplug the USB device da3 or stop whatever is trying to automount it from running -- Dave From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 17:13:19 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A18316A419 for ; Sat, 25 Aug 2007 17:13:19 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from mail.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.freebsd.org (Postfix) with ESMTP id E9DB013C457 for ; Sat, 25 Aug 2007 17:13:18 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.pitbpa0.priv.collaborativefusion.com (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTP id 5C709EBC81; Sat, 25 Aug 2007 13:13:18 -0400 (EDT) Date: Sat, 25 Aug 2007 13:13:17 -0400 From: Bill Moran To: "Michael P. Soulier" Message-Id: <20070825131317.609d2b45.wmoran@potentialtech.com> In-Reply-To: <20070825024209.GG5877@tigger.digitaltorque.ca> References: <20070825024209.GG5877@tigger.digitaltorque.ca> X-Mailer: Sylpheed 2.4.4 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: time issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 17:13:19 -0000 In response to "Michael P. Soulier" : > Hello, > > I recently noticed that my clock was running a few minutes slow, even though I > have ntpd running on the box. Now I'm seeing this on occasion. > > Aug 24 20:17:10 kanga dovecot: Time just moved backwards by 105 seconds. This > might c > ause a lot of problems, so I'll just kill myself now. > http://wiki.dovecot.org/TimeMov > edBackwards > > > Does this suggest a hardware clock issue? In addition to the other suggestions, FreeBSD may have chosen a crappy clock. Believe it or not, most motherboards have multiple clocks. Depending on the type of clock and the quality of the mobo, not all of these clocks are good for keeping time. FreeBSD tries to choose the best clock at boot time, but doesn't always get it right. For some interesting discussions on this topic, search the list archives for "calcru" or check out this FAQ entry: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#LAPTOP-CLOCK-SKEW -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 17:43:36 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DF0C16A420 for ; Sat, 25 Aug 2007 17:43:36 +0000 (UTC) (envelope-from jp@pontosi.pt) Received: from sapo.pt (relay4.ptmail.sapo.pt [212.55.154.24]) by mx1.freebsd.org (Postfix) with SMTP id 478A713C467 for ; Sat, 25 Aug 2007 17:43:34 +0000 (UTC) (envelope-from jp@pontosi.pt) Received: (qmail 30135 invoked from network); 25 Aug 2007 17:16:53 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.208) by relay4 with SMTP; 25 Aug 2007 17:16:53 -0000 Received: (qmail 10160 invoked from network); 25 Aug 2007 17:16:53 -0000 X-AntiVirus: PTMail-AV 0.3-0.91.1 X-Virus-Status: Clean (0.00556 seconds) Received: from unknown (HELO [127.0.0.1]) (ancestor@sapo.pt@[82.154.120.83]) (envelope-sender ) by mta13 (qmail-ldap-1.03) with SMTP for ; 25 Aug 2007 17:16:53 -0000 Message-ID: <46D063FB.5070602@pontosi.pt> Date: Sat, 25 Aug 2007 18:16:43 +0100 From: =?ISO-8859-1?Q?Jo=E3o_Pinheiro?= User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 000768-3, 25-08-2007), Outbound message X-Antivirus-Status: Clean Subject: fdisk - can't update an in-use partition X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 17:43:36 -0000 Hi, I have freebsd 6.2 installed on a disk with a 260Gb partition with only a 30Gb label (don't ask :P) and I'm trying to resize the active partition to the size of the existing label, so I can create another partition. I've already set kern.geom.debugflags=16 to be able to write to mbr, but fdisk doesn't update my disk and gives the following error: fdisk: conflict with open slices Does anywone know a way to force fdisk to update the partition table? This is a remote machine so I can't boot from CD to correct the partition table and/or reinstall the SO. Thanks in advance, João Pinheiro From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 17:53:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6A5416A418 for ; Sat, 25 Aug 2007 17:53:04 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 5ADF013C474 for ; Sat, 25 Aug 2007 17:53:04 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 25 Aug 2007 13:53:03 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.8.3-GA) with ESMTP id JAO98025; Sat, 25 Aug 2007 13:53:03 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 25 Aug 2007 13:53:02 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18128.27791.491938.844812@jerusalem.litteratus.org> Date: Sat, 25 Aug 2007 13:53:19 -0400 To: Freebsd questions In-Reply-To: <19b45665395c7bf4ad37b40b0c3efca4@szalbot.homedns.org> References: <19b45665395c7bf4ad37b40b0c3efca4@szalbot.homedns.org> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Subject: FBSD-friendly UPS for home needs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 17:53:04 -0000 Zbigniew Szalbot writes: > I am going to get a UPS device for my home freebsd gateway/router > and wonder if there is anything that you would recommend? At work > I use APC units and there is a dedicated software to manage it > (apcupsd). Not sure if that's the case with other manufacturers? > I'd like to get something that could be managed by software and > at the some time not too expensive... you know home > budget...erm... Assuming the manufacturer does not provide a program - and few do - the preferred software for APC (and compatible) units is "apcupsd"; for others, it seems to be "nut" (sysutils/nut). Check carefully to make sure it works with your UPS. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 18:00:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 523D316A417 for ; Sat, 25 Aug 2007 18:00:21 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-244.sw.biz.rr.com [64.183.212.244]) by mx1.freebsd.org (Postfix) with ESMTP id F2C8313C458 for ; Sat, 25 Aug 2007 18:00:18 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l7PI0BqO039946 for ; Sat, 25 Aug 2007 13:00:11 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Sat, 25 Aug 2007 13:00:11 -0500 User-Agent: KMail/1.9.7 References: <19b45665395c7bf4ad37b40b0c3efca4@szalbot.homedns.org> <18128.27791.491938.844812@jerusalem.litteratus.org> In-Reply-To: <18128.27791.491938.844812@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708251300.11373.freebsd@dfwlp.com> X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on pollux.dfwlp.com Subject: Re: FBSD-friendly UPS for home needs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 18:00:21 -0000 On Saturday 25 August 2007 12:53:19 Robert Huff wrote: > Zbigniew Szalbot writes: > > I am going to get a UPS device for my home freebsd gateway/router > > and wonder if there is anything that you would recommend? At work > > I use APC units and there is a dedicated software to manage it > > (apcupsd). Not sure if that's the case with other manufacturers? > > I'd like to get something that could be managed by software and > > at the some time not too expensive... you know home > > budget...erm... > > Assuming the manufacturer does not provide a program - and few > do - the preferred software for APC (and compatible) units is > "apcupsd"; for others, it seems to be "nut" (sysutils/nut). > Check carefully to make sure it works with your UPS. > > > Robert Huff > > > > > _______________________________________________ > 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" ill put in another vote for an APC with sysutile/apcupsd. here is some example output of the what the software pulls from the unit: [jhorne@athena ~] $ apcaccess APC : 001,037,0912 DATE : Sat Aug 25 12:57:45 CDT 2007 HOSTNAME : athena.dfwlp.com RELEASE : 3.14.1 VERSION : 3.14.1 (04 May 2007) freebsd UPSNAME : Athena APC RS 1500 CABLE : USB Cable MODEL : Back-UPS RS 1500 UPSMODE : Stand Alone STARTTIME: Sat Aug 25 07:56:21 CDT 2007 STATUS : ONLINE LINEV : 118.0 Volts LOADPCT : 18.0 Percent Load Capacity BCHARGE : 100.0 Percent TIMELEFT : 49.0 Minutes MBATTCHG : 5 Percent MINTIMEL : 3 Minutes MAXTIME : 0 Seconds SENSE : High LOTRANS : 097.0 Volts HITRANS : 138.0 Volts ALARMDEL : Always BATTV : 27.1 Volts LASTXFER : Low line voltage NUMXFERS : 0 TONBATT : 0 seconds CUMONBATT: 0 seconds XOFFBATT : N/A SELFTEST : NO STATFLAG : 0x07000008 Status Flag MANDATE : 2006-09-19 SERIALNO : BBlalalalalalalalala BATTDATE : 2001-09-25 NOMINV : 120 NOMBATTV : 24.0 FIRMWARE : 8.g9 .D USB FW:g9 APCMODEL : Back-UPS RS 1500 END APC : Sat Aug 25 12:57:49 CDT 2007 (as you can see, its USB connected too, which is a nice convenience) cheers, -- Jonathan Horne http://dfwlpiki.dfwlp.org freebsd@dfwlp.com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 18:25:28 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC98416A418 for ; Sat, 25 Aug 2007 18:25:28 +0000 (UTC) (envelope-from mak_kolybabi@umanitoba.ca) Received: from electra.cc.umanitoba.ca (electra.cc.umanitoba.ca [130.179.16.23]) by mx1.freebsd.org (Postfix) with ESMTP id 8EAAC13C46E for ; Sat, 25 Aug 2007 18:25:28 +0000 (UTC) (envelope-from mak_kolybabi@umanitoba.ca) Received: from brisbane.nepharia.org (wnpgmb02dc1-60-120.dynamic.mts.net [207.161.60.120]) (authenticated bits=0) by electra.cc.umanitoba.ca (8.13.0/8.13.0) with ESMTP id l7PHw7hZ029471 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Sat, 25 Aug 2007 12:58:08 -0500 (CDT) Received: by brisbane.nepharia.org (nbSMTP-1.00) for uid 1000 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) mak_kolybabi@umanitoba.ca; Sat, 25 Aug 2007 12:58:08 -0500 (CDT) Date: Sat, 25 Aug 2007 12:58:06 -0500 From: Mak Kolybabi To: freebsd-questions@freebsd.org Message-ID: <20070825175803.GA19094@brisbane> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Subject: MSK Driver -- Unable to get it working on laptop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 18:25:28 -0000 I've been trying to get FreeBSD -CURRENT installed on my laptop for several days now. Although most things work fine, I cannot get my ethernet card to function. I have searched for similar issues on the web and mailing list archives and found nothing. The card identifies as: > mskc0@pci2:0:0: class=0x020000 card=0x01101025 chip=0x435211ab rev=0x14 hdr=0x00 > vendor = 'Marvell Semiconductor (Was: Galileo Technology Ltd)' > device = 'Yukon 88E8038 PCI-E Fast Ethernet Controller' > class = network > subclass = ethernet The relevant portion of dmesg is: > pcib1: irq 16 at device 28.0 on pci0 > pcib1: secondary bus 2 > pcib1: subordinate bus 2 > pcib1: I/O decode 0x0-0x0 > pcib1: no prefetched decode > [snip] > pcib1: matched entry for 2.0.INTA > pcib1: slot 0 INTA hardwired to IRQ 16 > mskc0: irq 16 at device 0.0 on pci2 > pcib1: mskc0 requested unsupported memory range 0-0xffffffffffffffff (decoding 0-0, 0-0) > mskc0: 0x4000 bytes of rid 0x10 res 3 failed (0, 0xffffffffffffffff). > mskc0: Lazy allocation of 0x4 bytes rid 0x14 type 4 at 0x1080 > mskc0: unknown device: id=0x00, rev=0x00 > device_attach: mskc0 attach returned 6 I've posted full versions of all the relevant configuration info I could think of at pastebin: DMESG: http://pastebin.org/1136 PCICONF: http://pastebin.org/1137 SYSCTL: http://pastebin.org/1138 And finally, here's the web page with the laptop's specs: http://www.acerpanam.com/synapse/forms/portal20.cfm?recordid=540&formid=3404&website=AcerPanAm.com/canada&siteid=7297&words=all&keywords=&areaid=17 Any help would be much appreciated. -- Matthew Anthony Kolybabi (Mak) () ASCII Ribbon Campaign | Against HTML e-mail /\ www.asciiribbon.org | Against proprietary extensions From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 18:38:25 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D101D16A419 for ; Sat, 25 Aug 2007 18:38:25 +0000 (UTC) (envelope-from jp@pontosi.pt) Received: from sapo.pt (relay4.ptmail.sapo.pt [212.55.154.24]) by mx1.freebsd.org (Postfix) with SMTP id 0ED7413C45A for ; Sat, 25 Aug 2007 18:38:24 +0000 (UTC) (envelope-from jp@pontosi.pt) Received: (qmail 23772 invoked from network); 25 Aug 2007 18:38:22 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.210) by relay4 with SMTP; 25 Aug 2007 18:38:22 -0000 Received: (qmail 21354 invoked from network); 25 Aug 2007 18:38:22 -0000 X-AntiVirus: PTMail-AV 0.3-0.91.1 X-Virus-Status: Clean (0.00709 seconds) Received: from unknown (HELO [127.0.0.1]) (ancestor@sapo.pt@[82.154.120.83]) (envelope-sender ) by mta15 (qmail-ldap-1.03) with SMTP for ; 25 Aug 2007 18:38:21 -0000 Message-ID: <46D07712.4030405@pontosi.pt> Date: Sat, 25 Aug 2007 19:38:10 +0100 From: =?ISO-8859-1?Q?Jo=E3o_Pinheiro?= User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <46D063FB.5070602@pontosi.pt> In-Reply-To: <46D063FB.5070602@pontosi.pt> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 000768-3, 25-08-2007), Outbound message X-Antivirus-Status: Clean Subject: Re: fdisk - can't update an in-use partition - solved X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 18:38:25 -0000 João Pinheiro escreveu: > Hi, > I have freebsd 6.2 installed on a disk with a 260Gb partition with > only a 30Gb label (don't ask :P) and I'm trying to resize the active > partition to the size of the existing label, so I can create another > partition. I've already set kern.geom.debugflags=16 to be able to > write to mbr, but fdisk doesn't update my disk and gives the following > error: > > fdisk: conflict with open slices > > Does anywone know a way to force fdisk to update the partition table? > This is a remote machine so I can't boot from CD to correct the > partition table and/or reinstall the SO. > > Thanks in advance, > João Pinheiro > _______________________________________________ > 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" > It seems fdisk updates the partition table anyway, it only displays a notice. João Pinheiro From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 19:04:54 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BDD216A419 for ; Sat, 25 Aug 2007 19:04:54 +0000 (UTC) (envelope-from msoulier@digitaltorque.ca) Received: from mail.storm.ca (mail.storm.ca [209.87.239.66]) by mx1.freebsd.org (Postfix) with ESMTP id 43EB813C459 for ; Sat, 25 Aug 2007 19:04:53 +0000 (UTC) (envelope-from msoulier@digitaltorque.ca) Received: from kanga.digitaltorque.ca (hs-216-106-102-70.storm.ca [216.106.102.70]) by mail.storm.ca (8.14.0+Sun/8.14.0) with ESMTP id l7PJ4lru008772; Sat, 25 Aug 2007 15:04:53 -0400 (EDT) Received: from piglet (unknown [192.168.1.5]) by kanga.digitaltorque.ca (Postfix) with ESMTP id A610E9; Sat, 25 Aug 2007 15:04:14 -0400 (EDT) Received: by piglet (Postfix, from userid 1000) id 84D1618C240; Sat, 25 Aug 2007 15:04:41 -0400 (EDT) Date: Sat, 25 Aug 2007 15:04:40 -0400 From: "Michael P. Soulier" To: Modulok Message-ID: <20070825190440.GB9340@piglet.digitaltorque.ca> Mail-Followup-To: Modulok , freebsd-questions@freebsd.org References: <20070825024209.GG5877@tigger.digitaltorque.ca> <64c038660708242059l63288da3pc321a289df6912ed@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="K8nIJk4ghYZn606h" Content-Disposition: inline In-Reply-To: <64c038660708242059l63288da3pc321a289df6912ed@mail.gmail.com> User-Agent: Mutt/1.5.13 (2006-08-11) Cc: freebsd-questions@freebsd.org Subject: Re: time issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 19:04:54 -0000 --K8nIJk4ghYZn606h Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 24/08/07 Modulok said: > Is this a system that is left running 24/7 connected to the Internet, > or a system which is frequently turned off? If the latter, you might It's the former. I'll try the suggested ntp sync option anyway. I'm adding more sources too, in case the one that I'm syncing too isn't good enough. Ah, in fact I think that it is not. Perhaps the NRC isn't permitting public access to their time servers anymore.=20 [msoulier@kanga ~]$ ntpq -p remote refid st t when poll reach delay offset jit= ter =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D time.nrc.ca .INIT. 16 u - 64 0 0.000 0.000 4000= =2E00 tick.usask.ca .GPS. 1 u 9 64 1 111.674 27760.6 0.= 002 tock.usask.ca .GPS. 1 u 8 64 1 107.417 27759.2 0.= 002 boudicca.tux.or 65.212.71.102 2 u 7 64 1 95.680 27758.6 0.= 002 LOCAL(0) LOCAL(0) 10 l 6 64 1 0.000 0.000 0.= 002 Mike --=20 Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein --K8nIJk4ghYZn606h Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFG0H1IKGqCc1vIvggRAuunAJ9oyoqRjRxiLrPODHVJUyXh68eXJgCgrcaI +yop+8wb4BfW+lm4pzUfQVM= =c84H -----END PGP SIGNATURE----- --K8nIJk4ghYZn606h-- From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 19:14:05 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3ADE716A417 for ; Sat, 25 Aug 2007 19:14:05 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from mail.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.freebsd.org (Postfix) with ESMTP id EF92713C469 for ; Sat, 25 Aug 2007 19:14:04 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.pitbpa0.priv.collaborativefusion.com (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTP id DE4C3EBC78; Sat, 25 Aug 2007 15:14:03 -0400 (EDT) Date: Sat, 25 Aug 2007 15:14:03 -0400 From: Bill Moran To: "Michael P. Soulier" Message-Id: <20070825151403.2a2a247d.wmoran@potentialtech.com> In-Reply-To: <20070825190440.GB9340@piglet.digitaltorque.ca> References: <20070825024209.GG5877@tigger.digitaltorque.ca> <64c038660708242059l63288da3pc321a289df6912ed@mail.gmail.com> <20070825190440.GB9340@piglet.digitaltorque.ca> X-Mailer: Sylpheed 2.4.4 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Modulok Subject: Re: time issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 19:14:05 -0000 In response to "Michael P. Soulier" : > On 24/08/07 Modulok said: > > > Is this a system that is left running 24/7 connected to the Internet, > > or a system which is frequently turned off? If the latter, you might > > It's the former. I'll try the suggested ntp sync option anyway. I'm adding > more sources too, in case the one that I'm syncing too isn't good enough. > > Ah, in fact I think that it is not. Perhaps the NRC isn't permitting public > access to their time servers anymore. If this turns out to be your problem, I recommend using pool.ntp.org. Read up a bit, it should be much more reliable on a consistent basis. Also, OpenNTP has support built in to automatically talk to all of ntp.org's servers without any funky configuration: http://www.pool.ntp.org/use.html -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 20:05:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED25816A417 for ; Sat, 25 Aug 2007 20:05:29 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from thenetnow.com (thenetnow.com [69.90.69.141]) by mx1.freebsd.org (Postfix) with ESMTP id C5B2A13C45D for ; Sat, 25 Aug 2007 20:05:29 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1IP1st-00065g-W6 for freebsd-questions@freebsd.org; Sat, 25 Aug 2007 16:05:28 -0400 Message-ID: <002001c81742$62d22a00$6501a8c0@GRANT> From: "Grant Peel" To: Organization: The Net Now MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: uknd - uhub DRAC woes. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sat, 25 Aug 2007 20:05:30 -0000 X-Original-Date: Thu, 25 Oct 2007 16:05:26 -0400 X-List-Received-Date: Sat, 25 Aug 2007 20:05:30 -0000 Hi all, Whenever I reset my DRAC cards on my Dell machines, I can no longer use = the remote terminal applet to access the console. The error I see is = this: ukbd0: at uhub0 port 1 (addr 2) disconnected ukbd0: detached Is there any way to reinit the keyboard? (through ssh). i.e can the uhub = and/or the ukbd drivers be restarted. (short of powering down/up the = whole server. -Grant From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 20:37:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F096816A41A for ; Sat, 25 Aug 2007 20:37:29 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.freebsd.org (Postfix) with ESMTP id 5C79613C4A3 for ; Sat, 25 Aug 2007 20:37:28 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from freebsdgr.dyndns.org (athedsl-298420.home.otenet.gr [85.73.213.82]) (authenticated bits=0) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l7PFn69o017574; Sat, 25 Aug 2007 18:49:06 +0300 Message-ID: <46D04F72.2050709@otenet.gr> Date: Sat, 25 Aug 2007 18:49:06 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.6 (X11/20070806) MIME-Version: 1.0 To: lawrence.petrykanyn@sympatico.ca References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-7; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Installation Disc Won't Boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 20:37:30 -0000 lawrence.petrykanyn@sympatico.ca wrote: > Hi, Manoliis: > > I took your advice. I copied the burned iso file into a FreeBSD > directory and ran md5 and the check digits did not match. I then > copied my downloaded iso image from Win98 into FreeBSD and ran md5 and > the digits did match. So there was nothing wrong with the iso of > disc1 that I downloaded from the web site into Win98. It must have > been the burning of the file in Win98 with Nero Express that was the > problem. > > So I burned another copy of the iso in FreeBSd with burncd using: > burncd -f /dev/acd1 6.2-RELEASE-i386.iso fixate > and it booted just fine. > > Thanks for all of your suggestions and advice. Now I will be spending > the better part of the weekend doing the installation of 6.2. Wish me > luck. > > Have a great day, > Larry > > Glad I could be of help! Make sure to get some pizza and beer for your install party :) I believe you will find 6.2 to be an excellent release, as most of us on this list do. Take care, Manolis From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 20:37:40 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA08616A420 for ; Sat, 25 Aug 2007 20:37:40 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 8330F13C48E for ; Sat, 25 Aug 2007 20:37:40 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.8/8.12.11) with ESMTP id l7PKbWUu061071; Sat, 25 Aug 2007 15:37:32 -0500 (CDT) Message-Id: <6.0.0.22.2.20070825153524.02687ec0@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Sat, 25 Aug 2007 15:36:45 -0500 To: Zbigniew Szalbot , Freebsd questions From: Derek Ragona In-Reply-To: <19b45665395c7bf4ad37b40b0c3efca4@szalbot.homedns.org> References: <19b45665395c7bf4ad37b40b0c3efca4@szalbot.homedns.org> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: FBSD-friendly UPS for home needs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 20:37:41 -0000 At 11:15 AM 8/25/2007, Zbigniew Szalbot wrote: >Hello, > >I am going to get a UPS device for my home freebsd gateway/router and >wonder if there is anything that you would recommend? At work I use APC >units and there is a dedicated software to manage it (apcupsd). Not sure if >that's the case with other manufacturers? I'd like to get something that >could be managed by software and at the some time not too expensive... you >know home budget...erm... > >Well, many thanks for all recommendations! > > >Zbigniew Szalbot I use nut from the ports. I have had no problem with UPS's that have a serial interface. Some USB interfaces work, some do not. So I would use a UPS with a seral interface assuming you have a free serial port on the server. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 20:46:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77B1B16A417 for ; Sat, 25 Aug 2007 20:46:06 +0000 (UTC) (envelope-from njm@njm.f2s.com) Received: from outmail1.freedom2surf.net (outmail1.freedom2surf.net [194.106.33.237]) by mx1.freebsd.org (Postfix) with ESMTP id 3CC8413C48D for ; Sat, 25 Aug 2007 20:46:06 +0000 (UTC) (envelope-from njm@njm.f2s.com) Received: from oberon.njm.f2s.com (i-195-137-21-170.freedom2surf.net [195.137.21.170]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 4289A51A6C; Sat, 25 Aug 2007 21:46:05 +0100 (BST) Received: from oberon.njm.f2s.com (localhost.njm.f2s.com [127.0.0.1]) by oberon.njm.f2s.com (8.14.1/8.14.1) with ESMTP id l7PKk44x033175; Sat, 25 Aug 2007 21:46:04 +0100 (BST) (envelope-from njm@oberon.njm.f2s.com) Received: (from njm@localhost) by oberon.njm.f2s.com (8.14.1/8.14.1/Submit) id l7PKk4xj033174; Sat, 25 Aug 2007 21:46:04 +0100 (BST) (envelope-from njm) Date: Sat, 25 Aug 2007 21:46:04 +0100 From: "N.J. Mann" To: Grant Peel Message-ID: <20070825204604.GB31483@oberon.njm.f2s.com> Mail-Followup-To: Grant Peel , freebsd-questions@freebsd.org References: <002001c81742$62d22a00$6501a8c0@GRANT> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002001c81742$62d22a00$6501a8c0@GRANT> X-Operating-System: FreeBSD 6.2-STABLE User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: uknd - uhub DRAC woes. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 20:46:06 -0000 In message <002001c81742$62d22a00$6501a8c0@GRANT>, Grant Peel wrote: > > Whenever I reset my DRAC cards on my Dell machines, I'm sorry but I can't help you with your problem. But, you do need to reset your clock, since you appear to have reached October two months before the rest of us. I noticed this, because my spam filters flagged your message as probably spam, where of course it wasn't. Cheers, Nick. -- From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 20:47:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F05F16A477 for ; Sat, 25 Aug 2007 20:47:03 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from szalbot.homedns.org (lists.lc-words.com [83.19.156.210]) by mx1.freebsd.org (Postfix) with ESMTP id CC33F13C442 for ; Sat, 25 Aug 2007 20:47:02 +0000 (UTC) (envelope-from zbigniew@szalbot.homedns.org) Received: from www (helo=www) by szalbot.homedns.org with local for freebsd-questions@freebsd.org; Sat, 25 Aug 2007 22:46:55 +0200 To: Freebsd questions X-PHP-Script: https://poczta.szalbot.homedns.org/index.php for 192.168.11.1 MIME-Version: 1.0 Date: Sat, 25 Aug 2007 22:46:55 +0200 From: Zbigniew Szalbot In-Reply-To: <6.0.0.22.2.20070825153524.02687ec0@mail.computinginnovations.com> References: <6.0.0.22.2.20070825153524.02687ec0@mail.computinginnovations.com> Message-ID: <4b154dd73e0ceaa63c6dc049067bbeea@szalbot.homedns.org> X-Sender: zbigniew@szalbot.homedns.org User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: Re: FBSD-friendly UPS for home needs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 20:47:03 -0000 Hello, >>that's the case with other manufacturers? I'd like to get something that >>could be managed by software and at the some time not too expensive... > you >>know home budget...erm... > I use nut from the ports. I have had no problem with UPS's that have a > serial interface. Some USB interfaces work, some do not. So I would use > a > UPS with a seral interface assuming you have a free serial port on the > server. Thank you - thank you very much for all the responses. Very helpful. Have a nice week-end. Regards, -- Zbigniew Szalbot www.slowo.pl www.lcwords.com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 20:57:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1653716A420 for ; Sat, 25 Aug 2007 20:57:50 +0000 (UTC) (envelope-from dan@cupid.com) Received: from email.rhwi.net (email.rhwi.net [64.72.68.244]) by mx1.freebsd.org (Postfix) with ESMTP id A42BF13C457 for ; Sat, 25 Aug 2007 20:57:49 +0000 (UTC) (envelope-from dan@cupid.com) Received: (qmail 22636 invoked by uid 89); 25 Aug 2007 20:57:48 -0000 Received: from unknown (HELO ?192.168.200.3?) (dsikorsky@rhwi.net@67.82.150.145) by email.rhwi.net with SMTP; 25 Aug 2007 20:57:48 -0000 Message-ID: <46D09744.5060705@cupid.com> Date: Sat, 25 Aug 2007 16:55:32 -0400 From: dan sikorsky User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: nvidia driver blues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 20:57:50 -0000 freebsd 6.2 i386 generic geforce 7300gt fresh install.. have updated source, and new ports tree.. installd x11, and then nvidia drivers no luck, all i get is [root@green /usr/ports/x11/nvidia-driver]# make install ===> Building for nvidia-driver-100.14.11 ===> src (all) cc -O2 -fno-strict-aliasing -pipe -DNV_VERSION_STRING=\"100.14.11\" -D__KERNEL__ -DNVRM -UDEBUG -U_DEBUG -DNDEBUG -O -fno-common -msoft-float -fno-unit-at-a-time -minline-all-stringops -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I/src -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c nvidia_ctl.c cc1: error: unrecognized command line option "-Wno-pointer-sign" *** Error code 1 Stop in /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-100.14.11/src. *** Error code 1 Stop in /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-100.14.11. *** Error code 1 Stop in /usr/ports/x11/nvidia-driver. *** Error code 1 Stop in /usr/ports/x11/nvidia-driver any ideas? From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 21:01:29 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2CF016A46B for ; Sat, 25 Aug 2007 21:01:29 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from eunet.yu (smtpclu-1.eunet.yu [194.247.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id 2FDC813C469 for ; Sat, 25 Aug 2007 21:01:28 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-221-254.eunet.yu [213.198.221.254]) by eunet.yu (8.13.6/8.13.6) with ESMTP id l7PL1ME1018080; Sat, 25 Aug 2007 23:01:23 +0200 Message-Id: <200708252101.l7PL1ME1018080@eunet.yu> Date: Sat, 25 Aug 2007 22:56:41 +0200 From: Nikola Lecic To: Kirk Strauser In-Reply-To: References: X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,TW_ZP,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.1 Cc: freebsd-questions@freebsd.org Subject: Re: ports/UPDATING instructions and Python 2.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 21:01:29 -0000 On Sat, 25 Aug 2007 09:15:52 -0500 Kirk Strauser wrote: > I need to keep Python 2.4 on my system to run Zope (which isn't =20 > compatible with 2.5). So, I dutifully followed the instructions =20 > under /usr/ports/UPDATING starting with "If want to keep 2.4.x =20 > installed alongside 2.5.x [...]". When I came back a little later, =20 > all of my dependent ports had been upgraded from py24-* to py25-*, =20 > effectively killing my webserver. >=20 > Could someone else take a look at those instructions and see if they =20 > make sense - they look a little suspicious to me - or if there is =20 > some gotcha that I might have missed? Thanks. Hello Kirk, A couple of thoughts that could be useful. The instructions explain how to keep both 2.4 and 2.5 versions of _Python_itself_, that's all. The "PYTHON_DEFAULT_VERSION=3Dpython2.5" line of /etc/make.conf serves as an indicator to all new applications to avoid confusion if python-2.4 is installed alongside. You now probably have something like: # ls -d /var/db/pkg/py* /var/db/pkg/python24-2.4.4_1 /var/db/pkg/python25-2.5.1 /var/db/pkg/py25-cairo-1.4.0_1 /var/db/pkg/py25-chardet-1.0_3 [... etc., py25-* only ...] Zope feels fine in this situation: # cd /usr/ports/www/zope3 # make configure [...] =3D=3D=3D> Patching for zope-3.3.1 =3D=3D=3D> Applying FreeBSD patches for zope-3.3.1 =3D=3D=3D> zope-3.3.1 depends on file: /usr/local/bin/python2.4 - found =3D=3D=3D> Configuring for zope-3.3.1 Configuring Zope installation Using Python interpreter at /usr/local/bin/python2.4 (The same for other py-* ports that are fixed to 2.4 interpreter (i.e. www/py-pylons).) Now, I'm trying to understand what happened to your webserver: you said that changing py24-* to py25-* broke it. Maybe I'm mistaken, but I see just 7 py-* ports that have any relationship with Zope. These are:=20 databases/py-psycopg [WITH_ZOPE optional] devel/py-zopeInterface devel/py-twistedCore [dependent on devel/py-zopeInterface] lang/py-mx-base [WITH_ZOPE optional] x11-toolkits/py-kiwi [optionally linked with devel/py-zopeInterface] devel/py-zconfig [not sure about this one] textproc/py-zpt [not sure about this one] The presence of 'WITH_ZOPE' flag will force the port to use correct version of Python:=20 # cd /usr/ports/lang/py-mx-base/ # make USE_ZOPE=3Dyes =3D=3D=3D> py23-mx-base-2.0.6 depends on file: /usr/local/bin/python2.3= - not found =3D=3D=3D> Verifying install for /usr/local/bin/python2.3 in /usr/port= s/lang/python23 (ZOPE_VERSION is also available.) So where is the connection between zope and py-* ports that crashed your webserver? Please elaborate on this, i.e. how does you webserver depend on py24-*? In meantime, if you just need py24- versions of several ports, you can do something like this: # portupgrade -f -r -m "PYTHON_VERSION=3D2.4" py25-imaging This will install py24-imaging and rebuild ports dependent on it (e.g. graphics/skencil). Use '-n' flag to see what will happen first. This is a quick and non-elegant help to get your webserver working again. If you provide more information you will surely get more in-depth explanation and more elegant solution from someone, preferably from other Zope users. Nikola Le=C4=8Di=C4=87 From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 21:13:57 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D84BE16A417 for ; Sat, 25 Aug 2007 21:13:57 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id A218413C467 for ; Sat, 25 Aug 2007 21:13:57 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.1/8.14.1) id l7PLDqFu043109; Sat, 25 Aug 2007 16:13:52 -0500 (CDT) (envelope-from dan) Date: Sat, 25 Aug 2007 16:13:52 -0500 From: Dan Nelson To: Aminuddin Message-ID: <20070825211352.GB25055@dan.emsphone.com> References: <20070825120018.9D41816A49E@hub.freebsd.org> <46d05dcf.0abd720a.60a8.fffff7d0@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46d05dcf.0abd720a.60a8.fffff7d0@mx.google.com> X-OS: FreeBSD 7.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: How to block 200K ip addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 21:13:57 -0000 In the last episode (Aug 26), Aminuddin said: > How do you block this large range of ip addresses from different > subnet? IPFW only allows 65536 rules while this will probably use up > a few hundred thousands of lines. > > I'm also trying to add this into my proxy configuration file, ss5.conf but > it doesn't allow me to add this large number. > > IS this the limitation of IPF or FreeBSD? How do I work around this? Even though there are 65536 rule numbers, each number can actually have any amount of rules assigned to it. What you're probably looking for, though, is ipfw's table keyword, which uses the same radix tree lookup format as the kernel's routing tables, so it scales well to large amounts of sparse addresses. man ipfw, search for "lookup tables". -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 21:16:16 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DBDE16A47F; Sat, 25 Aug 2007 21:16:16 +0000 (UTC) (envelope-from ngharibyan@arm.synisys.com) Received: from arm.synisys.com (mx.arm.synisys.com [91.103.27.98]) by mx1.freebsd.org (Postfix) with ESMTP id B8AAF13C458; Sat, 25 Aug 2007 21:16:09 +0000 (UTC) (envelope-from ngharibyan@arm.synisys.com) Received: from sis2w001 by arm.synisys.com (MDaemon PRO v9.6.1) with ESMTP id md50000029080.msg; Sun, 26 Aug 2007 02:16:01 +0500 From: "Narek Gharibyan" To: Date: Sun, 26 Aug 2007 02:15:58 +0500 Message-ID: <01d201c7e75d$21950ea0$180ca8c0@arm.synisys.com> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 thread-index: AcfnXSFINl4fwdHsQrWgy2Qdh6JXKQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Spam-Processed: arm.synisys.com, Sun, 26 Aug 2007 02:16:01 +0500 (not processed: message from valid local sender) X-MDOP-RefID: str=0001.0A09020A.46D09C0F.0069,ss=1,fgs=0 (_st=1 _vt=0 _iwf=0) X-Return-Path: ngharibyan@arm.synisys.com X-Envelope-From: ngharibyan@arm.synisys.com X-MDAV-Processed: arm.synisys.com, Sun, 26 Aug 2007 02:16:01 +0500 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: IPFW and HTTPS problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 21:16:16 -0000 I enabled https for my webmail. It works for LAN client but doesn't work for Internet clients. I checked with tcpdump ipfw filters the incomping https packets unless the rule Ipfw add allow tcp from any to ${webmail} 443 Ipfw add allow tcp from ${webmail} 443 to any Even I tried Ipfw add allow all from any to ${webmail} keep-state Ipfw add allow all from ${webmail} to any keep-state Nothing helps. Any comments? Are there any specific ipfw configurations related to https? Thank you in advance Narek From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 21:16:16 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DBDE16A47F; Sat, 25 Aug 2007 21:16:16 +0000 (UTC) (envelope-from ngharibyan@arm.synisys.com) Received: from arm.synisys.com (mx.arm.synisys.com [91.103.27.98]) by mx1.freebsd.org (Postfix) with ESMTP id B8AAF13C458; Sat, 25 Aug 2007 21:16:09 +0000 (UTC) (envelope-from ngharibyan@arm.synisys.com) Received: from sis2w001 by arm.synisys.com (MDaemon PRO v9.6.1) with ESMTP id md50000029080.msg; Sun, 26 Aug 2007 02:16:01 +0500 From: "Narek Gharibyan" To: Date: Sun, 26 Aug 2007 02:15:58 +0500 Message-ID: <01d201c7e75d$21950ea0$180ca8c0@arm.synisys.com> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 thread-index: AcfnXSFINl4fwdHsQrWgy2Qdh6JXKQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Spam-Processed: arm.synisys.com, Sun, 26 Aug 2007 02:16:01 +0500 (not processed: message from valid local sender) X-MDOP-RefID: str=0001.0A09020A.46D09C0F.0069,ss=1,fgs=0 (_st=1 _vt=0 _iwf=0) X-Return-Path: ngharibyan@arm.synisys.com X-Envelope-From: ngharibyan@arm.synisys.com X-MDAV-Processed: arm.synisys.com, Sun, 26 Aug 2007 02:16:01 +0500 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: IPFW and HTTPS problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 21:16:16 -0000 I enabled https for my webmail. It works for LAN client but doesn't work for Internet clients. I checked with tcpdump ipfw filters the incomping https packets unless the rule Ipfw add allow tcp from any to ${webmail} 443 Ipfw add allow tcp from ${webmail} 443 to any Even I tried Ipfw add allow all from any to ${webmail} keep-state Ipfw add allow all from ${webmail} to any keep-state Nothing helps. Any comments? Are there any specific ipfw configurations related to https? Thank you in advance Narek From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 21:18:34 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25DCB16A41A for ; Sat, 25 Aug 2007 21:18:34 +0000 (UTC) (envelope-from noc@hdk5.net) Received: from guam10.hdk5.net (guam10.hdk5.net [66.180.132.235]) by mx1.freebsd.org (Postfix) with ESMTP id EE80F13C47E for ; Sat, 25 Aug 2007 21:18:33 +0000 (UTC) (envelope-from noc@hdk5.net) Received: from [192.168.1.29] (unknown [66.180.149.18]) by guam10.hdk5.net (Postfix) with ESMTP id 3BB905C1F; Sat, 25 Aug 2007 11:18:33 -1000 (HST) Message-ID: <46D09CA8.2090701@hdk5.net> Date: Sat, 25 Aug 2007 11:18:32 -1000 From: NetOpsCenter User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060417 FreeBSD/i386 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bill Moran References: <46CE47B5.60201@hdk5.net> <20070824063618.0ddf20d2.wmoran@potentialtech.com> In-Reply-To: <20070824063618.0ddf20d2.wmoran@potentialtech.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: Test on FreeBSD site X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noc@hdk5.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 21:18:34 -0000 Bill Moran wrote: >In response to NetOpsCenter : > > > >>Aloha, >> >>How long does it take for a test to be accepted or rejected on the >>FreeBSD test mail box? >>Is three minutes normal for a test to pop up? >>I had some FreeBSD 7 config issues and this nearly caused me to think I >>hadn't cleared the problem because it took quite a while to pop up. >> >> > >It depends on how busy the server is at the time you send it, among >other factors. I haven't noticed if the mail servers are doing >greylisting, but it wouldn't surprise me if they were. > >In this day and age, with the spam scourge and all the alleged "solutions" >that everyone's mail servers use, anything less than 10 minutes for a >delivery should be considered successful. > > > Thanks for the reply. FreeBSD 7 is excellent. Applause to the Developers. I have been using FreeBSD since 2. something. Is there a good how to set up spam assassin for FreeBSD? Most I have tried have no FreeBSD specific file placements listsed and I can't get it to work. ~Al Plant - Honolulu, Hawaii - Phone: 808-284-2740 + http://hawaiidakine.com + http://freebsdinfo.org + noc@hdk5.net + + http://internetohana.org - Supporting - FreeBSD 6.* - 7.* + "All that's really worth doing is what we do for others."- Lewis Carrol From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 21:21:26 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 834AC16A468 for ; Sat, 25 Aug 2007 21:21:26 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from mail.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.freebsd.org (Postfix) with ESMTP id 5540713C442 for ; Sat, 25 Aug 2007 21:21:26 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.pitbpa0.priv.collaborativefusion.com (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTP id A67D0EBC78; Sat, 25 Aug 2007 17:21:25 -0400 (EDT) Date: Sat, 25 Aug 2007 17:21:24 -0400 From: Bill Moran To: "Narek Gharibyan" Message-Id: <20070825172124.6295f597.wmoran@potentialtech.com> In-Reply-To: <01d201c7e75d$21950ea0$180ca8c0@arm.synisys.com> References: <01d201c7e75d$21950ea0$180ca8c0@arm.synisys.com> X-Mailer: Sylpheed 2.4.4 (GTK+ 2.10.14; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: IPFW and HTTPS problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 21:21:26 -0000 [Any reason you posted to the same list twice?] In response to "Narek Gharibyan" : > > I enabled https for my webmail. It works for LAN client but doesn't work for > Internet clients. I checked with tcpdump ipfw filters the incomping https > packets unless the rule > > Ipfw add allow tcp from any to ${webmail} 443 > > Ipfw add allow tcp from ${webmail} 443 to any > > > > Even I tried > > > > Ipfw add allow all from any to ${webmail} keep-state > > Ipfw add allow all from ${webmail} to any keep-state > > > > Nothing helps. > > > > Any comments? Yes. Please provide your entire ruleset. It's impossible to assist in debugging a ruleset with only a partial ruleset. Do not trim or edit the ruleset, as you may trim away the part that is causing the problem. On your own, the output of 'ipfw show' can be useful for determining which rules are blocking traffic, as it shows counters of how many packets have matched each rule. -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 21:38:38 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6D2316A41A for ; Sat, 25 Aug 2007 21:38:38 +0000 (UTC) (envelope-from martin.laabs@mailbox.tu-dresden.de) Received: from mailout2.zih.tu-dresden.de (mailout2.zih.tu-dresden.de [141.30.67.73]) by mx1.freebsd.org (Postfix) with ESMTP id 88F2B13C46C for ; Sat, 25 Aug 2007 21:38:38 +0000 (UTC) (envelope-from martin.laabs@mailbox.tu-dresden.de) Received: from rmc67-31.zih.tu-dresden.de ([141.30.67.31] helo=server-n) by mailout2.zih.tu-dresden.de with esmtp (Exim 4.63) (envelope-from ) id 1IP33R-0003n5-4j for freebsd-questions@freebsd.org; Sat, 25 Aug 2007 23:20:27 +0200 Received: from martin (pD9EB59A8.dip.t-dialin.net [217.235.89.168]) by server-n (Postfix) with ESMTP id EC587100A08E for ; Sat, 25 Aug 2007 23:20:24 +0200 (CEST) Date: Sat, 25 Aug 2007 23:25:23 +0200 To: freebsd-questions@freebsd.org From: "Martin Laabs" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: User-Agent: Opera Mail/9.10 (Linux) X-TUD-Virus-Scanned: mailout2.zih.tu-dresden.de Subject: secure /usr/src update X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 21:38:38 -0000 Hello, as far as I know neither CVSup, CTM nor (anonymous) CVS support any kind of (cryptographic) signing or encryption. Now I'd like to know if it is possible to obtain or update the base system in a secure and reliable way at all. For the ports collection there is portsnap which seems for me - in respect to the security issue - well concepted. Also, if I buy a (pressed) DVD I (hopefully) can trust the integrity of the system I install. (And with this DVD I'll receive the keyprint of portsnap on a - hopefull sufficient - secure way.) Solely the update of the /usr/src branch seems to be easily attackable by some standard stream inserting or very simple man in the middle attacks. Do you have any suggestions? Thank you, Martin Laabs From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 21:49:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95E8216A468 for ; Sat, 25 Aug 2007 21:49:02 +0000 (UTC) (envelope-from bv@bilver.wjv.com) Received: from wjv.com (fl-65-40-24-38.sta.embarqhsd.net [65.40.24.38]) by mx1.freebsd.org (Postfix) with ESMTP id 2452C13C465 for ; Sat, 25 Aug 2007 21:49:01 +0000 (UTC) (envelope-from bv@bilver.wjv.com) Received: from bilver.wjv.com (localhost.wjv.com [127.0.0.1]) by wjv.com (8.14.1/8.13.1) with ESMTP id l7PLmuoB055141 for ; Sat, 25 Aug 2007 17:48:56 -0400 (EDT) (envelope-from bv@bilver.wjv.com) Received: (from bv@localhost) by bilver.wjv.com (8.14.1/8.13.1/Submit) id l7PLmp9r055140 for freebsd-questions@freebsd.org; Sat, 25 Aug 2007 17:48:51 -0400 (EDT) (envelope-from bv) Date: Sat, 25 Aug 2007 17:48:51 -0400 From: Bill Vermillion To: freebsd-questions@freebsd.org Message-ID: <20070825214851.GA52476@wjv.com> References: <20070825043449.DACBE16A4CA@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070825043449.DACBE16A4CA@hub.freebsd.org> User-Agent: Mutt/1.4.2.2i Organization: W.J.Vermillion / Orlando - Winter Park ReplyTo: bv@wjv.com Subject: Re: /var or /usr for data? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bv@wjv.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 21:49:02 -0000 When asked his whereabouts on Sat, Aug 25, 2007 at 04:34 , freebsd-questions-request@freebsd.org took the fifth, drank it, and then slurred: > Date: Fri, 24 Aug 2007 14:35:27 -0400 > From: Jerry McAllister > Subject: Re: /var or /usr for data? > Content-Type: text/plain; charset=us-ascii > On Fri, Aug 24, 2007 at 08:19:43AM +0200, Wojciech Puchar wrote: > > >It would appear that the "proper" allocation of filesystems > > >on FreeBSD is to put all data in /usr. I'm used to this and > > >have been doing it for years. > > my favourite "proper" allocation is to make ONE partition > > m(/) and nothing ore. and forget all problems about how to > > mpartition your drive right... > That works for some situations. But, there are protections, > conveniences and backup efficiencies that thoughtful > partitioning provide that all-in-one doesn't. I've been running Unix systems for a long time. I've noted that if a filesystem fails - it almost invariably is /. If you totally trash it then you have to reload ALL the data and programs you have on the system. And with FBSD if you make root a reasonable size. I am running about 250MB for / - in a server only environment. 500MB would be safe however. Then if something happens you can just rebuild / - or totally reinstall the /, while NOT making new file systems on the remaining partitions you have. I will say that drives are more reliable than ever, but having spent hours recovering systems [commercial ones in the past] for someone who thought the best was to put 'all your eggs in one basket - eg /' was the right way, I've avoided strenuously. And applications such as MySQL give you options as to where to store the data. If you didn't do that during install it's quite easy to make symlinks to point the data to an approved place on your HD. And >IF< you have a program run amock and start filling things up, having everything on / will make recovery much harder. However cleaning up after one of those messes will teach you a lot. A friend of mine has a motto of "learn by destroying". Having a system with only / may be one step along that path :-) Bill -- Bill Vermillion - bv @ wjv . com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 21:59:01 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5418F16A41A for ; Sat, 25 Aug 2007 21:59:01 +0000 (UTC) (envelope-from dkelly@HiWAAY.net) Received: from bee.hiwaay.net (bee.hiwaay.net [216.180.54.11]) by mx1.freebsd.org (Postfix) with ESMTP id 1518D13C45A for ; Sat, 25 Aug 2007 21:59:00 +0000 (UTC) (envelope-from dkelly@HiWAAY.net) Received: from [10.0.0.2] ([216.186.148.249]) (authenticated bits=0) by bee.hiwaay.net (8.13.8/8.13.8) with ESMTP id l7PLisjX1193462 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Sat, 25 Aug 2007 16:44:57 -0500 (CDT) In-Reply-To: <01d201c7e75d$21950ea0$180ca8c0@arm.synisys.com> References: <01d201c7e75d$21950ea0$180ca8c0@arm.synisys.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: David Kelly Date: Sat, 25 Aug 2007 16:45:17 -0500 To: Narek Gharibyan X-Mailer: Apple Mail (2.752.3) Cc: FreeBSD Questions Subject: Re: IPFW and HTTPS problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: FreeBSD Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 21:59:01 -0000 On Aug 25, 2007, at 4:15 PM, Narek Gharibyan wrote: > I enabled https for my webmail. It works for LAN client but doesn't > work for > Internet clients. I checked with tcpdump ipfw filters the incomping > https > packets unless the rule tcpdump is the hard way. # ipfw zero try the webmail. # ipfw -a list Examine the above list for rules have been hit since zero. Your answer lies among the rules which have been hit. You might add "ipfw add 65000 deny log ip from any to any" and see what shows in /var/log/security for more details. If you see hits on a rule but don't understand why, add "log" to it. Probably best to duplicate that rule with a lower number so the "log" version is used first. And easy to remove the logging version later without touching the original. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 22:12:02 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 953C116A46E for ; Sat, 25 Aug 2007 22:12:02 +0000 (UTC) (envelope-from rl_deal@verizon.net) Received: from vms046pub.verizon.net (vms046pub.verizon.net [206.46.252.46]) by mx1.freebsd.org (Postfix) with ESMTP id 6A70C13C494 for ; Sat, 25 Aug 2007 22:12:02 +0000 (UTC) (envelope-from rl_deal@verizon.net) Received: from [192.168.1.47] ([68.239.116.14]) by vms046.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JNC001GDOBEOH36@vms046.mailsrvcs.net> for freebsd-questions@FreeBSD.org; Sat, 25 Aug 2007 17:11:47 -0500 (CDT) Date: Sat, 25 Aug 2007 18:11:42 -0400 From: Richard Deal To: "freebsd-questions@FreeBSD.org" Message-id: <46D0A91E.7000301@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) Cc: Subject: xfce 4.4 questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 22:12:02 -0000 Folks, I'm trying to install xfce 4.4 on my FreeBSD 6.1 box, (which I just upgraded via sysinstall). It ain't workin' and I sure could use some help. Full disclosure: I'm new to FreeBSD, although I do have a basic working knowledge of *nix fundamentals. I was able to install xfce 4.2, but the install is broken -- allow me to explain. Xfce 4.2 does install, I can start it, but several features don't work. For example, according to the docs I should see a menu bar (and options) on xfterm, but it isn't there. Several other install defaults are busted too. I've reinstalled the OS several times from a 'minimal' install to 'install EVERYTHING', via the CD, upgrades via sysinstall, via FTP. All were successful). I've installed XFCE4 according to your docs ("pkg_add -r xfce4") several times, and from /usr/ports/x11-wm/xfce4 ("make install clean"), but still the same problems. So, I thought I'd try installing a newer version of xfce (4.4). First question: what is a 'meta port', what does it do and what are it's limitations? Can't find anything in your docs that speak to this (nor any of the books I have, most notably the recent 'FreeBSD 6 Unleashed'). Reading the Ports page of your site, specifically the *xfce-4.4.1_1 *metaport; 'meta' seems to imply "run this and you'll install all the basics you need to run XFCE 4.4". Either it doesn't work or I've misinterpreted this. Under xfce-4.4.1, it says: "Requires:...." -- do I really have to install _every_single_pkg_listed_ BEFORE I install the xfce-4.4.1 metaport??? If so, that seems a bit much. Why can't there be a single manifest file which calls/installs all those required pkg's as a part of the metaport installation? In order to install xfce 4.4, do I have to manually install each and every file/port/pkg listed there which references xfce4.4? After doing a fresh OS install (6.1) from CD (X-Kern-Developer package), followed immediately by an upgrade (via sysinstall/FTP) which included an istall of the entire ports tree, I tried several ways to install xfce4.4: 1) downloaded xfce-4.4.1_1.tbz and ran pkg_add against it. It started but all I got was "Package not found!". If it knows what it needs, why can't it just bust out to your ftp site and get it and install it? 2) downloaded from your site everything in /pub/FreeBSD/ports/packages/x11-wm/xfce/, which seemed to have all those required files. Once downloaded, as noted above I ran pkg_add locally. Some packages installed, but most did not because their dependencies (such as glib-2.12.13) were not there. If xfce4.4 needs glib-2.12.13, why can't it (and any others) be included in .../x11-wm/xfce/ ? 3) Hmmmm....Ok, so then I ran pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/All/xfce-4.4.1_1.tbz, thinking this 'All' directory must have every bloody thing it needs. Nope. At this point, I start drinking. Heavily. Btw: it was in your Handbook I found the reference to 'pkg_add -r xfce4' to install xfce4x (found here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html). Well, I searched your site for any package specifically labeled 'xfce4' and I couldn't find it. The closest I got was the dir "xfce" under ftp.../pub/FreeBSD/ports/packages/x11-wm/. So, having seen your list of ports (and the 'package' listed under each), where can I find a complete list of packages? I've cruised many forums for info - nothing truly helpful. Bottom line, I don't really need xfce 4.4; I'd be happy if 4.2 just worked (all of it) on a basic level. I'm trying to learn here, and so far the books, the docs, and other FreeBSD articles out there don't seem to jibe. I keep reading (my paraphrase): "It's easy! Just run 'pkg_add -r package_name' and your done!'. Maybe this is true for some packages, but not the ones I've tried. I respect and admire the work you are doing, and what you have accomplished. I'm not giving up on FreeBSD. Any advice/info would be appreciated. cheers, - r From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 22:17:58 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D9A016A417 for ; Sat, 25 Aug 2007 22:17:58 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (unknown [IPv6:2001:610:1908:1000:204:23ff:feb7:ef56]) by mx1.freebsd.org (Postfix) with ESMTP id 76CF613C45B for ; Sat, 25 Aug 2007 22:17:57 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from lux.student.utwente.nl (lux.student.utwente.nl [130.89.170.81]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id l7PMHn1R011381; Sun, 26 Aug 2007 00:17:50 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Sun, 26 Aug 2007 00:17:48 +0200 User-Agent: KMail/1.9.7 References: <6d62f69a0708250435x3e1e56f0ne869556e373f23a5@mail.gmail.com> In-Reply-To: <6d62f69a0708250435x3e1e56f0ne869556e373f23a5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708260017.49468.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: "Bahman M." Subject: Re: Mouse suddenly gets detached and reattached X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 22:17:58 -0000 On Saturday 25 August 2007, Bahman M. wrote: > Hi all, > > I just installed X (xorg 7.2) and am using FluxBox. It's working well > and there are no problems. However, the mouse gets suddenly detached > and immediately reattached. I can't say exactly how often this > happens, roughly about 6~7 times a day. > > # dmesg | tail -n 4 > ums0: at uhub0 port 1 (addr 2) disconnected > ums0: detached > ums0: vendor 0x05e3 USB Mouse, rev 1.10/1.00, addr 2, iclass 3/1 > ums0: 5 buttons and Z dir. > > # sudo sysctl -a | grep ums > dev.ums.0.%desc: vendor 0x05e3 USB Mouse, rev 1.10/1.00, addr 2, iclass 3/1 > dev.ums.0.%driver: ums > dev.ums.0.%location: port=0 interface=0 > dev.ums.0.%pnpinfo: vendor=0x05e3 product=0x1205 devclass=0x00 > devsubclass=0x00 release=0x0100 sernum="" intclass=0x03 > intsubclass=0x01 > dev.ums.0.%parent: uhub0 > > # uname -ai > FreeBSD attila 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 > UTC 2007 root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > i386 GENERIC > > Is it sign of a problem? In fact I don't care about the hardware as it > can be easily replaced, I'm afraid that there's something wrong with > software. > > Thanks in advance for your help. > > Bahman An obvious test would be to connect the mouse to another usb port and/or controller. Maybe the mouse is flaky; try exchanging it with another. There could be a fracture in the mouse cord. Try to rule out hardware failure first. Hope this helps, Pieter de Goeje From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 22:43:04 2007 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A974116A417 for ; Sat, 25 Aug 2007 22:43:04 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id 37F6E13C442 for ; Sat, 25 Aug 2007 22:43:04 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-31-60.bredband.comhem.se ([83.253.31.60]:61606 helo=falcon.midgard.homeip.net) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1IP4LP-0007hZ-6l for freebsd-questions@FreeBSD.org; Sun, 26 Aug 2007 00:43:03 +0200 Received: (qmail 59694 invoked from network); 26 Aug 2007 00:42:59 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 26 Aug 2007 00:42:59 +0200 Received: (qmail 68462 invoked by uid 1001); 26 Aug 2007 00:42:59 +0200 Date: Sun, 26 Aug 2007 00:42:59 +0200 From: Erik Trulsson To: Richard Deal Message-ID: <20070825224259.GA68425@owl.midgard.homeip.net> Mail-Followup-To: Richard Deal , "freebsd-questions@FreeBSD.org" References: <46D0A91E.7000301@verizon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46D0A91E.7000301@verizon.net> User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.31.60 X-Scan-Result: No virus found in message 1IP4LP-0007hZ-6l. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1IP4LP-0007hZ-6l c721ed6d91cab7dad3fe33f743575075 Cc: "freebsd-questions@FreeBSD.org" Subject: Re: xfce 4.4 questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 22:43:04 -0000 On Sat, Aug 25, 2007 at 06:11:42PM -0400, Richard Deal wrote: > Folks, > > I'm trying to install xfce 4.4 on my FreeBSD 6.1 box, (which I just > upgraded via sysinstall). It ain't workin' and I sure could use some help. > Full disclosure: I'm new to FreeBSD, although I do have a basic working > knowledge of *nix fundamentals. > > I was able to install xfce 4.2, but the install is broken -- allow me to > explain. Xfce 4.2 does install, I can start it, but several features don't > work. For example, according to the docs I should see a menu bar (and > options) on xfterm, but it isn't there. Several other install defaults are > busted too. I've reinstalled the OS several times from a 'minimal' install > to 'install EVERYTHING', via the CD, upgrades via sysinstall, via FTP. All > were successful). I've installed XFCE4 according to your docs ("pkg_add -r > xfce4") several times, and from /usr/ports/x11-wm/xfce4 ("make install > clean"), but still the same problems. So, I thought I'd try installing a > newer version of xfce (4.4). > > First question: what is a 'meta port', what does it do and what are it's > limitations? A 'meta port' is a port which doesn't install anything itself, but just depends on a bunch of other ports so that they can all get pulled in automatically. > Can't find anything in your docs that speak to this (nor any > of the books I have, most notably the recent 'FreeBSD 6 Unleashed'). > Reading the Ports page of your site, specifically the *xfce-4.4.1_1 > *metaport; > 'meta' seems to imply "run this and you'll install all the basics you need > to run XFCE 4.4". Either it doesn't work or I've misinterpreted this. Under > xfce-4.4.1, it says: "Requires:...." -- do I really have to install > _every_single_pkg_listed_ BEFORE I install the xfce-4.4.1 metaport??? If > so, that seems a bit much. Why can't there be a single manifest file which > calls/installs all those required pkg's as a part of the metaport > installation? In order to install xfce 4.4, do I have to manually install > each and every file/port/pkg listed there which references xfce4.4? No,no. The point of the ports system/packages is that all the required ports will be pulled in and installed automatically. > > After doing a fresh OS install (6.1) from CD (X-Kern-Developer package), > followed immediately by an upgrade (via sysinstall/FTP) which included an > istall of the entire ports tree, I tried several ways to install xfce4.4: > > 1) downloaded xfce-4.4.1_1.tbz and ran pkg_add against it. It started but > all I got was "Package not found!". If it knows what it > needs, why can't it just bust out to your ftp site and get it and install > it? Because you did not use the '-r' flag to pkg_add which tells it to do exactly that? > > 2) downloaded from your site everything in > /pub/FreeBSD/ports/packages/x11-wm/xfce/, which seemed to have all those > required files. Once downloaded, as noted above I ran pkg_add locally. Some > packages installed, but most did not because their dependencies (such as > glib-2.12.13) were not there. If xfce4.4 needs glib-2.12.13, why can't it > (and any others) be included in .../x11-wm/xfce/ ? Because they live elsewhere. > > 3) Hmmmm....Ok, so then I ran pkg_add > ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/All/xfce-4.4.1_1.tbz, > thinking this 'All' directory must have every bloody thing it needs. Nope. > At this point, I start drinking. Heavily. > > Btw: it was in your Handbook I found the reference to 'pkg_add -r xfce4' to > install xfce4x (found here: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html). > Well, I searched your site for any package specifically labeled 'xfce4' and > I couldn't find it. The closest I got was the dir "xfce" under > ftp.../pub/FreeBSD/ports/packages/x11-wm/. So, having seen your list of > ports (and the 'package' listed under each), where can I find a complete > list of packages? > > I've cruised many forums for info - nothing truly helpful. > > Bottom line, I don't really need xfce 4.4; I'd be happy if 4.2 just worked > (all of it) on a basic level. I'm trying to learn here, and so far the > books, the docs, and other FreeBSD articles out there don't seem to jibe. I > keep reading (my paraphrase): "It's easy! Just run 'pkg_add -r > package_name' and your done!'. Maybe this is true for some packages, but > not the ones I've tried. > > I respect and admire the work you are doing, and what you have > accomplished. I'm not giving up on FreeBSD. Any advice/info would be > appreciated. > > cheers, > > - r > > > > _______________________________________________ > 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" -- Erik Trulsson ertr1013@student.uu.se From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 22:51:09 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44C1516A419 for ; Sat, 25 Aug 2007 22:51:09 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from smtp224.math.arizona.edu (smtp224.math.arizona.edu [128.196.224.202]) by mx1.freebsd.org (Postfix) with ESMTP id 187FE13C465 for ; Sat, 25 Aug 2007 22:51:09 +0000 (UTC) (envelope-from punosevac@math.arizona.edu) Received: from Debian-exim by smtp224.math.arizona.edu with local-bsmtp (Exim 4.50) id 1IP4TT-0002m6-Rt for questions@freebsd.org; Sat, 25 Aug 2007 15:51:30 -0700 Received: from 71-220-138-238.tcsn.qwest.net ([71.220.138.238] helo=oko.kicks-ass.net) by smtp224.math.arizona.edu with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IP4TP-0002lg-96; Sat, 25 Aug 2007 15:51:19 -0700 Message-ID: <46D0B244.3010004@math.arizona.edu> Date: Sat, 25 Aug 2007 15:50:44 -0700 From: Predrag Punosevac User-Agent: Thunderbird 2.0.0.4 (X11/20070713) MIME-Version: 1.0 To: Richard Deal , questions@freebsd.org References: <46D0A91E.7000301@verizon.net> In-Reply-To: <46D0A91E.7000301@verizon.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Outgoing-Spam-Score: -5.9 (-----) Cc: Subject: Re: xfce 4.4 questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 22:51:09 -0000 Meta port installs the whole thing. My immediate hunch is that you are making several mistakes. Is your port tree updated? Why did you use CD to install the Xfce? Why do you want to use pkg_add utility. What about Xorg. Quick instruction would take only 10 minutes but then you need XOrg and Xfce which will take couple hours to compile. Do fresh minimal installation without X. When the installer ask you about adding port tree you decline. The same when installer ask you to add any of the packages from the second CD. Then after installation cvsup the system and build your world and/or custom kernel as you like it. You will be fine without cvsup and with generic kernel. do portsnap fetch && portsnap extract then go to /usr/ports and install XOrg via ports (do not use pkg_add since you will get XOrg 6.9 instead of 7.2) Then go to Xfce 4.4 meta port and do make install clean. You will have complete Xfce which still doesn't mean that all things will work since you need to edit fstab, devfs.conf and rc.conf files Have Fun Predrag P.S. You can not get Xfce 4.4 since you do not even have XOrg 7.2 Richard Deal wrote: > Folks, > > I'm trying to install xfce 4.4 on my FreeBSD 6.1 box, (which I just > upgraded via sysinstall). It ain't workin' and I sure could use some > help. Full disclosure: I'm new to FreeBSD, although I do have a basic > working knowledge of *nix fundamentals. > > I was able to install xfce 4.2, but the install is broken -- allow me > to explain. Xfce 4.2 does install, I can start it, but several > features don't work. For example, according to the docs I should see a > menu bar (and options) on xfterm, but it isn't there. Several other > install defaults are busted too. I've reinstalled the OS several times > from a 'minimal' install to 'install EVERYTHING', via the CD, upgrades > via sysinstall, via FTP. All were successful). I've installed XFCE4 > according to your docs ("pkg_add -r xfce4") several times, and from > /usr/ports/x11-wm/xfce4 ("make install clean"), but still the same > problems. So, I thought I'd try installing a newer version of xfce (4.4). > > First question: what is a 'meta port', what does it do and what are > it's limitations? Can't find anything in your docs that speak to this > (nor any of the books I have, most notably the recent 'FreeBSD 6 > Unleashed'). Reading the Ports page of your site, specifically the > *xfce-4.4.1_1 > > *metaport; 'meta' seems to imply "run this and you'll install all the > basics you need to run XFCE 4.4". Either it doesn't work or I've > misinterpreted this. Under xfce-4.4.1, it says: "Requires:...." -- do > I really have to install _every_single_pkg_listed_ BEFORE I install > the xfce-4.4.1 metaport??? If so, that seems a bit much. Why can't > there be a single manifest file which calls/installs all those > required pkg's as a part of the metaport installation? In order to > install xfce 4.4, do I have to manually install each and every > file/port/pkg listed there which references xfce4.4? > > After doing a fresh OS install (6.1) from CD (X-Kern-Developer > package), followed immediately by an upgrade (via sysinstall/FTP) > which included an istall of the entire ports tree, I tried several > ways to install xfce4.4: > > 1) downloaded xfce-4.4.1_1.tbz and ran pkg_add against it. It started > but all I got was "Package not found!". If it > knows what it needs, why can't it just bust out to your ftp site and > get it and install it? > > 2) downloaded from your site everything in > /pub/FreeBSD/ports/packages/x11-wm/xfce/, which seemed to have all > those required files. Once downloaded, as noted above I ran pkg_add > locally. Some packages installed, but most did not because their > dependencies (such as glib-2.12.13) were not there. If xfce4.4 needs > glib-2.12.13, why can't it (and any others) be included in > .../x11-wm/xfce/ ? > > 3) Hmmmm....Ok, so then I ran pkg_add > ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/All/xfce-4.4.1_1.tbz, > thinking this 'All' directory must have every bloody thing it needs. > Nope. At this point, I start drinking. Heavily. > > Btw: it was in your Handbook I found the reference to 'pkg_add -r > xfce4' to install xfce4x (found here: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html). > Well, I searched your site for any package specifically labeled > 'xfce4' and I couldn't find it. The closest I got was the dir "xfce" > under ftp.../pub/FreeBSD/ports/packages/x11-wm/. So, having seen your > list of ports (and the 'package' listed under each), where can I find > a complete list of packages? > > I've cruised many forums for info - nothing truly helpful. > > Bottom line, I don't really need xfce 4.4; I'd be happy if 4.2 just > worked (all of it) on a basic level. I'm trying to learn here, and so > far the books, the docs, and other FreeBSD articles out there don't > seem to jibe. I keep reading (my paraphrase): "It's easy! Just run > 'pkg_add -r package_name' and your done!'. Maybe this is true for > some packages, but not the ones I've tried. > > I respect and admire the work you are doing, and what you have > accomplished. I'm not giving up on FreeBSD. Any advice/info would be > appreciated. > > cheers, > > - r > > > > _______________________________________________ > 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 25 23:07:14 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7622516A417 for ; Sat, 25 Aug 2007 23:07:14 +0000 (UTC) (envelope-from mich.admin@mail.ru) Received: from batman.mns.ru (batman.mns.ru [80.70.224.14]) by mx1.freebsd.org (Postfix) with ESMTP id 329D713C46C for ; Sat, 25 Aug 2007 23:07:13 +0000 (UTC) (envelope-from mich.admin@mail.ru) Received: from [192.168.0.27] ([192.168.0.27]) by batman.mns.ru with esmtp; Sun, 26 Aug 2007 02:57:10 +0400 id 00028E7D.46D0B3C6.00000954 Message-ID: <46D0B3C5.8000905@mail.ru> Date: Sun, 26 Aug 2007 02:57:09 +0400 From: Miz0 User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: TCP packets don't flow from external hosts to WinVista clients behind nat X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 23:07:14 -0000 Hello... I've got a strange trouble... FreeBSD 6.2 amd64 as nat-router: rl0 85.249.249.249 -> ISP fxp0 10.0.0.1 -> My Internat Net natd/ng_nat ipfw: allow all from any to any WinXP client machines work fine behind nat, but WinVista, FreeBSD (5.5/6.2) clients don't. It's very strange but it's unable to establish any TCP internet connection from non WinXP host. ICMP and UDP packets flows normally. For example, I can ping host ya.ru, get DNS-reply from internet servers, play games via UDP, but i can't view web pages, open shh session and just can't "telnet" to any port!!!! Traffic from/to my net is not filtering by firewalls at all. I've tested it with natd ang ng_nat - there's no difference! I've tried to solve this problem during last week =( Unfortunately, i can't. Now i'm going to try using pf or ipfilter instead of ipfw or ever reinstall server OS and may be change freebsd architecture to i386. Any ideas ? P.S.Sorry for my bad english. From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 23:49:55 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50C1316A417 for ; Sat, 25 Aug 2007 23:49:55 +0000 (UTC) (envelope-from amin.scg@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.178]) by mx1.freebsd.org (Postfix) with ESMTP id 1A95713C468 for ; Sat, 25 Aug 2007 23:49:55 +0000 (UTC) (envelope-from amin.scg@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so1507600waf for ; Sat, 25 Aug 2007 16:49:54 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:reply-to:from:to:cc:subject:date:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:thread-index:x-mimeole:message-id; b=puFxvyOVAqG87D80YEJ5NDnUnAqgE6FzpupmCBAnnyNwCyOG3mr+2Lut4Xs6LjMrbt9pVxoPrqPGG6IUp1nDgClvWi5JOE+zrjw59kBqYcF6gUsp9XXVirVM8rkvCes554fPADdbNlXn2uF0FcOWOeIgCCSl58yOlX9ElS9XepU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:reply-to:from:to:cc:subject:date:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:thread-index:x-mimeole:message-id; b=eLRYyI4yCNlmw8cm3qJFr28LFsg/i55Jd6j+hpr0q/1PQBeUXacacAlj5iHofvTfJPsInEU5DMiY5m6DywwxXU18kXn3jRXfOUbPCbIEkiQb76E31QGDqB40f7Nrq9JrLErm0QzG0ZHb9Piq0Olc52i1V2mc+Tk9zPHMukQdMs4= Received: by 10.115.89.1 with SMTP id r1mr4971841wal.1188085794257; Sat, 25 Aug 2007 16:49:54 -0700 (PDT) Received: from dtraaa ( [203.121.47.4]) by mx.google.com with ESMTPS id n30sm4981230wag.2007.08.25.16.49.47 (version=SSLv3 cipher=RC4-MD5); Sat, 25 Aug 2007 16:49:52 -0700 (PDT) From: "Aminuddin" To: "'Dan Nelson'" Date: Sun, 26 Aug 2007 07:49:40 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <20070825211352.GB25055@dan.emsphone.com> Thread-Index: AcfnXN6Kgfu5JWufQwCCyVn1CUctxAAFQbhw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 Message-ID: <46d0c020.1ed7720a.6721.1aee@mx.google.com> Cc: freebsd-questions@freebsd.org Subject: RE: How to block 200K ip addresses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: amin.scg@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 23:49:55 -0000 I intend to create a ruleset file consisting of this statement: Ruleset------------------------ add 2300 skipto 2301 ip from 0.0.0.0/6 to any add 2400 skipto 2401 ip from any to 0.0.0.0/6 add 2300 skipto 2302 ip from 4.0.0.0/6 to any add 2400 skipto 2402 ip from any to 4.0.0.0/6 add 2300 skipto 2303 ip from 8.0.0.0/6 to any add 2400 skipto 2403 ip from any to 8.0.0.0/6 add 2300 skipto 2304 ip from 12.0.0.0/6 to any add 2400 skipto 2404 ip from any to 12.0.0.0/6 add 2300 skipto 2305 ip from 16.0.0.0/6 to any add 2400 skipto 2405 ip from any to 16.0.0.0/6 add 2300 skipto 2306 ip from 20.0.0.0/6 to any add 2400 skipto 2406 ip from any to 20.0.0.0/6 add 2300 skipto 2307 ip from 24.0.0.0/6 to any add 2400 skipto 2407 ip from any to 24.0.0.0/6 add 2300 skipto 2308 ip from 28.0.0.0/6 to any add 2400 skipto 2408 ip from any to 28.0.0.0/6 add 2300 skipto 2309 ip from 32.0.0.0/6 to any add 2400 skipto 2409 ip from any to 32.0.0.0/6 add 2300 skipto 2310 ip from 36.0.0.0/6 to any add 2400 skipto 2410 ip from any to 36.0.0.0/6 add 2300 skipto 2311 ip from 40.0.0.0/6 to any add 2400 skipto 2411 ip from any to 40.0.0.0/6 add 2300 skipto 2312 ip from 44.0.0.0/6 to any add 2400 skipto 2412 ip from any to 44.0.0.0/6 add 2300 skipto 2313 ip from 48.0.0.0/6 to any add 2400 skipto 2413 ip from any to 48.0.0.0/6 add 2300 skipto 2314 ip from 52.0.0.0/6 to any add 2400 skipto 2414 ip from any to 52.0.0.0/6 add 2300 skipto 2315 ip from 56.0.0.0/6 to any add 2400 skipto 2415 ip from any to 56.0.0.0/6 add 2300 skipto 2316 ip from 60.0.0.0/6 to any add 2400 skipto 2416 ip from any to 60.0.0.0/6 add 2300 skipto 2317 ip from 64.0.0.0/6 to any add 2400 skipto 2417 ip from any to 64.0.0.0/6 add 2300 skipto 2318 ip from 68.0.0.0/6 to any add 2400 skipto 2418 ip from any to 68.0.0.0/6 add 2300 skipto 2319 ip from 72.0.0.0/6 to any add 2400 skipto 2419 ip from any to 72.0.0.0/6 add 2300 skipto 2320 ip from 76.0.0.0/6 to any add 2400 skipto 2420 ip from any to 76.0.0.0/6 add 2300 skipto 2321 ip from 80.0.0.0/6 to any add 2400 skipto 2421 ip from any to 80.0.0.0/6 add 2300 skipto 2322 ip from 84.0.0.0/6 to any add 2400 skipto 2422 ip from any to 84.0.0.0/6 add 2300 skipto 2323 ip from 88.0.0.0/6 to any add 2400 skipto 2423 ip from any to 88.0.0.0/6 add 2300 skipto 2324 ip from 92.0.0.0/6 to any add 2400 skipto 2424 ip from any to 92.0.0.0/6 add 2300 skipto 2325 ip from 96.0.0.0/6 to any add 2400 skipto 2425 ip from any to 96.0.0.0/6 add 2300 skipto 2326 ip from 100.0.0.0/6 to any add 2400 skipto 2426 ip from any to 100.0.0.0/6 add 2300 skipto 2327 ip from 104.0.0.0/6 to any add 2400 skipto 2427 ip from any to 104.0.0.0/6 add 2300 skipto 2328 ip from 108.0.0.0/6 to any add 2400 skipto 2428 ip from any to 108.0.0.0/6 add 2300 skipto 2329 ip from 112.0.0.0/6 to any add 2400 skipto 2429 ip from any to 112.0.0.0/6 add 2300 skipto 2330 ip from 116.0.0.0/6 to any add 2400 skipto 2430 ip from any to 116.0.0.0/6 add 2300 skipto 2331 ip from 120.0.0.0/6 to any add 2400 skipto 2431 ip from any to 120.0.0.0/6 add 2300 skipto 2332 ip from 124.0.0.0/6 to any add 2400 skipto 2432 ip from any to 124.0.0.0/6 add 2300 skipto 2333 ip from 128.0.0.0/6 to any add 2400 skipto 2433 ip from any to 128.0.0.0/6 add 2300 skipto 2334 ip from 132.0.0.0/6 to any add 2400 skipto 2434 ip from any to 132.0.0.0/6 add 2300 skipto 2335 ip from 136.0.0.0/6 to any add 2400 skipto 2435 ip from any to 136.0.0.0/6 add 2300 skipto 2336 ip from 140.0.0.0/6 to any add 2400 skipto 2436 ip from any to 140.0.0.0/6 add 2300 skipto 2337 ip from 144.0.0.0/6 to any add 2400 skipto 2437 ip from any to 144.0.0.0/6 add 2300 skipto 2338 ip from 148.0.0.0/6 to any add 2400 skipto 2438 ip from any to 148.0.0.0/6 add 2300 skipto 2339 ip from 152.0.0.0/6 to any add 2400 skipto 2439 ip from any to 152.0.0.0/6 add 2300 skipto 2340 ip from 156.0.0.0/6 to any add 2400 skipto 2440 ip from any to 156.0.0.0/6 add 2300 skipto 2341 ip from 160.0.0.0/6 to any add 2400 skipto 2441 ip from any to 160.0.0.0/6 add 2300 skipto 2342 ip from 164.0.0.0/6 to any add 2400 skipto 2442 ip from any to 164.0.0.0/6 add 2300 skipto 2343 ip from 168.0.0.0/6 to any add 2400 skipto 2443 ip from any to 168.0.0.0/6 add 2300 skipto 2344 ip from 172.0.0.0/6 to any add 2400 skipto 2444 ip from any to 172.0.0.0/6 add 2300 skipto 2345 ip from 176.0.0.0/6 to any add 2400 skipto 2445 ip from any to 176.0.0.0/6 add 2300 skipto 2346 ip from 180.0.0.0/6 to any add 2400 skipto 2446 ip from any to 180.0.0.0/6 add 2300 skipto 2347 ip from 184.0.0.0/6 to any add 2400 skipto 2447 ip from any to 184.0.0.0/6 add 2300 skipto 2348 ip from 188.0.0.0/6 to any add 2400 skipto 2448 ip from any to 188.0.0.0/6 add 2300 skipto 2349 ip from 192.0.0.0/6 to any add 2400 skipto 2449 ip from any to 192.0.0.0/6 add 2300 skipto 2350 ip from 196.0.0.0/6 to any add 2400 skipto 2450 ip from any to 196.0.0.0/6 add 2300 skipto 2351 ip from 200.0.0.0/6 to any add 2400 skipto 2451 ip from any to 200.0.0.0/6 add 2300 skipto 2352 ip from 204.0.0.0/6 to any add 2400 skipto 2452 ip from any to 204.0.0.0/6 add 2300 skipto 2353 ip from 208.0.0.0/6 to any add 2400 skipto 2453 ip from any to 208.0.0.0/6 add 2300 skipto 2354 ip from 212.0.0.0/6 to any add 2400 skipto 2454 ip from any to 212.0.0.0/6 add 2300 skipto 2355 ip from 216.0.0.0/6 to any add 2400 skipto 2455 ip from any to 216.0.0.0/6 add 2300 skipto 2356 ip from 220.0.0.0/6 to any add 2400 skipto 2456 ip from any to 220.0.0.0/6 add 2300 skipto 2357 ip from 224.0.0.0/6 to any add 2400 skipto 2457 ip from any to 224.0.0.0/6 add 2300 skipto 2358 ip from 228.0.0.0/6 to any add 2400 skipto 2458 ip from any to 228.0.0.0/6 add 2300 skipto 2359 ip from 232.0.0.0/6 to any add 2400 skipto 2459 ip from any to 232.0.0.0/6 add 2300 skipto 2360 ip from 236.0.0.0/6 to any add 2400 skipto 2460 ip from any to 236.0.0.0/6 add 2300 skipto 2361 ip from 240.0.0.0/6 to any add 2400 skipto 2461 ip from any to 240.0.0.0/6 add 2300 skipto 2362 ip from 244.0.0.0/6 to any add 2400 skipto 2462 ip from any to 244.0.0.0/6 add 2300 skipto 2363 ip from 248.0.0.0/6 to any add 2400 skipto 2463 ip from any to 248.0.0.0/6 add 2300 skipto 2364 ip from 252.0.0.0/6 to any add 2400 skipto 2464 ip from any to 252.0.0.0/6 add 2301 deny ip from 3.0.0.0/8 to any add 2401 reject ip from any to 3.0.0.0/8 add 2302 deny ip from 4.0.25.146/31 to any add 2402 reject ip from any to 4.0.25.146/31 add 2302 deny ip from 4.0.25.148/32 to any add 2402 reject ip from any to 4.0.25.148/32 add 2302 deny ip from 4.0.26.14/31 to any add 2402 reject ip from any to 4.0.26.14/31 add 2302 deny ip from 4.0.26.16/28 to any add 2402 reject ip from any to 4.0.26.16/28 add 2302 deny ip from 4.0.26.32/27 to any add 2402 reject ip from any to 4.0.26.32/27 add 2302 deny ip from 4.0.26.64/26 to any add 2402 reject ip from any to 4.0.26.64/26 add 2302 deny ip from 4.0.26.128/25 to any add 2402 reject ip from any to 4.0.26.128/25 add 2302 deny ip from 4.0.27.0/24 to any add 2402 reject ip from any to 4.0.27.0/24 add 2302 deny ip from 4.0.28.0/24 to any add 2402 reject ip from any to 4.0.28.0/24 add 2302 deny ip from 4.0.29.0/28 to any add 2402 reject ip from any to 4.0.29.0/28 add 2302 deny ip from 4.0.29.16/29 to any add 2402 reject ip from any to 4.0.29.16/29 add 2302 deny ip from 4.0.29.24/32 to any add 2402 reject ip from any to 4.0.29.24/32 add 2302 deny ip from 4.2.144.64/27 to any add 2402 reject ip from any to 4.2.144.64/27 add 2302 deny ip from 4.2.144.224/29 to any add 2402 reject ip from any to 4.2.144.224/29 add 2302 deny ip from 4.2.144.248/29 to any add 2402 reject ip from any to 4.2.144.248/29 add 2302 deny ip from 4.2.145.224/28 to any add 2402 reject ip from any to 4.2.145.224/28 add 2302 deny ip from 4.2.153.0/29 to any add 2402 reject ip from any to 4.2.153.0/29 add 2302 deny ip from 4.2.153.32/27 to any add 2402 reject ip from any to 4.2.153.32/27 add 2302 deny ip from 4.2.160.64/28 to any add 2402 reject ip from any to 4.2.160.64/28 add 2302 deny ip from 4.2.161.0/29 to any add 2402 reject ip from any to 4.2.161.0/29 add 2302 deny ip from 4.2.161.64/29 to any add 2402 reject ip from any to 4.2.161.64/29 add 2302 deny ip from 4.2.162.128/29 to any add 2402 reject ip from any to 4.2.162.128/29 add 2302 deny ip from 4.2.162.144/29 to any add 2402 reject ip from any to 4.2.162.144/29 add 2302 deny ip from 4.2.162.160/27 to any add 2402 reject ip from any to 4.2.162.160/27 add 2302 deny ip from 4.2.163.96/27 to any add 2402 reject ip from any to 4.2.163.96/27 add 2302 deny ip from 4.2.169.0/26 to any add 2402 reject ip from any to 4.2.169.0/26 add 2302 deny ip from 4.2.169.64/27 to any add 2402 reject ip from any to 4.2.169.64/27 add 2302 deny ip from 4.2.169.112/29 to any add 2402 reject ip from any to 4.2.169.112/29 add 2302 deny ip from 4.2.169.128/25 to any add 2402 reject ip from any to 4.2.169.128/25 add 2302 deny ip from 4.2.170.32/27 to any add 2402 reject ip from any to 4.2.170.32/27 add 2302 deny ip from 4.2.170.144/29 to any add 2402 reject ip from any to 4.2.170.144/29 add 2302 deny ip from 4.2.172.0/24 to any add 2402 reject ip from any to 4.2.172.0/24 add 2302 deny ip from 4.2.173.32/27 to any add 2402 reject ip from any to 4.2.173.32/27 add 2302 deny ip from 4.2.176.32/27 to any add 2402 reject ip from any to 4.2.176.32/27 add 2302 deny ip from 4.2.176.64/29 to any add 2402 reject ip from any to 4.2.176.64/29 add 2302 deny ip from 4.2.176.88/29 to any add 2402 reject ip from any to 4.2.176.88/29 add 2302 deny ip from 4.2.176.96/27 to any add 2402 reject ip from any to 4.2.176.96/27 add 2302 deny ip from 4.2.179.32/28 to any add 2402 reject ip from any to 4.2.179.32/28 add 2302 deny ip from 4.2.179.192/27 to any add 2402 reject ip from any to 4.2.179.192/27 add 2302 deny ip from 4.2.179.232/29 to any add 2402 reject ip from any to 4.2.179.232/29 add 2302 deny ip from 4.2.184.0/23 to any add 2402 reject ip from any to 4.2.184.0/23 add 2302 deny ip from 4.2.186.0/24 to any add 2402 reject ip from any to 4.2.186.0/24 add 2302 deny ip from 4.2.188.96/29 to any add 2402 reject ip from any to 4.2.188.96/29 add 2302 deny ip from 4.2.188.128/25 to any add 2402 reject ip from any to 4.2.188.128/25 add 2302 deny ip from 4.2.189.0/24 to any add 2402 reject ip from any to 4.2.189.0/24 add 2302 deny ip from 4.2.192.0/28 to any add 2402 reject ip from any to 4.2.192.0/28 add 2302 deny ip from 4.2.192.64/28 to any add 2402 reject ip from any to 4.2.192.64/28 add 2302 deny ip from 4.2.192.96/27 to any add 2402 reject ip from any to 4.2.192.96/27 add 2302 deny ip from 4.2.192.192/27 to any add 2402 reject ip from any to 4.2.192.192/27 add 2302 deny ip from 4.2.193.0/25 to any add 2402 reject ip from any to 4.2.193.0/25 add 2302 deny ip from 4.2.224.0/29 to any add 2402 reject ip from any to 4.2.224.0/29 add 2302 deny ip from 4.2.224.32/27 to any add 2402 reject ip from any to 4.2.224.32/27 add 2302 deny ip from 4.2.224.64/26 to any add 2402 reject ip from any to 4.2.224.64/26 add 2302 deny ip from 4.2.225.80/29 to any add 2402 reject ip from any to 4.2.225.80/29 add 2302 deny ip from 4.2.225.248/29 to any add 2402 reject ip from any to 4.2.225.248/29 add 2302 deny ip from 4.2.226.152/29 to any add 2402 reject ip from any to 4.2.226.152/29 add 2302 deny ip from 4.2.227.0/26 to any add 2402 reject ip from any to 4.2.227.0/26 add 2302 deny ip from 4.2.227.72/29 to any add 2402 reject ip from any to 4.2.227.72/29 add 2302 deny ip from 4.2.227.80/29 to any add 2402 reject ip from any to 4.2.227.80/29 add 2302 deny ip from 4.2.227.128/29 to any add 2402 reject ip from any to 4.2.227.128/29 add 2302 deny ip from 4.17.1.64/27 to any add 2402 reject ip from any to 4.17.1.64/27 add 2302 deny ip from 4.17.2.0/25 to any add 2402 reject ip from any to 4.17.2.0/25 add 2302 deny ip from 4.17.2.240/28 to any add 2402 reject ip from any to 4.17.2.240/28 add 2302 deny ip from 4.17.3.128/26 to any add 2402 reject ip from any to 4.17.3.128/26 add 2302 deny ip from 4.17.24.0/22 to any add 2402 reject ip from any to 4.17.24.0/22 add 2302 deny ip from 4.17.28.0/24 to any add 2402 reject ip from any to 4.17.28.0/24 add 2302 deny ip from 4.17.71.200/29 to any add 2402 reject ip from any to 4.17.71.200/29 add 2302 deny ip from 4.17.130.32/27 to any add 2402 reject ip from any to 4.17.130.32/27 add 2302 deny ip from 4.17.130.88/29 to any add 2402 reject ip from any to 4.17.130.88/29 add 2302 deny ip from 4.17.137.224/27 to any add 2402 reject ip from any to 4.17.137.224/27 add 2302 deny ip from 4.17.140.48/28 to any add 2402 reject ip from any to 4.17.140.48/28 add 2302 deny ip from 4.17.150.112/28 to any add 2402 reject ip from any to 4.17.150.112/28 add 2302 deny ip from 4.17.157.0/24 to any add 2402 reject ip from any to 4.17.157.0/24 add 2302 deny ip from 4.17.159.64/26 to any add 2402 reject ip from any to 4.17.159.64/26 add 2302 deny ip from 4.17.160.160/28 to any add 2402 reject ip from any to 4.17.160.160/28 add 2302 deny ip from 4.17.160.240/29 to any add 2402 reject ip from any to 4.17.160.240/29 add 2302 deny ip from 4.17.168.192/26 to any add 2402 reject ip from any to 4.17.168.192/26 add 2302 deny ip from 4.17.172.64/27 to any add 2402 reject ip from any to 4.17.172.64/27 add 2302 deny ip from 4.17.175.32/27 to any add 2402 reject ip from any to 4.17.175.32/27 add 2302 deny ip from 4.17.180.0/23 to any add 2402 reject ip from any to 4.17.180.0/23 add 2302 deny ip from 4.17.183.128/25 to any add 2402 reject ip from any to 4.17.183.128/25 add 2302 deny ip from 4.17.192.0/27 to any add 2402 reject ip from any to 4.17.192.0/27 add 2302 deny ip from 4.17.192.64/28 to any add 2402 reject ip from any to 4.17.192.64/28 add 2302 deny ip from 4.17.192.128/25 to any add 2402 reject ip from any to 4.17.192.128/25 add 2302 deny ip from 4.17.193.112/28 to any add 2402 reject ip from any to 4.17.193.112/28 add 2302 deny ip from 4.17.193.128/25 to any add 2402 reject ip from any to 4.17.193.128/25 add 2302 deny ip from 4.17.222.96/27 to any add 2402 reject ip from any to 4.17.222.96/27 add 2302 deny ip from 4.17.229.0/27 to any add 2402 reject ip from any to 4.17.229.0/27 add 2302 deny ip from 4.17.232.0/24 to any add 2402 reject ip from any to 4.17.232.0/24 add 2302 deny ip from 4.18.0.0/24 to any add 2402 reject ip from any to 4.18.0.0/24 add 2302 deny ip from 4.18.5.128/26 to any add 2402 reject ip from any to 4.18.5.128/26 add 2302 deny ip from 4.18.6.32/27 to any add 2402 reject ip from any to 4.18.6.32/27 add 2302 deny ip from 4.18.26.0/25 to any add 2402 reject ip from any to 4.18.26.0/25 add 2302 deny ip from 4.18.26.128/29 to any add 2402 reject ip from any to 4.18.26.128/29 add 2302 deny ip from 4.18.32.16/28 to any add 2402 reject ip from any to 4.18.32.16/28 add 2302 deny ip from 4.18.32.80/28 to any add 2402 reject ip from any to 4.18.32.80/28 add 2302 deny ip from 4.18.32.96/27 to any add 2402 reject ip from any to 4.18.32.96/27 add 2302 deny ip from 4.18.32.128/27 to any add 2402 reject ip from any to 4.18.32.128/27 add 2302 deny ip from 4.18.32.208/29 to any add 2402 reject ip from any to 4.18.32.208/29 add 2302 deny ip from 4.18.32.224/28 to any add 2402 reject ip from any to 4.18.32.224/28 add 2302 deny ip from 4.18.34.0/27 to any add 2402 reject ip from any to 4.18.34.0/27 add 2302 deny ip from 4.18.34.136/29 to any add 2402 reject ip from any to 4.18.34.136/29 add 2302 deny ip from 4.18.34.224/29 to any add 2402 reject ip from any to 4.18.34.224/29 add 2302 deny ip from 4.18.35.16/29 to any add 2402 reject ip from any to 4.18.35.16/29 add 2302 deny ip from 4.18.35.48/28 to any add 2402 reject ip from any to 4.18.35.48/28 add 2302 deny ip from 4.18.35.200/29 to any add 2402 reject ip from any to 4.18.35.200/29 add 2302 deny ip from 4.18.35.224/27 to any add 2402 reject ip from any to 4.18.35.224/27 add 2302 deny ip from 4.18.36.0/26 to any add 2402 reject ip from any to 4.18.36.0/26 add 2302 deny ip from 4.18.37.16/28 to any add 2402 reject ip from any to 4.18.37.16/28 add 2302 deny ip from 4.18.37.128/25 to any add 2402 reject ip from any to 4.18.37.128/25 add 2302 deny ip from 4.18.38.0/24 to any ------------------------------------end ruleset Will the above rules block me from ssh into my remote server if the ip addresses of my local pc (dynamic ip) not within any of the above rules ip range as well as block my snmpd services? -----Original Message----- From: Dan Nelson [mailto:dnelson@allantgroup.com] Sent: Sunday, August 26, 2007 5:14 AM To: Aminuddin Cc: freebsd-questions@freebsd.org Subject: Re: How to block 200K ip addresses? In the last episode (Aug 26), Aminuddin said: > How do you block this large range of ip addresses from different > subnet? IPFW only allows 65536 rules while this will probably use up > a few hundred thousands of lines. > > I'm also trying to add this into my proxy configuration file, ss5.conf but > it doesn't allow me to add this large number. > > IS this the limitation of IPF or FreeBSD? How do I work around this? Even though there are 65536 rule numbers, each number can actually have any amount of rules assigned to it. What you're probably looking for, though, is ipfw's table keyword, which uses the same radix tree lookup format as the kernel's routing tables, so it scales well to large amounts of sparse addresses. man ipfw, search for "lookup tables". -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Sat Aug 25 23:50:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB25F16A4ED for ; Sat, 25 Aug 2007 23:50:04 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: from pizzabox.cyberleo.net (alpha.cyberleo.net [198.145.45.10]) by mx1.freebsd.org (Postfix) with ESMTP id A76DF13C459 for ; Sat, 25 Aug 2007 23:50:04 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: (qmail 57481 invoked from network); 25 Aug 2007 23:49:53 -0000 Received: from adsl-75-3-87-131.dsl.chcgil.sbcglobal.net (HELO ?172.16.44.14?) (cyberleo@cyberleo.net@75.3.87.131) by alpha.cyberleo.net with ESMTPA; 25 Aug 2007 23:49:53 -0000 Message-ID: <46D0BFED.4030303@cyberleo.net> Date: Sat, 25 Aug 2007 18:49:01 -0500 From: CyberLeo Kitsana User-Agent: Thunderbird 2.0.0.6 (X11/20070819) MIME-Version: 1.0 To: Wojciech Puchar References: <56712.67.176.75.179.1187816225.squirrel@webmail.wcubed.net> <20070824081848.F73687@wojtek.tensor.gdynia.pl> In-Reply-To: <20070824081848.F73687@wojtek.tensor.gdynia.pl> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Brad Waite , freebsd-questions@freebsd.org Subject: Re: /var or /usr for data? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 23:50:04 -0000 Wojciech Puchar wrote: >> It would appear that the "proper" allocation of filesystems on FreeBSD is >> to put all data in /usr. I'm used to this and have been doing it for >> years. > > my favourite "proper" allocation is to make ONE partition (/) and > nothing more. and forget all problems about how to partition your drive > right... With a single, large filesystem on /, you cannot take advantage of things like background fsck, cuz / always needs to be checked fully before the system goes multiuser. A small / partition is quick to fsck, and can be kept mounted sync to ensure consistency without harming system throughput. All the others (/var, /usr, /foo) can be checked after the machine is live, greatly speeding up post-crash recovery. -- Fuzzy love, -CyberLeo Technical Administrator CyberLeo.Net Webhosting http://www.CyberLeo.Net Furry Peace! - http://wwww.fur.com/peace/