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