From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 01:19:32 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DEE1106566B for ; Sun, 15 Nov 2009 01:19:32 +0000 (UTC) (envelope-from arab@tangerine-army.co.uk) Received: from smtp-out4.blueyonder.co.uk (smtp-out4.blueyonder.co.uk [195.188.213.7]) by mx1.freebsd.org (Postfix) with ESMTP id 247F08FC14 for ; Sun, 15 Nov 2009 01:19:31 +0000 (UTC) Received: from [172.23.170.145] (helo=anti-virus03-08) by smtp-out4.blueyonder.co.uk with smtp (Exim 4.52) id 1N9Tm6-0003fY-KV for freebsd-questions@freebsd.org; Sun, 15 Nov 2009 01:19:30 +0000 Received: from [94.168.156.45] (helo=Mercury.galaxy.lan.lcl) by asmtp-out5.blueyonder.co.uk with esmtp (Exim 4.52) id 1N9Tm6-0001FB-7E for freebsd-questions@freebsd.org; Sun, 15 Nov 2009 01:19:30 +0000 Date: Sun, 15 Nov 2009 01:19:29 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Message-ID: <01FB8F39BAD0BD49A6D0DA8F7897392904F747@Mercury.galaxy.lan.lcl> Content-class: urn:content-classes:message In-Reply-To: X-MimeOLE: Produced By Microsoft Exchange V6.5 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ZFS disk replacement questions Thread-Index: AcpdMA6AcizAviYGSJaJzvYhGz212gIX5WYg References: <4AF07493.7050208@comcast.net><4AF08A42.9000900@comcast.net> From: "Graeme Dargie" To: "FreeBSD Questions" Subject: RE: ZFS disk replacement questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2009 01:19:32 -0000 -----Original Message----- From: krad [mailto:kraduk@googlemail.com]=20 Sent: 04 November 2009 09:19 To: Steve Polyack Cc: Derrick Ryalls; FreeBSD Questions Subject: Re: ZFS disk replacement questions 2009/11/3 Steve Polyack > Derrick Ryalls wrote: > >> On Tue, Nov 3, 2009 at 10:21 AM, Steve Polyack >> wrote: >> >> >>> Derrick Ryalls wrote: >>> >>> >>>> 1) In the event of a disk failure, how do I trace back the name such >>>> as adX to a physical drive in the enclosure? Is there a way to take >>>> the drive offline then use atacontrol to spin it down or something so >>>> it is easy to identify? >>>> >>>> >>>> >>> In my opinion you are best off using glabel(8) to give names to the >>> disks. >>> This way you can name them in a way that makes sense to you. >>> Additionally, >>> when you create the ZFS pool you will use the glabel'd names. This means >>> that the pool will still come up properly if something causes your >>> devices >>> to be numbered differently (i.e. a drive dies and you happen to reboot >>> the >>> system). >>> >>> >> >> I believe ZFS does this automatically. Supposedly, if you take a >> working set of RAIDZ drives from one machine and put it in another, >> ZFS will figure out the drives since they get labelled by ZFS >> internally. My question concerns how to identify the physical disk in >> question based on the adX or glabel name? Different name in software >> is fine, but if the drive fails I want to make sure I pull the correct >> drive. >> >> >> > This is possible, but I don't remember reading that ZFS handles this > anywhere, and I've seen glabel(8) recommended elsewhere for the same reason. > > Either way, you can add your drives one-by-one and label them on the > enclosure "arraydrive00" and then glabel the individual disks with the same > name. This way when ZFS tells you "arraydrive03" is dead/offline, you can > look at your enclosure and pull the drive with the arraydrive03 label. > > Depending on your controller it is also probably worth it to use one of >>> the >>> SATA-specific drivers in FreeBSD 8 - these are ones like ahci(4) and >>> siis(4). While the generic ata(4) driver will work for pretty much >>> everything, the updated AHCI drivers can take advantage of some more >>> features. Enable the modules at boot to use them. >>> >>> >> >> I will look into it, thanks. The machine in question is 2 year old >> hardware currently with a 3ware raid card. I will be going software >> raid only, but FreeBSD already recognizes the eSATA drive I have >> attached as a backup device so I know the O/S can at least talk to >> sata drives attached to the mobo. >> >> >> > > _______________________________________________ > 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 thing to note about resilvering; unlike most raid systems zfs knows what is going on at the filesystem level as well as block level. Therefore when a drive has to be resilvered, only the data on the drive is rebuilt rather than every block as with most other raid subsystems. eg if you have a 1TB hd but only have 20 Gig of data, only 20 gig is copied/rebuilt rather than 1 TB of data if you were using gvinum/gmirror. This massively speeds up rebuild times and stress on the other drives. However the fuller the drive the less the benefits _______________________________________________ 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" Hi All Sorry to jump in on someone else's question / answer but I have a related query. I notice the previous answer mentioned specific achi(4) driver and Freebsd 8.0 are these available in 7.2 ? Will the achi(4) driver work happily along side the ata driver. I just replaced every drive in my raidz array the dirty way as I could not see away to make the replacement drive show up without doing a reboot, would the achi(4) driver allow me to hot swap the disks in the future ? Regards Graeme From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 02:23:31 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA5111065730 for ; Sun, 15 Nov 2009 02:23:31 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 32BAE8FC17 for ; Sun, 15 Nov 2009 02:23:30 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 9so1358365eyd.9 for ; Sat, 14 Nov 2009 18:23:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type; bh=davG/HMeBvLsNpVEG1/E0rmuPtgFP+1opPQQCn9h7bg=; b=YqEILa0B14BZpwV9SAHzs2hkjSz0xm7eoXt7dPBmZVeZB6EI6/CM1J5P8DCboBlvdT Te0huII9IE/FbTl/BSh74lsinByIg1DOzw+BDs/rQ2e4aCzxVspIocAfT1qR5a8Bql2d JLpkgJ4Mbc5xJmCLD1xG0Z6O/y+EuMFdgOPx0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=aaPb/jCN12oOungRsAzutwcxtt00gHepvUgsUaT7SSEps80mmFSoe0ufu6givQZmak U8i3l+aQFhFdXimE80zjkuwdZrY7AHFLIPIUEpr2sRPxUp1rna2CokngtyeYAWouwAQW YscwDhpEZrDyXOOqgvR1moQJZjYuGOj+8v+wk= MIME-Version: 1.0 Received: by 10.216.86.139 with SMTP id w11mr2016977wee.10.1258251810062; Sat, 14 Nov 2009 18:23:30 -0800 (PST) Date: Sun, 15 Nov 2009 02:23:30 +0000 Message-ID: From: "b. f." To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: christopher-ml@telting.org Subject: Re: Produce identical packages for checksum comparison? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Nov 2009 02:23:31 -0000 Chris wrote: >I'm also thinking of building a simple checksum database to track what actually changes >and what my options were when I compiled it. It would allow me to better make >regression decisions. I could also be free to delete packages and know if I recompile >it later that it was the exact same package with the exact same options. Very simple >script to do that. Also if say there was an option when compiling ports to produce files >with specific time/dates it would be helpful in pinpointing which of my port branches >a specific file came from. The elusive "reproducible build". Many people are interested in doing this, and it's not as easy as it seems. Even if you edited your filesystem or archives to change the timestamps of package files, the toolchain used to create the binary files in packages often injects random seeds, timestamps, file paths, uid/gid information, etc. that creates differences from one build to the next. You may have to hack several base system utilities, and then directly compare the checksums of binaries in archives after unpacking, or use a more intelligent comparison. See, for instance, one Japanese developer's attempt to do this in NetBSD in order to create better quality control for a commercial product: http://mail-index.netbsd.org/tech-toolchain/2009/02/17/msg000577.html Your description of your system's problems sounds bad. I think you should concentrate on fixing those first. b. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 02:30:06 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21BD41065676 for ; Sun, 15 Nov 2009 02:30:06 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: from mtumishi.cyberleo.net (mtumishi.cyberleo.net [69.72.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id F3F618FC23 for ; Sun, 15 Nov 2009 02:30:05 +0000 (UTC) Received: from [172.16.44.14] (h-74-2-96-2.chcgilgm.static.covad.net [74.2.96.2]) by mtumishi.cyberleo.net (Postfix) with ESMTPSA id D0B662693D; Sat, 14 Nov 2009 21:31:45 -0500 (EST) Message-ID: <4AFF67A7.6040109@cyberleo.net> Date: Sat, 14 Nov 2009 20:29:59 -0600 From: CyberLeo Kitsana User-Agent: Thunderbird 2.0.0.23 (X11/20091109) MIME-Version: 1.0 To: FreeBSD Questions X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: CyberLeo Subject: [FreeBSD Questions] Filesystem image as root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Nov 2009 02:30:06 -0000 I have been thinking and experimenting for weeks, but I cannot figure this out. I have an Intel SS4200 NAS that I wish to use as a ZFS NAS with FreeBSD 8.0. The device has 4 SATA bays, and I don't want to use one for a UFS root disk. I don't want to use up hundreds of megabytes of RAM preloading an mfsroot that can never shrink. The single IDE connector is accessible via the legacy ISA ports, and is thus limited to PIO modes (about 1.6MB/sec max, even with an actual hard drive instead of a CF card). Performance is acceptable when using a geom_uzip image from a CF card on the IDE connector, as a lot of it ends up cached in RAM (and is evictable in case of memory pressure, unlike an mfsroot). Try as I might, I am unable to figure out how to use a uzip imagefile on UFS as a root filesystem, without dedicating a slice/partition to it. There seems to be nothing approximating GNU/Linux's pivot_root, and using a stub init (which cannot be a shellscript...?) to mdconfig and mount the image, then chroot to that to exec /sbin/init appears to lead to instant deadlock. I don't really like the idea of mounting the image somewhere below root, and using symlink spaghetti to get everything proper; especially since I wish to place such essentials as /sbin and /etc thereupon, which leads to a bit of a chicken-and-egg problem with setting up and mounting an image that contains its mdconfig and mount... Am I missing something obvious here, or am I truly treading unexplored territory? -- Fuzzy love, -CyberLeo Technical Administrator CyberLeo.Net Webhosting http://www.CyberLeo.Net Furry Peace! - http://wwww.fur.com/peace/ From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 09:03:08 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CD0D106566B for ; Sun, 15 Nov 2009 09:03:08 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (ns1.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id 0D4398FC08 for ; Sun, 15 Nov 2009 09:03:07 +0000 (UTC) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id nAF93264007360 for ; Sun, 15 Nov 2009 01:03:02 -0800 (PST) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Sun, 15 Nov 2009 01:03:03 -0800 (PST) Date: Sun, 15 Nov 2009 01:03:03 -0800 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20091115090300.GA8859@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 23 years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: Subject: how to do a custom install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Nov 2009 09:03:08 -0000 due to strange disk problems i was down for around 30 hours. i am currently wiping dos/win off in favor of 7.2-R and i have a question about doing a "custom" install that would let me slice the drive into more that four pieces. i am building, by default, /, /var SWAP, and /usr it has been years since my custom install where [[*some*]] technique let me slice something like, say, /, /var, /tmp, /usr/local/ SWAP, and /usr anybody remember what keys to hit in the installation procedure? tia, gary -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 7.31a release of Jottings: http://jottings.thought.org/index.php From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 09:53:11 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD198106566B; Sun, 15 Nov 2009 09:53:11 +0000 (UTC) (envelope-from freebsd@abv.bg) Received: from smtp-out.abv.bg (smtp-out.abv.bg [194.153.145.99]) by mx1.freebsd.org (Postfix) with ESMTP id 5C8E48FC0A; Sun, 15 Nov 2009 09:53:11 +0000 (UTC) Received: from mail51.abv.bg (mail51.ni.bg [192.168.151.12]) by smtp-out.abv.bg (Postfix) with ESMTP id 2947814EC4E; Sun, 15 Nov 2009 11:32:20 +0200 (EET) DomainKey-Signature: a=rsa-sha1; s=smtp-out; d=abv.bg; c=simple; q=dns; b=AhjO22pllazMlIlGzz8spum+Cc/MK5jwfBfZB7kRf3oY1UotwwGrKh0tdf9EP0xFu zWsAsyImwXSQ3tTvinm3qJP4ntp4r/kO2XORJuCsOJFZVk8ze1FGc7GtnOX1dfA65+e 6OlOZuBrXGcCpUkaBEXxQLZKHiUBMW8CAY/dh9w= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abv.bg; s=smtp-out; t=1258277540; bh=lwbOIfMkoxqosSmImyOVuj0XU3/NuTj656MULyTkWJM=; h=Date:From:To:Message-ID:Subject:MIME-Version:Content-Type: Content-Transfer-Encoding:DKIM; b=zL+yXdmEH4NsJ0tVdawbit24adofMIhw JbXYKAALqTkQ7tnoVAtF6mpJBoHh+7EaCNUHrSQJFac3fAe+oBJQfHb7+LXxprGOT+j S58+gtAC6qLlyis7mzRbB7s6JsNUSheU+waPiUNW6bC2yqNd/EeyZwWKwOwtgRZ38yZ RXEwE= Received: from mail51.abv.bg (localhost.localdomain [127.0.0.1]) by mail51.abv.bg (Postfix) with ESMTP id 4BC3616C122; Sun, 15 Nov 2009 11:34:29 +0200 (EET) Date: Sun, 15 Nov 2009 11:34:29 +0200 (EET) From: Mario Pavlov To: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Message-ID: <1349537904.141314.1258277669303.JavaMail.apache@mail51.abv.bg> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Priority: 3 X-Mailer: AbvMail 1.0 X-Originating-IP: 78.128.21.208 Cc: Subject: diskless - NFS root mount problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2009 09:53:12 -0000 Hi, I'm trying to setup diskless operation between my FreeBSD desktop (server) and my laptop (client) I have NFS_ROOT and all other necessary options compiled into my kernel, I have this in /etc/exports: ========================================================================== / -ro -maproot=root -alldirs 192.168.0.3 /usr -ro -alldirs 192.168.0.3 ========================================================================== and this in dhcpd.conf ========================================================================== subnet 192.168.0.0 netmask 255.255.255.0 { use-host-decl-names on; option subnet-mask 255.255.255.0; option broadcast-address 192.168.0.255; option routers 192.168.0.1; host laptop { hardware ethernet 00:1E:68:45:0D:98; fixed-address 192.168.0.3; filename "pxeboot"; option root-path "192.168.0.1:/"; } ========================================================================== when I attempt to (diskless) boot the laptop - stage one and two of the boot process are fine...actually stage tree which is the kernel is also fine...the kernel boots and starts bringing the system up...however it's unable to mount the NFS root for some reason and the system freezes here: ========================================================================== ... ... Trying to mount root from ufs:/dev/ad4s1a Trying to mount root from nfs: NFS ROOT: 192.168.0.1:/ nfs send error 13 for server 192.168.0.1:/ bge0: link state changed to DOWN bge0: link state changed to UP ========================================================================== I think error 13 means attempt to write on read-only mounted NFS...but it does not make sense, does it? do you have any ideas what could be the problem? thanks ----------------------------------------------------------------- Вижте водещите новини от Vesti.bg! http://www.vesti.bg From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 09:59:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88D291065694 for ; Sun, 15 Nov 2009 09:59:17 +0000 (UTC) (envelope-from djr@pdconsec.net) Received: from ipmail02.adl6.internode.on.net (ipmail02.adl6.internode.on.net [203.16.214.140]) by mx1.freebsd.org (Postfix) with ESMTP id 0D8988FC1A for ; Sun, 15 Nov 2009 09:59:16 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAA9e/0qWZcBC/2dsb2JhbADRZIQ8BA Received: from goliath.pdconsec.net (HELO smtp.pdconsec.net) ([150.101.192.66]) by ipmail02.adl6.internode.on.net with SMTP; 15 Nov 2009 20:29:15 +1030 Received: from mail1.pdconsec.net ([192.168.1.41] helo=mail1.pdconsec.net) with IPv4:25 by smtp.pdconsec.net; 15 Nov 2009 19:34:38 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Sun, 15 Nov 2009 20:59:32 +1100 Message-ID: Content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: X-MimeOLE: Produced By Microsoft Exchange V6.5 Thread-Topic: how to do a custom install? Thread-Index: Acpl0osNmH5q33eIT5+XLPNiXUzkyQAAlViz References: <20091115090300.GA8859@thought.org> From: "David Rawling" To: "Gary Kline" Cc: FreeBSD Mailing List Subject: RE: how to do a custom install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Nov 2009 09:59:17 -0000 -----Original Message----- From: Gary Kline Sent: Sun 15/11/2009 8:03 PM =20 due to strange disk problems i was down for around 30 hours. i am currently wiping dos/win off in favor of 7.2-R and i have a question about doing a "custom" install that would let me slice the drive into more that four pieces. i am building, by default,=20 /, /var SWAP, and=20 /usr it has been years since my custom install where [[*some*]] technique let me slice something like, say, /, /var, /tmp, /usr/local/ SWAP, and /usr anybody remember what keys to hit in the installation procedure? tia, gary I can't say that I remember the keystrokes, but you can have multiple = disk slices (aka Windows/DOS partitions) and within each slice, multiple = BSD partitions (IIRC up to 8). I have mine partitioned into (generally) / - 1GB swap - 2x - 4x RAM /tmp - 4GB /var - 20GB /usr - 40% /backup - remainder I use the whole disk for BSD (single slice) and create the partitions as = whatever size suits. Dave. -- David Rawling PD Consulting And Security Email: djr@pdconsec.net From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 10:09:57 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE1AD1065672 for ; Sun, 15 Nov 2009 10:09:56 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 6DC1C8FC08 for ; Sun, 15 Nov 2009 10:09:56 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1N9c3P-0003Zd-F6 for freebsd-questions@freebsd.org; Sun, 15 Nov 2009 11:09:55 +0100 Received: from pool-71-166-135-199.washdc.east.verizon.net ([71.166.135.199]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Nov 2009 11:09:55 +0100 Received: from nightrecon by pool-71-166-135-199.washdc.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Nov 2009 11:09:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Sun, 15 Nov 2009 05:10:38 -0500 Lines: 75 Message-ID: References: <20091115090300.GA8859@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-166-135-199.washdc.east.verizon.net Sender: news Subject: Re: how to do a custom install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Nov 2009 10:09:57 -0000 Gary Kline wrote: > > due to strange disk problems i was down for around 30 hours. i am > currently wiping dos/win off in favor of 7.2-R and i have a question > about doing a "custom" install that would let me slice the drive into > more that four pieces. > > i am building, by default, > > /, > /var > SWAP, and > /usr > > it has been years since my custom install where [[*some*]] technique > let me slice something like, say, > > /, > /var, > /tmp, > /usr/local/ > SWAP, and > /usr > > anybody remember what keys to hit in the installation procedure? > > tia, > > gary > > Not sure about the terminology in use here. The old standard was to create one, or more, slice(s) and then partition with bsdlabel. In the sysinstall step for this it will run fdisk. Note that playing by the $MS standard the normal maximum number of slices would be 4, e.g. aka "primary partitions" in the Dos/Windows world. Fdisk makes "slices". An example of a slice on an IDE drive would be ad0s1. After the fdisk step would next come bsdlabel. This is the step that creates partitions within the "slice" previously made with fdisk. Note the difference in terminology: what Dos/Windows refers to as a "primary partition" in the Unix world this is a "slice". Partitions are created within a slice with bsdlabel. On the sysinstall Custom menu these two options are one above the other, e.g. Fdisk and Label. Select the Fdisk and create a slice, exit fdisk returning to sysinstall and proceed to select the Label menu option to bring up bsdlabel. (IIRC also called disklabel.) An example of a partition would be ad0s1a, ad0s1b for swap, ad0s1c is a reserved wrapper entity, ad0s1d, e, f, g. Usually ad0s1a will be your root, b will be swap, d might be /usr, e might be /var. etc. In the bsdlabel utility there is the option to choose both the partition type and size as well as it's mount point. It is actually possible to have more than 4 slices even when playing by the $MS Dos/Windows standard. Fdisk will allow for the creation of what on Dos are called "extended partitions". The numbering for these starts at 5. You won't be able to boot from them and from a *Nix point of view are semi useless except within the context of Dos/Win compatibility. If this is just going to be a FreeBSD machine no need for the so-called "extended partition" of the Dos/Win world. Just create a slice [fisk], and break that up into partitions [bsdlabel]. If everything goes according to plan after Fdisk, Label, Return to previous menu, etc, at some point later on (IIRC after choosing packaging distributions) sysinstall will later perform the actions you configure in these preparatory steps. For reference peruse the Handbook; it's probably written clearer than I can accomplish. -Mike From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 11:41:57 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D856B1065672 for ; Sun, 15 Nov 2009 11:41:57 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6ECEC8FC0C for ; Sun, 15 Nov 2009 11:41:57 +0000 (UTC) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.3/8.14.3) with ESMTP id nAFBfoqv044204; Sun, 15 Nov 2009 11:41:51 GMT (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk nAFBfoqv044204 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infracaninophile.co.uk; s=200708; t=1258285311; bh=MSsYOTcR7kOpjo6HHBYkgk1LfV5n+KKpNvknMSEh2Co=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4AFFE8F8.3060303@infracaninophile.co.uk>|Date:=20S un,=2015=20Nov=202009=2011:41:44=20+0000|From:=20Matthew=20Seaman= 20|Organization:=20Infracaninophi le|User-Agent:=20Thunderbird=202.0.0.23=20(X11/20090823)|MIME-Vers ion:=201.0|To:=20=3D?windows-1251?Q?=3DCA=3DEE=3DED=3DFC=3DEA=3DEE =3DE2_=3DC5=3DE2=3DE3=3DE5=3DED=3DE8=3DE9?=3D=0D=0A=20|CC:=20freebsd-questions@freebsd.org|Subject:=20Re:=20rc.su br=20patch=20to=20set=20FIB=20to=20demon|References:=20<1755834289 .20091114233449@yandex.ru>|In-Reply-To:=20<1755834289.200911142334 49@yandex.ru>|X-Enigmail-Version:=200.95.6|Content-Type:=20multipa rt/signed=3B=20micalg=3Dpgp-sha256=3B=0D=0A=20protocol=3D"applicat ion/pgp-signature"=3B=0D=0A=20boundary=3D"------------enigBFF5DD95 C6F66B635EFFDCEF"; b=uVGEIsZcG3LQhFKUBoTEgBsqIAzwzV07YkFjpss9Dvsy7/554IJ2xMbQs8HuP9ejU Op/Rd2Jg57N6CHFI00Y6HsY4mLHRXZM6mjUGUNqd8P+86BYfr1KC6IYvQn/UnQlPul fjtJNcSHQZ7/a7hhT4F4VsYF4OSZixhPTcjg4wLw= X-Authentication-Warning: happy-idiot-talk.infracaninophile.co.uk: Host localhost [IPv6:::1] claimed to be happy-idiot-talk.infracaninophile.co.uk Message-ID: <4AFFE8F8.3060303@infracaninophile.co.uk> Date: Sun, 15 Nov 2009 11:41:44 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.23 (X11/20090823) MIME-Version: 1.0 To: =?windows-1251?Q?=CA=EE=ED=FC=EA=EE=E2_=C5=E2=E3=E5=ED=E8=E9?= References: <1755834289.20091114233449@yandex.ru> In-Reply-To: <1755834289.20091114233449@yandex.ru> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigBFF5DD95C6F66B635EFFDCEF" X-Virus-Scanned: clamav-milter 0.95.3 at happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: rc.subr patch to set FIB to demon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Nov 2009 11:41:58 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigBFF5DD95C6F66B635EFFDCEF Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: quoted-printable =CA=EE=ED=FC=EA=EE=E2 =C5=E2=E3=E5=ED=E8=E9 wrote: > Hello, . >=20 > Link to news: > http://www.kes.net.ua/softdev/fib_patch.html >=20 >=20 > rc.subr.patch > ------------- >=20 > 2c2 > < # $FreeBSD: src/etc/rc.subr,v 1.77.2.1.2.1 2008/11/25 02:59:29 kensmi= th Exp $ > --- >> # $FreeBSD: src/etc/rc.subr,v 1.77.2.1 2008/05/12 07:29:03 mtm Exp $ > 605d604 > < > 664a664,669 >> _fib=3D >> if [ "${name}_fib" ]; then >> eval _fib=3D\$${name}_fib >> _fib=3D"/usr/sbin/setfib $_fib" >> fi >> > 670c675 > < $_chroot $command $rc_flags $command_args" > --- >> $_chroot $_fib $command $rc_flags $command_args" > 674c679 > < $command $rc_flags $command_args" > --- >> $_fib $command $rc_flags $command_args" >=20 >=20 Interesting. I see you submitted this as a PR back in March, but there has been no activity other than to assign it to -net. Perhaps mailing the freebsd-rc@... list might raise some interest. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enigBFF5DD95C6F66B635EFFDCEF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkr/6P4ACgkQ8Mjk52CukIwGOACfUicgyL57Z1O/EuX7ZaAnVepR mycAn0kdz+nP+zU37NM7pq7Fd0S4WCtq =Zf4A -----END PGP SIGNATURE----- --------------enigBFF5DD95C6F66B635EFFDCEF-- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 14:21:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E4CB106566B for ; Sun, 15 Nov 2009 14:21: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 DD3C38FC15 for ; Sun, 15 Nov 2009 14:21:58 +0000 (UTC) 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 nAFEJYbJ040516; Sun, 15 Nov 2009 09:19:34 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id nAFEJYk4040515; Sun, 15 Nov 2009 09:19:34 -0500 (EST) (envelope-from jerrymc) Date: Sun, 15 Nov 2009 09:19:34 -0500 From: Jerry McAllister To: David Rawling Message-ID: <20091115141934.GA40476@gizmo.acns.msu.edu> References: <20091115090300.GA8859@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: Gary Kline , FreeBSD Mailing List Subject: Re: how to do a custom install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Nov 2009 14:21:59 -0000 On Sun, Nov 15, 2009 at 08:59:32PM +1100, David Rawling wrote: > -----Original Message----- > From: Gary Kline > Sent: Sun 15/11/2009 8:03 PM > > > due to strange disk problems i was down for around 30 hours. i am > currently wiping dos/win off in favor of 7.2-R and i have a question > about doing a "custom" install that would let me slice the drive into > more that four pieces. You probably only need one slice (which MS calls a primary partition) but, you probably want to subdivide the slice in to FreeBSD partitions. > > i am building, by default, > > /, > /var > SWAP, and > /usr > > it has been years since my custom install where [[*some*]] technique > let me slice something like, say, Again, note the difference between slice and partition in FreeBSD. Slices are identified by numbers 1..4 and are the primary division. Partitions are subdivisions of a slice and are identified by letters a..h with 'c' reserved for the system to use. Then, you create mount points which are really directories with names such as / and /var and /usr and mount those drive-slice-partitions to the mount points. Swap is a special type that does not get mounted. ////jerry > > /, > /var, > /tmp, > /usr/local/ > SWAP, and > /usr > > anybody remember what keys to hit in the installation procedure? > > tia, > > gary > > I can't say that I remember the keystrokes, but you can have multiple disk slices (aka Windows/DOS partitions) and within each slice, multiple BSD partitions (IIRC up to 8). > > I have mine partitioned into (generally) > > / - 1GB > swap - 2x - 4x RAM > /tmp - 4GB > /var - 20GB > /usr - 40% > /backup - remainder > > I use the whole disk for BSD (single slice) and create the partitions as whatever size suits. > > Dave. > -- > David Rawling > PD Consulting And Security > Email: djr@pdconsec.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.org" > From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 16:07:31 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17451106566C for ; Sun, 15 Nov 2009 16:07:31 +0000 (UTC) (envelope-from christopher-ml@telting.org) Received: from smtpauth19.prod.mesa1.secureserver.net (smtpauth19.prod.mesa1.secureserver.net [64.202.165.30]) by mx1.freebsd.org (Postfix) with SMTP id E8C608FC1C for ; Sun, 15 Nov 2009 16:07:30 +0000 (UTC) Received: (qmail 30189 invoked from network); 15 Nov 2009 16:07:30 -0000 Received: from unknown (76.169.198.42) by smtpauth19.prod.mesa1.secureserver.net (64.202.165.30) with ESMTP; 15 Nov 2009 16:07:30 -0000 Message-ID: <4B002741.4000403@telting.org> Date: Sun, 15 Nov 2009 08:07:29 -0800 From: Chris User-Agent: Thunderbird 2.0.0.23 (X11/20091108) MIME-Version: 1.0 To: "b. f." References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: Produce identical packages for checksum comparison? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Nov 2009 16:07:31 -0000 b. f. wrote: > Chris wrote: > >> I'm also thinking of building a simple checksum database to track what actually changes >> and what my options were when I compiled it. It would allow me to better make >> regression decisions. I could also be free to delete packages and know if I recompile >> it later that it was the exact same package with the exact same options. Very simple >> script to do that. Also if say there was an option when compiling ports to produce files >> with specific time/dates it would be helpful in pinpointing which of my port branches >> a specific file came from. >> > > The elusive "reproducible build". Many people are interested in doing > this, and it's not as easy as it seems. Even if you edited your > filesystem or archives to change the timestamps of package files, the > I think that could be accomplished though the port makefiles. > toolchain used to create the binary files in packages often injects > random seeds, timestamps, file paths, uid/gid information, etc. that > I can understand file paths with debug info. Timestamps? Ok sure for a timestamp file being generated during a make that auto increments version numbers. What would change about uid/gid? I can't imagine why that might be in the binaries. As far as tar a simple utility could capture all the owner and group info into a text file as strings and set files to neutral values for uid/gid. A hack for the fact that packages are using tar files. Why would the build tools be injecting random numbers into binaries? I'll look into it. > creates differences from one build to the next. You may have to hack > several base system utilities, and then directly compare the checksums > of binaries in archives after unpacking, or use a more intelligent > comparison. See, for instance, one Japanese developer's attempt to do > this in NetBSD in order to create better quality control for a > commercial product: > > http://mail-index.netbsd.org/tech-toolchain/2009/02/17/msg000577.html > > Your description of your system's problems sounds bad. I think you > should concentrate on fixing those first. What can I say? I multitask. If I concentrated on one problem at a time I would never get anything done. For my systems problem I think I'm going to have to either abandon jails or maybe try nfs instead of nullfs. Otherwise I'll have to learn the kernel code and how to debug the Freebsd kernel. Thanks for the confirmation that I'm not the only one to think about it and the link. Enjoy the day. Chris From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 16:29:31 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C6C7106568B for ; Sun, 15 Nov 2009 16:29:31 +0000 (UTC) (envelope-from oloringr@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 06B948FC1C for ; Sun, 15 Nov 2009 16:29:30 +0000 (UTC) Received: by bwz5 with SMTP id 5so5177665bwz.3 for ; Sun, 15 Nov 2009 08:29:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:x-face:mime-version:content-type :content-transfer-encoding:message-id; bh=lwUv0gV2AwXqk0HMeol57ESLnAK5rpBQYtDTmsbYKTM=; b=YziURCL1XLTCuk1uXolRstJrHFPZP8T9haKHD25FxsOV4JfJ49i98ubd2GPm7IAie5 dbNxa26NnyZD7sh6dkeID2hbtwMu8IioURQhoHbf/+I9NFPGSwLw392xnlvwpvMKM8e/ KNKlHLaguGrdGt+/OjAjfjCUlaE8mm2aFuRyo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:x-face:mime-version:content-type :content-transfer-encoding:message-id; b=uulkG5iH1N1vGqaHR+EQxkOFhD4fBIa9bL7DyTaQnC171GP6aJT2oGjNHTm030p2OA AnIf3l6FwujrlEgvKxumY9bL9bKQ8fVyU6B8Ie+fr3RolL/3+mG+L8JRomlBNWQ6M3Cl rvuMnt3qV23c8JPV6uYnK7HxP23e4AkA33GuY= Received: by 10.216.87.136 with SMTP id y8mr1072555wee.43.1258302569907; Sun, 15 Nov 2009 08:29:29 -0800 (PST) Received: from media.localnet (adsl180-106.kln.forthnet.gr [77.49.1.106]) by mx.google.com with ESMTPS id j8sm5448464gvb.4.2009.11.15.08.29.29 (version=SSLv3 cipher=RC4-MD5); Sun, 15 Nov 2009 08:29:29 -0800 (PST) From: Ed Jobs To: freebsd-questions@freebsd.org Date: Sun, 15 Nov 2009 18:30:02 +0200 User-Agent: KMail/1.12.3 (Linux/2.6.31-ARCH; KDE/4.3.3; i686; ; ) X-Face: %5EDs|At1pm>WE%P0}6)Hi*s, JH2J${69~j)R"Yu'^P9R3#fvi{LmpsCzxvX*38/, kxcUd QVrlS0G,}-ll{||\P]; *'Gz`RTG+dzconmNyDY3rJHBmpEJkFj|; %vZO&~T")='B<; 88~[ Cltx6#}N*E MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1566894.H284bxpaj1"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200911151830.02578.oloringr@gmail.com> Subject: weird save-entropy behaviour X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Nov 2009 16:29:31 -0000 --nextPart1566894.H284bxpaj1 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Greetings. Yesterday, i noticed a very weird behaviour on my computer (which is runnin= g=20 8.0-RC3 btw. The shells were not responding and the load was insane, and constantly=20 going up. At the time i managed to lock myself out, the load was 84 and=20 growing (i have a screenshot if anyone is interested). That happened last night. Today, the computer was ok and i managed to ssh=20 into it. The root account was spammed with two types of cron mails. half of them said: mv: /var/db/entropy/saved-entropy.2: No such file or directory and the other half said: override r-------- operator/operator for /var/db/entropy/saved-entropy.2?= =20 (y/n [n]) not overwritten So i know that it's the save-entropy cron job, but i doubt that was suppose= d=20 to happen, and i have never touched that directory. Anyone has an idea? ps. this has happened before, and i had to go to the place the computer is = at=20 and reset it. (the tty's did not respond either) =2D-=20 Real programmers don't document. If it was hard to write, it should be hard= to=20 understand. --nextPart1566894.H284bxpaj1 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAksALIoACgkQBPpdVEWKA30ePACggunlJAgQgZel542rqVwuPHB+ hf8AoLlWyY7uSDjmK3Cn23GFkfiOqJ7A =OhvX -----END PGP SIGNATURE----- --nextPart1566894.H284bxpaj1-- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 18:11:29 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CFC3106566B for ; Sun, 15 Nov 2009 18:11:29 +0000 (UTC) (envelope-from baerks@t-online.de) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by mx1.freebsd.org (Postfix) with ESMTP id 8C8138FC17 for ; Sun, 15 Nov 2009 18:11:27 +0000 (UTC) Received: from fwd10.aul.t-online.de by mailout02.t-online.de with smtp id 1N9jZN-0000Il-00; Sun, 15 Nov 2009 19:11:25 +0100 Received: from amd.catfish.ddns.org (Gcr-PGZZwhAjgZ+M5FWdvF+L5jIDXUSE5SAhXLB-yKB3kbCqxMbSFsZ+x62hLiOQMy@[79.218.98.64]) by fwd10.aul.t-online.de with esmtp id 1N9jZB-1EE7ZQ0; Sun, 15 Nov 2009 19:11:13 +0100 Received: from amd.catfish.ddns.org (localhost [127.0.0.1]) by amd.catfish.ddns.org (8.14.3/8.14.3) with ESMTP id nAFIBFvf001378 for ; Sun, 15 Nov 2009 19:11:15 +0100 (CET) (envelope-from monkel@amd.catfish.ddns.org) Received: (from monkel@localhost) by amd.catfish.ddns.org (8.14.3/8.14.3/Submit) id nAFIBFhi001377 for freebsd-questions@freebsd.org; Sun, 15 Nov 2009 19:11:15 +0100 (CET) (envelope-from monkel) Date: Sun, 15 Nov 2009 19:11:14 +0100 From: Sabine Baer To: freebsd-questions@freebsd.org Message-ID: <20091115181114.GA1295@amd.catfish.ddns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-ID: Gcr-PGZZwhAjgZ+M5FWdvF+L5jIDXUSE5SAhXLB-yKB3kbCqxMbSFsZ+x62hLiOQMy X-TOI-MSGID: 1caf02ec-d808-4189-839e-ebc4d92aa10d Subject: No /dev/da0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Nov 2009 18:11:29 -0000 Hello, I am writing to this list because I haven't found anything that helps me in the 'web' nor in usenet. First I have to apologize for my bad english and mey bad knowing of what I'm doing with FreeBSD, I am not a 'hacker' but just a user. Well my problem is mounting my digital camera. If I remember correctly I did it with mount_msdosfs /dev/da0s1 /lumix I think that was under FreeBSD 6.n But now, upgraded to 7.2, there ist no /dev/da0. Attached to an iBook with Mac OS X 10.4 the cards were well mounted as 'disk2s1'. If I attach the camera to the FreeBSD PC the console gives [attaching the camera] | umass0: on |uhub0 |(probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 |(probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error |(probe0:umass-sim0:0:0:0): SCSI Status: Check Condition |(probe0:umass-sim0:0:0:0): UNIT ATTENTION asc:28,0 |(probe0:umass-sim0:0:0:0): Not ready to ready change, medium may have |changed |(probe0:umass-sim0:0:0:0): Retrying Command (per Sense Data) |da0 at umass-sim0 bus 0 target 0 lun 0 |da0: Removable Direct Access SCSI-2 device |da0: 1.000MB/s transfers |da0: 14MB (29121 512 byte sectors: 64H 32S/T 14C) But there is no /dev/da0 # ls /dev/da* ls: No match. If I detach it the console writes [detaching the camera] | umass0: at uhub0 port 8 (addr 4) disconnected |(da0:umass-sim0:0:0:0): lost device |(da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x39, scsi |status == | 0x0 |(da0:umass-sim0:0:0:0): removing device entry |umass0: detached I haven't any clue if it's FreeBSD's fault, the camera's or mine. Is there somone who can give me some hint? Sabine From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 18:21:52 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D22E106568F for ; Sun, 15 Nov 2009 18:21:52 +0000 (UTC) (envelope-from anti_spam256@yahoo.ca) Received: from web65508.mail.ac4.yahoo.com (web65508.mail.ac4.yahoo.com [76.13.9.52]) by mx1.freebsd.org (Postfix) with SMTP id 3A16C8FC0A for ; Sun, 15 Nov 2009 18:21:51 +0000 (UTC) Received: (qmail 86191 invoked by uid 60001); 15 Nov 2009 18:21:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.ca; s=s1024; t=1258309311; bh=3vtqYEYiOISmEPQzqzQu+7mD7dYZQIRIX6JfA7Qx7+g=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=q/JqJ9yjqsYPBahlHGz+YSGCuHjCf11JozXok241y2xRcMNYblYoW6TPErzTJ9geXzUN/Gkq5D7vQZXrnUrjAdQBkq+w8rlVYBsg3laLT7Q09U/7vdKFmqroshecowbAEZC6sVLOxwnS/11s5fnbudFL4SMlG1HR1kMvKhRYOzQ= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=mbLKsntaCo98txkEIW99xR69ker38XDEuMccUZcBgU4Qeti0iK6THXOmopkRLuCIx3uyluxgtvUkE6nwmf7yszBgWk9dJ4nTMZy2kFK4uwzxSEK+1YnUn+ekOF0J91KevKQQ1mVLiO2LvH0YFCXVTMUgAwwpbmawo6GnknTyTkU=; Message-ID: <393905.86009.qm@web65508.mail.ac4.yahoo.com> X-YMail-OSG: ih0ZnxgVM1ni2eU_D_rCyaQMTrX4wtOjRyoaTYdfCT4FOhTac8aVjGGblzBdlLTao32eJlFttvbaP2a4ouHkDTNafC.QDEB5L0OdIs3Dsit6jFmy2ornGDqphQ6VXSjUdHZKVG.7FbN8LhS6Y2BHv_.ch9IVRglJr4DEqzc1JgS9LyvDpJt1k1aDFiQlBlZfetEkleyRRwuvVIBSi14pCg9a4EUS8WF_FBBI4JNW19vw1LN8qNgAlW.2ELXGQJ5HWE7mjSxSbcr3W74BmkQp.JWVe1oelWlmSEgYlyg5cp5sdrURQH1XmFQZheW3mAvlR2lXxIkU5W5xaI92yeSU4DuWrS4GtfB3npasP.97NPVOkDaV79nqaVPfjq.VzP_wuokl_T_7X6uG_8tBtnNlLOnxBu4LuBfisPKnt_BOqGioCzJR9fbhC6sM6.Q63yrVA6ySy._Cflm77Tyf3jvNsDGEI9a43g0cqs1gnu3dZ.EHrH4AtxfT8JqRmxr22IY8sHZ2sNJ2JW8Xl0tdBM2nMwG97neWtFNI Received: from [208.99.137.71] by web65508.mail.ac4.yahoo.com via HTTP; Sun, 15 Nov 2009 10:21:51 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.7.361.4 Date: Sun, 15 Nov 2009 10:21:51 -0800 (PST) From: James Phillips To: freebsd-questions@freebsd.org In-Reply-To: <20091115120013.145771065724@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: CyberLeo Subject: Re: freebsd-questions Digest, Vol 284, Issue 11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Nov 2009 18:21:52 -0000 > Date: Sat, 14 Nov 2009 20:29:59 -0600 > From: CyberLeo Kitsana > Subject: [FreeBSD Questions] Filesystem image as root > To: FreeBSD Questions > Cc: CyberLeo > Message-ID: <4AFF67A7.6040109@cyberleo.net> > Content-Type: text/plain; charset=ISO-8859-1 > > I have been thinking and experimenting for weeks, but I > cannot figure > this out. > > I have an Intel SS4200 NAS that I wish to use as a ZFS NAS > with FreeBSD 8.0. > > The device has 4 SATA bays, and I don't want to use one for > a UFS root disk. > > I don't want to use up hundreds of megabytes of RAM > preloading an > mfsroot that can never shrink. > > The single IDE connector is accessible via the legacy ISA > ports, and is > thus limited to PIO modes (about 1.6MB/sec max, even with > an actual hard > drive instead of a CF card). You are off by an order of magnitude (base 2 or 10): Pio mode 0 is ~3.3 MB/s Pio mode 4 is ~16.7 MB/s http://www.pcguide.com/ref/hdd/if/ide/modesPIO-c.html You can probably set PIO mode 4 for with: # atacontrol mode ad0 PIO4 I am currently using ~ 159MB on my root partition, At 16.7MB/s that is a 10 second load time; and as you said, frequently used files will be cached. (I have a CF card that has 15MB/s symmetric read/write. Don't know how special it is.) With a CF card there should be no seek delay of ~ 10 ms (for reads anyway, deleting blocks probably takes 10ms). Regards, James Phillips My summary: maybe you are trying too hard :) __________________________________________________________________ Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites. Download it now http://ca.toolbar.yahoo.com. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 19:24:35 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D6CA106566B for ; Sun, 15 Nov 2009 19:24:35 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id E1AA18FC18 for ; Sun, 15 Nov 2009 19:24:34 +0000 (UTC) Received: from r55.edvax.de (port-92-195-53-77.dynamic.qsc.de [92.195.53.77]) by mx01.qsc.de (Postfix) with ESMTP id 971113D57D; Sun, 15 Nov 2009 20:24:32 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAFJOV4f001490; Sun, 15 Nov 2009 20:24:32 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sun, 15 Nov 2009 20:24:31 +0100 From: Polytropon To: Gary Kline Message-Id: <20091115202431.ca0fdf7a.freebsd@edvax.de> In-Reply-To: <20091115090300.GA8859@thought.org> References: <20091115090300.GA8859@thought.org> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: how to do a custom install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2009 19:24:35 -0000 On Sun, 15 Nov 2009 01:03:03 -0800, Gary Kline wrote: > anybody remember what keys to hit in the installation procedure? Let me access my brain... open(brain); Start installation which brings up sysinstall. Choose CUSTOM. First set up slice in FDISK, press 'd' to nuke 'em all, then 'c' to create a new slice covering the whole disk (I think this is what you want), give it active attribute with 's', then 'q' to quit and write changes. Choose standard MBR. The go to PARTITIONS. With 'c' (each one) create: 1 GB -> FS -> mount as / 2 GB -> SWAP 1 GB -> FS -> mount as /tmp 1 GB -> FS -> mount as /var 10 GB -> FS -> mount as /usr 50 GB -> FS -> mount as /usr/local * -> FS -> mount as /home Adjust numbers to your individual needs, 'q' when done. After that, proceed with installation. Choose packages, services and other stuff as you want. Always keep in mind: READ what's on the screen. Not doing that could lead to massive data destruction. Oh wait, who am I talking to? You already know that, and I didn't say anything. :-) According to terminology: In MICROS~1 land, slices are called "DOS primary partitions". There can be 4 of them. FreeBSD can create more than 4 slices per disk. What FreeBSD calls partitions (i. e. subdivisions of a slice, each holding a file system) have no expression in MICROS~1 land and could maybe be compared to "logical volumes inside a DOS extended partition". -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 19:41:20 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C7ED106566B for ; Sun, 15 Nov 2009 19:41:20 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 298628FC08 for ; Sun, 15 Nov 2009 19:41:19 +0000 (UTC) Received: by fxm27 with SMTP id 27so5315099fxm.3 for ; Sun, 15 Nov 2009 11:41:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=fWP+JOjBUUh0ZyDiTh4q4jxZDzOU/QpjtM32T48TpEk=; b=TCbWzk6YKyhrsY9j0ziIQkEskoMQgpqaoACNd6DG9AvjutySLnRUO1s5GcvuR2AFIf 5giSJ33K3PifiMw0WwM0qLQoaIfDD/YHRdvKsUlWKdEa3rJd49aWPSp2zcSehll5OjBF wOj+RLw23w/qdaqZ0y/p680KNhQzjd4SB7P7o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=FNU7oXXBC+WP+I7ptBhVa6Fj9Kl+r1uA7G3HTBYdCcqWBYBDdCpshsH75th4QXV+AL RGjwnGutZFhHd83fEEfNi4X0RcLb+Gy1ya4q4NdEdKYMgZo36kuwCXkJ5Spj6Fgt9Q9i FwX0NL/wq72lCxU/B3/BG0gcHxVSCNiyVNp2M= MIME-Version: 1.0 Received: by 10.216.93.74 with SMTP id k52mr873763wef.144.1258314078272; Sun, 15 Nov 2009 11:41:18 -0800 (PST) In-Reply-To: <4B002741.4000403@telting.org> References: <4B002741.4000403@telting.org> Date: Sun, 15 Nov 2009 19:41:18 +0000 Message-ID: From: "b. f." To: Chris Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@FreeBSD.org Subject: Re: Produce identical packages for checksum comparison? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Nov 2009 19:41:21 -0000 On 11/15/09, Chris wrote: > b. f. wrote: >> Chris wrote: ... >> Even if you edited your >> filesystem or archives to change the timestamps of package files, the >> > I think that could be accomplished though the port makefiles. I think that the exact reproduction of whole archives will be problematic, unless you have a means of changing the ctime of the binaries that have been built to a predetermined value. >> toolchain used to create the binary files in packages often injects >> random seeds, timestamps, file paths, uid/gid information, etc. that >> > I can understand file paths with debug info. Timestamps? Ok sure for a > timestamp file being generated during a make that auto increments version > numbers. What would change about uid/gid? I can't imagine why that > might be in the binaries. ar(1) and some of the other utilities inject this information into certain binary files. Try running 'objdump -a' on, for example, some static archive like /usr/lib/libc.a. Of course this information can be manipulated, but you have to do it. See the patches in the link I cited earlier for other examples. ... > Why would the build tools be injecting random numbers into binaries? Usually to provide some degree of uniqueness. I'm not saying that it is always done, just that it _may_ be done. See, for example, the gcc sources or the -frandom-seed option description in gcc(1). And it may not be just the compiler toolchain -- a port may do it. Occasionally, there are other sources of non-determinism. For example, in a recent thesis, a researcher who was trying to use reproducible builds to defeat a longstanding security threat found that the tcc compiler produced non-deterministic builds because of a defect in sign-extending some casts, and a problem with long double output. He also cited another researcher's finding that a certain java compiler's output was dependent upon the address of heap memory addresses used during compilation. See: http://www.dwheeler.com/trusting-trust/dissertation/wheeler-trusting-trust-ddc.pdf ... >If I concentrated on one problem at a time I would never get anything done. ?! :) b. From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 21:38:04 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD6A5106566C for ; Sun, 15 Nov 2009 21:38:04 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-pz0-f185.google.com (mail-pz0-f185.google.com [209.85.222.185]) by mx1.freebsd.org (Postfix) with ESMTP id 848DB8FC12 for ; Sun, 15 Nov 2009 21:38:04 +0000 (UTC) Received: by pzk15 with SMTP id 15so3274227pzk.3 for ; Sun, 15 Nov 2009 13:38:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=UsYMQb24asJBUSO1PI1hkxkxYKqOLiNvV7w/knZyc9c=; b=DGbP6Z02Yr1dklt7inVa9bUNkY+rxlfYTYww4bC+DXw9qb5JhlUTSwpSlaOJcbjZdv XlZmjj9Gxtv5UZ4R1I2R1POxUY7AX96zbrWnv7fp4KYmFK5FAjsz5pRBoqvcGJiZKifl Lg2OIO6X1hZKX5ccjcy7Y5DTEJSPzGiHNdedg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=nlcpC1UCFxyTRTzlavJQMKo+FpYuL4Bz752yAhNpSdRoA0hki3FrO5i3mQ7oHala5G BSu3Zelgwlqq63C4D0mRwrjqmxK5UbqgsHccm75Wj/xwZiOwNOJaFv69sLmR0OLOF/xf kcgxmX44GyO3XX65N063cqMDPl/WW/dAfX3ys= MIME-Version: 1.0 Received: by 10.114.237.37 with SMTP id k37mr13140910wah.31.1258321084016; Sun, 15 Nov 2009 13:38:04 -0800 (PST) In-Reply-To: <1349537904.141314.1258277669303.JavaMail.apache@mail51.abv.bg> References: <1349537904.141314.1258277669303.JavaMail.apache@mail51.abv.bg> Date: Sun, 15 Nov 2009 14:38:03 -0700 Message-ID: From: Tim Judd To: Mario Pavlov Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: diskless - NFS root mount problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2009 21:38:04 -0000 Please compare my working configuration to yours to check. I found lots of odd problems in your post and I thought it'd be best to just run with this clean slate. Network config: One low-power PC Engines ALIX board running as the NFS server, with a microdrive partitioned off for it's own system, plus a separate mounted partition for diskless clients. This config works best with one diskless client, and is not the documented way from FreeBSD handbook to accomplish diskless workstations. I'll note what I immediately saw as an error in your config during these snippets. alix# bsdlabel /dev/ad0s1 # /dev/ad0s1: 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 1048576 16 4.2BSD 2048 16384 8 c: 12000177 0 unused 0 0 # "raw" part, don't edit h: 10951585 1048592 4.2BSD 2048 16384 28552 alix# cat /etc/fstab /dev/ad0s1a / ufs rw 0 0 /dev/ad0s1h /diskless ufs rw 0 0 alix# cat /etc/exports /diskless -maproot=0:0 -network 192.168.0.0 -mask 255.255.255.0 *** maproot needs a user and group definition. alix# cat /etc/rc.conf rpcbind_enable="YES" nfs_server_enable="YES" rpc_statd_enable="YES" rpc_lockd_enable="YES" *** rpc_lockd provides file locking, rpc_lockd depends on rpc_statd ************** Diskless side *** I believe the root filesystem information is passed on from dhcp, to pxeboot, to the kernel, in order to mount the root filesystem. You can have a 0-size fstab file for read-write access, or provide the read-only nfs root here. If you want it read only, it's best to specify it here, such as below alix# cat /diskless/etc/fstab 192.168.0.1:/diskless / nfs ro 0 0 alix# cat /diskless/etc/rc.conf rpcbind_enable="YES" nfs_client_enable="YES" rpc_statd_enable="YES" rpc_lockd_enable="YES" *** File locking needed lockd/statd support on the client, also. Think of editing /etc/passwd (the proper way) when you need file locking. This will result in a basic, 1-workstation diskless setup working. The difference is that the FreeBSD rc startup looks for a /conf directory which can provide multiple overrides to multiple workstations. I tried setting up a livecd with a /conf directory only to find that the /conf is checked, no matter which medium it's booting off of. This config does NOT cover the DHCP scope, TFTP, IPs or other settings that might be pertinent to booting diskless-ly. Note that by sharing your exact / filesystem as an export is a bad idea. It will essentially create a NFS server on a NFS server round robin and probably won't connect. It's why you setup a separate partition (EVEN if it's a file-backed filesystem mounted with the help of mdconfig on a separate mountpoint on your filesystem). Once you revise your config, please try again. --Tim From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 21:47:12 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EC62106568B; Sun, 15 Nov 2009 21:47:12 +0000 (UTC) (envelope-from freebsd@abv.bg) Received: from smtp-out.abv.bg (smtp-out.abv.bg [194.153.145.70]) by mx1.freebsd.org (Postfix) with ESMTP id 7AF858FC1F; Sun, 15 Nov 2009 21:47:11 +0000 (UTC) Received: from mail53.abv.bg (mail53.ni.bg [192.168.151.29]) by smtp-out.abv.bg (Postfix) with ESMTP id 805733EE1C1; Sun, 15 Nov 2009 23:47:09 +0200 (EET) DomainKey-Signature: a=rsa-sha1; s=smtp-out; d=abv.bg; c=simple; q=dns; b=bUA0dgPCpuu+YxFqkJzn3Zy38gK/srSANEEg2KIjKXGHraELXFtwJoCGV8L1MkJ6o PvaWIaV92E2dRQTNwu5Kq9vPQppnesVBfeU5PAwOtfVY43fAs6EcJ0BjiA/ekCSMzSG QOMwIXZFEqgj4ZnsV9MVfljqnvL60OhsSPj80gg= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abv.bg; s=smtp-out; t=1258321629; bh=ZPP4CdqN7Ma+0neFi5pKxNd2hywX3nIUSnOqFxsqukQ=; h=Date:From:To:Cc:Message-ID:Subject:MIME-Version:Content-Type: Content-Transfer-Encoding:DKIM; b=fnCJSznQ82gW/BDHrJLNHUVuWJy3TtoW kyK9jZSNN0Em0UqBkevnUqma+/bxkGedE7OtbZLRr1UWvaQG/8rIvDH2s9UEJGNJY+C sIb3t1OEhZTa6AOO10aC6BzNY+h7u97PubdbcUCDLWjbc/H0SCaBJQJ7Gi3RiOjI38R ABjh0= Received: from mail53.abv.bg (localhost.localdomain [127.0.0.1]) by mail53.abv.bg (Postfix) with ESMTP id 8C3FE241BEA; Sun, 15 Nov 2009 23:47:10 +0200 (EET) Date: Sun, 15 Nov 2009 23:47:10 +0200 (EET) From: Mario Pavlov To: Tim Judd Message-ID: <120653617.10492.1258321630563.JavaMail.apache@mail53.abv.bg> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Priority: 3 X-Mailer: AbvMail 1.0 X-Originating-IP: 78.128.21.208 Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Re: diskless - NFS root mount problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2009 21:47:12 -0000 Hi Tim, thanks a lot for your answer, I'll try that out tomorrow. cheers, mgp > > >Please compare my working configuration to yours to check. I found >lots of odd problems in your post and I thought it'd be best to just >run with this clean slate. > >Network config: > One low-power PC Engines ALIX board running as the NFS server, with >a microdrive partitioned off for it's own system, plus a separate >mounted partition for diskless clients. This config works best with >one diskless client, and is not the documented way from FreeBSD >handbook to accomplish diskless workstations. I'll note what I >immediately saw as an error in your config during these snippets. > >alix# bsdlabel /dev/ad0s1 ># /dev/ad0s1: >8 partitions: ># size offset fstype [fsize bsize bps/cpg] > a: 1048576 16 4.2BSD 2048 16384 8 > c: 12000177 0 unused 0 0 # "raw" part, don't edit > h: 10951585 1048592 4.2BSD 2048 16384 28552 > >alix# cat /etc/fstab >/dev/ad0s1a / ufs rw 0 0 >/dev/ad0s1h /diskless ufs rw 0 0 > >alix# cat /etc/exports >/diskless -maproot=0:0 -network 192.168.0.0 -mask 255.255.255.0 > >*** maproot needs a user and group definition. > >alix# cat /etc/rc.conf >rpcbind_enable="YES" >nfs_server_enable="YES" >rpc_statd_enable="YES" >rpc_lockd_enable="YES" > >*** rpc_lockd provides file locking, rpc_lockd depends on rpc_statd > > >************** Diskless side > >*** I believe the root filesystem information is passed on from dhcp, >to pxeboot, to the kernel, in order to mount the root filesystem. You >can have a 0-size fstab file for read-write access, or provide the >read-only nfs root here. If you want it read only, it's best to >specify it here, such as below > >alix# cat /diskless/etc/fstab >192.168.0.1:/diskless / nfs ro 0 0 > >alix# cat /diskless/etc/rc.conf >rpcbind_enable="YES" >nfs_client_enable="YES" >rpc_statd_enable="YES" >rpc_lockd_enable="YES" > >*** File locking needed lockd/statd support on the client, also. >Think of editing /etc/passwd (the proper way) when you need file >locking. > > > > >This will result in a basic, 1-workstation diskless setup working. >The difference is that the FreeBSD rc startup looks for a /conf >directory which can provide multiple overrides to multiple >workstations. I tried setting up a livecd with a /conf directory only >to find that the /conf is checked, no matter which medium it's booting >off of. > >This config does NOT cover the DHCP scope, TFTP, IPs or other settings >that might be pertinent to booting diskless-ly. > >Note that by sharing your exact / filesystem as an export is a bad >idea. It will essentially create a NFS server on a NFS server round >robin and probably won't connect. It's why you setup a separate >partition (EVEN if it's a file-backed filesystem mounted with the help >of mdconfig on a separate mountpoint on your filesystem). > >Once you revise your config, please try again. > > >--Tim > ----------------------------------------------------------------- Вижте водещите новини от Vesti.bg! http://www.vesti.bg From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 22:12:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D7CF106566C for ; Sun, 15 Nov 2009 22:12:26 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 3E5468FC08 for ; Sun, 15 Nov 2009 22:12:26 +0000 (UTC) Received: from smoochies.rachie.is-a-geek.net (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id D4AA87E853; Sun, 15 Nov 2009 13:12:24 -0900 (AKST) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Sun, 15 Nov 2009 23:12:22 +0100 User-Agent: KMail/1.12.1 (FreeBSD/8.0-RC1; KDE/4.3.1; i386; ; ) References: <200911151830.02578.oloringr@gmail.com> In-Reply-To: <200911151830.02578.oloringr@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200911152312.22646.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Ed Jobs Subject: Re: weird save-entropy behaviour X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Nov 2009 22:12:26 -0000 On Sunday 15 November 2009 17:30:02 Ed Jobs wrote: > Yesterday, i noticed a very weird behaviour on my computer (which is > running 8.0-RC3 btw. > The shells were not responding and the load was insane, and constantly > going up. At the time i managed to lock myself out, the load was 84 and > growing (i have a screenshot if anyone is interested). > > That happened last night. Today, the computer was ok and i managed to ssh > into it. The root account was spammed with two types of cron mails. > > half of them said: > mv: /var/db/entropy/saved-entropy.2: No such file or directory > > and the other half said: > override r-------- operator/operator for /var/db/entropy/saved-entropy.2? > (y/n [n]) not overwritten > > So i know that it's the save-entropy cron job, but i doubt that was > supposed to happen, and i have never touched that directory. Anyone has an > idea? Did the operator uid change or perhaps shared with another uid? Check both `id operator` and `id 2`. Secondly, why did this stop? Seems like a weird question to ask, but since this script is supposed to run every 11 minutes, there should not be a reason for this to stop, if there's a race condition. -- Mel From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 22:37:36 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DE6A106566C for ; Sun, 15 Nov 2009 22:37:36 +0000 (UTC) (envelope-from oloringr@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 1749F8FC20 for ; Sun, 15 Nov 2009 22:37:35 +0000 (UTC) Received: by fxm27 with SMTP id 27so5422650fxm.3 for ; Sun, 15 Nov 2009 14:37:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:x-face:mime-version:content-type :content-transfer-encoding:message-id; bh=Cm8SJDyZG1tD6xKVtjYMpk4C0P/LcD+6g2Mi7ABKA5k=; b=LWITZaR3TpRY9+0qM+4O1+lIhZPP2MnZFeOnYAQlII0fLn8Xhsp+329sYSHAkMrBdf BpxRqt7bCpRzFrCDLm+2FthH+e/IGJqdLzBM1KA8CB2dP3Ci8XdvvEK5diVCF7x+FOJX hJM88rwN68QfLdtqQ9pOOSzZJbg06VOn2w6oc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:x-face :mime-version:content-type:content-transfer-encoding:message-id; b=tyW8uNSk95qyGsmDxjqgMVbRU2wtNQ6SuPuvnkX0ggHp3vzoOvRIOy0CcE1pi9T5Md HNH3KapNOCtKVNzk3aPvt12hxiJDqv8IiXFYVCWxa/Tix+QGQD5wBgedCDEZlqz9XVFD 3wATgT5s8YoD+JDomB4DXact6HkqM4Cg9oBHE= Received: by 10.216.85.130 with SMTP id u2mr2367662wee.135.1258324654971; Sun, 15 Nov 2009 14:37:34 -0800 (PST) Received: from media.localnet (adsl71-46.kln.forthnet.gr [77.49.118.46]) by mx.google.com with ESMTPS id g11sm7335504gve.5.2009.11.15.14.37.33 (version=SSLv3 cipher=RC4-MD5); Sun, 15 Nov 2009 14:37:34 -0800 (PST) From: Ed Jobs To: freebsd-questions@freebsd.org Date: Mon, 16 Nov 2009 00:38:10 +0200 User-Agent: KMail/1.12.3 (Linux/2.6.31-ARCH; KDE/4.3.3; i686; ; ) References: <200911151830.02578.oloringr@gmail.com> <200911152312.22646.mel.flynn+fbsd.questions@mailing.thruhere.net> In-Reply-To: <200911152312.22646.mel.flynn+fbsd.questions@mailing.thruhere.net> X-Face: %5EDs|At1pm>WE%P0}6)Hi*s, JH2J${69~j)R"Yu'^P9R3#fvi{LmpsCzxvX*38/, kxcUd QVrlS0G,}-ll{||\P]; *'Gz`RTG+dzconmNyDY3rJHBmpEJkFj|; %vZO&~T")='B<; 88~[ Cltx6#}N*E MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart7867678.kd9PpD2bBA"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200911160038.10993.oloringr@gmail.com> Subject: Re: weird save-entropy behaviour X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Nov 2009 22:37:36 -0000 --nextPart7867678.kd9PpD2bBA Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable On Monday 16 November 2009 00:12, Mel Flynn wrote: >=20 > Did the operator uid change or perhaps shared with another uid? > Check both `id operator` and `id 2`. >=20 > Secondly, why did this stop? Seems like a weird question to ask, but since > this script is supposed to run every 11 minutes, there should not be a > reason for this to stop, if there's a race condition. >=20 # id operator uid=3D2(operator) gid=3D5(operator) groups=3D5(operator) # id 2 uid=3D2(operator) gid=3D5(operator) groups=3D5(operator) As for the orer part, why did it stop, i really have no clue. All the messa= ges=20 arrived at root's mailbox at 5:57, tho the date in them said that they were= =20 sent at 5:50. It's really strange because I was locked out from the computer at 2:29, so= =20 it's not something I did. and there's nothing that cron runs at that time. by the way:=20 the mails that i got were not only about /var/db/entropy/saved-entropy.2, b= ut=20 /var/db/entropy/saved-entropy.{1,2,3,4,5,6,8} as well =2D-=20 Real programmers don't document. If it was hard to write, it should be hard= to=20 understand. --nextPart7867678.kd9PpD2bBA Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAksAgtIACgkQBPpdVEWKA310BQCcC6cI2XrZv2n1n4NyLjCHrNvc Pt8AoOGlli9VvUwtDquSCyoLq4hAF3Vk =cd5u -----END PGP SIGNATURE----- --nextPart7867678.kd9PpD2bBA-- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 22:58:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D66C3106566B for ; Sun, 15 Nov 2009 22:58:59 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id A480C8FC08 for ; Sun, 15 Nov 2009 22:58:59 +0000 (UTC) Received: from smoochies.rachie.is-a-geek.net (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 1C1A27E854; Sun, 15 Nov 2009 13:58:58 -0900 (AKST) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Sun, 15 Nov 2009 23:58:57 +0100 User-Agent: KMail/1.12.1 (FreeBSD/8.0-RC1; KDE/4.3.1; i386; ; ) References: <200911151830.02578.oloringr@gmail.com> <200911152312.22646.mel.flynn+fbsd.questions@mailing.thruhere.net> <200911160038.10993.oloringr@gmail.com> In-Reply-To: <200911160038.10993.oloringr@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200911152358.57050.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Ed Jobs Subject: Re: weird save-entropy behaviour X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Nov 2009 22:58:59 -0000 On Sunday 15 November 2009 23:38:10 Ed Jobs wrote: > On Monday 16 November 2009 00:12, Mel Flynn wrote: > > Did the operator uid change or perhaps shared with another uid? > > Check both `id operator` and `id 2`. > > > > Secondly, why did this stop? Seems like a weird question to ask, but > > since this script is supposed to run every 11 minutes, there should not > > be a reason for this to stop, if there's a race condition. > > # id operator > uid=2(operator) gid=5(operator) groups=5(operator) > # id 2 > uid=2(operator) gid=5(operator) groups=5(operator) > > As for the orer part, why did it stop, i really have no clue. All the > messages arrived at root's mailbox at 5:57, tho the date in them said that > they were sent at 5:50. > It's really strange because I was locked out from the computer at 2:29, so > it's not something I did. and there's nothing that cron runs at that time. Does the cron log (/var/log/cron) show that it was run as operator around the time it started? /usr/sbin/cron[47350]: (operator) CMD (/usr/libexec/save-entropy) Even if it wasn't, I don't see a reason for such a buildup. Unless....since stdin isn't sending anything, it could be the scripts wait indefinitely for user confirmation, then finally get killed off by some limit. There should be some hint at that in /var/log/messages around 5:50. The script should probably do mv -f in line 76. -- Mel From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 23:19:31 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47175106566B for ; Sun, 15 Nov 2009 23:19:31 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 2B47D8FC14 for ; Sun, 15 Nov 2009 23:19:30 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id CEBC8BDC46 for ; Sun, 15 Nov 2009 15:19:29 -0800 (PST) To: freebsd-questions@freebsd.org Date: Sun, 15 Nov 2009 15:19:29 -0800 Message-ID: <42052.1258327169@tristatelogic.com> From: "Ronald F. Guilmette" Subject: Trivial questions about CNTL-ALT-DEL and CNTL-ALT-BACKSPACE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Nov 2009 23:19:31 -0000 Many thanks to those who responded regarding my two questions. With regards to the CNTL-ALT-BACKSPACE sequence and its ability (or lack thereof) to cause an immediate shutdown of the X server... well... I _did_ go and read the Handbook section that Manolis Kiagias kindly posted a link to, and I have now tried _both_ of the two ways described there to re-enable CNTL-ALT-BACKSPACE functionality for the X server, and sadly I must report that for me, at least _neither_ of those methods worked. I did everything exactly and precisely as described. I even cut and pasted the code in the Handbook that was suggested for the /usr/local/etc/hal/fdi/policy/x11-input.fdi file, and still, CNTL-ALT-BACKSPACE is producing no effect whatsoever for me. This is on 7.2-RELEASE/amd64. What now? send-pr? From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 23:30:51 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAD1F106566C for ; Sun, 15 Nov 2009 23:30:51 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: from mtumishi.cyberleo.net (mtumishi.cyberleo.net [69.72.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id 8FCA58FC15 for ; Sun, 15 Nov 2009 23:30:51 +0000 (UTC) Received: from [172.16.44.14] (h-74-2-96-2.chcgilgm.static.covad.net [74.2.96.2]) by mtumishi.cyberleo.net (Postfix) with ESMTPSA id 2C2AD24770; Sun, 15 Nov 2009 18:32:30 -0500 (EST) Message-ID: <4B008F27.4030903@cyberleo.net> Date: Sun, 15 Nov 2009 17:30:47 -0600 From: CyberLeo Kitsana User-Agent: Thunderbird 2.0.0.23 (X11/20091109) MIME-Version: 1.0 To: James Phillips References: <393905.86009.qm@web65508.mail.ac4.yahoo.com> In-Reply-To: <393905.86009.qm@web65508.mail.ac4.yahoo.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: freebsd-questions Digest, Vol 284, Issue 11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Nov 2009 23:30:51 -0000 James Phillips wrote: >> Date: Sat, 14 Nov 2009 20:29:59 -0600 >> From: CyberLeo Kitsana >> Subject: [FreeBSD Questions] Filesystem image as root >> >> The single IDE connector is accessible via the legacy ISA >> ports, and is >> thus limited to PIO modes (about 1.6MB/sec max, even with >> an actual hard >> drive instead of a CF card). > > You are off by an order of magnitude (base 2 or 10): > Pio mode 0 is ~3.3 MB/s > Pio mode 4 is ~16.7 MB/s > > http://www.pcguide.com/ref/hdd/if/ide/modesPIO-c.html > > You can probably set PIO mode 4 for with: > # atacontrol mode ad0 PIO4 If only that were true in this case. (85eef1f3)[root@ss4200 ~]# atacontrol mode ad0 PIO4 current mode = PIO2 (85eef1f3)[root@ss4200 ~]# atacontrol mode ad0 PIO4 current mode = PIO2 (85eef1f3)[root@ss4200 ~]# dd if=/dev/ad0 of=/dev/null bs=4096 count=4096 4096+0 records in 4096+0 records out 16777216 bytes transferred in 10.111748 secs (1659181 bytes/sec) Nothing I've tried seems to boost the throughput, hence the desire to use a compressed cached filesystem image. Thanks for the suggestions, though! -- Fuzzy love, -CyberLeo Technical Administrator CyberLeo.Net Webhosting http://www.CyberLeo.Net Furry Peace! - http://wwww.fur.com/peace/ From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 23:37:21 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF6941065670 for ; Sun, 15 Nov 2009 23:37:20 +0000 (UTC) (envelope-from oloringr@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by mx1.freebsd.org (Postfix) with ESMTP id 76B0B8FC18 for ; Sun, 15 Nov 2009 23:37:19 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 9so1622694eyd.9 for ; Sun, 15 Nov 2009 15:37:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:x-face:mime-version:content-type :content-transfer-encoding:message-id; bh=rGcmvu5IgM0M4LSISPJIyKRCsXLktqy0vJrFUC3/Hl4=; b=xpXdRYSugxobYPvK4XcT+sjfGz9fPhAaacpQzOy1bX1OMjGUBS01xJbtNKti2VR2u8 T4bFKyNTgVQsxb/L2BkVwDoj/b8YsZB/DbQYTNSB8Qm9o5B1QNSz++cv4IG1SJ5NBVpw rwQDIKOi1/g1ccGccFH10d+RFiFgSv7cGKa50= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:x-face :mime-version:content-type:content-transfer-encoding:message-id; b=GNoO2tf43EPK6OFsnKaegR6ZjgNJ/KxI+ROuvtFg73jP7eOkzLGFMXz685FjJqmbwX v2kKT4sIXihQGub7faIxV9skDHe0mbmyGDOrbtnjrlzpiWcxTjmQTbV6bJ9LTFdtM+tR mNEwNagrnbRo5XTR2kFjYk+XusIUnxqta+Ah0= Received: by 10.216.86.17 with SMTP id v17mr1099285wee.192.1258328239282; Sun, 15 Nov 2009 15:37:19 -0800 (PST) Received: from media.localnet (adsl71-46.kln.forthnet.gr [77.49.118.46]) by mx.google.com with ESMTPS id m5sm8480376gve.26.2009.11.15.15.37.17 (version=SSLv3 cipher=RC4-MD5); Sun, 15 Nov 2009 15:37:18 -0800 (PST) From: Ed Jobs To: freebsd-questions@freebsd.org Date: Mon, 16 Nov 2009 01:37:52 +0200 User-Agent: KMail/1.12.3 (Linux/2.6.31-ARCH; KDE/4.3.3; i686; ; ) References: <200911151830.02578.oloringr@gmail.com> <200911160038.10993.oloringr@gmail.com> <200911152358.57050.mel.flynn+fbsd.questions@mailing.thruhere.net> In-Reply-To: <200911152358.57050.mel.flynn+fbsd.questions@mailing.thruhere.net> X-Face: %5EDs|At1pm>WE%P0}6)Hi*s, JH2J${69~j)R"Yu'^P9R3#fvi{LmpsCzxvX*38/, kxcUd QVrlS0G,}-ll{||\P]; *'Gz`RTG+dzconmNyDY3rJHBmpEJkFj|; %vZO&~T")='B<; 88~[ Cltx6#}N*E MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2246158.pBaHsKDhF4"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200911160137.52555.oloringr@gmail.com> Subject: Re: weird save-entropy behaviour X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Nov 2009 23:37:21 -0000 --nextPart2246158.pBaHsKDhF4 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable On Monday 16 November 2009 00:58, Mel Flynn wrote: > Does the cron log (/var/log/cron) show that it was run as operator around > the time it started? > /usr/sbin/cron[47350]: (operator) CMD (/usr/libexec/save-entropy) >=20 > Even if it wasn't, I don't see a reason for such a buildup. Unless....sin= ce > stdin isn't sending anything, it could be the scripts wait indefinitely f= or > user confirmation, then finally get killed off by some limit. There should > be some hint at that in /var/log/messages around 5:50. > The script should probably do mv -f in line 76. >=20 you were right. there was something at the messages. Nov 15 05:50:49 hostname sshd[1126]: error: accept: Software caused=20 connection abort Nov 15 05:50:49 hostname last message repeated 6 times weird. the only thing in auth.log about sshd[1126] is: Nov 13 12:31:51 hostname sshd[1126]: Server listening on :: port 22. Nov 13 12:31:51 hostname sshd[1126]: Server listening on 0.0.0.0 port 22. and the message that was in the messages log too. =2D-=20 Real programmers don't document. If it was hard to write, it should be hard= to=20 understand. --nextPart2246158.pBaHsKDhF4 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAksAkNAACgkQBPpdVEWKA31i9wCg0kxB/oD/o8BDW/1zrfMExFcY hLkAnj9RPszwUXyenlMQswSp/z/xrGCL =68cC -----END PGP SIGNATURE----- --nextPart2246158.pBaHsKDhF4-- From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 23:49:07 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD4C8106568B for ; Sun, 15 Nov 2009 23:49:07 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [83.235.67.30]) by mx1.freebsd.org (Postfix) with ESMTP id 391728FC0C for ; Sun, 15 Nov 2009 23:49:06 +0000 (UTC) Received: from pulstar.local (ppp-94-69-68-99.home.otenet.gr [94.69.68.99]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id nAFNn4dM000310; Mon, 16 Nov 2009 01:49:04 +0200 Message-ID: <4B009370.1040002@otenet.gr> Date: Mon, 16 Nov 2009 01:49:04 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: "Ronald F. Guilmette" References: <42052.1258327169@tristatelogic.com> In-Reply-To: <42052.1258327169@tristatelogic.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Trivial questions about CNTL-ALT-DEL and CNTL-ALT-BACKSPACE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 15 Nov 2009 23:49:07 -0000 Ronald F. Guilmette wrote: > Many thanks to those who responded regarding my two questions. > > With regards to the CNTL-ALT-BACKSPACE sequence and its ability > (or lack thereof) to cause an immediate shutdown of the X server... > well... I _did_ go and read the Handbook section that Manolis Kiagias > kindly posted a link to, and I have now tried _both_ of the two > ways described there to re-enable CNTL-ALT-BACKSPACE functionality > for the X server, and sadly I must report that for me, at least > _neither_ of those methods worked. I did everything exactly and > precisely as described. I even cut and pasted the code in the Handbook > that was suggested for the /usr/local/etc/hal/fdi/policy/x11-input.fdi > file, and still, CNTL-ALT-BACKSPACE is producing no effect whatsoever > for me. This is on 7.2-RELEASE/amd64. > > What now? send-pr? > > Keep the x11-input.fdi section from the Handbook, and also add the following line to /etc/X11/xorg.conf, at the end of the "ServerLayout" section: Option "DontZap" "false" Restart your system, it should work now. (Just tried it on mine. It won't work without both of these changes). Please report back if it works for you! By the way Xorg configuration becomes more and more elusive. Initially, DontZap was enough. Then it had no effect at all and the fdi file was needed. Now seems both are needed. What's next? I'll test this in a few other systems and update the Handbook section if it seems to be the latest norm. Thanks! From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 23:49:38 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C861E106568D for ; Sun, 15 Nov 2009 23:49:38 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (aristotle.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id 8079C8FC1D for ; Sun, 15 Nov 2009 23:49:38 +0000 (UTC) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id nAFNnV6w015007 for ; Sun, 15 Nov 2009 15:49:31 -0800 (PST) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Sun, 15 Nov 2009 15:49:33 -0800 (PST) Date: Sun, 15 Nov 2009 15:49:33 -0800 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20091115234930.GA11465@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 23 years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: Subject: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2009 23:49:38 -0000 ok, i have my new server-to-be underway but having problems exec'ing /usr/sbin/sshd. i can ssh out to existing computers, but cannot ssh or scp stuff in. so my question is: how do i create /etc/ssh/ssh_host_dsa_key ? checking around does no good. tia for any insights, gary -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 7.31a release of Jottings: http://jottings.thought.org/index.php From owner-freebsd-questions@FreeBSD.ORG Sun Nov 15 23:57:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BDD11065670 for ; Sun, 15 Nov 2009 23:57:20 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [83.235.67.30]) by mx1.freebsd.org (Postfix) with ESMTP id ABC5D8FC0C for ; Sun, 15 Nov 2009 23:57:19 +0000 (UTC) Received: from pulstar.local (ppp-94-69-68-99.home.otenet.gr [94.69.68.99]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id nAFNvI8Z002584; Mon, 16 Nov 2009 01:57:18 +0200 Message-ID: <4B00955E.908@otenet.gr> Date: Mon, 16 Nov 2009 01:57:18 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Gary Kline References: <20091115234930.GA11465@thought.org> In-Reply-To: <20091115234930.GA11465@thought.org> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Nov 2009 23:57:20 -0000 Gary Kline wrote: > ok, i have my new server-to-be underway but having problems exec'ing > /usr/sbin/sshd. i can ssh out to existing computers, but cannot ssh > or scp stuff in. so my question is: how do i create > /etc/ssh/ssh_host_dsa_key ? checking around does no good. > > tia for any insights, > > gary > > Add: sshd_enable="YES" to /etc/rc.conf and then execute: /etc/rc.d/sshd start (or reboot your system) The keys will be automatically created at first startup of the ssh daemon From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 00:00:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C22891065670 for ; Mon, 16 Nov 2009 00:00:17 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 827F78FC12 for ; Mon, 16 Nov 2009 00:00:17 +0000 (UTC) Received: from r55.edvax.de (port-92-195-53-77.dynamic.qsc.de [92.195.53.77]) by mx02.qsc.de (Postfix) with ESMTP id DBBB821EE0; Mon, 16 Nov 2009 01:00:15 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAG00EFc002135; Mon, 16 Nov 2009 01:00:15 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Mon, 16 Nov 2009 01:00:14 +0100 From: Polytropon To: Gary Kline Message-Id: <20091116010014.f3ca28de.freebsd@edvax.de> In-Reply-To: <20091115234930.GA11465@thought.org> References: <20091115234930.GA11465@thought.org> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 00:00:17 -0000 On Sun, 15 Nov 2009 15:49:33 -0800, Gary Kline wrote: > > ok, i have my new server-to-be underway but having problems exec'ing > /usr/sbin/sshd. i can ssh out to existing computers, but cannot ssh > or scp stuff in. so my question is: how do i create > /etc/ssh/ssh_host_dsa_key ? checking around does no good. Maybe I remember incorrectly, but doesn't sshd create this file on its first startup? Do you have sshd_enable="YES" in /etc/rc.conf? Is sshd running, or do you get error messages regarding the host DSA key file? -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 00:06:34 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A9461065672 for ; Mon, 16 Nov 2009 00:06:34 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id EE8A18FC12 for ; Mon, 16 Nov 2009 00:06:33 +0000 (UTC) Received: from r55.edvax.de (port-92-195-53-77.dynamic.qsc.de [92.195.53.77]) by mx02.qsc.de (Postfix) with ESMTP id 92E921DC45; Mon, 16 Nov 2009 01:06:32 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAG06UPv002147; Mon, 16 Nov 2009 01:06:30 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Mon, 16 Nov 2009 01:06:30 +0100 From: Polytropon To: Manolis Kiagias Message-Id: <20091116010630.0b8f498a.freebsd@edvax.de> In-Reply-To: <4B009370.1040002@otenet.gr> References: <42052.1258327169@tristatelogic.com> <4B009370.1040002@otenet.gr> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, "Ronald F. Guilmette" Subject: Re: Trivial questions about CNTL-ALT-DEL and CNTL-ALT-BACKSPACE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 00:06:34 -0000 On Mon, 16 Nov 2009 01:49:04 +0200, Manolis Kiagias wrote: > By the way Xorg configuration becomes more and more elusive. Initially, > DontZap was enough. Then it had no effect at all and the fdi file was > needed. Now seems both are needed. What's next? If this continues, I'll run my 5.4-p8 workstation with "old fashioned" X (already X.org) until I die. :-) No, honestly: X is going to be more and more annoying. Have you noticed the long startup time? Nearly a half minute (!!!) on a 1.5 GHz system! I know that there is lots of work done to make life easier for X developers, especially getting rid of many OS specific stuff, but... Finally, sliding more off-topic: Not only X gets slower with each release, the same applies for almost all X applications, except the "old fashioned" ones. Sad. Just: Sad. Thanks for your patience so I could say this. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 00:06:57 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A4A51065670 for ; Mon, 16 Nov 2009 00:06:57 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 081C48FC08 for ; Mon, 16 Nov 2009 00:06:55 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id B857FBDC47 for ; Sun, 15 Nov 2009 16:06:55 -0800 (PST) To: freebsd-questions@freebsd.org Date: Sun, 15 Nov 2009 16:06:55 -0800 Message-ID: <42307.1258330015@tristatelogic.com> From: "Ronald F. Guilmette" Subject: Bad Blocks... Should I RMA? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 00:06:57 -0000 In one of my systems, I've got a Seagate SATA 500GB drive (ST3500320AS) which is actually not very old... purchased 12/11/2008. It's never given me any problems, but just a few minutes ago, while compiling a small C program, I got a set of three irrecoverable errors in quick succession... apparently all read errors from the same single block. Here's the relevant lines from /var/log/messages: Nov 15 15:24:17 coredump kernel: ad4: FAILURE - READ_DMA status=51 error=40 LBA=256230591 Nov 15 15:24:43 coredump kernel: ad4: FAILURE - READ_DMA status=51 error=40 LBA=256230591 Nov 15 15:24:46 coredump kernel: ad4: FAILURE - READ_DMA status=51 error=40 LBA=256230591 (Don't be confused... The name of the host system here is "coredump"... my lame attempt at humor.) So anyway, this is one of those Seagate drives with 5-year warranty. (I only buy the 5-year ones these days... don't trust anything less.) This situation happened at a (relatively) opportune moment. I have zip, nada, nothing on the drive that needs to be either backed up or relocated to another drive. This drive is essentially blank at the moment. So, the question is, should I: 1) RMA the drive back to Seagate? 2) Somehow try to lock-out the bad sector(s)? (If so, how?) 3) Other? If it was failing all over the place (and on multiple blocks), then yea, sure, I'd RMA it back to Seagate in a heartbeat. But heck! It's only one sector. And what's one sector between friends? Before posting this, I googled around a bit for the crrent Accepted Wisdom regarding such sitiations. Most seems to say that bad blocks (even one?) are an early warning of impending doom (for the drive), and suggest trashing or RMA'ing the drive. I just sorta wanted to know if folks here would agree or disagree with that. One thing concerns me about the thought of RMA'ing the drive back... The last time I RMA'd a drive (years ago & a different brand) I got back as a replacement a ``refurb'' drive. Hummm. If I RMA this drive, it is possible that Seagate would replace it with a refurb whose remaining life may perhaps prove to be even less than the drive I am RMA'ing? Do Seagate RMA drive replacements come with fresh platters? Regards, rfg P.S. If I _do_ end up RMA'ing the thing back, do I need to worry about scrubing the drive squeaky clean first... you know... using one of these multiple write-over progs (like `wipe') if I am paranoid... as I am... about the possibility of old credit card numbers lying around in unallocated sectors on the drive? (The drive is empty _now_, but earlier it was in serious/heavy use.) I guess what I'm asking is: Do Segate and the other manufacturers care enough about their customer's privacy to securely wipe old drives/platters that come in to them for RMA? Or do I need to worry 'bout that for my own self? From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 00:10:19 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9361106568D for ; Mon, 16 Nov 2009 00:10:19 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (ns1.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id 6A86A8FC0C for ; Mon, 16 Nov 2009 00:10:19 +0000 (UTC) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id nAG0ACTw015184; Sun, 15 Nov 2009 16:10:12 -0800 (PST) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Sun, 15 Nov 2009 16:10:14 -0800 (PST) Date: Sun, 15 Nov 2009 16:10:14 -0800 From: Gary Kline To: David Rawling Message-ID: <20091116001014.GA11539@thought.org> References: <20091115090300.GA8859@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 23 years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: FreeBSD Mailing List Subject: Re: how to do a custom install? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 00:10:19 -0000 On Sun, Nov 15, 2009 at 08:59:32PM +1100, David Rawling wrote: > -----Original Message----- > From: Gary Kline > Sent: Sun 15/11/2009 8:03 PM > > > due to strange disk problems i was down for around 30 hours. i am > currently wiping dos/win off in favor of 7.2-R and i have a question > about doing a "custom" install that would let me slice the drive into > more that four pieces. > > i am building, by default, > > /, > /var > SWAP, and > /usr > > it has been years since my custom install where [[*some*]] technique > let me slice something like, say, > > /, > /var, > /tmp, > /usr/local/ > SWAP, and > /usr > > anybody remember what keys to hit in the installation procedure? > > tia, > > gary > > I can't say that I remember the keystrokes, but you can have multiple disk slices (aka Windows/DOS partitions) and within each slice, multiple BSD partitions (IIRC up to 8). > > I have mine partitioned into (generally) > > / - 1GB > swap - 2x - 4x RAM > /tmp - 4GB > /var - 20GB > /usr - 40% > /backup - remainder > > I use the whole disk for BSD (single slice) and create the partitions as whatever size suits. > > Dave. yeah, i kinda, sorta remember now. you type "A" for the entire drive, then keep slicing off pieces. hmm, i think once i did that and got a big, fat X for the 5th one.... maybe i didn't enter the "A" that time. just for the heck of it, i'll retry, tx, gary > -- > David Rawling > PD Consulting And Security > Email: djr@pdconsec.net > -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 7.31a release of Jottings: http://jottings.thought.org/index.php From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 00:21:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CCB8106566C for ; Mon, 16 Nov 2009 00:21:26 +0000 (UTC) (envelope-from jon@radel.com) Received: from wave.radel.com (wave.radel.com [216.143.151.4]) by mx1.freebsd.org (Postfix) with ESMTP id 09A0A8FC13 for ; Mon, 16 Nov 2009 00:21:25 +0000 (UTC) Received: by wave.radel.com (CommuniGate Pro PIPE 4.1.6) with PIPE id 9165564; Sun, 15 Nov 2009 19:21:25 -0500 Received: from [192.168.43.221] (account jon@radel.com HELO braeburn.local) by wave.radel.com (CommuniGate Pro SMTP 4.1.6) with ESMTP-TLS id 9165562; Sun, 15 Nov 2009 19:21:15 -0500 Message-ID: <4B009AFB.2070806@radel.com> Date: Sun, 15 Nov 2009 19:21:15 -0500 From: Jon Radel User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: Gary Kline References: <20091115234930.GA11465@thought.org> <20091116010014.f3ca28de.freebsd@edvax.de> In-Reply-To: <20091116010014.f3ca28de.freebsd@edvax.de> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms020601050003040804040003" X-Radel.com-MailScanner-Information: Please contact Jon for more information X-Radel.com-MailScanner: Found to be clean X-Mailer: CommuniGate Pro CLI mailer Cc: FreeBSD Mailing List Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 00:21:26 -0000 This is a cryptographically signed message in MIME format. --------------ms020601050003040804040003 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Polytropon wrote: > On Sun, 15 Nov 2009 15:49:33 -0800, Gary Kline wrote: >> ok, i have my new server-to-be underway but having problems exec'ing >> /usr/sbin/sshd. i can ssh out to existing computers, but cannot ssh >> or scp stuff in. so my question is: how do i create >> /etc/ssh/ssh_host_dsa_key ? checking around does no good. > > Maybe I remember incorrectly, but doesn't sshd create this file > on its first startup? > > Do you have > > sshd_enable="YES" > > in /etc/rc.conf? Is sshd running, or do you get error messages > regarding the host DSA key file? > > > > This is version specific. If you're really old fashioned (v4, for example ;-), you can look in /etc/rc.network for a cookbook: case ${sshd_enable} in [Yy][Ee][Ss]) if [ -x /usr/bin/ssh-keygen ]; then if [ ! -f /etc/ssh/ssh_host_key ]; then echo ' creating ssh1 RSA host key'; /usr/bin/ssh-keygen -t rsa1 -N "" \ -f /etc/ssh/ssh_host_key fi if [ ! -f /etc/ssh/ssh_host_rsa_key ]; then echo ' creating ssh2 RSA host key'; /usr/bin/ssh-keygen -t rsa -N "" \ -f /etc/ssh/ssh_host_rsa_key fi if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then echo ' creating ssh2 DSA host key'; /usr/bin/ssh-keygen -t dsa -N "" \ -f /etc/ssh/ssh_host_dsa_key fi fi ;; esac or just reboot after setting sshd_enable="YES". In newer versions, "/etc/rc.d/sshd start" checks if the files exist and creates any of the 3 which don't, or you can force this check and creation with "/etc/rc.d/sshd keygen". In all cases that I know of, it's just the ssh-keygen program being run on your behalf. -- --Jon Radel jon@radel.com --------------ms020601050003040804040003 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJMTCC AvMwggJcoAMCAQICEB1eDeVYxhAO39zOEnHiAbwwDQYJKoZIhvcNAQEFBQAwYjELMAkGA1UE BhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNVBAMT I1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA5MDIyNTA0MTMyNloX DTEwMDIyNTA0MTMyNlowXjEOMAwGA1UEBBMFUmFkZWwxEzARBgNVBCoTCkpvbiBUaG9tYXMx GTAXBgNVBAMTEEpvbiBUaG9tYXMgUmFkZWwxHDAaBgkqhkiG9w0BCQEWDWpvbkByYWRlbC5j b20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDeT7qtj+euqWr2wXM7OnwrXJe9 Jlc0CGaM69AcTWOFakRY7MUXrqcmF5WjrqrMoagfGjS362eb6787x313ZdLoGuQPh/o2Mqp4 BbSgcnGZRj82SxkUmSN6+2q5ZOOYA6JmfvJwmBuRQ8sHki4GnoSwbIc11a70/z4at5qRi8bb /RtmJYewnpwXErfuuq0hhVSsYKFPXELzSahlpyC+lUfIdgvLJGxc7eU5QuvtYmuohNjn4k9C SJinvfjFbkvgbIgtvZxxmcE74NsKTeW2bEwgoCjZlcAD/QMgLE9KGSVn4/LzC/OZwkPKcWKO CPTNIZK1P+HxaIW4BvvYtjLu2Qx5AgMBAAGjKjAoMBgGA1UdEQQRMA+BDWpvbkByYWRlbC5j b20wDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQUFAAOBgQBT+qFXV8sexrNOJuK8rhVpnCNF iFslD9Kelhon5Tt1tlTsw+B9F9B8ys9tfV559tzVqE+ULcqnjX2rsaJCwFmn6gyucCN0yGML h1O4ddsNQmoTOILyBCv/rkfO4tbXJM3si2JDNPZnL/0Rf3FpDTc3U3SnAdqE1a/8PGBTTmay VDCCAvMwggJcoAMCAQICEB1eDeVYxhAO39zOEnHiAbwwDQYJKoZIhvcNAQEFBQAwYjELMAkG A1UEBhMCWkExJTAjBgNVBAoTHFRoYXd0ZSBDb25zdWx0aW5nIChQdHkpIEx0ZC4xLDAqBgNV BAMTI1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBJc3N1aW5nIENBMB4XDTA5MDIyNTA0MTMy NloXDTEwMDIyNTA0MTMyNlowXjEOMAwGA1UEBBMFUmFkZWwxEzARBgNVBCoTCkpvbiBUaG9t YXMxGTAXBgNVBAMTEEpvbiBUaG9tYXMgUmFkZWwxHDAaBgkqhkiG9w0BCQEWDWpvbkByYWRl bC5jb20wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDeT7qtj+euqWr2wXM7Onwr XJe9Jlc0CGaM69AcTWOFakRY7MUXrqcmF5WjrqrMoagfGjS362eb6787x313ZdLoGuQPh/o2 Mqp4BbSgcnGZRj82SxkUmSN6+2q5ZOOYA6JmfvJwmBuRQ8sHki4GnoSwbIc11a70/z4at5qR i8bb/RtmJYewnpwXErfuuq0hhVSsYKFPXELzSahlpyC+lUfIdgvLJGxc7eU5QuvtYmuohNjn 4k9CSJinvfjFbkvgbIgtvZxxmcE74NsKTeW2bEwgoCjZlcAD/QMgLE9KGSVn4/LzC/OZwkPK cWKOCPTNIZK1P+HxaIW4BvvYtjLu2Qx5AgMBAAGjKjAoMBgGA1UdEQQRMA+BDWpvbkByYWRl bC5jb20wDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQUFAAOBgQBT+qFXV8sexrNOJuK8rhVp nCNFiFslD9Kelhon5Tt1tlTsw+B9F9B8ys9tfV559tzVqE+ULcqnjX2rsaJCwFmn6gyucCN0 yGMLh1O4ddsNQmoTOILyBCv/rkfO4tbXJM3si2JDNPZnL/0Rf3FpDTc3U3SnAdqE1a/8PGBT TmayVDCCAz8wggKooAMCAQICAQ0wDQYJKoZIhvcNAQEFBQAwgdExCzAJBgNVBAYTAlpBMRUw EwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgGA1UEChMRVGhh d3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2VydmljZXMgRGl2aXNp b24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkGCSqGSIb3DQEJ ARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw0wMzA3MTcwMDAwMDBaFw0xMzA3 MTYyMzU5NTlaMGIxCzAJBgNVBAYTAlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAo UHR5KSBMdGQuMSwwKgYDVQQDEyNUaGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBD QTCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAxKY8VXNV+065yplaHmjAdQRwnd/p/6Me 7L3N9VvyGna9fww6YfK/Uc4B1OVQCjDXAmNaLIkVcI7dyfArhVqqP3FWy688Cwfn8R+RNiQq E88r1fOCdz0Dviv+uxg+B79AgAJk16emu59l0cUqVIUPSAR/p7bRPGEEQB5kGXJgt/sCAwEA AaOBlDCBkTASBgNVHRMBAf8ECDAGAQH/AgEAMEMGA1UdHwQ8MDowOKA2oDSGMmh0dHA6Ly9j cmwudGhhd3RlLmNvbS9UaGF3dGVQZXJzb25hbEZyZWVtYWlsQ0EuY3JsMAsGA1UdDwQEAwIB BjApBgNVHREEIjAgpB4wHDEaMBgGA1UEAxMRUHJpdmF0ZUxhYmVsMi0xMzgwDQYJKoZIhvcN AQEFBQADgYEASIzRUIPqCy7MDaNmrGcPf6+svsIXoUOWlJ1/TCG4+DYfqi2fNi/A9BxQIJNw PP2t4WFiw9k6GX6EsZkbAMUaC4J0niVQlGLH2ydxVyWN3amcOY6MIE9lX5Xa9/eH1sYITq72 6jTlEBpbNU1341YheILcIRk13iSx0x1G/11fZU8xggNkMIIDYAIBATB2MGIxCzAJBgNVBAYT AlpBMSUwIwYDVQQKExxUaGF3dGUgQ29uc3VsdGluZyAoUHR5KSBMdGQuMSwwKgYDVQQDEyNU aGF3dGUgUGVyc29uYWwgRnJlZW1haWwgSXNzdWluZyBDQQIQHV4N5VjGEA7f3M4SceIBvDAJ BgUrDgMCGgUAoIIBwzAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEP Fw0wOTExMTYwMDIxMTVaMCMGCSqGSIb3DQEJBDEWBBRgqT/1RjwcOsIbVSbDVSfLcx0SPzBS BgkqhkiG9w0BCQ8xRTBDMAoGCCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0D AgIBQDAHBgUrDgMCBzANBggqhkiG9w0DAgIBKDCBhQYJKwYBBAGCNxAEMXgwdjBiMQswCQYD VQQGEwJaQTElMCMGA1UEChMcVGhhd3RlIENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UE AxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVtYWlsIElzc3VpbmcgQ0ECEB1eDeVYxhAO39zOEnHi AbwwgYcGCyqGSIb3DQEJEAILMXigdjBiMQswCQYDVQQGEwJaQTElMCMGA1UEChMcVGhhd3Rl IENvbnN1bHRpbmcgKFB0eSkgTHRkLjEsMCoGA1UEAxMjVGhhd3RlIFBlcnNvbmFsIEZyZWVt YWlsIElzc3VpbmcgQ0ECEB1eDeVYxhAO39zOEnHiAbwwDQYJKoZIhvcNAQEBBQAEggEAjLlX XsYoRUh0ukEvTLKekeVd9hYb5TOb6GzsWe4Jggx2dMdjWEgInT1lR0811I+r7NH90Q12wlUd DvaHhCf8wkPc28N96oTkFhTQ35ECfT6vXB7YK8do0rSmiFgXAeenIml7T8q3+ivyQ/GRRx7i pqBjuuyYWmwiebufBBjHQZCO6HL31fBFmMR/k9vtOhi37MMbUUwIi/rluD0/2FgwP9kv9bYx TR9D9+Cv7wQDgfbP81MiYXZlVeNDNDwLEEIxhVv8q8OzPaoppPtWiSeVDp2CN0HNw9amJnE0 JU/mfWQCbRX9reJ1G0RDc5MdXexN8qKKFLkfpYFtboFe/aTbJwAAAAAAAA== --------------ms020601050003040804040003-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 00:21:31 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D7F71065672 for ; Mon, 16 Nov 2009 00:21:31 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [83.235.67.30]) by mx1.freebsd.org (Postfix) with ESMTP id 7B0618FC16 for ; Mon, 16 Nov 2009 00:21:30 +0000 (UTC) Received: from pulstar.local (ppp-94-69-68-99.home.otenet.gr [94.69.68.99]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id nAG0LSA4009235; Mon, 16 Nov 2009 02:21:28 +0200 Message-ID: <4B009B08.3070507@otenet.gr> Date: Mon, 16 Nov 2009 02:21:28 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Polytropon References: <42052.1258327169@tristatelogic.com> <4B009370.1040002@otenet.gr> <20091116010630.0b8f498a.freebsd@edvax.de> In-Reply-To: <20091116010630.0b8f498a.freebsd@edvax.de> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, "Ronald F. Guilmette" Subject: Re: Trivial questions about CNTL-ALT-DEL and CNTL-ALT-BACKSPACE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 00:21:31 -0000 Polytropon wrote: > On Mon, 16 Nov 2009 01:49:04 +0200, Manolis Kiagias wrote: > >> By the way Xorg configuration becomes more and more elusive. Initially, >> DontZap was enough. Then it had no effect at all and the fdi file was >> needed. Now seems both are needed. What's next? >> > > If this continues, I'll run my 5.4-p8 workstation with "old > fashioned" X (already X.org) until I die. :-) > > I feel your pain... > No, honestly: X is going to be more and more annoying. Have > you noticed the long startup time? Nearly a half minute (!!!) > Don't have any startup time problems myself. I mostly run on Atom CPUs, nothing fancy. > on a 1.5 GHz system! I know that there is lots of work done > to make life easier for X developers, especially getting rid > of many OS specific stuff, but... > > Finally, sliding more off-topic: Not only X gets slower with > each release, the same applies for almost all X applications, > except the "old fashioned" ones. > > Just the fact that I now have to edit an xml file to simply add a Greek keyboard layout is annoying enough. Combine with the fact that for some reason keyboard / mouse may or may not be detected depending on the machine, phase of the moon etc, needing AutoAddInputDevices and AllowEmptyInput hacks, I'd call it nightmare on HAL street... But that's enough ranting for tonight, I had an entire blog post complaining about it. Let's just hope we can cope with the documentation changes so we have some place to resort to! From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 00:26:58 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CACD1065676 for ; Mon, 16 Nov 2009 00:26:58 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 0B1C38FC13 for ; Mon, 16 Nov 2009 00:26:57 +0000 (UTC) Received: from r55.edvax.de (port-92-195-53-77.dynamic.qsc.de [92.195.53.77]) by mx02.qsc.de (Postfix) with ESMTP id F0928219A4; Mon, 16 Nov 2009 01:26:56 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAG0Qt1N002244; Mon, 16 Nov 2009 01:26:56 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Mon, 16 Nov 2009 01:26:55 +0100 From: Polytropon To: "Ronald F. Guilmette" Message-Id: <20091116012655.b5bdf80b.freebsd@edvax.de> In-Reply-To: <42307.1258330015@tristatelogic.com> References: <42307.1258330015@tristatelogic.com> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Bad Blocks... Should I RMA? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 00:26:58 -0000 On Sun, 15 Nov 2009 16:06:55 -0800, "Ronald F. Guilmette" wrote: > So, the question is, should I: > > 1) RMA the drive back to Seagate? Yes. > 2) Somehow try to lock-out the bad sector(s)? (If so, how?) > [...] > If it was failing all over the place (and on multiple blocks), then yea, > sure, I'd RMA it back to Seagate in a heartbeat. But heck! It's only one > sector. And what's one sector between friends? If there's already error messaging to the OS, then the drive's firmware has noticed that it can't compensate errors anymore. This means: Probably there isn't only one bad sector - there are lots of them. (The drive uses spare sectors to move data to them when a sector in use gets bad.) Backup all your important data and get rid of this drive, this will save you possibly upcoming trouble. > Before posting this, I googled around a bit for the crrent Accepted Wisdom > regarding such sitiations. Most seems to say that bad blocks (even one?) > are an early warning of impending doom (for the drive), and suggest trashing > or RMA'ing the drive. I just sorta wanted to know if folks here would agree > or disagree with that. >From my knowledge and experience, this is correct. > One thing concerns me about the thought of RMA'ing the drive back... The > last time I RMA'd a drive (years ago & a different brand) I got back as a > replacement a ``refurb'' drive. Hummm. If I RMA this drive, it is possible > that Seagate would replace it with a refurb whose remaining life may perhaps > prove to be even less than the drive I am RMA'ing? Do Seagate RMA drive > replacements come with fresh platters? There's always smartctl (from port smartmontools) to do some checking on the drive you get back. > P.S. If I _do_ end up RMA'ing the thing back, do I need to worry about > scrubing the drive squeaky clean first... you know... using one of these > multiple write-over progs (like `wipe') if I am paranoid... as I am... > about the possibility of old credit card numbers lying around in unallocated > sectors on the drive? (The drive is empty _now_, but earlier it was in > serious/heavy use.) You could first mount all the partitions (from a live CD or DVD) of the disk and then to the magical "remark read-file" command (rm -rf /), and afterwards running dd if=/dev/zero of=/dev/ad0 bs=1m for a while. Check that ad0 really is the drive you want to clean, or else. :-) > I guess what I'm asking is: Do Segate and the other manufacturers care > enough about their customer's privacy to securely wipe old drives/platters > that come in to them for RMA? Or do I need to worry 'bout that for my own > self? I've got no experience with how Seagate treats his customers. To be sure, at least clean your disk a bit as mentioned above, because that's for YOUR security. If Seagate is "intelligent" enough to send you a "new" drive back with a FAT or NTFS file system on it... you'll delete it anyway. Help the manufacturer - help you. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 00:41:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B444106568D for ; Mon, 16 Nov 2009 00:41:53 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id CE7858FC14 for ; Mon, 16 Nov 2009 00:41:52 +0000 (UTC) Received: from r55.edvax.de (port-92-195-53-77.dynamic.qsc.de [92.195.53.77]) by mx02.qsc.de (Postfix) with ESMTP id 0A4FC1F71A; Mon, 16 Nov 2009 01:41:51 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAG0fnkG002287; Mon, 16 Nov 2009 01:41:50 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Mon, 16 Nov 2009 01:41:49 +0100 From: Polytropon To: Manolis Kiagias Message-Id: <20091116014149.f7d6eafd.freebsd@edvax.de> In-Reply-To: <4B009B08.3070507@otenet.gr> References: <42052.1258327169@tristatelogic.com> <4B009370.1040002@otenet.gr> <20091116010630.0b8f498a.freebsd@edvax.de> <4B009B08.3070507@otenet.gr> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, "Ronald F. Guilmette" Subject: Re: Trivial questions about CNTL-ALT-DEL and CNTL-ALT-BACKSPACE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 00:41:53 -0000 On Mon, 16 Nov 2009 02:21:28 +0200, Manolis Kiagias wrote: > Just the fact that I now have to edit an xml file to simply add a Greek > keyboard layout is annoying enough. The fact that annoys me is that configuration seems to have disassembled into several parts that are not located in a central file (such as xorg.conf has been); I have no problem with editing text files if I need to, but now it's getting somewhat complicated - I'm not confortable with the fact that FreeBSD is (getting) complicated, I always loved it because everything is so simple. > Combine with the fact that for some reason keyboard / mouse may or may > not be detected depending on the machine, phase of the moon etc, > needing AutoAddInputDevices and AllowEmptyInput hacks, I'd call it > nightmare on HAL street... This famous quote comes to mind: HAL: Look Dave, I can see you're really upset about this. I honestly think you ought to sit down calmly, take a stress pill, and think things over. ... Maybe this is all fine as long as you have up-to-date hardware that will deliver all the data needed for the autodetection and autoconfiguration magic, but what's if you're *insisting* on using a 21" Eizo CRT and a three button Sun mouse (where the middle mouse button does both middle-click and wheel)? And then I really ask myself: Will the xmodmap "hack" (i. e. or i. has been the canonical way) still work for my Sun keyboard that I insist on using? > But that's enough ranting for tonight, I had an entire blog post > complaining about it. But I am not complaining! :-) I've been told that those changes are absolutely needed to design the creation of new software more efficiently and cheaper; this is often confused with "bloat", but it's not, it's evolution! And there's no way around. I would be more happy if things would really get better, or even not worse, but sadly, they seem to. Software gets slower as well as less accessible - Gtk 2, used by many programs, is a good (bad) example. Am I supposed to buy new computer to replace perfectly running systems just to keep the "overall usage speed" of everything at the same level? Oh wait, that's economy. Let us be thankful we have commerce. Buy more. Buy more now. Buy. And be happy. So much from the famous quoting department. :-) > Let's just hope we can cope with the documentation > changes so we have some place to resort to! I hope "documentation" refers to "how documentation should be properly done, and how it IS done in FreeBSD", and not the (sorry) Linux way of documentation. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 01:24:09 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20B791065670 for ; Mon, 16 Nov 2009 01:24:09 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.freebsd.org (Postfix) with ESMTP id EF6038FC18 for ; Mon, 16 Nov 2009 01:24:08 +0000 (UTC) Received: (qmail 27029 invoked from network); 16 Nov 2009 01:24:08 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 16 Nov 2009 01:24:07 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 1538850891; Sun, 15 Nov 2009 20:24:07 -0500 (EST) From: Lowell Gilbert To: "Ronald F. Guilmette" References: <42307.1258330015@tristatelogic.com> Date: Sun, 15 Nov 2009 20:24:06 -0500 In-Reply-To: <42307.1258330015@tristatelogic.com> (Ronald F. Guilmette's message of "Sun, 15 Nov 2009 16:06:55 -0800") Message-ID: <44my2n45zd.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Bad Blocks... Should I RMA? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 01:24:09 -0000 "Ronald F. Guilmette" writes: > Nov 15 15:24:17 coredump kernel: ad4: FAILURE - READ_DMA status=51 error=40 LBA=256230591 This is *not* necessarily a big deal, despite what your other response told you. Errors on reads do not mean that your drive's bad-sector table is full; only errors on write indicate that. If you can try manufacturer's drive diagnostics, do that. If you can't, then it's harder to fix things up, but not impossible; write back if you really can't use a low-level diag. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 01:54:49 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 567ED1065670 for ; Mon, 16 Nov 2009 01:54:49 +0000 (UTC) (envelope-from msoulier@digitaltorque.ca) Received: from mail.storm.ca (unknown [IPv6:2607:f0b0:0:6:209:87:239:66]) by mx1.freebsd.org (Postfix) with ESMTP id 7B5268FC1A for ; Mon, 16 Nov 2009 01:54:48 +0000 (UTC) Received: from anton.digitaltorque.ca (hs-216-106-102-79.storm.ca [216.106.102.79]) by mail.storm.ca (8.14.2+Sun/8.14.2) with ESMTP id nAFNEVfX001036 for ; Sun, 15 Nov 2009 18:14:36 -0500 (EST) Received: by anton.digitaltorque.ca (Postfix, from userid 1000) id 55266860232; Sun, 15 Nov 2009 18:14:25 -0500 (EST) Date: Sun, 15 Nov 2009 18:14:25 -0500 From: "Michael P. Soulier" To: freebsd-questions@freebsd.org Message-ID: <20091115231424.GA29418@anton.digitaltorque.ca> Mail-Followup-To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="y0ulUmNC+osPPQO6" Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: bash prompt update lagging X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 01:54:49 -0000 --y0ulUmNC+osPPQO6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I use the same bash config on Linux, FreeBSD and Cygwin, for the most part, and I just noticed that on my FreeBSD system the prompt is updating one command too late. root@kanga:/root$ pwd /home/msoulier root@kanga:~$ cd /root root@kanga:~$ pwd /root root@kanga:/root$=20 As you can see, the prompt with my current location doesn't update until the command _following_ my directory change.=20 root@kanga:/root$ echo $PS1 \[\033[1;32m\]\[\033[0;36m\]\u\[\033[1;32m\]@\[\033[0;36m\]\h\[\033[1;32m\]= :\[\033[0;37m\]${SHORT_PWD}\[\033[1;32m\]$\[\033[0;37m\] I'm wondering if this is a bash bug on bsd, or if I'm doing something wrong. Has anyone seen this? Thanks, Mike --=20 Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein --y0ulUmNC+osPPQO6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) iD8DBQFLAItQKGqCc1vIvggRAvR4AJ0ceygLKbIP/AMoVqDtKPw15H/cUgCgt1Y2 63rwpkFCK+WIrKBJUrcIG7A= =DP26 -----END PGP SIGNATURE----- --y0ulUmNC+osPPQO6-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 01:57:16 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A978D106566B for ; Mon, 16 Nov 2009 01:57:16 +0000 (UTC) (envelope-from frank@shute.org.uk) Received: from atmail-10.bnguk.net (atmail-10.bnguk.net [80.74.253.10]) by mx1.freebsd.org (Postfix) with ESMTP id 412E48FC12 for ; Mon, 16 Nov 2009 01:57:16 +0000 (UTC) Received: from 54-144.adsl.zetnet.co.uk ([194.247.54.144] helo=orange.esperance-linux.co.uk) by atmail-10.bnguk.net with esmtp (Exim 4.69) (envelope-from ) id 1N9qpv-00011q-SI; Mon, 16 Nov 2009 01:57:00 +0000 Received: by orange.esperance-linux.co.uk (Postfix, from userid 1001) id BB40D4AC1B; Mon, 16 Nov 2009 01:56:59 +0000 (GMT) Date: Mon, 16 Nov 2009 01:56:59 +0000 From: Frank Shute To: Sabine Baer Message-ID: <20091116015659.GA77360@orange.esperance-linux.co.uk> Mail-Followup-To: Sabine Baer , freebsd-questions@freebsd.org References: <20091115181114.GA1295@amd.catfish.ddns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091115181114.GA1295@amd.catfish.ddns.org> User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 8.0-RC1 amd64 X-Organisation: 'shute.org.uk' Cc: freebsd-questions@freebsd.org Subject: Re: No /dev/da0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 01:57:16 -0000 On Sun, Nov 15, 2009 at 07:11:14PM +0100, Sabine Baer wrote: > > > Hello, > I am writing to this list because I haven't found anything that helps > me in the 'web' nor in usenet. > First I have to apologize for my bad english and mey bad knowing of > what I'm doing with FreeBSD, I am not a 'hacker' but just a user. > > Well my problem is mounting my digital camera. If I remember correctly > I did it with > mount_msdosfs /dev/da0s1 /lumix > I think that was under FreeBSD 6.n > But now, upgraded to 7.2, there ist no /dev/da0. > Attached to an iBook with Mac OS X 10.4 the cards were well mounted as > 'disk2s1'. > > If I attach the camera to the FreeBSD PC the console gives > [attaching the camera] > | umass0: on > |uhub0 > |(probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 > |(probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error > |(probe0:umass-sim0:0:0:0): SCSI Status: Check Condition > |(probe0:umass-sim0:0:0:0): UNIT ATTENTION asc:28,0 > |(probe0:umass-sim0:0:0:0): Not ready to ready change, medium may have > |changed > |(probe0:umass-sim0:0:0:0): Retrying Command (per Sense Data) > |da0 at umass-sim0 bus 0 target 0 lun 0 > |da0: Removable Direct Access SCSI-2 device > |da0: 1.000MB/s transfers > |da0: 14MB (29121 512 byte sectors: 64H 32S/T 14C) > > But there is no /dev/da0 > # ls /dev/da* > ls: No match. > > If I detach it the console writes > [detaching the camera] > | umass0: at uhub0 port 8 (addr 4) disconnected > |(da0:umass-sim0:0:0:0): lost device > |(da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x39, scsi > |status == > | 0x0 > |(da0:umass-sim0:0:0:0): removing device entry > |umass0: detached > > I haven't any clue if it's FreeBSD's fault, the camera's or mine. > Is there somone who can give me some hint? > > Sabine > Have you tried playing around with camcontrol(8)? Maybe after you've plugged it in, try: # camcontrol load 0:0:0 then: # camcontrol devlist and then try mounting it if it shows up given the above command. Sometimes, you have to: # camcontrol stop 0:0:0 # camcontrol rescan 0:0:0 # camcontrol load 0:0:0 to get it to behave. Before unplugging it, unmount it and then: # camcontrol eject 0:0:0 Regards, -- Frank Contact info: http://www.shute.org.uk/misc/contact.html From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 02:18:01 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 217ED1065676 for ; Mon, 16 Nov 2009 02:18:01 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id D6BC98FC1D for ; Mon, 16 Nov 2009 02:18:00 +0000 (UTC) Received: from r55.edvax.de (port-92-195-53-77.dynamic.qsc.de [92.195.53.77]) by mx02.qsc.de (Postfix) with ESMTP id 7B17F21B7F; Mon, 16 Nov 2009 03:17:59 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAG2HwGQ003405; Mon, 16 Nov 2009 03:17:58 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Mon, 16 Nov 2009 03:17:58 +0100 From: Polytropon To: "Michael P. Soulier" Message-Id: <20091116031758.0729246c.freebsd@edvax.de> In-Reply-To: <20091115231424.GA29418@anton.digitaltorque.ca> References: <20091115231424.GA29418@anton.digitaltorque.ca> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: bash prompt update lagging X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 02:18:01 -0000 On Sun, 15 Nov 2009 18:14:25 -0500, "Michael P. Soulier" wrote: > \[\033[1;32m\]\[\033[0;36m\]\u\[\033[1;32m\]@\[\033[0;36m\]\h\[\033[1;32m\]:\[\033[0;37m\]${SHORT_PWD}\[\033[1;32m\]$\[\033[0;37m\] > I'm wondering if this is a bash bug on bsd, or if I'm doing something wrong. Your PS1 seems to include ${SHORT_PWD}, a variable. It seems that it is not updated immediately after the cd command. > Has anyone seen this? No. I don't have any path information at all when I use your PS1. poly@r55:$ By the way, this is bash-3.2.25 on FreeBSD/x86 7. But I tried to replace the ${SHORT_PWD} by the \w control sequence (as mentioned in "man bash"). This is the result: $ export PS1="\[\033[1;32m\]\[\033[0;36m\]\u\[\033[1;32m\]@\[\033[0;36m\]\h\[\033[1;32m\]:\[\033[0;37m\]\w\[\033[1;32m\]$\[\033[0;37m\] " poly@r55:~$ cd /etc poly@r55:/etc$ cd /usr/src/sys poly@r55:/usr/src/sys$ And the \W short form: poly@r55:/usr/src/sys$ export PS1="\[\033[1;32m\]\[\033[0;36m\]\u\[\033[1;32m\]@\[\033[0;36m\]\h\[\033[1;32m\]:\[\033[0;37m\]\w\[\033[1;32m\]$\[\033[0;37m\] " poly@r55:sys$ cd /bin poly@r55:bin$ cd /usr/local poly@r55:local$ The username and hostname are cyan, @, : and $ are bright green. Is this what you've intended the prompt to look like? -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 02:23:16 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4ACE7106566C for ; Mon, 16 Nov 2009 02:23:16 +0000 (UTC) (envelope-from the.real.david.allen@gmail.com) Received: from mail-pz0-f185.google.com (mail-pz0-f185.google.com [209.85.222.185]) by mx1.freebsd.org (Postfix) with ESMTP id 25ACB8FC15 for ; Mon, 16 Nov 2009 02:23:15 +0000 (UTC) Received: by pzk15 with SMTP id 15so3368449pzk.3 for ; Sun, 15 Nov 2009 18:23:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=MIyA0+ZmOn1R+Ve5gqSXMhpWfNdQ0Mhms6URkAekZRM=; b=CuFvZ1rlZNUTZksqbEQrhVyGLk5ACby5EPyQyIaTliwbyOls/PMDndfWoPMObFLV0m d29anVuvRV/A8fxh5GzMU94t8rrKfKaJip1rOvvF4Gk701hDgyt98QJmjEHHCPVs2RK0 6lQt1K48LuaFX+aVg9xAXvX/qdSfg1zyobSQ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=flEHtwy1jlJeHTpfSdMjJSFJA6V+C5CF1Hkr/oK8BZbhdwmPRXiik0BUFOZUnozzFT hQT/skO302y9jsiknyuED08ESVa3I47tJkHy7JCPVptJX4oMTmcsIl9RmNtG2fWwiwHq J/Voo5hlKUNvmCO5YYhyiHgzSXIe2cXrfpGUU= MIME-Version: 1.0 Received: by 10.142.5.29 with SMTP id 29mr761441wfe.75.1258338195684; Sun, 15 Nov 2009 18:23:15 -0800 (PST) Date: Sun, 15 Nov 2009 19:23:15 -0700 Message-ID: <2daa8b4e0911151823sd98f726ma4b8eebf05b16dd0@mail.gmail.com> From: David Allen To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Partition naming, fstab, and geli X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 02:23:16 -0000 Say I have performed a standard installation of FreeBSD onto a single IDE drive with the following entries in /etc/fstab: /dev/ad0s1b none swap sw 0 0 /dev/ad0s1a / ufs rw 1 1 /dev/ad0s1d /var ufs rw 2 2 /dev/ad0s1e /tmp ufs rw 2 2 /dev/ad0s1f /usr ufs rw 2 2 Then I added more drives. 1. The Handbook suggests there is a convention that when partitioning a a drive that's been added, to label the first new partition on that drive as 'e' as opposed to 'a' (which is reserved for the /root partition). Does the following satisfy that convention, or would starting with 'a' in each case make more sense? /dev/ad1e /foo1 ufs rw 2 2 /dev/ad1f /bar1 ufs rw 2 2 /dev/ad1g /baz1 ufs rw 2 2 /dev/ad2e /foo2 ufs rw 2 2 /dev/ad2f /bar2 ufs rw 2 2 /dev/ad3e /foo3 ufs rw 2 2 /dev/ad3f /bar3 ufs rw 2 2 2. My second question is in regards to using the 'xx' fstype to have the system ignore that device. Consider, for example, a geli encrypted partition. The .eli device doesn't exist at boot time. I discovered by accident that the system won't boot with an fstab entry for a device that doesn't exist. So if I was to record an entry in fstab, I couldn't use /dev/ad1e.eli /home/david/private ufs rw 0 0 Does that mean that the following is what's typically to record fstab entries for ignored devices? /dev/ad1e.eli /home/david/private xx rw 0 0 /dev/ad3e /fake xx rw 0 0 /dev/ad3f /reserved xx rw 0 0 Thanks. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 03:21:35 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 342BA106566B for ; Mon, 16 Nov 2009 03:21:35 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id CF0968FC08 for ; Mon, 16 Nov 2009 03:21:34 +0000 (UTC) Received: from r55.edvax.de (port-92-195-53-77.dynamic.qsc.de [92.195.53.77]) by mx02.qsc.de (Postfix) with ESMTP id 026B51F6B9; Mon, 16 Nov 2009 04:21:32 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAG3LVMU003565; Mon, 16 Nov 2009 04:21:32 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Mon, 16 Nov 2009 04:21:31 +0100 From: Polytropon To: David Allen Message-Id: <20091116042131.d522b7f6.freebsd@edvax.de> In-Reply-To: <2daa8b4e0911151823sd98f726ma4b8eebf05b16dd0@mail.gmail.com> References: <2daa8b4e0911151823sd98f726ma4b8eebf05b16dd0@mail.gmail.com> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Partition naming, fstab, and geli X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 03:21:35 -0000 On Sun, 15 Nov 2009 19:23:15 -0700, David Allen wrote: > 1. The Handbook suggests there is a convention that when partitioning a a > drive that's been added, to label the first new partition on that drive as > 'e' as opposed to 'a' (which is reserved for the /root partition). Does > the following satisfy that convention, or would starting with 'a' in each > case make more sense? > > /dev/ad1e /foo1 ufs rw 2 2 > /dev/ad1f /bar1 ufs rw 2 2 > /dev/ad1g /baz1 ufs rw 2 2 > > /dev/ad2e /foo2 ufs rw 2 2 > /dev/ad2f /bar2 ufs rw 2 2 > > /dev/ad3e /foo3 ufs rw 2 2 > /dev/ad3f /bar3 ufs rw 2 2 The Handbook says in 18.3.1 sub 3: A disk can have up to eight partitions, labeled a-h. A few of the partition labels have special uses. The a partition is used for the root partition (/). Thus only your system disk (e.g, the disk you boot from) should have an a partition. The b partition is used for swap partitions, and you may have many disks with swap partitions. The c partition addresses the entire disk in dedicated mode, or the entire FreeBSD slice in slice mode. The other partitions are for general use. Note the last sentence. Due to this statement, I think the usage of 'e' is arbitrary, 'd' could be okay, too, but when the Handbook says 'e' in the example (maybe with the intention of 'e' like in 'example'?), you can use 'e', too, especially when you want to use more than one partition. I have to admit that I never put slices on extra hard disks, I'm always using the whole disk, so # newfs /dev/ad3 would give me /dev/ad3 (which is the same as /dev/ad3c), and the entry /dev/ad3 /foo ufs rw 2 2 would go into fstab. I'm sure you already know this because it seems that you read up until 18.3.2.2 - you're omitting slices, "dedicated" mode. :-) Bottom line: The naming convention mentioned in the Handbook and your examples are completely okay. > 2. My second question is in regards to using the 'xx' fstype to have the > system ignore that device. > > Consider, for example, a geli encrypted partition. The .eli device > doesn't exist at boot time. I discovered by accident that the system > won't boot with an fstab entry for a device that doesn't exist. That's completely intended. :-) > So if I > was to record an entry in fstab, I couldn't use > > /dev/ad1e.eli /home/david/private ufs rw 0 0 > > Does that mean that the following is what's typically to record fstab > entries for ignored devices? > > /dev/ad1e.eli /home/david/private xx rw 0 0 > /dev/ad3e /fake xx rw 0 0 > /dev/ad3f /reserved xx rw 0 0 I would say: No. The entry for those partitions should rather be: /dev/ad1e.eli /home/david/private ufs rw,noauto 0 0 /dev/ad3e /fake ufs rw,noauto 0 0 /dev/ad3f /reserved ufs rw,noauto 0 0 The "ufs" in the FS field tells the system which FS to use when later mounting (e. g. with requiring a pass phrase from the operator), and "noauto" in the options field that prohibits mounting the file system at startup. If you used "xx" in the FS field, you could not easily # mount /reserved because the mount command wouldn't know which FS to use (allthough I think UFS might be a default here). -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 03:32:18 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F32A2106566B for ; Mon, 16 Nov 2009 03:32:18 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id C287D8FC13 for ; Mon, 16 Nov 2009 03:32:18 +0000 (UTC) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1N9sKA-0000WC-7N for freebsd-questions@freebsd.org; Sun, 15 Nov 2009 19:32:18 -0800 Message-ID: <26366441.post@talk.nabble.com> Date: Sun, 15 Nov 2009 19:32:18 -0800 (PST) From: vuthecuong To: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Nabble-From: vuthecuong@luvina.net Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Default cannot install 8.0 rc2 in mobo P5QL-EM Hello, I am trying to install FreeBSD 8.0 rc2 on mobo ASUS P5QL-EM, but under the boot of the install dvd I get this run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config and then 120, 180 etc. Anyone know whats wrong? thanks Reply With Quote Multi-Quote This Message Quick reply to this message Thanks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 03:32:19 -0000 Hello, I am trying to install FreeBSD 8.0 rc2 on mobo ASUS P5QL-EM, but under the boot of the install dvd I get this run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config and then 120, 180 etc. Anyone know whats wrong? thanks -- View this message in context: http://old.nabble.com/Default-cannot-install-8.0-rc2-in-mobo-P5QL-EM-Hello%2C-I-am-trying-to-install-FreeBSD-8.0-rc2-on-mobo-ASUS-P5QL-EM%2C-but-under-the-boot-of-the-install-dvd-I-get-this--run_interrupt_driven_hooks%3A-still-waiting-after-60-seconds-for-xpt_config--and-then-120%2C-180-etc.--Anyone-know-whats-wrong--thanks-Reply-With-Quote-Multi-Quote-This-Message-Quick-reply-to-this-message-Thanks-tp26366441p26366441.html Sent from the freebsd-questions mailing list archive at Nabble.com. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 03:51:00 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91A8F1065670 for ; Mon, 16 Nov 2009 03:51:00 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 408738FC14 for ; Mon, 16 Nov 2009 03:50:59 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id nAG3oth3088828; Sun, 15 Nov 2009 20:50:55 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id nAG3otNt088825; Sun, 15 Nov 2009 20:50:55 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 15 Nov 2009 20:50:55 -0700 (MST) From: Warren Block To: Polytropon In-Reply-To: <20091116010630.0b8f498a.freebsd@edvax.de> Message-ID: References: <42052.1258327169@tristatelogic.com> <4B009370.1040002@otenet.gr> <20091116010630.0b8f498a.freebsd@edvax.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (wonkity.com [127.0.0.1]); Sun, 15 Nov 2009 20:50:55 -0700 (MST) Cc: Manolis Kiagias , freebsd-questions@freebsd.org Subject: Re: Trivial questions about CNTL-ALT-DEL and CNTL-ALT-BACKSPACE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 03:51:00 -0000 On Mon, 16 Nov 2009, Polytropon wrote: > On Mon, 16 Nov 2009 01:49:04 +0200, Manolis Kiagias wrote: >> By the way Xorg configuration becomes more and more elusive. Initially, >> DontZap was enough. Then it had no effect at all and the fdi file was >> needed. Now seems both are needed. What's next? > > If this continues, I'll run my 5.4-p8 workstation with "old > fashioned" X (already X.org) until I die. :-) > > No, honestly: X is going to be more and more annoying. Have > you noticed the long startup time? Nearly a half minute (!!!) > on a 1.5 GHz system! That's way too long for just X. Bloated desktop environment? Disk contention? > I know that there is lots of work done to make life easier for X > developers, especially getting rid of many OS specific stuff, but... > > Finally, sliding more off-topic: Not only X gets slower with each > release, the same applies for almost all X applications, except the > "old fashioned" ones. It sounds like we have very different experiences. While I wouldn't say the current xorg is a lot faster (not counting DRM), it's certainly not slower on any of the systems I have to test. But I don't know what video board you're using either. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 04:18:39 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D14511065672 for ; Mon, 16 Nov 2009 04:18:39 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 681698FC12 for ; Mon, 16 Nov 2009 04:18:39 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id nAG4IaXB088901; Sun, 15 Nov 2009 21:18:36 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id nAG4IaFp088898; Sun, 15 Nov 2009 21:18:36 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 15 Nov 2009 21:18:36 -0700 (MST) From: Warren Block To: Polytropon In-Reply-To: <20091116014149.f7d6eafd.freebsd@edvax.de> Message-ID: References: <42052.1258327169@tristatelogic.com> <4B009370.1040002@otenet.gr> <20091116010630.0b8f498a.freebsd@edvax.de> <4B009B08.3070507@otenet.gr> <20091116014149.f7d6eafd.freebsd@edvax.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (wonkity.com [127.0.0.1]); Sun, 15 Nov 2009 21:18:36 -0700 (MST) Cc: Manolis Kiagias , freebsd-questions@freebsd.org Subject: Re: Trivial questions about CNTL-ALT-DEL and CNTL-ALT-BACKSPACE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 04:18:39 -0000 On Mon, 16 Nov 2009, Polytropon wrote: > On Mon, 16 Nov 2009 02:21:28 +0200, Manolis Kiagias wrote: >> Just the fact that I now have to edit an xml file to simply add a Greek >> keyboard layout is annoying enough. > > The fact that annoys me is that configuration seems to have > disassembled into several parts that are not located in a > central file (such as xorg.conf has been); I have no problem > with editing text files if I need to, but now it's getting > somewhat complicated - I'm not confortable with the fact that > FreeBSD is (getting) complicated, I always loved it because > everything is so simple. But xorg is not FreeBSD, so this is an unreasonable statement. FreeBSD is simple. X has never been particularly simple, and the fact that complexity grows over time is nothing new, either. > But I am not complaining! :-) I've been told that those changes > are absolutely needed to design the creation of new software > more efficiently and cheaper; this is often confused with "bloat", > but it's not, it's evolution! And there's no way around. Of course there is: if you're happy with the state of your software, stop there! Don't upgrade. Don't replace what's working with something newer. That option is usually more difficult than it initially seems. The rest of the world tends to keep on evolving. > I would be more happy if things would really get better, or > even not worse, but sadly, they seem to. Software gets slower > as well as less accessible - Gtk 2, used by many programs, is > a good (bad) example. Am I supposed to buy new computer to replace > perfectly running systems just to keep the "overall usage speed" > of everything at the same level? As above, you don't *have* to upgrade. Keep the old software, and the old hardware will run it. Like everybody, I grumble about changes that don't seem to improve things at the user level. But I try to remember that without change, nothing can improve. It's also worth remembering that open source projects like xorg give the users the rare privilege of being able to make a difference. Test code, provide hardware, document bugs or fixes, do or fund development. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 05:29:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7844C106566B for ; Mon, 16 Nov 2009 05:29:05 +0000 (UTC) (envelope-from uwe@laverenz.de) Received: from mo-p00-ob.rzone.de (mo-p00-ob.rzone.de [81.169.146.162]) by mx1.freebsd.org (Postfix) with ESMTP id E73C88FC0C for ; Mon, 16 Nov 2009 05:29:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1258349343; l=430; s=domk; d=laverenz.de; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References: Subject:To:MIME-Version:From:Date:X-RZG-CLASS-ID:X-RZG-AUTH; bh=a/evuxGJJ36RNawNSHURzFN4KME=; b=pegZ1SNTo5d7VlSgEVU1I+HgOVNL8xu1CplIiAaefxyg9cmgQwacH9ex8nHyyYnP+K4 gHR4yOpnlKWJkkLNP54bvIAUQScYEW6F+boxjgdEiKffeZtA3LEUNZshU8AtCEfAVBQjX OTexzj9BubgeAb9bUwGeye4+NYtwVy7vueI= X-RZG-AUTH: :LWgJfE6Id/4Sm/WkdV0gEbKL+/p/UjmosA/b4BPR0oc5Ok8I77Tf2A== X-RZG-CLASS-ID: mo00 Received: from athena.laverenz.de (91-67-3-21-dynip.superkabel.de [91.67.3.21]) by post.strato.de (klopstock mo3) (RZmta 22.1) with ESMTP id g05932lAG3sI6g for ; Mon, 16 Nov 2009 06:29:03 +0100 (MET) Received: from localhost (localhost.localdomain [127.0.0.1]) by athena.laverenz.de (Postfix) with ESMTP id A2D6B73EC6 for ; Mon, 16 Nov 2009 06:29:01 +0100 (CET) Received: from athena.laverenz.de ([127.0.0.1]) by localhost (athena [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13270-06 for ; Mon, 16 Nov 2009 06:29:01 +0100 (CET) Received: from [192.168.23.142] (unknown [192.168.23.142]) by athena.laverenz.de (Postfix) with ESMTP id 094F473E77 for ; Mon, 16 Nov 2009 06:29:00 +0100 (CET) Message-ID: <4B00E31D.7000709@laverenz.de> Date: Mon, 16 Nov 2009 06:29:01 +0100 From: Uwe Laverenz User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <26366441.post@talk.nabble.com> In-Reply-To: <26366441.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at laverenz.de Subject: Re: Default cannot install 8.0 rc2 in mobo P5QL-EM Hello, I am trying to install FreeBSD 8.0 rc2 on mobo ASUS P5QL-EM, but under the boot of the install dvd I get this run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config and then 120, 180 etc. Anyone know whats wrong? thanks Reply With Quote Multi-Quote This Message Quick reply to this message Thanks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 05:29:05 -0000 vuthecuong schrieb: > Hello, I am trying to install FreeBSD 8.0 rc2 on mobo ASUS P5QL-EM, but under > the boot of the install dvd I get this > > run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config > > and then 120, 180 etc. > > Anyone know whats wrong? > thanks If there is a firewire port on your board you could try to disable firewire in the BIOS settings. This is a known problem. Uwe From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 06:41:12 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DFE81065694 for ; Mon, 16 Nov 2009 06:41:12 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id BA9478FC08 for ; Mon, 16 Nov 2009 06:41:11 +0000 (UTC) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.3/8.14.3) with ESMTP id nAG6dxVO025997; Mon, 16 Nov 2009 06:40:04 GMT (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk nAG6dxVO025997 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infracaninophile.co.uk; s=200708; t=1258353606; bh=+28vNtPim+SlxFJUYWJxWq0VR6Kss2Ajv/ndL9UuTfQ=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4B00F3B9.5050500@infracaninophile.co.uk>|Date:=20M on,=2016=20Nov=202009=2006:39:53=20+0000|From:=20Matthew=20Seaman= 20|Organization:=20Infracaninophi le|User-Agent:=20Thunderbird=202.0.0.23=20(X11/20090823)|MIME-Vers ion:=201.0|To:=20freebsd-questions@freebsd.org|CC:=20"Ronald=20F.= 20Guilmette"=20|Subject:=20Re:=20Bad=20Bloc ks...=20Should=20I=20RMA?|References:=20<42307.1258330015@tristate logic.com>=20<44my2n45zd.fsf@be-well.ilk.org>|In-Reply-To:=20<44my 2n45zd.fsf@be-well.ilk.org>|X-Enigmail-Version:=200.95.6|Content-T ype:=20multipart/signed=3B=20micalg=3Dpgp-sha256=3B=0D=0A=20protoc ol=3D"application/pgp-signature"=3B=0D=0A=20boundary=3D"---------- --enig1C3AA9122AA101440FF12FCC"; b=J2dCh0RKlnlvtokNqsAo6n9fYXpfnLd4Ne4vhvMGus+vYDzU5AeBQWXgvhd+jMwAc NcDhijEHF3BTXsRbYHPpYQtsQ7GQPSvlkm3X1YU5tl0x/+VjuWa8vpxiQOH3gYzq8W Jo0DEgrSvP41T4gsAehTP8vFxpcj1CLhl1LDM7Jc= X-Authentication-Warning: happy-idiot-talk.infracaninophile.co.uk: Host localhost [IPv6:::1] claimed to be happy-idiot-talk.infracaninophile.co.uk Message-ID: <4B00F3B9.5050500@infracaninophile.co.uk> Date: Mon, 16 Nov 2009 06:39:53 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.23 (X11/20090823) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <42307.1258330015@tristatelogic.com> <44my2n45zd.fsf@be-well.ilk.org> In-Reply-To: <44my2n45zd.fsf@be-well.ilk.org> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig1C3AA9122AA101440FF12FCC" X-Virus-Scanned: clamav-milter 0.95.3 at happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on happy-idiot-talk.infracaninophile.co.uk Cc: "Ronald F. Guilmette" Subject: Re: Bad Blocks... Should I RMA? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 06:41:12 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1C3AA9122AA101440FF12FCC Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Lowell Gilbert wrote: > "Ronald F. Guilmette" writes: >=20 >> Nov 15 15:24:17 coredump kernel: ad4: FAILURE - READ_DMA status=3D51 error=3D40 LBA=3D256230591 >=20 > This is *not* necessarily a big deal, despite what your other response > told you. Errors on reads do not mean that your drive's bad-sector > table is full; only errors on write indicate that. If you can try > manufacturer's drive diagnostics, do that. If you can't, then it's > harder to fix things up, but not impossible; write back if you > really can't use a low-level diag. Yes -- this is correct. It's possible for a disk to be unable to read a = sector, but rewriting the sector would either succeed and leave the sector fully = working again, or cause it to be remapped in which case the disk will subsequentl= y perform=20 perfectly well[*]. Beyond running the manufacturers diagnostics, as the OP has said he has = nothing particularly valuable on the drive, it might be worth running a f= ew passes of dban or similar on the disk --- this will overwrite every part of the platter = and should make it abundantly clear if there is a real and persistent problem= =2E If you can't afford to scrub the disk, then just keep it under observation: = if the problems recur within a few weeks then yes, definitely RMA that drive. Cheers, Matthew =20 [*] If the error messages have disappeared since, then this has probably already happened. --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig1C3AA9122AA101440FF12FCC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAksA874ACgkQ8Mjk52CukIxukQCaA1i9VJB5FZf3ETbcPUv+V9jo Hg8An25YY0zm+wnuTpt+6bWGjjsrMpC4 =gAus -----END PGP SIGNATURE----- --------------enig1C3AA9122AA101440FF12FCC-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 06:48:45 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BEB7106568F for ; Mon, 16 Nov 2009 06:48:45 +0000 (UTC) (envelope-from the.real.david.allen@gmail.com) Received: from mail-pz0-f185.google.com (mail-pz0-f185.google.com [209.85.222.185]) by mx1.freebsd.org (Postfix) with ESMTP id 5F14B8FC1E for ; Mon, 16 Nov 2009 06:48:45 +0000 (UTC) Received: by pzk15 with SMTP id 15so3486303pzk.3 for ; Sun, 15 Nov 2009 22:48:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=fUWkqCbW8szNNlxyvp6fesSIQqijEHkgt7b4s0xq2LI=; b=BLK1T/vA21Y8jehkQyXfKvUAtvABJwU1eyBdvUzHHYN0oylLG3qDOfOLFtKXpi/PFT B1J9Sle7JChAzjXeeVAn2d4xMc0PDlxtadMAyuzk1J1Pjn7lP2EfNQaKyCiBBI9tiqJX Lqg0uNUPrdR5jx3NWWwIywXqWC6d0b1SFXDMo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=f8UfN4bV0qO4Iguy6KIS89Pc7uJNY/K9K2h0cof6U6LKwOBjRjybJoPhZS2l3mdzyO SgzWf2julCqbDSfEBCTp0Zo0A4ZTC7RgixJnlXEXUthjsoJon8c5hkRKkMf1X3hDb6IX BYb3cpTSheIJMM8KkG3EQBNkiKSltnmuZij+I= MIME-Version: 1.0 Received: by 10.142.56.18 with SMTP id e18mr672135wfa.40.1258354125085; Sun, 15 Nov 2009 22:48:45 -0800 (PST) In-Reply-To: <20091116042131.d522b7f6.freebsd@edvax.de> References: <2daa8b4e0911151823sd98f726ma4b8eebf05b16dd0@mail.gmail.com> <20091116042131.d522b7f6.freebsd@edvax.de> Date: Sun, 15 Nov 2009 22:48:45 -0800 Message-ID: <2daa8b4e0911152248l228e6bd2va78853defdf40009@mail.gmail.com> From: David Allen To: Polytropon Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: Partition naming, fstab, and geli X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 06:48:45 -0000 On 11/15/09, Polytropon wrote: > On Sun, 15 Nov 2009 19:23:15 -0700, David Allen wrote: >> 1. The Handbook suggests there is a convention that when partitioning >> a a drive that's been added, to label the first new partition on that >> drive as 'e' as opposed to 'a' (which is reserved for the /root >> partition). Does the following satisfy that convention, or would >> starting with 'a' in each case make more sense? >> >> /dev/ad1e /foo1 ufs rw 2 2 >> /dev/ad1f /bar1 ufs rw 2 2 >> /dev/ad1g /baz1 ufs rw 2 2 >> >> /dev/ad2e /foo2 ufs rw 2 2 >> /dev/ad2f /bar2 ufs rw 2 2 >> >> /dev/ad3e /foo3 ufs rw 2 2 >> /dev/ad3f /bar3 ufs rw 2 2 > > The Handbook says in 18.3.1 sub 3: > > A disk can have up to eight partitions, labeled a-h. > A few of the partition labels have special uses. > The a partition is used for the root partition (/). > Thus only your system disk (e.g, the disk you boot > from) should have an a partition. The b partition > is used for swap partitions, and you may have many > disks with swap partitions. The c partition addresses > the entire disk in dedicated mode, or the entire > FreeBSD slice in slice mode. The other partitions > are for general use. > > Note the last sentence. Due to this statement, I think the > usage of 'e' is arbitrary, 'd' could be okay, too, but when > the Handbook says 'e' in the example (maybe with the intention > of 'e' like in 'example'?), you can use 'e', too, especially > when you want to use more than one partition. Well, you and I seem to be on the same page, but I was referring to the following: 2.6.5 Creating Partitions Using Disklabel Table 2-3. Partition Layout for Subsequent Disks The rest of the disk is taken up with one big partition. This could easily be put on the a partition, instead of the e partition. However, convention says that the a partition on a slice is reserved for the filesystem that will be the root (/) filesystem. You do not have to follow this convention, but sysinstall does, so following it yourself makes the installation slightly cleaner. You can choose to mount this filesystem anywhere; this example suggests that you mount them as directories /diskn, where n is a number that changes for each disk. But you can use another scheme if you prefer. The 'e' partition is again used in the Handbook section 18.3 Adding Disks. I guess I'm looking for the pedantic answer, but I'll settle for less. > I have to admit that I never put slices on extra hard disks, > I'm always using the whole disk, so > > # newfs /dev/ad3 > > would give me /dev/ad3 (which is the same as /dev/ad3c), and > the entry > > /dev/ad3 /foo ufs rw 2 2 > > would go into fstab. > > I'm sure you already know this because it seems that you read > up until 18.3.2.2 - you're omitting slices, "dedicated" mode. :-) I'd prefer the same with the "first" disk, but sysinstall won't accomodate it, and on most installations, it's more work trying to work around sysinstall than it is using it. So non-dedicated it is. > Bottom line: The naming convention mentioned in the Handbook > and your examples are completely okay. Great. >> 2. My second question is in regards to using the 'xx' fstype to have >> the system ignore that device. >> >> Consider, for example, a geli encrypted partition. The .eli device >> doesn't exist at boot time. I discovered by accident that the system >> won't boot with an fstab entry for a device that doesn't exist. > > That's completely intended. :-) LOL. Surprised me. I figured a 'noauto' for a non-existent device would be acceptable. >> So if I was to record an entry in fstab, I couldn't use >> >> /dev/ad1e.eli /home/david/private ufs rw 0 0 >> >> Does that mean that the following is what's typically to record fstab >> entries for ignored devices? >> >> /dev/ad1e.eli /home/david/private xx rw 0 0 >> /dev/ad3e /fake xx rw 0 0 >> /dev/ad3f /reserved xx rw 0 0 > > I would say: No. The entry for those partitions should rather be: > > /dev/ad1e.eli /home/david/private ufs rw,noauto 0 0 > /dev/ad3e /fake ufs rw,noauto 0 0 > /dev/ad3f /reserved ufs rw,noauto 0 0 But the eli device doesn't exist until after it's attached, which, in my case, will happen manually and on-demand after boot. > The "ufs" in the FS field tells the system which FS to use when > later mounting (e. g. with requiring a pass phrase from the > operator), and "noauto" in the options field that prohibits > mounting the file system at startup. A pass phrase from the operator? Not likely. It's not a desktop. Each of the following will result in the system not booting: # there is no ad4 /dev/ad4a /foo ufs rw,noauto 0 0 # ad1e is encrypted so ufs is not a valid fstype /dev/ad1e /foo ufs rw,noauto 0 0 # the eli device doesn't exist at boot time /dev/ad1e.eli /foo ufs rw,noauto 0 0 > If you used "xx" in the FS field, you could not easily > > # mount /reserved > > because the mount command wouldn't know which FS to use (allthough > I think UFS might be a default here). I can live with that (the encrypted partition has to be attached manually anyways). But I do want to use fstab to record what goes where. I end up with two devices, right? So what two entries should I make in fstab? The following won't work. /dev/ad1e /foo ufs rw,noauto 0 0 /dev/ad1.eli /foo ufs rw,noauto 0 0 From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 06:56:15 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 625FB106566B for ; Mon, 16 Nov 2009 06:56:15 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id EEF448FC0A for ; Mon, 16 Nov 2009 06:56:14 +0000 (UTC) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.3/8.14.3) with ESMTP id nAG6uAtc027146; Mon, 16 Nov 2009 06:56:10 GMT (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk nAG6uAtc027146 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infracaninophile.co.uk; s=200708; t=1258354571; bh=dhnfDN49Q8bbh3h6N7ORhRWUdBGtwMsumd1r5EVaJRM=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4B00F785.2080306@infracaninophile.co.uk>|Date:=20M on,=2016=20Nov=202009=2006:56:05=20+0000|From:=20Matthew=20Seaman= 20|Organization:=20Infracaninophi le|User-Agent:=20Thunderbird=202.0.0.23=20(X11/20090823)|MIME-Vers ion:=201.0|To:=20freebsd-questions@freebsd.org|CC:=20"Ronald=20F.= 20Guilmette"=20|Subject:=20Re:=20Bad=20Bloc ks...=20Should=20I=20RMA?|References:=20<42307.1258330015@tristate logic.com>=20<44my2n45zd.fsf@be-well.ilk.org>|In-Reply-To:=20<44my 2n45zd.fsf@be-well.ilk.org>|X-Enigmail-Version:=200.95.6|Content-T ype:=20multipart/signed=3B=20micalg=3Dpgp-sha256=3B=0D=0A=20protoc ol=3D"application/pgp-signature"=3B=0D=0A=20boundary=3D"---------- --enig0CD431D471E3BABD3AA77B5D"; b=fzo6ic6g6oG8kRVSJIUPUBGDwVmiKy7/ZUaoTG7tnS6tIQ/qSMjY+Ijd8z1MFoPfD 2JOLsjmp2xOmGh6Bz0AvfUc6dQ4IGME4F2Hcx1tJOepaDCMFZfZSkREUcfIDKQzM+h 2eUPMS9veXQDz8GfNVh1640efmzHQYnN1Di9n1bU= X-Authentication-Warning: happy-idiot-talk.infracaninophile.co.uk: Host localhost [IPv6:::1] claimed to be happy-idiot-talk.infracaninophile.co.uk Message-ID: <4B00F785.2080306@infracaninophile.co.uk> Date: Mon, 16 Nov 2009 06:56:05 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.23 (X11/20090823) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <42307.1258330015@tristatelogic.com> <44my2n45zd.fsf@be-well.ilk.org> In-Reply-To: <44my2n45zd.fsf@be-well.ilk.org> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig0CD431D471E3BABD3AA77B5D" X-Virus-Scanned: clamav-milter 0.95.3 at happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-3.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on happy-idiot-talk.infracaninophile.co.uk Cc: "Ronald F. Guilmette" Subject: Re: Bad Blocks... Should I RMA? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 06:56:15 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig0CD431D471E3BABD3AA77B5D Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Lowell Gilbert wrote: > "Ronald F. Guilmette" writes: >=20 >> Nov 15 15:24:17 coredump kernel: ad4: FAILURE - READ_DMA status=3D51 error=3D40 LBA=3D256230591 >=20 > This is *not* necessarily a big deal, despite what your other response > told you. Errors on reads do not mean that your drive's bad-sector > table is full; only errors on write indicate that. If you can try > manufacturer's drive diagnostics, do that. If you can't, then it's > harder to fix things up, but not impossible; write back if you > really can't use a low-level diag. Yes -- this is correct. It's possible for a disk to be unable to read a = sector, but rewriting the sector would either succeed and leave the sector fully = working again, or cause it to be remapped in which case the disk will subsequentl= y perform=20 perfectly well[*]. Beyond running the manufacturers diagnostics, as the OP has said he has = nothing particularly valuable on the drive, it might be worth running a f= ew passes of dban or similar on the disk --- this will overwrite every part of the platter = and should make it abundantly clear if there is a real and persistent problem= =2E If you can't afford to scrub the disk, then just keep it under observation: = if the problems recur within a few weeks then yes, definitely RMA that drive. Cheers, Matthew =20 [*] If the error messages have disappeared since, then this has probably already happened. --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enig0CD431D471E3BABD3AA77B5D Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAksA94oACgkQ8Mjk52CukIxfRQCfUVugkTJK287Tis5db8LQTNmK TjsAoISOJITyTEvxYjNjsF6sbEbBF0nj =84at -----END PGP SIGNATURE----- --------------enig0CD431D471E3BABD3AA77B5D-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 06:56:52 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7921B106566B for ; Mon, 16 Nov 2009 06:56:52 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (aristotle.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id 365188FC13 for ; Mon, 16 Nov 2009 06:56:51 +0000 (UTC) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id nAG6uiAa018446 for ; Sun, 15 Nov 2009 22:56:45 -0800 (PST) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Sun, 15 Nov 2009 22:56:48 -0800 (PST) Date: Sun, 15 Nov 2009 22:56:47 -0800 From: Gary Kline To: Manolis Kiagias Message-ID: <20091116065647.GD11539@thought.org> References: <20091115234930.GA11465@thought.org> <4B00955E.908@otenet.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B00955E.908@otenet.gr> User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 23 years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: FreeBSD Mailing List Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 06:56:52 -0000 On Mon, Nov 16, 2009 at 01:57:18AM +0200, Manolis Kiagias wrote: > Gary Kline wrote: > > ok, i have my new server-to-be underway but having problems exec'ing > > /usr/sbin/sshd. i can ssh out to existing computers, but cannot ssh > > or scp stuff in. so my question is: how do i create > > /etc/ssh/ssh_host_dsa_key ? checking around does no good. > > > > tia for any insights, > > > > gary > > > > > Add: > > sshd_enable="YES" to /etc/rc.conf and then execute: > > /etc/rc.d/sshd start (or reboot your system) > > The keys will be automatically created at first startup of the ssh daemon yup, this did the trick. i had assumed that ths 'sshd_enable=YES' line was there. but rc.conf was all but empty. tx again. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 7.31a release of Jottings: http://jottings.thought.org/index.php From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 07:01:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00C4F106566B for ; Mon, 16 Nov 2009 07:01:05 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (ns1.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id B2B798FC0C for ; Mon, 16 Nov 2009 07:01:04 +0000 (UTC) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id nAG70rC1018511; Sun, 15 Nov 2009 23:00:53 -0800 (PST) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Sun, 15 Nov 2009 23:00:56 -0800 (PST) Date: Sun, 15 Nov 2009 23:00:56 -0800 From: Gary Kline To: Polytropon Message-ID: <20091116070056.GE11539@thought.org> References: <20091115234930.GA11465@thought.org> <20091116010014.f3ca28de.freebsd@edvax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091116010014.f3ca28de.freebsd@edvax.de> User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 23 years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: FreeBSD Mailing List Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 07:01:05 -0000 On Mon, Nov 16, 2009 at 01:00:14AM +0100, Polytropon wrote: > On Sun, 15 Nov 2009 15:49:33 -0800, Gary Kline wrote: > > > > ok, i have my new server-to-be underway but having problems exec'ing > > /usr/sbin/sshd. i can ssh out to existing computers, but cannot ssh > > or scp stuff in. so my question is: how do i create > > /etc/ssh/ssh_host_dsa_key ? checking around does no good. > > Maybe I remember incorrectly, but doesn't sshd create this file > on its first startup? > > Do you have > > sshd_enable="YES" > > in /etc/rc.conf? Is sshd running, or do you get error messages > regarding the host DSA key file? > > there were stderrs output when i tried to exec sshd. reason was that the rc.conf entry was not in rc.conf. (this is all going into my .howto file.... gary > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 7.31a release of Jottings: http://jottings.thought.org/index.php From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 08:55:25 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9DCE1065670 for ; Mon, 16 Nov 2009 08:55:25 +0000 (UTC) (envelope-from anti_spam256@yahoo.ca) Received: from web65501.mail.ac4.yahoo.com (web65501.mail.ac4.yahoo.com [76.13.9.45]) by mx1.freebsd.org (Postfix) with SMTP id 77DEC8FC08 for ; Mon, 16 Nov 2009 08:55:25 +0000 (UTC) Received: (qmail 39120 invoked by uid 60001); 16 Nov 2009 08:55:24 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.ca; s=s1024; t=1258361724; bh=o0bcoMy+ViMJ8Y7zUk4O7HT0HOBuObkXAq3GXHkTRgQ=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=mnOVBQ3RpxFgn2OLHIr6u4ZOqoWMaDaD0YrvHiiVox5/Dn413c4Y7t/CffMENU3ju4rGR9vGB5B/5pOMbPow5UJtmmHk1/Am7L3gWA20i8KZ9jqXJWnE3gzbjf8kkD13otEPEWPms8tKZxq4yk2xUF5M9HT1xhvqjvdIcmXdC1k= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=TgvTIYjHRx51QaNFGafncK0IYSwUNdPW5DYTL5BjFuYF9ee22ZZZGL/JOHs5bcDHYlu8VFktRpszaZPEcXqbt2grt8OiYJfJdZh8nDzpG8Na2LiFxGa7q8i+0q2C+OJGody5kayd2YWu38AY2E3j28n2GNcO1Zb/LA8vhM/tnPs=; Message-ID: <620008.37163.qm@web65501.mail.ac4.yahoo.com> X-YMail-OSG: sVs08PEVM1mf3eDy7bDm2cWeEOrjrbvIcDgaC1SE4Yp8CcdjXQXezHfp8aMdEBCmsEfFgz33a0sDqpma_XouYcUopaygq5imhrE0NNwBPBsqfchaUXu6ckaWp6Kk3t22TRo0bm1awTKfR5yZo6JCSM32lKgOAS5FcOfWlQQ.WBA98NWjOWNhPS.IgsB6sliu3R35my49bHAolsSW7Sr1BkNyQpaPzvuiOwIoYU0IGy0udDWAz6DHDw1p37ilIfwrnShubGnIXUKf5.n76mtOyP1eCh0xSp2z_mtssNsj99nf3tnRN1dwzgmoEIMBI4inHTUfW3pSrrvkGVJL._ljD9XKq1YfTTBFYPFT_7IPowTcguJCnk6BVoiDGrTvrfSPzixLsTH83tT8KqNk5Gvm3cRMxmqE3GfhAX0tuyg6QV6AW0pFb9uVtUbYMNFMK4mSxj4sSYlhhJQk1r1g5Vd0Esi.Ab7NFGOCZX4HKlrx.mJvl5_n2BL6A2034jEebXuCBAZidMpLYv6_.QZQUbUaF8DKjLZyF_zX5a1LbBwt6H.KmmZpdsQhrUshsiIyYtp_uLAwfAOmsJBQAMpWMlgtMarSCRO8cIVkV9.1gOu0fD5m7dL1br.mna_TDdLbJtUrnI.oRmrnmR4CqWx5SvORXcQgoThgDYp5Db6kt5M6nU4lWCm38hgfrIsilGl5LE6iog.gs48DQTSjbMyYSNcgd6QOS5STWU_yq5Un9U8KKQOaJy_2eiy9BixeRnBcR2oF8pD2FLd50LNDgU4ORS_NWDUI17ww4GbO.UGwCsjerofvFh2ViO3x Received: from [208.99.137.71] by web65501.mail.ac4.yahoo.com via HTTP; Mon, 16 Nov 2009 00:55:24 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.7.361.4 Date: Mon, 16 Nov 2009 00:55:24 -0800 (PST) From: James Phillips To: CyberLeo Kitsana In-Reply-To: <4B008F27.4030903@cyberleo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: [FreeBSD Questions] Filesystem image as root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 08:55:25 -0000 =0A=0A--- On Sun, 11/15/09, CyberLeo Kitsana wrote:= =0A> James Phillips wrote:=0A> >> Date: Sat, 14 Nov 2009 20:29:59 -0600=0A>= >> From: CyberLeo Kitsana =0A> >> Subject: [FreeBSD= Questions] Filesystem image as=0A> root=0A> >>=0A> >> The single IDE conne= ctor is accessible via the=0A> legacy ISA=0A> >> ports, and is=0A> >> thus = limited to PIO modes (about 1.6MB/sec max,=0A> even with=0A> >> an actual h= ard=0A> >> drive instead of a CF card).=0A> > =0A> > You are off by an orde= r of magnitude (base 2 or 10):=0A> > Pio mode 0 is ~3.3 MB/s=0A> > Pio mode= 4 is ~16.7 MB/s=0A> > =0A> > http://www.pcguide.com/ref/hdd/if/ide/modesPI= O-c.html=0A> > =0A> > You can probably set PIO mode 4 for with:=0A> > # ata= control mode ad0 PIO4=0A> =0A> If only that were true in this case.=0A> =0A= > (85eef1f3)[root@ss4200 ~]# atacontrol mode ad0 PIO4=0A> current mode =3D = PIO2=0A> (85eef1f3)[root@ss4200 ~]# atacontrol mode ad0 PIO4=0A> current mo= de =3D PIO2=0A> (85eef1f3)[root@ss4200 ~]# dd if=3D/dev/ad0 of=3D/dev/null= =0A> bs=3D4096 count=3D4096=0A> 4096+0 records in=0A> 4096+0 records out=0A= > 16777216 bytes transferred in 10.111748 secs (1659181=0A> bytes/sec)=0A> = =0A> Nothing I've tried seems to boost the throughput, hence the=0A> desire= to=0A> use a compressed cached filesystem image.=0A> =0A> Thanks for the s= uggestions, though!=0AOuch!=0A=0AI thought the laptop I was "fixing" last w= eek was bad: running Vista with a 10MB/s transfer rate :P=0A=0AThe drive in= my Pentium 166 gets 11-12MB/s.=0A=0AI actually looked up both the PIO mode= s:=0Ahttp://en.wikipedia.org/wiki/Programmed_input/output=0A=0AAnd the spec= sheet (assuming Tom's hardware was wrong) before composing my original rep= ly:=0AIntel=AE Entry Storage System SS4200-E=0ATechnical product specificat= ion [PDF]=0Ahttp://download.intel.com/support/motherboards/server/ss4200-e/= sb/ss4200e_tps_11.pdf=0A=0AI noted that the ATA port is not listed as a fea= ture, which is not a good sign. It does appear in the block-diagram labeled= :DOM=0AGlossary definition: Disk On Module=0A=0AIf I had to guess: Intel di= d something "weird" or "non-standard" to the port, so the standard BSD driv= er does not work properly.=0AHave you read the ata(4) manual page?=0AThe fo= llowing /boot/device.hints are suggested for ISA:=0Ahint.ata.0.at=3D"isa"= =0Ahint.ata.0.port=3D"0x1f0"=0Ahint.ata.0.irq=3D"14"=0A. . . port '1' proba= bly not needed=0AI had a thought: it could just as easily be "pc98" if they= don't intend for you to touch the "firmware."=0A=0A=0AThe firmware has sou= rce code available under a GPL license.=0AEMCLifeLineOEMSW-1.0-GPLComponent= s.tar.gz=0AVer:1.0=09Date:9/24/2009=09Size:125585 (KB)=0A=0AEMCLifeLineOEMS= W-1.1-GPLComponents.tar.gz=0AVer:1.1=09Date:9/24/2009=09Size:244406 (KB)=0A= =0AIf you are worried about license contamination, you may have to get some= body to look through that and document any changes (to the ATA interface). = Hopefully it is based on a well-know code-base like Linux and the "diff" ut= ility can be used.=0A=0AOf course, the term "components" implies they only = expose a HAL of some kind.=0A=0ARegards,=0A=0AJames Phillips=0A=0APS:"# ata= control mode ad0" will simply print out the current mode.=0A=0A=0A=0A = __________________________________________________________________=0AThe ne= w Internet Explorer=AE 8 - Faster, safer, easier. Optimized for Yahoo! Ge= t it Now for Free! at http://downloads.yahoo.com/ca/internetexplorer/ From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 09:38:55 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06BA1106566B for ; Mon, 16 Nov 2009 09:38:55 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: from mtumishi.cyberleo.net (mtumishi.cyberleo.net [69.72.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id BB94D8FC1C for ; Mon, 16 Nov 2009 09:38:54 +0000 (UTC) Received: from [172.16.44.14] (h-74-2-96-2.chcgilgm.static.covad.net [74.2.96.2]) by mtumishi.cyberleo.net (Postfix) with ESMTPSA id 91E1126899; Mon, 16 Nov 2009 04:40:34 -0500 (EST) Message-ID: <4B011DAC.1090504@cyberleo.net> Date: Mon, 16 Nov 2009 03:38:52 -0600 From: CyberLeo Kitsana User-Agent: Thunderbird 2.0.0.23 (X11/20091109) MIME-Version: 1.0 To: James Phillips References: <620008.37163.qm@web65501.mail.ac4.yahoo.com> In-Reply-To: <620008.37163.qm@web65501.mail.ac4.yahoo.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: CyberLeo , freebsd-questions@freebsd.org Subject: Re: [FreeBSD Questions] Filesystem image as root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 09:38:55 -0000 James Phillips wrote: > > --- On Sun, 11/15/09, CyberLeo Kitsana wrote: >> James Phillips wrote: >>>> Date: Sat, 14 Nov 2009 20:29:59 -0600 >>>> From: CyberLeo Kitsana >>>> Subject: [FreeBSD Questions] Filesystem image as >> root >>>> The single IDE connector is accessible via the >> legacy ISA >>>> ports, and is >>>> thus limited to PIO modes (about 1.6MB/sec max, >> even with >>>> an actual hard >>>> drive instead of a CF card). >>> You are off by an order of magnitude (base 2 or 10): >>> Pio mode 0 is ~3.3 MB/s >>> Pio mode 4 is ~16.7 MB/s >>> >>> http://www.pcguide.com/ref/hdd/if/ide/modesPIO-c.html >>> >>> You can probably set PIO mode 4 for with: >>> # atacontrol mode ad0 PIO4 >> If only that were true in this case. >> >> (85eef1f3)[root@ss4200 ~]# atacontrol mode ad0 PIO4 >> current mode = PIO2 >> (85eef1f3)[root@ss4200 ~]# atacontrol mode ad0 PIO4 >> current mode = PIO2 >> (85eef1f3)[root@ss4200 ~]# dd if=/dev/ad0 of=/dev/null >> bs=4096 count=4096 >> 4096+0 records in >> 4096+0 records out >> 16777216 bytes transferred in 10.111748 secs (1659181 >> bytes/sec) >> >> Nothing I've tried seems to boost the throughput, hence the >> desire to >> use a compressed cached filesystem image. >> >> Thanks for the suggestions, though! > Ouch! > > I thought the laptop I was "fixing" last week was bad: running Vista with a 10MB/s transfer rate :P > > The drive in my Pentium 166 gets 11-12MB/s. > > I actually looked up both the PIO modes: > http://en.wikipedia.org/wiki/Programmed_input/output > > And the spec sheet (assuming Tom's hardware was wrong) before composing my original reply: > Intel® Entry Storage System SS4200-E > Technical product specification [PDF] > http://download.intel.com/support/motherboards/server/ss4200-e/sb/ss4200e_tps_11.pdf > > I noted that the ATA port is not listed as a feature, which is not a good sign. It does appear in the block-diagram labeled:DOM > Glossary definition: Disk On Module The model I have is the SS-4200EHW. Identical, save the lack of a DOM and firmware. And price. > If I had to guess: Intel did something "weird" or "non-standard" to the port, so the standard BSD driver does not work properly. > Have you read the ata(4) manual page? > The following /boot/device.hints are suggested for ISA: > hint.ata.0.at="isa" > hint.ata.0.port="0x1f0" > hint.ata.0.irq="14" This is actually how I got the amd64 build to recognize the port. These lines were present in x86, but missing in amd64 device.hints. > . . . port '1' probably not needed > I had a thought: it could just as easily be "pc98" if they don't intend for you to touch the "firmware." Hm. This might be something to look into. > The firmware has source code available under a GPL license. > EMCLifeLineOEMSW-1.0-GPLComponents.tar.gz > Ver:1.0 Date:9/24/2009 Size:125585 (KB) > > EMCLifeLineOEMSW-1.1-GPLComponents.tar.gz > Ver:1.1 Date:9/24/2009 Size:244406 (KB) I checked previously, and Linux has the same limitations. The port is recognized as a legacy ISA IDE port by the ide-generic driver, and maxes out at a ludicrously low throughput. The official firmware gets around this by preloading filesystems into RAM. > If you are worried about license contamination, you may have to get somebody to look through that and document any changes (to the ATA interface). Hopefully it is based on a well-know code-base like Linux and the "diff" utility can be used. > > Of course, the term "components" implies they only expose a HAL of some kind. > > Regards, > > James Phillips > > PS:"# atacontrol mode ad0" will simply print out the current mode. -- Fuzzy love, -CyberLeo Technical Administrator CyberLeo.Net Webhosting http://www.CyberLeo.Net Furry Peace! - http://wwww.fur.com/peace/ From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 11:27:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D245106568B for ; Mon, 16 Nov 2009 11:27:59 +0000 (UTC) (envelope-from qpatush@ilik.net) Received: from mail1.ilik.net (mail1.ilik.net [192.71.20.43]) by mx1.freebsd.org (Postfix) with ESMTP id 2E9768FC08 for ; Mon, 16 Nov 2009 11:27:59 +0000 (UTC) Received: from localhost (localhost.ilik.net [127.0.0.1]) by mail1.ilik.net (Postfix) with ESMTP id 6D2122C3808 for ; Mon, 16 Nov 2009 12:00:03 +0100 (CET) X-Virus-Scanned: by amavisd-new at ilik.net Received: from mail1.ilik.net ([127.0.0.1]) by localhost (mail1.ilik.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CS5ZrDlF8kuX for ; Mon, 16 Nov 2009 12:00:01 +0100 (CET) Received: from paus.verkstad.net (paus.verkstad.net [192.36.157.35]) by mail1.ilik.net (Postfix) with ESMTP id 44C3E2C3806 for ; Mon, 16 Nov 2009 12:00:00 +0100 (CET) Message-ID: <4B01331F.7080305@ilik.net> Date: Mon, 16 Nov 2009 12:10:23 +0100 From: Patrik Usher User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: NFS and crossmount X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 11:27:59 -0000 Hi All ! I'm chaning fileserver to a FreeBSD 7.2 from my old linux and can't find how to define the option "crossmnt" (crossmount) for NFS. Does anyone know if it's supported under FreeBSD 7 and if so, how to define it ? Thanks //paus From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 11:38:44 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B2D61065672 for ; Mon, 16 Nov 2009 11:38:44 +0000 (UTC) (envelope-from gesbbb@yahoo.com) Received: from smtp104.prem.mail.ac4.yahoo.com (smtp104.prem.mail.ac4.yahoo.com [76.13.13.43]) by mx1.freebsd.org (Postfix) with SMTP id F32B98FC25 for ; Mon, 16 Nov 2009 11:38:43 +0000 (UTC) Received: (qmail 56596 invoked from network); 16 Nov 2009 11:38:43 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:Followup-To:Reply-To:Organization:X-Mailer:Face:Mime-Version:Content-Type:Content-Transfer-Encoding; b=2YbHJT2oo2aojHeA4koLxrcQr/EJhoaZYCyjh21p8TDqyK036ah6okkHhyRZfAiMwTNntZRCHLwnk6M1/mnoaS7NzT9utzh01Vtmyyxcu/t8KMRL2aBEAh6GbV8V5Y7loRvqIsOnSZjsXtkpfnbszzkhM5gxEJTcrfwvxQ5OJ0c= ; Received: from c-67-189-183-172.hsd1.ny.comcast.net (gesbbb@67.189.183.172 with login) by smtp104.prem.mail.ac4.yahoo.com with SMTP; 16 Nov 2009 03:38:42 -0800 PST X-Yahoo-SMTP: yeAAMgKswBATCul4lSbCWspvTA-- X-YMail-OSG: V_P0W5oVM1l6XZMngLCgz9OXGhZ5V2XdSO.UvO9pUNBP7yeTcGKO4h5W8WVX0v9WhIch72C7KPnxIfarbb3cy.My1yu3PpouXCgZorEGNh1AEIziFyocB5S9RpxKul4u6Oh4hzUJqO.kmn8KJVuWdC46BIjZaUC0oro5cMMDRSDyWlOnBulPmDE2GcY4eNQsoRJ56ZdC1lTTto71QR2icQ.37HAwBVNUjs30lovVxXZ9zVfM1Wpohmcj28GojYVwOT1yGBJ1H8OAURyhGuEQNR6NoRfdm9691fDncjrP_s3fX2seYT1rjEFbjy26UJA9VsUfw5PFVH_lY9XKtM1tRA-- X-Yahoo-Newman-Property: ymail-3 Received: from scorpio.seibercom.net (scorpio.seibercom.net [192.168.1.103]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: gesbbb@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 8BD7222838 for ; Mon, 16 Nov 2009 06:38:42 -0500 (EST) Date: Mon, 16 Nov 2009 06:38:42 -0500 From: Jerry To: freebsd-questions@freebsd.org Message-ID: <20091116063842.27411cd8@scorpio.seibercom.net> In-Reply-To: References: <42052.1258327169@tristatelogic.com> <4B009370.1040002@otenet.gr> <20091116010630.0b8f498a.freebsd@edvax.de> <4B009B08.3070507@otenet.gr> <20091116014149.f7d6eafd.freebsd@edvax.de> Followup-To: freebsd-questions@freebsd.org Organization: seibercom.net X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Trivial questions about CNTL-ALT-DEL and CNTL-ALT-BACKSPACE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 11:38:44 -0000 On Sun, 15 Nov 2009 21:18:36 -0700 (MST) Warren Block replied: >On Mon, 16 Nov 2009, Polytropon wrote: > >> On Mon, 16 Nov 2009 02:21:28 +0200, Manolis Kiagias >> wrote: >>> Just the fact that I now have to edit an xml file to simply add a >>> Greek keyboard layout is annoying enough. >> >> The fact that annoys me is that configuration seems to have >> disassembled into several parts that are not located in a >> central file (such as xorg.conf has been); I have no problem >> with editing text files if I need to, but now it's getting >> somewhat complicated - I'm not confortable with the fact that >> FreeBSD is (getting) complicated, I always loved it because >> everything is so simple. > >But xorg is not FreeBSD, so this is an unreasonable statement. >FreeBSD is simple. X has never been particularly simple, and the fact >that complexity grows over time is nothing new, either. > >> But I am not complaining! :-) I've been told that those changes >> are absolutely needed to design the creation of new software >> more efficiently and cheaper; this is often confused with "bloat", >> but it's not, it's evolution! And there's no way around. > >Of course there is: if you're happy with the state of your software, >stop there! Don't upgrade. Don't replace what's working with >something newer. > >That option is usually more difficult than it initially seems. The >rest of the world tends to keep on evolving. > >> I would be more happy if things would really get better, or >> even not worse, but sadly, they seem to. Software gets slower >> as well as less accessible - Gtk 2, used by many programs, is >> a good (bad) example. Am I supposed to buy new computer to replace >> perfectly running systems just to keep the "overall usage speed" >> of everything at the same level? > >As above, you don't *have* to upgrade. Keep the old software, and the >old hardware will run it. > >Like everybody, I grumble about changes that don't seem to improve >things at the user level. But I try to remember that without change, >nothing can improve. > >It's also worth remembering that open source projects like xorg give >the users the rare privilege of being able to make a difference. Test >code, provide hardware, document bugs or fixes, do or fund development. If that were true, it might be worth noting. Unfortunately, it rarely works like that. I recently started using a Logitech wireless mouse/keyboard. Of course the mouse did not work in "X", although it performed fine outside of "X". After investing valuable time in Googling for a solution, I ended up editing files for HAL and adding Section "ServerFlags" Option "AllowEmptyInput" "OFF" EndSection to the 'xorg.conf' file. Honestly, that is not acceptable. On every Windows and MAC system I tested, the combo works without this garbage. It just works. No drivers to install, unless I want the extended capabilities of the keyboard/mouse. Why does it have to be so freak-in difficult here. How the hell are we suppose to entice potential users to non Window's platforms when a simple thing like adding a keyboard or mouse to a system becomes a challenge. -- Jerry gesbbb@yahoo.com |::::======= |::::======= |=========== |=========== | Do unto others before they undo you. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 11:46:09 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E89E1065670 for ; Mon, 16 Nov 2009 11:46:09 +0000 (UTC) (envelope-from s-uT9_9Qw3GeGx2XGmGq9ml_wWYW6u-q7qaVD4SWFSAP6w4IGqhQSu0N@bounce.linkedin.com) Received: from mail16-a-aa.linkedin.com (mail16-a-aa.linkedin.com [64.74.98.139]) by mx1.freebsd.org (Postfix) with ESMTP id 3D7B88FC14 for ; Mon, 16 Nov 2009 11:46:09 +0000 (UTC) DomainKey-Signature: s=prod; d=linkedin.com; c=nofws; q=dns; h=Sender:Date:From:To:Message-ID:Subject:MIME-Version: Content-Type:X-LinkedIn-fbl; b=NQWAFxIOhoFI0cLPtoqEBy/VhhMMujdZ7DNjJhmffKhYQIb2nPTuDxUa BxG5XNaNF3nP3CWNTAW1KMlmi1ADlBXuzfFfJLWjbisqT2dLQPDN6wvHl 6ucVmyKtQ9WlVOm; DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=linkedin.com; i=communication@linkedin.com; q=dns/txt; s=proddkim; t=1258371969; x=1289907969; h=from:sender:reply-to:subject:date:message-id:to:cc: mime-version:content-transfer-encoding:content-id: content-description:resent-date:resent-from:resent-sender: resent-to:resent-cc:resent-message-id:in-reply-to: references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:list-owner:list-archive; z=From:=20LinkedIn=20Communication=20|Sender:=20messages-noreply@bounce.linkedin.com |Subject:=20LinkedIn=20Messages,=2011/16/2009|Date:=20Mon ,=2016=20Nov=202009=2003:17:57=20-0800=20(PST) |Message-ID:=20<2027955266.18356560.1258370277756.JavaMai l.app@ech3-cdn09.prod>|To:=20"Jerry=20Dunham,=20PMP"=20|MIME-Version:=201.0; bh=+ON8p/j4F06UmyLt2aRt1ItzHJyJccMxEet9H6V/lHg=; b=mo2AtsWl/lctg+/AnQhZMAlPI+v1eFt4cPBrZbmNWCSXaprF4NlEOk5C I7ABXFlWvpxLbHw0gYZ0ehXMMc/P+ed4PARI8qCG5/d+k5wA/XOu+xHR7 gpfdn7xZ4HNjEFk; Sender: messages-noreply@bounce.linkedin.com Date: Mon, 16 Nov 2009 03:17:57 -0800 (PST) From: LinkedIn Communication To: "Jerry Dunham, PMP" Message-ID: <2027955266.18356560.1258370277756.JavaMail.app@ech3-cdn09.prod> MIME-Version: 1.0 X-LinkedIn-fbl: uT9_9Qw3GeGx2XGmGq9ml_wWYW6u-q7qaVD4SWFSAP6w4IGqhQSu0N Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: LinkedIn Messages, 11/16/2009 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 11:46:09 -0000 LinkedIn ------------ REMINDERS: Invitation Reminders: * View Invitation from lokesh bevara http://www.linkedin.com/e/1o3bCy0npDqyzD3wjrAbLV0nLmqMr8R-MulSGyDnb3nr/blk/I1518943135_2/39vdjcNcPgVe34RckALqnpPbOYWrSlI/svi/ PENDING MESSAGES: There are a total of 66 messages awaiting your response. Visit your InBox now: http://www.linkedin.com/e/1o3bCy0npDqyzD3wjrAbLV0nLmqMr8R-MulSGyDnb3nr/inb/ ------ Don't want to receive email notifications? Adjust your message settings: https://www.linkedin.com/e/1o3bCy0npDqyzD3wjrAbLV0nLmqMr8R-MulSGyDnb3nr/prv/ LinkedIn values your privacy. At no time has LinkedIn made your email address available to any other LinkedIn user without your permission. (c) 2009, LinkedIn Corporation. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 14:59:02 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF205106566B for ; Mon, 16 Nov 2009 14:59:02 +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 7BCA18FC12 for ; Mon, 16 Nov 2009 14:59:02 +0000 (UTC) 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 nAGEuZgV047661; Mon, 16 Nov 2009 09:56:35 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id nAGEuZWK047660; Mon, 16 Nov 2009 09:56:35 -0500 (EST) (envelope-from jerrymc) Date: Mon, 16 Nov 2009 09:56:34 -0500 From: Jerry McAllister To: David Allen Message-ID: <20091116145634.GA47593@gizmo.acns.msu.edu> References: <2daa8b4e0911151823sd98f726ma4b8eebf05b16dd0@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2daa8b4e0911151823sd98f726ma4b8eebf05b16dd0@mail.gmail.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Partition naming, fstab, and geli X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 14:59:02 -0000 On Sun, Nov 15, 2009 at 07:23:15PM -0700, David Allen wrote: > Say I have performed a standard installation of FreeBSD onto a single IDE > drive with the following entries in /etc/fstab: > > /dev/ad0s1b none swap sw 0 0 > /dev/ad0s1a / ufs rw 1 1 > /dev/ad0s1d /var ufs rw 2 2 > /dev/ad0s1e /tmp ufs rw 2 2 > /dev/ad0s1f /usr ufs rw 2 2 > > Then I added more drives. > > 1. The Handbook suggests there is a convention that when partitioning a a > drive that's been added, to label the first new partition on that drive as > 'e' as opposed to 'a' (which is reserved for the /root partition). Does > the following satisfy that convention, or would starting with 'a' in each > case make more sense? It really doesn't matter. Just don't use 'c' and I usually skip using 'b' and even often use it for a little additional swap. But, just pick a habit that works for you and stick with it. > > /dev/ad1e /foo1 ufs rw 2 2 > /dev/ad1f /bar1 ufs rw 2 2 > /dev/ad1g /baz1 ufs rw 2 2 > > /dev/ad2e /foo2 ufs rw 2 2 > /dev/ad2f /bar2 ufs rw 2 2 > > /dev/ad3e /foo3 ufs rw 2 2 > /dev/ad3f /bar3 ufs rw 2 2 > > 2. My second question is in regards to using the 'xx' fstype to have the > system ignore that device. Leave the fstype alone. Use the noauto option. Probably set dump and pass to 0 also. So, for example, if you do not want it to try and mount /dev/ad3f at boot time, the line would look like: /dev/ad3f /bar3 ufs rw,noauto 0 0 > > Consider, for example, a geli encrypted partition. The .eli device > doesn't exist at boot time. I discovered by accident that the system > won't boot with an fstab entry for a device that doesn't exist. So if I > was to record an entry in fstab, I couldn't use > > /dev/ad1e.eli /home/david/private ufs rw 0 0 > > Does that mean that the following is what's typically to record fstab > entries for ignored devices? > > /dev/ad1e.eli /home/david/private xx rw 0 0 > /dev/ad3e /fake xx rw 0 0 > /dev/ad3f /reserved xx rw 0 0 > > Thanks. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 15:09:27 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FBDD1065672 for ; Mon, 16 Nov 2009 15:09:27 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id C480F8FC08 for ; Mon, 16 Nov 2009 15:09:26 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so2164231fga.13 for ; Mon, 16 Nov 2009 07:09:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=km0PX0+dtf/XEq8bQ+wrm++msVKLKqWTqIONPQH7YiE=; b=aA7oYmSS/7RKd+JfNWjnqjUyVTLfwMgYc4FxYkSyLXZa9C+8dhFcMXXeNoxG65cmVp R2m2wikC4DDelYBVv/6Na/GiSW+zSDhRxjC1LlNtgM9Mqcx9nP3ejeEnJMVfaG9Np7ct nFp5ZvMnI75O+FjhSLA8of8iJphMpD7mGMaUs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=MCRyUo9VtbOiCyCcVMbpsmVL/IZaSzs5AWDoTq77ftxITKFT4LM5lFTAh/QdwzJ36/ aOF4khsaYIub4rBAe8nHJrMFunO4mZc0bWkyKBgf1wb0hRcl8ayuG8HGx7runGslW9lE 0hnEKE9+1uKizsiu7vZp46bMKWHHxPHXzc7RY= Received: by 10.86.104.36 with SMTP id b36mr684464fgc.42.1258384165578; Mon, 16 Nov 2009 07:09:25 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id l12sm14542277fgb.22.2009.11.16.07.09.24 (version=SSLv3 cipher=RC4-MD5); Mon, 16 Nov 2009 07:09:24 -0800 (PST) Date: Mon, 16 Nov 2009 15:09:22 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20091116150922.6a2b5553@gumby.homeunix.com> In-Reply-To: <2daa8b4e0911151823sd98f726ma4b8eebf05b16dd0@mail.gmail.com> References: <2daa8b4e0911151823sd98f726ma4b8eebf05b16dd0@mail.gmail.com> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Partition naming, fstab, and geli X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 15:09:27 -0000 On Sun, 15 Nov 2009 19:23:15 -0700 David Allen wrote: > 2. My second question is in regards to using the 'xx' fstype to have > the system ignore that device. > > Consider, for example, a geli encrypted partition. The .eli device > doesn't exist at boot time. I discovered by accident that the system > won't boot with an fstab entry for a device that doesn't exist. So > if I was to record an entry in fstab, I couldn't use > > /dev/ad1e.eli /home/david/private ufs rw 0 0 > geli partitions can exist at mount time, but you either have to be present at the console to type-in the pass-phrase or configure it to use a passfile. If you attach your geli-partitions manually then you can either set the fstab entries to noauto, or omit them altogether. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 15:13:28 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC8FF106566C for ; Mon, 16 Nov 2009 15:13:28 +0000 (UTC) (envelope-from proskurin-kv@fxclub.org) Received: from mx.fxclub.org (mx.fxclub.org [67.227.142.223]) by mx1.freebsd.org (Postfix) with ESMTP id 8AD5F8FC08 for ; Mon, 16 Nov 2009 15:13:28 +0000 (UTC) Received: from mail.fxclub.org ([78.129.247.130]) by mx.fxclub.org with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NA2hL-0008ay-3L for freebsd-questions@freebsd.org; Mon, 16 Nov 2009 14:36:55 +0000 Received: from [195.178.223.2] (helo=[172.16.0.47]) by mail.fxclub.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NA2hJ-000CC8-SY for freebsd-questions@freebsd.org; Mon, 16 Nov 2009 14:36:54 +0000 Message-ID: <4B016384.80604@fxclub.org> Date: Mon, 16 Nov 2009 17:36:52 +0300 From: Proskurin Kirill User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona-3.0 Subject: ZFS Snaphost & Hardware RAID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 15:13:28 -0000 Hello all. I plan to set up backup server with 24x1Tb HDD and use ZFS with FreeBSD-8.0 on it. I prefare to have "ZFS only" system but as I see there is no any easy way to do so. I would like to use ZFS snapshots - is I undestand right what snaphots work OVER ZFS raidz\storage? So I can`t use hardware RAID and must make a raidz? I would love to head any other suggestion about using FreeBSD with ZFS as backup server. -- Best regards, Proskurin Kirill From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 15:27:51 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E08F106568F for ; Mon, 16 Nov 2009 15:27:51 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr5.xs4all.nl (smtp-vbr5.xs4all.nl [194.109.24.25]) by mx1.freebsd.org (Postfix) with ESMTP id F18F18FC15 for ; Mon, 16 Nov 2009 15:27:50 +0000 (UTC) Received: from w2003s01.double-l.local (double-l.xs4all.nl [80.126.205.144]) by smtp-vbr5.xs4all.nl (8.13.8/8.13.8) with ESMTP id nAGFRnLJ079342 for ; Mon, 16 Nov 2009 16:27:49 +0100 (CET) (envelope-from Johan@double-l.nl) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Mon, 16 Nov 2009 16:27:48 +0100 Message-ID: <57200BF94E69E54880C9BB1AF714BBCBA571DC@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ZFS Snaphost & Hardware RAID Thread-Index: Acpm0AvjktTv/QCqTeab/mdrAgYRcAAAQe2Q References: <4B016384.80604@fxclub.org> From: "Johan Hendriks" To: X-Virus-Scanned: by XS4ALL Virus Scanner Subject: RE: ZFS Snaphost & Hardware RAID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 15:27:51 -0000 >Hello all. >I plan to set up backup server with 24x1Tb HDD and use ZFS with=20 >FreeBSD-8.0 on it. >I prefare to have "ZFS only" system but as I see there is no any easy=20 >way to do so. >I would like to use ZFS snapshots - is I undestand right what snaphots=20 >work OVER ZFS raidz\storage? So I can`t use hardware RAID and must make >a raidz? >I would love to head any other suggestion about using FreeBSD with ZFS=20 >as backup server. >--=20 >Best regards, >Proskurin Kirill An option is reading this thread on the FreeBSD forums. http://forums.freebsd.org/showthread.php?t=3D3689 regards, Johan Hendriks From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 16:03:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25BE71065672 for ; Mon, 16 Nov 2009 16:03:03 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: from smtp-gw55.mailanyone.net (smtp-gw55.mailanyone.net [208.70.132.29]) by mx1.freebsd.org (Postfix) with ESMTP id 0AB168FC1C for ; Mon, 16 Nov 2009 16:03:01 +0000 (UTC) Received: from mailanyone.net by smtp-gw55.mailanyone.net with esmtpa (MailAnyone extSMTP jalmberg@identry.com) id 1NA43I-0008Sh-Nz for freebsd-questions@freebsd.org; Mon, 16 Nov 2009 10:03:40 -0600 Message-ID: <4B0177B3.9010706@identry.com> Date: Mon, 16 Nov 2009 11:02:59 -0500 From: John Almberg User-Agent: Postbox 1.0.2 (Macintosh/2009102216) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Virtual box to do cross-browser testing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 16:03:03 -0000 Anyone have experience using Sun's "Virtual Box" on FreeBSD? I am looking for a way to run virtual Windows machines to do cross-browser testing... Don't need sound card or anything complex... if I can get it working good enough to have access to IE 6, 7, and 8 (with 3 different virtual boxes, probably), that would be enough for me. But before I jump through the hoops of setting up a new FreeBSD box and setting up this virtual box software, I'd like to hear how others have fared with this software. Any experience, much appreciated. -- John From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 16:04:40 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9080C1065676 for ; Mon, 16 Nov 2009 16:04:40 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id E0C828FC13 for ; Mon, 16 Nov 2009 16:04:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id nAGG4SCw018937; Tue, 17 Nov 2009 03:04:29 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Tue, 17 Nov 2009 03:04:27 +1100 (EST) From: Ian Smith To: David Allen In-Reply-To: <20091116120014.A477010656F8@hub.freebsd.org> Message-ID: <20091117022555.Y65262@sola.nimnet.asn.au> References: <20091116120014.A477010656F8@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Polytropon , freebsd-questions@freebsd.org Subject: Re: Partition naming, fstab, and geli X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 16:04:40 -0000 In freebsd-questions Digest, Vol 285, Issue 2, Message 2 On Sun, 15 Nov 2009 19:23:15 -0700 David Allen wrote: > Say I have performed a standard installation of FreeBSD onto a single IDE > drive with the following entries in /etc/fstab: > > /dev/ad0s1b none swap sw 0 0 > /dev/ad0s1a / ufs rw 1 1 > /dev/ad0s1d /var ufs rw 2 2 > /dev/ad0s1e /tmp ufs rw 2 2 > /dev/ad0s1f /usr ufs rw 2 2 > > Then I added more drives. > > 1. The Handbook suggests there is a convention that when partitioning a a > drive that's been added, to label the first new partition on that drive as > 'e' as opposed to 'a' (which is reserved for the /root partition). Does > the following satisfy that convention, or would starting with 'a' in each > case make more sense? > > /dev/ad1e /foo1 ufs rw 2 2 > /dev/ad1f /bar1 ufs rw 2 2 > /dev/ad1g /baz1 ufs rw 2 2 > > /dev/ad2e /foo2 ufs rw 2 2 > /dev/ad2f /bar2 ufs rw 2 2 > > /dev/ad3e /foo3 ufs rw 2 2 > /dev/ad3f /bar3 ufs rw 2 2 If you added these with sysinstall (or sade) it will tend to choose 'd' for the first partition on other than the / partition (which is named 'a' on install). Or at least, it's always started with 'd' for me :) But if you're doing it manually starting with 'e' is fine. I suspect the handbook section you quoted to Polytropon later is more an example than definitive. You can happily mount an 'a' partition from another drive that was once a system disk; it's more of a convention really. > 2. My second question is in regards to using the 'xx' fstype to have the > system ignore that device. > > Consider, for example, a geli encrypted partition. The .eli device > doesn't exist at boot time. I discovered by accident that the system > won't boot with an fstab entry for a device that doesn't exist. So if I > was to record an entry in fstab, I couldn't use > > /dev/ad1e.eli /home/david/private ufs rw 0 0 > > Does that mean that the following is what's typically to record fstab > entries for ignored devices? > > /dev/ad1e.eli /home/david/private xx rw 0 0 > /dev/ad3e /fake xx rw 0 0 > /dev/ad3f /reserved xx rw 0 0 Yes. Here I must differ with Polytropon, though your format for the options isn't perhaps quite right. From an old fstab here: # Device Mountpoint FStype Options Dump Pass# /dev/acd0 /cdrom cd9660 ro,noauto 0 0 /dev/ad0s1 /dos msdosfs ro,noauto 0 0 /dev/ad0s2b none swap sw 0 0 /dev/ad0s2a / ufs rw 1 1 /dev/ad0s2d /var ufs rw,noatime 2 2 /dev/ad0s2e /usr ufs rw,noatime 2 2 /dev/ad0s4d /paqi4.5 ufs ro,noauto,nodev,noexec,nosymfollow,noatime 2 3 /dev/ad0s4e /paqi4.5/var ufs ro,noauto,nodev,noexec,nosymfollow,noatime 2 4 /dev/ad0s4f /paqi4.5/usr ufs ro,noauto,nodev,noexec,nosymfollow,noatime 2 4 # 25Apr06 ext 20Gb USB disk. DON'T autoadd these, deadly if da0 absent! # .. xx fsopts, everything incl fsck must ignore .. /dev/da0s3d /usbdsk ufs xx,noauto,nosymfollow 3 3 /dev/da0s3e /usbdsk/var ufs xx,noauto,nosymfollow 4 4 /dev/da0s3f /usbdsk/usr ufs xx,noauto,nosymfollow 4 4 # 26May06 shintaro 1G flashdrive .. just doc, can't mount using these .. /dev/da0s1 /flash/dos msdosfs xx,noauto 0 0 /dev/da0s2d /flash/ufs ufs xx,noauto,noatime 3 3 /dev/da0s3d /flash/pvt ufs xx,noauto,noatime 3 3 As you say they're useful for doc, and not hard to edit into action. Note the additions above were assigned starting at 'd' by sysinstall. cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 16:12:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B2F1106568D for ; Mon, 16 Nov 2009 16:12:17 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 17CCD8FC0C for ; Mon, 16 Nov 2009 16:12:16 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id nAGGCGfE091419; Mon, 16 Nov 2009 09:12:16 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id nAGGCGEL091416; Mon, 16 Nov 2009 09:12:16 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 16 Nov 2009 09:12:16 -0700 (MST) From: Warren Block To: Jerry In-Reply-To: <20091116063842.27411cd8@scorpio.seibercom.net> Message-ID: References: <42052.1258327169@tristatelogic.com> <4B009370.1040002@otenet.gr> <20091116010630.0b8f498a.freebsd@edvax.de> <4B009B08.3070507@otenet.gr> <20091116014149.f7d6eafd.freebsd@edvax.de> <20091116063842.27411cd8@scorpio.seibercom.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (wonkity.com [127.0.0.1]); Mon, 16 Nov 2009 09:12:16 -0700 (MST) Cc: freebsd-questions@freebsd.org Subject: Re: Trivial questions about CNTL-ALT-DEL and CNTL-ALT-BACKSPACE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 16:12:17 -0000 On Mon, 16 Nov 2009, Jerry wrote: > On Sun, 15 Nov 2009 21:18:36 -0700 (MST) > Warren Block replied: >> It's also worth remembering that open source projects like xorg give >> the users the rare privilege of being able to make a difference. Test >> code, provide hardware, document bugs or fixes, do or fund development. > > If that were true, it might be worth noting. Unfortunately, it rarely > works like that. I recently started using a Logitech wireless > mouse/keyboard. Of course the mouse did not work in "X", although it > performed fine outside of "X". After investing valuable time in > Googling for a solution, I ended up editing files for HAL and adding > > Section "ServerFlags" > Option "AllowEmptyInput" "OFF" > EndSection > > to the 'xorg.conf' file. It appears the thread has mutated from "it's unpleasant when X changes" to "why doesn't xorg support my hardware?" Which are at opposite ends of the spectrum. > > Honestly, that is not acceptable. Evidently no one has been in the position to fix the problem. The opportunity is there, as I was saying above. Certainly there have been reports of problems with wireless keyboard/mouse of several brands; maybe a slightly different protocol with the wireless versions. Whether the problem is with hal or xorg-server or the keyboard and mouse drivers or USB or some interaction, I don't know. You have the hardware; how about doing some research to help improve this? Just knowing what causes the problem would be a long way towards a real solution. > On every Windows and MAC system I tested, the combo works without this > garbage. It just works. No drivers to install, unless I want the > extended capabilities of the keyboard/mouse. Why does it have to be so > freak-in difficult here. Because the number of people using xorg are so small in relation to Windows and OS X. -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 16:12:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA4D11065693 for ; Mon, 16 Nov 2009 16:12:46 +0000 (UTC) (envelope-from julien@gormotte.info) Received: from mail.gormotte.info (rei.gormotte.info [95.130.11.103]) by mx1.freebsd.org (Postfix) with ESMTP id 80A748FC08 for ; Mon, 16 Nov 2009 16:12:46 +0000 (UTC) Received: from localhost (unknown [10.0.0.5]) by mail.gormotte.info (Postfix) with ESMTP id CAD2FA53E for ; Mon, 16 Nov 2009 16:12:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at gormotte.info Received: from mail.gormotte.info ([10.0.0.5]) by localhost (mail.gormotte.info [10.0.0.5]) (amavisd-new, port 10024) with ESMTP id 96f1LfltREHd for ; Mon, 16 Nov 2009 16:12:09 +0000 (UTC) Received: from www (www [10.0.0.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.gormotte.info (Postfix) with ESMTPSA id 26939A51F for ; Mon, 16 Nov 2009 16:12:08 +0000 (UTC) Received: from 195.6.159.23 ([195.6.159.23]) by horde.gormotte.info (Horde Framework) with HTTP; Mon, 16 Nov 2009 17:12:08 +0100 Message-ID: <20091116171208.61923hnkbf6h276s@horde.gormotte.info> Date: Mon, 16 Nov 2009 17:12:08 +0100 From: Julien Gormotte To: freebsd-questions@freebsd.org References: <4B0177B3.9010706@identry.com> In-Reply-To: <4B0177B3.9010706@identry.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Dynamic Internet Messaging Program (DIMP) H3 (1.1.3) Subject: Re: Virtual box to do cross-browser testing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 16:12:46 -0000 John Almberg a écrit : > Anyone have experience using Sun's "Virtual Box" on FreeBSD? I am > looking for a way to run virtual Windows machines to do > cross-browser testing... > > Don't need sound card or anything complex... if I can get it working > good enough to have access to IE 6, 7, and 8 (with 3 different > virtual boxes, probably), that would be enough for me. > > But before I jump through the hoops of setting up a new FreeBSD box > and setting up this virtual box software, I'd like to hear how > others have fared with this software. > > Any experience, much appreciated. > > -- John > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > It seems that VirtualBox still has problems, according to the FreeBSD wiki : http://wiki.freebsd.org/VirtualBox Maybe you should try qemu instead, as it seems much more stable now : http://wiki.freebsd.org/qemu I used qemu to virtualize Windows Server 2003 some time ago (on Gentoo and Mandriva boxes), and it was working (as long as you consider that a Windows system "works"). Julien Gormotte ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 16:17:49 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B7491065676 for ; Mon, 16 Nov 2009 16:17:49 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pz0-f185.google.com (mail-pz0-f185.google.com [209.85.222.185]) by mx1.freebsd.org (Postfix) with ESMTP id 117DC8FC14 for ; Mon, 16 Nov 2009 16:17:48 +0000 (UTC) Received: by pzk15 with SMTP id 15so3757947pzk.3 for ; Mon, 16 Nov 2009 08:17:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=3obVVc6WnX6cHZvNrAqgv7ILdI//s2O1oHC5RWaGDyA=; b=qZtKTl9GdVUIUivhplkyy13TxLyrI4TsK4k5FBR/3WHvv7yOWYYM4GzaJHIiGBWIQn xEUEYJB/XCZSIlNWTFqyu8YfL8IkR2f6z1wOkCig72yvrlL2Wk5qWrIbyHYKKfm4rCiZ IqJzwyLHW1XP9UyZH210Mijy5/G7SQglEXoDU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=UfKJV4Edl1KpzR00Ioa5uMcIUg5wqLWMZai/JELk3TWj+rvmFA+EQUcBm3+oXFalQo C45drVcyqMG5nMrNv9XRe6/Lw9gXTXuSQA2zjI6CSVI9y/HlQ/CK9X9YpXOtobWpcTxT hpi95OOoQFy8QS8qYmgw4KpduDyfe8ej1sTwk= MIME-Version: 1.0 Received: by 10.142.202.21 with SMTP id z21mr900286wff.235.1258388268483; Mon, 16 Nov 2009 08:17:48 -0800 (PST) In-Reply-To: <4B0177B3.9010706@identry.com> References: <4B0177B3.9010706@identry.com> Date: Mon, 16 Nov 2009 10:17:48 -0600 Message-ID: <6201873e0911160817l57b225d4v2be82417748d60ba@mail.gmail.com> From: Adam Vande More To: John Almberg Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Virtual box to do cross-browser testing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 16:17:49 -0000 On Mon, Nov 16, 2009 at 10:02 AM, John Almberg wrote: > Anyone have experience using Sun's "Virtual Box" on FreeBSD? I am looking > for a way to run virtual Windows machines to do cross-browser testing... > > Don't need sound card or anything complex... if I can get it working good > enough to have access to IE 6, 7, and 8 (with 3 different virtual boxes, > probably), that would be enough for me. > > But before I jump through the hoops of setting up a new FreeBSD box and > setting up this virtual box software, I'd like to hear how others have fared > with this software. > > Any experience, much appreciated. > > -- John > > VirtualBox overall works great for me on both i386 and amd64, much faster than qemu. Just following http://wiki.freebsd.org/VirtualBox if you fun into problems. -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 16:24:37 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12F00106566C for ; Mon, 16 Nov 2009 16:24:37 +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 D7ECE8FC19 for ; Mon, 16 Nov 2009 16:24:36 +0000 (UTC) Received: from working (pool-74-109-205-9.pitbpa.ftas.verizon.net [74.109.205.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTPSA id 86B4CEBC0A; Mon, 16 Nov 2009 11:24:35 -0500 (EST) Date: Mon, 16 Nov 2009 11:24:42 -0500 From: Bill Moran To: John Almberg Message-Id: <20091116112442.f05b3849.wmoran@potentialtech.com> In-Reply-To: <4B0177B3.9010706@identry.com> References: <4B0177B3.9010706@identry.com> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Virtual box to do cross-browser testing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 16:24:37 -0000 John Almberg wrote: > > Anyone have experience using Sun's "Virtual Box" on FreeBSD? I am > looking for a way to run virtual Windows machines to do cross-browser > testing... > > Don't need sound card or anything complex... if I can get it working > good enough to have access to IE 6, 7, and 8 (with 3 different virtual > boxes, probably), that would be enough for me. > > But before I jump through the hoops of setting up a new FreeBSD box and > setting up this virtual box software, I'd like to hear how others have > fared with this software. > > Any experience, much appreciated. I've been using it for several months. Older versions were a bit fussy, but the latest seems to be really solid. The only problem I have with it is that high graphic usage will basically steal the VM away from the user (i.e. if I run a video inside a vbox machine, I can't access the mouse until the video is done running). Been running Windows WP inside a Virtual Box on FreeBSD 7. -- Bill Moran http://www.potentialtech.com From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 16:27:11 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C1A3106568F for ; Mon, 16 Nov 2009 16:27:11 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (ip-58-28-152-174.static-xdsl.xnet.co.nz [58.28.152.174]) by mx1.freebsd.org (Postfix) with ESMTP id 16E368FC08 for ; Mon, 16 Nov 2009 16:27:10 +0000 (UTC) Received: by chen.org.nz (Postfix, from userid 1000) id CBE222841B; Tue, 17 Nov 2009 05:27:08 +1300 (NZDT) Date: Tue, 17 Nov 2009 05:27:08 +1300 From: Jonathan Chen To: John Almberg Message-ID: <20091116162708.GC95551@osiris.chen.org.nz> References: <4B0177B3.9010706@identry.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B0177B3.9010706@identry.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: Virtual box to do cross-browser testing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 16:27:11 -0000 On Mon, Nov 16, 2009 at 11:02:59AM -0500, John Almberg wrote: > Anyone have experience using Sun's "Virtual Box" on FreeBSD? I am > looking for a way to run virtual Windows machines to do cross-browser > testing... I've been using it to do some .NET programming, and it's been pretty good. No major problem, aside from the lack of CPU cycles the odd time or so. -- Jonathan Chen ---------------------------------------------------------------------- The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 17:27:48 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A5A6106566C for ; Mon, 16 Nov 2009 17:27:48 +0000 (UTC) (envelope-from freebsdmail@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 5E0518FC13 for ; Mon, 16 Nov 2009 17:27:45 +0000 (UTC) Received: (qmail invoked by alias); 16 Nov 2009 17:01:04 -0000 Received: from dslb-188-097-133-243.pools.arcor-ip.net (EHLO localhost) [188.97.133.243] by mail.gmx.net (mp062) with SMTP; 16 Nov 2009 18:01:04 +0100 X-Authenticated: #14495869 X-Provags-ID: V01U2FsdGVkX18ONUkibykO5dSlLFiDOAt/s0haIYVC/nibEit+zU U2UGjMVk1daVLd Date: Mon, 16 Nov 2009 18:01:02 +0100 From: Philipp Lengemann To: "Ronald F. Guilmette" Message-ID: <20091116180102.61682ee8@gmx.de> In-Reply-To: <42052.1258327169@tristatelogic.com> References: <42052.1258327169@tristatelogic.com> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.57 Cc: freebsd-questions@freebsd.org Subject: Re: Trivial questions about CNTL-ALT-DEL and CNTL-ALT-BACKSPACE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 17:27:48 -0000 Am Sun, 15 Nov 2009 15:19:29 -0800 schrieb "Ronald F. Guilmette" : > I _did_ go and read the Handbook section that Manolis Kiagias > kindly posted a link to, and I have now tried _both_ of the two > ways described there to re-enable CNTL-ALT-BACKSPACE functionality > for the X server, and sadly I must report that for me, at least > _neither_ of those methods worked Put the following to your xorg.conf: Section "ServerFlags" Option "DontZap" "off" Option "AllowEmptyInput" "off" Option "AutoAddDevices" "off" EndSection Section "InputDevice" Option "XkbOptions" "terminate:ctrl_alt_bksp" EndSection This works for me very reliable (xorg-7.4_2). HTH From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 17:35:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FA94106568D for ; Mon, 16 Nov 2009 17:35:59 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id A05E88FC1F for ; Mon, 16 Nov 2009 17:35:57 +0000 (UTC) Received: from pulstar.local (ppp-94-69-68-121.home.otenet.gr [94.69.68.121]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id nAGHZs0X005719; Mon, 16 Nov 2009 19:35:54 +0200 Message-ID: <4B018D7A.9070104@otenet.gr> Date: Mon, 16 Nov 2009 19:35:54 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Philipp Lengemann References: <42052.1258327169@tristatelogic.com> <20091116180102.61682ee8@gmx.de> In-Reply-To: <20091116180102.61682ee8@gmx.de> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, "Ronald F. Guilmette" Subject: Re: Trivial questions about CNTL-ALT-DEL and CNTL-ALT-BACKSPACE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 17:35:59 -0000 Philipp Lengemann wrote: > Am Sun, 15 Nov 2009 15:19:29 -0800 > schrieb "Ronald F. Guilmette" : > > >> I _did_ go and read the Handbook section that Manolis Kiagias >> kindly posted a link to, and I have now tried _both_ of the two >> ways described there to re-enable CNTL-ALT-BACKSPACE functionality >> for the X server, and sadly I must report that for me, at least >> _neither_ of those methods worked >> > > > Put the following to your xorg.conf: > > > Section "ServerFlags" > Option "DontZap" "off" > Option "AllowEmptyInput" "off" > Option "AutoAddDevices" "off" > EndSection > > Section "InputDevice" > Option "XkbOptions" "terminate:ctrl_alt_bksp" > EndSection > > > This works for me very reliable (xorg-7.4_2). > > If you stick with HAL however (using "AllowEmptyInput" bypasses the autodetection), you can just use the policy file in the Handbook and just add the "DontZap" option in "ServerFlags" or "ServerLayout" section. In fact, I've just written a patch for the Handbook that adds this information and will be committed soon. In the meantime, you can view it here: http://www.freebsdgr.org/handbook-mine/x-config.html From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 18:03:57 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55EC61065670 for ; Mon, 16 Nov 2009 18:03:57 +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 12D898FC14 for ; Mon, 16 Nov 2009 18:03:56 +0000 (UTC) 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 nAGI1RdS048352; Mon, 16 Nov 2009 13:01:27 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id nAGI1R0Z048351; Mon, 16 Nov 2009 13:01:27 -0500 (EST) (envelope-from jerrymc) Date: Mon, 16 Nov 2009 13:01:26 -0500 From: Jerry McAllister To: Ian Smith Message-ID: <20091116180126.GA48289@gizmo.acns.msu.edu> References: <20091116120014.A477010656F8@hub.freebsd.org> <20091117022555.Y65262@sola.nimnet.asn.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091117022555.Y65262@sola.nimnet.asn.au> User-Agent: Mutt/1.4.2.2i Cc: Polytropon , freebsd-questions@freebsd.org, David Allen Subject: Re: Partition naming, fstab, and geli X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 18:03:57 -0000 On Tue, Nov 17, 2009 at 03:04:27AM +1100, Ian Smith wrote: > In freebsd-questions Digest, Vol 285, Issue 2, Message 2 > On Sun, 15 Nov 2009 19:23:15 -0700 David Allen wrote: > > > Say I have performed a standard installation of FreeBSD onto a single IDE > > drive with the following entries in /etc/fstab: > > > > /dev/ad0s1b none swap sw 0 0 > > /dev/ad0s1a / ufs rw 1 1 > > /dev/ad0s1d /var ufs rw 2 2 > > /dev/ad0s1e /tmp ufs rw 2 2 > > /dev/ad0s1f /usr ufs rw 2 2 > > > > Then I added more drives. > > > > 1. The Handbook suggests there is a convention that when partitioning a a > > drive that's been added, to label the first new partition on that drive as > > 'e' as opposed to 'a' (which is reserved for the /root partition). Does > > the following satisfy that convention, or would starting with 'a' in each > > case make more sense? > > > > /dev/ad1e /foo1 ufs rw 2 2 > > /dev/ad1f /bar1 ufs rw 2 2 > > /dev/ad1g /baz1 ufs rw 2 2 > > > > /dev/ad2e /foo2 ufs rw 2 2 > > /dev/ad2f /bar2 ufs rw 2 2 > > > > /dev/ad3e /foo3 ufs rw 2 2 > > /dev/ad3f /bar3 ufs rw 2 2 > > If you added these with sysinstall (or sade) it will tend to choose 'd' > for the first partition on other than the / partition (which is named > 'a' on install). Or at least, it's always started with 'd' for me :) Generally, using 'a' for root is needed if the slice is a device and root (/) will be there. But, probably because of that, the tradition of reserving 'a' is strong enough that many people and some utilities just do it that way unless specifically directed otherwise. But, if it is a second (third, fourth, etc) slice/drive that will not have a root partition, it doesn't actually matter. I tend to use 'a' if the drive will be entirely one slice and one partition used for some special work or scratch space, but stick with 'd..h' if there will be more than one partition and just leave 'a' alone - for no other reason than habit. As for 'd' vs 'e', sometime a long time and many generations ago there was a convention of reserving 'd' for something. I don't remember what it was. It was pre FreeBSD 3 and pre 1997 and maybe even pre any FreeBSD and applied in some earlier Unix-en before the court cases, but not after. That old convention accounts for documentation starting with using 'e' for extra partitions and skipping 'd'. But, whatever that old convention was, it has not been used for so long that it is meaningless nowdays and 'd' can be used for whatever extra partition you want. ////jerry > > But if you're doing it manually starting with 'e' is fine. I suspect > the handbook section you quoted to Polytropon later is more an example > than definitive. You can happily mount an 'a' partition from another > drive that was once a system disk; it's more of a convention really. > > > 2. My second question is in regards to using the 'xx' fstype to have the > > system ignore that device. > > > > Consider, for example, a geli encrypted partition. The .eli device > > doesn't exist at boot time. I discovered by accident that the system > > won't boot with an fstab entry for a device that doesn't exist. So if I > > was to record an entry in fstab, I couldn't use > > > > /dev/ad1e.eli /home/david/private ufs rw 0 0 > > > > Does that mean that the following is what's typically to record fstab > > entries for ignored devices? > > > > /dev/ad1e.eli /home/david/private xx rw 0 0 > > /dev/ad3e /fake xx rw 0 0 > > /dev/ad3f /reserved xx rw 0 0 > > Yes. Here I must differ with Polytropon, though your format for the > options isn't perhaps quite right. From an old fstab here: > > # Device Mountpoint FStype Options Dump Pass# > /dev/acd0 /cdrom cd9660 ro,noauto 0 0 > /dev/ad0s1 /dos msdosfs ro,noauto 0 0 > /dev/ad0s2b none swap sw 0 0 > /dev/ad0s2a / ufs rw 1 1 > /dev/ad0s2d /var ufs rw,noatime 2 2 > /dev/ad0s2e /usr ufs rw,noatime 2 2 > /dev/ad0s4d /paqi4.5 ufs ro,noauto,nodev,noexec,nosymfollow,noatime 2 3 > /dev/ad0s4e /paqi4.5/var ufs ro,noauto,nodev,noexec,nosymfollow,noatime 2 4 > /dev/ad0s4f /paqi4.5/usr ufs ro,noauto,nodev,noexec,nosymfollow,noatime 2 4 > # 25Apr06 ext 20Gb USB disk. DON'T autoadd these, deadly if da0 absent! > # .. xx fsopts, everything incl fsck must ignore .. > /dev/da0s3d /usbdsk ufs xx,noauto,nosymfollow 3 3 > /dev/da0s3e /usbdsk/var ufs xx,noauto,nosymfollow 4 4 > /dev/da0s3f /usbdsk/usr ufs xx,noauto,nosymfollow 4 4 > # 26May06 shintaro 1G flashdrive .. just doc, can't mount using these .. > /dev/da0s1 /flash/dos msdosfs xx,noauto 0 0 > /dev/da0s2d /flash/ufs ufs xx,noauto,noatime 3 3 > /dev/da0s3d /flash/pvt ufs xx,noauto,noatime 3 3 > > As you say they're useful for doc, and not hard to edit into action. > Note the additions above were assigned starting at 'd' by sysinstall. > > cheers, Ian > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 18:22:07 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B93EF1065670; Mon, 16 Nov 2009 18:22:07 +0000 (UTC) (envelope-from freebsd@abv.bg) Received: from smtp-out.abv.bg (smtp-out.abv.bg [194.153.145.70]) by mx1.freebsd.org (Postfix) with ESMTP id 14CDD8FC08; Mon, 16 Nov 2009 18:22:06 +0000 (UTC) Received: from mail53.abv.bg (mail53.ni.bg [192.168.151.29]) by smtp-out.abv.bg (Postfix) with ESMTP id 7C56C3EE445; Mon, 16 Nov 2009 20:22:04 +0200 (EET) DomainKey-Signature: a=rsa-sha1; s=smtp-out; d=abv.bg; c=simple; q=dns; b=nc17nhiUJ/bUs7tET4x8gA8ke17anvpuZj+LXufCf1QCsTIie1BR5d+IEsxfIbkd+ v9d1jKkTaSvs+6LPwG61mthcYwH6IIbeGbK3o7MJZWeZBVLeiLNFjIn4xaa+oYrq5i9 xR2CtP0XLLTTv+Cq/1l+5ESIpPlqkH3Mcd31y0w= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abv.bg; s=smtp-out; t=1258395724; bh=Qd4XTKivQc2+KqluC9RyuU4LWp4HX4Bzn+V7FXdcQSM=; h=Date:From:To:Cc:Message-ID:Subject:MIME-Version:Content-Type: Content-Transfer-Encoding:DKIM; b=k/C63Oi/was0N6+IcNiVbgM21iUF36/M OfG9+1Qg/vGzXFTKx+jqbwl8UIvRWCcuVG01LXUqNigYEnVqaX4ljKmHlAlY4RIxav5 tJN0GTwwWViAePxtaqZjiwEfkKXDfNwqTQU+NDOTo0GeIiFfC1IiqX6YgzCZHap0IJs RoEFo= Received: from mail53.abv.bg (localhost.localdomain [127.0.0.1]) by mail53.abv.bg (Postfix) with ESMTP id B72DB241BEA; Mon, 16 Nov 2009 20:22:13 +0200 (EET) Date: Mon, 16 Nov 2009 20:22:13 +0200 (EET) From: Mario Pavlov To: Tim Judd Message-ID: <1827106023.12813.1258395733748.JavaMail.apache@mail53.abv.bg> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Priority: 3 X-Mailer: AbvMail 1.0 X-Originating-IP: 78.128.21.208 Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Re: diskless - NFS root mount problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 18:22:08 -0000 Hi, thanks again for your response: here's what I have, what I do and what I want to happen 1. I have my desktop machine which is running FreeBSD-7.2-STABLE-amd64 from June. I created a new distribution like that (as shown in the handbook - http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-diskless.html): ================================================================================ mkdir /storage0/diskless cd /usr/src export DESTDIR=/storage0/diskless make buildworld buildkernel installworld distribution installkernel ================================================================================ and created /storage0/diskless/etc/fstab with the following content: ================================================================================ 192.168.0.1:/storage0/diskless / nfs ro 0 0 ================================================================================ and I put this in /etc/exports (having in mind your advice about the group) ================================================================================ /storage0/diskless -maproot=0:0 -ro -alldirs 192.168.0.3 /usr -ro -alldirs 192.168.0.3 ================================================================================ and this is in my dhcpd.conf (I tried with and without the comments - no difference, same result) ================================================================================ host laptop { hardware ethernet 00:1E:68:45:0D:98; # option host-name "laptop"; # ddns-hostname "laptop"; # next-server 192.168.0.1; fixed-address 192.168.0.3; filename "pxeboot"; option root-path "192.168.0.1:/storage0/diskless"; } ================================================================================ 2. And I do this: ================================================================================ rpcbind nfsd -u -t -n 4 mountd -r /etc/rc.d/ineted onestart # I have my TFTP root set to /boot /usr/local/etc/rc.d/isc-dhcpd onestart ================================================================================ then I start my laptop (which has a 64bit CPU therefore it should be compatible with my amd64 kernel) enter the boot menu and choose the network boot option and I can see that it acquires its IP address then fetches pxeboot over TFTP then pxeboot loads the kernel and the kernel starts bringing the system up...and these are the last few lines where the system stops: ================================================================================ ... ... Trying to mount root from nfs:192.168.0.1:/storage0/diskless NFS ROOT: 192.168.0.1:/storage0/diskless nfs send error 13 for server 192.168.0.1:/storage0/diskless bge0: link state changed to DOWN bge0: link state changed to UP ================================================================================ 3. What I want is to have a server that multiple clients can boot from (diskless-ly as you say). And I want all file systems provided by the server to be read-only (which means I don't need lockd, do I...) Do you have an idea what could be my problem? ...obviously my TFTP and DHCP services are fine, even the NFS as pxeboot is able to download the kernel...maybe something in my distribution in /storage0/diskless is not OK? thanks mgp >Please compare my working configuration to yours to check. I found >lots of odd problems in your post and I thought it'd be best to just >run with this clean slate. > >Network config: > One low-power PC Engines ALIX board running as the NFS server, with >a microdrive partitioned off for it's own system, plus a separate >mounted partition for diskless clients. This config works best with >one diskless client, and is not the documented way from FreeBSD >handbook to accomplish diskless workstations. I'll note what I >immediately saw as an error in your config during these snippets. > >alix# bsdlabel /dev/ad0s1 ># /dev/ad0s1: >8 partitions: ># size offset fstype [fsize bsize bps/cpg] > a: 1048576 16 4.2BSD 2048 16384 8 > c: 12000177 0 unused 0 0 # "raw" part, don't edit > h: 10951585 1048592 4.2BSD 2048 16384 28552 > >alix# cat /etc/fstab >/dev/ad0s1a / ufs rw 0 0 >/dev/ad0s1h /diskless ufs rw 0 0 > >alix# cat /etc/exports >/diskless -maproot=0:0 -network 192.168.0.0 -mask 255.255.255.0 > >*** maproot needs a user and group definition. > >alix# cat /etc/rc.conf >rpcbind_enable="YES" >nfs_server_enable="YES" >rpc_statd_enable="YES" >rpc_lockd_enable="YES" > >*** rpc_lockd provides file locking, rpc_lockd depends on rpc_statd > > >************** Diskless side > >*** I believe the root filesystem information is passed on from dhcp, >to pxeboot, to the kernel, in order to mount the root filesystem. You >can have a 0-size fstab file for read-write access, or provide the >read-only nfs root here. If you want it read only, it's best to >specify it here, such as below > >alix# cat /diskless/etc/fstab >192.168.0.1:/diskless / nfs ro 0 0 > >alix# cat /diskless/etc/rc.conf >rpcbind_enable="YES" >nfs_client_enable="YES" >rpc_statd_enable="YES" >rpc_lockd_enable="YES" > >*** File locking needed lockd/statd support on the client, also. >Think of editing /etc/passwd (the proper way) when you need file >locking. > > > > >This will result in a basic, 1-workstation diskless setup working. >The difference is that the FreeBSD rc startup looks for a /conf >directory which can provide multiple overrides to multiple >workstations. I tried setting up a livecd with a /conf directory only >to find that the /conf is checked, no matter which medium it's booting >off of. > >This config does NOT cover the DHCP scope, TFTP, IPs or other settings >that might be pertinent to booting diskless-ly. > >Note that by sharing your exact / filesystem as an export is a bad >idea. It will essentially create a NFS server on a NFS server round >robin and probably won't connect. It's why you setup a separate >partition (EVEN if it's a file-backed filesystem mounted with the help >of mdconfig on a separate mountpoint on your filesystem). > >Once you revise your config, please try again. > > >--Tim >_______________________________________________ >freebsd-stable@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-stable >To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > ----------------------------------------------------------------- Вижте водещите новини от Vesti.bg! http://www.vesti.bg From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 18:24:08 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B64A21065695 for ; Mon, 16 Nov 2009 18:24:08 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by mx1.freebsd.org (Postfix) with ESMTP id 64F658FC18 for ; Mon, 16 Nov 2009 18:24:07 +0000 (UTC) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr10.xs4all.nl (8.13.8/8.13.8) with ESMTP id nAGINwog022392; Mon, 16 Nov 2009 19:23:58 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 45664BAC3; Mon, 16 Nov 2009 19:23:58 +0100 (CET) Date: Mon, 16 Nov 2009 19:23:58 +0100 From: Roland Smith To: "Ronald F. Guilmette" Message-ID: <20091116182358.GA95918@slackbox.xs4all.nl> References: <42307.1258330015@tristatelogic.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bp/iNruPH9dso1Pn" Content-Disposition: inline In-Reply-To: <42307.1258330015@tristatelogic.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Bad Blocks... Should I RMA? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 18:24:08 -0000 --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 15, 2009 at 04:06:55PM -0800, Ronald F. Guilmette wrote: >=20 > In one of my systems, I've got a Seagate SATA 500GB drive (ST3500320AS) > which is actually not very old... purchased 12/11/2008. > same single block. Here's the relevant lines from /var/log/messages: >=20 > Nov 15 15:24:17 coredump kernel: ad4: FAILURE - READ_DMA status=3D51 error=3D40 LBA=3D256230591 > Nov 15 15:24:43 coredump kernel: ad4: FAILURE - READ_DMA status=3D51 error=3D40 LBA=3D256230591 > Nov 15 15:24:46 coredump kernel: ad4: FAILURE - READ_DMA status=3D51 error=3D40 LBA=3D256230591 >=20 > (Don't be confused... The name of the host system here is "coredump"... my > lame attempt at humor.) Install the smartmontools port, and check the drive with=20 'smartctl -a /dev/ad4'. If you see a non-zero Reallocated_Sector_Ct, RMA it immediately, as it is about to fail. If see other errors reported, RMA it. (S)ATA disk have spare sectors available. If a sector fails, it is replaced= by one of the spares by the firmware. If you see a non-zero Reallocated_Sector_Ct, it means that the drive has run out of spares. This = is bad news. > P.S. If I _do_ end up RMA'ing the thing back, do I need to worry about > scrubing the drive squeaky clean first... you know... using one of these > multiple write-over progs (like `wipe') if I am paranoid... as I am... > about the possibility of old credit card numbers lying around in unalloca= ted > sectors on the drive? (The drive is empty _now_, but earlier it was in > serious/heavy use.) No. Just fill it with zeros. There was a paper presented at Usenix 1996 that you could potentially read erased data from the sidebands. But that was looking at disks make in the early nineties using MFM and RLL encoding. The encoding on todays disks is very different. The author of te original paper thinks it is almost impossible to recover overwritten data on a current harddisk. To quote from the epilogue from [http://www.cs.auckland.ac.nz/~pgut001/pubs/secure_del.html]: Any modern drive will most likely be a hopeless task, what with ultra-high densities and use of perpendicular recording... > I guess what I'm asking is: Do Segate and the other manufacturers care > enough about their customer's privacy to securely wipe old drives/platters > that come in to them for RMA? Or do I need to worry 'bout that for my own > self? I would always wipe them myself. You cannot guarantee that the manufacturer will do it. But I was under the impression that the information on a platter can only be properly read by the same arm/head it was written with. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --bp/iNruPH9dso1Pn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksBmL4ACgkQEnfvsMMhpyUZAQCfcswnMriwAplITWaMz0LzI22w jtsAnjnucdmrCoHeoM6/5ulkJoLyOz/A =dWDB -----END PGP SIGNATURE----- --bp/iNruPH9dso1Pn-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 18:39:14 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8DFF31065670 for ; Mon, 16 Nov 2009 18:39:14 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.freebsd.org (Postfix) with ESMTP id 0CFEE8FC15 for ; Mon, 16 Nov 2009 18:39:13 +0000 (UTC) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id nAGIdC4v085487; Mon, 16 Nov 2009 19:39:12 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 104DBBAC3; Mon, 16 Nov 2009 19:39:12 +0100 (CET) Date: Mon, 16 Nov 2009 19:39:12 +0100 From: Roland Smith To: Sabine Baer Message-ID: <20091116183912.GB95918@slackbox.xs4all.nl> References: <20091115181114.GA1295@amd.catfish.ddns.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wq9mPyueHGvFACwf" Content-Disposition: inline In-Reply-To: <20091115181114.GA1295@amd.catfish.ddns.org> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: No /dev/da0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 18:39:14 -0000 --wq9mPyueHGvFACwf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 15, 2009 at 07:11:14PM +0100, Sabine Baer wrote: > Well my problem is mounting my digital camera. If I remember correctly > I did it with=20 > mount_msdosfs /dev/da0s1 /lumix > I think that was under FreeBSD 6.n > But now, upgraded to 7.2, there ist no /dev/da0. > Attached to an iBook with Mac OS X 10.4 the cards were well mounted as > 'disk2s1'. Ok, then mounting it should work. =20 > If I attach the camera to the FreeBSD PC the console gives > [attaching the camera] > | umass0: on > |uhub0 > |(probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 > |(probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error > |(probe0:umass-sim0:0:0:0): SCSI Status: Check Condition > |(probe0:umass-sim0:0:0:0): UNIT ATTENTION asc:28,0 > |(probe0:umass-sim0:0:0:0): Not ready to ready change, medium may have > |changed > |(probe0:umass-sim0:0:0:0): Retrying Command (per Sense Data) > |da0 at umass-sim0 bus 0 target 0 lun 0 > |da0: Removable Direct Access SCSI-2 device > |da0: 1.000MB/s transfers > |da0: 14MB (29121 512 byte sectors: 64H 32S/T 14C) I sometimes get error reports like this as well with USB sticks. I can usua= lly see it on the drive as well, the drive's indicator light doesn't light up. Pulling out the USB cable and trying again usually helps, in my experience. Try another cable or another USB port if available. Sometimes it is necessary to use camcontrol(8) as per the earlier reply. > I haven't any clue if it's FreeBSD's fault, the camera's or mine. > Is there somone who can give me some hint? The USB stack in 7.2 doesn't always handle quirky hardware well. There could be a regression on your hardware going from 6.x to 7.2. The USB stack has been rewritten for 8.0. In my limited testing it works better. I've got 8.0-PRERELEASE running on a laptop without problems. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --wq9mPyueHGvFACwf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksBnFAACgkQEnfvsMMhpyUbMwCdFkh0PhIkjYUJUuH45B2L41Nl ATIAoKf03N2GUPRj3h8/J+0x4LtOI4KC =mfFs -----END PGP SIGNATURE----- --wq9mPyueHGvFACwf-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 18:45:25 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF5901065763 for ; Mon, 16 Nov 2009 18:45:25 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: from smtp-gw55.mailanyone.net (smtp-gw55.mailanyone.net [208.70.132.29]) by mx1.freebsd.org (Postfix) with ESMTP id 91B4B8FC14 for ; Mon, 16 Nov 2009 18:45:25 +0000 (UTC) Received: from mailanyone.net by smtp-gw55.mailanyone.net with esmtpa (MailAnyone extSMTP jalmberg@identry.com) id 1NA6aR-0006EK-OR for freebsd-questions@freebsd.org; Mon, 16 Nov 2009 12:46:04 -0600 Message-ID: <4B019DC3.2060300@identry.com> Date: Mon, 16 Nov 2009 13:45:23 -0500 From: John Almberg User-Agent: Postbox 1.0.2 (Macintosh/2009102216) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4B0177B3.9010706@identry.com> <20091116162708.GC95551@osiris.chen.org.nz> In-Reply-To: <20091116162708.GC95551@osiris.chen.org.nz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Virtual box to do cross-browser testing X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 18:45:25 -0000 Jonathan Chen wrote: > On Mon, Nov 16, 2009 at 11:02:59AM -0500, John Almberg wrote: >> Anyone have experience using Sun's "Virtual Box" on FreeBSD? I am >> looking for a way to run virtual Windows machines to do cross-browser >> testing... > > I've been using it to do some .NET programming, and it's been pretty > good. No major problem, aside from the lack of CPU cycles the odd time > or so. That sounds encouraging enough to give it a try. Thanks. -- John From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 19:31:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03131106568B for ; Mon, 16 Nov 2009 19:31:53 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id B67068FC1D for ; Mon, 16 Nov 2009 19:31:52 +0000 (UTC) Received: from r55.edvax.de (port-92-195-53-77.dynamic.qsc.de [92.195.53.77]) by mx01.qsc.de (Postfix) with ESMTP id 03C463D689; Mon, 16 Nov 2009 20:31:49 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAGJVnBQ002259; Mon, 16 Nov 2009 20:31:49 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Mon, 16 Nov 2009 20:31:49 +0100 From: Polytropon To: Gary Kline Message-Id: <20091116203149.1785f7c1.freebsd@edvax.de> In-Reply-To: <20091116070056.GE11539@thought.org> References: <20091115234930.GA11465@thought.org> <20091116010014.f3ca28de.freebsd@edvax.de> <20091116070056.GE11539@thought.org> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 19:31:53 -0000 On Sun, 15 Nov 2009 23:00:56 -0800, Gary Kline wrote: > there were stderrs output when i tried to exec sshd. reason > was that the rc.conf entry was not in rc.conf. (this is all > going into my .howto file.... The rc.d mechanism suggests to use /etc/rc.d/sshd control script for SSH server operations instead of the "bare" binary. The control script checks for the variable ${sshd_enable} which has to be set, or it won't start. By the way, it's not a problem if /etc/rc.conf is empty. In this case, defaults are used, but: % grep sshd /etc/defaults/rc.conf sshd_enable="NO" # Enable sshd As you see, sshd_enable is set to "NO" by default. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 19:42:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7638B106566B for ; Mon, 16 Nov 2009 19:42:03 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id 33ECB8FC18 for ; Mon, 16 Nov 2009 19:42:03 +0000 (UTC) Received: from r55.edvax.de (port-92-195-53-77.dynamic.qsc.de [92.195.53.77]) by mx01.qsc.de (Postfix) with ESMTP id 5AA613D0F7; Mon, 16 Nov 2009 20:42:02 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAGJg02M002291; Mon, 16 Nov 2009 20:42:00 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Mon, 16 Nov 2009 20:42:00 +0100 From: Polytropon To: Manolis Kiagias Message-Id: <20091116204200.8fcdadf1.freebsd@edvax.de> In-Reply-To: <4B018D7A.9070104@otenet.gr> References: <42052.1258327169@tristatelogic.com> <20091116180102.61682ee8@gmx.de> <4B018D7A.9070104@otenet.gr> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Philipp Lengemann , freebsd-questions@freebsd.org, "Ronald F. Guilmette" Subject: Re: Trivial questions about CNTL-ALT-DEL and CNTL-ALT-BACKSPACE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 19:42:03 -0000 On Mon, 16 Nov 2009 19:35:54 +0200, Manolis Kiagias wrote: > If you stick with HAL however (using "AllowEmptyInput" bypasses the > autodetection), you can just use the policy file in the Handbook and > just add the "DontZap" option in "ServerFlags" or "ServerLayout" section. ^^ Or? Arbitrary locations again? :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 19:47:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A5E81065676; Mon, 16 Nov 2009 19:47:30 +0000 (UTC) (envelope-from freebsd@abv.bg) Received: from smtp-out.abv.bg (smtp-out.abv.bg [194.153.145.80]) by mx1.freebsd.org (Postfix) with ESMTP id B05E98FC16; Mon, 16 Nov 2009 19:47:29 +0000 (UTC) Received: from mail53.abv.bg (mail53.ni.bg [192.168.151.29]) by smtp-out.abv.bg (Postfix) with ESMTP id D03AAFF79; Mon, 16 Nov 2009 21:48:01 +0200 (EET) DomainKey-Signature: a=rsa-sha1; s=smtp-out; d=abv.bg; c=simple; q=dns; b=knWZAnHP2xlnREFPRYsz7JjzKlXgRQ+l7zFtV5jBXfU2pt1okZwpaukrC1XSGc+FS znZAE81URpOG+36a2/ooerszYYXXHvs7jsjoj4B+uOp7k6uz7j9/Q7dew29HSzd4wqB rWAWpCEQ6Y3roSjxAPG6p/XG/Lehj9aGxdMrXoQ= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abv.bg; s=smtp-out; t=1258400881; bh=G3PH8wluFMh7B7xjirGT+h0QzrmKyuVhxbKBYeLfJig=; h=Date:From:To:Cc:Message-ID:Subject:MIME-Version:Content-Type: Content-Transfer-Encoding:DKIM; b=b9uGWcnmjQWV2pjUxslQCrl7k8wEi5fDIICQJDCEpsXct2n1pIaG2afNvLjzU3geW 08F+5cT06bMocnuI2ImW6jmzpTVdHMONJG4QYIX1782QR3xFq8g4nZJxRHBqjFdEat LCzDrKKY1YAtrx2JN59Dn+nikr6w5WtEeNz1EhoY= Received: from mail53.abv.bg (localhost.localdomain [127.0.0.1]) by mail53.abv.bg (Postfix) with ESMTP id 8E604241C00; Mon, 16 Nov 2009 21:47:33 +0200 (EET) Date: Mon, 16 Nov 2009 21:47:33 +0200 (EET) From: Mario Pavlov To: Mario Pavlov Message-ID: <1913483789.15152.1258400853581.JavaMail.apache@mail53.abv.bg> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Priority: 3 X-Mailer: AbvMail 1.0 X-Originating-IP: 78.128.21.208 Cc: tajudd@gmail.com, freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: [solved] Re: Re: Re: diskless - NFS root mount problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 19:47:30 -0000 Hi, it turned out I was stupid enough to misconfigure the kernel...I forgot that I had left the IPFIREWALL options turned on and as you know it's default to deny so once the kernel initializes ipfw it blocks everything including NFS so that was the whole problem...I removed the IPFIREWALL option and all went fine. thanks again mgp > Hi, >thanks again for your response: >here's what I have, what I do and what I want to happen > >1. I have my desktop machine which is running FreeBSD-7.2-STABLE-amd64 from June. > I created a new distribution like that (as shown in the handbook - http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-diskless.html): > >================================================================================ >mkdir /storage0/diskless >cd /usr/src >export DESTDIR=/storage0/diskless >make buildworld buildkernel installworld distribution installkernel >================================================================================ > >and created /storage0/diskless/etc/fstab with the following content: > >================================================================================ >192.168.0.1:/storage0/diskless / nfs ro 0 0 >================================================================================ > >and I put this in /etc/exports (having in mind your advice about the group) > >================================================================================ >/storage0/diskless -maproot=0:0 -ro -alldirs 192.168.0.3 >/usr -ro -alldirs 192.168.0.3 >================================================================================ > >and this is in my dhcpd.conf (I tried with and without the comments - no difference, same result) > >================================================================================ > host laptop { > hardware ethernet 00:1E:68:45:0D:98; ># option host-name "laptop"; ># ddns-hostname "laptop"; ># next-server 192.168.0.1; > fixed-address 192.168.0.3; > filename "pxeboot"; > option root-path "192.168.0.1:/storage0/diskless"; > } >================================================================================ > >2. And I do this: > >================================================================================ >rpcbind >nfsd -u -t -n 4 >mountd -r >/etc/rc.d/ineted onestart # I have my TFTP root set to /boot >/usr/local/etc/rc.d/isc-dhcpd onestart >================================================================================ > >then I start my laptop (which has a 64bit CPU therefore it should be compatible with my amd64 kernel) enter the boot menu and choose the network boot option and I can see that it acquires its IP address then fetches pxeboot over TFTP then pxeboot loads the kernel and the kernel starts bringing the system up...and these are the last few lines where the system stops: > >================================================================================ >... >... >Trying to mount root from nfs:192.168.0.1:/storage0/diskless >NFS ROOT: 192.168.0.1:/storage0/diskless >nfs send error 13 for server 192.168.0.1:/storage0/diskless >bge0: link state changed to DOWN >bge0: link state changed to UP >================================================================================ > >3. What I want is to have a server that multiple clients can boot from (diskless-ly as you say). And I want all file systems provided by the server to be read-only (which means I don't need lockd, do I...) > >Do you have an idea what could be my problem? ...obviously my TFTP and DHCP services are fine, even the NFS as pxeboot is able to download the kernel...maybe something in my distribution in /storage0/diskless is not OK? > >thanks >mgp > > > >Please compare my working configuration to yours to check. I found > >lots of odd problems in your post and I thought it'd be best to just > >run with this clean slate. > > > >Network config: > > One low-power PC Engines ALIX board running as the NFS server, with > >a microdrive partitioned off for it's own system, plus a separate > >mounted partition for diskless clients. This config works best with > >one diskless client, and is not the documented way from FreeBSD > >handbook to accomplish diskless workstations. I'll note what I > >immediately saw as an error in your config during these snippets. > > > >alix# bsdlabel /dev/ad0s1 > ># /dev/ad0s1: > >8 partitions: > ># size offset fstype [fsize bsize bps/cpg] > > a: 1048576 16 4.2BSD 2048 16384 8 > > c: 12000177 0 unused 0 0 # "raw" part, don't edit > > h: 10951585 1048592 4.2BSD 2048 16384 28552 > > > >alix# cat /etc/fstab > >/dev/ad0s1a / ufs rw 0 0 > >/dev/ad0s1h /diskless ufs rw 0 0 > > > >alix# cat /etc/exports > >/diskless -maproot=0:0 -network 192.168.0.0 -mask 255.255.255.0 > > > >*** maproot needs a user and group definition. > > > >alix# cat /etc/rc.conf > >rpcbind_enable="YES" > >nfs_server_enable="YES" > >rpc_statd_enable="YES" > >rpc_lockd_enable="YES" > > > >*** rpc_lockd provides file locking, rpc_lockd depends on rpc_statd > > > > > >************** Diskless side > > > >*** I believe the root filesystem information is passed on from dhcp, > >to pxeboot, to the kernel, in order to mount the root filesystem. You > >can have a 0-size fstab file for read-write access, or provide the > >read-only nfs root here. If you want it read only, it's best to > >specify it here, such as below > > > >alix# cat /diskless/etc/fstab > >192.168.0.1:/diskless / nfs ro 0 0 > > > >alix# cat /diskless/etc/rc.conf > >rpcbind_enable="YES" > >nfs_client_enable="YES" > >rpc_statd_enable="YES" > >rpc_lockd_enable="YES" > > > >*** File locking needed lockd/statd support on the client, also. > >Think of editing /etc/passwd (the proper way) when you need file > >locking. > > > > > > > > > >This will result in a basic, 1-workstation diskless setup working. > >The difference is that the FreeBSD rc startup looks for a /conf > >directory which can provide multiple overrides to multiple > >workstations. I tried setting up a livecd with a /conf directory only > >to find that the /conf is checked, no matter which medium it's booting > >off of. > > > >This config does NOT cover the DHCP scope, TFTP, IPs or other settings > >that might be pertinent to booting diskless-ly. > > > >Note that by sharing your exact / filesystem as an export is a bad > >idea. It will essentially create a NFS server on a NFS server round > >robin and probably won't connect. It's why you setup a separate > >partition (EVEN if it's a file-backed filesystem mounted with the help > >of mdconfig on a separate mountpoint on your filesystem). > > > >Once you revise your config, please try again. > > > > > >--Tim > >_______________________________________________ > >freebsd-stable@freebsd.org mailing list > >http://lists.freebsd.org/mailman/listinfo/freebsd-stable > >To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > > >----------------------------------------------------------------- >Вижте водещите новини от Vesti.bg! >http://www.vesti.bg >_______________________________________________ >freebsd-stable@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-stable >To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > ----------------------------------------------------------------- Вижте водещите новини от Vesti.bg! http://www.vesti.bg From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 19:49:54 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AC45106566B for ; Mon, 16 Nov 2009 19:49:54 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from woodbine.london.02.net (woodbine.london.02.net [87.194.255.145]) by mx1.freebsd.org (Postfix) with ESMTP id 4DB528FC18 for ; Mon, 16 Nov 2009 19:49:54 +0000 (UTC) Received: from muji.config (93.97.24.219) by woodbine.london.02.net (8.5.016.1) id 4A20329606035DA2; Mon, 16 Nov 2009 19:49:50 +0000 Message-ID: <4B01ACDD.6070306@onetel.com> Date: Mon, 16 Nov 2009 19:49:49 +0000 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.21 (X11/20090423) MIME-Version: 1.0 To: vuthecuong References: <26366441.post@talk.nabble.com> In-Reply-To: <26366441.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Default cannot install 8.0 rc2 in mobo P5QL-EM Hello, I am trying to install FreeBSD 8.0 rc2 on mobo ASUS P5QL-EM, but under the boot of the install dvd I get this run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config and then 120, 180 etc. Anyone know whats wrong? thanks Reply With Quote Multi-Quote This Message Quick reply to this message Thanks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 19:49:54 -0000 vuthecuong wrote: > Hello, I am trying to install FreeBSD 8.0 rc2 on mobo ASUS P5QL-EM, but under > the boot of the install dvd I get this > > run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config > > and then 120, 180 etc. > > Anyone know whats wrong? > thanks http://www.freebsd.org/cgi/query-pr.cgi?pr=136327 Chris From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 19:53:50 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E29DC1065676 for ; Mon, 16 Nov 2009 19:53:50 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id 4F2BD8FC1F for ; Mon, 16 Nov 2009 19:53:49 +0000 (UTC) Received: from pulstar.local (ppp-94-69-68-121.home.otenet.gr [94.69.68.121]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id nAGJrl0t017199; Mon, 16 Nov 2009 21:53:48 +0200 Message-ID: <4B01ADCB.9030402@otenet.gr> Date: Mon, 16 Nov 2009 21:53:47 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Polytropon References: <42052.1258327169@tristatelogic.com> <20091116180102.61682ee8@gmx.de> <4B018D7A.9070104@otenet.gr> <20091116204200.8fcdadf1.freebsd@edvax.de> In-Reply-To: <20091116204200.8fcdadf1.freebsd@edvax.de> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Trivial questions about CNTL-ALT-DEL and CNTL-ALT-BACKSPACE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 19:53:51 -0000 Polytropon wrote: > On Mon, 16 Nov 2009 19:35:54 +0200, Manolis Kiagias wrote: > >> If you stick with HAL however (using "AllowEmptyInput" bypasses the >> autodetection), you can just use the policy file in the Handbook and >> just add the "DontZap" option in "ServerFlags" or "ServerLayout" section. >> > ^^ > Or? Arbitrary locations again? :-) > > Hehe, both places will work actually. A default xorg.conf generated with the '-configure' option, will not have a "ServerFlags" section (which is entirely optional), but will certainly have a "ServerLayout" one. 'DontZap' (and other options) work in both places. Disclaimer: Xorg people will probably break this again in about 15days. Handle with care! From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 21:03:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76E351065679; Mon, 16 Nov 2009 21:03:30 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 46E808FC08; Mon, 16 Nov 2009 21:03:30 +0000 (UTC) Received: by pwj15 with SMTP id 15so3857292pwj.3 for ; Mon, 16 Nov 2009 13:03:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=OkSORlbRwM5bPtQZQvXdMi2mCVFJpJlGr0Y76yarTh0=; b=o8TNgj1MDJ/D4fgMkT2bPf2WMSDFOB3ZJ9gbrPLZC6qNidYETUBNuX9MmKjAlYGj/H hKJGaSgCNnLASN7qJJ8AVitZVKiYxix8QCZkXD86ExVgPRNeAGiyESlzH3oBTkHm1BGk 6Uswrzy9WVhHGTOzHYDiLLCqJNk728aS9I8Ro= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Xa8m8ckOdR8F66Br3SrhJeVhtmirq/YZQdQf8kbJrCrvQx1/BmMo8tiBOyTDcUAO/m X/Fm+dqclrqTD4sywFCeUbICGW8DUoX4jyq9GfjbG7M/jegqzaoN5YJa+WObB0/ya5B+ IThB3kechZ6yG5tle/bOY8AqcfHROb7F9FAJc= MIME-Version: 1.0 Received: by 10.115.37.37 with SMTP id p37mr13979938waj.11.1258405407574; Mon, 16 Nov 2009 13:03:27 -0800 (PST) In-Reply-To: <1913483789.15152.1258400853581.JavaMail.apache@mail53.abv.bg> References: <1913483789.15152.1258400853581.JavaMail.apache@mail53.abv.bg> Date: Mon, 16 Nov 2009 14:03:27 -0700 Message-ID: From: Tim Judd To: Mario Pavlov Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: [solved] Re: Re: Re: diskless - NFS root mount problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 21:03:30 -0000 On 11/16/09, Mario Pavlov wrote: > Hi, > it turned out I was stupid enough to misconfigure the kernel...I forgot that > I had left the IPFIREWALL options turned on and as you know it's default to > deny so once the kernel initializes ipfw it blocks everything including NFS > so that was the whole problem...I removed the IPFIREWALL option and all went > fine. > Ah, one of those moments. I have them too. Good to know it's working for you, and I would just because I'm the perfectionist personality type, change a couple of things that won't make a negative impact. The server's exports has no reason to export the diskless root with -alldirs. The system isn't asking for any mountpoint within / so you can leave off the -alldirs. 2nd, you buildworld and installworld into the diskless root, but never use it. You're using disk space you can reclaim. > thanks again > mgp Glad it's working, enjoy! From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 21:32:18 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72D2C1065694 for ; Mon, 16 Nov 2009 21:32:18 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 019A88FC30 for ; Mon, 16 Nov 2009 21:32:17 +0000 (UTC) Received: (qmail 15724 invoked by uid 399); 16 Nov 2009 21:32:17 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 16 Nov 2009 21:32:17 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4B01C4DF.4040400@FreeBSD.org> Date: Mon, 16 Nov 2009 13:32:15 -0800 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Thunderbird 2.0.0.23 (X11/20090822) MIME-Version: 1.0 To: Mario Pavlov References: <1913483789.15152.1258400853581.JavaMail.apache@mail53.abv.bg> In-Reply-To: <1913483789.15152.1258400853581.JavaMail.apache@mail53.abv.bg> X-Enigmail-Version: 0.96.0 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: tajudd@gmail.com, freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: [solved] Re: Re: Re: diskless - NFS root mount problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 21:32:18 -0000 Mario Pavlov wrote: > Hi, it turned out I was stupid enough to misconfigure the > kernel...I forgot that I had left the IPFIREWALL options turned on You're not a real sysadmin until you've firewalled yourself out of at least one mission-critical system. Bonus points if it has no out-of-band control plane. Further bonus points if it is more than 100 miles away, and you are the one who has to drive to the data center. -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 21:44:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19E6D106566B for ; Mon, 16 Nov 2009 21:44:26 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [66.246.138.153]) by mx1.freebsd.org (Postfix) with ESMTP id E701B8FC15 for ; Mon, 16 Nov 2009 21:44:25 +0000 (UTC) Received: from unknown (87-194-158-129.bethere.co.uk [87.194.158.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 77D0181B9; Mon, 16 Nov 2009 21:44:24 +0000 (UTC) Date: Mon, 16 Nov 2009 21:43:31 +0000 From: Bruce Cran To: Roland Smith Message-ID: <20091116214331.00007810@unknown> In-Reply-To: <20091116182358.GA95918@slackbox.xs4all.nl> References: <42307.1258330015@tristatelogic.com> <20091116182358.GA95918@slackbox.xs4all.nl> X-Mailer: Claws Mail 3.7.2cvs15 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, "Ronald F. Guilmette" Subject: Re: Bad Blocks... Should I RMA? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 21:44:26 -0000 On Mon, 16 Nov 2009 19:23:58 +0100 Roland Smith wrote: > Install the smartmontools port, and check the drive with > 'smartctl -a /dev/ad4'. If you see a non-zero Reallocated_Sector_Ct, > RMA it immediately, as it is about to fail. If see other errors > reported, RMA it. > > (S)ATA disk have spare sectors available. If a sector fails, it is > replaced by one of the spares by the firmware. If you see a non-zero > Reallocated_Sector_Ct, it means that the drive has run out of spares. > This is bad news. Surely it's the other way around - if you see a value of zero in the "value" column the drive has run out of spare sectors and it's time to RMA the drive? From what I've seen the 'raw' column appears to count the number of sectors the drive has remapped using the spares buffer. If it gets into the hundreds it's probably time to think about RMA'ing the drive - if you trust that the 'raw' column is reporting what you think it is (you should really only base your decision on the value, worst and threshold columns). -- Bruce Cran From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 22:10:55 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9281A1065672 for ; Mon, 16 Nov 2009 22:10:54 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 16D1E8FC20 for ; Mon, 16 Nov 2009 22:10:53 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id nAGMAqUJ092573; Mon, 16 Nov 2009 15:10:52 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id nAGMAq2q092570; Mon, 16 Nov 2009 15:10:52 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 16 Nov 2009 15:10:52 -0700 (MST) From: Warren Block To: Philipp Lengemann In-Reply-To: <20091116180102.61682ee8@gmx.de> Message-ID: References: <42052.1258327169@tristatelogic.com> <20091116180102.61682ee8@gmx.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (wonkity.com [127.0.0.1]); Mon, 16 Nov 2009 15:10:52 -0700 (MST) Cc: freebsd-questions@freebsd.org, "Ronald F. Guilmette" Subject: Re: Trivial questions about CNTL-ALT-DEL and CNTL-ALT-BACKSPACE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 22:10:55 -0000 On Mon, 16 Nov 2009, Philipp Lengemann wrote: > Am Sun, 15 Nov 2009 15:19:29 -0800 > schrieb "Ronald F. Guilmette" : > >> I _did_ go and read the Handbook section that Manolis Kiagias >> kindly posted a link to, and I have now tried _both_ of the two >> ways described there to re-enable CNTL-ALT-BACKSPACE functionality >> for the X server, and sadly I must report that for me, at least >> _neither_ of those methods worked > > Put the following to your xorg.conf: > > > Section "ServerFlags" > Option "DontZap" "off" > Option "AllowEmptyInput" "off" > Option "AutoAddDevices" "off" > EndSection > > Section "InputDevice" > Option "XkbOptions" "terminate:ctrl_alt_bksp" > EndSection > > > This works for me very reliable (xorg-7.4_2). That InputDevice entry is interesting. It has to be added to a Keyboard section, not standalone as shown (unless I missed something). (If it was standalone, it would nicely eliminate the need for the setxkbmap -option terminate:ctrl_alt_bksp entry in my .xinitrc.) For those who want to do that with hal, for all keyboards, here's a patch for /usr/local/share/hal/fdi/policy/10osvendor/10-x11-input.fdi: --- 10-x11-input.fdi.orig 2009-11-16 14:47:01.000000000 -0700 +++ 10-x11-input.fdi 2009-11-16 14:54:01.000000000 -0700 @@ -22,6 +22,7 @@ string="Linux"> evdev + terminate:ctrl_alt_bksp -Warren Block * Rapid City, South Dakota USA From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 22:16:39 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39EA1106568D for ; Mon, 16 Nov 2009 22:16:39 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.freebsd.org (Postfix) with ESMTP id C4EBE8FC15 for ; Mon, 16 Nov 2009 22:16:38 +0000 (UTC) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id nAGMGS8Z090312; Mon, 16 Nov 2009 23:16:28 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id A1C05BA96; Mon, 16 Nov 2009 23:16:27 +0100 (CET) Date: Mon, 16 Nov 2009 23:16:27 +0100 From: Roland Smith To: Bruce Cran Message-ID: <20091116221627.GA2725@slackbox.xs4all.nl> References: <42307.1258330015@tristatelogic.com> <20091116182358.GA95918@slackbox.xs4all.nl> <20091116214331.00007810@unknown> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: <20091116214331.00007810@unknown> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org, "Ronald F. Guilmette" Subject: Re: Bad Blocks... Should I RMA? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 22:16:39 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 16, 2009 at 09:43:31PM +0000, Bruce Cran wrote: > On Mon, 16 Nov 2009 19:23:58 +0100 > Roland Smith wrote: >=20 > > Install the smartmontools port, and check the drive with=20 > > 'smartctl -a /dev/ad4'. If you see a non-zero Reallocated_Sector_Ct, > > RMA it immediately, as it is about to fail. If see other errors > > reported, RMA it. > >=20 > > (S)ATA disk have spare sectors available. If a sector fails, it is > > replaced by one of the spares by the firmware. If you see a non-zero > > Reallocated_Sector_Ct, it means that the drive has run out of spares. > > This is bad news. >=20 > Surely it's the other way around - if you see a value of zero in the > "value" column the drive has run out of spare sectors and it's time to > RMA the drive? I was talking about the _RAW_VALUE column. There seems to be some differenc= es in interpretation between vendors as to what the VALUE column means. Most of the advice I've seen over the years says to look at the RAW_VALUE. See http://en.wikipedia.org/wiki/S.M.A.R.T. as well. > From what I've seen the 'raw' column appears to count > the number of sectors the drive has remapped using the spares buffer. > If it gets into the hundreds it's probably time to think about RMA'ing > the drive Yes, the raw value is the number of sectors allocated from the spares. I originally thought it was the number of reallocations _beyond_ the spares. That's a misunderstanding on my part. Nevertheless this attribute (along with several) is marked on the Wikipedia page for smart as a "Potential indicator of imminent electromechanical failure". You can find the same attributes marked as critical when perusing mailing list archives. For me, my data is worth much more than the harddisk it is on. Some of it is literally irreplacable. So my policy is to go look for a replacement harddi= sk as soon as the RAW_VALUEs of any of these critical indicators start going up =66rom zero. And store any data at least on two harddisks, whether in a mir= ror or in a cron+rsync setup. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksBzzsACgkQEnfvsMMhpyW71gCggLsGWSSlMogKU5LESkglK4wK rnwAn2Cf9ynSpuLEExhkmPn2j9oM0jNn =sMBN -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 22:58:57 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE44F106568D for ; Mon, 16 Nov 2009 22:58:57 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (ns1.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id 8FF7E8FC1C for ; Mon, 16 Nov 2009 22:58:57 +0000 (UTC) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id nAGMwnoa027379 for ; Mon, 16 Nov 2009 14:58:49 -0800 (PST) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Mon, 16 Nov 2009 14:58:53 -0800 (PST) Date: Mon, 16 Nov 2009 14:58:53 -0800 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20091116225850.GA15661@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 23 years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: Subject: panic? i386 on dell duo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 22:58:57 -0000 something panicked my dell. more than twice. i have loaded, the i386 7.2-R Dvd. the panic was something like PHY#1 panic[y/n]y then something about cpu 0 being involved. i have the 8.0 rc3 bootonly.iso cd. should i try that? or did dell ship me a bad computer? ideas? gary -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 7.31a release of Jottings: http://jottings.thought.org/index.php From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 23:12:00 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14B5E1065670; Mon, 16 Nov 2009 23:12:00 +0000 (UTC) (envelope-from marka@isc.org) Received: from farside.isc.org (farside.isc.org [IPv6:2001:4f8:3:bb::5]) by mx1.freebsd.org (Postfix) with ESMTP id F0BE08FC15; Mon, 16 Nov 2009 23:11:59 +0000 (UTC) Received: from drugs.dv.isc.org (drugs.dv.isc.org [IPv6:2001:470:1f00:820:214:22ff:fed9:fbdc]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "drugs.dv.isc.org", Issuer "ISC CA" (not verified)) by farside.isc.org (Postfix) with ESMTP id 0BB00E6063; Mon, 16 Nov 2009 23:11:57 +0000 (UTC) (envelope-from marka@isc.org) Received: from drugs.dv.isc.org (localhost [127.0.0.1]) by drugs.dv.isc.org (8.14.3/8.14.3) with ESMTP id nAGNBjBt023863; Tue, 17 Nov 2009 10:11:51 +1100 (EST) (envelope-from marka@drugs.dv.isc.org) Message-Id: <200911162311.nAGNBjBt023863@drugs.dv.isc.org> To: Doug Barton From: Mark Andrews References: <1913483789.15152.1258400853581.JavaMail.apache@mail53.abv.bg> <4B01C4DF.4040400@FreeBSD.org> In-reply-to: Your message of "Mon, 16 Nov 2009 13:32:15 -0800." <4B01C4DF.4040400@FreeBSD.org> Date: Tue, 17 Nov 2009 10:11:45 +1100 Sender: marka@isc.org Cc: Mario Pavlov , freebsd-stable@freebsd.org, freebsd-questions@freebsd.org, tajudd@gmail.com Subject: Re: [solved] Re: Re: Re: diskless - NFS root mount problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 23:12:00 -0000 In message <4B01C4DF.4040400@FreeBSD.org>, Doug Barton writes: > Mario Pavlov wrote: > > Hi, it turned out I was stupid enough to misconfigure the > > kernel...I forgot that I had left the IPFIREWALL options turned on > > You're not a real sysadmin until you've firewalled yourself out of at > least one mission-critical system. > > Bonus points if it has no out-of-band control plane. > > Further bonus points if it is more than 100 miles away, and you are > the one who has to drive to the data center. Triple bonus points if it is +20 hours of flight time away. Home data center and angry wife w/o Internet access. Yes I managed to stuff up a home machine while in Ireland. Mark -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: marka@isc.org From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 23:12:45 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3BA2106566C for ; Mon, 16 Nov 2009 23:12:45 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (aristotle.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id 9029B8FC0C for ; Mon, 16 Nov 2009 23:12:45 +0000 (UTC) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id nAGNCX16027516; Mon, 16 Nov 2009 15:12:33 -0800 (PST) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Mon, 16 Nov 2009 15:12:37 -0800 (PST) Date: Mon, 16 Nov 2009 15:12:36 -0800 From: Gary Kline To: Polytropon Message-ID: <20091116231236.GA15714@thought.org> References: <20091115234930.GA11465@thought.org> <20091116010014.f3ca28de.freebsd@edvax.de> <20091116070056.GE11539@thought.org> <20091116203149.1785f7c1.freebsd@edvax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091116203149.1785f7c1.freebsd@edvax.de> User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 23 years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: FreeBSD Mailing List Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 23:12:45 -0000 On Mon, Nov 16, 2009 at 08:31:49PM +0100, Polytropon wrote: > On Sun, 15 Nov 2009 23:00:56 -0800, Gary Kline wrote: > > there were stderrs output when i tried to exec sshd. reason > > was that the rc.conf entry was not in rc.conf. (this is all > > going into my .howto file.... > > The rc.d mechanism suggests to use /etc/rc.d/sshd control > script for SSH server operations instead of the "bare" > binary. The control script checks for the variable > ${sshd_enable} which has to be set, or it won't start. > > By the way, it's not a problem if /etc/rc.conf is empty. > In this case, defaults are used, but: > > % grep sshd /etc/defaults/rc.conf > sshd_enable="NO" # Enable sshd > > As you see, sshd_enable is set to "NO" by default. > darn, but that would've been that last thing i would have expected... . i dont see any rationale... > > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 7.31a release of Jottings: http://jottings.thought.org/index.php From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 23:43:51 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FE151065672 for ; Mon, 16 Nov 2009 23:43:51 +0000 (UTC) (envelope-from djackson452@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id 2617D8FC0A for ; Mon, 16 Nov 2009 23:43:50 +0000 (UTC) Received: by yxe1 with SMTP id 1so1264234yxe.3 for ; Mon, 16 Nov 2009 15:43:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=jQlJNT9LA8oeDxj+M8icY+xBsjqRtjdSxivCpcB0NZo=; b=SE4vnuSfjTxPSVQ96GJ5LibJietspObvxa5edtS4KF8tVcVFyzMdS+hHvC1r/qhFYa u0L4Z/yydVhJ9DVDc6FvG5bJ6eWEr7+qa+nENxa6GcA2tO5X2Nain4cUM5ufeZGzvEcg Go0OgMblbbAxc+Z9sSMQONX32TsvRjlKUwFTQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=Hg2TBI7jNZ/YMoKe0gvfomsvpW/SfVexWsVmRJJ4wfS2ujXVLPbXI/JcSddFg59NVG TpAAgG5E/yDR3Nw/mNGqemypicL4/9/PPheAfO8cXcct4L1Prp+ZBxD49otvjcHP7NWc 2t4nuxN2UzjBbw2jhyo4Znd+YpIQk/ajmvnN0= Received: by 10.150.8.3 with SMTP id 3mr14818100ybh.62.1258415030306; Mon, 16 Nov 2009 15:43:50 -0800 (PST) Received: from ?192.168.1.103? (pool-96-254-203-152.tampfl.fios.verizon.net [96.254.203.152]) by mx.google.com with ESMTPS id 21sm1176674ywh.16.2009.11.16.15.43.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 16 Nov 2009 15:43:49 -0800 (PST) Message-ID: <4B01E2A3.5020305@gmail.com> Date: Mon, 16 Nov 2009 18:39:15 -0500 From: David Jackson User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Lockup problems on FreeBSD disks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-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, 16 Nov 2009 23:43:51 -0000 I have a USB hard drive. Whenever I open two programs which utilise the USB hard drive simultaneously, these programs, i assume when they attempt to write to the hard drive lock up due to what i suspect must be some issue with the USB driver and perhaps a deadlock involving multiple concurrent accesses to the drive. When they attempt to access the drive the programs can lock up for several minutes before being unblocked. When only one program is using the drive this behaviour does not seem to occur. It seems most likely that this is a USB level problem involving the USB drivers. I am using FreeBSD 7.1. It is annoying behaviour to say the least and I wonder what can be done about it, and if this issue is being addressed, perhaps in the recent redesign of the USB code. It seems to be a pretty consistent issue, happening with multiple installs of FreeBSD and different drives. Thank you. From owner-freebsd-questions@FreeBSD.ORG Mon Nov 16 23:47:57 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9F031065670; Mon, 16 Nov 2009 23:47:57 +0000 (UTC) (envelope-from ade@FreeBSD.org) Received: from panix.lovett.com (panix.lovett.com [166.84.7.128]) by mx1.freebsd.org (Postfix) with ESMTP id 90D928FC13; Mon, 16 Nov 2009 23:47:57 +0000 (UTC) Received: from [96.39.161.134] (helo=inferno.lab.lovett.com ident=ade) by panix.lovett.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1NAAhi-0002DO-N5; Mon, 16 Nov 2009 23:09:50 +0000 Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Ade Lovett In-Reply-To: <4B01C4DF.4040400@FreeBSD.org> Date: Mon, 16 Nov 2009 15:09:48 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <95B3B3E7-CEFF-43FE-9937-B4E2A7AA026C@FreeBSD.org> References: <1913483789.15152.1258400853581.JavaMail.apache@mail53.abv.bg> <4B01C4DF.4040400@FreeBSD.org> To: Doug Barton X-Mailer: Apple Mail (2.1077) Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: [solved] Re: Re: Re: diskless - NFS root mount problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2009 23:47:57 -0000 On Nov 16, 2009, at 13:32 , Doug Barton wrote: > You're not a real sysadmin until you've firewalled yourself out of at > least one mission-critical system. >=20 > Bonus points if it has no out-of-band control plane. >=20 > Further bonus points if it is more than 100 miles away, and you are > the one who has to drive to the data center. Extreme bonus points if said system is on another continent, and you = have to get on a plane _right_now_ (spending the flight wondering why = the OOB system is dead). -aDe From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 00:57:21 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E853106566B for ; Tue, 17 Nov 2009 00:57:21 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id C447C8FC15 for ; Tue, 17 Nov 2009 00:57:20 +0000 (UTC) Received: by bwz5 with SMTP id 5so6679215bwz.3 for ; Mon, 16 Nov 2009 16:57:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=9B4iLZYtb5697AKBGMxRyLFSrmJhTugt8NPXAMUOrH4=; b=CCEWD++QPDSpYdiQi1Ktk5h3tJKncOtSBTIH0LxMVfrr96cxpThBXK03G8OJGsvIsT GrQcQgt9hiqZxB3qax6nDGUWtgmy7NC38+yJkB1PJokYY9OLIc/xBXIlo+N+DLgtQAW5 khhY6+3y3Nb3noaWybrlwXysqZnTocdaxBLug= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=YmgUEAwEiq+7dO6M9cwC6/mr5gAY+jIHw8DKOvFFMOJnA/0MrqW6Cbigoh427nf2ja j27xaNM7VhSWB5VKqyKVmKcXgKo6FLH/c/y2ziAlJ8e9mntdbNo3pvUis1xMCHqF6iZp hQhbtYKzEQ4cKzf10XJ/cF8rJsMA3/hF1jpvc= MIME-Version: 1.0 Received: by 10.223.110.39 with SMTP id l39mr1292880fap.3.1258419439379; Mon, 16 Nov 2009 16:57:19 -0800 (PST) In-Reply-To: <20091116225850.GA15661@thought.org> References: <20091116225850.GA15661@thought.org> Date: Mon, 16 Nov 2009 19:57:19 -0500 Message-ID: <4ad871310911161657y2d9bcf53k176548bdd7bfa825@mail.gmail.com> From: Glen Barber To: Gary Kline Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Mailing List Subject: Re: panic? i386 on dell duo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 00:57:21 -0000 Hi On Mon, Nov 16, 2009 at 5:58 PM, Gary Kline wrote: > > =A0 =A0 =A0 =A0something panicked my dell. =A0more than twice. =A0i have = loaded, the > =A0 =A0 =A0 =A0i386 7.2-R Dvd. =A0the panic was something like > > =A0 =A0 =A0 =A0PHY#1 > =A0 =A0 =A0 =A0panic[y/n]y Do you have a crash report in /var/crash ? > > =A0 =A0 =A0 =A0then something about cpu 0 being involved. > > =A0 =A0 =A0 =A0i have the 8.0 rc3 bootonly.iso cd. =A0should i try that? = =A0or did > =A0 =A0 =A0 =A0dell ship me a bad computer? > I'll keep my opinions to myself... > =A0 =A0 =A0 =A0ideas? > > =A0 =A0 =A0 =A0gary > > > --=20 Glen Barber From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 03:28:39 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FD55106566B for ; Tue, 17 Nov 2009 03:28:39 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (ns1.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id 24E348FC14 for ; Tue, 17 Nov 2009 03:28:38 +0000 (UTC) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id nAH3STXi029577; Mon, 16 Nov 2009 19:28:29 -0800 (PST) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Mon, 16 Nov 2009 19:28:33 -0800 (PST) Date: Mon, 16 Nov 2009 19:28:33 -0800 From: Gary Kline To: Glen Barber Message-ID: <20091117032833.GA16284@thought.org> References: <20091116225850.GA15661@thought.org> <4ad871310911161657y2d9bcf53k176548bdd7bfa825@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4ad871310911161657y2d9bcf53k176548bdd7bfa825@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 23 years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: FreeBSD Mailing List Subject: Re: panic? i386 on dell duo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 03:28:39 -0000 On Mon, Nov 16, 2009 at 07:57:19PM -0500, Glen Barber wrote: > Hi > > On Mon, Nov 16, 2009 at 5:58 PM, Gary Kline wrote: > > > >        something panicked my dell.  more than twice.  i have loaded, the > >        i386 7.2-R Dvd.  the panic was something like > > > >        PHY#1 > >        panic[y/n]y > > Do you have a crash report in /var/crash ? > no, nada. i didnt know about /var/crash until now, thanks for the datapoint. it is empty. > > > >        then something about cpu 0 being involved. > > > >        i have the 8.0 rc3 bootonly.iso cd.  should i try that?  or did > >        dell ship me a bad computer? > > > > I'll keep my opinions to myself... > well, i'd laugh, glen, but i hurt my back twisting over to my right [[ with my left hand]] to use the dell keybd. yes, why would any body do anybody else a bad deed. here is more complete version of the events of the day. my network bud down in dallas is helping me get the dell as my new server. my old hp kayak is from 1998 and on its death-bed. okay: i have 7.2-R, i386. installs fine. jon horne changed the IP that the op sys | DHCP suite chose from 10.47.0.112 to 10.47.0.230. i do not know why, but he change the ifconfig line in /etc/rc.conf from ="DHCP" to ="inet 10.47.0.230 netmask 10.0.0.255" or something similar. jon says that the IP can't or shouldn't be D=Dynamic but stable. surely this is right. ---in my old config prior to jan 2008 or dec 2007 i had every local IP tied down in a file in /usr/local/etc/dhcpd.conf [or similar]. it worked flawlessly. now i am using pfSense and i *think* there is a config file in there that makes local IP's stable. anybody know if i'm right? anyway, after my dell was reset to 0.230 from 0.112, things began to fail. i do not know very much about networking or dhcp; just enough to know that if something works, that is a Good sigh! i need to move over my /etc/namedb/* files; i need to set up mail-- dovecot[?]; and lastly, apache22. i've got the files, just don't know how-to make the switch from my 1998 server to my 2009 computer. thanks to all who have read this far. ideas, suggestions very welcome. a severe wind storm tonight may take down my network any time. sooner is better, :-) gary > >        ideas? > > > >        gary > > > > > > > > > > -- > Glen Barber -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 7.31a release of Jottings: http://jottings.thought.org/index.php From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 04:28:45 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D64BF106566B for ; Tue, 17 Nov 2009 04:28:45 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 69C108FC08 for ; Tue, 17 Nov 2009 04:28:45 +0000 (UTC) Received: by fxm27 with SMTP id 27so6821706fxm.3 for ; Mon, 16 Nov 2009 20:28:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=0UQVAopkDAaNfWbKoCAnZX6kLKwgIq+pQZxX7mOmaNw=; b=bj9lH/D3lSV6+zuPsRxq+SegA2LfJZTSSBfzFLvilDIU3/pSTN1XR+aiDpLEGyXIO1 ntXuACNPXPBO5q/oFeLIu/icDAzX/m5ddwZ7nxtHpAeiamLeoLOZ+9A1pOaqnxwxVlhS H2yp11mYFGoyfrSWn+aJwRQMr44YqfJpHSDes= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=lhBuMPaGNaiXm4mmQk74amviobfcO8JBH30RXQW+Jw0Ac+ncspl14v00ZWcmePpUwt smHdFm9dZmb8rDXuxO0ELebumenrQ1NQgdoNZyAWGsAlX/+XsUI5lTsHOocmMbXoq0v/ Zp0pe89DSfjh8ptxQR2+1p7PW4OvX+WXby670= MIME-Version: 1.0 Received: by 10.204.32.146 with SMTP id c18mr3719422bkd.88.1258432124293; Mon, 16 Nov 2009 20:28:44 -0800 (PST) In-Reply-To: <20091117032833.GA16284@thought.org> References: <20091116225850.GA15661@thought.org> <4ad871310911161657y2d9bcf53k176548bdd7bfa825@mail.gmail.com> <20091117032833.GA16284@thought.org> Date: Mon, 16 Nov 2009 23:28:44 -0500 Message-ID: <4ad871310911162028t7bf203cbs6ffa9e9c846380e@mail.gmail.com> From: Glen Barber To: Gary Kline Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Mailing List Subject: Re: panic? i386 on dell duo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 04:28:46 -0000 Hi Gary, On Mon, Nov 16, 2009 at 10:28 PM, Gary Kline wrote: > On Mon, Nov 16, 2009 at 07:57:19PM -0500, Glen Barber wrote: >> Hi >> >> On Mon, Nov 16, 2009 at 5:58 PM, Gary Kline wrote: >> > >> > =A0 =A0 =A0 =A0something panicked my dell. =A0more than twice. =A0i ha= ve loaded, the >> > =A0 =A0 =A0 =A0i386 7.2-R Dvd. =A0the panic was something like >> > >> > =A0 =A0 =A0 =A0PHY#1 >> > =A0 =A0 =A0 =A0panic[y/n]y >> >> Do you have a crash report in /var/crash ? >> > > =A0 =A0 =A0 =A0no, nada. =A0i didnt know about /var/crash until now, than= ks for the > =A0 =A0 =A0 =A0datapoint. =A0it is empty. > Very important location on your system after a (possible) panic. > >> > >> > =A0 =A0 =A0 =A0then something about cpu 0 being involved. >> > >> > =A0 =A0 =A0 =A0i have the 8.0 rc3 bootonly.iso cd. =A0should i try tha= t? =A0or did >> > =A0 =A0 =A0 =A0dell ship me a bad computer? >> > >> >> I'll keep my opinions to myself... >> > > =A0 =A0 =A0 =A0well, i'd laugh, glen, but i hurt my back twisting over to= my right > =A0 =A0 =A0 =A0[[ with my left hand]] to use the dell keybd. =A0 yes, why= would any > =A0 =A0 =A0 =A0body do anybody else a bad deed. > > =A0 =A0 =A0 =A0here is more complete version of the events of the day. > > =A0 =A0 =A0 =A0my network bud down in dallas is helping me get the dell a= s my > =A0 =A0 =A0 =A0new server. =A0my old hp kayak is from 1998 and on its dea= th-bed. > > =A0 =A0 =A0 =A0okay: i have 7.2-R, i386. =A0installs fine. =A0 jon horne = changed the > =A0 =A0 =A0 =A0IP that the op sys | DHCP suite chose from 10.47.0.112 to > =A0 =A0 =A0 =A010.47.0.230. =A0i do not know why, but he change the ifcon= fig line in > =A0 =A0 =A0 =A0/etc/rc.conf from =3D"DHCP" to =3D"inet 10.47.0.230 netmas= k 10.0.0.255" > =A0 =A0 =A0 =A0or something similar. =A0jon says that the IP can't or sho= uldn't be > =A0 =A0 =A0 =A0D=3DDynamic but stable. =A0surely this is right. ---in my = old config > =A0 =A0 =A0 =A0prior to jan 2008 or dec 2007 i had every local IP tied do= wn in a > =A0 =A0 =A0 =A0file in /usr/local/etc/dhcpd.conf [or similar]. =A0it work= ed > =A0 =A0 =A0 =A0flawlessly. =A0now i am using pfSense and i *think* there = is a config > =A0 =A0 =A0 =A0file in there that makes local IP's stable. > Network configuration "should not" provoke a panic, unless the driver is at fault (which you have not stated which driver this is). > =A0 =A0 =A0 =A0anybody know if i'm right? > No clue about pfsense.... > =A0 =A0 =A0 =A0anyway, after my dell was reset to 0.230 from 0.112, thing= s began to > =A0 =A0 =A0 =A0fail. =A0i do not know very much about networking or dhcp;= just enough > =A0 =A0 =A0 =A0to know that if something works, that is a Good sigh! > > =A0 =A0 =A0 =A0i need to move over my /etc/namedb/* files; i need to set = up mail-- > =A0 =A0 =A0 =A0dovecot[?]; and lastly, apache22. =A0i've got the files, j= ust don't > =A0 =A0 =A0 =A0know how-to make the switch from my 1998 server to my 2009 > =A0 =A0 =A0 =A0computer. > > =A0 =A0 =A0 =A0thanks to all who have read this far. =A0ideas, suggestion= s very > =A0 =A0 =A0 =A0welcome. =A0a severe wind storm tonight may take down my n= etwork any > =A0 =A0 =A0 =A0time. =A0sooner is better, :-) > > =A0 =A0 =A0 =A0gary > >> > =A0 =A0 =A0 =A0ideas? >> > >> > =A0 =A0 =A0 =A0gary >> > >> > >> > >> >> --=20 Glen Barber From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 05:43:07 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA97C1065672 for ; Tue, 17 Nov 2009 05:43:07 +0000 (UTC) (envelope-from baerks@t-online.de) Received: from mailout05.t-online.de (mailout05.t-online.de [194.25.134.82]) by mx1.freebsd.org (Postfix) with ESMTP id 74A9B8FC08 for ; Tue, 17 Nov 2009 05:43:07 +0000 (UTC) Received: from fwd00.aul.t-online.de by mailout05.t-online.de with smtp id 1NAGqI-0000lR-00; Tue, 17 Nov 2009 06:43:06 +0100 Received: from amd.catfish.ddns.org (ZGNLvaZO8hKJV2xNdrSyroGSi9z7tnhNxwySdUs+HVZdYWsml6D-8C7WaQ-QEzMQSz@[79.218.89.27]) by fwd00.aul.t-online.de with esmtp id 1NAGq9-1QPly40; Tue, 17 Nov 2009 06:42:57 +0100 Received: from amd.catfish.ddns.org (localhost [127.0.0.1]) by amd.catfish.ddns.org (8.14.3/8.14.3) with ESMTP id nAH5h3Gx007275 for ; Tue, 17 Nov 2009 06:43:04 +0100 (CET) (envelope-from monkel@amd.catfish.ddns.org) Received: (from monkel@localhost) by amd.catfish.ddns.org (8.14.3/8.14.3/Submit) id nAH5h3xF007274 for freebsd-questions@freebsd.org; Tue, 17 Nov 2009 06:43:03 +0100 (CET) (envelope-from monkel) Date: Tue, 17 Nov 2009 06:43:03 +0100 From: Sabine Baer To: freebsd-questions@freebsd.org Message-ID: <20091117054303.GB1295@amd.catfish.ddns.org> References: <20091115181114.GA1295@amd.catfish.ddns.org> <20091116015659.GA77360@orange.esperance-linux.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20091116015659.GA77360@orange.esperance-linux.co.uk> User-Agent: Mutt/1.4.2.3i X-ID: ZGNLvaZO8hKJV2xNdrSyroGSi9z7tnhNxwySdUs+HVZdYWsml6D-8C7WaQ-QEzMQSz X-TOI-MSGID: 6b48ca3e-b612-4f10-a3ed-d13bd05f33d8 Subject: Re: No /dev/da0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 05:43:07 -0000 On Mon, Nov 16, 2009 at 01:56:59AM +0000, Frank Shute wrote: [...] > Have you tried playing around with camcontrol(8)? Yes, but the only effect was a freezing controlling terminal. Only # camcontrol devlist at scbus0 target 0 lun 0 (da0,pass0) # Shutting down the system I can read "Some processes wouldn't die" > Maybe after you've plugged it in, try: > > # camcontrol load 0:0:0 > > then: > > # camcontrol devlist > > and then try mounting it if it shows up given the above command. > > Sometimes, you have to: > > # camcontrol stop 0:0:0 > # camcontrol rescan 0:0:0 > # camcontrol load 0:0:0 > > to get it to behave. > > Before unplugging it, unmount it and then: > > # camcontrol eject 0:0:0 Thank You. Might be I did a mistake, but now even /dev/pass0 has gone. Sabine -- Le cardinal César Baronius avait raison: "Le Saint-Esprit nous apprend comment aller au ciel et non pas comment va le ciel". (Kardinal Poupard) From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 05:50:35 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89906106566C for ; Tue, 17 Nov 2009 05:50:34 +0000 (UTC) (envelope-from baerks@t-online.de) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx1.freebsd.org (Postfix) with ESMTP id 3DD9E8FC16 for ; Tue, 17 Nov 2009 05:50:34 +0000 (UTC) Received: from fwd09.aul.t-online.de by mailout01.t-online.de with smtp id 1NAGxS-0000p6-01; Tue, 17 Nov 2009 06:50:30 +0100 Received: from amd.catfish.ddns.org (TzIy+8ZLYhieJ8tsC3EpGpFN15wS-6f0rHLRrjNZZgqnR96raRktaV8OYQbBlITQEr@[79.218.89.27]) by fwd09.aul.t-online.de with esmtp id 1NAGxQ-22ZAfY0; Tue, 17 Nov 2009 06:50:28 +0100 Received: from amd.catfish.ddns.org (localhost [127.0.0.1]) by amd.catfish.ddns.org (8.14.3/8.14.3) with ESMTP id nAH5oZU1007315; Tue, 17 Nov 2009 06:50:35 +0100 (CET) (envelope-from monkel@amd.catfish.ddns.org) Received: (from monkel@localhost) by amd.catfish.ddns.org (8.14.3/8.14.3/Submit) id nAH5oZuE007314; Tue, 17 Nov 2009 06:50:35 +0100 (CET) (envelope-from monkel) Date: Tue, 17 Nov 2009 06:50:34 +0100 From: Sabine Baer To: Roland Smith Message-ID: <20091117055034.GC1295@amd.catfish.ddns.org> References: <20091115181114.GA1295@amd.catfish.ddns.org> <20091116183912.GB95918@slackbox.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20091116183912.GB95918@slackbox.xs4all.nl> User-Agent: Mutt/1.4.2.3i X-ID: TzIy+8ZLYhieJ8tsC3EpGpFN15wS-6f0rHLRrjNZZgqnR96raRktaV8OYQbBlITQEr X-TOI-MSGID: c85faf52-cedb-44f2-9f8a-6fcb8c3cb06a Cc: freebsd-questions@freebsd.org Subject: Re: No /dev/da0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 05:50:35 -0000 On Mon, Nov 16, 2009 at 07:39:12PM +0100, Roland Smith wrote: [...] > The USB stack in 7.2 doesn't always handle quirky hardware well. > There could be a regression on your hardware going from 6.x to 7.2. > The USB stack has been rewritten for 8.0. In my limited testing it > works better. I've got 8.0-PRERELEASE running on a laptop without > problems. OK, thanks. I haven't an idle notebook, but I'll try a 8.0 on a bootable stick, just for seeing /dev/da0(s1), not the card's content. Sabine -- "Wissenschaftlich betrachtet wird das Häuschen kaputt sein." (Th. Waschke in dswc auf die Frage eines wissenschftlich Interessierten, was mit einem Holzhaus, in dem eine Atombombe gezuendet wird, passiere.) From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 05:54:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4758F106566B; Tue, 17 Nov 2009 05:54:20 +0000 (UTC) (envelope-from freebsd@abv.bg) Received: from smtp-out.abv.bg (smtp-out.abv.bg [194.153.145.80]) by mx1.freebsd.org (Postfix) with ESMTP id EB8B38FC19; Tue, 17 Nov 2009 05:54:19 +0000 (UTC) Received: from mail51.abv.bg (mail51.ni.bg [192.168.151.12]) by smtp-out.abv.bg (Postfix) with ESMTP id D087687B10; Tue, 17 Nov 2009 07:54:56 +0200 (EET) DomainKey-Signature: a=rsa-sha1; s=smtp-out; d=abv.bg; c=simple; q=dns; b=W8Oezk90kJDSwvkzOpsR3GwVtd+H6DLXuRtfJIVpNjCgPmtJUzdUrlB4fNB8NneYL tJMkOoXO8YfGN3unD+4nCwSf0JQXTdwT/Xre7KTJNmc8BtkWOoFA7fgvvHimQpCmkaG yGYNLvIWKqGcVrEVh96TFxIfh66vzISZz1MMxj8= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abv.bg; s=smtp-out; t=1258437296; bh=tmF/v0cwnh0JVnVOIsESrxvL0vvcxhhkXAGPCtp09b4=; h=Date:From:To:Message-ID:Subject:MIME-Version:Content-Type: Content-Transfer-Encoding:DKIM; b=GjTxEeZu6yS61R8n8H7178ZvpdxuBMfp4MPa0lx0t3kJKzzxRBNTXPGXvG5aE6Ua1 bGAIgyUqJWHk9m+DGvz5z9gky34fWwlthDNsy8AMETcfeCQIZ6Zom2pCvVeCowtOK5 8MbsO42Asb3jkvs+9Z//XP9lngTmsDGqLnH+/lDI= Received: from mail51.abv.bg (localhost.localdomain [127.0.0.1]) by mail51.abv.bg (Postfix) with ESMTP id 172F516C122; Tue, 17 Nov 2009 07:54:32 +0200 (EET) Date: Tue, 17 Nov 2009 07:54:32 +0200 (EET) From: Mario Pavlov To: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Message-ID: <456530742.21066.1258437272093.JavaMail.apache@mail51.abv.bg> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Priority: 3 X-Mailer: AbvMail 1.0 X-Originating-IP: 78.128.21.208 Cc: Subject: Re: Re: [solved] Re: Re: Re: diskless - NFS root mount problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 05:54:20 -0000 indeed you get bonus points if you firewall yourself :) and of course this is not the first time I do that so my score is pretty good however my favourite is to forget about net.inet.ip.forwarding when I upgrade routers with many clients :) Tim, thanks for your hints...but I don't understand this one: >2nd, you buildworld and installworld into the diskless root, but never >use it. You're using disk space you can reclaim. how so I never use it and can reclaim diskspace ? thanks, mgp ----------------------------------------------------------------- Вижте водещите новини от Vesti.bg! http://www.vesti.bg From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 05:57:08 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D5291065696 for ; Tue, 17 Nov 2009 05:57:08 +0000 (UTC) (envelope-from dweimer@orscheln.com) Received: from proxy2.orscheln.com (proxy2.orscheln.com [216.106.0.225]) by mx1.freebsd.org (Postfix) with ESMTP id 030FD8FC0A for ; Tue, 17 Nov 2009 05:57:07 +0000 (UTC) Received: from neuman.orscheln.oi.local (neuman.orscheln.com [10.20.10.160]) by proxy2.orscheln.com (8.14.3/8.14.3) with ESMTP id nAH5urrj064700 for ; Mon, 16 Nov 2009 23:57:01 -0600 (CST) (envelope-from dweimer@orscheln.com) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Mon, 16 Nov 2009 23:56:52 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Iomega REV Drive Thread-Index: AcpnSsJ+6R1/iRgbTLO+waEmqoicsQ== From: "Dean Weimer" To: Subject: Iomega REV Drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 05:57:08 -0000 I have recently found a used Iomega REV drive for a cheap price, and = thought it might work as a good low cost backup solution on my home = FreeBSD server. However, I haven't been able to figure out how to make = it work with FreeBSD. FreeBSD finds it as a CDROM drive, has anyone = managed to make one of these drives work on FreeBSD? This is the 36G = IDE version of the drive, I picked the drive up cheap, along with one = used disk, if it doesn't work it's no big loss. I have tried searching = the lists, and have found people asking questions in the past, but never = found an answer to them. The dmesg output for the drive shows it as: acd0: CDROM at ata0-slave UDMA66 Thanks, =A0=A0=A0=A0 Dean Weimer =A0=A0=A0=A0 Network Administrator From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 07:26:42 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEB9E106568B for ; Tue, 17 Nov 2009 07:26:42 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (aristotle.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id 82A148FC08 for ; Tue, 17 Nov 2009 07:26:42 +0000 (UTC) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id nAH7QQSE031469; Mon, 16 Nov 2009 23:26:26 -0800 (PST) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Mon, 16 Nov 2009 23:26:30 -0800 (PST) Date: Mon, 16 Nov 2009 23:26:30 -0800 From: Gary Kline To: Glen Barber Message-ID: <20091117072630.GB16655@thought.org> References: <20091116225850.GA15661@thought.org> <4ad871310911161657y2d9bcf53k176548bdd7bfa825@mail.gmail.com> <20091117032833.GA16284@thought.org> <4ad871310911162028t7bf203cbs6ffa9e9c846380e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4ad871310911162028t7bf203cbs6ffa9e9c846380e@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 23 years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: FreeBSD Mailing List Subject: Re: panic? i386 on dell duo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 07:26:43 -0000 On Mon, Nov 16, 2009 at 11:28:44PM -0500, Glen Barber wrote: > Hi Gary, > > On Mon, Nov 16, 2009 at 10:28 PM, Gary Kline wrote: > > On Mon, Nov 16, 2009 at 07:57:19PM -0500, Glen Barber wrote: > >> Hi > >> > >> On Mon, Nov 16, 2009 at 5:58 PM, Gary Kline wrote: > >> > > >> >        something panicked my dell.  more than twice.  i have loaded, the > >> >        i386 7.2-R Dvd.  the panic was something like > >> > > >> >        PHY#1 > >> >        panic[y/n]y > >> > >> Do you have a crash report in /var/crash ? > >> > > > >        no, nada.  i didnt know about /var/crash until now, thanks for the > >        datapoint.  it is empty. > > > > Very important location on your system after a (possible) panic. > > > > >> > > >> >        then something about cpu 0 being involved. > >> > > >> >        i have the 8.0 rc3 bootonly.iso cd.  should i try that?  or did > >> >        dell ship me a bad computer? > >> > > >> > >> I'll keep my opinions to myself... > >> > > > >        well, i'd laugh, glen, but i hurt my back twisting over to my right > >        [[ with my left hand]] to use the dell keybd.   yes, why would any > >        body do anybody else a bad deed. > > > >        here is more complete version of the events of the day. > > > >        my network bud down in dallas is helping me get the dell as my > >        new server.  my old hp kayak is from 1998 and on its death-bed. > > > >        okay: i have 7.2-R, i386.  installs fine.   jon horne changed the > >        IP that the op sys | DHCP suite chose from 10.47.0.112 to > >        10.47.0.230.  i do not know why, but he change the ifconfig line in > >        /etc/rc.conf from ="DHCP" to ="inet 10.47.0.230 netmask 10.0.0.255" > >        or something similar.  jon says that the IP can't or shouldn't be > >        D=Dynamic but stable.  surely this is right. ---in my old config > >        prior to jan 2008 or dec 2007 i had every local IP tied down in a > >        file in /usr/local/etc/dhcpd.conf [or similar].  it worked > >        flawlessly.  now i am using pfSense and i *think* there is a config > >        file in there that makes local IP's stable. > > > > Network configuration "should not" provoke a panic, unless the driver > is at fault (which you have not stated which driver this is). > dunno about the driver. doubt it. anyway, busy fixing things while the power stays on! -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 7.31a release of Jottings: http://jottings.thought.org/index.php From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 09:28:23 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29453106566B for ; Tue, 17 Nov 2009 09:28:23 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.152]) by mx1.freebsd.org (Postfix) with ESMTP id A85068FC14 for ; Tue, 17 Nov 2009 09:28:22 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e12so1406980fga.13 for ; Tue, 17 Nov 2009 01:28:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=jNBXBuJIKE9KvEUSC7juY0jIOX1mubco39NDlDJXi1E=; b=GX7FswKqm6XGhf+oWTSyJr3Sghb3nG4iFRhA09THYjjJ0maqSPMboEp7LcO4ztR9uy DBZdXL/h1lcnP1fHUHZMPq4AhsfSecZlCQgifxo3hRf5V+SQH+uTPgdf09VvdbkRzIPX 3QxSj63EQMpHvWKvDH/OzHF80VwzKSHTM2SnA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=edQ+wOKgCKFCqKtns9fxxKpffujfJdKHwA5F+N1CUAdulrjLA49EVeXcUnVb49/2iD 9j3XyvpoZrA3TY9c8971cJA42Q8QJeLe0j9joqWVVLL+FtP7YEVyxFij3MO8th+Mr7VN 3i+o0Y8prSYEu1pLyL9rw+dP4uWipODgO08B8= MIME-Version: 1.0 Received: by 10.239.139.154 with SMTP id t26mr893852hbt.74.1258450101491; Tue, 17 Nov 2009 01:28:21 -0800 (PST) In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCBA571DC@w2003s01.double-l.local> References: <4B016384.80604@fxclub.org> <57200BF94E69E54880C9BB1AF714BBCBA571DC@w2003s01.double-l.local> Date: Tue, 17 Nov 2009 09:28:21 +0000 Message-ID: From: krad To: Johan Hendriks Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: ZFS Snaphost & Hardware RAID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 09:28:23 -0000 2009/11/16 Johan Hendriks > > >Hello all. > > >I plan to set up backup server with 24x1Tb HDD and use ZFS with > >FreeBSD-8.0 on it. > >I prefare to have "ZFS only" system but as I see there is no any easy > >way to do so. > > >I would like to use ZFS snapshots - is I undestand right what snaphots > >work OVER ZFS raidz\storage? So I can`t use hardware RAID and must make > > >a raidz? > > >I would love to head any other suggestion about using FreeBSD with ZFS > >as backup server. > > >-- > >Best regards, > >Proskurin Kirill > > An option is reading this thread on the FreeBSD forums. > > http://forums.freebsd.org/showthread.php?t=3689 > > regards, > Johan Hendriks > _______________________________________________ > 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" > zfs works fine with hardware raid controllers, it just means the disk setup can be a little more complicated, and needs to be thought about a bit more. Personally I would JBOD all the drives apart from the system drives which I would create a mirror for. With this setup you utilize all the best features of the hardware and software. System zpool with hardware mirror means you are less likely to get issues booting as bios will see the virtal device exported by the raid card and wont have to alter the boot drive if one of your system drives dies. Just give the system zpool on dev backup zpool: raidz2 ( group into vdevs of 8 drives ). If you export the drives from the hardware raid as a jbod and get zfs to do all the raid stuff, you will enjoy more funky raid configs, and if you have to rebuild a drive it will odds on be much quicker as you only have to do allocated blocks as opposed to full block rebuild of the entire drive as the raid controller would do. Also using the raid card rather than straight scsi you might get benefits from the raid cache, if its cpu is quick enough. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 10:23:19 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C85E3106566C for ; Tue, 17 Nov 2009 10:23:19 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 5D9018FC1E for ; Tue, 17 Nov 2009 10:23:19 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NALDP-000364-QF for freebsd-questions@freebsd.org; Tue, 17 Nov 2009 11:23:15 +0100 Received: from pool-71-166-145-207.washdc.east.verizon.net ([71.166.145.207]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Nov 2009 11:23:15 +0100 Received: from nightrecon by pool-71-166-145-207.washdc.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Nov 2009 11:23:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Tue, 17 Nov 2009 05:23:53 -0500 Lines: 18 Message-ID: References: <20091116225850.GA15661@thought.org> <4ad871310911161657y2d9bcf53k176548bdd7bfa825@mail.gmail.com> <20091117032833.GA16284@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-166-145-207.washdc.east.verizon.net Sender: news Subject: Re: panic? i386 on dell duo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 10:23:19 -0000 Gary Kline wrote: [snip] > > my network bud down in dallas is helping me get the dell as my > new server. my old hp kayak is from 1998 and on its death-bed. > > okay: i have 7.2-R, i386. installs fine. jon horne changed the > IP that the op sys | DHCP suite chose from 10.47.0.112 to > 10.47.0.230. i do not know why, but he change the ifconfig line in > /etc/rc.conf from ="DHCP" to ="inet 10.47.0.230 netmask 10.0.0.255" ^^^^^^^^^^^^^^^^^^ Can't speak to most of the post but this netmask certainly looks strange. -Mike From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 13:45:19 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7C191065670 for ; Tue, 17 Nov 2009 13:45:19 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 651288FC25 for ; Tue, 17 Nov 2009 13:45:19 +0000 (UTC) Received: from r55.edvax.de (port-92-195-53-77.dynamic.qsc.de [92.195.53.77]) by mx02.qsc.de (Postfix) with ESMTP id 635961E8FB; Tue, 17 Nov 2009 14:45:17 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAHDjFOh001579; Tue, 17 Nov 2009 14:45:16 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Tue, 17 Nov 2009 14:45:15 +0100 From: Polytropon To: Jerry McAllister Message-Id: <20091117144515.4bc739ee.freebsd@edvax.de> In-Reply-To: <20091116180126.GA48289@gizmo.acns.msu.edu> References: <20091116120014.A477010656F8@hub.freebsd.org> <20091117022555.Y65262@sola.nimnet.asn.au> <20091116180126.GA48289@gizmo.acns.msu.edu> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Polytropon , Ian Smith , David Allen , freebsd-questions@freebsd.org Subject: Re: Partition naming, fstab, and geli X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 13:45:19 -0000 On Mon, 16 Nov 2009 13:01:26 -0500, Jerry McAllister wrote: > I tend to use 'a' if > the drive will be entirely one slice and one partition used for some > special work or scratch space, but stick with 'd..h' if there will be > more than one partition and just leave 'a' alone - for no other > reason than habit. And I tend to omit the slice at all. :-) # newfs -U /dev/ad1 # mount /dev/ad1 /somewhere This is so easy because I very often use sysinstall for initializing the disk when installing, but any further disk adding is done via CLI as shown above, because it's much simpler - and I didn't see any reason to create a slice - even if I wanted to have more than one partition, which I often don't want. > As for 'd' vs 'e', sometime a long time and many generations ago there > was a convention of reserving 'd' for something. I don't remember what > it was. It was pre FreeBSD 3 and pre 1997 and maybe even pre any FreeBSD > and applied in some earlier Unix-en before the court cases, but not after. > That old convention accounts for documentation starting with using 'e' for > extra partitions and skipping 'd'. But, whatever that old convention > was, it has not been used for so long that it is meaningless nowdays > and 'd' can be used for whatever extra partition you want. You say it: I KNEW that there was something someone had on his mind when reserving 'd' for something special... but WHAT it exactly was, I don't know. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 14:15:45 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E35F3106566C for ; Tue, 17 Nov 2009 14:15:45 +0000 (UTC) (envelope-from fwd@gothschlampen.com) Received: from vs.gothschlampen.com (vs.gothschlampen.com [85.93.11.85]) by mx1.freebsd.org (Postfix) with ESMTP id A8C4E8FC1F for ; Tue, 17 Nov 2009 14:15:45 +0000 (UTC) Received: by vs.gothschlampen.com (Postfix, from userid 667) id 445961D3518; Tue, 17 Nov 2009 14:53:17 +0100 (CET) Date: Tue, 17 Nov 2009 14:53:17 +0100 To: freebsd-questions@freebsd.org Message-ID: <20091117135317.GA5659@gothschlampen.com> References: <20091116120014.A477010656F8@hub.freebsd.org> <20091117022555.Y65262@sola.nimnet.asn.au> <20091116180126.GA48289@gizmo.acns.msu.edu> <20091117144515.4bc739ee.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091117144515.4bc739ee.freebsd@edvax.de> User-Agent: Mutt/1.5.13 (2006-08-11) From: fwd@gothschlampen.com (tk) Subject: Re: Partition naming, fstab, and geli X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 14:15:46 -0000 On Tue, Nov 17, 2009 at 02:45:15PM +0100, Polytropon wrote: > On Mon, 16 Nov 2009 13:01:26 -0500, Jerry McAllister wrote: > > As for 'd' vs 'e', sometime a long time and many generations ago there > > was a convention of reserving 'd' for something. I don't remember what > > it was. It was pre FreeBSD 3 and pre 1997 and maybe even pre any FreeBSD > > and applied in some earlier Unix-en before the court cases, but not after. > > That old convention accounts for documentation starting with using 'e' for > > extra partitions and skipping 'd'. But, whatever that old convention > > was, it has not been used for so long that it is meaningless nowdays > > and 'd' can be used for whatever extra partition you want. > > You say it: I KNEW that there was something someone had > on his mind when reserving 'd' for something special... > but WHAT it exactly was, I don't know. If I remember correctly, NetBSD still uses (or did so until a few years ago) the 'd' partition to represent the whole disk, while 'c' is used in the usual way to represent the whole slice. Regards Thomas From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 14:23:27 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD84D1065672 for ; Tue, 17 Nov 2009 14:23:27 +0000 (UTC) (envelope-from djackson452@gmail.com) Received: from mail-yx0-f201.google.com (mail-yx0-f201.google.com [209.85.210.201]) by mx1.freebsd.org (Postfix) with ESMTP id 727138FC19 for ; Tue, 17 Nov 2009 14:23:27 +0000 (UTC) Received: by yxe39 with SMTP id 39so26559yxe.8 for ; Tue, 17 Nov 2009 06:23:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=Js1JIdUaOHvRtqsQTZPCDizltwJGqzOngc558M5iSaE=; b=dhDF9On6i9Ers/f+DWTPAnLpfCnsXwX8TkW+IxJaA5GQR94OpJtrmd9yKJMhlumPLq jQQCB5d/yPa2up7L0yJPV9ufzQwzzjib6ysB7EIZ/ec/NJDoBRXuusMulpmPPi7UzeIs AY2xTxKiXcfcS0vD76qhmVfsItnjmCWZgKPuo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=hbO+rb7rfbfWvWzt133oKR4rINaGB28E5AiAnHXKvuLzyiOSp/wIeKGPhL/h2sz7Uo +2Xs23PRdMiHwTv2S9EOLMqlzDoM/2qtvR/QjDq5mWxb02xF3ub++A+HDhlNHeK5DamB 4FdhOOIRjY8Nh4nk1d0imrQc1Zl+2v2oyY8j0= Received: by 10.150.42.1 with SMTP id p1mr162067ybp.15.1258467806536; Tue, 17 Nov 2009 06:23:26 -0800 (PST) Received: from ?192.168.1.103? (pool-96-254-203-152.tampfl.fios.verizon.net [96.254.203.152]) by mx.google.com with ESMTPS id 16sm2709855gxk.15.2009.11.17.06.23.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 17 Nov 2009 06:23:24 -0800 (PST) Message-ID: <4B02B0AE.3040801@gmail.com> Date: Tue, 17 Nov 2009 09:18:22 -0500 From: David Jackson User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Lockup problems with USB disks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 14:23:27 -0000 I have a USB hard drive. Whenever I open two programs which utilise the USB hard drive simultaneously, these programs, i assume when they attempt to write to the hard drive lock up due to what i suspect must be some issue with the USB driver and perhaps a deadlock involving multiple concurrent accesses to the drive. When they attempt to access the drive the programs can lock up for several minutes before being unblocked. When only one program is using the drive this behaviour does not seem to occur. It seems most likely that this is a USB level problem involving the USB drivers. I am using FreeBSD 7.1. It is annoying behaviour to say the least and I wonder what can be done about it, and if this issue is being addressed, perhaps in the recent redesign of the USB code. It seems to be a pretty consistent issue, happening with multiple installs of FreeBSD and different drives. Thank you. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 15:01:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 962FC1065695 for ; Tue, 17 Nov 2009 15:01:20 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id 3D0678FC2A for ; Tue, 17 Nov 2009 15:01:20 +0000 (UTC) Received: from r55.edvax.de (port-92-195-53-77.dynamic.qsc.de [92.195.53.77]) by mx01.qsc.de (Postfix) with ESMTP id 8A3073D398; Tue, 17 Nov 2009 16:01:18 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAHF1HXE002105; Tue, 17 Nov 2009 16:01:17 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Tue, 17 Nov 2009 16:01:17 +0100 From: Polytropon To: Gary Kline Message-Id: <20091117160117.12c71262.freebsd@edvax.de> In-Reply-To: <20091116231236.GA15714@thought.org> References: <20091115234930.GA11465@thought.org> <20091116010014.f3ca28de.freebsd@edvax.de> <20091116070056.GE11539@thought.org> <20091116203149.1785f7c1.freebsd@edvax.de> <20091116231236.GA15714@thought.org> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 15:01:20 -0000 On Mon, 16 Nov 2009 15:12:36 -0800, Gary Kline wrote: > On Mon, Nov 16, 2009 at 08:31:49PM +0100, Polytropon wrote: > > By the way, it's not a problem if /etc/rc.conf is empty. > > In this case, defaults are used, but: > > > > % grep sshd /etc/defaults/rc.conf > > sshd_enable="NO" # Enable sshd > > > > As you see, sshd_enable is set to "NO" by default. > > > > darn, but that would've been that last thing i would have > expected... . i dont see any rationale... Rationale: Secure by default. Ermm... wait, that was a different OS. :-) At least, there's no telnet enabled by default with empty root password... :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 15:05:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BCBC106568F for ; Tue, 17 Nov 2009 15:05:26 +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 D543C8FC1D for ; Tue, 17 Nov 2009 15:05:25 +0000 (UTC) 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 nAHF2qxJ054261; Tue, 17 Nov 2009 10:02:52 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id nAHF2q9v054260; Tue, 17 Nov 2009 10:02:52 -0500 (EST) (envelope-from jerrymc) Date: Tue, 17 Nov 2009 10:02:51 -0500 From: Jerry McAllister To: Peter Message-ID: <20091117150251.GB54167@gizmo.acns.msu.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: freebsd partitions on a dos/fat slice? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 15:05:26 -0000 On Sun, Nov 08, 2009 at 02:52:57AM -0700, Peter wrote: > iH, > Pulled an old disk lying around... > and started mounting partitions in it. > The weird thing is that the first slice [~15GB] is said to be fat, but I > do have freebsd partitions on it: > > denver:#mount|grep ad10 > /dev/ad10s1a on /maxtor500GB (ufs, NFS exported, local, soft-updates) > /dev/ad10s1d on /maxtor500GB/var (ufs, local, soft-updates) > /dev/ad10s1f on /maxtor500GB/usr (ufs, local, soft-updates) > /dev/ad10s1e on /maxtor500GB/tmp (ufs, local, soft-updates) > /dev/ad10s3d on /maxtor500GB/data (ufs, NFS exported, local, soft-updates) > /dev/ad10s2d on /maxtor500GB/data2 (ufs, local, soft-updates) > > denver:#fdisk /dev/ad10 > ******* Working on device /dev/ad10 ******* > parameters extracted from in-core disklabel are: > cylinders=969021 heads=16 sectors/track=63 (1008 blks/cyl) > > Figures below won't work with BIOS for partitions not in cyl 1 > parameters to be used for BIOS calculations are: > cylinders=969021 heads=16 sectors/track=63 (1008 blks/cyl) > > Media sector size is 512 > Warning: BIOS sector numbering starts with sector 1 > Information from DOS bootblock is: > The data for partition 1 is: > sysid 6 (0x06),(Primary DOS, 16 bit FAT (>= 32MB)) > start 63, size 31455207 (15358 Meg), flag 0 > beg: cyl 0/ head 1/ sector 1; > end: cyl 1023/ head 254/ sector 63 > The data for partition 2 is: > sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) > start 31455270, size 31455270 (15359 Meg), flag 80 (active) > beg: cyl 1023/ head 255/ sector 63; > end: cyl 1023/ head 254/ sector 63 > The data for partition 3 is: > sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) > start 62910540, size 913857525 (446219 Meg), flag 0 > beg: cyl 1023/ head 255/ sector 63; > end: cyl 1023/ head 254/ sector 63 > The data for partition 4 is: > > denver:# > > There are what appears to be a freebsd base install from Jul 19/20th 2007 > on /dev/ad10s1{a,d,e,f} > > denver:#ls -l /maxtor500GB/tmp/ > total 2 > drwxrwxr-x 2 root operator 512 Jul 20 2007 .snap > > denver:#ls -l /maxtor500GB/ > total 38 > drwxrwxr-x 2 root operator 512 Jul 20 2007 .snap > drwxr-xr-x 2 root wheel 1024 Jul 19 2007 bin > drwxr-xr-x 7 root wheel 512 Jul 19 2007 boot > .. > .... > denver:#df -hl|grep ad10 > /dev/ad10s1a 496M 11M 445M 2% /maxtor500GB > /dev/ad10s1d 989M 106K 910M 0% /maxtor500GB/var > /dev/ad10s1f 16G 97M 15G 1% /maxtor500GB/usr > /dev/ad10s1e 727M 580K 668M 0% /maxtor500GB/tmp > /dev/ad10s3d 422G 384G 4.0G 99% /maxtor500GB/data > /dev/ad10s2d 15G 11G 2.5G 81% /maxtor500GB/data2 > > > running sysinstall also show s1 as 'fat' > > I've been writing/reading a lot of data from it just fine - Curios why s1 > is being detect as a 'fat' partition and not a fbsd slice. > Have not tried to put this disk into a windows/another box... I don't know why other than it has apparently been marked with an fstype (sysid) of 6 at some time. Maybe something started and went long enough to muck with the slice table but then did nothing else. Anyway, if you can mount, read and write it OK, I would not worry too much. If you plan to wipe and it for a new install it should not be a problem. ////jerry > > ]Peter[ > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 15:52:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E60F11065693 for ; Tue, 17 Nov 2009 15:52:04 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id 410308FC19 for ; Tue, 17 Nov 2009 15:52:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id nAHFptI1082786; Wed, 18 Nov 2009 02:51:55 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Wed, 18 Nov 2009 02:51:55 +1100 (EST) From: Ian Smith To: Roland Smith In-Reply-To: <20091116231341.40E3F10656B0@hub.freebsd.org> Message-ID: <20091118014634.S65262@sola.nimnet.asn.au> References: <20091116231341.40E3F10656B0@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Bruce Cran , freebsd-questions@freebsd.org, "Ronald F. Guilmette" Subject: Re: Bad Blocks... Should I RMA? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 15:52:05 -0000 In freebsd-questions Digest, Vol 285, Issue 3, Message 28 On Mon, 16 Nov 2009 23:16:27 +0100 Roland Smith wrote: > On Mon, Nov 16, 2009 at 09:43:31PM +0000, Bruce Cran wrote: > > On Mon, 16 Nov 2009 19:23:58 +0100 > > Roland Smith wrote: > > > > > Install the smartmontools port, and check the drive with > > > 'smartctl -a /dev/ad4'. If you see a non-zero Reallocated_Sector_Ct, > > > RMA it immediately, as it is about to fail. If see other errors > > > reported, RMA it. > > > > > > (S)ATA disk have spare sectors available. If a sector fails, it is > > > replaced by one of the spares by the firmware. If you see a non-zero > > > Reallocated_Sector_Ct, it means that the drive has run out of spares. > > > This is bad news. > > > > Surely it's the other way around - if you see a value of zero in the > > "value" column the drive has run out of spare sectors and it's time to > > RMA the drive? > > I was talking about the _RAW_VALUE column. There seems to be some differences > in interpretation between vendors as to what the VALUE column means. Most of > the advice I've seen over the years says to look at the RAW_VALUE. > > See http://en.wikipedia.org/wiki/S.M.A.R.T. as well. Mmm, but as that article - which really only mentions the 'normalised' values smartctl presents in passing - points out, there can be quite a lot of variation between different manufacturers as to what RAW_VALUE actually represents for various attributes, whereas the usage of VALUE WORST THRESH values is much more consistent, and what the vendor is actually presenting as the SMART good/fair/fail analysis to the world. For instance, I've got two Fujitsu 5400rpm 2.5" drives in two laptops, one MHV2040AH with near 19,000 hours on it, and a much newer MHV2120AH, 40 and 120GB respectively. Nice quiet low-power laptop drives, fwiw. Both show as (more recently) being in the smartctl database, and both show _exactly_ the same values for this one: 5 Reallocated_Sector_Ct 0x0033 100 100 024 Pre-fail Always - 8589934592000 Now if that were a number of 512-byte sectors, it'd be 4096000 GB! :) but both drives are 100% ok, as the VALUE / WORST figures show. > > From what I've seen the 'raw' column appears to count > > the number of sectors the drive has remapped using the spares buffer. > > If it gets into the hundreds it's probably time to think about RMA'ing > > the drive > > Yes, the raw value is the number of sectors allocated from the spares. I > originally thought it was the number of reallocations _beyond_ the > spares. That's a misunderstanding on my part. Again, may depend on the drive make/model. With the same make/model you can of course usefully compare raw values, but be careful about drawing inferences for different drives, or you may be RMA'ing needlessly .. > Nevertheless this attribute (along with several) is marked on the Wikipedia > page for smart as a "Potential indicator of imminent electromechanical > failure". You can find the same attributes marked as critical when perusing > mailing list archives. > > For me, my data is worth much more than the harddisk it is on. Some of it is > literally irreplacable. So my policy is to go look for a replacement harddisk > as soon as the RAW_VALUEs of any of these critical indicators start going up > from zero. And store any data at least on two harddisks, whether in a mirror > or in a cron+rsync setup. That'd be the case for the disks you tend to use. I was first going to reply to Bruce's message when I spotted yours, but you've dropped the last bit of his quote, that I was about to wholeheartedly agree with :) : If it gets into the hundreds it's probably time to think about RMA'ing : the drive - if you trust that the 'raw' column is reporting what you : think it is (you should really only base your decision on the value, : worst and threshold columns). cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 15:55:40 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76DA2106568B for ; Tue, 17 Nov 2009 15:55:40 +0000 (UTC) (envelope-from djackson452@gmail.com) Received: from mail-yw0-f178.google.com (mail-yw0-f178.google.com [209.85.211.178]) by mx1.freebsd.org (Postfix) with ESMTP id 2B4338FC17 for ; Tue, 17 Nov 2009 15:55:39 +0000 (UTC) Received: by ywh8 with SMTP id 8so126764ywh.3 for ; Tue, 17 Nov 2009 07:55:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=o+9RczV1rBN99KCIgiRJjAoIdh9nvTDorAfGwtHD2yQ=; b=d6Lzi8CCrUCT5HSFf1EQm23ck3Tl3PvDaK5gyJxLCuDrrpWvSJ1TqzX7zrezV4gNds VPQLp7r/HcYEJr0q2E/6dWEV6YjW09VFiSdtpgKo8m6HzN4y8RTTRUiNHfKizcVN0Qdu zWEcWiS/VBq4FTtTz8iP1dPZ12q8/rTeP3gts= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=Cx7CeWUOTLvSngoJ0KLhNZ/KMTO+g6IjCXfurct5F2kJ1/g1JBxibFRh4hKP3Bd7sz psh3o/AMNvo9fVkITuhieRUEP6Q1ctT1eAyACUxIa/K1Cy7pi4AMQX5fxN7wUIMp8OB7 dodtRk2Ye2lE4S7xuycedyfqOOE6eLHRcVOuw= Received: by 10.101.153.16 with SMTP id f16mr1475842ano.110.1258473338511; Tue, 17 Nov 2009 07:55:38 -0800 (PST) Received: from ?192.168.1.103? (pool-96-254-203-152.tampfl.fios.verizon.net [96.254.203.152]) by mx.google.com with ESMTPS id 22sm2123376yxe.57.2009.11.17.07.55.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 17 Nov 2009 07:55:37 -0800 (PST) Message-ID: <4B02C64C.3020207@gmail.com> Date: Tue, 17 Nov 2009 10:50:36 -0500 From: David Jackson User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4B02B0AE.3040801@gmail.com> In-Reply-To: <4B02B0AE.3040801@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Lockup problems with USB disks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 15:55:40 -0000 I apologise if this was posted more than once, for some reason the emails i sent were not reflected back to me, so i assumed they had not gone through , i checked the archive on the web page and they were there. For some reason some messages are not coming through on my gmail account. David Jackson wrote: > > I have a USB hard drive. Whenever I open two programs which utilise > the USB hard drive simultaneously, these programs, i assume when they > attempt to write to the hard drive lock up due to what i suspect must > be some issue with the USB driver and perhaps a deadlock involving > multiple concurrent accesses to the drive. When they attempt to access > the drive the programs can lock up for several minutes before being > unblocked. When only one program is using the drive this behaviour > does not seem to occur. > > It seems most likely that this is a USB level problem involving the > USB drivers. I am using FreeBSD 7.1. It is annoying behaviour to say > the least and I wonder what can be done about it, and if this issue is > being addressed, perhaps in the recent redesign of the USB code. It > seems to be a pretty consistent issue, happening with multiple > installs of FreeBSD and different drives. > > Thank you. From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 16:10:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AAC61065672 for ; Tue, 17 Nov 2009 16:10:20 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id 4398F8FC1C for ; Tue, 17 Nov 2009 16:10:19 +0000 (UTC) Received: from localhost (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id 1DEDD3471; Tue, 17 Nov 2009 17:10:18 +0100 (CET) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by localhost (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id UwqQVbpVkiJd; Tue, 17 Nov 2009 17:10:14 +0100 (CET) Received: from snifi.localnet (apn-77-115-92-107.dynamic.gprs.plus.pl [77.115.92.107]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id 77930337C; Tue, 17 Nov 2009 17:10:14 +0100 (CET) From: Maciej Milewski To: freebsd-questions@freebsd.org Date: Tue, 17 Nov 2009 17:08:57 +0100 User-Agent: KMail/1.12.3 (Linux/2.6.31-ARCH; KDE/4.3.3; x86_64; ; ) References: <4B02B0AE.3040801@gmail.com> In-Reply-To: <4B02B0AE.3040801@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Message-Id: <200911171708.57737.milu@dat.pl> Cc: David Jackson Subject: Re: Lockup problems with USB disks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 16:10:20 -0000 Dnia wtorek 17 listopad 2009 o 15:18:22 David Jackson napisa=B3(a): > I am using FreeBSD 7.1. It is annoying behaviour to say the > least and I wonder what can be done about it, and if this issue is being > addressed, perhaps in the recent redesign of the USB code. It seems to > be a pretty consistent issue, happening with multiple installs of > FreeBSD and different drives. Can you try the newest FreeBSD 8-RC3? It has a new usb stack so it's worth = to=20 try it. Regards, Maciej Milewski From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 17:29:17 2009 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 550EF106566B for ; Tue, 17 Nov 2009 17:29:17 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from viefep23-int.chello.at (viefep23-int.chello.at [62.179.121.43]) by mx1.freebsd.org (Postfix) with ESMTP id 8DF178FC08 for ; Tue, 17 Nov 2009 17:29:16 +0000 (UTC) Received: from edge05.upc.biz ([192.168.13.212]) by viefep20-int.chello.at (InterMail vM.7.09.01.00 201-2219-108-20080618) with ESMTP id <20091117171149.ETGD19022.viefep20-int.chello.at@edge05.upc.biz> for ; Tue, 17 Nov 2009 18:11:49 +0100 Received: from [192.168.0.102] ([89.134.235.155]) by edge05.upc.biz with edge id 6HBo1d01e3MqfxD05HBpk0; Tue, 17 Nov 2009 18:11:49 +0100 X-SourceIP: 89.134.235.155 Message-ID: <4B02A81F.1030101@shopzeus.com> Date: Tue, 17 Nov 2009 18:11:51 +0430 From: Laszlo Nagy User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: jail - beginner questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 17:29:17 -0000 I'm experimenting with jails. I have installed a 7.2 stable FreeBSD inside vmware. Then I have created two jails, using the method written in the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-build.html The only thing that didn't work is this: cd /etc make distribution DESTDIR=$D I really think that it should be corrected to: cd /usr/src make distribution DESTDIR=$D After mounting devfs ("mount -t devfs devfs /vm1/dev") I try to start it: /etc/rc.d/vm1 start vm1 But then I get this error in syslog: bind: Can't assign requested address Here is the config from /etc/rc.conf (in the host): jail_enable="YES" # Set to NO to disable starting of any jails jail_list="vm1 vm2" # Space separated list of names of jails jail_vm1_rootdir="/vm1" # jail's root directory jail_vm1_hostname="vm1.localdomain" # jail's hostname jail_vm1_ip="192.168.0.11" # jail's IP address jail_vm1_devfs_enable="YES" # mount devfs in the jail jail_vm1_devfs_ruleset="vm1_ruleset" # devfs ruleset to apply to jail jail_vm2_rootdir="/vm2" # jail's root directory jail_vm2_hostname="vm2.localdomain" # jail's hostname jail_vm2_ip="192.168.0.12" # jail's IP address jail_vm2_devfs_enable="YES" # mount devfs in the jail jail_vm2_devfs_ruleset="vm2_ruleset" # devfs ruleset to apply to jail Please help. Thank you, Laszlo From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 17:29:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CA811065670 for ; Tue, 17 Nov 2009 17:29:30 +0000 (UTC) (envelope-from davidcollins001@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 8F9918FC12 for ; Tue, 17 Nov 2009 17:29:29 +0000 (UTC) Received: by fxm27 with SMTP id 27so235956fxm.3 for ; Tue, 17 Nov 2009 09:29:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:reply-to:to:cc :subject:message-id:references:in-reply-to:user-agent:mime-version :content-type:content-transfer-encoding; bh=UpJQl9nq18WzHHVQ1PCjGD9tfky6QWeW0dFdFVUbdtg=; b=MHsdFEXJkhwDlusZ1hKTAGQUGrz3bL0sIKTyy7aZqpSL7hAHN52UQDBEG47sywKSvw HZU1o0v48dUyRnmCA/c9RPeVVainoiaC8c8KNKdBeScx+PcdLVTjytWm5HR87+Q0ykCy kMY/7D7vkizZwqTiT5dbRarysJpS8Uez7sGD0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:reply-to:to:cc:subject:message-id:references:in-reply-to :user-agent:mime-version:content-type:content-transfer-encoding; b=myC1WMhq1ZUMIwgVnG5ND9TDUCsCfwNvuISiQuhfrewkbsK/D8mBbAiOH4wNqGN9CW pldIZjC2p+QzhdWGZot5r5olSyW/U1CSPaHWdqCrqhFAGzxW7vS64rgK4vFOPy/V1b4n GzNAPo/T6m0+PtpUvmnTuxIBIUACthK75KC1U= Received: by 10.223.17.203 with SMTP id t11mr623686faa.75.1258478968417; Tue, 17 Nov 2009 09:29:28 -0800 (PST) Received: from cobra (host86-147-220-115.range86-147.btcentralplus.com [86.147.220.115]) by mx.google.com with ESMTPS id 14sm414810fxm.11.2009.11.17.09.29.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 17 Nov 2009 09:29:27 -0800 (PST) Date: Tue, 17 Nov 2009 17:24:56 +0000 From: David Collins To: m.seaman@infracaninophile.co.uk, af.gourmet@videotron.ca Message-ID: <4b02dc68.eJdGkKbmyLCy24CC%davidcollins001@gmail.com> References: <4AE3944A.4090602@videotron.ca> <4AE40A00.3040607@infracaninophile.co.uk> In-Reply-To: <4AE40A00.3040607@infracaninophile.co.uk> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: flashplugin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: davidcollins001@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 17:29:30 -0000 I have periodically tested with getting flash working, and everytime I try it fails and I go back to undoing everything I have done and re-installing gnash. Gnash works but it does have a few niggles. I tried the following: > This is what I did for a 7.2 box. Note that there are compatibility > > # pkg_info -orx linux > linux-stuff > # pkg_delete -rx linux > > # cd /compat/linux > # find . -type f -ls > # rm -rf * > > # sysctl compat.linux.osrelease=2.6.16 > > OVERRIDE_LINUX_BASE_PORT= f10 > OVERRIDE_LINUX_NONBASE_PORTS= f10 > > to /etc/make.conf. > > # portinstall www/nspluginwrapper > # nspluginwrapper -v -a -i > > * Finally, fire up Firefox and check that it has loaded the flash plugin by > typing 'about:plugins' into the URL bar. Find a site with flash content[*], > and enjoy. Everything installed easily and about:plugins has Shockwave Flash and FutureSplash Player as enabled. But, when I go to youtube.com all I get a black screen and the video doesn't load. Does anyone have any ideas why flash isn't working? David From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 17:36:08 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46C771065679 for ; Tue, 17 Nov 2009 17:36:08 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (ns1.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id 023338FC16 for ; Tue, 17 Nov 2009 17:36:07 +0000 (UTC) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id nAHHZw6a037308; Tue, 17 Nov 2009 09:35:58 -0800 (PST) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Tue, 17 Nov 2009 09:36:03 -0800 (PST) Date: Tue, 17 Nov 2009 09:36:03 -0800 From: Gary Kline To: Michael Powell Message-ID: <20091117173602.GA19113@thought.org> References: <20091116225850.GA15661@thought.org> <4ad871310911161657y2d9bcf53k176548bdd7bfa825@mail.gmail.com> <20091117032833.GA16284@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 23 years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: freebsd-questions@freebsd.org Subject: Re: panic? i386 on dell duo X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 17:36:08 -0000 On Tue, Nov 17, 2009 at 05:23:53AM -0500, Michael Powell wrote: > Gary Kline wrote: > > [snip] > > > > my network bud down in dallas is helping me get the dell as my > > new server. my old hp kayak is from 1998 and on its death-bed. > > > > okay: i have 7.2-R, i386. installs fine. jon horne changed the > > IP that the op sys | DHCP suite chose from 10.47.0.112 to > > 10.47.0.230. i do not know why, but he change the ifconfig line in > > /etc/rc.conf from ="DHCP" to ="inet 10.47.0.230 netmask 10.0.0.255" > ^^^^^^^^^^^^^^^^^^ > > Can't speak to most of the post but this netmask certainly looks strange. > > -Mike > probably my error. anyway, it seems that with the IP == 0.230 i ran into much trouble, but when i left it alone at == 0.112, many fewer hassles. i don't understand this. gary > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 7.31a release of Jottings: http://jottings.thought.org/index.php From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 17:43:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18C33106566B for ; Tue, 17 Nov 2009 17:43:05 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from web30808.mail.mud.yahoo.com (web30808.mail.mud.yahoo.com [68.142.200.151]) by mx1.freebsd.org (Postfix) with SMTP id CB1108FC21 for ; Tue, 17 Nov 2009 17:43:04 +0000 (UTC) Received: (qmail 70917 invoked by uid 60001); 17 Nov 2009 17:43:04 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1258479784; bh=W2MzZ1hIq1BIs6pxb47UQoCObQP2dy1nkPU0WTVhsIE=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=HqzvyRjvOuoqS+H4pSJPuGRpiNaY8FsCqv0N1uOftOfZ/tsmpAX5F3Hv2Tx28KC+HDEcXyp7sO9dvnnWsDE6fzkntkfPeW1OxiVCzRyb6lGT8qRYZEck1hLKluAUHdSTXusGgaPPEVt4qcYO5t9PD+FrAbHVvCXaEGVinmbLZVQ= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=tFW0VnRk3aAZLIU4OqfF3rchZGCm47O51RQ0kjD/F7kmQPVjksOEm2poSTrD40s/uGI9n+MltHgdOJ69m4eBN3E6aczzvdq7Tm893J049W50qHWxWmG4JgWirTomcY4IH6oacSj0QnFJDIaPC4vAIvh9fSRFscgzpUfW+49xVTA=; Message-ID: <151588.70409.qm@web30808.mail.mud.yahoo.com> X-YMail-OSG: qk5EQHMVM1mczwE2Up7C3QXAg4INLATz87DWdqJ3qqNDLChdTCiSEzQ3Q92xabfhu7GENqCL8WdZbNebXi0RUNylf7nfbkaofyP1Jgdh9jKRvd5vkfPXoUdTJ0gqmNXWD..N21GL0RI6HLlr3ZIm_gE_NAob4GSaRgWKZsFRSuC0vHZLrfTeSdXMy9Yfhg9nDU4QvvA6QAyTxzVIWYRgrVsxVl70Q8Kc4msA1ks8T9VYMYb_Zx5IfvxNaOR9G5d4Ee_0xZ.PrLtafDYh2q3IzRpvyl6sadQ- Received: from [78.131.57.57] by web30808.mail.mud.yahoo.com via HTTP; Tue, 17 Nov 2009 09:43:04 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 Date: Tue, 17 Nov 2009 09:43:04 -0800 (PST) From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 17:43:05 -0000 Hello,=0A=0AMy computer get starts to reboot all the time I do a higher hdd= use (like: fsck, copying more GB of data). I was sure that my power supply= its not enough so I changed it (300W->450W), now it does the same. I'm loo= king for a tool to measure the exactly power consumiton (voltage and amper)= of my hdd, cpu and ram on FreeBSD. =0ADo you have any idea?=0A=0AThank you= !=0AL=E1szl=F3=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 17:45:49 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF1CF106566B for ; Tue, 17 Nov 2009 17:45:49 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (aristotle.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id 806C38FC1D for ; Tue, 17 Nov 2009 17:45:49 +0000 (UTC) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id nAHHjZ49037398; Tue, 17 Nov 2009 09:45:36 -0800 (PST) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Tue, 17 Nov 2009 09:45:41 -0800 (PST) Date: Tue, 17 Nov 2009 09:45:41 -0800 From: Gary Kline To: Polytropon Message-ID: <20091117174540.GB19113@thought.org> References: <20091115234930.GA11465@thought.org> <20091116010014.f3ca28de.freebsd@edvax.de> <20091116070056.GE11539@thought.org> <20091116203149.1785f7c1.freebsd@edvax.de> <20091116231236.GA15714@thought.org> <20091117160117.12c71262.freebsd@edvax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091117160117.12c71262.freebsd@edvax.de> User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 23 years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: FreeBSD Mailing List Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 17:45:49 -0000 On Tue, Nov 17, 2009 at 04:01:17PM +0100, Polytropon wrote: > On Mon, 16 Nov 2009 15:12:36 -0800, Gary Kline wrote: > > On Mon, Nov 16, 2009 at 08:31:49PM +0100, Polytropon wrote: > > > By the way, it's not a problem if /etc/rc.conf is empty. > > > In this case, defaults are used, but: > > > > > > % grep sshd /etc/defaults/rc.conf > > > sshd_enable="NO" # Enable sshd > > > > > > As you see, sshd_enable is set to "NO" by default. > > > > > > > darn, but that would've been that last thing i would have > > expected... . i dont see any rationale... > > Rationale: Secure by default. Ermm... wait, that was > a different OS. :-) > > At least, there's no telnet enabled by default with > empty root password... :-) > all right, all right. it might be better to default on the side of security. but it takes soooo much more to login remote via ssh that it seems fairly secure to me if it were enabled. ... . > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 7.31a release of Jottings: http://jottings.thought.org/index.php From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 17:51:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B691D1065670 for ; Tue, 17 Nov 2009 17:51:17 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 773D38FC1E for ; Tue, 17 Nov 2009 17:51:17 +0000 (UTC) Received: from r55.edvax.de (port-92-195-53-77.dynamic.qsc.de [92.195.53.77]) by mx02.qsc.de (Postfix) with ESMTP id E5C1E1ECB9; Tue, 17 Nov 2009 18:51:15 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAHHpEF5002718; Tue, 17 Nov 2009 18:51:15 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Tue, 17 Nov 2009 18:51:14 +0100 From: Polytropon To: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= Message-Id: <20091117185114.2580bf71.freebsd@edvax.de> In-Reply-To: <151588.70409.qm@web30808.mail.mud.yahoo.com> References: <151588.70409.qm@web30808.mail.mud.yahoo.com> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 17:51:17 -0000 On Tue, 17 Nov 2009 09:43:04 -0800 (PST), D=E1nielisz L=E1szl=F3 wrote: > I'm looking for a tool to measure the exactly power consumiton > (voltage and amper) of my hdd, cpu and ram on FreeBSD.=20 > Do you have any idea? Not exactly every item, but there are tools in the ports, such as mbmon and xmbmon that allow you to monitor several voltages (as well as other parameters, such as temperature or fan speed, if they are transmitted to the OS). By the way, I'm not sure the issue you described points to too less power; my workstation is full of hard disks and old SCSI stuff, and I'm fine with a 235 W PSU (no joke) in long-term usage and I/O stress situations. --=20 Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 17:53:00 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F2781065670 for ; Tue, 17 Nov 2009 17:53:00 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id E485E8FC26 for ; Tue, 17 Nov 2009 17:52:59 +0000 (UTC) Received: by pxi12 with SMTP id 12so151267pxi.3 for ; Tue, 17 Nov 2009 09:52:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=4rSrYxqGO3FMEC3PqZX6n2WMykg3AWtFQ2wFcRCOfQs=; b=RxRa9PaobQfp1URdDVcebz8N1XGNAAZmt+XLQOYhXPPMdsPcbX+5zKUsBozr4RrEeg BuCU49jqUPm87F+F4XPqxUt2Kl5l2yXWMIptuVTz2JXkDvMARx1UiMn66qlYxv6E1eCq 7ALkrSomRVT1bLXiOJekRsTTMh5e0FMw82fus= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=bEqzn0X2R5O4QSyrN4eLcAO/LFgUa5iqMGB9QEMzTwK511E2iKws0+qqEzwvEvpIdc Y1pvCbppB17w6PyHQvKzVp1V52u8dEPZIsNzTmpb+Sr22dPHnf4tFQ7sgQqbjtgehvY2 ofBjOHEPG7tjJ6+rN9Kenat4fJYoguxtpK9ek= MIME-Version: 1.0 Received: by 10.143.21.36 with SMTP id y36mr1031213wfi.211.1258480379145; Tue, 17 Nov 2009 09:52:59 -0800 (PST) In-Reply-To: <20091117174540.GB19113@thought.org> References: <20091115234930.GA11465@thought.org> <20091116010014.f3ca28de.freebsd@edvax.de> <20091116070056.GE11539@thought.org> <20091116203149.1785f7c1.freebsd@edvax.de> <20091116231236.GA15714@thought.org> <20091117160117.12c71262.freebsd@edvax.de> <20091117174540.GB19113@thought.org> Date: Tue, 17 Nov 2009 11:52:59 -0600 Message-ID: <6201873e0911170952l5e532cfah43651e5e35e64830@mail.gmail.com> From: Adam Vande More To: Gary Kline Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Polytropon , FreeBSD Mailing List Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 17:53:00 -0000 > > all right, all right. it might be better to default on the side of > security. but it takes soooo much more to login remote via ssh that > it seems fairly secure to me if it were enabled. ... . > not if you preseed your auth keys, then it's a passwordless secure connection. -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 17:54:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F433106568B for ; Tue, 17 Nov 2009 17:54:17 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id 9FD848FC1B for ; Tue, 17 Nov 2009 17:54:16 +0000 (UTC) Received: from pulstar.local (ppp-94-69-68-121.home.otenet.gr [94.69.68.121]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id nAHHsEfU027631; Tue, 17 Nov 2009 19:54:14 +0200 Message-ID: <4B02E346.3070209@otenet.gr> Date: Tue, 17 Nov 2009 19:54:14 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Gary Kline References: <20091115234930.GA11465@thought.org> <20091116010014.f3ca28de.freebsd@edvax.de> <20091116070056.GE11539@thought.org> <20091116203149.1785f7c1.freebsd@edvax.de> <20091116231236.GA15714@thought.org> <20091117160117.12c71262.freebsd@edvax.de> <20091117174540.GB19113@thought.org> In-Reply-To: <20091117174540.GB19113@thought.org> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 17:54:17 -0000 Gary Kline wrote: > On Tue, Nov 17, 2009 at 04:01:17PM +0100, Polytropon wrote: > >> On Mon, 16 Nov 2009 15:12:36 -0800, Gary Kline wrote: >> >>> On Mon, Nov 16, 2009 at 08:31:49PM +0100, Polytropon wrote: >>> >>>> By the way, it's not a problem if /etc/rc.conf is empty. >>>> In this case, defaults are used, but: >>>> >>>> % grep sshd /etc/defaults/rc.conf >>>> sshd_enable="NO" # Enable sshd >>>> >>>> As you see, sshd_enable is set to "NO" by default. >>>> >>>> >>> darn, but that would've been that last thing i would have >>> expected... . i dont see any rationale... >>> >> Rationale: Secure by default. Ermm... wait, that was >> a different OS. :-) >> >> At least, there's no telnet enabled by default with >> empty root password... :-) >> >> > > > all right, all right. it might be better to default on the side of > security. but it takes soooo much more to login remote via ssh that > it seems fairly secure to me if it were enabled. ... . > > There is a question during sysinstall: "Would you like to enable ssh login?" Guess you answered "no" there? From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 17:55:07 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE8C810656A7 for ; Tue, 17 Nov 2009 17:55:07 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout014.mac.com (asmtpout014.mac.com [17.148.16.89]) by mx1.freebsd.org (Postfix) with ESMTP id BAE8A8FC1F for ; Tue, 17 Nov 2009 17:55:07 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from cswiger1.apple.com ([17.227.140.124]) by asmtp014.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KT9002T1LRT6B90@asmtp014.mac.com> for freebsd-questions@freebsd.org; Tue, 17 Nov 2009 09:55:07 -0800 (PST) Message-id: From: Chuck Swiger To: Ian Smith In-reply-to: <20091118014634.S65262@sola.nimnet.asn.au> Date: Tue, 17 Nov 2009 09:55:05 -0800 References: <20091116231341.40E3F10656B0@hub.freebsd.org> <20091118014634.S65262@sola.nimnet.asn.au> X-Mailer: Apple Mail (2.936) Cc: FreeBSD - Subject: Re: Bad Blocks... Should I RMA? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 17:55:07 -0000 Hi-- On Nov 17, 2009, at 7:51 AM, Ian Smith wrote: [ ... ] > For instance, I've got two Fujitsu 5400rpm 2.5" drives in two laptops, > one MHV2040AH with near 19,000 hours on it, and a much newer > MHV2120AH, > 40 and 120GB respectively. Nice quiet low-power laptop drives, fwiw. > > Both show as (more recently) being in the smartctl database, and both > show _exactly_ the same values for this one: > > 5 Reallocated_Sector_Ct 0x0033 100 100 024 Pre-fail > Always - 8589934592000 > > Now if that were a number of 512-byte sectors, it'd be 4096000 GB! :) > but both drives are 100% ok, as the VALUE / WORST figures show. I wouldn't conclude that the drives were 100% OK from that line, although they *might* be; I'd conclude that the drives aren't implementing this SMART field correctly in their firmware. Are you using the latest version of smartctl-- updates to that can sometimes better interpret vendor-specific odditities. Regards, -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 17:57:28 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E8E0106566B for ; Tue, 17 Nov 2009 17:57:28 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id F158C8FC20 for ; Tue, 17 Nov 2009 17:57:27 +0000 (UTC) Received: by bwz5 with SMTP id 5so341040bwz.3 for ; Tue, 17 Nov 2009 09:57:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=Y0snplmUai9Q+XucMxiENkQQuotYdX78koGr9ECZAKs=; b=J9m90Wpfnd96FdQ5sEZUYj7jRWms3QOegOM5yxuGs5TXDUSSxKmF9Xo0RogWamF7wJ 7lw8x08sXPnHNSwfo0xdMBDlaJ840IHILRE+46p+JFqU+LfZYSogxfMqiTS7X2RxKl2/ SO5RM7aIb1HZ64YqY4vlNsCKFGbAjiCdX2zII= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=X8etpHYsiT8UCdGOdBbqrrsnjVP/cAGE/MO61xNRaK+t1DJFjhHWPtpy6hNK3lVq06 MmDhZcQ2ND1QbYznoLNwcJot4AXevsiZPMHkEm5e0mX6H54lm73Rx1pkM7BOTeU14Rj3 81EKigInVoB2OnOdh/hz+U6/7df7VpBrGjcJA= MIME-Version: 1.0 Received: by 10.223.58.208 with SMTP id i16mr471960fah.22.1258480646707; Tue, 17 Nov 2009 09:57:26 -0800 (PST) In-Reply-To: <20091117185114.2580bf71.freebsd@edvax.de> References: <151588.70409.qm@web30808.mail.mud.yahoo.com> <20091117185114.2580bf71.freebsd@edvax.de> Date: Tue, 17 Nov 2009 12:57:26 -0500 Message-ID: <5635aa0d0911170957i2fd0bbecgac89dcbcd22f3cab@mail.gmail.com> From: Outback Dingo To: Polytropon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= , freebsd-questions@freebsd.org Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 17:57:28 -0000 start looking for a bad memory chip or io controller, any error messages or anything ? to provide ? 2009/11/17 Polytropon > On Tue, 17 Nov 2009 09:43:04 -0800 (PST), D=E1nielisz L=E1szl=F3 < > laszlo_danielisz@yahoo.com> wrote: > > I'm looking for a tool to measure the exactly power consumiton > > (voltage and amper) of my hdd, cpu and ram on FreeBSD. > > Do you have any idea? > > Not exactly every item, but there are tools in the ports, > such as mbmon and xmbmon that allow you to monitor several > voltages (as well as other parameters, such as temperature > or fan speed, if they are transmitted to the OS). > > By the way, I'm not sure the issue you described points > to too less power; my workstation is full of hard disks > and old SCSI stuff, and I'm fine with a 235 W PSU (no > joke) in long-term usage and I/O stress situations. > > > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 18:01:39 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BA751065670 for ; Tue, 17 Nov 2009 18:01:39 +0000 (UTC) (envelope-from maschwar77@gmail.com) Received: from mail-pz0-f185.google.com (mail-pz0-f185.google.com [209.85.222.185]) by mx1.freebsd.org (Postfix) with ESMTP id 2397C8FC1A for ; Tue, 17 Nov 2009 18:01:38 +0000 (UTC) Received: by pzk15 with SMTP id 15so157479pzk.3 for ; Tue, 17 Nov 2009 10:01:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=k36VG3v2Ub/oGa0siKfqyi8Osa96QovkrVkfEoQwpGc=; b=KWVVa6nLmj3XHlvfcgvDm0NzQedBqGQ7iQ2SB6g1rNzVUmUej7wbQQp2xmOSC4IGYa RFBz2xduonORkvrJWJYcs9Ypslu0AgkaSWDg3ifc1VpKQbvdjOzsCo0WJlO7l4YCVrDr dNfPk32L8ePJfsBerZK0Mb/lj2h7FNGk1Edrg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=JjjsD7vWNdqq1NbSovVxdkmJpGpSCoS6bWxIJOVnYxxGNC5UT5pjkaHAhitBfLiPn7 THGqGNrlIiixh2pwlcpRHX9hX8vGqSl0jSP1XsQteXglRPdwCQAhJ/hquoInDWRzZMbx uqO3U9rchcdBi/5D/G8aatDZPqPlePtt9iea4= MIME-Version: 1.0 Received: by 10.140.164.20 with SMTP id m20mr597675rve.143.1258479330540; Tue, 17 Nov 2009 09:35:30 -0800 (PST) Date: Tue, 17 Nov 2009 10:35:30 -0700 Message-ID: <9dd72d350911170935h6f049717vf3f9d86cc2662d29@mail.gmail.com> From: Matt S To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: pf in FreeBSD 8.0-RCx X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 18:01:39 -0000 Hello All, There seems to be an issue with pf (at startup/boot time) where I get an error message about no IP address being associated with an interface. The only way I can get pf to load the rule set is to load it at the command line by using pfctl -f /etc/pf.conf. I have tried changing the startup order of pf so that it loads after all of the networking interfaces are brought up (including running the ppp daemon first to establish tun0) to no avail. I saw on the list that others have been experiencing a similar issue. Obviously, I would like to have a fix for this because if I have to reboot my box from a distant location, I am left with a wide open machine until I can login and reload the pf ruleset. What changed with pf since 7.2? Thanks, Matt From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 18:02:11 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7F35106566C for ; Tue, 17 Nov 2009 18:02:11 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 842C48FC1F for ; Tue, 17 Nov 2009 18:02:10 +0000 (UTC) Received: from r55.edvax.de (port-92-195-53-77.dynamic.qsc.de [92.195.53.77]) by mx02.qsc.de (Postfix) with ESMTP id 964851D8DE; Tue, 17 Nov 2009 19:02:09 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAHI28WO003014; Tue, 17 Nov 2009 19:02:08 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Tue, 17 Nov 2009 19:02:08 +0100 From: Polytropon To: Outback Dingo Message-Id: <20091117190208.c1e4c5a3.freebsd@edvax.de> In-Reply-To: <5635aa0d0911170957i2fd0bbecgac89dcbcd22f3cab@mail.gmail.com> References: <151588.70409.qm@web30808.mail.mud.yahoo.com> <20091117185114.2580bf71.freebsd@edvax.de> <5635aa0d0911170957i2fd0bbecgac89dcbcd22f3cab@mail.gmail.com> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= , freebsd-questions@freebsd.org Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 18:02:11 -0000 On Tue, 17 Nov 2009 12:57:26 -0500, Outback Dingo = wrote: > start looking for a bad memory chip or io controller, any error messages = or > anything ? to provide ? I would guess into a similar direction. Unexpected reboots... maybe run a memtest CD, followed by a "make buildworld" stress test? L=E1szl=F3, the more symptoms you can name (and provide system messages of them), the easier diagnostics will get. --=20 Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 18:04:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 267151065695 for ; Tue, 17 Nov 2009 18:04:30 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id D2D6C8FC0A for ; Tue, 17 Nov 2009 18:04:29 +0000 (UTC) Received: from localhost (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id 69CB23481; Tue, 17 Nov 2009 19:04:28 +0100 (CET) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by localhost (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rt2xmKcbEPcz; Tue, 17 Nov 2009 19:04:25 +0100 (CET) Received: from snifi.localnet (apn-77-115-92-107.dynamic.gprs.plus.pl [77.115.92.107]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id E5DCA3058; Tue, 17 Nov 2009 19:04:23 +0100 (CET) From: Maciej Milewski To: freebsd-questions@freebsd.org Date: Tue, 17 Nov 2009 19:04:14 +0100 User-Agent: KMail/1.12.3 (Linux/2.6.31-ARCH; KDE/4.3.3; x86_64; ; ) References: <151588.70409.qm@web30808.mail.mud.yahoo.com> In-Reply-To: <151588.70409.qm@web30808.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Message-Id: <200911171904.14850.milu@dat.pl> Cc: =?iso-8859-2?q?D=E1nielisz_L=E1szl=F3?= Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 18:04:30 -0000 Dnia wtorek 17 listopad 2009 o 18:43:04 D=E1nielisz L=E1szl=F3 napisa=B3(a): > Hello, >=20 > My computer get starts to reboot all the time I do a higher hdd use (like: > fsck, copying more GB of data). I was sure that my power supply its not > enough so I changed it (300W->450W), now it does the same. I'm looking f= or > a tool to measure the exactly power consumiton (voltage and amper) of my > hdd, cpu and ram on FreeBSD. Do you have any idea? >=20 > Thank you! > L=E1szl=F3 I don't know if any tool will let you get how much power your drives are us= ing=20 but for monitoring voltage you should find something in ports. It can tell= =20 only if the voltage you get from PSU is rather OK or not. =46or measuring exactly you should first see work done by guys from xbitlab= s[1]=20 They are writing how they measure that but not in very simple way ;) Are you sure that those reboots aren't because of too high temperature on C= PU=20 or MB? [1] http://www.xbitlabs.com/articles/storage/display/hdd-power-cons.html =2D-=20 Best Regards, Maciej Milewski From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 18:23:42 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 138D81065672 for ; Tue, 17 Nov 2009 18:23:42 +0000 (UTC) (envelope-from lconrad@Go2France.com) Received: from mgw1.MEIway.com (mgw1.meiway.com [81.255.84.75]) by mx1.freebsd.org (Postfix) with ESMTP id C4CD08FC20 for ; Tue, 17 Nov 2009 18:23:41 +0000 (UTC) Received: from VirusGate.MEIway.com (virusgate.meiway.com [81.255.84.76]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id E0334471FFA for ; Tue, 17 Nov 2009 19:23:42 +0100 (CET) Received: from mail.Go2France.com (ms1.meiway.com [81.255.84.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id 23F5C386794 for ; Tue, 17 Nov 2009 19:23:43 +0100 (CET) (envelope-from lconrad@Go2France.com) Date: Tue, 17 Nov 2009 19:23:47 +0100 Message-Id: <200911171923.AA63767444@mail.Go2France.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Len Conrad" X-Sender: To: X-Mailer: Subject: where to find libintl.so.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lconrad@Go2France.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 18:23:42 -0000 FreeBSD 6.2-RELEASE FreeBSD 6.2-RELEASE #0 portsnap'd today running ver 1.2.8 of rdiff-backup which gets: ImportError: Shared object "libintl.so.8" not found, required by "librsync.so.1" thanks Len From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 18:27:22 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E91D1065679 for ; Tue, 17 Nov 2009 18:27:22 +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 5C2BE8FC18 for ; Tue, 17 Nov 2009 18:27:21 +0000 (UTC) Received: from localhost (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTPSA id DC188EBC0A; Tue, 17 Nov 2009 13:27:20 -0500 (EST) Date: Tue, 17 Nov 2009 13:27:20 -0500 From: Bill Moran To: Polytropon Message-Id: <20091117132720.24167377.wmoran@potentialtech.com> In-Reply-To: <20091117185114.2580bf71.freebsd@edvax.de> References: <151588.70409.qm@web30808.mail.mud.yahoo.com> <20091117185114.2580bf71.freebsd@edvax.de> Organization: Bill Moran X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= , freebsd-questions@freebsd.org Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 18:27:22 -0000 In response to Polytropon : > On Tue, 17 Nov 2009 09:43:04 -0800 (PST), D=E1nielisz L=E1szl=F3 wrote: > > I'm looking for a tool to measure the exactly power consumiton > > (voltage and amper) of my hdd, cpu and ram on FreeBSD.=20 > > Do you have any idea? >=20 > Not exactly every item, but there are tools in the ports, > such as mbmon and xmbmon that allow you to monitor several > voltages (as well as other parameters, such as temperature > or fan speed, if they are transmitted to the OS). >=20 > By the way, I'm not sure the issue you described points > to too less power; my workstation is full of hard disks > and old SCSI stuff, and I'm fine with a 235 W PSU (no > joke) in long-term usage and I/O stress situations. Not all power supplies are created equal. Unfortunately, there's no government oversight on power supply ratings, thus a cheap 450W power supply might go unstable if it has to supply 200W for very long, whereas a good quality 200W power supply might be able to put out 450W for short periods reliably. Additionally, are you sure your service power is good? Even the best power supply will fail if you're not getting 120V/60H at the outlet (or whatever voltage/freq you're supposed to get in your part of the world). Not a direct answer to your question, but hopefully some useful information to consider. --=20 Bill Moran http://www.potentialtech.com http://people.collaborativefusion.com/~wmoran/ From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 18:33:42 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96F0C106566C for ; Tue, 17 Nov 2009 18:33:42 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 58B988FC17 for ; Tue, 17 Nov 2009 18:33:42 +0000 (UTC) Received: from r55.edvax.de (port-92-195-53-77.dynamic.qsc.de [92.195.53.77]) by mx02.qsc.de (Postfix) with ESMTP id 295091E182; Tue, 17 Nov 2009 19:33:41 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAHIXeJb003876; Tue, 17 Nov 2009 19:33:40 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Tue, 17 Nov 2009 19:33:40 +0100 From: Polytropon To: lconrad@Go2France.com Message-Id: <20091117193340.00043823.freebsd@edvax.de> In-Reply-To: <200911171923.AA63767444@mail.Go2France.com> References: <200911171923.AA63767444@mail.Go2France.com> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: where to find libintl.so.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 18:33:42 -0000 On Tue, 17 Nov 2009 19:23:47 +0100, "Len Conrad" wrote: > > FreeBSD 6.2-RELEASE FreeBSD 6.2-RELEASE #0 > > portsnap'd today > > running ver 1.2.8 of > > rdiff-backup > > which gets: > > ImportError: Shared object "libintl.so.8" not found, required by "librsync.so.1" The intl library is installed by the port gettext. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 18:35:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F074106566B for ; Tue, 17 Nov 2009 18:35:17 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id 8291D8FC08 for ; Tue, 17 Nov 2009 18:35:16 +0000 (UTC) Received: from pulstar.local (ppp-94-69-68-121.home.otenet.gr [94.69.68.121]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id nAHIZFuK029797; Tue, 17 Nov 2009 20:35:15 +0200 Message-ID: <4B02ECE3.3050102@otenet.gr> Date: Tue, 17 Nov 2009 20:35:15 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: lconrad@Go2France.com References: <200911171923.AA63767444@mail.Go2France.com> In-Reply-To: <200911171923.AA63767444@mail.Go2France.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: where to find libintl.so.8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 18:35:17 -0000 Len Conrad wrote: > FreeBSD 6.2-RELEASE FreeBSD 6.2-RELEASE #0 > > portsnap'd today > > running ver 1.2.8 of > > rdiff-backup > > which gets: > > ImportError: Shared object "libintl.so.8" not found, required by "librsync.so.1" > > thanks > Len > This is installed by the devel/gettext port. It is probably installed in your machine (most ports depend on it) but something may have gone wrong during a portupgrade. /usr/ports/UPDATING states the following for gettext upgrades: As a result of the upgrade to gettext-0.17, the shared library version of libintl has changed, so you will need to rebuild all ports that depend on gettext: # portupgrade -rf gettext # portmaster -r gettext I suggest you try one of these commands. (Check with 'pkg_info -Ix gettext' first to see what gettext you are running) From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 18:37:04 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 928C41065670 for ; Tue, 17 Nov 2009 18:37:04 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 519488FC23 for ; Tue, 17 Nov 2009 18:37:04 +0000 (UTC) Received: from r55.edvax.de (port-92-195-53-77.dynamic.qsc.de [92.195.53.77]) by mx02.qsc.de (Postfix) with ESMTP id 049251ED78; Tue, 17 Nov 2009 19:37:02 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAHIb0la004018; Tue, 17 Nov 2009 19:37:02 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Tue, 17 Nov 2009 19:37:00 +0100 From: Polytropon To: Bill Moran Message-Id: <20091117193700.92f6678e.freebsd@edvax.de> In-Reply-To: <20091117132720.24167377.wmoran@potentialtech.com> References: <151588.70409.qm@web30808.mail.mud.yahoo.com> <20091117185114.2580bf71.freebsd@edvax.de> <20091117132720.24167377.wmoran@potentialtech.com> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= , freebsd-questions@freebsd.org Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 18:37:04 -0000 On Tue, 17 Nov 2009 13:27:20 -0500, Bill Moran wrote: > Not all power supplies are created equal. Unfortunately, there's > no government oversight on power supply ratings, thus a cheap 450W > power supply might go unstable if it has to supply 200W for very > long, whereas a good quality 200W power supply might be able to > put out 450W for short periods reliably. That's true. People want crap, they get crap. :-) > Additionally, are you sure your service power is good? Even the > best power supply will fail if you're not getting 120V/60H at the > outlet (or whatever voltage/freq you're supposed to get in your part > of the world). In Germany, we only get the purest power made of highest quality electrons, 230V 50Hz 24/7/365. :-) Note that I'm running this power supply for more than 7 years now - the SAME power supply. > Not a direct answer to your question, but hopefully some useful > information to consider. That's right. If you have the chance, monitor your power outlet, e. g. with a long term peak monitor or a scope with battery backed up memory, just to make sure the requirements of the PSU are met. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 18:58:09 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B0E71065695 for ; Tue, 17 Nov 2009 18:58:09 +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 A2B878FC20 for ; Tue, 17 Nov 2009 18:58:08 +0000 (UTC) Received: from phenom.cordula.ws (phenom [192.168.254.60]) by fw.farid-hajji.net (Postfix) with ESMTP id 64A7235C9F; Tue, 17 Nov 2009 19:58:05 +0100 (CET) Date: Tue, 17 Nov 2009 19:58:04 +0100 From: cpghost To: Polytropon Message-ID: <20091117185804.GA20938@phenom.cordula.ws> References: <151588.70409.qm@web30808.mail.mud.yahoo.com> <20091117185114.2580bf71.freebsd@edvax.de> <20091117132720.24167377.wmoran@potentialtech.com> <20091117193700.92f6678e.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091117193700.92f6678e.freebsd@edvax.de> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-questions@freebsd.org Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 18:58:09 -0000 On Tue, Nov 17, 2009 at 07:37:00PM +0100, Polytropon wrote: > > Additionally, are you sure your service power is good? Even the > > best power supply will fail if you're not getting 120V/60H at the > > outlet (or whatever voltage/freq you're supposed to get in your part > > of the world). > > In Germany, we only get the purest power made of highest > quality electrons, 230V 50Hz 24/7/365. :-) Note that I'm > running this power supply for more than 7 years now - the > SAME power supply. One pure electron a day keeps the plague[1] away... [1] http://en.wikipedia.org/wiki/Capacitor_plague Sorry, couldn't resist. ;-) -cpghost. -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 19:01:16 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95FD6106566B for ; Tue, 17 Nov 2009 19:01:16 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from web30804.mail.mud.yahoo.com (web30804.mail.mud.yahoo.com [68.142.200.147]) by mx1.freebsd.org (Postfix) with SMTP id 55CBF8FC16 for ; Tue, 17 Nov 2009 19:01:16 +0000 (UTC) Received: (qmail 15428 invoked by uid 60001); 17 Nov 2009 19:01:15 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1258484475; bh=LmFBrtRD8NnuTRKVubzqW/tZWYUGwj9pheA7qrVkAow=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=lHDQ+s8tdBY5HgwK1YIXWHiM0uSIm+vscAldFRDbf8OFLFPP/G+FPJrnxYx51gvhF68qKr7BL9Z9HVS0zSvEGElOtqs/0OKu5bUr58LMnUnN0SmgAFO+U1ee5qo/x+2czJ++e6hehwMVszzsddwxovVzNfFF9ChnDhBXSxaH41E= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=foEKD4dwiEY30Z107nQ4oNXvucscxOnSs4M193u3p37L5ZjPVmHtOqZ1Gp3VVjBnqwnEg3VV9T4+HNcFdDrZVnA4JRxlE0UtufIU0EtoyWtdOGdyB5CtpAdvAB8Pz2aeHFNwwluvqhLZVg45OLAbcXqC4Wq24dhq97QP8IfvnXs=; Message-ID: <615511.15311.qm@web30804.mail.mud.yahoo.com> X-YMail-OSG: fmoqVasVM1kE5bbCoK4UYRFVBUnOsYIMfXARwVLxKgvU5IYhKdue.VfragZlt4qcoPuapQ0CLRJH_9Kndsz8PPLkZfPdssEyefr91s25D5R2ebLaupcavkSyCidzn9T7vQQB0EOkDkhYgmEQ21qL7oVDJCtCM0Eo5TkP4DwRu23o4F2gp661yPDRo3Me6D8oUPcP_ERcVNGVWDpG1lMRd2N47GrTH_jHj2TjDdFINDfdm8rFe9QCe3WnKE5uCLh5xNk5hxS_YHK7UxXBIc.OgIY_6W8- Received: from [78.131.57.57] by web30804.mail.mud.yahoo.com via HTTP; Tue, 17 Nov 2009 11:01:15 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 References: <151588.70409.qm@web30808.mail.mud.yahoo.com> <20091117185114.2580bf71.freebsd@edvax.de> <20091117132720.24167377.wmoran@potentialtech.com> <20091117193700.92f6678e.freebsd@edvax.de> Date: Tue, 17 Nov 2009 11:01:15 -0800 (PST) From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= To: freebsd-questions@freebsd.org In-Reply-To: <20091117193700.92f6678e.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 19:01:16 -0000 Thank you guys for the interest you bring solving my issue!=0A=0AActualy I = noticed one thing for sure:=0AI have to hdd-s in my PC, an 80GB Seagate ATA= (the o.s. boot hdd) and one 1T Seagate SATA (only for storage), there were= no problems when I used just the 80GB neither with the 1T, I noticed only = that I'm getting thouse reboots when I start to copy about more than 4-5GB = from the 1T hdd to my laptop (on ftp). Maybe the hdd was too warm after cop= ying that amount of data?=0A=0AOh...I'm drunk or something but I just notic= ed that my 1T was not unmounted properly last week and I was doing only fsc= k with the disk mounted so nothing was modified to the file system, now I'v= e done an fsck -yf to the 1T (unmounted)...I got some blocks (about 300) re= apaired. Maybe this produces the reboots, what do you think so?=0A=0AI also= done now an smartctl -l scttemp /dev/ad4 and I got the following result:= =0A 86 2009-11-17 19:40 45 **************************=0A 87 200= 9-11-17 19:41 45 **************************=0A 88 2009-11-17 19:42 = 46 ***************************=0A 89 2009-11-17 19:43 45 ******= ********************=0A 90 2009-11-17 19:44 45 ********************= ******=0A 91 2009-11-17 19:45 46 ***************************=0A 92= 2009-11-17 19:46 45 **************************=0A 93 2009-11-17= 19:47 46 ***************************=0A ... ..( 4 skipped). .. = ***************************=0A 98 2009-11-17 19:52 46 ************= ***************=0A 99 2009-11-17 19:53 47 *************************= ***=0A=0A49 Celsius was the top of the tempature for this hdd, I think its = normal.=0A=0AThank you,=0AL=E1szl=F3=0A=0A=0A=0A=0A=0A_____________________= ___________=0AFrom: Polytropon =0ATo: Bill Moran =0ACc: D=E1nielisz L=E1szl=F3 ; freebsd-questions@freebsd.org=0ASent: Tue, November 17, 2009 7:37:00 PM= =0ASubject: Re: hdd voltage=0A=0AOn Tue, 17 Nov 2009 13:27:20 -0500, Bill M= oran wrote:=0A> Not all power supplies are creat= ed equal. Unfortunately, there's=0A> no government oversight on power supp= ly ratings, thus a cheap 450W=0A> power supply might go unstable if it has = to supply 200W for very=0A> long, whereas a good quality 200W power supply = might be able to=0A> put out 450W for short periods reliably.=0A=0AThat's t= rue. People want crap, they get crap. :-)=0A=0A=0A=0A> Additionally, are yo= u sure your service power is good? Even the=0A> best power supply will fai= l if you're not getting 120V/60H at the=0A> outlet (or whatever voltage/fre= q you're supposed to get in your part=0A> of the world).=0A=0AIn Germany, w= e only get the purest power made of highest=0Aquality electrons, 230V 50Hz = 24/7/365. :-) Note that I'm=0Arunning this power supply for more than 7 yea= rs now - the=0ASAME power supply.=0A=0A=0A=0A> Not a direct answer to your = question, but hopefully some useful=0A> information to consider.=0A=0AThat'= s right. If you have the chance, monitor your power=0Aoutlet, e. g. with a = long term peak monitor or a scope=0Awith battery backed up memory, just to = make sure the=0Arequirements of the PSU are met.=0A=0A=0A-- =0APolytropon= =0AMagdeburg, Germany=0AHappy FreeBSD user since 4.0=0AAndra moi ennepe, Mo= usa, ...=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 19:39:55 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B288F106566B for ; Tue, 17 Nov 2009 19:39:55 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout011.mac.com (asmtpout011.mac.com [17.148.16.86]) by mx1.freebsd.org (Postfix) with ESMTP id 9D62D8FC15 for ; Tue, 17 Nov 2009 19:39:55 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from cswiger1.apple.com ([17.227.140.124]) by asmtp011.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KT900M6PQLVW540@asmtp011.mac.com> for freebsd-questions@freebsd.org; Tue, 17 Nov 2009 11:39:32 -0800 (PST) Message-id: From: Chuck Swiger To: Bill Moran In-reply-to: <20091117132720.24167377.wmoran@potentialtech.com> Date: Tue, 17 Nov 2009 11:39:31 -0800 References: <151588.70409.qm@web30808.mail.mud.yahoo.com> <20091117185114.2580bf71.freebsd@edvax.de> <20091117132720.24167377.wmoran@potentialtech.com> X-Mailer: Apple Mail (2.936) Cc: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= , FreeBSD - Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 19:39:55 -0000 Hi, all-- On Nov 17, 2009, at 10:27 AM, Bill Moran wrote: [ ... ] > Not all power supplies are created equal. Unfortunately, there's > no government oversight on power supply ratings, thus a cheap 450W > power supply might go unstable if it has to supply 200W for very > long, whereas a good quality 200W power supply might be able to > put out 450W for short periods reliably. A very good-quality power supply with a thermally activated circuit breaker might tolerate a 250% overload for 20 seconds to a minute, but anything with a fuse is likely to blow in some tens of milliseconds. :-) There are some widely used standards for computer power supplies; almost all modern machines want ATX12V which is used by Intel P4s, Core, etc and AMD Athlon, Athon64 platforms. Multicore boxes commonly want another extension to the base ATX standard called EPS12V; both are well-documented here: http://en.wikipedia.org/wiki/ATX The other major standard in 80-plus certification, which is linked to Energy Star ratings; if you discount the branding, they still perform functional tests of PSUs at 20%, 50% and 100% of rated load, and confirm that the PSU isn't wasting excessive amounts of power. Saving 20-30 watts over time justifies the cost of a more expensive PSU, and it doesn't hurt that the machine doesn't have to deal with the extra thermal load. For example: http://www.80plus.org/manu/psu/psu_reports/CORSAIR_CMPSU-650HX_ECOS%201632_650W_Report.pdf Any new PSU which isn't 80-plus certified is pretty likely to be unable to run at 100% of rated load without failing. > Additionally, are you sure your service power is good? Even the > best power supply will fail if you're not getting 120V/60H at the > outlet (or whatever voltage/freq you're supposed to get in your part > of the world). This is also a good point. If you know what you're doing and have a multimeter, you can check your AC line and look for various issues like voltage sag under load, current leakage to ground, etc. Failing that, something like this Kill-A-Watt meter is quite handy: http://www.newegg.com/Product/Product.aspx?Item=N82E16882715001 ...although, obviously, one would want to obtain a unit intended for the local region's electrical standards if you are not in NA. Regards, -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 19:41:19 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 608CB106568B for ; Tue, 17 Nov 2009 19:41:19 +0000 (UTC) (envelope-from djackson452@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id 149018FC1C for ; Tue, 17 Nov 2009 19:41:18 +0000 (UTC) Received: by yxe1 with SMTP id 1so371635yxe.3 for ; Tue, 17 Nov 2009 11:41:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=JiLhq95GrquLv6Mk9317+I48THAVWbwhtVSH5T2prE4=; b=A6IaSA+0p6bC9cUWpvzw74pZjn4ji2AaV+eAz84fy0Q8DQxkLkYS4gFWgIJX4ha549 zV20ILVIZNQ/wq5DqwhTtv6APWnDjUo1+jKTqNhf0t11JllfSNfCUzaH9eDgi/V2Kmk1 Vnn53EtYsVRZOVzAVUKu748A+rIR0nE59NZRs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=D7+lq8RMaTxSuQ7NSYc3AbQ+TTMxArZDaFGyFoBWJsEte1YhSA/2QBRmP8drLd/8AC 674jBLFDrZ6YUBHearolzuDH/eM6jMj1+uZMjDBLsZV2DvogyIQmgcqWhMSlQMVMgyN5 HeclXeXv4DHVeqSpoT16kVErRe0yZMGLyqbXg= Received: by 10.150.113.13 with SMTP id l13mr688677ybc.248.1258486877213; Tue, 17 Nov 2009 11:41:17 -0800 (PST) Received: from ?192.168.1.103? (pool-96-254-203-152.tampfl.fios.verizon.net [96.254.203.152]) by mx.google.com with ESMTPS id 16sm2826202gxk.11.2009.11.17.11.41.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 17 Nov 2009 11:41:16 -0800 (PST) Message-ID: <4B02FB23.3060109@gmail.com> Date: Tue, 17 Nov 2009 14:36:03 -0500 From: David Jackson User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Maciej Milewski , freebsd-questions@freebsd.org References: <4B02B0AE.3040801@gmail.com> <200911171712.18850.milu@dat.pl> In-Reply-To: <200911171712.18850.milu@dat.pl> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: Re: Lockup problems with USB disks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 19:41:19 -0000 Thank you. I took a look. I was just wondering if this was a known bug, is it normal, etc. Maciej Milewski wrote: > Dnia wtorek 17 listopad 2009 o 15:18:22 David Jackson napisa³(a): > >> I have a USB hard drive. Whenever I open two programs which utilise the >> USB hard drive simultaneously, these programs, i assume when they >> attempt to write to the hard drive lock up due to what i suspect must be >> some issue with the USB driver and perhaps a deadlock involving multiple >> concurrent accesses to the drive. When they attempt to access the drive >> the programs can lock up for several minutes before being unblocked. >> When only one program is using the drive this behaviour does not seem to >> occur. >> >> It seems most likely that this is a USB level problem involving the USB >> drivers. I am using FreeBSD 7.1. It is annoying behaviour to say the >> least and I wonder what can be done about it, and if this issue is being >> addressed, perhaps in the recent redesign of the USB code. It seems to >> be a pretty consistent issue, happening with multiple installs of >> FreeBSD and different drives. >> >> Thank you. >> > I forgot to attach a link with information about this new stack. Some you can > find at http://ivoras.sharanet.org/freebsd/freebsd8.html > > From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 19:42:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDD061065693 for ; Tue, 17 Nov 2009 19:42:20 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr3.xs4all.nl (smtp-vbr3.xs4all.nl [194.109.24.23]) by mx1.freebsd.org (Postfix) with ESMTP id 5C0D48FC1B for ; Tue, 17 Nov 2009 19:42:19 +0000 (UTC) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr3.xs4all.nl (8.13.8/8.13.8) with ESMTP id nAHJgIUE008578; Tue, 17 Nov 2009 20:42:18 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 32372BAA2; Tue, 17 Nov 2009 20:42:18 +0100 (CET) Date: Tue, 17 Nov 2009 20:42:18 +0100 From: Roland Smith To: =?iso-8859-15?Q?D=E1nielisz_L=E1szl=F3?= Message-ID: <20091117194218.GA32781@slackbox.xs4all.nl> References: <151588.70409.qm@web30808.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cWoXeonUoKmBZSoM" Content-Disposition: inline In-Reply-To: <151588.70409.qm@web30808.mail.mud.yahoo.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 19:42:21 -0000 --cWoXeonUoKmBZSoM Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 17, 2009 at 09:43:04AM -0800, D=E1nielisz L=E1szl=F3 wrote: > Hello, >=20 > My computer get starts to reboot all the time I do a higher hdd use (like: > fsck, copying more GB of data). I was sure that my power supply its not > enough so I changed it (300W->450W), now it does the same. I'm looking fo= r a > tool to measure the exactly power consumiton (voltage and amper) of my hd= d, > cpu and ram on FreeBSD. Do you have any idea? Tools like mbmon can show you the different voltages that the power supply produces. But current isn't measured in the different circuits, AFAIK. If y= ou see a drop in voltage before a reboot that would be a clear sign of trouble. Unfortunately the chips that do the monitoring sometimes only prov= ide new values once every second. That is probably not fast enough to detect a swift voltage drop. There are devices (e.g. kill-a-watt) available that you can plug between the power outlet and the PC that show you the total power consumption. See e.g. http://forum.ncix.com/forums/index.php?mode=3Dshowthread&forum=3D116&t= hreadid=3D1659654&pagenumber=3D1&msgcount=3D18&subpage=3D1 The abovementioned link shows a decent system using between 118 and 205 Watt. So I'd be surprised if your 450 Watt powersupply wasn't sufficient. (unless you have one of those graphics cards that is covered in fans and heatsinks and that you could still use to fry an egg on.) But I agree that it looks like a hardware problem. Unfortunately there are multiple possible causes. Check to see if all the cabling and cards are securely connected. Monitor the temperatures that the on-board sensors report. Remove dust from heatsinks and fans. Check the electrolytic capacit= ors on the motherboard. If the metal "lid" is bulging, it's busted. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --cWoXeonUoKmBZSoM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksC/JoACgkQEnfvsMMhpyWkowCfSYwP+4R/zGbH/OvY7cNwnOnA GzUAn3MoZW9liHxhouPsR7ofj72UdaNG =xD74 -----END PGP SIGNATURE----- --cWoXeonUoKmBZSoM-- From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 19:56:54 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76C691065676 for ; Tue, 17 Nov 2009 19:56:54 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from web30805.mail.mud.yahoo.com (web30805.mail.mud.yahoo.com [68.142.200.148]) by mx1.freebsd.org (Postfix) with SMTP id 37E728FC13 for ; Tue, 17 Nov 2009 19:56:53 +0000 (UTC) Received: (qmail 67097 invoked by uid 60001); 17 Nov 2009 19:56:53 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1258487813; bh=RNGXSzP6xiMuqo8g7cNM/uPbcjuSZ959IkUVaWvQNiw=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=c0QH1GOOqpv+edAk1GZ0/8EXwQKNzibEG66ZV2T524G2dM4nxfD7aMn8E+xvcXwzkRzjyY6uSXM/QNizllb8xaxVkS4ekEyjpu2nNwWWN/Zj/SBsswI26ltxX+JVz9MDkc9CSlf2Q5MDYEeABO0zYnhOd9g6UPdvF0eP1ZhOBBo= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=MFTp9b14mJQO4hPjhVkydMcWRkipILGqn6+DPCRcBOL+55jqtjd9JxayZUdqDbuusbQ1dU6sWLEG9QCsPejqijbTaSef4Sxw/6GQFGmb6VC2YwgsEQDmohiliSUbF+kWKq1IyyPP3hdPZD2uPFMmdGJC+/P6EfYBgYdDt85d6YU=; Message-ID: <506772.65929.qm@web30805.mail.mud.yahoo.com> X-YMail-OSG: FWOpxRQVM1m0K6yrzx48rQvsAA_6AL72I_VZTtXphJ_ZWb0XOaDiiW7EosaoVKbFlsvqOp716L6yte_O5sKMu.QpJNlSr.LIecUGBGBpvF94nEWlxOGfPNIh8n1e_KUUFMvEoI2paZIFUY0a.WWrsJINv6WqPpj3pBNhpT1HkUmXnOHyAGfjmcJm7MDLCEpWwW7OFnrdhcX5gm3ya1whYdCIQB4ordAVWMyZrPCYmCpmHNArkcfaGDYNCFdvVdS_BRRcNDw.Ger8BR1kcYuwX23AoSedQbxPw7TE3KO7zUCVJ0tnKqh4tiTeneyg9uQxXmGaTjJdlYq6anZRCSiCTzRr7KV8nDhH7nnLeLMPF9I66Yco0aO.JzKHKSWk4zgeuXP4fnuQ5IMRSn8_cMij29XsyWLg44AFyFRtBep27U7K_rbLcxkyK3qm7fcnLT0AQ3HVpLyyZriXto.J4DmoYlUyxN1Vc5cRFzLTHCngoSHM5m44Lf6SBEBwtORbnLdnWHlj6RFrhF4pvxk- Received: from [78.131.57.57] by web30805.mail.mud.yahoo.com via HTTP; Tue, 17 Nov 2009 11:56:53 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 References: <151588.70409.qm@web30808.mail.mud.yahoo.com> <20091117194218.GA32781@slackbox.xs4all.nl> Date: Tue, 17 Nov 2009 11:56:53 -0800 (PST) From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= To: freebsd-questions@freebsd.org In-Reply-To: <20091117194218.GA32781@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 19:56:54 -0000 Right now I'm done with almost 20GB download from the BSD machine to my lap= top by ftp, and 5GB to the BSD from http, in the mean while I've done almos= t 40GB of torrentflux's checking existing data and I do a make install to a= port, all in the same time and everything is working great. I hope it will= continue to work just like this.=0A=0AThe hdd temperatures are:=0A# smartc= tl -A /dev/ad0 | grep Temp && smartctl -A /dev/ad4 | grep Temp=0A194 Temper= ature_Celsius 0x0022 095 081 000 Old_age Always - = 48=0A194 Temperature_Celsius 0x0022 107 102 000 Old_age Al= ways - 43=0A=0ARoland, I have no connected any display to that = machine.=0A=0A=0A=0A=0A________________________________=0AFrom: Roland Smit= h =0ATo: D=E1nielisz L=E1szl=F3 =0ACc: freebsd-questions@freebsd.org=0ASent: Tue, November 17, 2009 8:42= :18 PM=0ASubject: Re: hdd voltage=0A=0AOn Tue, Nov 17, 2009 at 09:43:04AM -= 0800, D=E1nielisz L=E1szl=F3 wrote:=0A> Hello,=0A> =0A> My computer get sta= rts to reboot all the time I do a higher hdd use (like:=0A> fsck, copying m= ore GB of data). I was sure that my power supply its not=0A> enough so I ch= anged it (300W->450W), now it does the same. I'm looking for a=0A> tool to = measure the exactly power consumiton (voltage and amper) of my hdd,=0A> cpu= and ram on FreeBSD. Do you have any idea?=0A=0ATools like mbmon can show = you the different voltages that the power supply=0Aproduces. But current is= n't measured in the different circuits, AFAIK. If you=0Asee a drop in volta= ge before a reboot that would be a clear sign of=0Atrouble. Unfortunately t= he chips that do the monitoring sometimes only provide=0Anew values once ev= ery second. That is probably not fast enough to detect a=0Aswift voltage dr= op.=0A=0AThere are devices (e.g. kill-a-watt) available that you can plug b= etween the=0Apower outlet and the PC that show you the total power consumpt= ion. See=0Ae.g. http://forum.ncix.com/forums/index.php?mode=3Dshowthread&fo= rum=3D116&threadid=3D1659654&pagenumber=3D1&msgcount=3D18&subpage=3D1=0A=0A= The abovementioned link shows a decent system using between 118 and 205=0AW= att. So I'd be surprised if your 450 Watt powersupply wasn't sufficient.=0A= (unless you have one of those graphics cards that is covered in fans and=0A= heatsinks and that you could still use to fry an egg on.)=0A=0ABut I agree = that it looks like a hardware problem. Unfortunately there are=0Amultiple p= ossible causes. Check to see if all the cabling and cards are=0Asecurely co= nnected. Monitor the temperatures that the on-board sensors=0Areport. Remov= e dust from heatsinks and fans. Check the electrolytic capacitors=0Aon the = motherboard. If the metal "lid" is bulging, it's busted.=0A=0ARoland=0A-- = =0AR.F.Smith http://www.xs4all.nl/~rsmith/= =0A[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated= ]=0Apgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A72= 5)=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 20:02:09 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA3E6106566B for ; Tue, 17 Nov 2009 20:02:09 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr8.xs4all.nl (smtp-vbr8.xs4all.nl [194.109.24.28]) by mx1.freebsd.org (Postfix) with ESMTP id 693198FC17 for ; Tue, 17 Nov 2009 20:02:09 +0000 (UTC) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr8.xs4all.nl (8.13.8/8.13.8) with ESMTP id nAHK27SG053106; Tue, 17 Nov 2009 21:02:07 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id D8D00BAC4; Tue, 17 Nov 2009 21:02:02 +0100 (CET) Date: Tue, 17 Nov 2009 21:02:02 +0100 From: Roland Smith To: David Jackson Message-ID: <20091117200202.GB32781@slackbox.xs4all.nl> References: <4B01E2A3.5020305@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xXmbgvnjoT4axfJE" Content-Disposition: inline In-Reply-To: <4B01E2A3.5020305@gmail.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: Lockup problems on FreeBSD disks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 20:02:10 -0000 --xXmbgvnjoT4axfJE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 16, 2009 at 06:39:15PM -0500, David Jackson wrote: > I have a USB hard drive. Whenever I open two programs which utilise the= =20 > USB hard drive simultaneously, these programs, i assume when they=20 > attempt to write to the hard drive lock up due to what i suspect must be= =20 This particular problem is one I haven't seen. But I've had problems with U= SB harddisks freezing when trying to write large files. It seems that not USB<->ATA chipsets are created equal, and the 7.x USB stack seems to have problems with that.=20 > It seems most likely that this is a USB level problem involving the USB= =20 > drivers. I am using FreeBSD 7.1. It is annoying behaviour to say the=20 > least and I wonder what can be done about it, Try 8.0-PRERELEASE. The USB stack has been rewritten for 8.x, and my limited testing so far indicates it to work better with quirky hardware. The problem of a panic when unplugging a mounted USB drive should also be fixed. And even if you still have problems with the 8.x USB stack, I suspect the U= SB stack in 8.x is more likely to receive TLC than the one in 7.x, so it would= be best to check that out. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --xXmbgvnjoT4axfJE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksDAToACgkQEnfvsMMhpyUOuwCfZGWSwA1UqKqCbF06HpSI9XdH PPoAoIHbWL2eWzKZTJnLcT+sHPZxgvRC =hO5D -----END PGP SIGNATURE----- --xXmbgvnjoT4axfJE-- From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 20:14:11 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84A541065693 for ; Tue, 17 Nov 2009 20:14:11 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from web30807.mail.mud.yahoo.com (web30807.mail.mud.yahoo.com [68.142.200.150]) by mx1.freebsd.org (Postfix) with SMTP id 440A38FC18 for ; Tue, 17 Nov 2009 20:14:11 +0000 (UTC) Received: (qmail 45107 invoked by uid 60001); 17 Nov 2009 20:14:10 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1258488850; bh=qRAEv/28VZTkTm6+c40SUNsw4RPQrj64lp+i9qept+g=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=KEkuTG3d+yd9SZXnqFjfoMOESJbwgUwmExPVpmGyU2oybHy4aP/7/sEfKosRuiRdy7H48UKI1nPHFSwEYnypdi5+yNxrYJ3PKRYmejjXkwsgG1PpKAJIPu5Z1rnlVT+E2dZD7bLX4VHPNQlzGWLwyLPZCUFF6H1AWv34la0HrhE= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=2NZfJ4FnNQUOK4OwEIGslmpM3Zcueflh7V7tpq1Gl3ayXD22dboqYMnC/nLJnqAPk2zRp2ns8lJ0wN++mNay/grRUrpARw+8pl1E2LH4ZvsyeTptGhByrWbQT2Z5QiQxalREycZ91wdy4jZ+Pbg6jZ75Q2KOAvz2vv1zoTdNr4A=; Message-ID: <549041.44342.qm@web30807.mail.mud.yahoo.com> X-YMail-OSG: k0fXz0sVM1l17UkoUZIZTYTe56hZn.TEmG_S51HPyQXmd7xE0OeWc28qk5HiJ2ouqqUWP4FsKzGPWy1Vl_dFvbfY9hI_sSoalukhO6_Hjdv1JcA8jNzPmqGytb67rPe139hnfN4m1ET85qFdA.olL4rfOcRsCPX768YvKXC9thTwxXi8G3SJGWnVPFNGsgrk_khI80qYYTm8MlYBhybEkMoPlTs23.EY1zLQ.zeERmaK5VfzoRUrn8Ryb62f02TCMTBYxJSnVvvHnJNNzl2bytfjGxDpv76yQhp.d5UTldy6JBsJUk0K.itzNR9sqccmjbfda26r92N4lqR3G3YJ.qhA3HDlezVgN7f66YOrk1VIr7vWrJXZ.h16Mnbu196lVXU7vnnNN9nueuYC2LCt47hyH0J_bOVTdjVrLifjsywgihT8FynVWB9b7f5_W0Et681Uhk1gvDD6mEfAVjXBS3ALAkhNV99glJIiPO9HfqNWFeJhK3deQCx_zYEGECxx Received: from [78.131.57.57] by web30807.mail.mud.yahoo.com via HTTP; Tue, 17 Nov 2009 12:14:10 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 References: <151588.70409.qm@web30808.mail.mud.yahoo.com> <20091117194218.GA32781@slackbox.xs4all.nl> Date: Tue, 17 Nov 2009 12:14:10 -0800 (PST) From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= To: Roland Smith In-Reply-To: <20091117194218.GA32781@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 20:14:11 -0000 Roland,=0A=0AI installed mbmon, it looks like its a great application, but = I have a question, I google it and I found no answers yet.=0AWith mbmon -r = what values do you get? I figured out some but the rest I have no idea for = what stands for.=0A=0A# mbmon -r =0ATEMP0 : 42.0=0ATEMP1 : 67.0=0ATEMP= 2 : 67.0=0AFAN0 : 0=0AFAN1 : 2410=0AFAN2 : 0=0AVC0 : +1.36=0AVC= 1 : +1.42=0AV33 : +3.39=0AV50P : +5.11=0AV12P : +12.04=0AV12N : = +1.46=0AV50N : +2.29=0A=0A=0A=0A=0A________________________________=0AFro= m: Roland Smith =0ATo: D=E1nielisz L=E1szl=F3 =0ACc: freebsd-questions@freebsd.org=0ASent: Tue, November= 17, 2009 8:42:18 PM=0ASubject: Re: hdd voltage=0A=0AOn Tue, Nov 17, 2009 a= t 09:43:04AM -0800, D=E1nielisz L=E1szl=F3 wrote:=0A> Hello,=0A> =0A> My co= mputer get starts to reboot all the time I do a higher hdd use (like:=0A> f= sck, copying more GB of data). I was sure that my power supply its not=0A> = enough so I changed it (300W->450W), now it does the same. I'm looking for = a=0A> tool to measure the exactly power consumiton (voltage and amper) of m= y hdd,=0A> cpu and ram on FreeBSD. Do you have any idea?=0A=0ATools like m= bmon can show you the different voltages that the power supply=0Aproduces. = But current isn't measured in the different circuits, AFAIK. If you=0Asee a= drop in voltage before a reboot that would be a clear sign of=0Atrouble. U= nfortunately the chips that do the monitoring sometimes only provide=0Anew = values once every second. That is probably not fast enough to detect a=0Asw= ift voltage drop.=0A=0AThere are devices (e.g. kill-a-watt) available that = you can plug between the=0Apower outlet and the PC that show you the total = power consumption. See=0Ae.g. http://forum.ncix.com/forums/index.php?mode= =3Dshowthread&forum=3D116&threadid=3D1659654&pagenumber=3D1&msgcount=3D18&s= ubpage=3D1=0A=0AThe abovementioned link shows a decent system using between= 118 and 205=0AWatt. So I'd be surprised if your 450 Watt powersupply wasn'= t sufficient.=0A(unless you have one of those graphics cards that is covere= d in fans and=0Aheatsinks and that you could still use to fry an egg on.)= =0A=0ABut I agree that it looks like a hardware problem. Unfortunately ther= e are=0Amultiple possible causes. Check to see if all the cabling and cards= are=0Asecurely connected. Monitor the temperatures that the on-board senso= rs=0Areport. Remove dust from heatsinks and fans. Check the electrolytic ca= pacitors=0Aon the motherboard. If the metal "lid" is bulging, it's busted.= =0A=0ARoland=0A-- =0AR.F.Smith http://www.= xs4all.nl/~rsmith/=0A[plain text _non-HTML_ PGP/GnuPG encrypted/signed emai= l much appreciated]=0Apgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A7= 25 (KeyID: C321A725)=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 20:28:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A07F106568B for ; Tue, 17 Nov 2009 20:28:13 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id 396928FC14 for ; Tue, 17 Nov 2009 20:28:12 +0000 (UTC) Received: from r55.edvax.de (port-92-195-53-77.dynamic.qsc.de [92.195.53.77]) by mx01.qsc.de (Postfix) with ESMTP id 40A133D43C; Tue, 17 Nov 2009 21:28:11 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAHKSAWJ004884; Tue, 17 Nov 2009 21:28:10 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Tue, 17 Nov 2009 21:28:10 +0100 From: Polytropon To: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= Message-Id: <20091117212810.70a99d48.freebsd@edvax.de> In-Reply-To: <549041.44342.qm@web30807.mail.mud.yahoo.com> References: <151588.70409.qm@web30808.mail.mud.yahoo.com> <20091117194218.GA32781@slackbox.xs4all.nl> <549041.44342.qm@web30807.mail.mud.yahoo.com> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Roland Smith , freebsd-questions@freebsd.org Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 20:28:13 -0000 On Tue, 17 Nov 2009 12:14:10 -0800 (PST), D=E1nielisz L=E1szl=F3 wrote: > Roland, >=20 > I installed mbmon, it looks like its a great application, but > I have a question, I google it and I found no answers yet. > With mbmon -r what values do you get? I figured out some but > the rest I have no idea for what stands for. Welcome to the good world of excellent documentation. :-) Check out "man mbmon". The data delivered by mbmon can somewhat differ from system to system, depending on how the manufacturer of the "chipset" decided to communicate certain values to the OS. > # mbmon -r =20 > TEMP0 : 42.0 > TEMP1 : 67.0 > TEMP2 : 67.0 > FAN0 : 0 > FAN1 : 2410 > FAN2 : 0 > VC0 : +1.36 > VC1 : +1.42 > V33 : +3.39 > V50P : +5.11 > V12P : +12.04 > V12N : +1.46 > V50N : +2.29 A reference here (from my system): % mbmon -r TEMP0 : 69.0 <----- The CPU temperature in =B0C TEMP1 : 23.0 <----- The Chip set temperature in =B0C TEMP2 : 20.0 <----- The main board / box temperature in =B0C FAN0 : 0 <--\ FAN1 : 0 <--+-- Speed of fans not available here FAN2 : 0 <--/ VC0 : +1.57 <----- CPU voltage VC1 : +1.62 <----- Another voltage I don't know V33 : +3.25 <----- Reference +3.3 Volt V50P : +4.87 <----- Reference +5.0 Volt V12P : +11.67 <----- Reference +12.0 Volt V12N : +0.97 <----- Reference -12.0 Volt V50N : +1.99 <----- Seems to be reference -5.0 Volt, but looks strange As you can see in relation to your output, your board seems to put other values on the "default" named output lines, e. g. V12N =3D +1.46 V which can't be right, but "V12N" seems to be some chosen name for one of the data output lines, nothing more; it could be called "Bob", too. :-) --=20 Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 20:34:14 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93C771065670 for ; Tue, 17 Nov 2009 20:34:14 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.freebsd.org (Postfix) with ESMTP id 112358FC16 for ; Tue, 17 Nov 2009 20:34:13 +0000 (UTC) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id nAHKYCUw050135; Tue, 17 Nov 2009 21:34:12 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id C22B5BAA2; Tue, 17 Nov 2009 21:34:12 +0100 (CET) Date: Tue, 17 Nov 2009 21:34:12 +0100 From: Roland Smith To: =?iso-8859-15?Q?D=E1nielisz_L=E1szl=F3?= Message-ID: <20091117203412.GD32781@slackbox.xs4all.nl> References: <151588.70409.qm@web30808.mail.mud.yahoo.com> <20091117194218.GA32781@slackbox.xs4all.nl> <549041.44342.qm@web30807.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J5MfuwkIyy7RmF4Q" Content-Disposition: inline In-Reply-To: <549041.44342.qm@web30807.mail.mud.yahoo.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 20:34:14 -0000 --J5MfuwkIyy7RmF4Q Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 17, 2009 at 12:14:10PM -0800, D=E1nielisz L=E1szl=F3 wrote: > Roland, >=20 > I installed mbmon, it looks like its a great application, but I have a q= uestion, I google it and I > found no answers yet. > With mbmon -r what values do you get? I figured out some but the rest I > have no idea for what stands for. This is what I get: mbmon -A -d Summary of Detection: * ISA monitor(s): ** Winbond Chip W83627HF/THF/THF-A found. mbmon -I -r -c1 TEMP0 : 33.0 TEMP1 : 39.0 TEMP2 : 22.0 FAN0 : 1687 FAN1 : 1350 FAN2 : 0 VC0 : +2.48 VC1 : +3.65 V33 : +3.26 V50P : +5.48 V12P : +10.09 V12N : +1.05 V50N : +0.33 The meaning of the tags is explained in /usr/local/share/doc/mbmon/ReadMe I'm not sure as to how reliable this info is. E.g. My negative voltages are _way_ off and the +12V doesn't look too well, but the system runs OK. The C= PU temperature (TEMP1) is much lower than the on-die temperatures that coretemp reports but that could just be because the sensor from the winbond chip is = in another place.=20 And as I said earlier, chips like the Winbond only update their values once every second. So you cannot use them to monitor fast changes. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --J5MfuwkIyy7RmF4Q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksDCMQACgkQEnfvsMMhpyVW5ACgmLLWbvyFeUYJQp7V1Ze9TTps cS4An1b6nCKDp3dx/NK6cHYXUV2DJTbG =8gMY -----END PGP SIGNATURE----- --J5MfuwkIyy7RmF4Q-- From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 20:37:21 2009 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 D5C1D1065694 for ; Tue, 17 Nov 2009 20:37:21 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.freebsd.org (Postfix) with ESMTP id B19498FC08 for ; Tue, 17 Nov 2009 20:37:21 +0000 (UTC) Received: (qmail 463 invoked from network); 17 Nov 2009 20:37:21 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 17 Nov 2009 20:37:20 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id ACC8350886; Tue, 17 Nov 2009 15:37:19 -0500 (EST) From: Lowell Gilbert To: Laszlo Nagy References: <4B02A81F.1030101@shopzeus.com> Date: Tue, 17 Nov 2009 15:37:19 -0500 In-Reply-To: <4B02A81F.1030101@shopzeus.com> (Laszlo Nagy's message of "Tue, 17 Nov 2009 18:11:51 +0430") Message-ID: <44tyws3n28.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: questions@freebsd.org Subject: Re: jail - beginner questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 20:37:21 -0000 Laszlo Nagy writes: > I'm experimenting with jails. I have installed a 7.2 stable FreeBSD > inside vmware. Then I have created two jails, using the method written > in the handbook: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-build.html > > The only thing that didn't work is this: > > cd /etc > make distribution DESTDIR=$D > > I really think that it should be corrected to: > > cd /usr/src > make distribution DESTDIR=$D No, I think you added the '/' before 'etc', which isn't in the web page. > > After mounting devfs ("mount -t devfs devfs /vm1/dev") I try to start it: > > /etc/rc.d/vm1 start vm1 > > But then I get this error in syslog: > > bind: Can't assign requested address > > Here is the config from /etc/rc.conf (in the host): > > jail_enable="YES" # Set to NO to disable starting > of any jails > jail_list="vm1 vm2" # Space separated list of names > of jails > > jail_vm1_rootdir="/vm1" # jail's root directory > jail_vm1_hostname="vm1.localdomain" # jail's hostname > jail_vm1_ip="192.168.0.11" # jail's IP address > jail_vm1_devfs_enable="YES" # mount devfs in the jail > jail_vm1_devfs_ruleset="vm1_ruleset" # devfs ruleset to apply to jail > > jail_vm2_rootdir="/vm2" # jail's root directory > jail_vm2_hostname="vm2.localdomain" # jail's hostname > jail_vm2_ip="192.168.0.12" # jail's IP address > jail_vm2_devfs_enable="YES" # mount devfs in the jail > jail_vm2_devfs_ruleset="vm2_ruleset" # devfs ruleset to apply to jail Is the problem perhaps in your /etc/rc.d/vm1 script? Normally you would use /etc/rc.d/jail. Are those addresses already assigned on the host? Was the jail perhaps already running? -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/ From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 20:39:19 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8E72106568D for ; Tue, 17 Nov 2009 20:39:19 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id 882CD8FC15 for ; Tue, 17 Nov 2009 20:39:18 +0000 (UTC) Received: from r55.edvax.de (port-92-195-53-77.dynamic.qsc.de [92.195.53.77]) by mx01.qsc.de (Postfix) with ESMTP id 36BCA3D560; Tue, 17 Nov 2009 21:39:17 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAHKdGOi004935; Tue, 17 Nov 2009 21:39:16 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Tue, 17 Nov 2009 21:39:16 +0100 From: Polytropon To: cpghost Message-Id: <20091117213916.91523909.freebsd@edvax.de> In-Reply-To: <20091117185804.GA20938@phenom.cordula.ws> References: <151588.70409.qm@web30808.mail.mud.yahoo.com> <20091117185114.2580bf71.freebsd@edvax.de> <20091117132720.24167377.wmoran@potentialtech.com> <20091117193700.92f6678e.freebsd@edvax.de> <20091117185804.GA20938@phenom.cordula.ws> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 20:39:19 -0000 On Tue, 17 Nov 2009 19:58:04 +0100, cpghost wrote: > One pure electron a day keeps the plague[1] away... > > [1] http://en.wikipedia.org/wiki/Capacitor_plague > > Sorry, couldn't resist. ;-) I'm a doctor, not a resistor. So I couldn't resist, too. Electricity is actually made up of extremely tiny particles called electrons, that you cannot see with the naked eye unless you have been drinking. [...] But Edison's greatest achievement came in 1879, when he invented the electric company. Edison's design was a brilliant adaptation of the simple electrical circuit: the electric company sends electricity through a wire to a customer, then immediately gets the electricity back through another wire, then (this is the brilliant part) sends it right back to the customer again. This means that an electric company can sell a customer the same batch of electricity thousands of times a day and never get caught, since very few customers take the time to examine their electricity closely. In fact the last year any new electricity was generated in the United States was 1937; the electric companies have been merely re-selling it ever since, which is why they have so much free time to apply for rate increases. [...] Here is a simple experiment that will teach you an important electrical lesson: On a cool, dry day, scuff your feet along a carpet, then reach your hand into a friend's mouth and touch one of his dental fillings. Did you notice how your friend twitched violently and cried out in pain? This teaches us that electricity can be a very powerful force, but we must never use it to hurt others unless we need to learn an important electrical lesson. It also teaches us how an electrical circuit works. When you scuffed your feet, you picked up batches of "electrons", which are very small objects that carpet manufacturers weave into carpets so they will attract dirt. The electrons travel through your bloodstream and collect in your finger, where they form a spark that leaps to your friend's filling, then travels down to his feet and back into the carpet, thus completing the circuit. -- Dave Barry: "The Taming Of The Screw" And: Yes, I know it's OT, but it makes electricity problems look easier because you can now easily understand them. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 20:48:27 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE169106566B for ; Tue, 17 Nov 2009 20:48:27 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout022.mac.com (asmtpout022.mac.com [17.148.16.97]) by mx1.freebsd.org (Postfix) with ESMTP id D92648FC17 for ; Tue, 17 Nov 2009 20:48:27 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from cswiger1.apple.com ([17.227.140.124]) by asmtp022.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KT900M9CTS6DB50@asmtp022.mac.com> for freebsd-questions@freebsd.org; Tue, 17 Nov 2009 12:48:07 -0800 (PST) Message-id: From: Chuck Swiger To: Polytropon In-reply-to: <20091117212810.70a99d48.freebsd@edvax.de> Date: Tue, 17 Nov 2009 12:48:06 -0800 References: <151588.70409.qm@web30808.mail.mud.yahoo.com> <20091117194218.GA32781@slackbox.xs4all.nl> <549041.44342.qm@web30807.mail.mud.yahoo.com> <20091117212810.70a99d48.freebsd@edvax.de> X-Mailer: Apple Mail (2.936) Cc: =?ISO-8859-1?Q?D=E1nielisz_L=E1szl=F3?= , FreeBSD - Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 20:48:28 -0000 Hi-- On Nov 17, 2009, at 12:28 PM, Polytropon wrote: > V12N : +0.97 <----- Reference -12.0 Volt > V50N : +1.99 <----- Seems to be reference -5.0 Volt, but looks > strange > > As you can see in relation to your output, your board seems > to put other values on the "default" named output lines, e. g. > V12N = +1.46 V which can't be right, but "V12N" seems to be > some chosen name for one of the data output lines, nothing > more; it could be called "Bob", too. :-) V12N is pin 14 of the 20-pin ATX connector, and is supposed to be the blue wire, running at -12 VDC. It was used by ISA cards and an optional part of PCI bus interface, but is not normally used by anything. V50N is / was pin 20 of the ATX connector, running at -5 VDC, but has been removed since ~2003; the -5V rail was used ISA cards, but is now obsolete, and pin 20 is prohibited from being present in modern PSUs. Regards, -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 20:48:49 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE734106568B for ; Tue, 17 Nov 2009 20:48:49 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from web30801.mail.mud.yahoo.com (web30801.mail.mud.yahoo.com [68.142.200.144]) by mx1.freebsd.org (Postfix) with SMTP id 7450D8FC14 for ; Tue, 17 Nov 2009 20:48:49 +0000 (UTC) Received: (qmail 81201 invoked by uid 60001); 17 Nov 2009 20:48:48 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1258490928; bh=5cpMWq/RjNRTZJgxsl2oLXUwlFv2/APoY5lSegUewIw=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=z2/JH9lk1IZGboB5yiViopWRjiX8Y82urGyZc3pRAAeim4m3zCLrYUF9i7hHkExMWjGP4B5Fij4d/Wfj94O40NnUZQMoDX2EXakhI39Yi1r03q0a2CA7oVkyG9gqJL00Z4rwJkx4hhQ/wNEtND4NTKOBmg/0r/maqg94WMPKlo8= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=AW1XgRlO2riDD4c4ASPom7g2CZrdML1yo7xjRJJfZgjOLpCFiiJcvKin2YjSuLVMKdGijbs6OWJOYdOKgYXeN8kO+lCTRz0ZTkoTbErJ0xPyA6yykzq+4QdH0On+IkUaDsf2lBA/O+j1fFhaxUqgli0xHiwZQs7vmx/L6QPWno0=; Message-ID: <671801.80533.qm@web30801.mail.mud.yahoo.com> X-YMail-OSG: hIkjL4MVM1l9Tm.MyFZM8bHM8erYc9pcJmAb5f2MZXsRFiucOWT_o5JhqcTMT0B6xaf4AIhlJmKhi3q.ozViWmFH9CsDvAQSvJBrcIpzUBPwdbFC9cZTKDN0F2g.MVN4QwfcYmxizp9s.WogjYhw8qOvNvHLQcVVU2PTJzUD6R7YxH2PFwqWYo_uEqx0QTi.MK8FBzkbfHA0xUkVbsoaG4K2MCoUMlhQjyA3Y.hlh4NA5uq7sXQD_PpVLEj4i.K5lYw1qYjtQyaPv5serjEToXYHuO4lU32VNNqKqbRzNyb87C4oN8dxfiC_0j5c75V2EL8h0Fdfqx_N Received: from [78.131.57.57] by web30801.mail.mud.yahoo.com via HTTP; Tue, 17 Nov 2009 12:48:48 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 References: <151588.70409.qm@web30808.mail.mud.yahoo.com> <20091117194218.GA32781@slackbox.xs4all.nl> <549041.44342.qm@web30807.mail.mud.yahoo.com> <20091117203412.GD32781@slackbox.xs4all.nl> Date: Tue, 17 Nov 2009 12:48:48 -0800 (PST) From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= To: Roland Smith In-Reply-To: <20091117203412.GD32781@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 20:48:49 -0000 Thank you very much!=0AI just got a tip, it's called munin. =0A=0A=0A=0A=0A= ________________________________=0AFrom: Roland Smith =0A= To: D=E1nielisz L=E1szl=F3 =0ACc: freebsd-quest= ions@freebsd.org=0ASent: Tue, November 17, 2009 9:34:12 PM=0ASubject: Re: h= dd voltage=0A=0AOn Tue, Nov 17, 2009 at 12:14:10PM -0800, D=E1nielisz L=E1s= zl=F3 wrote:=0A> Roland,=0A> =0A> I installed mbmon, it looks like its a = great application, but I have a question, I google it and I=0A> found no a= nswers yet.=0A=0A> With mbmon -r what values do you get? I figured out som= e but the rest I=0A> have no idea for what stands for.=0A=0AThis is what I= get:=0Ambmon -A -d=0ASummary of Detection:=0A* ISA monitor(s):=0A ** Winb= ond Chip W83627HF/THF/THF-A found.=0Ambmon -I -r -c1=0ATEMP0 : 33.0=0ATEMP1= : 39.0=0ATEMP2 : 22.0=0AFAN0 : 1687=0AFAN1 : 1350=0AFAN2 : 0=0AVC0 = : +2.48=0AVC1 : +3.65=0AV33 : +3.26=0AV50P : +5.48=0AV12P : +10.= 09=0AV12N : +1.05=0AV50N : +0.33=0A=0AThe meaning of the tags is explai= ned in /usr/local/share/doc/mbmon/ReadMe=0A=0AI'm not sure as to how reliab= le this info is. E.g. My negative voltages are=0A_way_ off and the +12V doe= sn't look too well, but the system runs OK. The CPU=0Atemperature (TEMP1) i= s much lower than the on-die temperatures that coretemp=0Areports but that = could just be because the sensor from the winbond chip is in=0Aanother plac= e. =0A=0AAnd as I said earlier, chips like the Winbond only update their va= lues once=0Aevery second. So you cannot use them to monitor fast changes.= =0A=0ARoland=0A-- =0AR.F.Smith http://www.= xs4all.nl/~rsmith/=0A[plain text _non-HTML_ PGP/GnuPG encrypted/signed emai= l much appreciated]=0Apgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A7= 25 (KeyID: C321A725)=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 20:49:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B3B6106566C for ; Tue, 17 Nov 2009 20:49:30 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1725C8FC20 for ; Tue, 17 Nov 2009 20:49:29 +0000 (UTC) Received: by pxi12 with SMTP id 12so260638pxi.3 for ; Tue, 17 Nov 2009 12:49:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=QnV1r0ZFu9CAcEehTlVPE2CZxZJrvR7tBO0s9vwvmMw=; b=LqOJcL3w3p7irvd9uFk8okRJSX2hNvSdWCYB0++H2g8lJiL5gXVo+99VHKyz6zqqOs jA0XhByarHoukFQZ6HQ4v2oUfosl9oDV7RKkpa6Ixxr2qVqCBOSaEZIhvUYuBE/UbvNT JSzi+hismYy8FzSg8KIwn8uPL9dTw4uO8s/Ew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=RS8kDAtTgcsqw/gqkTen7HlG/gRO0NKkKBYBYfsvCX8y6+2BslmmNnToLiLrgfE5s0 kaIVQgq84LqwdAnKEX54ZZGdIlUu1DDFsQZ43uv2jJK6oqBwoHTf2qkyBY/kN8kTGjAn dPRm8ppoDEHbb4q9pgQ7OHm8W0MS/gJFlLCaI= MIME-Version: 1.0 Received: by 10.143.25.19 with SMTP id c19mr1065917wfj.87.1258490969546; Tue, 17 Nov 2009 12:49:29 -0800 (PST) Date: Tue, 17 Nov 2009 13:49:29 -0700 Message-ID: <64c038660911171249r141cc810n62a721e48225954c@mail.gmail.com> From: Modulok To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Wester Digital 'deep recovery cycle' and gstripe? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 20:49:30 -0000 List, Has anyone used 'Wester Digital Caviar Black' disks in a gstripe? I'm building a 2TB gstripe, from 3x 1TB disks. My concern, is the disks are 'consumer grade' disks. Western Digital mention not to use them with a raid controller as they have a potential, 'deep recovery cycle', which an last up to 2 minutes. This would theoretically result in them being dropped from the array. Despite this, I've heard successful uses of these disks via gmirror. (Granted, not the same as gstripe). Again, in theory, if one disk enters a 'deep recovery cycle' and is dropped from the array, and during that time another disks does the same the array is toast, right? Umm...what are the odds of this occurring? War stories? (The more I type this out, the more it's starting to sound like a bad idea.) Thoughts, ideas? -Modulok- From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 21:03:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67323106566B for ; Tue, 17 Nov 2009 21:03:26 +0000 (UTC) (envelope-from jgrosch@es.net) Received: from mailgw.es.net (mail1.es.net [IPv6:2001:400:201:1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4D41F8FC1D for ; Tue, 17 Nov 2009 21:03:26 +0000 (UTC) Received: from zen.es.net (odin.es.net [198.128.1.93]) (authenticated bits=0) by mailgw.es.net (8.14.3/8.14.3) with ESMTP id nAHL3PcN025925 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 17 Nov 2009 13:03:25 -0800 Message-ID: <4B030F9D.6090801@es.net> Date: Tue, 17 Nov 2009 13:03:25 -0800 From: Josef Grosch User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Modulok References: <64c038660911171249r141cc810n62a721e48225954c@mail.gmail.com> In-Reply-To: <64c038660911171249r141cc810n62a721e48225954c@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.8161:2.4.5, 1.2.40, 4.0.166 definitions=2009-11-17_11:2009-11-16, 2009-11-17, 2009-11-17 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-0911170182 Cc: freebsd-questions@freebsd.org Subject: Re: Wester Digital 'deep recovery cycle' and gstripe? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 21:03:26 -0000 Modulok wrote: > List, > > Has anyone used 'Wester Digital Caviar Black' disks in a gstripe? > > I'm building a 2TB gstripe, from 3x 1TB disks. My concern, is the > disks are 'consumer grade' disks. Western Digital mention not to use > them with a raid controller as they have a potential, 'deep recovery > cycle', which an last up to 2 minutes. This would theoretically result > in them being dropped from the array. Despite this, I've heard > successful uses of these disks via gmirror. (Granted, not the same as > gstripe). Again, in theory, if one disk enters a 'deep recovery cycle' > and is dropped from the array, and during that time another disks does > the same the array is toast, right? > > Umm...what are the odds of this occurring? War stories? (The more I > type this out, the more it's starting to sound like a bad idea.) > Thoughts, ideas? > -Modulok- YMMV, but. In the past I have not had good luck with Western Digital disks, they are 'consumer grade'. It has been my experience that Seagate drives hold up better. My $0.02 Josef -- Josef Grosch Email : jgrosch@es.net Computer Systems Engineer Office : 510-486-6597 Lawrence Berkeley National Laboratory Cell : 510-207-9976 From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 21:03:58 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 598321065693 for ; Tue, 17 Nov 2009 21:03:58 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2F00E8FC35 for ; Tue, 17 Nov 2009 21:03:57 +0000 (UTC) Received: by pxi12 with SMTP id 12so269108pxi.3 for ; Tue, 17 Nov 2009 13:03:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=sY/IEj7dhoRm1+Ma711ukALEqhzbY7b/oWMi8nxTtNI=; b=ue4NYCtO09ZzGOopUB4gPMboOILXnPwTCztysuWt/sKDLfq5XfVR9Jejhy2GMQLnbI hlCSNGIdPOmmt+7Vn2p5SYl4aSCXvgC6wxN7RYRCaU3KYxAUjkcz3JKiPvrtkpMqNLdW TZb4bH69guVBYM/ypwpxVDmJm5owhByAJdD+U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ZYcsP0z/mEfXNyTJxd8rBQU+/hw0rAo/F3z4r3qdhnKuFveaPi8kdGWnHx3/oOXz03 jN4JeeUTjXUokBBk9/knr2FkOKZCxp6m+wpQLAmjgKkABcMxC9+SFiBq/sjPUK93wb9v AhkyYfOhiHLnAjw4s39cWnNd22lMMSIlrZaIc= MIME-Version: 1.0 Received: by 10.143.154.34 with SMTP id g34mr186014wfo.312.1258491837705; Tue, 17 Nov 2009 13:03:57 -0800 (PST) In-Reply-To: <64c038660911171249r141cc810n62a721e48225954c@mail.gmail.com> References: <64c038660911171249r141cc810n62a721e48225954c@mail.gmail.com> Date: Tue, 17 Nov 2009 15:03:57 -0600 Message-ID: <6201873e0911171303w2c37f1c3we928798a6760d393@mail.gmail.com> From: Adam Vande More To: Modulok Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Wester Digital 'deep recovery cycle' and gstripe? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 21:03:58 -0000 On Tue, Nov 17, 2009 at 2:49 PM, Modulok wrote: > List, > > Has anyone used 'Wester Digital Caviar Black' disks in a gstripe? > > I'm building a 2TB gstripe, from 3x 1TB disks. My concern, is the > disks are 'consumer grade' disks. Western Digital mention not to use > them with a raid controller as they have a potential, 'deep recovery > cycle', which an last up to 2 minutes. This would theoretically result > in them being dropped from the array. Despite this, I've heard > successful uses of these disks via gmirror. (Granted, not the same as > gstripe). Again, in theory, if one disk enters a 'deep recovery cycle' > and is dropped from the array, and during that time another disks does > the same the array is toast, right? > > Umm...what are the odds of this occurring? War stories? (The more I > type this out, the more it's starting to sound like a bad idea.) > Thoughts, ideas? > -Modulok- > > In a stripe, if one goes it all goes. However I am not certain it's an issue in your case, the gstripe labeling mode with create a persistent config. If there's not a better answer, best thing to do would be to test it out. setting up gstripe takes like 10 minutes. -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 21:07:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FBB6106568D for ; Tue, 17 Nov 2009 21:07:26 +0000 (UTC) (envelope-from djackson452@gmail.com) Received: from mail-gx0-f218.google.com (mail-gx0-f218.google.com [209.85.217.218]) by mx1.freebsd.org (Postfix) with ESMTP id 43D3A8FC20 for ; Tue, 17 Nov 2009 21:07:26 +0000 (UTC) Received: by gxk10 with SMTP id 10so455733gxk.3 for ; Tue, 17 Nov 2009 13:07:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=HdXRaknZ4fN9rP2NX5dMzVNZHh2iZyF1qihakum0YhA=; b=Aa6fYooxJCMPBnAGEvZOPuc3lXj3MWIZ57mpfLDtU+SuXP2GZ74vzJwGeBqeeexKeQ Aeqb7+nscb1p9lsNw1flauBbTlCTuOhO5LT9H7npik6e11GCCmpC7WX/EWMj9NWkABwk nazACIlAEdJmsuy2YF80oYOgA14g5gCqKpuUY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=NkOaIcYRg+0KqCUWGfhAE+w6JP7Piv5OLrGb5VqeD0EYo/m9PzhwP8HK+PwodeX/Bq A8RtxDC+UyvNvKoRP23NEuQmwqIkLbKuI2Fszg3rX+lpHnLZeVWquHoUQobxZ4C/VRgn SsXKQUvOis/ie5yi/sILKKmXgVGupGvGMhkFw= Received: by 10.101.115.4 with SMTP id s4mr2261918anm.81.1258492045484; Tue, 17 Nov 2009 13:07:25 -0800 (PST) Received: from ?192.168.1.103? (pool-96-254-203-152.tampfl.fios.verizon.net [96.254.203.152]) by mx.google.com with ESMTPS id 15sm356091yxh.22.2009.11.17.13.07.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 17 Nov 2009 13:07:24 -0800 (PST) Message-ID: <4B030F55.8020706@gmail.com> Date: Tue, 17 Nov 2009 16:02:13 -0500 From: David Jackson User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: davidcollins001@gmail.com, freebsd-questions@freebsd.org References: <4AE3944A.4090602@videotron.ca> <4AE40A00.3040607@infracaninophile.co.uk> <4b02dc68.eJdGkKbmyLCy24CC%davidcollins001@gmail.com> In-Reply-To: <4b02dc68.eJdGkKbmyLCy24CC%davidcollins001@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: flashplugin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 21:07:26 -0000 I never had tried to install Linux flash. I did install Windows flash under Firefox on Wine and it worked. I found that the freebsd port for Wine would not work but if I downloaded the source from WineHQ and compiled it would work fine, however, i tried a more recent version of Wine which did not compile right on FreeBSD, my current properly compiled wine version is, 1.1.7. You can try the most recent version of Wine and see if tht works, if not you can try 1.1.7 which worked well for me. David Collins wrote: > I have periodically tested with getting flash working, and everytime I > try it fails and I go back to undoing everything I have done and > re-installing gnash. Gnash works but it does have a few niggles. > > I tried the following: > > >> This is what I did for a 7.2 box. Note that there are compatibility >> >> # pkg_info -orx linux > linux-stuff >> # pkg_delete -rx linux >> >> # cd /compat/linux >> # find . -type f -ls >> # rm -rf * >> >> # sysctl compat.linux.osrelease=2.6.16 >> >> OVERRIDE_LINUX_BASE_PORT= f10 >> OVERRIDE_LINUX_NONBASE_PORTS= f10 >> >> to /etc/make.conf. >> >> # portinstall www/nspluginwrapper >> # nspluginwrapper -v -a -i >> >> * Finally, fire up Firefox and check that it has loaded the flash plugin by >> typing 'about:plugins' into the URL bar. Find a site with flash content[*], >> and enjoy. >> > > Everything installed easily and about:plugins has Shockwave Flash and > FutureSplash Player as enabled. But, when I go to youtube.com all I get a black > screen and the video doesn't load. > > Does anyone have any ideas why flash isn't working? > > David > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 21:26:42 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E52AA1065676 for ; Tue, 17 Nov 2009 21:26:42 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id BCB458FC17 for ; Tue, 17 Nov 2009 21:26:42 +0000 (UTC) Received: by pwj15 with SMTP id 15so272172pwj.3 for ; Tue, 17 Nov 2009 13:26:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=NM9uKOZVK5pOlZqeCIgZlB4oc6j8Z+PrPaNCK7NL42Q=; b=xX+Mx8HnDb/AGJq9FZqOtyznjGfOhQmJfSdpndJMTpSQE/rUTqNbQBVzNpYVjLEyku HK09WaFQR+cIzXlIsahzVIsmpc/AZkh9MraXqwyDZ5QAa+jmin02GzOf4hIOhEFfMrK1 HJYW2K2jUG5df9Q18lUTokZ88DKg1fR5VhnH0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=UNFUa8ewPkHBLUkGiTXTsghDg/c8ZRLcLafmNHW3GzSoh55ieWYMN39W8F2m38fJ6A Ksuqg7/UK1YvH1CarRjLmdRL2t12QWjog3m5CFKp1G7unm5AUZmp+SkLI1Iwsz0YZkRD ydHE2YqyRJ3oHbXtd5/hQSQT8xttAx5Qp/5CM= MIME-Version: 1.0 Received: by 10.143.25.19 with SMTP id c19mr1070539wfj.87.1258493202138; Tue, 17 Nov 2009 13:26:42 -0800 (PST) In-Reply-To: <6201873e0911171303w2c37f1c3we928798a6760d393@mail.gmail.com> References: <64c038660911171249r141cc810n62a721e48225954c@mail.gmail.com> <6201873e0911171303w2c37f1c3we928798a6760d393@mail.gmail.com> Date: Tue, 17 Nov 2009 14:26:42 -0700 Message-ID: <64c038660911171326p329cee87x775a98c5d52605a3@mail.gmail.com> From: Modulok To: Adam Vande More Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: Wester Digital 'deep recovery cycle' and gstripe? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 21:26:43 -0000 Correction, it would be a graid3 setup. Sorry. -Modulok- On 11/17/09, Adam Vande More wrote: > On Tue, Nov 17, 2009 at 2:49 PM, Modulok wrote: > >> List, >> >> Has anyone used 'Wester Digital Caviar Black' disks in a gstripe? >> >> I'm building a 2TB gstripe, from 3x 1TB disks. My concern, is the >> disks are 'consumer grade' disks. Western Digital mention not to use >> them with a raid controller as they have a potential, 'deep recovery >> cycle', which an last up to 2 minutes. This would theoretically result >> in them being dropped from the array. Despite this, I've heard >> successful uses of these disks via gmirror. (Granted, not the same as >> gstripe). Again, in theory, if one disk enters a 'deep recovery cycle' >> and is dropped from the array, and during that time another disks does >> the same the array is toast, right? >> >> Umm...what are the odds of this occurring? War stories? (The more I >> type this out, the more it's starting to sound like a bad idea.) >> Thoughts, ideas? >> -Modulok- >> >> In a stripe, if one goes it all goes. However I am not certain it's an > issue in your case, the gstripe labeling mode with create a persistent > config. If there's not a better answer, best thing to do would be to test > it out. setting up gstripe takes like 10 minutes. > > > -- > Adam Vande More > From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 21:41:14 2009 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 568C11065670 for ; Tue, 17 Nov 2009 21:41:14 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from viefep13-int.chello.at (viefep13-int.chello.at [62.179.121.33]) by mx1.freebsd.org (Postfix) with ESMTP id 9583A8FC12 for ; Tue, 17 Nov 2009 21:41:13 +0000 (UTC) Received: from edge01.upc.biz ([192.168.13.236]) by viefep13-int.chello.at (InterMail vM.7.09.01.00 201-2219-108-20080618) with ESMTP id <20091117214111.WZKT16274.viefep13-int.chello.at@edge01.upc.biz> for ; Tue, 17 Nov 2009 22:41:11 +0100 Received: from [192.168.0.102] ([89.134.235.155]) by edge01.upc.biz with edge id 6MhA1d06Z3MqfxD01MhBZb; Tue, 17 Nov 2009 22:41:11 +0100 X-SourceIP: 89.134.235.155 Message-ID: <4B02E742.4010705@shopzeus.com> Date: Tue, 17 Nov 2009 22:41:14 +0430 From: Laszlo Nagy User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: questions@freebsd.org References: <4B02A81F.1030101@shopzeus.com> <44tyws3n28.fsf@be-well.ilk.org> In-Reply-To: <44tyws3n28.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: jail - beginner questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 21:41:14 -0000 > No, I think you added the '/' before 'etc', which isn't in the web page. > Gotcha. > > Is the problem perhaps in your /etc/rc.d/vm1 script? > Normally you would use /etc/rc.d/jail. > Yes, I'm. Sorry - it was a typo. I used this: /etc/rc.d/jail start vm1 > Are those addresses already assigned on the host? > Was the jail perhaps already running? > My computer is a windows machine, with address 192.168.0.X Then the FreeBSD host is actually a guest os running in wvmare. It has address 192.168.37.133 And finally, the vm1 jail should have 192.168.0.11 I don't know why 192.168.0.11 is not working for the jail. Anyway, if I change the jail's address to 192.168.10.11 then /etc/rc.d/jail start vm1 Starting jails: vm1.localdomain. Now the next question: how can I access the hosted (jailed) OS? I know it is a dumb question, but I have no idea. I would like to: a.) run sshd in the jail b.) login from the host to the jailed (hosted) OS c.) install programs on the jail, configure them and finally d.) use NATD to divert some pacakges from the host to the jail and back Probably this is what everybody does, so if you could point me to a tutorial or something, I would appriciate it. Thanks, Laszlo From owner-freebsd-questions@FreeBSD.ORG Tue Nov 17 22:38:50 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53395106566B for ; Tue, 17 Nov 2009 22:38:50 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (ns1.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id 0F3E18FC08 for ; Tue, 17 Nov 2009 22:38:49 +0000 (UTC) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id nAHMcdW0039583 for ; Tue, 17 Nov 2009 14:38:40 -0800 (PST) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Tue, 17 Nov 2009 14:38:45 -0800 (PST) Date: Tue, 17 Nov 2009 14:38:45 -0800 From: Gary Kline To: Manolis Kiagias Message-ID: <20091117223844.GA19855@thought.org> References: <20091115234930.GA11465@thought.org> <20091116010014.f3ca28de.freebsd@edvax.de> <20091116070056.GE11539@thought.org> <20091116203149.1785f7c1.freebsd@edvax.de> <20091116231236.GA15714@thought.org> <20091117160117.12c71262.freebsd@edvax.de> <20091117174540.GB19113@thought.org> <4B02E346.3070209@otenet.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B02E346.3070209@otenet.gr> User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 23 years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: FreeBSD Mailing List Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 22:38:50 -0000 On Tue, Nov 17, 2009 at 07:54:14PM +0200, Manolis Kiagias wrote: > Gary Kline wrote: > > > > There is a question during sysinstall: "Would you like to enable ssh login?" > Guess you answered "no" there? > i didn't see this question -- or don't remember seeing it. -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 7.31a release of Jottings: http://jottings.thought.org/index.php From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 00:06:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16A8E1065695 for ; Wed, 18 Nov 2009 00:06:41 +0000 (UTC) (envelope-from anti_spam256@yahoo.ca) Received: from web65505.mail.ac4.yahoo.com (web65505.mail.ac4.yahoo.com [76.13.9.49]) by mx1.freebsd.org (Postfix) with SMTP id 99B0F8FC16 for ; Wed, 18 Nov 2009 00:06:40 +0000 (UTC) Received: (qmail 71261 invoked by uid 60001); 18 Nov 2009 00:06:40 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.ca; s=s1024; t=1258502799; bh=9/Yc+SKMyNfVhoalFWCbvT6o1HZi4oktd+cBiM1OQFM=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=PkvbE1Tb2elFb1mpVsV2Obt5wnuY/DjMI8jiJKhb+pTtAUUv5z+LLQpUVi6oCNK6h0NBeNr8SciXUJVy61bJ+KXVLkwRO7hYYjTb7aK2tY3zTQbjtjD4brdlJGwD+yeNbv92Y7Bz4mmrLOsoToADtix+91l3qiXHwCYtkFezVPM= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=SuIGRblQKqLlmaq3jwDK0b1791XjioxlGK860sVy/ydfTwZidBnFZJ9aUafRe4oXNuKe6NONO+6FjmOvrcW5dxSVRrwYFzfJWiY+BG5roNFCIfo4VV5w2VRrkmEfOS1qoUfUhpA9lRZfTTZamIe0i+X1LaRcIOhAS4aJZ1psqNc=; Message-ID: <917150.71055.qm@web65505.mail.ac4.yahoo.com> X-YMail-OSG: aLDZTEwVM1lvf1BrWJCTf3amcNutWfH9pfCB7zhVUtJwZIUquQnCDWoHudCYPiIuAfHGcytfIzKXuUk7jjZm1Wy0YzaNzBm9eYCCac6WsMUL2XDXM6tFSQ0qUHiTF3YqB36_Re.inOBnnGURCfumG79VEphmK..gD.pxYldCbLZUcagaBHvH3d6nFXpD0sBmWfJowAZJwBdBkYODsX1MK.SeR1JQTs0avrsWWmkyKblCfSI_NZWss2RIwrEyrG1zqyw.BzQSHfMTot3ymkXH.mjN78BTI1QPK_W8cHpUX2_4lqz.4VZH8TrHRLMcmkSLmK9pRVMdL.DU98C55p3VpH4jBSm.BVLlL_SW18IYK45txSH8LG_nMGKlyx3s3VsOSVev3OIUmPBMUS_pNJmW8ldus2Qpq8wZ0c5KUNLe9IetWFJUiBVJr3uEZPrGipSejXEjHZlOjvDn9gXxnFlUBylvjuFHySc5bnq4DZxzd3mW6cPPGWitzgCdjYcwIQelQufLRrUwXg0_CS.USM7iy3tlgCvAA5sD8ZUccVswWOagskhhaXHVIVb_6XaDVFaAncZWlsPRkS0JCNCyAA37g79chgcYklCJaLOm Received: from [208.99.137.71] by web65505.mail.ac4.yahoo.com via HTTP; Tue, 17 Nov 2009 16:06:39 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.7.361.4 Date: Tue, 17 Nov 2009 16:06:39 -0800 (PST) From: James Phillips To: freebsd-questions@freebsd.org In-Reply-To: <20091117200220.B7AB610656C6@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: laszlo_danielisz@yahoo.com Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 00:06:41 -0000 > Date: Tue, 17 Nov 2009 11:01:15 -0800 (PST) > From: D?nielisz L?szl? > Subject: Re: hdd voltage > To: freebsd-questions@freebsd.org > Message-ID: <615511.15311.qm@web30804.mail.mud.yahoo.com> > Content-Type: text/plain; charset=iso-8859-1 > > Thank you guys for the interest you bring solving my > issue! > > Actualy I noticed one thing for sure: > I have to hdd-s in my PC, an 80GB Seagate ATA (the o.s. > boot hdd) and one 1T Seagate SATA (only for storage), there > were no problems when I used just the 80GB neither with the > 1T, I noticed only that I'm getting thouse reboots when I > start to copy about more than 4-5GB from the 1T hdd to my > laptop (on ftp). Maybe the hdd was too warm after copying > that amount of data? > You don't specify what models you have. The specs for a random, slightly higher-end, 1TB SATA Seagate drive states an operating temperature range of 0C-60C. http://www.seagate.com/staticfiles/support/disc/manuals/desktop/Barracuda%207200.12/100529369e.pdf - Page 4, PDF page 11 Found: http://www.seagate.com/www/en-us/products/desktops/barracuda_hard_drives/barracuda_7200.12/#tTabContentSpecifications > 49 Celsius was the top of the tempature for this hdd, I > think its normal. After that Google study, I prefer to keep my drives below 40C if I can. Current temp (idle): 41C. Regards, James Phillips __________________________________________________________________ Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your favourite sites. Download it now http://ca.toolbar.yahoo.com. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 01:09:57 2009 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 1416710657A8 for ; Wed, 18 Nov 2009 01:09:57 +0000 (UTC) (envelope-from brett@lariat.net) Received: from lariat.net (lariat.net [66.119.58.2]) by mx1.freebsd.org (Postfix) with ESMTP id 8C9F48FC0A for ; Wed, 18 Nov 2009 01:09:56 +0000 (UTC) Received: from anne-o1dpaayth1.lariat.net (IDENT:ppp1000.lariat.net@lariat.net [66.119.58.2]) by lariat.net (8.9.3/8.9.3) with ESMTP id RAA21582 for ; Tue, 17 Nov 2009 17:32:58 -0700 (MST) Message-Id: <200911180032.RAA21582@lariat.net> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Tue, 17 Nov 2009 17:32:53 -0700 To: questions@freebsd.org From: Brett Glass Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: State of interface polling 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: Wed, 18 Nov 2009 01:09:57 -0000 I'm building a FreeBSD router based on a small, Intel Atom-based board and am trying to decide whether or not to configure the kernel for polling. What's the current state of interface polling in FreeBSD? Is it worth doing with a single CPU, or will it actually increase system overhead? What "HZ" settings are recommended? --Brett Glass From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 01:19:36 2009 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 986D11065670 for ; Wed, 18 Nov 2009 01:19:36 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout014.mac.com (asmtpout014.mac.com [17.148.16.89]) by mx1.freebsd.org (Postfix) with ESMTP id 86B998FC08 for ; Wed, 18 Nov 2009 01:19:36 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from cswiger1.apple.com ([17.227.140.124]) by asmtp014.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KTA00MWI6CNZ030@asmtp014.mac.com> for questions@freebsd.org; Tue, 17 Nov 2009 17:19:36 -0800 (PST) Message-id: From: Chuck Swiger To: Brett Glass In-reply-to: <200911180032.RAA21582@lariat.net> Date: Tue, 17 Nov 2009 17:19:35 -0800 References: <200911180032.RAA21582@lariat.net> X-Mailer: Apple Mail (2.936) Cc: questions@freebsd.org Subject: Re: State of interface polling 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: Wed, 18 Nov 2009 01:19:36 -0000 Hi-- On Nov 17, 2009, at 4:32 PM, Brett Glass wrote: > I'm building a FreeBSD router based on a small, Intel Atom-based > board and am trying to decide whether or not to configure the kernel > for polling. What's the current state of interface polling in > FreeBSD? Is it worth doing with a single CPU, or will it actually > increase system overhead? What "HZ" settings are recommended? Polling probably works better with a single CPU, compared with doing service handling threads per interface, which can do better on SMP boxes. However, the main consideration is probably whether your NICs know how to do interrupt mitigation-- if they do, using that is probably better than using device polling, at least for low-to- moderate network load. Polling handles high load better; it wastes a fair amount of CPU under no to low network load. The base recommendation is to set HZ to 1000. If your CPU is having problems with that, try 250 or 500 HZ. Regards, -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 02:07:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4554C106566B for ; Wed, 18 Nov 2009 02:07:26 +0000 (UTC) (envelope-from msoulier@digitaltorque.ca) Received: from mail.storm.ca (unknown [IPv6:2607:f0b0:0:6:209:87:239:66]) by mx1.freebsd.org (Postfix) with ESMTP id 4D9BE8FC0A for ; Wed, 18 Nov 2009 02:07:24 +0000 (UTC) Received: from anton.digitaltorque.ca (hs-216-106-102-79.storm.ca [216.106.102.79]) by mail.storm.ca (8.14.2+Sun/8.14.2) with ESMTP id nAHNTliG013121; Tue, 17 Nov 2009 18:29:52 -0500 (EST) Received: by anton.digitaltorque.ca (Postfix, from userid 1000) id 2BFAB860232; Tue, 17 Nov 2009 18:29:41 -0500 (EST) Date: Tue, 17 Nov 2009 18:29:41 -0500 From: "Michael P. Soulier" To: Polytropon Message-ID: <20091117232940.GB6951@anton.digitaltorque.ca> Mail-Followup-To: Polytropon , freebsd-questions@freebsd.org References: <20091115231424.GA29418@anton.digitaltorque.ca> <20091116031758.0729246c.freebsd@edvax.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="b5gNqxB1S1yM7hjW" Content-Disposition: inline In-Reply-To: <20091116031758.0729246c.freebsd@edvax.de> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-questions@freebsd.org Subject: Re: bash prompt update lagging X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 02:07:26 -0000 --b5gNqxB1S1yM7hjW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 16/11/09 Polytropon said: > Your PS1 seems to include ${SHORT_PWD}, a variable. It seems > that it is not updated immediately after the cd command. Yeah, looks like it. Works on linux though... > By the way, this is bash-3.2.25 on FreeBSD/x86 7. bash-4.0.33_2 on x86 6.3. > Is this what you've intended the prompt to look like? I'm using an awk script to truncate any pwd that's too long. get_short_pwd() { # The actual max length is max_len + the length of trunc_symbol local max_length=3D$1 local trunc_symbol=3D"..." if [ -z "$max_length" ]; then max_length=3D20 fi if [ "$PWD" !=3D "$OLDPWD" ]; then SHORT_PWD=3D$(awk "BEGIN { =20 path =3D ENVIRON[\"PWD\"] home =3D ENVIRON[\"HOME\"] home_len =3D length(home) max_len =3D $max_length sym_len =3D length(\"$trunc_symbol\") if(substr(path, 0, home_len) =3D=3D home) { path =3D sprintf(\"~%s\", substr(path, home_len + 1)) } path_len =3D length(path) if (path_len > max_len) { path =3D sprintf(\"%s%s\", \"$trunc_symbol\", substr(path, = path_len + sym_len - max_len + 1)) } print path }") OLDPWD=3D${PWD} fi } This is called via a build_prompt() function in my .bashrc. I guess I'll ec= ho out some variables there and see what's happening. FTR this did work, and then I updated bash in ports. Mike --=20 Michael P. Soulier "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein --b5gNqxB1S1yM7hjW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (GNU/Linux) iD8DBQFLAzHkKGqCc1vIvggRAlTYAKCyQTKhgNE5JrnrUvUx/1UwNQ86SACgs9e1 1GAWmhp3aktW7PWrOZG9uF8= =KXWI -----END PGP SIGNATURE----- --b5gNqxB1S1yM7hjW-- From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 02:36:35 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71656106566B for ; Wed, 18 Nov 2009 02:36:34 +0000 (UTC) (envelope-from tj@tjvarghese.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 54FB78FC1E for ; Wed, 18 Nov 2009 02:36:34 +0000 (UTC) Received: by pxi12 with SMTP id 12so447987pxi.3 for ; Tue, 17 Nov 2009 18:36:33 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.4.11 with SMTP id 11mr1169315wfd.86.1258510432195; Tue, 17 Nov 2009 18:13:52 -0800 (PST) In-Reply-To: <64c038660911171249r141cc810n62a721e48225954c@mail.gmail.com> References: <64c038660911171249r141cc810n62a721e48225954c@mail.gmail.com> Date: Wed, 18 Nov 2009 10:13:52 +0800 Message-ID: From: TJ Varghese To: Modulok Content-Type: text/plain; charset=UTF-8 Cc: freebsd-questions@freebsd.org Subject: Re: Wester Digital 'deep recovery cycle' and gstripe? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 02:36:35 -0000 On Wed, Nov 18, 2009 at 4:49 AM, Modulok wrote: > List, > > Has anyone used 'Wester Digital Caviar Black' disks in a gstripe? > > I'm building a 2TB gstripe, from 3x 1TB disks. My concern, is the > disks are 'consumer grade' disks. Western Digital mention not to use > them with a raid controller as they have a potential, 'deep recovery > cycle', which an last up to 2 minutes. This would theoretically result > in them being dropped from the array. Despite this, I've heard > successful uses of these disks via gmirror. (Granted, not the same as > gstripe). Again, in theory, if one disk enters a 'deep recovery cycle' > and is dropped from the array, and during that time another disks does > the same the array is toast, right? > > Umm...what are the odds of this occurring? War stories? (The more I > type this out, the more it's starting to sound like a bad idea.) > Thoughts, ideas? > -Modulok- google for WDTLER.EXE. I've had good results setting the recovery time to 7 seconds on the Caviar Greens & Blacks. FWIH, it only works up for WD drives up to 1TB. WD's Raid Ed. drives have the above setting on by default. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 03:57:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A705C106566C for ; Wed, 18 Nov 2009 03:57:53 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505e.appriver.com [98.129.35.9]) by mx1.freebsd.org (Postfix) with ESMTP id 6FB4E8FC1B for ; Wed, 18 Nov 2009 03:57:53 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.14 X-Note-Reverse-DNS: ht01.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: 112 113 114 115 119 120 131 217 X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.14] (HELO ht01.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.2.14) with ESMTPS id 14070136 for freebsd-questions@freebsd.org; Tue, 17 Nov 2009 21:57:51 -0600 Received: from mbx03.exg5.exghost.com ([169.254.1.164]) by ht01.exg5.exghost.com ([98.129.23.14]) with mapi; Tue, 17 Nov 2009 21:57:52 -0600 From: Peter Steele To: "freebsd-questions@freebsd.org" Date: Tue, 17 Nov 2009 21:57:50 -0600 Thread-Topic: ELF library not found error Thread-Index: AcpoA0xe9stWKxCMTe24Q0l2+8LCSg== Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA10@MBX03.exg5.exghost.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ELF library not found error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 03:57:53 -0000 I did a search for this error and got numerous hits, none which really seem= ed to explain my situation. I've installed an 8.0 RC3 system and included P= ython 2.5, 2.6, and 3.1. The 2.6 version appears to run fine. However, for = both 2.5 and 3.1 I get the error: ELF interpreter /libexec/ld-elf.so.1 not found What might cause this error? From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 04:18:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA9D5106566B for ; Wed, 18 Nov 2009 04:18:30 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id 21ADE8FC0C for ; Wed, 18 Nov 2009 04:18:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id nAI4INjO017003; Wed, 18 Nov 2009 15:18:23 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Wed, 18 Nov 2009 15:18:23 +1100 (EST) From: Ian Smith To: Chuck Swiger In-Reply-To: Message-ID: <20091118141442.G65262@sola.nimnet.asn.au> References: <20091116231341.40E3F10656B0@hub.freebsd.org> <20091118014634.S65262@sola.nimnet.asn.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Bruce Cran , freebsd-questions@freebsd.org Subject: Re: Bad Blocks... Should I RMA? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 04:18:30 -0000 On Tue, 17 Nov 2009, Chuck Swiger wrote: > On Nov 17, 2009, at 7:51 AM, Ian Smith wrote: > [ ... ] > > For instance, I've got two Fujitsu 5400rpm 2.5" drives in two laptops, > > one MHV2040AH with near 19,000 hours on it, and a much newer MHV2120AH, > > 40 and 120GB respectively. Nice quiet low-power laptop drives, fwiw. > > > > Both show as (more recently) being in the smartctl database, and both > > show _exactly_ the same values for this one: > > > > 5 Reallocated_Sector_Ct 0x0033 100 100 024 Pre-fail Always - > > 8589934592000 > > > > Now if that were a number of 512-byte sectors, it'd be 4096000 GB! :) > > but both drives are 100% ok, as the VALUE / WORST figures show. > > I wouldn't conclude that the drives were 100% OK from that line, although > they *might* be; I'd conclude that the drives aren't implementing this SMART > field correctly in their firmware. Are you using the latest version of > smartctl-- updates to that can sometimes better interpret vendor-specific > odditities. Hi Chuck, Well, _Fujitsu_ reckon they're 100% OK on THAT attribute (100 100 024), which is the point I (and Bruce, I think) was trying to make, along with perhaps a gentle "don't believe everything you read on Wikipedia" :) The smartctl program is not definitive for RAW_VALUE attributes; the manufacturer is. Some raw values are manufacturer-specific, like this one, and the smartctl author likely concentrates on the lowest hanging fruit; its database is already huge. This one is larger than 32 bits, possibly a mis-byte-ordered 48- or 64-bit value? If the two drives showed different values I'd pursue trying different byte orderings. And no, this certainly wouldn't be the latest smartctl; to compare the 120G drive I installed (last night) smartmontools on a 7.0 system that's soon to be upgraded to 7-STABLE, so using a 7.0-RELEASE ports tree with smartctl 5.37, which shows '009 Power_On_Seconds' as the only odd value for this make/model, from smartctl -P show /dev/ad0 cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 04:49:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF5C31065672 for ; Wed, 18 Nov 2009 04:49:20 +0000 (UTC) (envelope-from anti_spam256@yahoo.ca) Received: from web65510.mail.ac4.yahoo.com (web65510.mail.ac4.yahoo.com [76.13.9.54]) by mx1.freebsd.org (Postfix) with SMTP id 968CB8FC21 for ; Wed, 18 Nov 2009 04:49:20 +0000 (UTC) Received: (qmail 66235 invoked by uid 60001); 18 Nov 2009 04:49:19 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.ca; s=s1024; t=1258519759; bh=mVq5M1uUCgYc6jSnWCN6GJKwr5C2feIhR7and5731E4=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=yUTp+I2N812GF3zk/gHS9caSlts4Si8h/yWWOxAHbFZgwFPQbKbnRB6hxI1DBBDaZyqTqbepNmVRgwMEvXLfTBoSWSouh1rs+eF8aSRNvfOtssrMvJ8eKmzwXxrOgoY+9GQlBOMxz3CW3aa/cEgkGXE9tO3OXLVZQqs+78axrNs= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Jy24FYNMB0s6IFZIRiHxNhvsyuH1XGbv+413BRQ6savah6X+Uf9aPyjggzQ6+VnVIR8QruW7RhOTWhZwd+JntkY9ghr6QWsy426JfSjgwoZFGwQKzpBLH0FPJwaGM+05EBl2m78VntCsYk2WlmjNNTM4xrDQjsYaKRA1c5RDtAs=; Message-ID: <727196.65984.qm@web65510.mail.ac4.yahoo.com> X-YMail-OSG: JXkUsj0VM1l448uRagj08slNpY6A8MSChS11H6G0am5VCuTyWxEVV8YTmrH5JH.OuNaOkdd1Xo1kp6G4_74NzXMy5eYxwGAPcgVTRPvsskaII31DhHJbt1am3bY1ZqH1hK2X_u7.XUepCldcnjWDbpH12lGrFeBVziSwVCgGg4hQJDWHvxoRRlKvaKSFmqjofAypS9jY33_qVs0PHbTpey4o.v7Z9Jwy3l_w0tzRQa72JkxC2eqY9WJp8P36K1scc_tbGMDHDYN2iTq7K7dbFBc5Iqy.LIcPUHAwZC6jg1PStLBb4UinhhlAavtkwuy9RXp3Eo0NHhow2SLdz.C35PbQAQ90TJFh7OmzaZI1P8JwTThB.n6GzheQ64TurvymYP58Ti6BJv123Nwgr32YQaBNNtmGKPoLtYzSe9ExwNP5aggGwhhXfCfkAb07bA1fCq0VhHCyYjIBw8yR Received: from [208.99.137.71] by web65510.mail.ac4.yahoo.com via HTTP; Tue, 17 Nov 2009 20:49:19 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.7.361.4 Date: Tue, 17 Nov 2009 20:49:19 -0800 (PST) From: James Phillips To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Do permissions take time to take effect? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 04:49:21 -0000 Hello,=0A=0AI wanted to create a shared directory writable by all users. Wh= en it initially failed, I assumed there may be a blanket ban on writing to = directories owned by root. Today, I was able to write to the root-owned "Sh= are" directory. However, when I re-created the directory owned by a special= -purpose "Share" user, I ran into the same problem again.=0A=0A$ cd=0A$ pw= d=0A/home/james=0A$ cd /home/Share=0A$ ls -la=0Atotal 4=0Adrwxrwxr-x 2 roo= t users 512 Nov 14 09:39 .=0Adrwxr-xr-x 5 root wheel 512 Nov 14 09:39 = ..=0A$ grep users /etc/group=0Ausers:*:100:james,backup=0A$ cat > test.txt= =0AWhat? now it worked?=0A$ ls=0Atest.txt=0A$ rm test.txt=0A=0A***After cre= ating a special "Share" user***=0A=0A$ cd /home/Share=0A$ ls -la=0Atotal 4= =0Adrwxrwxr-x 2 Share Share 512 Nov 17 21:04 .=0Adrwxr-xr-x 5 root wh= eel 512 Nov 17 21:04 ..=0A$ cat > test.txt=0Acannot create test.txt: Permi= ssion denied=0A$ grep Share /etc/group=0AShare:*:1003:james,backup=0A$=0A= =0AIncidentally, I had another reason for creating a special-purpose "Share= " user: I am exporting /home to Debian (Linux) clients. Since the "system" = groups conflict with the Debian choices, I modified /var/yp/Makefile to onl= y export users and groups in the range of 1001-2000.=0A=0ARegards,=0A=0AJam= es Phillips=0A=0APS: the first time, I made the mistake of adding whitespac= e in /etc/group (daily run checks this somehow)=0AIs a blank line required = at the end of the file?=0APPS: Tried adding blank line: no effect.=0A=0A=0A= =0A __________________________________________________________________= =0AMake your browsing faster, safer, and easier with the new Internet Explo= rer=AE 8. Optimized for Yahoo! Get it Now for Free! at http://downloads.yah= oo.com/ca/internetexplorer/ From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 05:04:46 2009 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 BDE911065670 for ; Wed, 18 Nov 2009 05:04:46 +0000 (UTC) (envelope-from admik@b.admik.pp.ru) Received: from b.admik.pp.ru (b.admik.pp.ru [95.172.133.149]) by mx1.freebsd.org (Postfix) with ESMTP id C867A8FC08 for ; Wed, 18 Nov 2009 05:04:44 +0000 (UTC) Received: from b.admik.pp.ru (b.admik.pp.ru [95.172.133.149]) by b.admik.pp.ru (8.14.3/8.14.2) with ESMTP id nAI4maTf080388 for ; Wed, 18 Nov 2009 11:48:36 +0700 (KRAT) (envelope-from admik@b.admik.pp.ru) Received: (from admik@localhost) by b.admik.pp.ru (8.14.3/8.14.2/Submit) id nAI4macp080387 for questions@freebsd.org; Wed, 18 Nov 2009 11:48:36 +0700 (KRAT) (envelope-from admik) Date: Wed, 18 Nov 2009 11:48:36 +0700 From: Michael Svobodin To: questions@freebsd.org Message-ID: <20091118044836.GA70999@b.admik.pp.ru> References: <4B02A81F.1030101@shopzeus.com> <44tyws3n28.fsf@be-well.ilk.org> <4B02E742.4010705@shopzeus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B02E742.4010705@shopzeus.com> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: jail - beginner questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 05:04:46 -0000 On Tue, Nov 17, 2009 at 10:41:14PM +0430, Laszlo Nagy wrote: > My computer is a windows machine, with address 192.168.0.X > Then the FreeBSD host is actually a guest os running in wvmare. It has > address 192.168.37.133 > And finally, the vm1 jail should have 192.168.0.11 > > I don't know why 192.168.0.11 is not working for the jail. Anyway, if I > change the jail's address to 192.168.10.11 then > > /etc/rc.d/jail start vm1 > Starting jails: vm1.localdomain. > The address 192.168.0.11 must be assigned to a interface in the host FreeBSD. You can do it before starting the jail, or when the jail is being started. To assign the address before starting the jail do somthing like this: # ifconfig lnc0 alias 192.168.0.11/24 where lnc0 is the name of nic in the host FreeBSD And you can add to /etc/rc.conf: ifconfig_lnc0_alias0="inet 192.168.0.11/24" to assign the address then the host FreeBSD is booting. To assing the address when the jail is being started just add to /etc/rc.conf this: jail_vm1_interface="lnc0" This way is preferred. > Now the next question: how can I access the hosted (jailed) OS? I know > it is a dumb question, but I have no idea. I would like to: > > a.) run sshd in the jail > b.) login from the host to the jailed (hosted) OS > c.) install programs on the jail, configure them and finally > d.) use NATD to divert some pacakges from the host to the jail and back b.) 1. get the jails list: # jls JID IP Address Hostname Path 9 192.168.64.14 mx1.loc /store/jail/mx1 8 192.168.64.25 nslst.loc /store/jail/nslst 2. select required jail by JID, for example 9 for mx1.loc and do: # jexec 9 tcsh 3. you're in a.) Login inside the jail. Now add to /etc/rc.conf sshd_enable="YES" and execute: # /etc/rc.d/sshd start c.) When you're inside the jail you can install software like in the host system. You can use the pkg_add or the ports system. d.) It requires to use firewall either ipfw or pf. For example you can add to your /etc/pf.conf: nat on lnc0 from 192.168.0.11 to any -> 192.168.37.133 But the firewall requires more lines then this one to work correcly with all network traffic. And you have to know exactly what you want to get for using it. > > Probably this is what everybody does, so if you could point me to a > tutorial or something, I would appriciate it. > > Thanks, > > Laszlo > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 05:13:12 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 385311065670 for ; Wed, 18 Nov 2009 05:13:12 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0CE898FC16 for ; Wed, 18 Nov 2009 05:13:11 +0000 (UTC) Received: by pxi12 with SMTP id 12so526981pxi.3 for ; Tue, 17 Nov 2009 21:13:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=QwSfuFWSkRKtcrY3ZxC34bwgvSlMcSzb7v417R49rM8=; b=sl7JzGZfpXoMFyttJfV3sRA7PK1VuKFN6ac+S9Y1hVl4qkIkx73DwykVpUpsOhmrBo mjI/d0dFhH6XVfLt7XW6y1HeLDTIUpEVae7qdaGqeEpvwVWekK/nm2NzS9c44jq5e161 ByQWSbvGssUOJQDEC9/n7lvB4HDDTuQq1hq6Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=L0ioVSZpLz6HHkmiJOqO7jxtrc+bexTmUfb9k10DwtrH1yZKfvcHPxNgv5iEeK3Qw+ LoD9TZsw5chDpDiaG+cwZdbE1o7H95hB5kSCgpAuOuRUOs/CT2gU/OfWA65JKZWR2XKg dsNgjWf5z4OySj4tuguqXhax49w7140B85vh4= MIME-Version: 1.0 Received: by 10.142.209.20 with SMTP id h20mr222310wfg.167.1258521191527; Tue, 17 Nov 2009 21:13:11 -0800 (PST) In-Reply-To: <727196.65984.qm@web65510.mail.ac4.yahoo.com> References: <727196.65984.qm@web65510.mail.ac4.yahoo.com> Date: Tue, 17 Nov 2009 23:13:11 -0600 Message-ID: <6201873e0911172113l304920acg531fc50fac173e3d@mail.gmail.com> From: Adam Vande More To: James Phillips Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Do permissions take time to take effect? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 05:13:12 -0000 On Tue, Nov 17, 2009 at 10:49 PM, James Phillips wrote: > Hello, > > I wanted to create a shared directory writable by all users. When it > initially failed, I assumed there may be a blanket ban on writing to > directories owned by root. Today, I was able to write to the root-owned > "Share" directory. However, when I re-created the directory owned by a > special-purpose "Share" user, I ran into the same problem again. > > $ cd > $ pwd > /home/james > $ cd /home/Share > $ ls -la > total 4 > drwxrwxr-x 2 root users 512 Nov 14 09:39 . > drwxr-xr-x 5 root wheel 512 Nov 14 09:39 .. > $ grep users /etc/group > users:*:100:james,backup > $ cat > test.txt > What? now it worked? > $ ls > test.txt > $ rm test.txt > > ***After creating a special "Share" user*** > > $ cd /home/Share > $ ls -la > total 4 > drwxrwxr-x 2 Share Share 512 Nov 17 21:04 . > drwxr-xr-x 5 root wheel 512 Nov 17 21:04 .. > $ cat > test.txt > cannot create test.txt: Permission denied > $ grep Share /etc/group > Share:*:1003:james,backup > $ > > Incidentally, I had another reason for creating a special-purpose "Share" > user: I am exporting /home to Debian (Linux) clients. Since the "system" > groups conflict with the Debian choices, I modified /var/yp/Makefile to only > export users and groups in the range of 1001-2000. > > Regards, > > James Phillips > > PS: the first time, I made the mistake of adding whitespace in /etc/group > (daily run checks this somehow) > Is a blank line required at the end of the file? > PPS: Tried adding blank line: no effect. > > Have you tried the handbook? http://www.freebsd.org/doc/en/books/handbook/network-nis.html -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 05:51:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 658A4106566C for ; Wed, 18 Nov 2009 05:51:47 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505e.appriver.com [98.129.35.9]) by mx1.freebsd.org (Postfix) with ESMTP id 2F0408FC13 for ; Wed, 18 Nov 2009 05:51:47 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.15 X-Note-Reverse-DNS: ht02.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: 112 113 114 115 119 120 131 217 X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.15] (HELO ht02.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.2.14) with ESMTPS id 14077248 for freebsd-questions@freebsd.org; Tue, 17 Nov 2009 23:51:45 -0600 Received: from mbx03.exg5.exghost.com ([169.254.1.164]) by ht02.exg5.exghost.com ([98.129.23.15]) with mapi; Tue, 17 Nov 2009 23:51:46 -0600 From: Peter Steele To: "freebsd-questions@freebsd.org" Date: Tue, 17 Nov 2009 23:51:45 -0600 Thread-Topic: ELF library not found error Thread-Index: AcpoA0xe9stWKxCMTe24Q0l2+8LCSgAD5poA Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA29@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA10@MBX03.exg5.exghost.com> In-Reply-To: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA10@MBX03.exg5.exghost.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: RE: ELF library not found error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 05:51:47 -0000 I should have mentioned that this shared library mentioned in the error is = in fact present. For some reason though these apps seem to think it's missi= ng... -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@f= reebsd.org] On Behalf Of Peter Steele Sent: Tuesday, November 17, 2009 7:58 PM To: freebsd-questions@freebsd.org Subject: ELF library not found error I did a search for this error and got numerous hits, none which really seem= ed to explain my situation. I've installed an 8.0 RC3 system and included P= ython 2.5, 2.6, and 3.1. The 2.6 version appears to run fine. However, for = both 2.5 and 3.1 I get the error: ELF interpreter /libexec/ld-elf.so.1 not found What might cause this error? _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman= /listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org= " From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 06:47:29 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1652106566B for ; Wed, 18 Nov 2009 06:47:28 +0000 (UTC) (envelope-from npapke@acm.org) Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 8DCB58FC18 for ; Wed, 18 Nov 2009 06:47:28 +0000 (UTC) Received: from pd2ml1so-ssvc.prod.shaw.ca ([10.0.141.139]) by pd4mo1so-svcs.prod.shaw.ca with ESMTP; 17 Nov 2009 23:47:27 -0700 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.0 c=1 a=VF9RaR9bft6c8SsOr3WyFg==:17 a=N54-gffFAAAA:8 a=lvbMJxvVAAAA:8 a=537vjTyjnshRHR-lFF8A:9 a=5YN5M2IMhO1WzproMj6I1y-t_OQA:4 a=nAPXUAfsBmEA:10 Received: from unknown (HELO proven.lan) ([24.85.241.34]) by pd2ml1so-dmz.prod.shaw.ca with ESMTP; 17 Nov 2009 23:47:27 -0700 Received: from proven.lan (localhost [127.0.0.1]) by proven.lan (8.14.3/8.14.3) with ESMTP id nAI6lRHg019901; Tue, 17 Nov 2009 22:47:27 -0800 (PST) (envelope-from npapke@acm.org) Received: (from npapke@localhost) by proven.lan (8.14.3/8.14.3/Submit) id nAI6lQVd019900; Tue, 17 Nov 2009 22:47:26 -0800 (PST) (envelope-from npapke@acm.org) X-Authentication-Warning: proven.lan: npapke set sender to npapke@acm.org using -f From: Norbert Papke To: freebsd-questions@freebsd.org Date: Tue, 17 Nov 2009 22:47:26 -0800 User-Agent: KMail/1.12.1 (FreeBSD/8.0-PRERELEASE; KDE/4.3.1; amd64; ; ) References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA10@MBX03.exg5.exghost.com> In-Reply-To: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA10@MBX03.exg5.exghost.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200911172247.26156.npapke@acm.org> Cc: Peter Steele Subject: Re: ELF library not found error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 06:47:29 -0000 On November 17, 2009, Peter Steele wrote: > I've installed an 8.0 RC3 system and > included Python 2.5, 2.6, and 3.1. The 2.6 version appears to run fine. > However, for both 2.5 and 3.1 I get the error: > > ELF interpreter /libexec/ld-elf.so.1 not found > > What might cause this error? If you upgraded from 7.x, you need to install the misc/compat7x port. Even better, rebuild all your ports. It will save you a lot of grief in the long run. Cheers, -- Norbert Papke. npapke@acm.org http://saveournet.ca Protecting your Internet's level playing field From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 06:52:57 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A47D91065670 for ; Wed, 18 Nov 2009 06:52:57 +0000 (UTC) (envelope-from tj@tjvarghese.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8866C8FC15 for ; Wed, 18 Nov 2009 06:52:57 +0000 (UTC) Received: by pxi12 with SMTP id 12so579604pxi.3 for ; Tue, 17 Nov 2009 22:52:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.4.11 with SMTP id 11mr1259080wfd.86.1258527177108; Tue, 17 Nov 2009 22:52:57 -0800 (PST) In-Reply-To: <151588.70409.qm@web30808.mail.mud.yahoo.com> References: <151588.70409.qm@web30808.mail.mud.yahoo.com> Date: Wed, 18 Nov 2009 14:52:57 +0800 Message-ID: From: TJ Varghese To: =?UTF-8?B?RMOhbmllbGlzeiBMw6FzemzDsw==?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 06:52:57 -0000 2009/11/18 D=C3=A1nielisz L=C3=A1szl=C3=B3 : > Hello, > > My computer get starts to reboot all the time I do a higher hdd use (like= : fsck, copying more GB of data). I was sure that my power supply its not e= nough so I changed it (300W->450W), now it does the same. I'm looking for a= tool to measure the exactly power consumiton (voltage and amper) of my hdd= , cpu and ram on FreeBSD. > Do you have any idea? > > Thank you! > L=C3=A1szl=C3=B3 > You don't mention details on mobo/ram, but if you have >4gb ram on amd64, you might want to try reducing ram to <=3D4gb. I had one mobo (Intel DG965RYCK) that was exhibited odd behaviour with more than 4gb ram installed. Simple file copies (on ZFS), buildworlds etc caused various panics or outright hangs (!). Usually this would be a clear indication of faulty RAM, but it passed all memtests. Changed everything (ram, psu, hdd, cables, RMA'd the mobo), no difference. Turned out to be a BIOS bug, some linux list had discussions on the same bug. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 07:46:29 2009 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 28C1B1065670; Wed, 18 Nov 2009 07:46:29 +0000 (UTC) (envelope-from gjin@ubicom.com) Received: from server70.appriver.com (server70.appriver.com [69.20.119.203]) by mx1.freebsd.org (Postfix) with ESMTP id AB3438FC19; Wed, 18 Nov 2009 07:46:28 +0000 (UTC) X-Policy: GLOBAL - ubicom.com X-Policy: GLOBAL - ubicom.com X-Policy: GLOBAL - ubicom.com X-Primary: gjin@ubicom.com X-Note: This Email was scanned by AppRiver SecureTide X-Virus-Scan: V- X-Note: TCH-CT/SI:0-315/SG:5 11/18/2009 2:46:04 AM X-GBUdb-Analysis: 0, 216.112.109.98, Ugly c=0.730377 p=-0.916458 Source White X-Signature-Violations: 0-0-0-12577-c X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES X-Note-Sending-IP: 216.112.109.98 X-Note-Reverse-DNS: 216.112.109.98.ptr.us.xo.net X-Note-WHTLIST: gjin@ubicom.com X-Note: User Rule Hits: X-Note: Global Rule Hits: 115 116 117 118 122 123 220 X-Note: Mail Class: VALID X-Note: Headers Injected Received: from [216.112.109.98] (HELO stork.scenix.com) by server70.appriver.com (CommuniGate Pro SMTP 5.3c2) with ESMTP id 107486304; Wed, 18 Nov 2009 02:46:28 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Tue, 17 Nov 2009 23:33:07 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 8.0-RC3 USB lock up on mounting two partitions from one USB drive Thread-Index: AcpoHXlt4yGeiBLfQTudmr8mdClCPgAAwBna References: From: "Guojun Jin" To: "Guojun Jin" , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org, freebsd-usb@freebsd.org Subject: RE: 8.0-RC3 USB lock up on mounting two partitions from one USB drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 07:46:29 -0000 Did newfs on those partition and made things worsen -- restore = completely fails: (I had experienced another similar problem on an IDE, which works well = for 6.4 and 7.2, but 8.0.) This dirve works fine under FreeBSD 6.4. Is something new in 8.0 making disk partition schema changed? g_vfs_done():da0s3d[READ(offset=3D98304, length=3D16384)]error =3D 6 g_vfs_done():da0s3d[WRITE(offset=3D192806912, length=3D16384)]error =3D = 6 fopen: Device not configured cannot create save file ./restoresymtable for symbol table abort? [yn] (da0:umass-sim0:0:0:0): Synchronize cache failed, status = =3D=3D 0xa, scs i status =3D=3D 0x0 (da0:umass-sim0:0:0:0): removing device entry ugen1.2: at usbus1 umass0: on usbus1 umass0: SCSI over Bulk-Only; quirks =3D 0x0000 umass0:0:0:-1: Attached to scbus0 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 40.000MB/s transfers da0: 114473MB (234441648 512 byte sectors: 255H 63S/T 14593C) Device da0s3d went missing before all of the data could be written to = it; expect data loss. 99 23:19 sysinstall 100 23:20 newfs /dev/da0s3d 101 23:20 newfs /dev/da0s3e 102 23:21 mount /dev/da0s3d /mnt 103 23:21 cd /mnt 104 23:21 dump -0f - /home | restore -rf - 105 23:27 history 15 -----Original Message----- From: Guojun Jin Sent: Tue 11/17/2009 11:05 PM To: freebsd-stable@freebsd.org Cc: questions@freebsd.org; freebsd-usb@freebsd.org Subject: 8.0-RC3 USB lock up on mounting two partitions from one USB = drive =20 When mounting two partitions from a USB dirve, it can cause the drive = access lock up for a long time. Details: Terminal 1 -- term1# mount /dev/da0s3d /mnt term1# cd /mnt ; rm -fr * when rm starts, go to terminal 2 and do: term2# mount /dev/da0s3e /dist ### this will hanging for a long time and = USB hard drive activity light is off. After more than 1-2 minutes, mount returns, and the drive activity light = is blinking, thus removing is going on. term2# ls /dist ### this will cause dUSB dirve hanging again -- no = avtivity. Similarly, ls will finish in a couple of miniutes or longer, the rm = command continues; but for a while, the drive activity will stop again. Reboot machine, repeat the above steps, and result will be the same. = Reboot machine again, and just mount one partition, then doing "rm -rf *" without involve the second partition, = rm will finish quickly. Has anyone obseved this behave on 8.0-RC? -Jin From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 07:56:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64C2E1065676 for ; Wed, 18 Nov 2009 07:56:20 +0000 (UTC) (envelope-from laszlo_danielisz@yahoo.com) Received: from web30806.mail.mud.yahoo.com (web30806.mail.mud.yahoo.com [68.142.200.149]) by mx1.freebsd.org (Postfix) with SMTP id 238088FC22 for ; Wed, 18 Nov 2009 07:56:19 +0000 (UTC) Received: (qmail 14085 invoked by uid 60001); 18 Nov 2009 07:56:19 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1258530979; bh=bJWB+ueGzrMv6CjGzErK9gJLnXLib6MN7k3HnWIsz18=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=1+4eCmmIkpsMkbg0qjnCZ7+lq0tM5b8DgbWdF2NxaBPCUya2ofyrxGWhkzszFJAKAnVBE0KyvTjC0ev5LXckIaxdcA9JEqarPmhrdhTWsnzlBVm7vQJlzRsj+NkUrcXm1gavgb1pPNA7QKv4QBvjA5A66itp5XygIaMXsf1sqHE= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:References:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=4qFnlBlILekbgHnuX3sXcsxxuV2vWEdCorXi8q8eqMgVQ0dI54tnP9NXkq1vaO3gpuakraJZszM5sVyiVvRHuuTdWl/rcHlLZrp1weTuUwi4CwxXI9Z1KucrephbfL4MsFKbjlJYgbhKlzzsbv3XzWZdSPmuc/hPdmCxuMYPmFs=; Message-ID: <372512.12615.qm@web30806.mail.mud.yahoo.com> X-YMail-OSG: crEe2AkVM1nDk3WcQ8eKZAfkc.MK2Y9B0NAKHbEvkxfZN_NVx3WZ4mpzrsLiHVTZYBEZPjh4Mh.X14PXqsMF0lSwhbfav.7CbOX_y00s6SmKnxzdvvsF1f_ioFmdvDaynwG5cjcHOYU3kaiYI3dUjp6RksQiKuOdi783mN_XM_hRJ3SbTwEZ5VjQ8Y_P.eQ3yVyTVxxYjrTNY6iM3ELromgj6nx3TDJJHCmPcqywnnC0lcC1WLy.SMgGdGwVw78.pTRn0lGOvW5gCHi4w8o.vcI9khlFPrJC9JWF2blyRRpVz67eZHLRU.L8OKCGY5KSNSNdlarhgjo5 Received: from [94.21.228.238] by web30806.mail.mud.yahoo.com via HTTP; Tue, 17 Nov 2009 23:56:19 PST X-Mailer: YahooMailRC/211.6 YahooMailWebService/0.7.361.4 References: <151588.70409.qm@web30808.mail.mud.yahoo.com> Date: Tue, 17 Nov 2009 23:56:19 -0800 (PST) From: =?iso-8859-1?Q?D=E1nielisz_L=E1szl=F3?= To: TJ Varghese In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: hdd voltage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 07:56:20 -0000 Hello,=0A=0AIndeed, my CPU: Intel(R) Celeron(R) CPU 2.53GHz (2530.04-MHz 68= 6-class CPU) and 1GB of RAM, the fs used on both of the hard drives is ufs2= .=0ANow my machine is up 'till yesterday and everything is working fine.=0A= =0A=0A=0A=0A________________________________=0AFrom: TJ Varghese =0ATo: D=E1nielisz L=E1szl=F3 =0ACc: f= reebsd-questions@freebsd.org=0ASent: Wed, November 18, 2009 7:52:57 AM=0ASu= bject: Re: hdd voltage=0A=0A2009/11/18 D=E1nielisz L=E1szl=F3 :=0A> Hello,=0A>=0A> My computer get starts to reboot all th= e time I do a higher hdd use (like: fsck, copying more GB of data). I was s= ure that my power supply its not enough so I changed it (300W->450W), now i= t does the same. I'm looking for a tool to measure the exactly power consum= iton (voltage and amper) of my hdd, cpu and ram on FreeBSD.=0A> Do you have= any idea?=0A>=0A> Thank you!=0A> L=E1szl=F3=0A>=0A=0AYou don't mention det= ails on mobo/ram, but if you have >4gb ram on=0Aamd64, you might want to tr= y reducing ram to <=3D4gb. I had one mobo=0A(Intel DG965RYCK) that was exhi= bited odd behaviour with more than 4gb=0Aram installed. Simple file copies = (on ZFS), buildworlds etc caused=0Avarious panics or outright hangs (!). Us= ually this would be a clear=0Aindication of faulty RAM, but it passed all m= emtests. Changed=0Aeverything (ram, psu, hdd, cables, RMA'd the mobo), no d= ifference.=0ATurned out to be a BIOS bug, some linux list had discussions o= n the=0Asame bug.=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 08:09:38 2009 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 BD70F1065698 for ; Wed, 18 Nov 2009 08:09:38 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from viefep17-int.chello.at (viefep17-int.chello.at [62.179.121.37]) by mx1.freebsd.org (Postfix) with ESMTP id 072018FC1C for ; Wed, 18 Nov 2009 08:09:37 +0000 (UTC) Received: from edge03.upc.biz ([192.168.13.238]) by viefep17-int.chello.at (InterMail vM.7.09.01.00 201-2219-108-20080618) with ESMTP id <20091118080936.VWTR9398.viefep17-int.chello.at@edge03.upc.biz>; Wed, 18 Nov 2009 09:09:36 +0100 Received: from laci.sznet ([80.99.119.49]) by edge03.upc.biz with edge id 6Y9Z1d01M1429wY03Y9amp; Wed, 18 Nov 2009 09:09:36 +0100 X-SourceIP: 80.99.119.49 Message-ID: <4B03ABBC.8020008@shopzeus.com> Date: Wed, 18 Nov 2009 09:09:32 +0100 From: Laszlo Nagy User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Michael Svobodin References: <4B02A81F.1030101@shopzeus.com> <44tyws3n28.fsf@be-well.ilk.org> <4B02E742.4010705@shopzeus.com> <20091118044836.GA70999@b.admik.pp.ru> In-Reply-To: <20091118044836.GA70999@b.admik.pp.ru> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: jail - beginner questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 08:09:38 -0000 > The address 192.168.0.11 must be assigned to a interface in the host FreeBSD. > You can do it before starting the jail, or when the jail is being started. > > To assign the address before starting the jail do somthing like this: > # ifconfig lnc0 alias 192.168.0.11/24 > where lnc0 is the name of nic in the host FreeBSD > Great. Here is what I did: sorb# mkdir -p /usr/jails/vm1 sorb# cd /usr/src sorb# setenv D /usr/jails/vm1 sorb# make installworld DESTDIR=$D sorb# make distribution DESTDIR=$D sorb# cat >> /etc/rc.conf jail_enable="YES" jail_list="vm1" jail_vm1_rootdir="/usr/jails/vm1" jail_vm1_hostname="vm1.localdomain" jail_vm1_ip="192.168.0.11" jail_vm1_interface="lnc0" jail_vm1_devfs_enable="YES" jail_vm1_devfs_ruleset="vm1_ruleset" ^D sorb#mount -t devfs devfs $D /dev sorb# /etc/rc.d/jail start vm1 Configuring jails:. Starting jails:ifconfig: interface lnc0 does not exist vm1.localdomain. See, I do not understand how this works. If I use a real physical interface then it works: sorb# ifconfig re0: flags=8843 metric 0 mtu 1500 options=389b ether 00:1a:4d:7b:cf:d6 inet X.X.X.X netmask 0xffffff00 broadcast X.X.X.255 inet 192.168.0.11 netmask 0xffffffff broadcast 192.168.0.11 media: Ethernet autoselect (100baseTX ) status: active where X.X.X.X is my public internet IP address. But I do not like this. I do not want to expose my jail's private IP address to the internet. Am I too paranoid? Should I just add rules like ipfw add 1000 allow all from X.X.X.X to 192.168.0.11 ipfw add 1001 allow all from 192.168.0.11 to X.X.X.X ipfw add 1002 deny all from any to 192.168.0.11 ipfw add 1003 deny all from 192.168.0.11 to any and be happy? Or would it be better to create a virtual ethernet interface for my jails? Somehow? > d.) It requires to use firewall either ipfw or pf. > For example you can add to your /etc/pf.conf: > nat on lnc0 from 192.168.0.11 to any -> 192.168.37.133 > > But the firewall requires more lines then this one to work correcly with all network traffic. > And you have to know exactly what you want to get for using it. > I'm using ipfw. I think I'll use natd+divert on the host. Thank you very much! I feel I'm over the hard part. :-) Laszlo From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 08:23:25 2009 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 5C0FA106566C; Wed, 18 Nov 2009 08:23:25 +0000 (UTC) (envelope-from gjin@ubicom.com) Received: from server70.appriver.com (server70.appriver.com [69.20.119.203]) by mx1.freebsd.org (Postfix) with ESMTP id E1F898FC16; Wed, 18 Nov 2009 08:23:24 +0000 (UTC) X-Policy: GLOBAL - ubicom.com X-Policy: GLOBAL - ubicom.com X-Policy: GLOBAL - ubicom.com X-Primary: gjin@ubicom.com X-Note: This Email was scanned by AppRiver SecureTide X-Virus-Scan: V- X-Note: TCH-CT/SI:0-125/SG:5 11/18/2009 2:23:04 AM X-GBUdb-Analysis: 0, 216.112.109.98, Ugly c=0.730204 p=-0.916318 Source White X-Signature-Violations: 0-0-0-5974-c X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES X-Note-Sending-IP: 216.112.109.98 X-Note-Reverse-DNS: 216.112.109.98.ptr.us.xo.net X-Note-WHTLIST: gjin@ubicom.com X-Note: User Rule Hits: X-Note: Global Rule Hits: 115 116 117 118 122 123 220 X-Note: Mail Class: VALID X-Note: Headers Injected Received: from [216.112.109.98] (HELO stork.scenix.com) by server70.appriver.com (CommuniGate Pro SMTP 5.3c2) with ESMTP id 107485680; Wed, 18 Nov 2009 02:23:24 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Tue, 17 Nov 2009 23:05:13 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 8.0-RC3 USB lock up on mounting two partitions from one USB drive Thread-Index: AcpoHXlt4yGeiBLfQTudmr8mdClCPg== From: "Guojun Jin" To: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org, freebsd-usb@freebsd.org Subject: 8.0-RC3 USB lock up on mounting two partitions from one USB drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 08:23:25 -0000 When mounting two partitions from a USB dirve, it can cause the drive = access lock up for a long time. Details: Terminal 1 -- term1# mount /dev/da0s3d /mnt term1# cd /mnt ; rm -fr * when rm starts, go to terminal 2 and do: term2# mount /dev/da0s3e /dist ### this will hanging for a long time and = USB hard drive activity light is off. After more than 1-2 minutes, mount returns, and the drive activity light = is blinking, thus removing is going on. term2# ls /dist ### this will cause dUSB dirve hanging again -- no = avtivity. Similarly, ls will finish in a couple of miniutes or longer, the rm = command continues; but for a while, the drive activity will stop again. Reboot machine, repeat the above steps, and result will be the same. = Reboot machine again, and just mount one partition, then doing "rm -rf *" without involve the second partition, = rm will finish quickly. Has anyone obseved this behave on 8.0-RC? -Jin From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 09:15:32 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A43AE106566B for ; Wed, 18 Nov 2009 09:15:32 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id 1342F8FC0C for ; Wed, 18 Nov 2009 09:15:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id nAI9FU2e029988 for ; Wed, 18 Nov 2009 20:15:30 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Wed, 18 Nov 2009 20:15:29 +1100 (EST) From: Ian Smith To: freebsd-questions@freebsd.org Message-ID: <20091118195024.V65262@sola.nimnet.asn.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: login accounts with no sendmail access X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 09:15:32 -0000 Hi all, I hope you'll forgive a sendmail question that's not FreeBSD specific - immediate application is for a Debian Linux system running sendmail 8.13 - but I assume it's most likely applicable to a similar FreeBSD system. We need to (re)create a number of user accounts for Samba to service a nest of windows boxes, but do not want these accounts to be able to send or receive email, rather restricting mail access to only a few accounts, on a box that runs DNS, apache2, mail, audio streaming (fwiw) and Samba access to various fileshares, including users' home directories. I figure we can deny each would-be email address using both From: and To: entries in /etc/mail/access, but I'm wondering if there's an easier way that doesn't involve creating such entries for each new account? (Please don't even mention LDAP) cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 10:03:52 2009 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 2A800106568D for ; Wed, 18 Nov 2009 10:03:52 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id D90098FC16 for ; Wed, 18 Nov 2009 10:03:51 +0000 (UTC) Received: from [85.175.178.201] (helo=izar) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1NAgvy-000I5c-3e; Wed, 18 Nov 2009 12:34:42 +0300 To: Laszlo Nagy References: <4B02A81F.1030101@shopzeus.com> <44tyws3n28.fsf@be-well.ilk.org> <4B02E742.4010705@shopzeus.com> <20091118044836.GA70999@b.admik.pp.ru> <4B03ABBC.8020008@shopzeus.com> From: Boris Samorodov Date: Wed, 18 Nov 2009 12:35:05 +0300 In-Reply-To: <4B03ABBC.8020008@shopzeus.com> (Laszlo Nagy's message of "Wed\, 18 Nov 2009 09\:09\:32 +0100") Message-ID: <99001078@ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: questions@freebsd.org Subject: Re: jail - beginner questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 10:03:52 -0000 Laszlo Nagy writes: > I do not want to expose my jail's private IP address to the > internet. Use loopback interface and 127.x.x.x address. -- WBR, bsam From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 11:51:45 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB4F4106568B for ; Wed, 18 Nov 2009 11:51:45 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 78A588FC17 for ; Wed, 18 Nov 2009 11:51:45 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NAj4Y-0005Rr-NJ for freebsd-questions@freebsd.org; Wed, 18 Nov 2009 12:51:42 +0100 Received: from 36.red-80-37-78.staticip.rima-tde.net ([80.37.78.36]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Nov 2009 12:51:42 +0100 Received: from matiassurdi by 36.red-80-37-78.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Nov 2009 12:51:42 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Matias Date: Wed, 18 Nov 2009 12:51:18 +0100 Lines: 3 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 36.red-80-37-78.staticip.rima-tde.net User-Agent: Thunderbird 2.0.0.23 (X11/20090817) Sender: news Subject: Wiki down? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 11:51:45 -0000 Can any of you access http://wiki.freebsd.org ? Seems down from here.... I'm getting a 503 error. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 12:12:05 2009 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 15626106566C for ; Wed, 18 Nov 2009 12:12:05 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.swip.net [212.247.154.1]) by mx1.freebsd.org (Postfix) with ESMTP id 6E4AC8FC13 for ; Wed, 18 Nov 2009 12:12:04 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=Qg9icxBjAUgA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=6I5d2MoRAAAA:8 a=caBVQQNvtF_xMuiLE10A:9 a=slJwAA-skHbgy6KL22EA:7 a=DB2JNVcK8m7HY3EDof92nkJLRfMA:4 a=SV7veod9ZcQA:10 a=87M9vB3w3L_mK0ZG:21 a=VZFYkrE5KeSxy1Y2:21 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe01.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 278029068; Wed, 18 Nov 2009 12:12:01 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Wed, 18 Nov 2009 12:13:32 +0100 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: In-Reply-To: X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200911181213.34112.hselasky@c2i.net> Cc: questions@freebsd.org, freebsd-stable@freebsd.org, Guojun Jin Subject: Re: 8.0-RC3 USB lock up on mounting two partitions from one USB drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 12:12:05 -0000 Hi, I'm not sure if this is an USB issue or not. If you get READ/WRITE errors and the drive simply dies then it might be the case. Else it is a system issue. There are quirks for mass storage which you can add to sys/dev/usb/storage/umass.c . --HPS On Wednesday 18 November 2009 08:33:07 Guojun Jin wrote: > Did newfs on those partition and made things worsen -- restore completely > fails: (I had experienced another similar problem on an IDE, which works > well for 6.4 and 7.2, but 8.0.) This dirve works fine under FreeBSD 6.4. > > Is something new in 8.0 making disk partition schema changed? > > g_vfs_done():da0s3d[READ(offset=98304, length=16384)]error = 6 > g_vfs_done():da0s3d[WRITE(offset=192806912, length=16384)]error = 6 > fopen: Device not configured > cannot create save file ./restoresymtable for symbol table > abort? [yn] (da0:umass-sim0:0:0:0): Synchronize cache failed, status == > 0xa, scs i status == 0x0 > (da0:umass-sim0:0:0:0): removing device entry > ugen1.2: at usbus1 > umass0: on usbus1 > umass0: SCSI over Bulk-Only; quirks = 0x0000 > umass0:0:0:-1: Attached to scbus0 > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-0 device > da0: 40.000MB/s transfers > da0: 114473MB (234441648 512 byte sectors: 255H 63S/T 14593C) > Device da0s3d went missing before all of the data could be written to it; > expect data loss. > > 99 23:19 sysinstall > 100 23:20 newfs /dev/da0s3d > 101 23:20 newfs /dev/da0s3e > 102 23:21 mount /dev/da0s3d /mnt > 103 23:21 cd /mnt > 104 23:21 dump -0f - /home | restore -rf - > 105 23:27 history 15 > > > > -----Original Message----- > From: Guojun Jin > Sent: Tue 11/17/2009 11:05 PM > To: freebsd-stable@freebsd.org > Cc: questions@freebsd.org; freebsd-usb@freebsd.org > Subject: 8.0-RC3 USB lock up on mounting two partitions from one USB drive > > When mounting two partitions from a USB dirve, it can cause the drive > access lock up for a long time. Details: > > Terminal 1 -- > term1# mount /dev/da0s3d /mnt > term1# cd /mnt ; rm -fr * > > when rm starts, go to terminal 2 and do: > > term2# mount /dev/da0s3e /dist ### this will hanging for a long time and > USB hard drive activity light is off. After more than 1-2 minutes, mount > returns, and the drive activity light is blinking, thus removing is going > on. > > term2# ls /dist ### this will cause dUSB dirve hanging again -- no > avtivity. Similarly, ls will finish in a couple of miniutes or longer, the > rm command continues; but for a while, the drive activity will stop again. > > Reboot machine, repeat the above steps, and result will be the same. Reboot > machine again, and just mount one partition, then doing "rm -rf *" without > involve the second partition, rm will finish quickly. > > Has anyone obseved this behave on 8.0-RC? > > -Jin From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 12:33:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BB81106566B for ; Wed, 18 Nov 2009 12:33:46 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id C2AAA8FC23 for ; Wed, 18 Nov 2009 12:33:45 +0000 (UTC) Received: from pulstar.local (ppp-94-69-68-121.home.otenet.gr [94.69.68.121]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id nAICXhrp014856; Wed, 18 Nov 2009 14:33:43 +0200 Message-ID: <4B03E9A7.5020502@otenet.gr> Date: Wed, 18 Nov 2009 14:33:43 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Matias References: In-Reply-To: X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Wiki down? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 12:33:46 -0000 Matias wrote: > Can any of you access http://wiki.freebsd.org ? > > Seems down from here.... I'm getting a 503 error. Same here, I am sure it is probably something temporary though. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 07:20:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB31C1065672 for ; Wed, 18 Nov 2009 07:20:26 +0000 (UTC) (envelope-from cheshirski.eve@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id 4D2D48FC23 for ; Wed, 18 Nov 2009 07:20:26 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 22so77447eye.9 for ; Tue, 17 Nov 2009 23:20:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:mime-version:content-type:content-transfer-encoding :message-id; bh=RjYHUHRX29UvR+zo/+Ylo+EyNaApXVZsKc8GRkb1l8A=; b=OQlMJY4vGHLy4Wmnz+4KjNEyNPsmpxPhO57xRdKna37fLQH0SoasUQeRtFaIs73IYP +V/IRo4IpYp6YhzgAC1t/Ov6fALLOalaLASVxUZ5wafYZe5Ng+n0FW1PvcErd1vuDh8y 2heeiur0KlTsFs53rpVQkd6KdCwwacinATDY4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:message-id; b=rMRWknSorfQxK4nZfBQTN4/iPFKRb2zatULYPibQ1W+3P6Ra/dtGHQyW2TjhRDua7e eRkMX2O6LTwYuBUbzkBjhCKFLa+djWAKU/PjQoKJERzHL1ofoNAkAbvRptsaux3yCGcn 4KlTFpDvHWKKBn0rvzy/iM38EGWfFltTnUgX0= Received: by 10.213.25.68 with SMTP id y4mr320270ebb.24.1258526913163; Tue, 17 Nov 2009 22:48:33 -0800 (PST) Received: from eve.localnet ([81.1.202.142]) by mx.google.com with ESMTPS id 7sm838876eyb.16.2009.11.17.22.48.31 (version=SSLv3 cipher=RC4-MD5); Tue, 17 Nov 2009 22:48:32 -0800 (PST) From: cheshirski.eve@gmail.com To: freebsd-questions@freebsd.org Date: Wed, 18 Nov 2009 13:48:01 +0700 User-Agent: KMail/1.12.1 (Linux/2.6.30-gentoo-r8; KDE/4.3.1; i686; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200911181348.02154.cheshirski.eve@gmail.com> X-Mailman-Approved-At: Wed, 18 Nov 2009 12:37:52 +0000 Subject: Don't work RTL8102EL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 07:20:26 -0000 Hello. Has faced a problem. I can not start network card 8102EL re0: port 0xd800-0xd8ff mem 0xfdfff000-0xfdffffff,0xfdfe0000-0xfdfeffff irq 17 at device 0.0 on pci1 re0: Using 1 MSI messages re0: Chip rev. 0x24800000 re0: MAC rev. 0x00400000 re0: Unknown H/W revision: 0x24c00000 device_attach: re0 attach returned 6 From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 12:57:45 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC2CF1065670 for ; Wed, 18 Nov 2009 12:57:45 +0000 (UTC) (envelope-from a.spinella@rfc1925.net) Received: from joy.rfc1925.net (static-217-133-230-42.clienti.tiscali.it [217.133.230.42]) by mx1.freebsd.org (Postfix) with ESMTP id 7EE4B8FC0C for ; Wed, 18 Nov 2009 12:57:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by joy.rfc1925.net (Postfix) with ESMTP id B55F212543E; Wed, 18 Nov 2009 13:56:11 +0100 (CET) X-Virus-Scanned: amavisd-new at rfc1925.net Received: from joy.rfc1925.net ([127.0.0.1]) by localhost (joy.rfc1925.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id DyC2+q3xn5MI; Wed, 18 Nov 2009 13:56:02 +0100 (CET) Received: from zeta (unknown [194.246.127.212]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: a.spinella@rfc1925.net) by joy.rfc1925.net (Postfix) with ESMTPSA id 2890912542E; Wed, 18 Nov 2009 13:55:59 +0100 (CET) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: cheshirski.eve@gmail.com References: <200911181348.02154.cheshirski.eve@gmail.com> Date: Wed, 18 Nov 2009 13:55:43 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: $witch Message-ID: In-Reply-To: <200911181348.02154.cheshirski.eve@gmail.com> User-Agent: Opera Mail/10.01 (FreeBSD) Cc: "freebsd-questions@freebsd.org" Subject: Re: Don't work RTL8102EL X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 12:57:45 -0000 On Wed, 18 Nov 2009 07:48:01 +0100, wrote: > Hello. Has faced a problem. I can not start network card 8102EL > > re0: port 0xd800-0xd8ff hi, am not absolutely sure, but i faced a very similar problem; take a look in http://www.rfc1925.net/FreeBSD-on-SL500.html for solution. maybe it is sufficient for your needs. cheers Alessandro -- "If 386BSD had been available when I started on Linux, Linux would probably never had happened." Linus Torvalds From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 13:14:21 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F22841065672 for ; Wed, 18 Nov 2009 13:14:21 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505a.appriver.com [98.129.35.4]) by mx1.freebsd.org (Postfix) with ESMTP id BB9C68FC1D for ; Wed, 18 Nov 2009 13:14:21 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.15 X-Note-Reverse-DNS: ht02.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: 112 113 114 115 119 120 131 217 X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.15] (HELO ht02.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.2.14) with ESMTPS id 17012489 for freebsd-questions@freebsd.org; Wed, 18 Nov 2009 07:14:21 -0600 Received: from mbx03.exg5.exghost.com ([169.254.1.164]) by ht02.exg5.exghost.com ([98.129.23.15]) with mapi; Wed, 18 Nov 2009 07:14:20 -0600 From: Peter Steele To: "freebsd-questions@freebsd.org" Date: Wed, 18 Nov 2009 07:14:18 -0600 Thread-Topic: ELF library not found error Thread-Index: AcpoGwcvABDsfALRQTGTRiDsaRdSNgAM1xzg Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA34@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA10@MBX03.exg5.exghost.com> <200911172247.26156.npapke@acm.org> In-Reply-To: <200911172247.26156.npapke@acm.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: RE: ELF library not found error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 13:14:22 -0000 This was not an upgrade but rather a fresh install. I included compat7x-amd= 64-7.2.702000.200906.1 in the install. I've found other packages that are g= iving the same error. Recompiling all of the ports is something I want to a= void. The install is done through an automated process that builds a FreeBS= D 8 image using a custom script, combining our custom kernel with a bunch o= f binary packages we want to include in the image. The result is a tarball = image, and that image can then be taken and installed directly onto our tar= get systems via a USB boot stick. We've used the same technique for 7.0 and it's worked fine. I was just thin= king though: We do build our custom kernel, and the build is being done, fo= r now, on our 7.0 build server. I got the binary ports from the net, and I = assume at least some have been built on an 8.0 system. Can you combine bina= ries of ports that have been built on an 8.0 system with a custom kernel th= at was built on a 7.0 system? -----Original Message----- From: Norbert Papke [mailto:npapke@acm.org]=20 Sent: Tuesday, November 17, 2009 10:47 PM To: freebsd-questions@freebsd.org Cc: Peter Steele Subject: Re: ELF library not found error On November 17, 2009, Peter Steele wrote: > I've installed an 8.0 RC3 system and > included Python 2.5, 2.6, and 3.1. The 2.6 version appears to run fine. > However, for both 2.5 and 3.1 I get the error: >=20 > ELF interpreter /libexec/ld-elf.so.1 not found >=20 > What might cause this error? If you upgraded from 7.x, you need to install the misc/compat7x port.=20 Even better, rebuild all your ports. It will save you a lot of grief in th= e long run. Cheers, -- Norbert Papke. npapke@acm.org http://saveournet.ca Protecting your Internet's level playing field From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 13:55:54 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4879B1065670 for ; Wed, 18 Nov 2009 13:55:54 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505c.appriver.com [98.129.35.7]) by mx1.freebsd.org (Postfix) with ESMTP id 0DC098FC28 for ; Wed, 18 Nov 2009 13:55:53 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.15 X-Note-Reverse-DNS: ht02.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: 112 113 114 115 119 120 131 217 X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.15] (HELO ht02.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.2.14) with ESMTPS id 17016078 for freebsd-questions@freebsd.org; Wed, 18 Nov 2009 07:55:52 -0600 Received: from mbx03.exg5.exghost.com ([169.254.1.164]) by ht02.exg5.exghost.com ([98.129.23.15]) with mapi; Wed, 18 Nov 2009 07:55:52 -0600 From: Peter Steele To: "freebsd-questions@freebsd.org" Date: Wed, 18 Nov 2009 07:55:50 -0600 Thread-Topic: ELF library not found error Thread-Index: AcpoGwcvABDsfALRQTGTRiDsaRdSNgAM1xzgAAD+1/A= Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA3E@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA10@MBX03.exg5.exghost.com> <200911172247.26156.npapke@acm.org> <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA34@MBX03.exg5.exghost.com> In-Reply-To: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA34@MBX03.exg5.exghost.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: RE: ELF library not found error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 13:55:54 -0000 I just installed compat6x-amd64-6.4.604000.200810_3.tbz and that solved the= error for Python 2.5 and 3.1, as well as several other applications that w= ere giving that error. I'm still getting the error for a few other packages= though, e.g. wireshark: # pkg_add /mnt/ports/wireshark-1.2.2.tbz=20 pkg_add: warning: package 'wireshark-1.2.2' requires 'tiff-3.9.1_1', but 't= iff-3.9.1' is installed pkg_add: warning: package 'wireshark-1.2.2' requires 'pcre-8.00', but 'pcre= -7.9' is installed pkg_add: warning: package 'wireshark-1.2.2' requires 'xcb-util-0.3.6_1', bu= t 'xcb-util-0.3.6' is installed pkg_add: warning: package 'wireshark-1.2.2' requires 'libxml2-2.7.6', but '= libxml2-2.7.5' is installed root@:~> # wireshark ELF interpreter /libexec/ld-elf.so.1 not found=20 If both the 6.x and 7.x compatibility packages are installed and this error= still occurs, what's the culprit? -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@f= reebsd.org] On Behalf Of Peter Steele Sent: Wednesday, November 18, 2009 5:14 AM To: freebsd-questions@freebsd.org Subject: RE: ELF library not found error This was not an upgrade but rather a fresh install. I included compat7x-amd= 64-7.2.702000.200906.1 in the install. I've found other packages that are g= iving the same error. Recompiling all of the ports is something I really wa= nt to avoid. The install is done through an automated process that builds a= FreeBSD 8 image using a custom script, combining our kernel with a bunch o= f binary packages we want to include in the image. The result is a tarball = image, and that image can then be taken and installed directly onto our tar= get systems via a USB boot stick. We've used the same technique for 7.0 and it's worked fine. I was just thin= king though: We do build our custom kernel, and the build is being done, fo= r now, on our 7.0 build server. I got the binary ports from the net, and I = assume at least some have been built on an 8.0 system. Can you combine bina= ries of ports that have been built on an 8.0 system with a custom kernel th= at was built on a 7.0 system? -----Original Message----- From: Norbert Papke [mailto:npapke@acm.org] Sent: Tuesday, November 17, 2009 10:47 PM To: freebsd-questions@freebsd.org Cc: Peter Steele Subject: Re: ELF library not found error On November 17, 2009, Peter Steele wrote: > I've installed an 8.0 RC3 system and > included Python 2.5, 2.6, and 3.1. The 2.6 version appears to run fine. > However, for both 2.5 and 3.1 I get the error: >=20 > ELF interpreter /libexec/ld-elf.so.1 not found >=20 > What might cause this error? If you upgraded from 7.x, you need to install the misc/compat7x port.=20 Even better, rebuild all your ports. It will save you a lot of grief in th= e long run. Cheers, -- Norbert Papke. npapke@acm.org http://saveournet.ca Protecting your Internet's level playing field ____________________________= ___________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman= /listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org= " From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 14:33:47 2009 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 82E6F106568D for ; Wed, 18 Nov 2009 14:33:47 +0000 (UTC) (envelope-from seklecki@noc.cfi.pgh.pa.us) Received: from collaborativefusion.com (mx01.pub.collaborativefusion.com [206.210.89.201]) by mx1.freebsd.org (Postfix) with ESMTP id 25F098FC15 for ; Wed, 18 Nov 2009 14:33:46 +0000 (UTC) Received: from Internal Mail-Server by mx01 (envelope-from seklecki@noc.cfi.pgh.pa.us) with AES256-SHA encrypted SMTP; 18 Nov 2009 09:06:31 -0500 Message-ID: <4B03FF88.9060001@noc.cfi.pgh.pa.us> Date: Wed, 18 Nov 2009 09:07:04 -0500 From: "Brian A. Seklecki (CFI NOC)" Organization: Collaborative Fusion, Inc. (DRP NOC) User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Laszlo Nagy References: <4B02A81F.1030101@shopzeus.com> In-Reply-To: <4B02A81F.1030101@shopzeus.com> Content-Type: text/plain; charset="ISO-8859-2"; format="flowed" Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: jail - beginner questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bseklecki@noc.cfi.pgh.pa.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 14:33:47 -0000 > I really think that it should be corrected to: > > cd /usr/src > make distribution DESTDIR=$D That's almost certainly correct, but it notes: "Notes [1] This step is not required on FreeBSD 6.0 and later." > But then I get this error in syslog: > > bind: Can't assign requested address > That's a general ntworking error. We'd need to see your ifconfig(8)/netstat(8) -rn and rc.conf(5) network settings to figure that out. ~BAS From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 15:21:58 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A32DC106566C for ; Wed, 18 Nov 2009 15:21:58 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email1.allantgroup.com (email1.emsphone.com [199.67.51.115]) by mx1.freebsd.org (Postfix) with ESMTP id 67D038FC0C for ; Wed, 18 Nov 2009 15:21:58 +0000 (UTC) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email1.allantgroup.com (8.14.0/8.14.0) with ESMTP id nAIFLtk2065158 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 18 Nov 2009 09:21:56 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.3/8.14.3) with ESMTP id nAIFLtVd014515 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 18 Nov 2009 09:21:55 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.3/8.14.3/Submit) id nAIFLstt014512; Wed, 18 Nov 2009 09:21:54 -0600 (CST) (envelope-from dan) Date: Wed, 18 Nov 2009 09:21:54 -0600 From: Dan Nelson To: James Phillips Message-ID: <20091118152153.GB89004@dan.emsphone.com> References: <727196.65984.qm@web65510.mail.ac4.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <727196.65984.qm@web65510.mail.ac4.yahoo.com> X-OS: FreeBSD 7.2-STABLE User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: ClamAV version 0.94.1, clamav-milter version 0.94.1 on email1.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (email1.allantgroup.com [199.67.51.78]); Wed, 18 Nov 2009 09:21:56 -0600 (CST) X-Scanned-By: MIMEDefang 2.45 Cc: freebsd-questions@freebsd.org Subject: Re: Do permissions take time to take effect? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 15:21:58 -0000 In the last episode (Nov 17), James Phillips said: > I wanted to create a shared directory writable by all users. When it > initially failed, I assumed there may be a blanket ban on writing to > directories owned by root. Today, I was able to write to the root-owned > "Share" directory. However, when I re-created the directory owned by a > special-purpose "Share" user, I ran into the same problem again. > > $ cd > $ pwd > /home/james > $ cd /home/Share > $ ls -la > total 4 > drwxrwxr-x 2 root users 512 Nov 14 09:39 . > drwxr-xr-x 5 root wheel 512 Nov 14 09:39 .. > $ grep users /etc/group > users:*:100:james,backup > $ cat > test.txt > What? now it worked? You are probably in the "users" group. Running either the "groups" or "id" command will say for sure. > $ ls > test.txt > $ rm test.txt > > ***After creating a special "Share" user*** > > $ cd /home/Share > $ ls -la > total 4 > drwxrwxr-x 2 Share Share 512 Nov 17 21:04 . > drwxr-xr-x 5 root wheel 512 Nov 17 21:04 .. > $ cat > test.txt > cannot create test.txt: Permission denied > $ grep Share /etc/group > Share:*:1003:james,backup > $ If you are currently either the "james" or "backup" user, and added the Share group membership on another tty, then you may need to log out and back in for the system to assign your new group membership to your session. Filesystem permissions take effect immediately, but group memberships are assigned once, at login. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 15:37:18 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B9EB106566C for ; Wed, 18 Nov 2009 15:37:18 +0000 (UTC) (envelope-from ndhert@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.186]) by mx1.freebsd.org (Postfix) with ESMTP id E70268FC13 for ; Wed, 18 Nov 2009 15:37:17 +0000 (UTC) Received: by gv-out-0910.google.com with SMTP id p33so212647gvf.39 for ; Wed, 18 Nov 2009 07:37:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=YYCOrMEEGBtZW5jFIKd+2ELB0k0ZZwoGXhBhsPqbZg0=; b=eLUcM0pbuIUs8TVO8jCSJF5jWY5X67T8TDky8owMzkoeKyT/jhtLBtZlHYPtUwVCKN 0+hwRYwgHcUWVZKHWQnz7XJRhPFQKusyj6Vu9qQt/5S5+0nmkzLqacXNuAMJWDqPub38 XoEfZeV6Cl5UD+iNVuzQTmYrZh0R1SkP7MktQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=jXTq+JKRI5booVixMt3ScRX9QjtimD2PWjZDILaLmtfhMQtBbIEpjGi2Is0joOVjjo 5X9uLLW9DxOEfcGWher0pkEy4LROLRIity+WoNyu4Nxzn/RCz8jagUHaCFyJkrj2yFG+ NG5Ny8pSvBAbzxl0wvtDXAVy42A0rHwE4wPRs= MIME-Version: 1.0 Received: by 10.216.91.15 with SMTP id g15mr1028797wef.24.1258557392913; Wed, 18 Nov 2009 07:16:32 -0800 (PST) Date: Wed, 18 Nov 2009 16:16:32 +0100 Message-ID: <8021a2660911180716h160765a9j82fa0c3065ecf2b@mail.gmail.com> From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: adding USB hard-disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 15:37:18 -0000 I have an external USB hard disk, wich already has unix dirs and files on it. When plugging into a OpenSuse10.3, the dirs and files are immediatly available under /media/disk-1 as unix dirs and files. When plugging into a FreeBSD7.2 system: on console I do get the messages: umass0: on uhub4 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 40.000MB/s transfers da0: 286168MB (586072368 512 byte sectors: 255H 63S/T 36481C) # camcontrol devlist at scbus0 target0 lun 0 (da0,pass0) # ls -la /dev | grep da crw-r----- 1 root operator 0, 113 Nov 18 14:40 da0 crw-r----- 1 root operator 0, 117 Nov 18 14:40 da0s1 crw-r----- 1 root operator 0, 118 Nov 18 14:40 da0s2 crw-r----- 1 root operator 0, 119 Nov 18 14:40 da0s3 but # mount /dev/da0s1 /mnt takes a while (drive spins), then mount: /dev/da0s1 : Invalid argument same result for all slices Why is this and how to remedy? (I can mount an USB memory stick with mount -t msdosfs -o -m=644,-M=755 /dev/da0s1 /mnt) From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 15:46:35 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 582B81065672 for ; Wed, 18 Nov 2009 15:46:35 +0000 (UTC) (envelope-from h.schmalzbauer@omnilan.de) Received: from host.omnilan.net (host.omnilan.net [62.245.232.135]) by mx1.freebsd.org (Postfix) with ESMTP id D80B78FC12 for ; Wed, 18 Nov 2009 15:46:34 +0000 (UTC) Received: from titan.flintsbach.schmalzbauer.de (titan.flintsbach.schmalzbauer.de [172.21.1.150]) (authenticated bits=0) by host.omnilan.net (8.13.8/8.13.8) with ESMTP id nAIFYOEY022055 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Nov 2009 16:34:24 +0100 (CET) (envelope-from h.schmalzbauer@omnilan.de) Message-ID: <4B0413FA.8080506@omnilan.de> Date: Wed, 18 Nov 2009 16:34:18 +0100 From: Harald Schmalzbauer Organization: OmniLAN User-Agent: Thunderbird 2.0.0.23 (X11/20090906) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig1215DEE4C8E58DC7009B3D80" Subject: getting program.core, where and how? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 15:46:35 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig1215DEE4C8E58DC7009B3D80 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable Hello, I have a daemon (compiled with -g) which is dying frequently, but I=20 can't get a core dump. The daemon drops privileges and runs as restricted user after startup. I gave the restricted user write permission to the directory where the=20 binary lives, but that hasn't helped. The size should be really small, so I think ulimit is not the problem. How can I find out what the working directory of the binary is? I guess=20 the problem is missing write permissions there. Thanks, -Harry --------------enig1215DEE4C8E58DC7009B3D80 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksEFAAACgkQLDqVQ9VXb8jjEQCgnwuDXvJaUfNoRgdNof7ywbbY 2MkAnRZ8qRBftFika4VzEoA8fT78SgZ8 =Dcb6 -----END PGP SIGNATURE----- --------------enig1215DEE4C8E58DC7009B3D80-- From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 15:52:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 291FA1065672 for ; Wed, 18 Nov 2009 15:52:26 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id F27798FC15 for ; Wed, 18 Nov 2009 15:52:25 +0000 (UTC) Received: by pxi12 with SMTP id 12so852714pxi.3 for ; Wed, 18 Nov 2009 07:52:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=d6eWqqvNZnVhLohyr4JWeL5iCDHkJviR4cYqco514MA=; b=uILtxrxwE5BHAGnR2gJNCx86SAciWhtmw1rxc5SNMh58jDS5JPylQcl/Q/eIz/slhG fq495hbBH3DDyQQ96JvRGRCTdaSybeQuZNgHyMEdQpisMqo6fe4TMGZsu1RQNp3AYbLs 4F49+U5klP4m62LM43Qf996iiicmBu524lDAk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=K8H8ujJNaPlqmCXugCzxuHUPfepga/tYb+S5phlYPO1YLs9MJvuDvQGf5hq+oh5ep+ uDxobnmA5mfj2SHDPoxjaSl50oBkMWRWbFwanxYU7+CReuuThByzGM3ZpnhWoTFYWFOS EBkCBD1Gnl00BIClqm1CGNk/CXXPn0+nnUthg= MIME-Version: 1.0 Received: by 10.142.67.14 with SMTP id p14mr1342320wfa.135.1258559545290; Wed, 18 Nov 2009 07:52:25 -0800 (PST) In-Reply-To: <4B0413FA.8080506@omnilan.de> References: <4B0413FA.8080506@omnilan.de> Date: Wed, 18 Nov 2009 09:52:25 -0600 Message-ID: <6201873e0911180752y1e21fbfcu5300cf77067d0ac5@mail.gmail.com> From: Adam Vande More To: Harald Schmalzbauer Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: getting program.core, where and how? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 15:52:26 -0000 On Wed, Nov 18, 2009 at 9:34 AM, Harald Schmalzbauer < h.schmalzbauer@omnilan.de> wrote: > Hello, > > I have a daemon (compiled with -g) which is dying frequently, but I can't > get a core dump. > The daemon drops privileges and runs as restricted user after startup. > I gave the restricted user write permission to the directory where the > binary lives, but that hasn't helped. > The size should be really small, so I think ulimit is not the problem. > How can I find out what the working directory of the binary is? I guess the > problem is missing write permissions there. > > Thanks, > > -Harry > > procstat -f -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 15:58:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7DD6106566B for ; Wed, 18 Nov 2009 15:58:59 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 7069F8FC13 for ; Wed, 18 Nov 2009 15:58:59 +0000 (UTC) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 18 Nov 2009 10:58:58 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.10.7-GA) with ESMTP id LGI36421; Wed, 18 Nov 2009 10:58:02 -0500 (EST) Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp01.lnh.mail.rcn.net with ESMTP; 18 Nov 2009 10:58:00 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19204.6536.555736.459105@jerusalem.litteratus.org> Date: Wed, 18 Nov 2009 10:58:00 -0500 To: Harald Schmalzbauer In-Reply-To: <4B0413FA.8080506@omnilan.de> References: <4B0413FA.8080506@omnilan.de> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: freebsd-questions@freebsd.org Subject: getting program.core, where and how? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 15:58:59 -0000 > How can I find out what the working directory of the binary is? I > guess the problem is missing write permissions there. find -name See "man find" for details; look particularly at the 'x' option. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 15:59:58 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E06810656A4 for ; Wed, 18 Nov 2009 15:59:58 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from dd12710.kasserver.com (dd12710.kasserver.com [85.13.134.233]) by mx1.freebsd.org (Postfix) with ESMTP id 5C1D08FC0C for ; Wed, 18 Nov 2009 15:59:58 +0000 (UTC) Received: from current.Sisis.de (cazador.sisis.de [193.31.11.193]) by dd12710.kasserver.com (Postfix) with ESMTP id BA15918354E95; Wed, 18 Nov 2009 16:59:56 +0100 (CET) Received: (from guru@localhost) by current.Sisis.de (8.14.3/8.14.3/Submit) id nAIFxu1Q005331; Wed, 18 Nov 2009 16:59:56 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: current.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Wed, 18 Nov 2009 16:59:56 +0100 From: Matthias Apitz To: Harald Schmalzbauer Message-ID: <20091118155956.GA5297@current.Sisis.de> References: <4B0413FA.8080506@omnilan.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4B0413FA.8080506@omnilan.de> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 8.0-CURRENT (i386) Cc: freebsd-questions@freebsd.org Subject: Re: getting program.core, where and how? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 15:59:58 -0000 El día Wednesday, November 18, 2009 a las 04:34:18PM +0100, Harald Schmalzbauer escribió: > Hello, > > I have a daemon (compiled with -g) which is dying frequently, but I > can't get a core dump. > The daemon drops privileges and runs as restricted user after startup. > I gave the restricted user write permission to the directory where the > binary lives, but that hasn't helped. > The size should be really small, so I think ulimit is not the problem. > How can I find out what the working directory of the binary is? I guess > the problem is missing write permissions there. Core will be written to the working directory and not to the directory where the binary comes from. With ulimit(1) you can set the core file size, even to zero, and you can ask for the actual value. HIH matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ Vote NO to EU The Lisbon Treaty: http://www.no-means-no.eu From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 16:13:19 2009 Return-Path: Delivered-To: FreeBSD-Questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D29F31065670 for ; Wed, 18 Nov 2009 16:13:19 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.freebsd.org (Postfix) with ESMTP id 576518FC24 for ; Wed, 18 Nov 2009 16:13:18 +0000 (UTC) Received: (qmail 18048 invoked by uid 0); 18 Nov 2009 16:13:17 -0000 Received: from unknown (HELO Grumpy.DynDNS.org) (24.42.224.110) by smtp8.knology.net with SMTP; 18 Nov 2009 16:13:17 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id 3C29128435; Wed, 18 Nov 2009 10:13:17 -0600 (CST) Date: Wed, 18 Nov 2009 10:13:17 -0600 From: David Kelly To: freebsd-stable@freebsd.org Message-ID: <20091118161317.GC7784@Grumpy.DynDNS.org> References: <1229144206.498323.1258535266846.JavaMail.app@ech3-cdn11.prod> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1229144206.498323.1258535266846.JavaMail.app@ech3-cdn11.prod> User-Agent: Mutt/1.4.2.3i Cc: FreeBSD-Questions@FreeBSD.org Subject: Re: Invitation to connect on LinkedIn X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 16:13:19 -0000 On Wed, Nov 18, 2009 at 01:07:46AM -0800, Andrei Antoukh wrote: > LinkedIn > ------------ > > Andrei Antoukh requested to add you as a connection on LinkedIn: > ------------------------------------------ Why isn't LinkedIn in FreeBSD.org's spam blocker? -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 16:14:22 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31BC61065698 for ; Wed, 18 Nov 2009 16:14:22 +0000 (UTC) (envelope-from traveling08@cox.net) Received: from fed1rmmtao106.cox.net (fed1rmmtao106.cox.net [68.230.241.40]) by mx1.freebsd.org (Postfix) with ESMTP id E98318FC24 for ; Wed, 18 Nov 2009 16:14:21 +0000 (UTC) Received: from fed1rmimpo03.cox.net ([70.169.32.75]) by fed1rmmtao106.cox.net (InterMail vM.8.00.01.00 201-2244-105-20090324) with ESMTP id <20091118161421.NQAO21192.fed1rmmtao106.cox.net@fed1rmimpo03.cox.net>; Wed, 18 Nov 2009 11:14:21 -0500 Received: from asus64 ([72.220.91.251]) by fed1rmimpo03.cox.net with bizsmtp id 6gEL1d00N5RPd3404gEL5i; Wed, 18 Nov 2009 11:14:21 -0500 X-VR-Score: -110.00 X-Authority-Analysis: v=1.0 c=1 a=pGLkceISAAAA:8 a=zSxTlXpn3Ld4UxoJhKkA:9 a=3SJCxFse1xKnIO0gpekA:7 a=ts_DGXDp-x7NZYW-9qvVG7A_AywA:4 a=MSl-tDqOz04A:10 X-CM-Score: 0.00 Date: Wed, 18 Nov 2009 08:14:15 -0800 From: Robert To: n dhert Message-ID: <20091118081415.4074f47c@asus64> In-Reply-To: <8021a2660911180716h160765a9j82fa0c3065ecf2b@mail.gmail.com> References: <8021a2660911180716h160765a9j82fa0c3065ecf2b@mail.gmail.com> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: adding USB hard-disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 16:14:22 -0000 On Wed, 18 Nov 2009 16:16:32 +0100 n dhert wrote: > I have an external USB hard disk, wich already has unix dirs and > files on it. > When plugging into a OpenSuse10.3, the dirs and files are immediatly > available under /media/disk-1 as unix dirs and files. >=20 > When plugging into a FreeBSD7.2 system: > on console I do get the messages: > umass0: 0/0,rev. 2.00 > /0.01, addr 2> on uhub4 > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-0 device > da0: 40.000MB/s transfers > da0: 286168MB (586072368 512 byte sectors: 255H 63S/T 36481C) >=20 > # camcontrol devlist > at scbus0 target0 lun 0 > (da0,pass0) >=20 > # ls -la /dev | grep da > crw-r----- 1 root operator 0, 113 Nov 18 14:40 da0 > crw-r----- 1 root operator 0, 117 Nov 18 14:40 da0s1 > crw-r----- 1 root operator 0, 118 Nov 18 14:40 da0s2 > crw-r----- 1 root operator 0, 119 Nov 18 14:40 da0s3 > but > # mount /dev/da0s1 /mnt > takes a while (drive spins), then > mount: /dev/da0s1 : Invalid argument > same result for all slices >=20 > Why is this and how to remedy? >=20 > (I can mount an USB memory stick with > mount -t msdosfs -o -m=3D644,-M=3D755 /dev/da0s1 /mnt) How is the drive formatted? =46rom man mount: SEE ALSO getfacl(1), setfacl(1), nmount(2), acl(3), mac(4), ext2fs(5), fstab(5), procfs(5), kldload(8), mount_cd9660(8), mount_msdosfs(8), mount_nfs(8), mount_ntfs(8), mount_nullfs(8), mount_nwfs(8), mount_portalfs(8), mount_smbfs(8), mount_udf(8), mount_unionfs(8), umount(8) HTH Robert From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 16:20:18 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74FA9106568D for ; Wed, 18 Nov 2009 16:20:18 +0000 (UTC) (envelope-from h.schmalzbauer@omnilan.de) Received: from host.omnilan.net (host.omnilan.net [62.245.232.135]) by mx1.freebsd.org (Postfix) with ESMTP id F10068FC16 for ; Wed, 18 Nov 2009 16:20:17 +0000 (UTC) Received: from titan.flintsbach.schmalzbauer.de (titan.flintsbach.schmalzbauer.de [172.21.1.150]) (authenticated bits=0) by host.omnilan.net (8.13.8/8.13.8) with ESMTP id nAIGKGAv022759 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Nov 2009 17:20:17 +0100 (CET) (envelope-from h.schmalzbauer@omnilan.de) Message-ID: <4B041EC0.90205@omnilan.de> Date: Wed, 18 Nov 2009 17:20:16 +0100 From: Harald Schmalzbauer Organization: OmniLAN User-Agent: Thunderbird 2.0.0.23 (X11/20090906) MIME-Version: 1.0 To: Matthias Apitz References: <4B0413FA.8080506@omnilan.de> <20091118155956.GA5297@current.Sisis.de> In-Reply-To: <20091118155956.GA5297@current.Sisis.de> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigC4B9622620E3DAE6FE5D73D5" Cc: freebsd-questions@freebsd.org Subject: Re: getting program.core, where and how? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 16:20:18 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC4B9622620E3DAE6FE5D73D5 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Matthias Apitz schrieb am 18.11.2009 16:59 (localtime): > El d=EDa Wednesday, November 18, 2009 a las 04:34:18PM +0100, Harald Sc= hmalzbauer escribi=F3: =2E.. >> How can I find out what the working directory of the binary is? I gues= s=20 >> the problem is missing write permissions there. >=20 > Core will be written to the working directory and not to the directory > where the binary comes from. With ulimit(1) you can set the core file > size, even to zero, and you can ask for the actual value. Thanks for the answer, that's what I assumend ;) But how can i find out what the working directory is? Thanks, -Harry --------------enigC4B9622620E3DAE6FE5D73D5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksEHsAACgkQLDqVQ9VXb8gWJACgiHsHOe+guFmMGC7QPtH+ynaX aw0AnjzR9A6Fch7T+xLK8KUE0Qt1WCnW =+bmg -----END PGP SIGNATURE----- --------------enigC4B9622620E3DAE6FE5D73D5-- From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 16:25:27 2009 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 61BD31065670 for ; Wed, 18 Nov 2009 16:25:27 +0000 (UTC) (envelope-from brett@lariat.net) Received: from lariat.net (lariat.net [66.119.58.2]) by mx1.freebsd.org (Postfix) with ESMTP id D811A8FC0C for ; Wed, 18 Nov 2009 16:25:26 +0000 (UTC) Received: from anne-o1dpaayth1.lariat.net (IDENT:ppp1000.lariat.net@lariat.net [66.119.58.2]) by lariat.net (8.9.3/8.9.3) with ESMTP id JAA07745 for ; Wed, 18 Nov 2009 09:25:24 -0700 (MST) Message-Id: <200911181625.JAA07745@lariat.net> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Wed, 18 Nov 2009 09:24:47 -0700 To: questions@freebsd.org From: Brett Glass Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Date/time formats in ps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 16:25:27 -0000 I'm looking at the man page for the "ps" command -- specifically at the part involving the date and time format for the "start" output field -- and am scratching my head. It says that the default format string for the date and time when a task was started, if it was started within the past 24 hours, is "%l:ps.1p". But to me, it looks as if the correct format is "%l:%M%p". Is the man page wrong, or am I missing something here? --Brett Glass From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 16:33:36 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B43BF1065670 for ; Wed, 18 Nov 2009 16:33:35 +0000 (UTC) (envelope-from npapke@acm.org) Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 490498FC21 for ; Wed, 18 Nov 2009 16:33:35 +0000 (UTC) Received: from pd2ml2so-ssvc.prod.shaw.ca ([10.0.141.134]) by pd2mo1so-svcs.prod.shaw.ca with ESMTP; 18 Nov 2009 09:33:34 -0700 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.0 c=1 a=VF9RaR9bft6c8SsOr3WyFg==:17 a=N54-gffFAAAA:8 a=lvbMJxvVAAAA:8 a=15tweaIl8WJ3XNk3lxcA:9 a=GKbo6_WRoNFbIIGLALMGdcF7KHgA:4 a=nAPXUAfsBmEA:10 Received: from unknown (HELO proven.lan) ([24.85.241.34]) by pd2ml2so-dmz.prod.shaw.ca with ESMTP; 18 Nov 2009 09:33:34 -0700 Received: from proven.lan (localhost [127.0.0.1]) by proven.lan (8.14.3/8.14.3) with ESMTP id nAIGXY5N025599 for ; Wed, 18 Nov 2009 08:33:34 -0800 (PST) (envelope-from npapke@acm.org) Received: (from npapke@localhost) by proven.lan (8.14.3/8.14.3/Submit) id nAIGXYvL025598 for freebsd-questions@freebsd.org; Wed, 18 Nov 2009 08:33:34 -0800 (PST) (envelope-from npapke@acm.org) X-Authentication-Warning: proven.lan: npapke set sender to npapke@acm.org using -f From: Norbert Papke To: freebsd-questions@freebsd.org Date: Wed, 18 Nov 2009 08:33:33 -0800 User-Agent: KMail/1.12.1 (FreeBSD/8.0-PRERELEASE; KDE/4.3.1; amd64; ; ) References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA10@MBX03.exg5.exghost.com> <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA34@MBX03.exg5.exghost.com> <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA3E@MBX03.exg5.exghost.com> In-Reply-To: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA3E@MBX03.exg5.exghost.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200911180833.33918.npapke@acm.org> Subject: Re: ELF library not found error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 16:33:36 -0000 On November 18, 2009, Peter Steele wrote: > I just installed compat6x-amd64-6.4.604000.200810_3.tbz and that solved the > error for Python 2.5 and 3.1, as well as several other applications that > were giving that error. I'm still getting the error for a few other > packages though, e.g. wireshark: > > # pkg_add /mnt/ports/wireshark-1.2.2.tbz > pkg_add: warning: package 'wireshark-1.2.2' requires 'tiff-3.9.1_1', but > 'tiff-3.9.1' is installed pkg_add: warning: package 'wireshark-1.2.2' > requires 'pcre-8.00', but 'pcre-7.9' is installed pkg_add: warning: > package 'wireshark-1.2.2' requires 'xcb-util-0.3.6_1', but > 'xcb-util-0.3.6' is installed pkg_add: warning: package 'wireshark-1.2.2' > requires 'libxml2-2.7.6', but 'libxml2-2.7.5' is installed root@:~> > # wireshark > ELF interpreter /libexec/ld-elf.so.1 not found > > If both the 6.x and 7.x compatibility packages are installed and this error > still occurs, what's the culprit? Presumably (and I am speculating), the 8.0 packages are not yet finalized and therefore inconsistent. Perhaps you will have better luck after the official 8.0 Release? -- Norbert Papke. npapke@acm.org http://saveournet.ca Protecting your Internet's level playing field From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 16:49:28 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF294106566B for ; Wed, 18 Nov 2009 16:49:28 +0000 (UTC) (envelope-from h.schmalzbauer@omnilan.de) Received: from host.omnilan.net (host.omnilan.net [62.245.232.135]) by mx1.freebsd.org (Postfix) with ESMTP id 681158FC14 for ; Wed, 18 Nov 2009 16:49:27 +0000 (UTC) Received: from titan.flintsbach.schmalzbauer.de (titan.flintsbach.schmalzbauer.de [172.21.1.150]) (authenticated bits=0) by host.omnilan.net (8.13.8/8.13.8) with ESMTP id nAIGnQtQ023205 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Nov 2009 17:49:27 +0100 (CET) (envelope-from h.schmalzbauer@omnilan.de) Message-ID: <4B042596.30209@omnilan.de> Date: Wed, 18 Nov 2009 17:49:26 +0100 From: Harald Schmalzbauer Organization: OmniLAN User-Agent: Thunderbird 2.0.0.23 (X11/20090906) MIME-Version: 1.0 To: Adam Vande More References: <4B0413FA.8080506@omnilan.de> <6201873e0911180752y1e21fbfcu5300cf77067d0ac5@mail.gmail.com> In-Reply-To: <6201873e0911180752y1e21fbfcu5300cf77067d0ac5@mail.gmail.com> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig2BA37199BB110F7823F86C10" Cc: freebsd-questions@freebsd.org Subject: Re: getting program.core, where and how? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 16:49:28 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig2BA37199BB110F7823F86C10 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Adam Vande More schrieb am 18.11.2009 16:52 (localtime): > On Wed, Nov 18, 2009 at 9:34 AM, Harald Schmalzbauer < > h.schmalzbauer@omnilan.de> wrote: =2E.. >> How can I find out what the working directory of the binary is? I gues= s the >> problem is missing write permissions there. >> >> Thanks, >> >> -Harry >> >> > procstat -f Ahh :) Thanks a lot! -Harry --------------enig2BA37199BB110F7823F86C10 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksEJZYACgkQLDqVQ9VXb8idtQCgt7/WN1VEz2YkDdjwEG97lvFX wYYAnjj6q7zYfcSH1D9lXoTghJ14/F1F =AZDj -----END PGP SIGNATURE----- --------------enig2BA37199BB110F7823F86C10-- From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 16:53:21 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C9791065670 for ; Wed, 18 Nov 2009 16:53:21 +0000 (UTC) (envelope-from omerfsen@gmail.com) Received: from mail-gx0-f218.google.com (mail-gx0-f218.google.com [209.85.217.218]) by mx1.freebsd.org (Postfix) with ESMTP id 5DADB8FC20 for ; Wed, 18 Nov 2009 16:53:21 +0000 (UTC) Received: by gxk10 with SMTP id 10so1216676gxk.3 for ; Wed, 18 Nov 2009 08:53:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=TsPKcWXhCNqyqWennnZ3qvi1Yfvwmk+LGY2IQDlv6Xo=; b=tQhrrKi3vuiuOgWKoG+wk/231nwwmkRo0rgVhCL7a18USDZ90s8ayyvGTM1o3eukGA MWFIbU64lzr2Objz4vO+jiTnASCiQBRC0eBptcAbX2kSkfj85LDwvktzQtPB60luieS7 fXlRrCbMRZURHIHglaP+xk9Nelo/WfVOuhkIc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=JcWQD8hQAKEeajIU7/vL/oAyUu9jeMzNFKwqHa1/+XAJCK4TkvEuq1dRtJ3r2UqdCC gzRJe0OPAXnPpjNhLO+aIYwZSs1kYdnVrkfR3ebNIYkaSOqp/+YFEPMiMhbC6W+BPMBe 0aKa3m0V2yLzaYfN4GvNyw5cgWpuvGfULJZH0= MIME-Version: 1.0 Received: by 10.239.139.201 with SMTP id u9mr1094567hbu.112.1258561687938; Wed, 18 Nov 2009 08:28:07 -0800 (PST) Date: Wed, 18 Nov 2009 18:28:07 +0200 Message-ID: <75a268720911180828jf058456n45a3fd4a12473201@mail.gmail.com> From: Omer Faruk Sen To: FreeBSD Content-Type: text/plain; charset=ISO-8859-1 Subject: gmirror and geli/gshsec X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 16:53:21 -0000 Is it possible to use geli/gshsec on a gmirrored disk partitions? Such as: Filesystem Size Used Avail Capacity Mounted on /dev/mirror/gm0a 29G 260M 26G 1% / devfs 1.0K 1.0K 0B 100% /dev /dev/mirror/gm0e 146G 31M 134G 0% /data /dev/mirror/gm0d 39G 1.2G 34G 3% /usr I want to mirror /data and also encrypt it. Regards. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 17:20:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5221D1065670 for ; Wed, 18 Nov 2009 17:20:53 +0000 (UTC) (envelope-from korvus@comcast.net) Received: from QMTA12.emeryville.ca.mail.comcast.net (qmta12.emeryville.ca.mail.comcast.net [76.96.27.227]) by mx1.freebsd.org (Postfix) with ESMTP id 3A8978FC17 for ; Wed, 18 Nov 2009 17:20:53 +0000 (UTC) Received: from OMTA18.emeryville.ca.mail.comcast.net ([76.96.30.74]) by QMTA12.emeryville.ca.mail.comcast.net with comcast id 6gy21d00C1bwxycACh7hUN; Wed, 18 Nov 2009 17:07:43 +0000 Received: from [192.168.2.164] ([206.210.89.202]) by OMTA18.emeryville.ca.mail.comcast.net with comcast id 6hF81d0014Mx3R28ehFK5s; Wed, 18 Nov 2009 17:15:36 +0000 Message-ID: <4B0429B3.1080702@comcast.net> Date: Wed, 18 Nov 2009 12:06:59 -0500 From: Steve Polyack User-Agent: Thunderbird 2.0.0.23 (X11/20090902) MIME-Version: 1.0 To: davidcollins001@gmail.com References: <4AE3944A.4090602@videotron.ca> <4AE40A00.3040607@infracaninophile.co.uk> <4b02dc68.eJdGkKbmyLCy24CC%davidcollins001@gmail.com> In-Reply-To: <4b02dc68.eJdGkKbmyLCy24CC%davidcollins001@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: flashplugin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 17:20:53 -0000 David Collins wrote: > I have periodically tested with getting flash working, and everytime I > try it fails and I go back to undoing everything I have done and > re-installing gnash. Gnash works but it does have a few niggles. > > I tried the following: > > >> This is what I did for a 7.2 box. Note that there are compatibility >> >> # pkg_info -orx linux > linux-stuff >> # pkg_delete -rx linux >> >> # cd /compat/linux >> # find . -type f -ls >> # rm -rf * >> >> # sysctl compat.linux.osrelease=2.6.16 >> >> OVERRIDE_LINUX_BASE_PORT= f10 >> OVERRIDE_LINUX_NONBASE_PORTS= f10 >> >> to /etc/make.conf. >> >> # portinstall www/nspluginwrapper >> # nspluginwrapper -v -a -i >> >> * Finally, fire up Firefox and check that it has loaded the flash plugin by >> typing 'about:plugins' into the URL bar. Find a site with flash content[*], >> and enjoy. >> > > Everything installed easily and about:plugins has Shockwave Flash and > FutureSplash Player as enabled. But, when I go to youtube.com all I get a black > screen and the video doesn't load. > > Does anyone have any ideas why flash isn't working? > Set linux_enable="YES" in /etc/rc.conf and make sure you are mounting linprocfs: /etc/fstab: # Device Mountpoint FStype Options Dump Pass# linproc /compat/linux/proc linprocfs rw 0 0 Check dmesg(8) or other system logs after trying to use flash and see if anything is being logged. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 17:35:36 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DBE11065676 for ; Wed, 18 Nov 2009 17:35:36 +0000 (UTC) (envelope-from cronfy@sprinthost.ru) Received: from odin.from.sh (odin.from.sh [80.93.50.112]) by mx1.freebsd.org (Postfix) with ESMTP id 2C2E88FC2D for ; Wed, 18 Nov 2009 17:35:36 +0000 (UTC) Received: from odin.from.sh ([80.93.50.112]) by odin.from.sh with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NAoAh-000PtK-VJ for freebsd-questions@freebsd.org; Wed, 18 Nov 2009 20:18:23 +0300 Received: from [89.223.116.161] (helo=[10.10.10.120]) by odin.from.sh with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NAoAd-000Prj-42 for freebsd-questions@freebsd.org; Wed, 18 Nov 2009 20:18:19 +0300 Message-ID: <4B042C50.6060904@sprinthost.ru> Date: Wed, 18 Nov 2009 20:18:08 +0300 From: cronfy User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: FreeBSD Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: get accounting info for running process X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 17:35:36 -0000 Hello. Is it possible to find out how much a process have used CPU user time/system time/IO operations for now by it's pid? Like in sa, but for running process. Thanks in advance. From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 17:49:50 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5945106566B for ; Wed, 18 Nov 2009 17:49:50 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505a.appriver.com [98.129.35.4]) by mx1.freebsd.org (Postfix) with ESMTP id 7E0198FC0A for ; Wed, 18 Nov 2009 17:49:50 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.14 X-Note-Reverse-DNS: ht01.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: 112 113 114 115 119 120 131 217 X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.14] (HELO ht01.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.2.14) with ESMTPS id 17061638 for freebsd-questions@freebsd.org; Wed, 18 Nov 2009 11:49:49 -0600 Received: from mbx03.exg5.exghost.com ([169.254.1.164]) by ht01.exg5.exghost.com ([98.129.23.14]) with mapi; Wed, 18 Nov 2009 11:49:49 -0600 From: Peter Steele To: "freebsd-questions@freebsd.org" Date: Wed, 18 Nov 2009 11:49:47 -0600 Thread-Topic: ELF library not found error Thread-Index: AcpobPAwAF682LeYSPildx8AZsnbEwACkdZQ Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FB64@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA10@MBX03.exg5.exghost.com> <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA34@MBX03.exg5.exghost.com> <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA3E@MBX03.exg5.exghost.com> <200911180833.33918.npapke@acm.org> In-Reply-To: <200911180833.33918.npapke@acm.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: RE: ELF library not found error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 17:49:50 -0000 >Presumably (and I am speculating), the 8.0 packages are not yet finalized = and therefore inconsistent. Perhaps you will have better luck after the of= ficial 8.0 Release? I was thinking the same thing--too much version mismatching going on. I'm g= oing to take your suggestion though and compile all of the ports we want to= use, and then convert them back into packages. I tried that with one port = that was failing and this solved the problem.=20 From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 17:57:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BA5D106566C for ; Wed, 18 Nov 2009 17:57:59 +0000 (UTC) (envelope-from anti_spam256@yahoo.ca) Received: from web65505.mail.ac4.yahoo.com (web65505.mail.ac4.yahoo.com [76.13.9.49]) by mx1.freebsd.org (Postfix) with SMTP id 2FDC58FC0C for ; Wed, 18 Nov 2009 17:57:58 +0000 (UTC) Received: (qmail 44580 invoked by uid 60001); 18 Nov 2009 17:57:58 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.ca; s=s1024; t=1258567078; bh=8KEnY212rScYCCvppl4sJ2fVbu0bdqaZj0D7KZYon5Q=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=sfrT/nr/p1ELMfb9wt2fK1a2bR8m9bA1f1I7Qve+u7+ox9b+bPXd/qvHAEjyMAMxCBT3T+0D/ke7NRldkWQ+8LLAJ/bdtW/gaff9l784BpWEtBaCg/O4hEB0ZWonJEH0zand5dNz9Emwn4fQNNL4WuRMf+9vsx2TqTE0Rf81iLQ= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=hNB7LC2/gS7upTOlh6vHpl4ChyAhZvnR2TjNs5pjEDML/H3knPE/2sjwURAqhYvWa2qbGydxtUYVBsboh1eXFMvMgSMbE/gjVqqu1osx3wqDEBCWiWDnHioR+1ppprNHdRsWExtzevn3Cb17GS9Q79RUul6PW+FiYw3ukWYH3ME=; Message-ID: <225765.44422.qm@web65505.mail.ac4.yahoo.com> X-YMail-OSG: UAzMGE0VM1kixm3Gd87hVzgrjomMFsB9OVAxS4mtDdAmN_FDKobo09JEPvrogD43n9iZx2KKBL8TBP1TMSxdsHy2x21O2oobMhn_WKnPdxsjxZITGATW6aYspx62KUbjaHg2gYA81RfTrejX6ZxXyU88eiLcaEIvTwhA.7bKPpG3eW_z7mevQYgR9pLN5DY5CZTde6EsxbjYKTH1zSQ_FwhzSA0BUW8jshPBYSisQE66Nnbv0iskhCadOYikgFmSp7UXdJMLMk4_KXkMGdLRb9c3bcPAxI9hc8XP15P41QodkHdBEoad_Tkxsf_JK9gs6AmXZmgx0yCtH5rmTKuVqeYFtDAVvDEBSHa9tJiSct9iP05DBBq6G5MrSVbKqk81IM_4qsH4pP5wmXYBRjgCCiK22zhyPX.SW7s2O9479Q-- Received: from [208.99.137.71] by web65505.mail.ac4.yahoo.com via HTTP; Wed, 18 Nov 2009 09:57:58 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.7.361.4 Date: Wed, 18 Nov 2009 09:57:58 -0800 (PST) From: James Phillips To: Dan Nelson In-Reply-To: <20091118152153.GB89004@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: [Solved] Do permissions take time to take effect? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 17:57:59 -0000 =0A=0A--- On Wed, 11/18/09, Dan Nelson wrote:=0A= =0A=0A> In the last episode (Nov 17), James=0A> Phillips said:=0A> > I want= ed to create a shared directory writable by all=0A> users. When it=0A> > in= itially failed, I assumed there may be a blanket ban=0A> on writing to=0A> = > directories owned by root.=A0 Today, I was able to=0A> write to the root-= owned=0A> > "Share" directory.=A0 However, when I re-created=0A> the direct= ory owned by a=0A> > special-purpose "Share" user, I ran into the same=0A> = problem again.=0A=0A> =0A> You are probably in the "users" group.=A0= Running either=0A> the "groups" or "id"=0A> command will say for sure.=0A= =0AYes, I was using the "cd" and "pwd" combination as a poor replacement.= =0AIt is possible to re-assign the "home" directory.=0A=0A$ groups=0Ajames = Share=0A$ id=0Auid=3D1001(james) gid=3D1001(james) groups=3D1001(james),100= 3(Share)=0A=0A(I have since deleted the "users" group: it is a Debian thing= , and I had NIS set up to NOT export the membership information)=0A= =0A> =0A> If you are currently either the "james" or "backup" user,=0A> and= added the=0A> Share group membership on another tty, then you may need to= =0A> log out and back=0A> in for the system to assign your new group member= ship to=0A> your session. =0A> Filesystem permissions take effect immediate= ly, but group=0A> memberships are=0A> assigned once, at login.=0A=0AThis he= re was the problem. I was not logging out after the changes. However, I am = in the habit of logging out at the end of the day. As a result, I would get= the updated permissions when I log in the next day.=0A=0AThank-you for you= r help,=0A=0AJames Phillips=0A=0A=0A=0A ______________________________= ____________________________________=0ALooking for the perfect gift? Give t= he gift of Flickr! =0A=0Ahttp://www.flickr.com/gift/ From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 18:01:40 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D049C1065694 for ; Wed, 18 Nov 2009 18:01:40 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (ip-58-28-152-174.static-xdsl.xnet.co.nz [58.28.152.174]) by mx1.freebsd.org (Postfix) with ESMTP id 7A0C68FC17 for ; Wed, 18 Nov 2009 18:01:40 +0000 (UTC) Received: by chen.org.nz (Postfix, from userid 1000) id B63802841E; Thu, 19 Nov 2009 07:01:39 +1300 (NZDT) Date: Thu, 19 Nov 2009 07:01:39 +1300 From: Jonathan Chen To: Peter Steele Message-ID: <20091118180139.GA45385@osiris.chen.org.nz> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA10@MBX03.exg5.exghost.com> <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA34@MBX03.exg5.exghost.com> <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FA3E@MBX03.exg5.exghost.com> <200911180833.33918.npapke@acm.org> <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FB64@MBX03.exg5.exghost.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33A5FB64@MBX03.exg5.exghost.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: ELF library not found error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 18:01:40 -0000 On Wed, Nov 18, 2009 at 11:49:47AM -0600, Peter Steele wrote: > >Presumably (and I am speculating), the 8.0 packages are not yet finalized and therefore inconsistent. Perhaps you will have better luck after the official 8.0 Release? > > I was thinking the same thing--too much version mismatching going on. I'm going to take your suggestion though and compile all of the ports we want to use, and then convert them back into packages. I tried that with one port that was failing and this solved the problem. > When you do a major upgrade (ie: 6 to 7, or 7 to 8), one of the final steps recommended is to recompile all ports. The compatX packages are a stop gap until your transition is complete, and can/should be removed once all your ports have been updated. If you choose not to recompile/refectch all your ports, you are faced with the possibility of library and port dependancy breakages as each installed port updates to newer and possibly incompatible versions. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "A little learning is a dangerous thing but a lot of ignorance is just as bad." - Bob Edwards From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 19:12:35 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 566F5106566B for ; Wed, 18 Nov 2009 19:12:35 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email1.allantgroup.com (email1.emsphone.com [199.67.51.115]) by mx1.freebsd.org (Postfix) with ESMTP id 1BEDA8FC1F for ; Wed, 18 Nov 2009 19:12:34 +0000 (UTC) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email1.allantgroup.com (8.14.0/8.14.0) with ESMTP id nAIJCXn5094070 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 18 Nov 2009 13:12:34 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.3/8.14.3) with ESMTP id nAIJCXgo056988 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 18 Nov 2009 13:12:33 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.3/8.14.3/Submit) id nAIJCX6u056986; Wed, 18 Nov 2009 13:12:33 -0600 (CST) (envelope-from dan) Date: Wed, 18 Nov 2009 13:12:33 -0600 From: Dan Nelson To: cronfy Message-ID: <20091118191233.GC89004@dan.emsphone.com> References: <4B042C50.6060904@sprinthost.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B042C50.6060904@sprinthost.ru> X-OS: FreeBSD 7.2-STABLE User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: ClamAV version 0.94.1, clamav-milter version 0.94.1 on email1.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (email1.allantgroup.com [199.67.51.78]); Wed, 18 Nov 2009 13:12:34 -0600 (CST) X-Scanned-By: MIMEDefang 2.45 Cc: FreeBSD Subject: Re: get accounting info for running process X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 19:12:35 -0000 In the last episode (Nov 18), cronfy said: > Is it possible to find out how much a process have used CPU user > time/system time/IO operations for now by it's pid? Like in sa, but for > running process. It's available to userland programs via the kern.proc.all syscall. it returns an array of "struct kinfo_proc", one for each process. One of the elements is ki_rusage, which contains the data that the sa command uses. The ps command can easily be extended to print these fields. See this patch at http://lists.freebsd.org/pipermail/freebsd-hackers/2009-March/027918.html for an example. (I still need to file that PR...) -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 19:50:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AC261065670 for ; Wed, 18 Nov 2009 19:50:47 +0000 (UTC) (envelope-from lists@jnielsen.net) Received: from ns1.jnielsen.net (ns1.jnielsen.net [69.55.238.237]) by mx1.freebsd.org (Postfix) with ESMTP id 18E6C8FC0C for ; Wed, 18 Nov 2009 19:50:46 +0000 (UTC) Received: from jnielsen.socialserve.com (office.socialserve.com [208.60.89.34]) (authenticated bits=0) by ns1.jnielsen.net (8.12.9p2/8.12.9) with ESMTP id nAIJoips061029; Wed, 18 Nov 2009 14:50:45 -0500 (EST) (envelope-from lists@jnielsen.net) From: John Nielsen To: freebsd-questions@freebsd.org Date: Wed, 18 Nov 2009 14:50:38 -0500 User-Agent: KMail/1.9.10 References: <4B01331F.7080305@ilik.net> In-Reply-To: <4B01331F.7080305@ilik.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200911181450.39325.lists@jnielsen.net> X-Virus-Scanned: ClamAV version 0.88.4, clamav-milter version 0.88.4 on ns1.jnielsen.net X-Virus-Status: Clean Cc: Patrik Usher Subject: Re: NFS and crossmount X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 19:50:47 -0000 On Monday 16 November 2009 06:10:23 Patrik Usher wrote: > I'm chaning fileserver to a FreeBSD 7.2 from my old linux and can't find > how to define the option "crossmnt" (crossmount) for NFS. > > Does anyone know if it's supported under FreeBSD 7 and if so, how to > define it ? I don't believe a similar option is available. You need a line in /etc/exports for each filesystem (mountpoint) you wish to export. JN From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 20:03:17 2009 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 7C5F61065780 for ; Wed, 18 Nov 2009 20:03:17 +0000 (UTC) (envelope-from ryans@rpsommers.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 20E228FC21 for ; Wed, 18 Nov 2009 20:03:16 +0000 (UTC) Received: by bwz5 with SMTP id 5so1735706bwz.3 for ; Wed, 18 Nov 2009 12:03:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.86.206 with SMTP id w56mr2379399wee.1.1258572692989; Wed, 18 Nov 2009 11:31:32 -0800 (PST) Date: Wed, 18 Nov 2009 13:31:32 -0600 Message-ID: <3752c73e0911181131yea7b1s499776e045dc684d@mail.gmail.com> From: Ryan Sommers To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: RecvQ Size from fd? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 20:03:17 -0000 Is it possible to get the amount of data in the receive queue from a socket file descriptor (userland app)? I see that netstat gets a list of struct socket* and from there you can find the answer from the so_rcv sockbuf. But I can't find a way to match a socket fd up to the struct sock. Thanks, Ryan -- Ryan P Sommers ryans@rpsommers.com From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 20:11:32 2009 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 4614B106566C; Wed, 18 Nov 2009 20:11:32 +0000 (UTC) (envelope-from gjin@ubicom.com) Received: from server70.appriver.com (server70.appriver.com [69.20.119.203]) by mx1.freebsd.org (Postfix) with ESMTP id CC3448FC21; Wed, 18 Nov 2009 20:11:31 +0000 (UTC) X-Policy: GLOBAL - ubicom.com X-Policy: GLOBAL - ubicom.com X-Policy: GLOBAL - ubicom.com X-Policy: GLOBAL - ubicom.com X-Primary: gjin@ubicom.com X-Note: This Email was scanned by AppRiver SecureTide X-Virus-Scan: V- X-Note: TCH-CT/SI:0-58/SG:2 11/18/2009 3:11:10 PM X-GBUdb-Analysis: 0, 216.112.109.98, Ugly c=0.747107 p=-0.913352 Source White X-Signature-Violations: 0-0-0-8170-c X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES X-Note-Sending-IP: 216.112.109.98 X-Note-Reverse-DNS: 216.112.109.98.ptr.us.xo.net X-Note-WHTLIST: gjin@ubicom.com X-Note: User Rule Hits: X-Note: Global Rule Hits: 115 116 117 118 122 123 221 X-Note: Mail Class: VALID X-Note: Headers Injected Received: from [216.112.109.98] (HELO stork.scenix.com) by server70.appriver.com (CommuniGate Pro SMTP 5.3c2) with ESMTP id 107546105; Wed, 18 Nov 2009 15:11:31 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 18 Nov 2009 12:03:54 -0800 Message-ID: In-Reply-To: <200911181213.34112.hselasky@c2i.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: 8.0-RC3 USB lock up on mounting two partitions from one USB drive Thread-Index: AcpoP3z6JZv+wKUaR6W88hemmQS/OQASgtOA References: <200911181213.34112.hselasky@c2i.net> From: "Guojun Jin" To: "Hans Petter Selasky" , Cc: questions@freebsd.org, freebsd-stable@freebsd.org Subject: RE: 8.0-RC3 USB lock up on mounting two partitions from one USB drive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 20:11:32 -0000 It looks like a system issue since it also happens to the SATA drive.=20 The USB drive seems having more difficulty. I will back up rest partitions, Then redo the slice and partition to see if problem goes away. If so, then 8.0-R has a backward compatibility issue on the partition table or format to older FreeBSD release. -----Original Message----- From: Hans Petter Selasky [mailto:hselasky@c2i.net]=20 Sent: Wednesday, November 18, 2009 3:14 AM To: freebsd-usb@freebsd.org Cc: Guojun Jin; freebsd-stable@freebsd.org; questions@freebsd.org Subject: Re: 8.0-RC3 USB lock up on mounting two partitions from one USB drive Hi, I'm not sure if this is an USB issue or not. If you get READ/WRITE errors and=20 the drive simply dies then it might be the case. Else it is a system issue. There are quirks for mass storage which you can add to=20 sys/dev/usb/storage/umass.c . --HPS On Wednesday 18 November 2009 08:33:07 Guojun Jin wrote: > Did newfs on those partition and made things worsen -- restore completely > fails: (I had experienced another similar problem on an IDE, which works > well for 6.4 and 7.2, but 8.0.) This dirve works fine under FreeBSD 6.4. > > Is something new in 8.0 making disk partition schema changed? > > g_vfs_done():da0s3d[READ(offset=3D98304, length=3D16384)]error =3D 6 > g_vfs_done():da0s3d[WRITE(offset=3D192806912, length=3D16384)]error = =3D 6 > fopen: Device not configured > cannot create save file ./restoresymtable for symbol table > abort? [yn] (da0:umass-sim0:0:0:0): Synchronize cache failed, status =3D=3D > 0xa, scs i status =3D=3D 0x0 > (da0:umass-sim0:0:0:0): removing device entry > ugen1.2: at usbus1 > umass0: on usbus1 > umass0: SCSI over Bulk-Only; quirks =3D 0x0000 > umass0:0:0:-1: Attached to scbus0 > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-0 device > da0: 40.000MB/s transfers > da0: 114473MB (234441648 512 byte sectors: 255H 63S/T 14593C) > Device da0s3d went missing before all of the data could be written to it; > expect data loss. > > 99 23:19 sysinstall > 100 23:20 newfs /dev/da0s3d > 101 23:20 newfs /dev/da0s3e > 102 23:21 mount /dev/da0s3d /mnt > 103 23:21 cd /mnt > 104 23:21 dump -0f - /home | restore -rf - > 105 23:27 history 15 > > > > -----Original Message----- > From: Guojun Jin > Sent: Tue 11/17/2009 11:05 PM > To: freebsd-stable@freebsd.org > Cc: questions@freebsd.org; freebsd-usb@freebsd.org > Subject: 8.0-RC3 USB lock up on mounting two partitions from one USB drive > > When mounting two partitions from a USB dirve, it can cause the drive > access lock up for a long time. Details: > > Terminal 1 -- > term1# mount /dev/da0s3d /mnt > term1# cd /mnt ; rm -fr * > > when rm starts, go to terminal 2 and do: > > term2# mount /dev/da0s3e /dist ### this will hanging for a long time and > USB hard drive activity light is off. After more than 1-2 minutes, mount > returns, and the drive activity light is blinking, thus removing is going > on. > > term2# ls /dist ### this will cause dUSB dirve hanging again -- no > avtivity. Similarly, ls will finish in a couple of miniutes or longer, the > rm command continues; but for a while, the drive activity will stop again. > > Reboot machine, repeat the above steps, and result will be the same. Reboot > machine again, and just mount one partition, then doing "rm -rf *" without > involve the second partition, rm will finish quickly. > > Has anyone obseved this behave on 8.0-RC? > > -Jin From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 20:59:09 2009 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 950FD1065670 for ; Wed, 18 Nov 2009 20:59:09 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: from mail-qy0-f204.google.com (mail-qy0-f204.google.com [209.85.221.204]) by mx1.freebsd.org (Postfix) with ESMTP id 561C18FC1F for ; Wed, 18 Nov 2009 20:59:09 +0000 (UTC) Received: by qyk42 with SMTP id 42so888963qyk.28 for ; Wed, 18 Nov 2009 12:59:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=I8So850GNywG/YIsEIL0Lyib8VWYJKB3BYF6PD2Uke0=; b=o+bFwLU7oCMN93X46kQKO7t95z9e9dmOZvtFNiiWy+jJ8duzXkWVTFyt+BXS5mOv5e SxdhenfWw0rkjjPjSOl7VS9YgKcQjVm2MU37lg4NODyd4ymXxJE7WPk78p+CBH4nwr5J Gjp9AVSDfrRz3Ru8tXKAcYdZlUTuSeooLayBA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=woI82zqI6L7Ee+/1XFmY41UKNUwhYJTfe2+B/EqAgAPNCCXd02Ibp316Jl6Vyqqnvv 9wdV8r7CrpWqGTgtg/gn5YW9hWtJ9kLKp611EzcYfZROz34nq3mE7kAPhEjDBiNyF3+W e0w/xyNz7SIaSrjjOy6kxSYFLLBilQU/qJY+A= MIME-Version: 1.0 Received: by 10.229.33.201 with SMTP id i9mr1502300qcd.83.1258577948670; Wed, 18 Nov 2009 12:59:08 -0800 (PST) Date: Wed, 18 Nov 2009 12:59:08 -0800 Message-ID: <560f92640911181259m37d2659w775fa3fafd9499b6@mail.gmail.com> From: Nerius Landys To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Measuring disk I/O X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 20:59:09 -0000 A friend and I are working on a small video-game related project as a hobby. We're running several scripts 24/7 that make lots of calls to a MySQL database. The mysql server process shows an average CPU use of 1% (reported by top) and it never goes above about 2% The tables it's hitting are myisam tables. I'm a little bit worried that the mysql process is using a lot of disk access. I don't know too much about hard disks but my feeling is that too much disk use could slow the machine down or cause a premature hard disk failure. WD Raptor model. I don't know if my concerns are well-founded, but I would like to measure impact on the hard disk somehow. I don't know how to see disk I/O. I do know how to use top. How do I measure disk I/O? Any other thoughts? From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 21:13:34 2009 Return-Path: Delivered-To: FreeBSD-Questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63A0C106566B for ; Wed, 18 Nov 2009 21:13:34 +0000 (UTC) (envelope-from peterjeremy@acm.org) Received: from fallbackmx10.syd.optusnet.com.au (fallbackmx10.syd.optusnet.com.au [211.29.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id E36D48FC14 for ; Wed, 18 Nov 2009 21:13:33 +0000 (UTC) Received: from mail16.syd.optusnet.com.au (mail16.syd.optusnet.com.au [211.29.132.197]) by fallbackmx10.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id nAIJ52oP032530 for ; Thu, 19 Nov 2009 06:05:02 +1100 Received: from server.vk2pj.dyndns.org (c122-106-232-83.belrs3.nsw.optusnet.com.au [122.106.232.83]) by mail16.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id nAIJ4xwM031728 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 19 Nov 2009 06:05:00 +1100 X-Bogosity: Ham, spamicity=0.000000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.3/8.14.3) with ESMTP id nAIJ4wmg074034; Thu, 19 Nov 2009 06:04:58 +1100 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.3/8.14.3/Submit) id nAIJ4wb9074033; Thu, 19 Nov 2009 06:04:58 +1100 (EST) (envelope-from peter) Date: Thu, 19 Nov 2009 06:04:58 +1100 From: Peter Jeremy To: David Kelly Message-ID: <20091118190458.GB68851@server.vk2pj.dyndns.org> References: <1229144206.498323.1258535266846.JavaMail.app@ech3-cdn11.prod> <20091118161317.GC7784@Grumpy.DynDNS.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="i0/AhcQY5QxfSsSZ" Content-Disposition: inline In-Reply-To: <20091118161317.GC7784@Grumpy.DynDNS.org> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-stable@freebsd.org, FreeBSD-Questions@freebsd.org Subject: Re: Invitation to connect on LinkedIn X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 21:13:34 -0000 --i0/AhcQY5QxfSsSZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2009-Nov-18 10:13:17 -0600, David Kelly wrote: >On Wed, Nov 18, 2009 at 01:07:46AM -0800, Andrei Antoukh wrote: >> LinkedIn >> ------------ >>=20 >> Andrei Antoukh requested to add you as a connection on LinkedIn: >> ------------------------------------------ > >Why isn't LinkedIn in FreeBSD.org's spam blocker? I have raised this with postmaster@ and he is investigating how to block this spam. --=20 Peter Jeremy --i0/AhcQY5QxfSsSZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksERVoACgkQ/opHv/APuIc0HQCglDapxmeupIKFYKmrViwBf8E3 ImUAoKV8axAy4g7xlqw4H6o33vZQWXAZ =Z+UD -----END PGP SIGNATURE----- --i0/AhcQY5QxfSsSZ-- From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 21:19:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E69E610656C0 for ; Wed, 18 Nov 2009 21:19:20 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx01.qsc.de (mx01.qsc.de [213.148.129.14]) by mx1.freebsd.org (Postfix) with ESMTP id 9F6808FC0C for ; Wed, 18 Nov 2009 21:19:20 +0000 (UTC) Received: from r55.edvax.de (port-92-195-53-77.dynamic.qsc.de [92.195.53.77]) by mx01.qsc.de (Postfix) with ESMTP id A24D43D1B1; Wed, 18 Nov 2009 22:19:18 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAILJHi6001867; Wed, 18 Nov 2009 22:19:18 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Wed, 18 Nov 2009 22:19:16 +0100 From: Polytropon To: Gary Kline Message-Id: <20091118221916.5852d938.freebsd@edvax.de> In-Reply-To: <20091117223844.GA19855@thought.org> References: <20091115234930.GA11465@thought.org> <20091116010014.f3ca28de.freebsd@edvax.de> <20091116070056.GE11539@thought.org> <20091116203149.1785f7c1.freebsd@edvax.de> <20091116231236.GA15714@thought.org> <20091117160117.12c71262.freebsd@edvax.de> <20091117174540.GB19113@thought.org> <4B02E346.3070209@otenet.gr> <20091117223844.GA19855@thought.org> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Manolis Kiagias , FreeBSD Mailing List Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 21:19:21 -0000 On Tue, 17 Nov 2009 14:38:45 -0800, Gary Kline wrote: > On Tue, Nov 17, 2009 at 07:54:14PM +0200, Manolis Kiagias wrote: > > Gary Kline wrote: > > > > > > > There is a question during sysinstall: "Would you like to enable ssh login?" > > Guess you answered "no" there? > > > > i didn't see this question -- or don't remember seeing it. Well, it't not SUCH a question. :-) In the dialog "Post Configuration" where you can set the services that should be run on startup, there's a choice "SSH" which will put the correct setting in /etc/rc.conf, causing the SSH server to generate the keys at its first start. Or maybe I'm wrong and the setting was in the "Networking" menu... -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 21:33:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 385B91065676 for ; Wed, 18 Nov 2009 21:33:30 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (ns1.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id C9CEE8FC22 for ; Wed, 18 Nov 2009 21:33:29 +0000 (UTC) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id nAILXDEK051285; Wed, 18 Nov 2009 13:33:13 -0800 (PST) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Wed, 18 Nov 2009 13:33:21 -0800 (PST) Date: Wed, 18 Nov 2009 13:33:21 -0800 From: Gary Kline To: Polytropon Message-ID: <20091118213320.GA23997@thought.org> References: <20091115234930.GA11465@thought.org> <20091116010014.f3ca28de.freebsd@edvax.de> <20091116070056.GE11539@thought.org> <20091116203149.1785f7c1.freebsd@edvax.de> <20091116231236.GA15714@thought.org> <20091117160117.12c71262.freebsd@edvax.de> <20091117174540.GB19113@thought.org> <4B02E346.3070209@otenet.gr> <20091117223844.GA19855@thought.org> <20091118221916.5852d938.freebsd@edvax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091118221916.5852d938.freebsd@edvax.de> User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 23 years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: Manolis Kiagias , FreeBSD Mailing List Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 21:33:30 -0000 On Wed, Nov 18, 2009 at 10:19:16PM +0100, Polytropon wrote: > On Tue, 17 Nov 2009 14:38:45 -0800, Gary Kline wrote: > > On Tue, Nov 17, 2009 at 07:54:14PM +0200, Manolis Kiagias wrote: > > > Gary Kline wrote: > > > > > > > > > > There is a question during sysinstall: "Would you like to enable ssh login?" > > > Guess you answered "no" there? > > > > > > > i didn't see this question -- or don't remember seeing it. > > Well, it't not SUCH a question. :-) > > In the dialog "Post Configuration" where you can set the services > that should be run on startup, there's a choice "SSH" which will > put the correct setting in /etc/rc.conf, causing the SSH server > to generate the keys at its first start. Or maybe I'm wrong and > the setting was in the "Networking" menu... > i'm running a 'do-over' with v 8.0, and this time i did get asked about ssh.... one trouble is that i havent done a by-disk install since 5.3.... need coffee! > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 7.31a release of Jottings: http://jottings.thought.org/index.php From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 21:35:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32AEC106568D for ; Wed, 18 Nov 2009 21:35:59 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id AA3C38FC15 for ; Wed, 18 Nov 2009 21:35:57 +0000 (UTC) Received: from pulstar.local (ppp-94-69-68-121.home.otenet.gr [94.69.68.121]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id nAILZs5A020181; Wed, 18 Nov 2009 23:35:55 +0200 Message-ID: <4B0468BA.3030703@otenet.gr> Date: Wed, 18 Nov 2009 23:35:54 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Polytropon References: <20091115234930.GA11465@thought.org> <20091116010014.f3ca28de.freebsd@edvax.de> <20091116070056.GE11539@thought.org> <20091116203149.1785f7c1.freebsd@edvax.de> <20091116231236.GA15714@thought.org> <20091117160117.12c71262.freebsd@edvax.de> <20091117174540.GB19113@thought.org> <4B02E346.3070209@otenet.gr> <20091117223844.GA19855@thought.org> <20091118221916.5852d938.freebsd@edvax.de> In-Reply-To: <20091118221916.5852d938.freebsd@edvax.de> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Gary Kline , FreeBSD Mailing List Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 21:35:59 -0000 Polytropon wrote: > On Tue, 17 Nov 2009 14:38:45 -0800, Gary Kline wrote: > >> On Tue, Nov 17, 2009 at 07:54:14PM +0200, Manolis Kiagias wrote: >> >>> Gary Kline wrote: >>> >>>> >>>> >>> There is a question during sysinstall: "Would you like to enable ssh login?" >>> Guess you answered "no" there? >>> >>> >> i didn't see this question -- or don't remember seeing it. >> > > Well, it't not SUCH a question. :-) > Yes, there is: http://twitpic.com/q0wxq But see note below. > In the dialog "Post Configuration" where you can set the services > that should be run on startup, there's a choice "SSH" which will > put the correct setting in /etc/rc.conf, causing the SSH server > to generate the keys at its first start. Or maybe I'm wrong and > the setting was in the "Networking" menu... > > > Yes, it is in Configure -> Networking also as a checkbox. Regarding the question during setup, this may not appear depending on the type of installation. For me, I always select "Standard" and then "Custom" from the "Select Distributions" list. At the end of the install there is always this dialog: http://twitpic.com/q0xs7 with questions on networking, ftp server, ssh and so on. I am so accustomed to pressing these keys all the time I definitely don't know whether there is a difference in the other sysinstall routes :) From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 21:54:26 2009 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 3D59A1065676 for ; Wed, 18 Nov 2009 21:54:26 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: from smtp.ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id 9F5E68FC18 for ; Wed, 18 Nov 2009 21:54:25 +0000 (UTC) Received: (qmail 89121 invoked by uid 89); 18 Nov 2009 21:58:49 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by 2607:f118::b6 with ESMTPA; 18 Nov 2009 21:58:49 -0000 Message-ID: <4B046D14.1070505@ibctech.ca> Date: Wed, 18 Nov 2009 16:54:28 -0500 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Nerius Landys References: <560f92640911181259m37d2659w775fa3fafd9499b6@mail.gmail.com> In-Reply-To: <560f92640911181259m37d2659w775fa3fafd9499b6@mail.gmail.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Measuring disk I/O X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 21:54:26 -0000 Nerius Landys wrote: > A friend and I are working on a small video-game related project as a > hobby. We're running several scripts 24/7 that make lots of calls to > a MySQL database. The mysql server process shows an average CPU use > of 1% (reported by top) and it never goes above about 2% The tables > it's hitting are myisam tables. I'm a little bit worried that the > mysql process is using a lot of disk access. I don't know too much > about hard disks but my feeling is that too much disk use could slow > the machine down or cause a premature hard disk failure. WD Raptor > model. > > I don't know if my concerns are well-founded, but I would like to > measure impact on the hard disk somehow. I don't know how to see disk > I/O. I do know how to use top. How do I measure disk I/O? Any other > thoughts? Perhaps gstat(8) will help you get started: # gstat -a dT: 1.001s w: 1.000s L(q) ops/s r/s kBps ms/r w/s kBps ms/w %busy Name 4 176 114 10261 14.9 62 607 25.4 96.8| ar0 4 177 115 10389 17.8 62 607 26.5 100.0| ar0.eli 1 34 34 527 30.8 0 0 0.0 99.1| ar0.elie 2 66 4 16 20.5 62 607 26.6 98.0| ar0.elif 1 77 77 9845 12.1 0 0 0.0 93.0| ar0.elig ...or on ZFS: # zpool iostat 1 capacity operations bandwidth pool used avail read write read write ---------- ----- ----- ----- ----- ----- ----- storage 1.39T 440G 0 771 0 96.4M storage 1.39T 440G 0 1.05K 4.42K 126M Steve From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 22:03:25 2009 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 E3AF7106566B for ; Wed, 18 Nov 2009 22:03:25 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id B87AF8FC0A for ; Wed, 18 Nov 2009 22:03:25 +0000 (UTC) Received: by pxi12 with SMTP id 12so1077646pxi.3 for ; Wed, 18 Nov 2009 14:03:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=eQlveA+yYuEXz/6PHclwCewRMYm2ku/KoZLYKaQou3k=; b=wzR441YvDm/lA4niQHYXc1mi8ngj44NS0vBpbbx45Ns4pcMQCcD7RyW0MXMK6FOEpt rfdWCzy0b1s95HlTfZUJUdCahhPuIXLlfeZGzKY3Ox1J+MjDpgOFi6TOhN6rLvcRxEJF +R/H3egDJBCSA3KQYtqqc980gwhI0sEQCVgVQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=HtqWPehBi+EHDz5Gmo3Fe/R3jeppRFnl7giUHLhnHlejlq0mu+LxgmuyRN015y2wjc NmTR1bDl1Nb0scodKNZjKyTjkhde1ToRLVAzeqk+7ui6MptJSCuy+BXf9SdwgVXtOX2h a3lFu616clUhGer0RazwEy2oQp1klIJRuRXRI= MIME-Version: 1.0 Received: by 10.142.250.3 with SMTP id x3mr1377785wfh.23.1258581805255; Wed, 18 Nov 2009 14:03:25 -0800 (PST) In-Reply-To: <4B046D14.1070505@ibctech.ca> References: <560f92640911181259m37d2659w775fa3fafd9499b6@mail.gmail.com> <4B046D14.1070505@ibctech.ca> Date: Wed, 18 Nov 2009 16:03:25 -0600 Message-ID: <6201873e0911181403k218b9d1fheab768b21aa2cb19@mail.gmail.com> From: Adam Vande More To: Steve Bertrand Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org, Nerius Landys Subject: Re: Measuring disk I/O X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 22:03:26 -0000 On Wed, Nov 18, 2009 at 3:54 PM, Steve Bertrand wrote: > Nerius Landys wrote: > > A friend and I are working on a small video-game related project as a > > hobby. We're running several scripts 24/7 that make lots of calls to > > a MySQL database. The mysql server process shows an average CPU use > > of 1% (reported by top) and it never goes above about 2% The tables > > it's hitting are myisam tables. I'm a little bit worried that the > > mysql process is using a lot of disk access. I don't know too much > > about hard disks but my feeling is that too much disk use could slow > > the machine down or cause a premature hard disk failure. WD Raptor > > model. > > > > I don't know if my concerns are well-founded, but I would like to > > measure impact on the hard disk somehow. I don't know how to see disk > > I/O. I do know how to use top. How do I measure disk I/O? Any other > > thoughts? > > Perhaps gstat(8) will help you get started: > > # gstat -a > > dT: 1.001s w: 1.000s > L(q) ops/s r/s kBps ms/r w/s kBps ms/w %busy Name > 4 176 114 10261 14.9 62 607 25.4 96.8| ar0 > 4 177 115 10389 17.8 62 607 26.5 100.0| ar0.eli > 1 34 34 527 30.8 0 0 0.0 99.1| ar0.elie > 2 66 4 16 20.5 62 607 26.6 98.0| ar0.elif > 1 77 77 9845 12.1 0 0 0.0 93.0| ar0.elig > > ...or on ZFS: > > # zpool iostat 1 > > capacity operations bandwidth > pool used avail read write read write > ---------- ----- ----- ----- ----- ----- ----- > storage 1.39T 440G 0 771 0 96.4M > storage 1.39T 440G 0 1.05K 4.42K 126M > > Steve > > systat -io is a nice visualization. If you're really io bound there are some things you can do config wise to help. However if you really are pushing a lot data, you need to be running scsi or ssd drives. It takes A LOT of striped sata drives to match the performance of a single good 15K scsi. if you're able to run ahci, that will help some as well. -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 22:06:04 2009 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 E55341065672 for ; Wed, 18 Nov 2009 22:06:04 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email1.allantgroup.com (email1.emsphone.com [199.67.51.115]) by mx1.freebsd.org (Postfix) with ESMTP id A9C3C8FC18 for ; Wed, 18 Nov 2009 22:06:04 +0000 (UTC) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email1.allantgroup.com (8.14.0/8.14.0) with ESMTP id nAIM62uG014959 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 18 Nov 2009 16:06:02 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.3/8.14.3) with ESMTP id nAIM61UJ046869 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 18 Nov 2009 16:06:01 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.3/8.14.3/Submit) id nAIM61Dh046868; Wed, 18 Nov 2009 16:06:01 -0600 (CST) (envelope-from dan) Date: Wed, 18 Nov 2009 16:06:01 -0600 From: Dan Nelson To: Steve Bertrand Message-ID: <20091118220601.GD89004@dan.emsphone.com> References: <560f92640911181259m37d2659w775fa3fafd9499b6@mail.gmail.com> <4B046D14.1070505@ibctech.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B046D14.1070505@ibctech.ca> X-OS: FreeBSD 7.2-STABLE User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: ClamAV version 0.94.1, clamav-milter version 0.94.1 on email1.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (email1.allantgroup.com [199.67.51.78]); Wed, 18 Nov 2009 16:06:02 -0600 (CST) X-Scanned-By: MIMEDefang 2.45 Cc: questions@freebsd.org, Nerius Landys Subject: Re: Measuring disk I/O X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 22:06:05 -0000 In the last episode (Nov 18), Steve Bertrand said: > Nerius Landys wrote: > > A friend and I are working on a small video-game related project as a > > hobby. We're running several scripts 24/7 that make lots of calls to a > > MySQL database. The mysql server process shows an average CPU use of 1% > > (reported by top) and it never goes above about 2% The tables it's > > hitting are myisam tables. I'm a little bit worried that the mysql > > process is using a lot of disk access. I don't know too much about hard > > disks but my feeling is that too much disk use could slow the machine > > down or cause a premature hard disk failure. WD Raptor model. > > > > I don't know if my concerns are well-founded, but I would like to > > measure impact on the hard disk somehow. I don't know how to see disk > > I/O. I do know how to use top. How do I measure disk I/O? Any other > > thoughts? > > Perhaps gstat(8) will help you get started: > > # gstat -a > > dT: 1.001s w: 1.000s > L(q) ops/s r/s kBps ms/r w/s kBps ms/w %busy Name > 4 176 114 10261 14.9 62 607 25.4 96.8| ar0 > 4 177 115 10389 17.8 62 607 26.5 100.0| ar0.eli > 1 34 34 527 30.8 0 0 0.0 99.1| ar0.elie > 2 66 4 16 20.5 62 607 26.6 98.0| ar0.elif > 1 77 77 9845 12.1 0 0 0.0 93.0| ar0.elig iostat -x gives similar output, although only to the device level, not the slice. There's also top's 'io' mode (press m), which will show per-process i/o stats of varying usability (I/O to zfs doesn't seem to show up). > ...or on ZFS: > > # zpool iostat 1 > > capacity operations bandwidth > pool used avail read write read write > ---------- ----- ----- ----- ----- ----- ----- > storage 1.39T 440G 0 771 0 96.4M > storage 1.39T 440G 0 1.05K 4.42K 126M -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 22:10:58 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDDF7106568D; Wed, 18 Nov 2009 22:10:58 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9ED028FC0A; Wed, 18 Nov 2009 22:10:58 +0000 (UTC) Received: by pxi12 with SMTP id 12so1081638pxi.3 for ; Wed, 18 Nov 2009 14:10:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=dBWBDLH28igAcuw0VGQbMt9xE6uld0vaMggVFcWvqSY=; b=sXr+9vf6ZYXOBgqB7exdqUoZ3VG7pbHPdbiTfybTMrX4hFca5dlI4hBcD41IQtKgwl 6mMOODKUNRWujLuQPO6XuatgLWJiTYkLdH5h/Ja8ghjAeE7TsGXXZhLeaaUX5DuYkrfg qWIEwfJot6lq3uVIg1EHVYqmA2eD3759NJaC0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Wtg9Ggsx0JQLEdrtG+Osk7Jz5iJVLhNW/nE0CkjCdbIFv3M/F8Tu/SBVlSPUddXTyu KUHwnE3kcZytUkwRrMUvyJw5oSrwBgZ4bXb7llVFZ+gMgPR5SJN7UWWBEFEl7dqPm2Lh GK3gpl7VSruXIcociz+sjuuQrclE715jtDRYI= MIME-Version: 1.0 Received: by 10.114.2.29 with SMTP id 29mr224873wab.48.1258582258192; Wed, 18 Nov 2009 14:10:58 -0800 (PST) In-Reply-To: <456530742.21066.1258437272093.JavaMail.apache@mail51.abv.bg> References: <456530742.21066.1258437272093.JavaMail.apache@mail51.abv.bg> Date: Wed, 18 Nov 2009 15:10:57 -0700 Message-ID: From: Tim Judd To: Mario Pavlov Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Re: [solved] Re: Re: Re: diskless - NFS root mount problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 22:10:58 -0000 On 11/16/09, Mario Pavlov wrote: > indeed you get bonus points if you firewall yourself :) > and of course this is not the first time I do that so my score is pretty > good > however my favourite is to forget about net.inet.ip.forwarding when I > upgrade routers with many clients :) > > Tim, thanks for your hints...but I don't understand this one: > >2nd, you buildworld and installworld into the diskless root, but never > >use it. You're using disk space you can reclaim. > how so I never use it and can reclaim diskspace ? The Monday's email you sent at 11:22 (by datestamp on gmail), you wrote: ================================================================================ mkdir /storage0/diskless cd /usr/src export DESTDIR=/storage0/diskless make buildworld buildkernel installworld distribution installkernel ================================================================================ ----------------------- You clearly 'make buildworld installworld' but your later exports have /storage0/diskless and /usr being exported. shouldn't it be either /storage0/diskless (as a root filesystem and everything underneath it) or if you want to unecessarily break it up, exporting /storage0/diskless/usr ? Understand? From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 22:44:52 2009 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 0D34C106566B for ; Wed, 18 Nov 2009 22:44:52 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-pz0-f185.google.com (mail-pz0-f185.google.com [209.85.222.185]) by mx1.freebsd.org (Postfix) with ESMTP id D94928FC19 for ; Wed, 18 Nov 2009 22:44:51 +0000 (UTC) Received: by pzk15 with SMTP id 15so1096328pzk.3 for ; Wed, 18 Nov 2009 14:44:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=REI4/8ZVv7g6U5QrulDIIg+HJpnSQPK5lhIHkrf5xzE=; b=JaF9vdntCln0b3v36CwR5/NcCO7+wEID5+CqCVccfzHkbwu7ONMcP1qjxQkvc9MO8B joC5qH22Fpq/kD3R5GVZSoUuuTNvzRJ8kv8aYZk9BYl5hZCJFR2JAeFXnDMF4ioeK8wY +a0wClVfjMqyiQph4I0CTBRKbq1/tLS9e9HCY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=DJKacpwnMKSPY6GZRQWS/Pq8gkBVfxHWlEMwjkg/7Zr+F/eICDGNu+KgeA8jokdYwg +M0pzs/+DucRijo6KE84z30HqrC2A2+J7e+f8MoCHQydhD9Vwn8Y0hT0GLhlPnwab/1H jjACKZPAvGgzkqzmXaezho/kSSLQFFGA9zkJ8= MIME-Version: 1.0 Received: by 10.115.66.35 with SMTP id t35mr2428474wak.87.1258584291341; Wed, 18 Nov 2009 14:44:51 -0800 (PST) In-Reply-To: References: Date: Wed, 18 Nov 2009 15:44:51 -0700 Message-ID: From: Tim Judd To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: device hint -> disable firewire or sbp 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: Wed, 18 Nov 2009 22:44:52 -0000 Any way via tunables, environment, sysctl or device hints that one can disable firewire on the install medium of recent (7.2 and newer) Install CD/DVDs? more than one person is having problems with kernel panics on startup due to firewire, and I can't google my way out of this one. Any advice from the pros? From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 23:11:20 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB8FE106568F for ; Wed, 18 Nov 2009 23:11:20 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id A51398FC13 for ; Wed, 18 Nov 2009 23:11:20 +0000 (UTC) Received: from r55.edvax.de (port-92-195-53-77.dynamic.qsc.de [92.195.53.77]) by mx02.qsc.de (Postfix) with ESMTP id 1E5861E29E; Thu, 19 Nov 2009 00:11:19 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAINBHSs002188; Thu, 19 Nov 2009 00:11:18 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Thu, 19 Nov 2009 00:11:17 +0100 From: Polytropon To: Manolis Kiagias Message-Id: <20091119001117.c2ac826f.freebsd@edvax.de> In-Reply-To: <4B0468BA.3030703@otenet.gr> References: <20091115234930.GA11465@thought.org> <20091116010014.f3ca28de.freebsd@edvax.de> <20091116070056.GE11539@thought.org> <20091116203149.1785f7c1.freebsd@edvax.de> <20091116231236.GA15714@thought.org> <20091117160117.12c71262.freebsd@edvax.de> <20091117174540.GB19113@thought.org> <4B02E346.3070209@otenet.gr> <20091117223844.GA19855@thought.org> <20091118221916.5852d938.freebsd@edvax.de> <4B0468BA.3030703@otenet.gr> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Gary Kline , FreeBSD Mailing List Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 23:11:21 -0000 On Wed, 18 Nov 2009 23:35:54 +0200, Manolis Kiagias wrote: > Polytropon wrote: > > Well, it't not SUCH a question. :-) > > Yes, there is: > > http://twitpic.com/q0wxq Hmmm... I've installed 8.0-RC1 from CD and can't remember to have seen this dialog... need more memory. :-) Anyway, I'm always going the "Custom" install route because I don't know what "Standard" and "Express" do - I've never tried them. Maybe I should and see what happens... -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Wed Nov 18 23:12:56 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A77D31065679 for ; Wed, 18 Nov 2009 23:12:56 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (aristotle.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id 5CCF08FC1B for ; Wed, 18 Nov 2009 23:12:56 +0000 (UTC) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id nAINCdoL052028; Wed, 18 Nov 2009 15:12:39 -0800 (PST) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Wed, 18 Nov 2009 15:12:47 -0800 (PST) Date: Wed, 18 Nov 2009 15:12:47 -0800 From: Gary Kline To: Polytropon Message-ID: <20091118231246.GB24254@thought.org> References: <20091116010014.f3ca28de.freebsd@edvax.de> <20091116070056.GE11539@thought.org> <20091116203149.1785f7c1.freebsd@edvax.de> <20091116231236.GA15714@thought.org> <20091117160117.12c71262.freebsd@edvax.de> <20091117174540.GB19113@thought.org> <4B02E346.3070209@otenet.gr> <20091117223844.GA19855@thought.org> <20091118221916.5852d938.freebsd@edvax.de> <20091118213320.GA23997@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091118213320.GA23997@thought.org> User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 23 years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: Manolis Kiagias , FreeBSD Mailing List Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2009 23:12:56 -0000 On Wed, Nov 18, 2009 at 01:33:21PM -0800, Gary Kline wrote: > On Wed, Nov 18, 2009 at 10:19:16PM +0100, Polytropon wrote: > > On Tue, 17 Nov 2009 14:38:45 -0800, Gary Kline wrote: > > > On Tue, Nov 17, 2009 at 07:54:14PM +0200, Manolis Kiagias wrote: > > > > Gary Kline wrote: > > > > > > > > > > > > > There is a question during sysinstall: "Would you like to enable ssh login?" > > > > Guess you answered "no" there? > > > > > > > > > > i didn't see this question -- or don't remember seeing it. > > > > Well, it't not SUCH a question. :-) > > > > In the dialog "Post Configuration" where you can set the services > > that should be run on startup, there's a choice "SSH" which will > > put the correct setting in /etc/rc.conf, causing the SSH server > > to generate the keys at its first start. Or maybe I'm wrong and > > the setting was in the "Networking" menu... > > > > > i'm running a 'do-over' with v 8.0, and this time i did get asked > about ssh.... one trouble is that i havent done a by-disk install > since 5.3.... > > no joy on 8.0rcx. i got stuck in an infinite loop and decided to go back to my 7.2 DVD. there i know i can get out to the net ; i always installed zsh. there are TWO kinds of gateways. one gateway is my local 10.47.0.1; the other is my wide area 209.* that runs thru my pfsense firewall. i =am= getting more familiar with this rats nets of details. i t hink we are severely oversue for a better way of doing a barebone install on virgin hardware..... =sigh= > > > > > > > > -- > > Polytropon > > Magdeburg, Germany > > Happy FreeBSD user since 4.0 > > Andra moi ennepe, Mousa, ... > > -- > Gary Kline kline@thought.org http://www.thought.org Public Service Unix > http://jottings.thought.org http://transfinite.thought.org > The 7.31a release of Jottings: http://jottings.thought.org/index.php > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 7.31a release of Jottings: http://jottings.thought.org/index.php From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 01:53:14 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32D6C1065670 for ; Thu, 19 Nov 2009 01:53:14 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 139AE8FC17 for ; Thu, 19 Nov 2009 01:53:13 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id 7C768BDC46 for ; Wed, 18 Nov 2009 17:53:12 -0800 (PST) To: freebsd-questions@freebsd.org In-Reply-To: <44my2n45zd.fsf@be-well.ilk.org> Date: Wed, 18 Nov 2009 17:53:12 -0800 Message-ID: <80459.1258595592@tristatelogic.com> From: "Ronald F. Guilmette" Subject: Re: Bad Blocks... Should I RMA? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 01:53:14 -0000 In message <44my2n45zd.fsf@be-well.ilk.org>, Lowell Gilbert wrote: >"Ronald F. Guilmette" writes: > >> Nov 15 15:24:17 coredump kernel: ad4: FAILURE - READ_DMA status=51,ERROR> error=40 LBA=256230591 > >This is *not* necessarily a big deal, despite what your other response >told you. Errors on reads do not mean that your drive's bad-sector >table is full; only errors on write indicate that. If you can try >manufacturer's drive diagnostics, do that. If you can't, then it's >harder to fix things up, but not impossible; write back if you >really can't use a low-level diag. Well, OK, so I ran the "long test" in Seagate Seatools. Result: It noticed exactly and only _one_ bad sector, which I of course told it to repair/remap. The kicker: The specific bad secror was somewhat near to the one that was indicated in the FreeBSD /var/log/messages errors, _however_ it was most definitely a different LBA sector #. So at that point I was kinda worried, cuz now I was looking at two bad sectors. Still, I didn't really want to have to RMA a drive that's less than one year old, so I used dd and copied /dev/zero to the whole drive. Then I used dd again to copy the wole drive to /dev/null. No errors at all in either case. Then I ran the Seatools "long" diagnostic again. Result: Zero errors. So I decided to keep the drive. Yes, there's some bad sectors, but I think they are all locked out now. I'm hoping this isn't a mistake. Only time will tell. Regards, rfg From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 01:57:29 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45BD4106566B for ; Thu, 19 Nov 2009 01:57:29 +0000 (UTC) (envelope-from davidcollins001@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id C8A1D8FC12 for ; Thu, 19 Nov 2009 01:57:28 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 22so324366eye.9 for ; Wed, 18 Nov 2009 17:57:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:reply-to:to:cc :subject:message-id:references:in-reply-to:user-agent:mime-version :content-type:content-transfer-encoding; bh=VNAnxKE2qQhcts89t2QvZQgczp9Ru5kBMVpoyUxNobI=; b=vdtHQ91+5eRNkjKksbSOqe2REAJNi5Kpg/tGhgfQdU/v/xwpPGfd1MssAGuK2bW0Wu 7Dqc2tq57UuaAupKN52EEZtJYs7s7l8+s5iKF7+qF6Pp6wAarAftw2qJFngQEnaN8qp4 T+dOU1f+s7XjC1EFJA/7nWkmIg+Hw35wfDH00= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:reply-to:to:cc:subject:message-id:references:in-reply-to :user-agent:mime-version:content-type:content-transfer-encoding; b=ZSVQQPueZ7leBZFJB646gSdqhewY+aXaH5R/MIRk8C1LSdNQYJ3y5fOsd7Fa+B5mHn xTuedXrdtzwhnou86W7mFbKdDyPPGnuifd9+23KyBwEsGmNBlnxGqqNPFI0M25o/1WzV 5yfbLs0PUZhGri3JR+Sv9AEQC9J/4nFGrwz38= Received: by 10.213.0.196 with SMTP id 4mr1819750ebc.41.1258595847710; Wed, 18 Nov 2009 17:57:27 -0800 (PST) Received: from cobra (host86-147-221-98.range86-147.btcentralplus.com [86.147.221.98]) by mx.google.com with ESMTPS id 28sm3538eye.9.2009.11.18.17.57.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 18 Nov 2009 17:57:26 -0800 (PST) Date: Thu, 19 Nov 2009 01:57:06 +0000 From: David Collins To: korvus@comcast.net Message-ID: <4b04a5f2.M8s3CtxBChtJdm5p%davidcollins001@gmail.com> References: <4AE3944A.4090602@videotron.ca> <4AE40A00.3040607@infracaninophile.co.uk> <4b02dc68.eJdGkKbmyLCy24CC%davidcollins001@gmail.com> <4B0429B3.1080702@comcast.net> In-Reply-To: <4B0429B3.1080702@comcast.net> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: flashplugin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: davidcollins001@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 01:57:29 -0000 > >> This is what I did for a 7.2 box. Note that there are compatibility > >> > >> # pkg_info -orx linux > linux-stuff > >> # pkg_delete -rx linux > >> > >> # cd /compat/linux > >> # find . -type f -ls > >> # rm -rf * > >> > >> # sysctl compat.linux.osrelease=2.6.16 > >> > >> OVERRIDE_LINUX_BASE_PORT= f10 > >> OVERRIDE_LINUX_NONBASE_PORTS= f10 > >> > >> to /etc/make.conf. > >> > >> # portinstall www/nspluginwrapper > >> # nspluginwrapper -v -a -i > >> > >> * Finally, fire up Firefox and check that it has loaded the flash plugin by > >> typing 'about:plugins' into the URL bar. Find a site with flash content[*], > >> and enjoy. > > > Set linux_enable="YES" in /etc/rc.conf and make sure you are mounting > linprocfs: > /etc/fstab: > # Device Mountpoint FStype Options Dump Pass# > linproc /compat/linux/proc linprocfs rw 0 0 > Mounted linprocfs and it worked perfectly! Method tested and works on another 7.2 box Thanks :) From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 01:59:51 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 819851065676 for ; Thu, 19 Nov 2009 01:59:51 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 35BE98FC1B for ; Thu, 19 Nov 2009 01:59:50 +0000 (UTC) Received: from mx1.sbmail.office-on-the.net (mx1.sbmail.office-on-the.net [192.168.2.107]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 446347E853 for ; Wed, 18 Nov 2009 16:59:50 -0900 (AKST) Received: from dspam.sbmail.office-on-the.net (mx1.sbmail.office-on-the.net [192.168.2.107]) by mx1.sbmail.office-on-the.net (Postfix) with SMTP id B328FC2CB05 for ; Wed, 18 Nov 2009 16:59:49 -0900 (AKST) Received: from webmail.testbox.ath.cx (mx1.sbmail.office-on-the.net [192.168.2.107]) by mx1.sbmail.office-on-the.net (Postfix) with ESMTP id 16629C2CB04; Wed, 18 Nov 2009 16:59:49 -0900 (AKST) MIME-Version: 1.0 Date: Wed, 18 Nov 2009 16:59:48 -0900 From: Mel Flynn To: cronfy In-Reply-To: <4B042C50.6060904@sprinthost.ru> References: <4B042C50.6060904@sprinthost.ru> Message-ID: <5f09d2bccc69d1f101c5c22151ef0c05@sbmail.office-on-the.net> X-Sender: mel.flynn+fbsd.questions@mailing.thruhere.net User-Agent: RoundCube Webmail/0.2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-DSPAM-Result: Innocent X-DSPAM-Processed: Wed Nov 18 16:59:49 2009 X-DSPAM-Confidence: 1.0000 X-DSPAM-Improbability: 1 in 98689407 chance of being spam X-DSPAM-Probability: 0.0023 X-DSPAM-Signature: 14,4b04a69542361057112987 X-DSPAM-Factors: 27, but, 0.40000, Received*2009+16, 0.40000, cronfy, 0.40000, Is+it, 0.40000, References*<4B042C50.6060904+sprinthost.ru>, 0.40000, file+%, 0.40000, Like, 0.40000, Content-Type*charset="UTF+8", 0.40000, Received*webmail.testbox.ath.cx, 0.40000, Subject*get+accounting, 0.40000, From*' prompt, I decided it may be a good time for me to finally upgrade to 64-bit, where I purchased an additional 4GB RAM and burned a bootonly amd64 disc. It wasn't a big deal for me since I knew my data was mirrored and available. However, I did consider purchasing a PS/2 keyboard to fix the system... But, let's be honest, who can resist an upgrade? :-) Here is the real reason for my post (besides archival purposes). Because I never disconnected the secondary disk (from the original mirror), it caused the loader to hang upon boot - no errors, just a blinking cursor on the top-left side. One answer I received about this, which makes perfect sense considering what I saw when I was trying to figure out what was happening (until I disconnected the second disk to avoid writing over it accidentally), is that the new loader and the previous loader were in conflict at boot. Once the secondary disk was disconnected, the system booted fine. Which brings me to my second question: 2.) loader problem? In hindsight, I can expect the loader to hang with two MBRs, but should this be expected? If the loader did not get "confused", any insight to what may have actually happened, since I could not see any output whatsoever? Regards, -- Glen Barber From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 03:00:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A81721065670 for ; Thu, 19 Nov 2009 03:00:53 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 8BB518FC1E for ; Thu, 19 Nov 2009 03:00:53 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id E4264BDC46; Wed, 18 Nov 2009 19:00:52 -0800 (PST) To: Philipp Lengemann In-Reply-To: <20091116180102.61682ee8@gmx.de> Date: Wed, 18 Nov 2009 19:00:52 -0800 Message-ID: <80902.1258599652@tristatelogic.com> From: "Ronald F. Guilmette" Cc: freebsd-questions@freebsd.org Subject: Re: Trivial questions about CNTL-ALT-DEL and CNTL-ALT-BACKSPACE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 03:00:53 -0000 In message <20091116180102.61682ee8@gmx.de>, you wrote: >Am Sun, 15 Nov 2009 15:19:29 -0800 >schrieb "Ronald F. Guilmette" : > >> I _did_ go and read the Handbook section that Manolis Kiagias >> kindly posted a link to, and I have now tried _both_ of the two >> ways described there to re-enable CNTL-ALT-BACKSPACE functionality >> for the X server, and sadly I must report that for me, at least >> _neither_ of those methods worked > > >Put the following to your xorg.conf: > > >Section "ServerFlags" > Option "DontZap" "off" > Option "AllowEmptyInput" "off" > Option "AutoAddDevices" "off" >EndSection > >Section "InputDevice" > Option "XkbOptions" "terminate:ctrl_alt_bksp" >EndSection > > >This works for me very reliable (xorg-7.4_2). Ummm... yes. Thanks. That does seem to work nicely. Thanks a bunch. From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 03:01:37 2009 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 C28191065693 for ; Thu, 19 Nov 2009 03:01:37 +0000 (UTC) (envelope-from listreader@lazlarlyricon.com) Received: from proxy1.bredband.net (proxy1.bredband.net [195.54.101.71]) by mx1.freebsd.org (Postfix) with ESMTP id 769B28FC0A for ; Thu, 19 Nov 2009 03:01:37 +0000 (UTC) Received: from ipb1.telenor.se (195.54.127.164) by proxy1.bredband.net (7.3.140.3) id 4AD3E1C00105C2B6 for questions@freebsd.org; Thu, 19 Nov 2009 04:01:36 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtdNADhEBEtV44PPPGdsb2JhbACBTYdfklEBAQEBN7thhDsEgW+BHQ X-IronPort-AV: E=Sophos;i="4.44,768,1249250400"; d="scan'208";a="5070899" Received: from c-cf83e355.09-42-6e6b7010.cust.bredbandsbolaget.se (HELO lazlar.kicks-ass.net) ([85.227.131.207]) by ipb1.telenor.se with ESMTP; 19 Nov 2009 04:01:35 +0100 Message-ID: <4B04B50E.6070504@lazlarlyricon.com> Date: Thu, 19 Nov 2009 04:01:34 +0100 From: Rolf Nielsen User-Agent: Thunderbird 2.0.0.23 (X11/20091117) MIME-Version: 1.0 To: Glen Barber References: <4ad871310911181835n7b72dde1o22c73ec86dcc6c12@mail.gmail.com> In-Reply-To: <4ad871310911181835n7b72dde1o22c73ec86dcc6c12@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Loader does not load after reinstall with previous mirrored disk attached X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 03:01:37 -0000 Glen Barber wrote: > Hello, > > First off, this is not a real "I need help" post, though there are a > few questions that I'd like to get insight on, if possible - it is > more for informative purposes in the archives, should someone run into > this very random problem in the future. Additionally, I believe this > is far too unlikely this will happen to many others to consider it to > be a "problem", thus submitting a PR. > > The story, cut down from its original 3 hour length: > > For some time, I was dual-booting OpenSolaris and FreeBSD, on 500GB > SATA and 250GB IDE disks, respectively. When I lost the need to run > OpenSolaris (Flash), I purchased a second 500GB SATA disk. I added > the original SATA disk to gmirror, and synced the 250GB FreeBSD > install to the 500GB SATA drive. Once that finished, I removed the > 250GB disk, and installed the second 500GB disk, adding it to the > mirror. > > All was fine, except I was not using all of the drive space available. > This past weekend, I decided to create a slice to cover the remaining > 250GB, initially to try ZFS, which failed for the following reason. > Here is where question 1 comes into play. > > 1.) What is the correct way to completely break a gmirror setup, > replacing /dev/mirror/gm0 with the original /dev/adN configuration? > Is the assumption that once you initialize gmirror, you will never > need/want to go back to a single disk setup? Is there a clean way to > fix boot0 so it does not look for a mirror, short of > 'vfs.root.mountfrom' in loader.conf? > > After rendering my system unbootable since I use a USB keyboard, and > was not able to do anything at the 'mountroot>' prompt, I decided it > may be a good time for me to finally upgrade to 64-bit, where I > purchased an additional 4GB RAM and burned a bootonly amd64 disc. It > wasn't a big deal for me since I knew my data was mirrored and > available. However, I did consider purchasing a PS/2 keyboard to fix > the system... But, let's be honest, who can resist an upgrade? :-) > > Here is the real reason for my post (besides archival purposes). > Because I never disconnected the secondary disk (from the original > mirror), it caused the loader to hang upon boot - no errors, just a > blinking cursor on the top-left side. One answer I received about > this, which makes perfect sense considering what I saw when I was > trying to figure out what was happening (until I disconnected the > second disk to avoid writing over it accidentally), is that the new > loader and the previous loader were in conflict at boot. Once the > secondary disk was disconnected, the system booted fine. Which brings > me to my second question: > > 2.) loader problem? In hindsight, I can expect the loader to hang > with two MBRs, but should this be expected? If the loader did not get > "confused", any insight to what may have actually happened, since I > could not see any output whatsoever? > > Regards, > Hi Glen, I recently, successfully, broke a gmirror by simply issuing gmirror clear on all the disks, three in my case. Since gmirror stores metadata in the last sector of the disks (according to the gmirror man page) and everything else is untouched, issuing a gmirror clear reverts the disks to single disk usage, and since the data isn't striped, the system will be able to read the data and mount the filesystem(s). This is my experience. However, I have found no documentation about breaking a gmirror, and I may just have been lucky. The data I had was properly backed up, so if it hadn't worked, I could have restored it, and since I needed the extra space, I gave it a try. So, like I said, this worked for me, but I can't back my clam, neither by documentation nor reports from others, so I would still recommend backing your data up before issuing gmirror clear. Cheers, Rolf Nielsen From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 03:06:04 2009 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 C9B391065670 for ; Thu, 19 Nov 2009 03:06:04 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 9E7EB8FC1C for ; Thu, 19 Nov 2009 03:06:04 +0000 (UTC) Received: by pwj15 with SMTP id 15so1232708pwj.3 for ; Wed, 18 Nov 2009 19:06:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=6JcXL6ZmkBtpYvCnloGV+zhviTMaCZGMGOofb5uvZ8Y=; b=a27LbEi5Do/3nKFXOy9Z7Osw3Z51tP9grodiKerOp9N4gWW+BRXf3eBdl7vZpIloJA FJpVVcbvwC5WYfvlhG4bXsj2QojSRtuRB5pmnjS1strxNMEfRbSXQcXmhxyTcTV98vtn sjUAh/m3E1OETkBVbHf6Y+NRu8blzcqnEVBSI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=F/yEVI4Z/6FYvCsKQg00Dt/SaqSh0RItd5HDH3lCFE87/5wZlZ7ZSVwcoSxWX+Oy3L LKQKkcNATk7j0zpSx/9gP/fkMtW2CIUBuTZy1GcNKhIRFFvnKSbsNIFKJIndS1MwfpU3 5DbxA0x4SmdVlt76Y5csyYqv0/tt3i4CwuNSY= MIME-Version: 1.0 Received: by 10.142.7.3 with SMTP id 3mr1392480wfg.126.1258599964356; Wed, 18 Nov 2009 19:06:04 -0800 (PST) In-Reply-To: <4ad871310911181835n7b72dde1o22c73ec86dcc6c12@mail.gmail.com> References: <4ad871310911181835n7b72dde1o22c73ec86dcc6c12@mail.gmail.com> Date: Wed, 18 Nov 2009 21:06:04 -0600 Message-ID: <6201873e0911181906t9ba2699kbc48ad2940f88159@mail.gmail.com> From: Adam Vande More To: Glen Barber Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: Loader does not load after reinstall with previous mirrored disk attached X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 03:06:04 -0000 On Wed, Nov 18, 2009 at 8:35 PM, Glen Barber wrote: > Hello, > > First off, this is not a real "I need help" post, though there are a > few questions that I'd like to get insight on, if possible - it is > more for informative purposes in the archives, should someone run into > this very random problem in the future. Additionally, I believe this > is far too unlikely this will happen to many others to consider it to > be a "problem", thus submitting a PR. > > The story, cut down from its original 3 hour length: > > For some time, I was dual-booting OpenSolaris and FreeBSD, on 500GB > SATA and 250GB IDE disks, respectively. When I lost the need to run > OpenSolaris (Flash), I purchased a second 500GB SATA disk. I added > the original SATA disk to gmirror, and synced the 250GB FreeBSD > install to the 500GB SATA drive. Once that finished, I removed the > 250GB disk, and installed the second 500GB disk, adding it to the > mirror. > > All was fine, except I was not using all of the drive space available. > This past weekend, I decided to create a slice to cover the remaining > 250GB, initially to try ZFS, which failed for the following reason. > Here is where question 1 comes into play. > > 1.) What is the correct way to completely break a gmirror setup, > replacing /dev/mirror/gm0 with the original /dev/adN configuration? > Is the assumption that once you initialize gmirror, you will never > need/want to go back to a single disk setup? Is there a clean way to > fix boot0 so it does not look for a mirror, short of > 'vfs.root.mountfrom' in loader.conf? > I usually find this easier to run from fixit cd. I don't remember exact order but something like deactivate stop clear. clear is last for sure because that will remove metadata. Remember to change fstab. -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 03:21:19 2009 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 2E8AD106566B for ; Thu, 19 Nov 2009 03:21:19 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id B7E938FC0A for ; Thu, 19 Nov 2009 03:21:18 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id e12so2265486fga.13 for ; Wed, 18 Nov 2009 19:21:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=bBmq67EKkznK8vaqcMhBEjQf8lvLyGGM+yFF3r2WQ7U=; b=ku3UU8Dqf+Y9FT44znBg6YA9a/AcnAPWcUWEeDP+9p8QU4ZJAWQgPd7kmr+tujpoCv nt29Ei2YZ/ii4Ws8K5CpeJD5+ABmLxStWZs7KSyPsGn8Rr8J3cBwfWUWiZRnz3opdkoD 8BIaQ1z8Cs49A4BdsiYIxqdf304xK7OuATTYs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=i8tKPZAU9hqj2gjHHVGQvlcdvF9dnxYVK502q4bH+hsivP3I7/Qg655SG5e1F/S44f EJW3y8ipiH2K2yz1lTjnXWWXeErCUo+hGFF6PIqIUhSSNas+dm0wMPhen1vsMKmKLcXG X7SIbICwDoNuISU+hze7t+qfzv2jA1d1fx9ro= MIME-Version: 1.0 Received: by 10.223.17.65 with SMTP id r1mr1549678faa.5.1258600877712; Wed, 18 Nov 2009 19:21:17 -0800 (PST) In-Reply-To: <4B04B50E.6070504@lazlarlyricon.com> References: <4ad871310911181835n7b72dde1o22c73ec86dcc6c12@mail.gmail.com> <4B04B50E.6070504@lazlarlyricon.com> Date: Wed, 18 Nov 2009 22:21:17 -0500 Message-ID: <4ad871310911181921s14c4d622r2413e40aaed818e7@mail.gmail.com> From: Glen Barber To: Rolf Nielsen , amvandemore@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Cc: questions@freebsd.org Subject: Re: Loader does not load after reinstall with previous mirrored disk attached X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 03:21:19 -0000 Hi Rolf and Adam, Since you both seemingly responded with the same solution, I'll respond including the more verbose response: On Wed, Nov 18, 2009 at 10:01 PM, Rolf Nielsen wrote: > > I recently, successfully, broke a gmirror by simply issuing gmirror clear on > all the disks, three in my case. Since gmirror stores metadata in the last > sector of the disks (according to the gmirror man page) and everything else > is untouched, issuing a gmirror clear reverts the disks to single disk > usage, and since the data isn't striped, the system will be able to read the > data and mount the filesystem(s). > This makes sense, and hopefully I will not have to try it for some time, next time I need to break a mirror, I will try 'clear'-ing it first. Thanks, -- Glen Barber From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 03:24:42 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C831F106566B for ; Thu, 19 Nov 2009 03:24:42 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 8B17F8FC1E for ; Thu, 19 Nov 2009 03:24:42 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id 1D735BDC47; Wed, 18 Nov 2009 19:24:42 -0800 (PST) To: Roland Smith In-Reply-To: <20091116182358.GA95918@slackbox.xs4all.nl> Date: Wed, 18 Nov 2009 19:24:42 -0800 Message-ID: <81118.1258601082@tristatelogic.com> From: "Ronald F. Guilmette" Cc: freebsd-questions@freebsd.org Subject: Re: Bad Blocks... Should I RMA? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 03:24:42 -0000 In message <20091116182358.GA95918@slackbox.xs4all.nl>, Roland Smith wrote: >On Sun, Nov 15, 2009 at 04:06:55PM -0800, Ronald F. Guilmette wrote: >>=20 >> In one of my systems, I've got a Seagate SATA 500GB drive (ST3500320AS) >> which is actually not very old... purchased 12/11/2008. > >> same single block. Here's the relevant lines from /var/log/messages: >>=20 >> Nov 15 15:24:17 coredump kernel: ad4: FAILURE - READ_DMA status=3D51Y,DSC,ERROR> error=3D40 LBA=256230591 >> Nov 15 15:24:43 coredump kernel: ad4: FAILURE - READ_DMA status=3D51Y,DSC,ERROR> error=3D40 LBA=256230591 >> Nov 15 15:24:46 coredump kernel: ad4: FAILURE - READ_DMA status=3D51Y,DSC,ERROR> error=3D40 LBA=256230591 >>=20 ... >Install the smartmontools port, and check the drive with >'smartctl -a /dev/ad4'. If you see a non-zero Reallocated_Sector_Ct, RMA it >immediately, as it is about to fail. If see other errors reported, RMA it. OK, I went to do this, but first (I figured) I had to umount the drive. So I did that first and... Yikes! Just umount'ing it caused an error, allegedly in LBA sector 0! Yikes! Nov 18 19:04:06 coredump kernel: ad4: TIMEOUT - READ_DMA retrying (1 retry left) LBA=0 Ignoring that for the moment, I went ahead and ran smartctl -a /dev/ad4 as you suggested. Results are attached below. I have no idea how to read this stuff, and would be happy to be tutored a bit on this. But anyway, because of the *new* error I just got (LBA=0) I have decided now that I *will* RMA the drive back after all. (Getting an error reading logical sector zero is just too scary for me!) Note that the original problematic sector was 256230591, however the one that Seatools had found to be bad (and had allegedly re-mapped for me) was 256230614... a number which also appears several times in the report below. I don't really understand what I'm looking at here. If in fact Seatools did actually "repair" (re-map?) a sector for me, then shouldn't Reallocated_Sector_Ct have some positive non-zero value? ============================================================================== smartctl version 5.38 [amd64-portbld-freebsd7.2] Copyright (C) 2002-8 Bruce Allen Home page is http://smartmontools.sourceforge.net/ === START OF INFORMATION SECTION === Model Family: Seagate Barracuda 7200.11 Device Model: ST3500320AS Serial Number: 5QM2H3V3 Firmware Version: SD15 User Capacity: 500,107,862,016 bytes Device is: In smartctl database [for details use: -P show] ATA Version is: 8 ATA Standard is: ATA-8-ACS revision 4 Local Time is: Wed Nov 18 19:12:56 2009 PST SMART support is: Available - device has SMART capability. SMART support is: Enabled === START OF READ SMART DATA SECTION === SMART overall-health self-assessment test result: PASSED General SMART Values: Offline data collection status: (0x82) Offline data collection activity was completed without error. Auto Offline Data Collection: Enabled. Self-test execution status: ( 0) The previous self-test routine completed without error or no self-test has ever been run. Total time to complete Offline data collection: ( 650) seconds. Offline data collection capabilities: (0x7b) SMART execute Offline immediate. Auto Offline data collection on/off support. Suspend Offline collection upon new command. Offline surface scan supported. Self-test supported. Conveyance Self-test supported. Selective Self-test supported. SMART capabilities: (0x0003) Saves SMART data before entering power-saving mode. Supports SMART auto save timer. Error logging capability: (0x01) Error logging supported. General Purpose Logging supported. Short self-test routine recommended polling time: ( 1) minutes. Extended self-test routine recommended polling time: ( 119) minutes. Conveyance self-test routine recommended polling time: ( 2) minutes. SCT capabilities: (0x103b) SCT Status supported. SCT Feature Control supported. SCT Data Table supported. SMART Attributes Data Structure revision number: 10 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 1 Raw_Read_Error_Rate 0x000f 107 100 006 Pre-fail Always - 13587485 3 Spin_Up_Time 0x0003 094 094 000 Pre-fail Always - 0 4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 11 5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 0 7 Seek_Error_Rate 0x000f 100 253 030 Pre-fail Always - 186292 9 Power_On_Hours 0x0032 092 092 000 Old_age Always - 7454 10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 7 12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 61 184 Unknown_Attribute 0x0032 100 100 099 Old_age Always - 0 187 Reported_Uncorrect 0x0032 099 099 000 Old_age Always - 1 188 Unknown_Attribute 0x0032 100 099 000 Old_age Always - 4295032833 189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0 190 Airflow_Temperature_Cel 0x0022 058 054 045 Old_age Always - 42 (Lifetime Min/Max 42/42) 194 Temperature_Celsius 0x0022 042 046 000 Old_age Always - 42 (0 24 0 0) 195 Hardware_ECC_Recovered 0x001a 024 010 000 Old_age Always - 13587485 197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 1 198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 1 199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0 SMART Error Log Version: 1 ATA Error Count: 4 CR = Command Register [HEX] FR = Features Register [HEX] SC = Sector Count Register [HEX] SN = Sector Number Register [HEX] CL = Cylinder Low Register [HEX] CH = Cylinder High Register [HEX] DH = Device/Head Register [HEX] DC = Device Command Register [HEX] ER = Error register [HEX] ST = Status register [HEX] Powered_Up_Time is measured from power on, and printed as DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes, SS=sec, and sss=millisec. It "wraps" after 49.710 days. Error 4 occurred at disk power-on lifetime: 7381 hours (307 days + 13 hours) When the command that caused the error occurred, the device was active or idle. After command completion occurred, registers were: ER ST SC SN CL CH DH -- -- -- -- -- -- -- 40 51 00 d6 c4 45 0f Error: UNC at LBA = 0x0f45c4d6 = 256230614 Commands leading to the command that caused the error were: CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name -- -- -- -- -- -- -- -- ---------------- -------------------- 42 00 00 00 c0 45 4f 00 00:21:01.918 READ VERIFY SECTOR(S) EXT 42 d0 00 00 b0 38 ef 00 00:20:57.686 READ VERIFY SECTOR(S) EXT 42 d0 00 00 c0 28 ef 00 00:20:52.497 READ VERIFY SECTOR(S) EXT 42 d0 00 00 d0 18 ef 00 00:20:47.331 READ VERIFY SECTOR(S) EXT 42 d0 00 00 e0 08 ef 00 00:20:42.180 READ VERIFY SECTOR(S) EXT Error 3 occurred at disk power-on lifetime: 0 hours (0 days + 0 hours) When the command that caused the error occurred, the device was active or idle. After command completion occurred, registers were: ER ST SC SN CL CH DH -- -- -- -- -- -- -- 40 51 00 d6 c4 45 0f Error: UNC at LBA = 0x0f45c4d6 = 256230614 Commands leading to the command that caused the error were: CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name -- -- -- -- -- -- -- -- ---------------- -------------------- c8 00 20 bf c4 45 ef 00 00:11:39.184 READ DMA ca 00 14 5f 2f 00 e0 00 00:11:39.184 WRITE DMA ca 00 20 3f 2f 00 e0 00 00:11:39.183 WRITE DMA ca 00 20 1f 2f 00 e0 00 00:11:39.183 WRITE DMA ca 00 04 bf 00 00 e0 00 00:11:39.182 WRITE DMA Error 2 occurred at disk power-on lifetime: 0 hours (0 days + 0 hours) When the command that caused the error occurred, the device was active or idle. After command completion occurred, registers were: ER ST SC SN CL CH DH -- -- -- -- -- -- -- 40 51 00 d6 c4 45 0f Error: UNC at LBA = 0x0f45c4d6 = 256230614 Commands leading to the command that caused the error were: CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name -- -- -- -- -- -- -- -- ---------------- -------------------- c8 00 20 bf c4 45 ef 00 00:11:36.258 READ DMA ca 00 20 9f 82 4b ef 00 00:11:35.521 WRITE DMA ca 00 20 7f 82 4b ef 00 00:11:35.521 WRITE DMA ca 00 20 df c4 45 ef 00 00:11:35.520 WRITE DMA ca 00 40 1f 82 4b ef 00 00:11:13.328 WRITE DMA Error 1 occurred at disk power-on lifetime: 0 hours (0 days + 0 hours) When the command that caused the error occurred, the device was active or idle. After command completion occurred, registers were: ER ST SC SN CL CH DH -- -- -- -- -- -- -- 40 51 00 d6 c4 45 0f Error: UNC at LBA = 0x0f45c4d6 = 256230614 Commands leading to the command that caused the error were: CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name -- -- -- -- -- -- -- -- ---------------- -------------------- c8 00 20 bf c4 45 ef 00 00:11:10.133 READ DMA ca 00 04 1f c4 45 ef 00 00:11:06.521 WRITE DMA ca 00 20 df c4 45 ef 00 00:11:04.521 WRITE DMA c8 00 04 5b c4 45 ef 00 00:10:54.453 READ DMA ca 00 20 df c4 45 ef 00 00:10:17.522 WRITE DMA SMART Self-test log structure revision number 1 Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error # 1 Short offline Aborted by host 60% 7381 - SMART Selective self-test log data structure revision number 1 SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS 1 0 0 Not_testing 2 0 0 Not_testing 3 0 0 Not_testing 4 0 0 Not_testing 5 0 0 Not_testing Selective self-test flags (0x0): After scanning selected spans, do NOT read-scan remainder of disk. If Selective self-test is pending on power-up, resume after 0 minute delay. From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 04:29:34 2009 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 C292C1065672 for ; Thu, 19 Nov 2009 04:29:34 +0000 (UTC) (envelope-from admik@b.admik.pp.ru) Received: from b.admik.pp.ru (b.admik.pp.ru [95.172.133.149]) by mx1.freebsd.org (Postfix) with ESMTP id EE8278FC14 for ; Thu, 19 Nov 2009 04:29:33 +0000 (UTC) Received: from b.admik.pp.ru (b.admik.pp.ru [95.172.133.149]) by b.admik.pp.ru (8.14.3/8.14.2) with ESMTP id nAJ4TLSw028679 for ; Thu, 19 Nov 2009 11:29:21 +0700 (KRAT) (envelope-from admik@b.admik.pp.ru) Received: (from admik@localhost) by b.admik.pp.ru (8.14.3/8.14.2/Submit) id nAJ4TLUq028678 for questions@freebsd.org; Thu, 19 Nov 2009 11:29:21 +0700 (KRAT) (envelope-from admik) Date: Thu, 19 Nov 2009 11:29:20 +0700 From: Michael Svobodin To: questions@freebsd.org Message-ID: <20091119042920.GA16531@b.admik.pp.ru> References: <4B02A81F.1030101@shopzeus.com> <44tyws3n28.fsf@be-well.ilk.org> <4B02E742.4010705@shopzeus.com> <20091118044836.GA70999@b.admik.pp.ru> <4B03ABBC.8020008@shopzeus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B03ABBC.8020008@shopzeus.com> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: jail - beginner questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 04:29:34 -0000 On Wed, Nov 18, 2009 at 09:09:32AM +0100, Laszlo Nagy wrote: > Great. Here is what I did: > > sorb# mkdir -p /usr/jails/vm1 > sorb# cd /usr/src > sorb# setenv D /usr/jails/vm1 > sorb# make installworld DESTDIR=$D > sorb# make distribution DESTDIR=$D > sorb# cat >> /etc/rc.conf > > jail_enable="YES" > jail_list="vm1" > jail_vm1_rootdir="/usr/jails/vm1" > jail_vm1_hostname="vm1.localdomain" > jail_vm1_ip="192.168.0.11" > jail_vm1_interface="lnc0" > jail_vm1_devfs_enable="YES" > jail_vm1_devfs_ruleset="vm1_ruleset" > > ^D > sorb#mount -t devfs devfs $D /dev > sorb# /etc/rc.d/jail start vm1 > Configuring jails:. > Starting jails:ifconfig: interface lnc0 does not exist > vm1.localdomain. > > See, I do not understand how this works. If I use a real physical > interface then it works: > > sorb# ifconfig > re0: flags=8843 metric 0 mtu 1500 > > options=389b > ether 00:1a:4d:7b:cf:d6 > inet X.X.X.X netmask 0xffffff00 broadcast X.X.X.255 > inet 192.168.0.11 netmask 0xffffffff broadcast 192.168.0.11 > media: Ethernet autoselect (100baseTX ) > status: active I thought that your physical interface is the lnc0 on the host FreeBSD. The jail startup script doesn't create any interfaces itself. It uses any interface that extists in the host OS, and sets the ip address on it. So, you can use either re0 or lo0. > where X.X.X.X is my public internet IP address. But I do not like this. > I do not want to expose my jail's private IP address to the internet. Am > I too paranoid? Should I just add rules like > > ipfw add 1000 allow all from X.X.X.X to 192.168.0.11 > ipfw add 1001 allow all from 192.168.0.11 to X.X.X.X > ipfw add 1002 deny all from any to 192.168.0.11 > ipfw add 1003 deny all from 192.168.0.11 to any > > and be happy? Or would it be better to create a virtual ethernet > interface for my jails? Somehow? If you want to hide your jail then you can use the interface lo0. jail_vm1_interface="lo0" Suppose that your public ip address is 192.168.201.50. Then start the natd: # natd -a 192.168.201.50 and add to ipfw these divert rules: # ipfw add 10 divert natd all from any to 192.168.201.50 in # ipfw add 20 divert natd all from 192.168.0.11 to any out after that add to ipfw rules to allow the traffic diverted above or you can allow all for testing: # ipfw add 30 allow all from any to any Now your jail is hidden from the outer network. But inside the jail the network is working. From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 05:48:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E8FA106566C; Thu, 19 Nov 2009 05:48:53 +0000 (UTC) (envelope-from freebsd@abv.bg) Received: from smtp-out.abv.bg (smtp-out.abv.bg [194.153.145.99]) by mx1.freebsd.org (Postfix) with ESMTP id D3C7C8FC08; Thu, 19 Nov 2009 05:48:52 +0000 (UTC) Received: from mail53.abv.bg (mail53.ni.bg [192.168.151.29]) by smtp-out.abv.bg (Postfix) with ESMTP id 5E58B14EC0D; Thu, 19 Nov 2009 07:47:21 +0200 (EET) DomainKey-Signature: a=rsa-sha1; s=smtp-out; d=abv.bg; c=simple; q=dns; b=m5TQF1e70ji6xmOEVrlVw61sgLQzbbgrLnDA61qWgt65aox25w7WVH+ujcILfD8ta 4+jFU1Rqt4+Rh9Ks98s5XcACYSVLE0oHYLGSgRs7AllyR9D2s+tJtyD6YPdmRvkFzWg UndZ+/W2DzaphZtEHcEYX3GDXD6i+TAH3kUMwh0= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=abv.bg; s=smtp-out; t=1258609641; bh=sEsi3rwIwRM4RWBdNiyIGVIcEpMAh3+Ca4rL9xQ4w/o=; h=Date:From:To:Cc:Message-ID:Subject:MIME-Version:Content-Type: Content-Transfer-Encoding:DKIM; b=immDOJ7xVjZ00W65xRKCT9TrnS5wGhVh H7jqnSJLexrWbb3/R3xtRHRqN6c1JoKH3oLIE0/YMYcBVHBn94nfOf0MhlmJBQX6ydO jx7PsGyRtnpvTUNKZ8J8x94nBT2tdEKaX8ENmW3wiX06NDURj8+aeGg3jDws/mVGnu9 UZh5Q= Received: from mail53.abv.bg (localhost.localdomain [127.0.0.1]) by mail53.abv.bg (Postfix) with ESMTP id 01994241BEA; Thu, 19 Nov 2009 07:49:24 +0200 (EET) Date: Thu, 19 Nov 2009 07:49:24 +0200 (EET) From: Mario Pavlov To: Tim Judd Message-ID: <314774211.102489.1258609764004.JavaMail.apache@mail53.abv.bg> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Priority: 3 X-Mailer: AbvMail 1.0 X-Originating-IP: 78.128.21.208 Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Re: Re: [solved] Re: Re: Re: diskless - NFS root mount problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 05:48:53 -0000 oh yes, I got what you meant now true, I used /usr from the server because I wanted to have all my ports available to the client. Is there a nice way to install ports only in the diskless distribution ? thank you. Regards Mario >On 11/16/09, Mario Pavlov wrote: >> indeed you get bonus points if you firewall yourself :) >> and of course this is not the first time I do that so my score is pretty >> good >> however my favourite is to forget about net.inet.ip.forwarding when I >> upgrade routers with many clients :) >> >> Tim, thanks for your hints...but I don't understand this one: >> >2nd, you buildworld and installworld into the diskless root, but never >> >use it. You're using disk space you can reclaim. >> how so I never use it and can reclaim diskspace ? > > >The Monday's email you sent at 11:22 (by datestamp on gmail), you wrote: >================================================================================ >mkdir /storage0/diskless >cd /usr/src >export DESTDIR=/storage0/diskless >make buildworld buildkernel installworld distribution installkernel >================================================================================ > > >----------------------- >You clearly 'make buildworld installworld' but your later exports have >/storage0/diskless and /usr being exported. shouldn't it be either >/storage0/diskless (as a root filesystem and everything underneath it) >or if you want to unecessarily break it up, exporting >/storage0/diskless/usr ? > > >Understand? > ----------------------------------------------------------------- Вижте водещите новини от Vesti.bg! http://www.vesti.bg From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 07:13:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 524BB106568F for ; Thu, 19 Nov 2009 07:13:03 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-316.bluehost.com (outbound-mail-316.bluehost.com [67.222.54.9]) by mx1.freebsd.org (Postfix) with SMTP id 1B90C8FC1B for ; Thu, 19 Nov 2009 07:13:02 +0000 (UTC) Received: (qmail 14678 invoked by uid 0); 19 Nov 2009 07:13:02 -0000 Received: from unknown (HELO box543.bluehost.com) (74.220.219.143) by outboundproxy6.bluehost.com with SMTP; 19 Nov 2009 07:13:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=apotheon.com; h=Date:From:To:Subject:Message-ID:Mail-Followup-To:Mime-Version:Content-Type:Content-Disposition:User-Agent:X-Identified-User; b=V834bfvFiYaicV9szMuPojTDiFviqosWUkmm2/AEGU5PjAFrwESG48GmLqO9JVgkYVNdFWBAhOxNrwfG/wq+FdoPFGb++Aa9U6u/bx77m+BqYYEBvckdcqss6OM0xlqW; Received: from c-24-8-180-234.hsd1.co.comcast.net ([24.8.180.234] helo=kukaburra.hydra) by box543.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1NB1CQ-0000yx-Bo for freebsd-questions@freebsd.org; Thu, 19 Nov 2009 00:13:02 -0700 Received: by kukaburra.hydra (sSMTP sendmail emulation); Thu, 19 Nov 2009 00:06:23 -0700 Date: Thu, 19 Nov 2009 00:06:23 -0700 From: Chad Perrin To: FreeBSD Questions Message-ID: <20091119070623.GB18533@guilt.hydra> Mail-Followup-To: FreeBSD Questions Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VrqPEDrXMn8OVzN4" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Identified-User: {2737:box543.bluehost.com:apotheon:apotheon.org} {sentby:smtp auth 24.8.180.234 authed with ren@apotheon.org} Subject: GUI for file permissions management X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 07:13:03 -0000 --VrqPEDrXMn8OVzN4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Someone asked me recently whether a GUI for file permissions management (front end for stuff like umask, chmod, and maybe even login.conf or adduser.conf configuration) exists. I know that some filesystem browser applications like Nautilus provide at least some of that kind of functionality, but wondered if there was a somewhat simple, stand-alone GUI that covered that kind of thing out there. I seem to be using the wrong search terms for Google and `cd /usr/ports; make search key=3Dfoo`, because I haven't been able to nail down anything like that. Must one be a KDE or Gnome user to get that kind of tool? --=20 Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ] --VrqPEDrXMn8OVzN4 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksE7m8ACgkQ9mn/Pj01uKWuVQCfeL/FUH23lu4WWygI9Ii8+dYl 078An3ZC0Q3YCosRVtOq9luE3Cwq4Omk =KphQ -----END PGP SIGNATURE----- --VrqPEDrXMn8OVzN4-- From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 08:53:29 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2F0B1065670 for ; Thu, 19 Nov 2009 08:53:29 +0000 (UTC) (envelope-from thomas.adam22@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 504118FC13 for ; Thu, 19 Nov 2009 08:53:29 +0000 (UTC) Received: by fxm27 with SMTP id 27so2211257fxm.3 for ; Thu, 19 Nov 2009 00:53:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=dfCMjW69KbgCGjuo7rwJlmoce8791sx2VJdH2zl+4Kg=; b=hSz8RbHRYJjITYZLo6zTXPL9R3+jSJDAHx8X52TohgjxdUOPa9eR5u8jssc21lcxPP lRqF0L3J26K927MuGRMhw6Wg96N17glhBVsVGqg430ZV2UyGTSOCvTJvphzs5iuxT3pG w69PWdi5ujgSsS9gnTX9RTAemL034drsYRK04= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=TWEpfTCMVTMeCG2vpYnugW2G+dPA1efCkACVZG+tU/ttWSlAsVybvpZOQy6XFs4WwO Tzj++hfPvtF5ss+9WbwXMlc9P3jvb+JgZ3BHcotmkPTC+RaJ47LLOjz3FuNkGf97G9bI PC/BQ8hyIflfzKwHmQ0Z22ir6C2oCbUKGWF2w= MIME-Version: 1.0 Received: by 10.216.89.129 with SMTP id c1mr664063wef.35.1258618957113; Thu, 19 Nov 2009 00:22:37 -0800 (PST) In-Reply-To: <20091119070623.GB18533@guilt.hydra> References: <20091119070623.GB18533@guilt.hydra> From: Thomas Adam Date: Thu, 19 Nov 2009 08:22:17 +0000 Message-ID: <18071eea0911190022o6651d767l6cbbb5a14ac07166@mail.gmail.com> To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Cc: perrin@apotheon.com Subject: Re: GUI for file permissions management X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 08:53:29 -0000 2009/11/19 Chad Perrin : > Someone asked me recently whether a GUI for file permissions management Anything like: mc, worker, rox, etc? -- Thomas Adam From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 09:30:31 2009 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 870881065676 for ; Thu, 19 Nov 2009 09:30:31 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 09CA78FC18 for ; Thu, 19 Nov 2009 09:30:30 +0000 (UTC) Received: by bwz5 with SMTP id 5so2313907bwz.3 for ; Thu, 19 Nov 2009 01:30:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=279k7dKE67gbpnWr6cOdQlywQkRcR8cjnKTZy2A4P0k=; b=TwaMIThCPn3zTVvqctNUMn237PDgTC571TnV62SVW84swH/GpeCAI+a25lSsO4VSiG qdi0+gRkOREewqqsp1QZW4Elxehnkw0OeU5cd/av+t4F8cgr7+a9HnePri+mYMjYUJJb THhjsc4ZdqFbtxTipztk4+XWA21mIdIl5eR7I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=TDjjA9JDwIVMmRg0upKqj6NFZXbOn3N3FeFdRtwG7Jv/FZRsfNhMeNeJBSE3fwYdSk 5HUutvSDtQp14Mo/m5lLMz0TxKYF8UMvm0/UIZwxmAgEWGKejP9tFo/RylQn68pPEYGi SkOHrGRvsev80PQNBuJn3POoGn1wJ6eMuefL4= MIME-Version: 1.0 Received: by 10.239.139.154 with SMTP id t26mr1195486hbt.74.1258623029757; Thu, 19 Nov 2009 01:30:29 -0800 (PST) In-Reply-To: <560f92640911181259m37d2659w775fa3fafd9499b6@mail.gmail.com> References: <560f92640911181259m37d2659w775fa3fafd9499b6@mail.gmail.com> Date: Thu, 19 Nov 2009 09:30:29 +0000 Message-ID: From: krad To: Nerius Landys Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: Measuring disk I/O X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 09:30:31 -0000 2009/11/18 Nerius Landys > A friend and I are working on a small video-game related project as a > hobby. We're running several scripts 24/7 that make lots of calls to > a MySQL database. The mysql server process shows an average CPU use > of 1% (reported by top) and it never goes above about 2% The tables > it's hitting are myisam tables. I'm a little bit worried that the > mysql process is using a lot of disk access. I don't know too much > about hard disks but my feeling is that too much disk use could slow > the machine down or cause a premature hard disk failure. WD Raptor > model. > > I don't know if my concerns are well-founded, but I would like to > measure impact on the hard disk somehow. I don't know how to see disk > I/O. I do know how to use top. How do I measure disk I/O? Any other > thoughts? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > If you are worried about disk io and your db isnt to big, but to big to fit into ram, get a SD drive and put the db data on it. If your db is to big to fit on a sensibly priced SD, and your machine is suitably speced you could look at creating a zfs pool with a SD configured as an l2arc. The SD will then cache the most accessed parts of the db, and can dramatically increase performance. I am assuming that you have optimized your code though as well, as this should be your 1st point of call From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 09:36:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E909C1065679 for ; Thu, 19 Nov 2009 09:36:24 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id 811C78FC17 for ; Thu, 19 Nov 2009 09:36:24 +0000 (UTC) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.2/8.14.2) with ESMTP id nAJ9aJmg028552; Thu, 19 Nov 2009 10:36:20 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.2/8.14.2/Submit) id nAJ9aJdj028551; Thu, 19 Nov 2009 10:36:19 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Thu, 19 Nov 2009 10:36:19 +0100 From: Ruben de Groot To: n dhert Message-ID: <20091119093619.GA28213@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , n dhert , freebsd-questions@freebsd.org References: <8021a2660911180716h160765a9j82fa0c3065ecf2b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8021a2660911180716h160765a9j82fa0c3065ecf2b@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Thu, 19 Nov 2009 10:36:23 +0100 (CET) Cc: freebsd-questions@freebsd.org Subject: Re: adding USB hard-disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 09:36:25 -0000 On Wed, Nov 18, 2009 at 04:16:32PM +0100, n dhert typed: > # mount /dev/da0s1 /mnt > takes a while (drive spins), then > mount: /dev/da0s1 : Invalid argument > same result for all slices > > Why is this and how to remedy? try fsck /dev/da0 to see what kind of filesystem's on it (probably ext2/3 since you say it comes from suse) then mount -t ext2fs .... > (I can mount an USB memory stick with > mount -t msdosfs -o -m=644,-M=755 /dev/da0s1 /mnt) > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 13:04:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6FA241065679 for ; Thu, 19 Nov 2009 13:04:05 +0000 (UTC) (envelope-from ndhert@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id F12DA8FC0C for ; Thu, 19 Nov 2009 13:04:04 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so919318fga.13 for ; Thu, 19 Nov 2009 05:04:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=179CuZhInNvGC9MkrvmDveHUJnMaSTbTu7ZbRfhwaUg=; b=WazZckhD5+pECArm8etMpscNv5yTeBqrRMOyqdQuPOF5weEpl2tiWvrXipCWfgDpQx ifKKY4Zu/zZ3XMxMUr50/YCiZd/+XDgAUFtFSjI3mE063EpDxwqIaLJmzu8Jym6g+7Ek IjsHkR2NYIs9DDrmMs5zYTUY1tlkbd4enbflc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=haA1c24ID3l+7zsUyMTHUsZdooI451Jcz497g/Qen2yb1lRRRhP2uCjeRhNFY129Ou FuiS1GOg3N97U+YYNzyD/o7o2NCgCUJGbvWdoWp9URvLiWeZuCiyv9RNmwOooQ6q/Uc8 B3wxTfjPZQWlrxcdM/zZlPGkYB/LNX6qNM9DE= MIME-Version: 1.0 Received: by 10.216.89.12 with SMTP id b12mr2232174wef.93.1258635843848; Thu, 19 Nov 2009 05:04:03 -0800 (PST) Date: Thu, 19 Nov 2009 14:04:03 +0100 Message-ID: <8021a2660911190504s65a197d7r60205a648f27c187@mail.gmail.com> From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: moving an entire system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 13:04:05 -0000 I want to move the contents of a freebsd72 system entirely to different hardware (also Intel 64-bit), using dump/restore These are the filesystems now: /dev/da0s1a 2026030 650876 1213072 35% / /dev/da0s1e 20308398 652820 18030908 3% /tmp /dev/da0s1f 95719170 12449998 75611640 14% /usr /dev/da0s1d 20308398 2960282 15723446 16% /var /dev/da1p1 2175407698 168279068 1833096016 8% /home How should one proceed? I have an 286 Gb external USB disk formatted with a single slice large enough to hold all dumps of all fileystems, mounted on /seagate /dev/da2s1a 283810126 12 260463064 0% /seagate a. put the original machine in single-user mode b. use dump (could L be left out if machine is in single-user mode?) /sbin/dump -0aL -f /seagate/dumpofroot.dmp /dev/da0s1a /sbin/dump -0aL -f /seagate/dumpoftmp.dmp /dev/da0s1e /sbin/dump -0aL -f /seagate/dumpofusr.dmp /dev/da0s1f /sbin/dump -0aL -f /seagate/dumpofvar.dmp /dev/da0s1d /sbin/dump -0aL -f /seagate/dumpofhome.dmp /dev/da1p1 c. on the target machine, do a complete install of freeBSD72 from CD with same partition layout as original machine (On the target machine /home will be on /dev/da0s1g (no longer on /dev/da1p1)) d. target machine, plug in the external USB disk and mount it # mkdir /seagate # mount /dev/da2s1a /seagate e. restore file systems How exactly ? is this ok for /home : # umount /home # /sbin/newfs /dev/da0s1g # /sbin/mount /dev/da0s1g /mnt # cd /mnt # /sbin/restore rf /seagate/dumpofhome.dmp # umount /mnt # mount /dev/da0s1g /home for /tmp, /usr and /var? It is safe to use same procedure? or else, how to do ? And what for / file system ??? will same procedure work ? From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 13:17:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0D191065676 for ; Thu, 19 Nov 2009 13:17:13 +0000 (UTC) (envelope-from utf128@googlemail.com) Received: from mail-gx0-f218.google.com (mail-gx0-f218.google.com [209.85.217.218]) by mx1.freebsd.org (Postfix) with ESMTP id 822E68FC0C for ; Thu, 19 Nov 2009 13:17:13 +0000 (UTC) Received: by gxk10 with SMTP id 10so2015704gxk.3 for ; Thu, 19 Nov 2009 05:17:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Ypk5uVIh7pxp4BieiGTCHxmohQoDTVF9I4DXEu9bKa0=; b=d6f+JlnRaDSyhDrCtxBcjQ+XuWMnu7RAJeE0nQu4C/J87QXu7/Z3pujkGWugFqwlSA TNuWixNOLsnU7jxtW2gSAtMh6Iy8SBLeotGx3fBQjeax3S/9TvcQvWHROCXWX+aJmg9t LOVVCtnzJ3WUX7vSkgLZeIG4KuqAcNpGescWY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=v10eKDsHzFWb+yu+XLgClLIe+a40iZAHTm+ayxBvuHApUOdpmx9muSEU/VNWX1hScC g+f8H/+7aTp0rnMpIRQEhVJVOl+tKaEbfxAKHxe50srs7BPsuJi9NWzYJq+CVpQ6ue5g 8bd43+UqTIFudiixBRg8j9tmlUdXEFvsZe/C4= MIME-Version: 1.0 Received: by 10.150.14.3 with SMTP id 3mr109800ybn.288.1258634803638; Thu, 19 Nov 2009 04:46:43 -0800 (PST) Date: Thu, 19 Nov 2009 13:46:43 +0100 Message-ID: From: "utf128@googlemail.com" To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: rTorrent + FreeBSD + pf = freeze? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 13:17:13 -0000 Hello everybody, I encountered same problems and am kinda glad to see I'm not alone. I use FreeBSD 7.1-RELEASE-p8 (GENERIC) on a VIA EPIA board (800MHz C3). This box for the moment does nothing but torrent. I use two instances of rtorrent. Each with an own user and in its own screen session. Let's name them A and B. A seeds around 300 torrents and B around 500 (each rtorrent instance communicates just to one specific tracker). The configuration is exactly the same, except B communicates with the track only using https (A does plain http). While A works 100% perfect an stable, B crashes the machine reproducible. When using rtorrent 0.8.3/0.12.3 this happened only about once a month. After upgrading to 0.8.4/0.12.4 the rate of crashes increased to about once a week. now i upgraded to 0.8.5/0.12.5 and cannot even start instance B without crashing the machine immediately just several minutes after I started it. Sometimes it somehow "survives" the starting procedure (where actually all seeding torrents are registered at the tracker at more or less the same time) but then it takes about 10min - 2 hours after the hole systems crashes again. Like I mentioned: instance B works perfectly without any problems. I'm prett y sure I encountered the problem also (even not the heavily) during times instance B was only seeding about 300 torrents... For me the system simply reboots and doesn't freeze. The logs are clear and show no advice concerning the problem. It's not a matter of hardware since I changed the board (which included CPU, RAM, NIC,...) and also the hard disc month ago. Also a heat problem can be excluded. Any clou about all that? btw: I don't use PF at all... regards - Michael On Wed, 21 Oct 2009, cpghost wrote: > > Hi, > > could a resource leak or bug in pf(4) crash a RELENG_7 router (as of > Oct 6th)? > > I'm experiencing frequent crashes on my soekris net4801 home router > for some months now, and I'm wondering if it could be some kind of > pf-related bug similar to this on OpenBSD: > > http://www.mail-archive.com/misc@openbsd.org/msg58042.html > > More precisely, when I fire up rtorrent-devel on some *other* machine > (not the router!), everything runs fine at first. It could also run > very fine for many days. BUT should I start a torrent with a large > number of seeders which could saturate my link for an extended period > of time, the soekris router would suddenly freeze... but not > immediately: more like a few hours (3 to 6) or so of relatively heavy > traffic. Only a hard reboot of the router would help. Please note > that rtorrent is NOT running on the router, only its traffic is being > redirected through the router. > > So I'm suspecting some bug / resource leak in pf that would bring the > kernel down somehow. What kind of resources should I monitor (and > how)? Maybe that could bring some clues? > > Oh, before anybody asks: I have no crashdumps, the router freezes > totally without panicking. And it doesn't recover automatically > even after many hours. > > Any ideas? > > Thanks, > -cpghost. From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 13:51:44 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F867106566B for ; Thu, 19 Nov 2009 13:51:44 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id 26FD58FC14 for ; Thu, 19 Nov 2009 13:51:43 +0000 (UTC) Received: from pulstar.local (athedsl-4487278.home.otenet.gr [94.71.68.118]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id nAJDpgNj011174; Thu, 19 Nov 2009 15:51:42 +0200 Message-ID: <4B054D6D.9040304@otenet.gr> Date: Thu, 19 Nov 2009 15:51:41 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: n dhert References: <8021a2660911190504s65a197d7r60205a648f27c187@mail.gmail.com> In-Reply-To: <8021a2660911190504s65a197d7r60205a648f27c187@mail.gmail.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: moving an entire system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 13:51:44 -0000 n dhert wrote: > I want to move the contents of a freebsd72 system entirely to different > hardware (also Intel 64-bit), using dump/restore > These are the filesystems now: > /dev/da0s1a 2026030 650876 1213072 35% / > /dev/da0s1e 20308398 652820 18030908 3% /tmp > /dev/da0s1f 95719170 12449998 75611640 14% /usr > /dev/da0s1d 20308398 2960282 15723446 16% /var > /dev/da1p1 2175407698 168279068 1833096016 8% /home > How should one proceed? I have an 286 Gb external USB disk formatted with a > single > slice large enough to hold all dumps of all fileystems, mounted on /seagate > /dev/da2s1a 283810126 12 260463064 0% /seagate > > a. put the original machine in single-user mode > b. use dump (could L be left out if machine is in single-user mode?) > yes > /sbin/dump -0aL -f /seagate/dumpofroot.dmp /dev/da0s1a > /sbin/dump -0aL -f /seagate/dumpoftmp.dmp /dev/da0s1e > /sbin/dump -0aL -f /seagate/dumpofusr.dmp /dev/da0s1f > /sbin/dump -0aL -f /seagate/dumpofvar.dmp /dev/da0s1d > /sbin/dump -0aL -f /seagate/dumpofhome.dmp /dev/da1p1 > so far so good. You probably don't need to dump /tmp. > c. on the target machine, do a complete install of freeBSD72 from CD with > same partition layout as original machine > No need. Just boot using the DVD or LiveFS and select the fixit option, and the 'Use the Live CD/DVD filesystem' > (On the target machine /home will be on /dev/da0s1g (no longer on > /dev/da1p1)) > > d. target machine, plug in the external USB disk and mount it > # mkdir /seagate > # mount /dev/da2s1a /seagate > > e. restore file systems > How exactly ? is this ok for /home : > # umount /home > # /sbin/newfs /dev/da0s1g > # /sbin/mount /dev/da0s1g /mnt > # cd /mnt > # /sbin/restore rf /seagate/dumpofhome.dmp > # umount /mnt > # mount /dev/da0s1g /home > > for /tmp, /usr and /var? > It is safe to use same procedure? or else, how to do ? > > And what for / file system ??? > will same procedure work ? > First off, use the fdisk option of sysinstall to create a slice. Press w to exit, so the slice table is immediately written to disk. You may also use sysinstall to create the individual partitions, although this can be accomplished with bsdlabel once you are at the prompt. Install the MBR and boot blocks (assuming /dev/da0 is your boot disk and /dev/da0s1 is the FreeBSD slice): fdisk -B /dev/da0 bsdlabel -B /dev/da0s1 newfs all the new partitions, using -U for soft updates where needed. Usually soft updates are used in /var /usr and /tmp newfs /dev/da0s1a newfs -U /dev/da0s1d newfs -U /dev/da0s1e newfs -U /dev/da0s1f and so on. You may also add journaling (gjournal) at this point, it is actually quite easy. You will need two temporary mount points, one for your external drive and one for the partition you will be restoring. The /mnt is available as a mount point in the LiveFS cd, create another temporary one: mkdir /seagate Now, mount your backup in /seagate: mount /dev/da2s1a /seagate Mount one of the new partitions in /mnt: mount /dev/da0s1a /mnt cd /mnt TMPDIR=/seagate restore -rvf /seagate/dumpofroot.dmp Note: restore will need some tmp space, hence the TMPDIR Before you umount /, edit at least /mnt/etc/fstab and fix your device entries with the new ones. cd / umount /mnt Repeat with all other partitions. Don't forget to newfs the /tmp partition that you will not be restoring. I hope you get the general idea, you will have to adjust this slightly for your needs. After the first normal boot: chmod -R 1777 /tmp chmod -R 1777 /var/tmp (set sticky bit on temp space) From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 15:19:00 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B07871065679 for ; Thu, 19 Nov 2009 15:19:00 +0000 (UTC) (envelope-from gnemmi@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 1099C8FC14 for ; Thu, 19 Nov 2009 15:18:59 +0000 (UTC) Received: by fxm27 with SMTP id 27so2615538fxm.3 for ; Thu, 19 Nov 2009 07:18:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=pttu1iSGoHXs16CFZL8A+j+Hh6Ev3d+i37qKbRqEG3U=; b=jjtNbLAqvjspg0L9qZ4WVoJG+Pfe3EEYcEfcwvccGs0zOv3QcoGmwgJzpAH636zmMZ xPU+kBasMgd6YWZ58X1LElbRLTI7JJYFs4KwOV8pOmzUxnSjnW6C1quTNd3wJf8NkhGt xIi0pcHg2j4+qUwSZW8wW/VsONomwivclbw9U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=VTvvcB5awhbWwjhy77NUP/01f61snT0DK8VXjgxUI3y/kwK3930kHrObzY2T7X8LWU oGs6IUGfmnpBZ17/ccx8UF2059fsua9qljoiUdQmR31bxbKzBO7EkD8Ux8Uu74H7vErY hbOW8Vn10b2S6+LSwj7boAVVRayiLkycoj7do= MIME-Version: 1.0 Received: by 10.103.76.34 with SMTP id d34mr57313mul.31.1258643939016; Thu, 19 Nov 2009 07:18:59 -0800 (PST) In-Reply-To: <4B054D6D.9040304@otenet.gr> References: <8021a2660911190504s65a197d7r60205a648f27c187@mail.gmail.com> <4B054D6D.9040304@otenet.gr> Date: Thu, 19 Nov 2009 12:18:58 -0300 Message-ID: <19e9a5dc0911190718v62f0446ga467684d8aa69872@mail.gmail.com> From: Gonzalo Nemmi To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: moving an entire system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 15:19:00 -0000 On Thu, Nov 19, 2009 at 10:51 AM, Manolis Kiagias wrote: > n dhert wrote: > > I want to move the contents of a freebsd72 system entirely to different > > hardware (also Intel 64-bit), using dump/restore > > These are the filesystems now: > > /dev/da0s1a 2026030 650876 1213072 35% / > > /dev/da0s1e 20308398 652820 18030908 3% /tmp > > /dev/da0s1f 95719170 12449998 75611640 14% /usr > > /dev/da0s1d 20308398 2960282 15723446 16% /var > > /dev/da1p1 2175407698 168279068 1833096016 8% /home > > How should one proceed? I have an 286 Gb external USB disk formatted with > a > > single > > slice large enough to hold all dumps of all fileystems, mounted on > /seagate > > /dev/da2s1a 283810126 12 260463064 0% /seagate > > > > a. put the original machine in single-user mode > > b. use dump (could L be left out if machine is in single-user mode?) > > > > yes > > /sbin/dump -0aL -f /seagate/dumpofroot.dmp /dev/da0s1a > > /sbin/dump -0aL -f /seagate/dumpoftmp.dmp /dev/da0s1e > > /sbin/dump -0aL -f /seagate/dumpofusr.dmp /dev/da0s1f > > /sbin/dump -0aL -f /seagate/dumpofvar.dmp /dev/da0s1d > > /sbin/dump -0aL -f /seagate/dumpofhome.dmp /dev/da1p1 > > > > so far so good. You probably don't need to dump /tmp. > > > c. on the target machine, do a complete install of freeBSD72 from CD with > > same partition layout as original machine > > > > No need. Just boot using the DVD or LiveFS and select the fixit option, > and the 'Use the Live CD/DVD filesystem' > > > (On the target machine /home will be on /dev/da0s1g (no longer on > > /dev/da1p1)) > > > > d. target machine, plug in the external USB disk and mount it > > # mkdir /seagate > > # mount /dev/da2s1a /seagate > > > > e. restore file systems > > How exactly ? is this ok for /home : > > # umount /home > > # /sbin/newfs /dev/da0s1g > > # /sbin/mount /dev/da0s1g /mnt > > # cd /mnt > > # /sbin/restore rf /seagate/dumpofhome.dmp > > # umount /mnt > > # mount /dev/da0s1g /home > > > > for /tmp, /usr and /var? > > It is safe to use same procedure? or else, how to do ? > > > > And what for / file system ??? > > will same procedure work ? > > > First off, use the fdisk option of sysinstall to create a slice. Press > w to exit, so the slice table is immediately written to disk. You may > also use sysinstall to create the individual partitions, although this > can be accomplished with bsdlabel once you are at the prompt. > > Install the MBR and boot blocks (assuming /dev/da0 is your boot disk and > /dev/da0s1 is the FreeBSD slice): > > fdisk -B /dev/da0 > bsdlabel -B /dev/da0s1 > > newfs all the new partitions, using -U for soft updates where needed. > Usually soft updates are used in /var /usr and /tmp > > newfs /dev/da0s1a > newfs -U /dev/da0s1d > newfs -U /dev/da0s1e > newfs -U /dev/da0s1f > and so on. You may also add journaling (gjournal) at this point, it is > actually quite easy. > > You will need two temporary mount points, one for your external drive > and one for the partition you will be restoring. The /mnt is available > as a mount point in the LiveFS cd, create another temporary one: > > mkdir /seagate > > Now, mount your backup in /seagate: > > mount /dev/da2s1a /seagate > > Mount one of the new partitions in /mnt: > > mount /dev/da0s1a /mnt > cd /mnt > TMPDIR=/seagate restore -rvf /seagate/dumpofroot.dmp > > Note: restore will need some tmp space, hence the TMPDIR > Before you umount /, edit at least /mnt/etc/fstab and fix your device > entries with the new ones. > > cd / > umount /mnt > > Repeat with all other partitions. Don't forget to newfs the /tmp > partition that you will not be restoring. > I hope you get the general idea, you will have to adjust this slightly > for your needs. > > After the first normal boot: > > chmod -R 1777 /tmp > chmod -R 1777 /var/tmp > > (set sticky bit on temp space) > > > Thank you both for this really clear, explanative, concise and plain simple how-to! I will probably edit some parts, translate it to spanish and post it in my forum. As soon as I do so, I'll let you guys know. You guys just wrote a _should_be_in_a_magazine_ article ! Thank you! Best Regards Gonzalo Nemmi From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 15:37:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 011D71065670 for ; Thu, 19 Nov 2009 15:37:46 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 7E7E58FC20 for ; Thu, 19 Nov 2009 15:37:45 +0000 (UTC) Received: from significant-gravitas-shortfall.thebunker.net (gateway.ash.thebunker.net [213.129.64.4]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.3/8.14.3) with ESMTP id nAJFbVc9084611 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 19 Nov 2009 15:37:37 GMT (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.8.3 smtp.infracaninophile.co.uk nAJFbVc9084611 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infracaninophile.co.uk; s=200708; t=1258645057; bh=6Eif//IURX94lOcXo4xeevrS+OKoUF2S7raPditDJVE=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Cc:Content-Type:Date:From:In-Reply-To: Message-ID:Mime-Version:References:To; z=Message-ID:=20<4B056636.6050309@infracaninophile.co.uk>|Date:=20T hu,=2019=20Nov=202009=2015:37:26=20+0000|From:=20Matthew=20Seaman= 20|Organization:=20Infracaninophi le|User-Agent:=20Thunderbird=202.0.0.23=20(X11/20090824)|MIME-Vers ion:=201.0|To:=20Bernt=20Hansson=20|CC:=20fr eebsd-questions@freebsd.org|Subject:=20Re:=20Dump|References:=20<4 B0562A4.5050405@bah.homeip.net>|In-Reply-To:=20<4B0562A4.5050405@b ah.homeip.net>|X-Enigmail-Version:=200.95.7|OpenPGP:=20id=3D60AE90 8C|Content-Type:=20multipart/signed=3B=20micalg=3Dpgp-sha1=3B=0D=0 A=20protocol=3D"application/pgp-signature"=3B=0D=0A=20boundary=3D" ------------enigF910B2EC6B5A2525E9628E91"; b=JgJpQ2lvHTLi2SIFmy4i4i50eiTMlKz79Dm3NylPzGtgzckIj2oB7VmkC6dWvHPur Y5YD5hYG2Dy1tWYvks4lTMDA2KLBv8t9DjEMzxLpM3ZxNdSKBs4cATLiarH1MH3a72 i0DNEHmhxhx08ionLMUQJ9or4ktD+ksOU36YTp6s= X-Authentication-Warning: happy-idiot-talk.infracaninophile.co.uk: Host gateway.ash.thebunker.net [213.129.64.4] claimed to be significant-gravitas-shortfall.thebunker.net Message-ID: <4B056636.6050309@infracaninophile.co.uk> Date: Thu, 19 Nov 2009 15:37:26 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.23 (X11/20090824) MIME-Version: 1.0 To: Bernt Hansson References: <4B0562A4.5050405@bah.homeip.net> In-Reply-To: <4B0562A4.5050405@bah.homeip.net> X-Enigmail-Version: 0.95.7 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigF910B2EC6B5A2525E9628E91" X-Virus-Scanned: clamav-milter 0.95.3 at happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,SPF_FAIL autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: Dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 15:37:46 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigF910B2EC6B5A2525E9628E91 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Bernt Hansson wrote: > Hello list. >=20 > I've been testing backups with dump, works well BUT > -L does not work. For example >=20 > dump -0 -a -u -L -f /mnt/dump.home.full /dev/ad0s2d I believe that you need to tell dump the mount point of the file system i= n order for it to create a snapshot, rather than the device file for the partition. (ie. snapshotting only makes sense on a mounted read-write filesystem). Also, if you're dumping a snapshotted FS to a local file, then bump up th= e cachesize to improve performance a lot. Add '-C 32' to your command-line= =2E > How does one set the nodump flag on a filesystem/directory chflags(1). Note that nodump is not honoured by default for a level 0 dump. Add '-h 0' to the dump command line to make that happen. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. Flat 3 7 Priory Courtyard PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW, UK --------------enigF910B2EC6B5A2525E9628E91 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAksFZjsACgkQ3jDkPpsZ+VYq7wCaAo5+bUgMhjPrSSIUu8oWCiUA yyAAnR96RNP2a1aZ92+MytBcoccHdRit =dkYL -----END PGP SIGNATURE----- --------------enigF910B2EC6B5A2525E9628E91-- From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 16:15:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AE411065679 for ; Thu, 19 Nov 2009 16:15:47 +0000 (UTC) (envelope-from axelbsd@ymail.com) Received: from web24815.mail.ird.yahoo.com (web24815.mail.ird.yahoo.com [212.82.110.49]) by mx1.freebsd.org (Postfix) with SMTP id 122C88FC20 for ; Thu, 19 Nov 2009 16:15:46 +0000 (UTC) Received: (qmail 25070 invoked by uid 60001); 19 Nov 2009 16:15:46 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ymail.com; s=s1024; t=1258647345; bh=VOPlWJc10tfQ5Dk5lMNaeuRged/DNDR0KJ4KDqs97Gg=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=OHZ22FtZGg7fcgNMrfkFQzWCFdtA8kmQTQ+h9gUjr6J7/Kp3QnVGBMVDf1exihmx89gv7pmpUB0mdJQBakPVOIe++jVIum8J3WQp257NLYG1nDeH9gwhGeO0K8ab7lyDy3psQ0TboezUcKKxURNAJCzdYwXJSZlUclDvvmdQTE8= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=ymail.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=fkMRYjKI7hRvsraH14+081C0gEVvf5G/5eDmw2TlUm8IF5dvy+xFE2OxXMTX09zb0e2EilW/qG95W0wI13zDDDOPOMVMwB0oj5s/BX0kDUy+7zC9FWLOiZcoGKU/KozIc221uMHB06ti/y+yjrL/DC37E/XyzupUO5lik1URUgo=; Message-ID: <964121.24574.qm@web24815.mail.ird.yahoo.com> X-YMail-OSG: 1c6zu7MVM1kVlBupyEeaLdxaFBU0V9IE0S6s0tkL1zhgU6o.q3tfAEOoSzVbKf5Ldgtr3Bn1AoDe_fSVgdIaH3DQ84Gd.CDWo01.eQ.pg5M3x1EZyTZKY.633TC0JRYIWVW39G6ErCtKqbrZx.wVX4p1V16FyGfkcPgFHTZy7lQpA3TIkO1drkteDgmBqtmhW_kXqC5A0ovauMdj_CNqligdp3.0P63c379PDPCibxUalpoi8FaimmcITQk8zkbuzHcOsxAV3yDGNW2w0HMFAVzZp_z9PsFsHfjZl0U85D7VWga9 Received: from [82.243.40.23] by web24815.mail.ird.yahoo.com via HTTP; Thu, 19 Nov 2009 08:15:45 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.8.100.260964 Date: Thu, 19 Nov 2009 08:15:45 -0800 (PST) From: "Alexandre L." To: FreeBSD Question MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: FreeBSD port : audio/mpdscribble X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 16:15:47 -0000 Hi,=0A=0AI have installed mpdscribble on my laptop under 8.0-RC3 and config= ured it (/usr/local/etc/mpdscribble.conf).=0AI have add the line in /etc/rc= .conf=0Ampdscribble_enable=3D"YES" =0Ato launch it at startup but I got the= message =0Ampdscribble: Failed to create pidfile /var/run/mpdscribble.pid:= Permission denied=0A=0AIf I launch it from root or using the sudo command,= I haven't got problem.=0ABut from startup or from my user account (that is= in 'wheel' and 'operator' groups) I got the message above.=0A=0AI have cre= ated a system user called "mpdscribble" using the command :=0A# pw user add= mpdscribble -c "mpdscribble" \-d noexistent -s /usr/sbin/nologin=0Aand set= the option daemon_user in the conf file but I always got the same error.= =0A=0AHere my conf file /usr/local/etc/mpdscribble.conf :=0A=0A## mpdscribb= le - an audioscrobbler for the Music Player Daemon.=0A## http://mpd.wikia.c= om/wiki/Client:mpdscribble=0A=0A# HTTP proxy URL.=0A#proxy =3D http://the.p= roxy.server:3128=0A=0A# The location of the pid file. mpdscribble saves it= s process id there.=0Apidfile =3D /var/run/mpdscribble.pid=0A=0A# Change to= this system user after daemonization.=0A#daemon_user =3D mpdscribble=0A=0A= # The location of the mpdscribble log file. The special value=0A# "syslog"= makes mpdscribble use the local syslog daemon. On most=0A# systems, log m= essages will appear in /var/log/daemon.log then.=0A# "-" means log to stder= r (the current terminal).=0Alog =3D syslog=0A=0A# How verbose mpdscribble's= logging should be. Default is 1.=0Averbose =3D 1=0A=0A# How often should = mpdscribble save the journal file? [seconds]=0Ajournal_interval =3D 600=0A= =0A# The host running MPD, possibly protected by a password=0A# ([PASSWORD@= ]HOSTNAME). Defaults to $MPD_HOST or localhost.=0Ahost =3D localhost=0A=0A= # The port that the MPD listens on and mpdscribble should try to=0A# connec= t to. Defaults to $MPD_PORT or 6600.=0Aport =3D 6600=0A=0A[last.fm]=0Aurl = =3D http://post.audioscrobbler.com/=0Ausername =3Dmy_username=0Apassword = =3Dmy_password=0A# The file where mpdscribble should store its Last.fm jour= nal in case=0A# you do not have a connection to the Last.fm server.=0Ajourn= al =3D /var/cache/mpdscribble/lastfm.journal=0A=0A#[libre.fm]=0A#url =3D ht= tp://turtle.libre.fm/=0A#username =3D my_username=0A#password =3D my_passwo= rd=0A#journal =3D /var/cache/mpdscribble/librefm.journal=0A=0A#[jamendo]=0A= #url =3D http://postaudioscrobbler.jamendo.com/=0A#username =3D my_username= =0A#password =3D my_password=0A#journal =3D /var/cache/mpdscribble/jamendo.= journal=0A=0AThank you in advance.=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 16:27:45 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4E97106566B for ; Thu, 19 Nov 2009 16:27:45 +0000 (UTC) (envelope-from nelgmj@verizon.net) Received: from vms173015pub.verizon.net (vms173015pub.verizon.net [206.46.173.15]) by mx1.freebsd.org (Postfix) with ESMTP id 88E7A8FC0A for ; Thu, 19 Nov 2009 16:27:45 +0000 (UTC) Received: from [192.168.2.100] ([141.152.71.136]) by vms173015.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KTD00L0649KJK50@vms173015.mailsrvcs.net> for freebsd-questions@freebsd.org; Thu, 19 Nov 2009 09:27:21 -0600 (CST) MIME-version: 1.0 (Apple Message framework v624) Content-transfer-encoding: 7bit Message-id: <0c5bf2a922ecbc1096da03be5670e3e1@verizon.net> Content-type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Glen Johnson Date: Thu, 19 Nov 2009 10:28:11 -0500 X-Pgp-Agent: GPGMail 1.1.2 (Panther) X-Gpgmail-State: signed X-Mailer: Apple Mail (2.624) Subject: Apache22 + Subversion 1.6.6 = No go. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 16:27:45 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 FreeBSD-questions, I am attempting to use FreeBSD as my Subversion server. I have Subversion working, and I have Apache working. However when I try to use http:/my_server/svn/my_project I get: Could not open the requested SVN filesystem 1 I tried chmod -R 777 /home/svn/repos. 2 I tried recompiling apache, db, and subversion. 3 I looked at /var/log/http-error.log (partial list below) [Thu Nov 19 09:35:52 2009] [notice] Graceful restart requested, doing restart [Thu Nov 19 09:35:53 2009] [notice] Digest: generating secret for digest authentication ... [Thu Nov 19 09:35:53 2009] [notice] Digest: done [Thu Nov 19 09:35:54 2009] [notice] Apache/2.2.13 (FreeBSD) mod_ssl/2.2.13 OpenSSL/0.9.8e DAV/2 SVN/1.6.6 configured -- resuming normal operations [Thu Nov 19 09:36:10 2009] [error] [client 192.168.2.12] (20014)Internal error: Can't open file '/usr/home/svn/repos/default/format': No such file or directory [Thu Nov 19 09:36:10 2009] [error] [client 192.168.2.12] Could not fetch resource information. [500, #0] [Thu Nov 19 09:36:10 2009] [error] [client 192.168.2.12] Could not open the requested SVN filesystem [500, #2] What am I missing? Thank you, Glen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFLBWQMiOtlC/1IyboRAt8BAJ474X5a51PDI3c/qcJfs8edQaRQowCggMVP 7jluiitHixCqcjNYzLgiCLw= =ff3+ -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 16:33:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9642C106566B for ; Thu, 19 Nov 2009 16:33:26 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by mx1.freebsd.org (Postfix) with ESMTP id 3208F8FC17 for ; Thu, 19 Nov 2009 16:33:25 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 22so518278eye.9 for ; Thu, 19 Nov 2009 08:33:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=z49RHlPlvC098MJAG+cq1k8Dy6HrRkUjNPO2JreLIoQ=; b=P2joIrm7hU+unbhp0B/C9opBCQGhNO84NJJDF3fBEafREfAiQtm8aucGazOd/OvTya 0hfmhQEv7pWpwnvt0Sb4teF8Y+eqhHjYpYywmCAiPe3cXyOMzz/MGjeusjjsSfQNCZvB vrnRQgU+tC6ZT3InWbk9kQbFA6O8EClot39nE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=ntkA+Ql+TFYu6B4REtt75JbvLWtGldr7FwOvfghSoYdKfniTOs4ShzVDuwtxOoKw+D +auH1gE3d3ie3ZmacnUmEf7nrnxyjZsdaC8NCLK8ltHbMb5BZDdrHishiIv+y1ClykFK XOIjqcMrgn5b/hRQlZ7j+Vg/pj67aM8ibTOd4= MIME-Version: 1.0 Received: by 10.213.2.73 with SMTP id 9mr209303ebi.21.1258648405187; Thu, 19 Nov 2009 08:33:25 -0800 (PST) From: Maxim Khitrov Date: Thu, 19 Nov 2009 11:33:05 -0500 Message-ID: <26ddd1750911190833l2b5ff6beucc652f7ed338c1a@mail.gmail.com> To: Free BSD Questions list Content-Type: text/plain; charset=UTF-8 Subject: Apache 2.2 mod_ldap refusing to work over SSL/TLS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 16:33:26 -0000 Hello all, Wasted many hours on this and am no closer to a solution. I'm trying to get apache 2.2 on FreeBSD 7.2 to authenticate against our active directory (Windows 2003). The current status is that authentication works without problems when SSL/TLS are not used. Furthermore, I can establish SSL/TLS connections to the server and run queries using the ldapsearch tool. Server certificate verification works without any problems. The relevant portions of ldap.conf and httpd.conf are identical, so if I can use SSL and TLS with ldapsearch, there is no reason why it shouldn't be working from apache. Just to be on the safe side, I've turned off server certificate verification with 'LDAPVerifyServerCert Off' directive. So... Unencrypted authentication works, SSL authentication results in "[LDAP: ldap_simple_bind_s() failed][Can't contact LDAP server]", and TLS authentication gives "[LDAP: ldap_start_tls_s() failed][Connect error]." I had nothing else to go on, so I decided to capture the packets that are being sent between apache and active directory servers. I then compared this packet capture with what ldapsearch does (both using TLS). In summary, ldapsearch and apache send an identical LDAP_SERVER_START_TLS_OID command. In both cases, the server responds with an identical "Result: Status: Success, MatchedDN: NULL, ErrorMessage: NULL" packet. But while ldapsearch then goes on to the certificate and key exchange phase, apache responds with "OperationHeader: Unbind Request, 2(0x2)" and terminates the connection. As far as I can tell, it doesn't even get to the certificate verification phase even though the STARTTLS command is successful. Anyone have a clue on what could be causing this? - Max From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 16:43:19 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 219211065676 for ; Thu, 19 Nov 2009 16:43:19 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id F40F68FC0C for ; Thu, 19 Nov 2009 16:43:18 +0000 (UTC) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NBA6C-000K3J-GT; Thu, 19 Nov 2009 11:43:17 -0500 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by cube.entropy.prv (Postfix) with ESMTP id 6FB7737A0BD7; Thu, 19 Nov 2009 11:43:12 -0500 (EST) Message-ID: <4B0575A0.707@FreeBSD.org> Date: Thu, 19 Nov 2009 11:43:12 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Glen Johnson References: <0c5bf2a922ecbc1096da03be5670e3e1@verizon.net> In-Reply-To: <0c5bf2a922ecbc1096da03be5670e3e1@verizon.net> X-Enigmail-Version: 0.96.0 OpenPGP: id=1C940290 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.4 (/) Cc: freebsd-questions@freebsd.org Subject: Re: Apache22 + Subversion 1.6.6 = No go. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 16:43:19 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Glen Johnson wrote: > FreeBSD-questions, > I am attempting to use FreeBSD as my Subversion server. I have > Subversion working, and I have Apache working. However when I try to > use http:/my_server/svn/my_project I get: > > xmlns:C="svn:"> > > > Could not open the requested SVN filesystem > > > > 1 I tried chmod -R 777 /home/svn/repos. > 2 I tried recompiling apache, db, and subversion. > 3 I looked at /var/log/http-error.log (partial list below) > [Thu Nov 19 09:35:52 2009] [notice] Graceful restart requested, doing > restart > [Thu Nov 19 09:35:53 2009] [notice] Digest: generating secret for digest > authentication ... > [Thu Nov 19 09:35:53 2009] [notice] Digest: done > [Thu Nov 19 09:35:54 2009] [notice] Apache/2.2.13 (FreeBSD) > mod_ssl/2.2.13 OpenSSL/0.9.8e DAV/2 SVN/1.6.6 configured -- resuming > normal operations > [Thu Nov 19 09:36:10 2009] [error] [client 192.168.2.12] (20014)Internal > error: Can't open file '/usr/home/svn/repos/default/format': No such > file or directory > [Thu Nov 19 09:36:10 2009] [error] [client 192.168.2.12] Could not fetch > resource information. [500, #0] > [Thu Nov 19 09:36:10 2009] [error] [client 192.168.2.12] Could not open > the requested SVN filesystem [500, #2] > > > What am I missing? > Thank you, > Glen Hi Glen, Please post the relevant bits from your httpd.conf where you set up the SVNPath, etc. It looks like maybe the SVNPath directive is pointing to the wrong place. Thank you, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/sourcehosting/ - Follow me, follow you -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFLBXWg0sRouByUApARAtNQAKCA5cci4oYEx/tgwgWORbI5KYmX6gCeNgdD FHg7fwASG9+vPgWNHaunBaU= =r2ln -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 16:51:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 277A610656B4 for ; Thu, 19 Nov 2009 16:51:17 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505b.appriver.com [98.129.35.5]) by mx1.freebsd.org (Postfix) with ESMTP id E2F5B8FC0C for ; Thu, 19 Nov 2009 16:51:16 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.14 X-Note-Reverse-DNS: ht01.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: 112 113 114 115 119 120 131 218 X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.14] (HELO ht01.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.2.14) with ESMTPS id 14252201 for freebsd-questions@freebsd.org; Thu, 19 Nov 2009 10:51:13 -0600 Received: from mbx03.exg5.exghost.com ([169.254.1.164]) by ht01.exg5.exghost.com ([98.129.23.14]) with mapi; Thu, 19 Nov 2009 10:51:15 -0600 From: Peter Steele To: "freebsd-questions@freebsd.org" Date: Thu, 19 Nov 2009 10:51:12 -0600 Thread-Topic: What does "Audit record was not committed" during login imply? Thread-Index: AcppOIBagRAI3eD6TLWF5prBxdiKDQ== Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33AEB629@MBX03.exg5.exghost.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: What does "Audit record was not committed" during login imply? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 16:51:17 -0000 I've installed a BSD 7.0 system and I am getting the error "login: Audit re= cord was not committed" when I try to login. What would cause this? I am us= ing a custom process to do the BSD install onto USB boot disks, but we've b= een using it for months and I've never seen this error when we've booted a = system using one of the boot sticks. I did a web search and the only hits I= got were source code references to this error; it's printed by login.c, wh= ich makes sense. If I enter an invalid password I get the message "login: A= udit Error: au_close() was not committed", so it's clearly processing my in= put but something else is causing the processing of the data to fail. Another error is printed on the console just before the login prompt: "pid = 94: (fsck_ufs), uid 0: exited on signal 8", along with a duplicate of this = error but with pid 95. I don't know if this has anything to do with the sub= sequent login error, but I bet it does. I looked up signal 8 and it appears= to be related to a floating point exception, which doesn't really make sen= se. It implies though that perhaps the file system isn't clean, but I've ch= ecked on another system and the USB file system is clean. So I'm stumped. Does anyone know what's going on here? From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 17:00:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C21E21065695; Thu, 19 Nov 2009 17:00:30 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 934E28FC21; Thu, 19 Nov 2009 17:00:30 +0000 (UTC) Received: by pxi12 with SMTP id 12so1669740pxi.3 for ; Thu, 19 Nov 2009 09:00:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=d8c3x8MJM2fQvT7MuHWYSHXKw0/1OLpZvkHayzids90=; b=faonQzS0bg8qFHpHxinvWv98jFtxa5Vo/w4skJQBBSLAfchUe61CQCN4rJjszeARIh K1hQi5KXbfyhysfZ3oCvte1WBazyQ4QhXynPm49Rt99ie31nVi8w9czL/eRDAV0E8coN Txuxx7a+mZyvPt5LgWFOlhTYSP71/RI2GkLS4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=vKdyYZKJrVehKgt6lGkJ/GlSuwwdD7yuNDEE9YMEK9Gik7Hmn3mHDHcUythOvavMGI 8X77C/Uu5Z6B07ypZx4Ubu/I4z8av5EC2ww50nU1I0VaK+SV/1BcvwYXDzondic7U5qm RDlJW/YA9xYlz9tZjwPkBYQTNXw+boYZMs7Nc= MIME-Version: 1.0 Received: by 10.115.102.9 with SMTP id e9mr191380wam.199.1258650030113; Thu, 19 Nov 2009 09:00:30 -0800 (PST) In-Reply-To: <314774211.102489.1258609764004.JavaMail.apache@mail53.abv.bg> References: <314774211.102489.1258609764004.JavaMail.apache@mail53.abv.bg> Date: Thu, 19 Nov 2009 10:00:29 -0700 Message-ID: From: Tim Judd To: Mario Pavlov Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Re: Re: [solved] Re: Re: Re: diskless - NFS root mount problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 17:00:30 -0000 On 11/18/09, Mario Pavlov wrote: > oh yes, I got what you meant now > true, I used /usr from the server because I wanted to have all my ports > available to the client. Is there a nice way to install ports only in the > diskless distribution ? > > thank you. > > Regards > Mario Just like any other port you install. you can either chroot into your diskless root filesystem (as I have it laid out, not you), and run the port tools. you can also run the package management tools. All programs are are files on the disk, there's no local registry as in windows to worry about. You can even compile on the diskless client. It just reads and writes files to the nfs server to compile ports. --TJ From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 17:01:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1048D1065670 for ; Thu, 19 Nov 2009 17:01:47 +0000 (UTC) (envelope-from cronfy@sprinthost.ru) Received: from odin.from.sh (odin.from.sh [80.93.50.112]) by mx1.freebsd.org (Postfix) with ESMTP id AA9668FC26 for ; Thu, 19 Nov 2009 17:01:46 +0000 (UTC) Received: from odin.from.sh ([80.93.50.112]) by odin.from.sh with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NBANs-000083-BV for freebsd-questions@freebsd.org; Thu, 19 Nov 2009 20:01:28 +0300 Received: from [89.223.116.161] (helo=[10.10.10.120]) by odin.from.sh with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NBANl-00006D-52 for freebsd-questions@freebsd.org; Thu, 19 Nov 2009 20:01:21 +0300 Message-ID: <4B0579CE.2020203@sprinthost.ru> Date: Thu, 19 Nov 2009 20:01:02 +0300 From: cronfy User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: FreeBSD References: <4B042C50.6060904@sprinthost.ru> <5f09d2bccc69d1f101c5c22151ef0c05@sbmail.office-on-the.net> In-Reply-To: <5f09d2bccc69d1f101c5c22151ef0c05@sbmail.office-on-the.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: get accounting info for running process X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 17:01:47 -0000 >> Is it possible to find out how much a process have used CPU user >> time/system time/IO operations for now by it's pid? Like in sa, but for >> running process. >> Dan, Mel, thanks for your answers. I examined 'ps' sources and decided to use kvm_getprocs() and rusage structure. I am trying to create a daemon that would report system accounting stats for every X seconds, let's say 10. 'sa' reports about terminated processes only, but it would be nice to have more detailed system usage stats per user for a given time interval (i.e. last 10 seconds), including tasks that are not finished at the moment of querying. I can achieve this by querying list of processes each 10 seconds and producing diffs between previous and current list, saving these to some log and combining data with /var/account/acct file. The only thing I do not want to do is to invent a wheel ;-) I googled much for such solutions, but did not find any. May be someone knows existing products that has this functionality already? Thanks in advance. From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 17:16:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E83E2106566B for ; Thu, 19 Nov 2009 17:16:46 +0000 (UTC) (envelope-from sjk@ankeborg.nu) Received: from mail.three-dimensional.net (unknown [IPv6:2001:16d8:ffac:2::9]) by mx1.freebsd.org (Postfix) with ESMTP id A3C5C8FC23 for ; Thu, 19 Nov 2009 17:16:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.three-dimensional.net (Postfix) with ESMTP id E1F43FB035; Thu, 19 Nov 2009 18:16:44 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at three-dimensional.net Received: from mail.three-dimensional.net ([127.0.0.1]) by localhost (mail.three-dimensional.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Sxwn6YNcmCUX; Thu, 19 Nov 2009 18:16:40 +0100 (CET) Received: from [192.168.0.11] (c213-89-114-59.bredband.comhem.se [213.89.114.59]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sjk@ankeborg.nu) by mail.three-dimensional.net (Postfix) with ESMTPSA id A996AFB034; Thu, 19 Nov 2009 18:16:40 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v1075.2) Content-Type: text/plain; charset=iso-8859-1; format=flowed From: Svante Kvarnstrom In-Reply-To: <4B0562A4.5050405@bah.homeip.net> Date: Thu, 19 Nov 2009 18:16:39 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <901C5485-1304-4F51-B4BD-EE139CFFE8BB@ankeborg.nu> References: <4B0562A4.5050405@bah.homeip.net> To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.1075.2) Cc: Bernt Hansson Subject: Re: Dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 17:16:47 -0000 On Nov 19, 2009, at 4:22 PM, Bernt Hansson wrote: > How does one set the nodump flag on a filesystem/directory chflags nodump file See man 1 chflags for more information. Best wishes, Svante J. Kvarnstr=F6m http://sjk.ankeborg.nu/ Mob.: +46 702 38 34 00 From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 17:18:50 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58C441065694 for ; Thu, 19 Nov 2009 17:18:50 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 21E508FC0A for ; Thu, 19 Nov 2009 17:18:49 +0000 (UTC) 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 nAJHG4ci068613; Thu, 19 Nov 2009 12:16:04 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id nAJHG4Ss068612; Thu, 19 Nov 2009 12:16:04 -0500 (EST) (envelope-from jerrymc) Date: Thu, 19 Nov 2009 12:16:04 -0500 From: Jerry McAllister To: Bernt Hansson Message-ID: <20091119171603.GD68372@gizmo.acns.msu.edu> References: <4B0562A4.5050405@bah.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B0562A4.5050405@bah.homeip.net> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 17:18:50 -0000 On Thu, Nov 19, 2009 at 04:22:12PM +0100, Bernt Hansson wrote: > Hello list. > > I've been testing backups with dump, works well BUT > -L does not work. For example > > dump -0 -a -u -L -f /mnt/dump.home.full /dev/ad0s2d > > gives an error: no such file or directory. > The .snap directory exists Is it possible that '/mnt' does not exist? ////jerry > > How does one set the nodump flag on a filesystem/directory > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 17:37:35 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75A74106566C for ; Thu, 19 Nov 2009 17:37:35 +0000 (UTC) (envelope-from sisson.j@gmail.com) Received: from mail-gx0-f218.google.com (mail-gx0-f218.google.com [209.85.217.218]) by mx1.freebsd.org (Postfix) with ESMTP id 0FB9B8FC13 for ; Thu, 19 Nov 2009 17:37:34 +0000 (UTC) Received: by gxk10 with SMTP id 10so36627gxk.3 for ; Thu, 19 Nov 2009 09:37:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=ABYLo6NIRr6mUvd8h8sCMQzKtWBn7lb1YQvJmkZApE4=; b=kgcM6JbHuoY5Hyeme/qtRSigHRtNSDHqeVJWY61L3oSRJYr/sGSmrBhv81fQTilYIv CxzEi/aDNSmYvjQWbt2njIp9udPsE0nbrAi0iXdUAnlrsKSPrj4yWbp4QCn6X7d4xD54 gJ2ggFtSja5QzHZX6LiKxfuOfHVFV085bH5KQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=gz9+5JZj7EiuBMu6tVzR7h0MsQeyvXcD31VQlfON4BXYLYbbwvWkFIQc5+iTRPBKZJ 0KrpnXqt2pqlG91Ox06mvbeRrrJvBC75GwDRBc1tBKuKs8FOvvPLVuVsERV22/3z5dYH xWo/XEg1pEQ/X915q63Qo4Ow3hSHCYUjzRv/k= MIME-Version: 1.0 Received: by 10.239.138.13 with SMTP id n13mr35708hbn.9.1258652253753; Thu, 19 Nov 2009 09:37:33 -0800 (PST) In-Reply-To: <964121.24574.qm@web24815.mail.ird.yahoo.com> References: <964121.24574.qm@web24815.mail.ird.yahoo.com> Date: Thu, 19 Nov 2009 11:37:33 -0600 Message-ID: <4297a9020911190937m14baa51dge156c6e08e291514@mail.gmail.com> From: J Sisson To: "Alexandre L." Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Question Subject: Re: FreeBSD port : audio/mpdscribble X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 17:37:35 -0000 On Thu, Nov 19, 2009 at 10:15 AM, Alexandre L. wrote: > mpdscribble: Failed to create pidfile /var/run/mpdscribble.pid: Permission > denied > Here my conf file /usr/local/etc/mpdscribble.conf : > # The location of the pid file. mpdscribble saves its process id there. > pidfile = /var/run/mpdscribble.pid > Just a shot in the dark, but can't you change the pidfile to a user-writable location in the conf file and save yourself the permissions headaches? Something like $HOME/mpdscribble.pid ? Have you tried that yet? -- Computers are like air conditioners... They quit working when you open Windows. From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 17:38:33 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DB2E106566C for ; Thu, 19 Nov 2009 17:38:33 +0000 (UTC) (envelope-from hall_monty@rastar.merseine.nu) Received: from rastar.merseine.nu (adsl-75-51-101-115.dsl.sgnwmi.sbcglobal.net [75.51.101.115]) by mx1.freebsd.org (Postfix) with ESMTP id 9DABC8FC1E for ; Thu, 19 Nov 2009 17:38:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) (uid 80) by rastar.merseine.nu with local; Thu, 19 Nov 2009 13:38:24 +0000 id 001F5D0C.4B054A50.00006C5F Received: from adsl-75-51-101-115.dsl.sgnwmi.sbcglobal.net (adsl-75-51-101-115.dsl.sgnwmi.sbcglobal.net [75.51.101.115]) by rastar.merseine.nu (Horde Framework) with HTTP; Thu, 19 Nov 2009 08:38:24 -0500 Message-ID: <20091119083824.99123z9grnhkors4@rastar.merseine.nu> X-Priority: 3 (Normal) Date: Thu, 19 Nov 2009 08:38:24 -0500 From: hall_monty@rastar.merseine.nu To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.3.5) / FreeBSD-7.2 Subject: 8-RC2 USB HDD and gjournal wiped partitions on reboot. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 17:38:33 -0000 Gjournaled USB drive partitions wiped upon reboot. After repartitioning, again the partitions erased on reboot. For now, repartitioned to reclaim data and disabled gjournal. Anybody have the same problem and how to resolve? From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 17:39:58 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A4931065695 for ; Thu, 19 Nov 2009 17:39:58 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr1.xs4all.nl (smtp-vbr1.xs4all.nl [194.109.24.21]) by mx1.freebsd.org (Postfix) with ESMTP id DDC4F8FC2A for ; Thu, 19 Nov 2009 17:39:57 +0000 (UTC) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id nAJHdtQK091691; Thu, 19 Nov 2009 18:39:56 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id C411ABABF; Thu, 19 Nov 2009 18:39:55 +0100 (CET) Date: Thu, 19 Nov 2009 18:39:55 +0100 From: Roland Smith To: n dhert Message-ID: <20091119173955.GA70521@slackbox.xs4all.nl> References: <8021a2660911190504s65a197d7r60205a648f27c187@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="huq684BweRXVnRxX" Content-Disposition: inline In-Reply-To: <8021a2660911190504s65a197d7r60205a648f27c187@mail.gmail.com> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.20 (2009-06-14) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: moving an entire system X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 17:39:58 -0000 --huq684BweRXVnRxX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 19, 2009 at 02:04:03PM +0100, n dhert wrote: > I want to move the contents of a freebsd72 system entirely to different > hardware (also Intel 64-bit), using dump/restore If you are running a custom kernel, check that all the drivers for the new hardware are in there! Or switch to the GENERIC kernel before making backup= s. > These are the filesystems now: > /dev/da0s1a 2026030 650876 1213072 35% / > /dev/da0s1e 20308398 652820 18030908 3% /tmp > /dev/da0s1f 95719170 12449998 75611640 14% /usr > /dev/da0s1d 20308398 2960282 15723446 16% /var > /dev/da1p1 2175407698 168279068 1833096016 8% /home > How should one proceed? I have an 286 Gb external USB disk formatted with= a > single > slice large enough to hold all dumps of all fileystems, mounted on /seaga= te > /dev/da2s1a 283810126 12 260463064 0% /seagate >=20 > a. put the original machine in single-user mode > b. use dump (could L be left out if machine is in single-user mode?) The L flag is used to denote a live (i.e. mounted) filesystem. So I would k= eep it, unless you can unmount the filesystem you want to dump. If you are using the -L flag there is no need to switch to single user mode. > d. target machine, plug in the external USB disk and mount it > # mkdir /seagate > # mount /dev/da2s1a /seagate Think about your filesystem (bsdlabel) sizes before you create them on the = new machine. If you want to change anything, now is the time. :-) From the look= of it you've got plenty of space, but maybe you want to make /home even bigger= by making /usr and /var smaller, or the other way around? =20 > e. restore file systems > How exactly ? is this ok for /home : > # umount /home > # /sbin/newfs /dev/da0s1g > # /sbin/mount /dev/da0s1g /mnt > # cd /mnt > # /sbin/restore rf /seagate/dumpofhome.dmp > # umount /mnt > # mount /dev/da0s1g /home That looks OK. Personally I always encrypt the partition that contains my /= home with geli(8): geli init -l 256 /dev/da0s1g geli attach /dev/da0s1g newfs -U /dev/da0s1g.eli mount /dev/da0s1g.eli /home The geli init command will ask you to supply a password. The 'geli attach' will ask for the newly chosen password before it created the encrypted device. At the next boot you will be asked for the password before /home is mounted. (Don't forget to change /etc/fstab accordingly!). In the unfortunate case that your machine is stolen, encryption protects yo= ur privacy by preventing others from reading your private data! > for /tmp, /usr and /var? I wouldn't bother with making a backup of /tmp. If your new hardware differs from the old one, you should check if to need = to adapt /boot/loader.conf, /etc/rc.conf (different network chip?) and /etc/sysctl.conf (e.g. hw.snd.default_unit if the new machine has more than one sound device). Also check if /etc/fstab is still valid. In general, che= ck all configuration files that could have an inpact. On the other hand, you might want to take the opportunity to switch to 8.0-PRERELEASE. In that cause you only have to backup your own data and the system configuration files. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --huq684BweRXVnRxX Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksFgusACgkQEnfvsMMhpyWfmQCfY5p0o0K5vfQX4kNiIwviiVir j2kAn1OFIaG3I1Lk/0B74wdlV/Kp/ZCg =0guM -----END PGP SIGNATURE----- --huq684BweRXVnRxX-- From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 18:05:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3ACBC106566B for ; Thu, 19 Nov 2009 18:05:38 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.freebsd.org (Postfix) with ESMTP id 0CA418FC19 for ; Thu, 19 Nov 2009 18:05:37 +0000 (UTC) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mail2.panix.com (Postfix) with ESMTP id 4D67F38E49 for ; Thu, 19 Nov 2009 13:05:37 -0500 (EST) Received: from teddy.fas.com (c-76-26-200-187.hsd1.sc.comcast.net [76.26.200.187]) by mailbackend.panix.com (Postfix) with ESMTP id 1CC222D33F for ; Thu, 19 Nov 2009 13:05:37 -0500 (EST) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1NBBNw-0002Dh-00 for ; Thu, 19 Nov 2009 13:05:36 -0500 Date: Thu, 19 Nov 2009 13:05:36 -0500 From: stan To: Free BSD Questions list Message-ID: <20091119180536.GA7972@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 12:48:55 up 50 days, 20:02, 1 user, load average: 0.20, 0.12, 0.03 User-Agent: Mutt/1.5.4i Sender: Stan Brown Subject: USB multi port serial converter? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 18:05:38 -0000 an anyoone rcomend a multi-port RS0232 to USB converetr> I need somthing in the range of 6 ports, and full DB25's would be nice. Obvioulsy it needs to playnice with FreebSD (7.2 STABLE). Thanks for any recomendations. -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 18:08:37 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C04C1065676 for ; Thu, 19 Nov 2009 18:08:37 +0000 (UTC) (envelope-from utf128@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id F128E8FC16 for ; Thu, 19 Nov 2009 18:08:36 +0000 (UTC) Received: by bwz5 with SMTP id 5so2868656bwz.3 for ; Thu, 19 Nov 2009 10:08:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=9EhAdUkBDJpBx2Kk4+L+kBeP2slVQlih3vYPHMsY484=; b=t7nTZtcYab/RHzPWtR/9LZH7v1FOKvI7WmsE+UROoblrF9gs/qiyqi2Hk6FlFAO+DM hWvvOAa4NUkDKNdE5Vnvha+cCW4J9VpJNV2QhC+8e5Ccs5yciocJ4jmMEDz+fsbuZ1uQ Wxffppe6WFAPuxpVL5TupiCIlJ5qBDb4Vettw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=n4c0AfUjP9M2BtKNrz7wJwNFvndMpw7ckC9Auv+rtEoVNkCyorWAMWnz/xXS7mfT4D TNckKM1SgYhrBC8+mGGYCMjmNMHVKfSuhphKThEHq+O47+0u5kzteXwhVQxd/SkGkzls xO+5QS9HUtm6dzabwhMK2C9IULUb0ivRNVStw= Received: by 10.204.32.143 with SMTP id c15mr296219bkd.130.1258654112300; Thu, 19 Nov 2009 10:08:32 -0800 (PST) Received: from ?0.0.0.0? ([78.47.150.116]) by mx.google.com with ESMTPS id 13sm219295bwz.6.2009.11.19.10.08.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 19 Nov 2009 10:08:31 -0800 (PST) Message-ID: <4B058999.20504@gmail.com> Date: Thu, 19 Nov 2009 19:08:25 +0100 From: Michael Schaefer User-Agent: Thunderbird 2.0.0.23 (X11/20091001) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: rTorrent + FreeBSD + pf = freeze? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 18:08:37 -0000 Hello everybody, I encountered same problems and am kinda glad to see I'm not alone. I use FreeBSD 7.1-RELEASE-p8 (GENERIC) on a VIA EPIA board (800MHz C3). This box for the moment does nothing but torrent. I use two instances of rtorrent. Each with an own user and in its own screen session. Let's name them A and B. A seeds around 300 torrents and B around 500 (each rtorrent instance communicates just to one specific tracker). The configuration is exactly the same, except B communicates with the track only using https (A does plain http). While A works 100% perfect an stable, B crashes the machine reproducible. When using rtorrent 0.8.3/0.12.3 this happened only about once a month. After upgrading to 0.8.4/0.12.4 the rate of crashes increased to about once a week. now i upgraded to 0.8.5/0.12.5 and cannot even start instance B without crashing the machine immediately just several minutes after I started it. Sometimes it somehow "survives" the starting procedure (where actually all seeding torrents are registered at the tracker at more or less the same time) but then it takes about 10min - 2 hours after the hole systems crashes again. Like I mentioned: instance B works perfectly without any problems. I'm pretty sure I encountered the problem also (even not the heavily) during times instance B was only seeding about 300 torrents... For me the system simply reboots and doesn't freeze. The logs are clear and show no advice concerning the problem. It's not a matter of hardware since I changed the board (which included CPU, RAM, NIC,...) and also the hard disc month ago. Also a heat problem can be excluded. Any clou about all that? btw: I don't use PF at all... regards - Michael On Wed, 21 Oct 2009, cpghost wrote: > > Hi, > > could a resource leak or bug in pf(4) crash a RELENG_7 router (as of > Oct 6th)? > > I'm experiencing frequent crashes on my soekris net4801 home router > for some months now, and I'm wondering if it could be some kind of > pf-related bug similar to this on OpenBSD: > > http://www.mail-archive.com/misc@openbsd.org/msg58042.html > > More precisely, when I fire up rtorrent-devel on some *other* machine > (not the router!), everything runs fine at first. It could also run > very fine for many days. BUT should I start a torrent with a large > number of seeders which could saturate my link for an extended period > of time, the soekris router would suddenly freeze... but not > immediately: more like a few hours (3 to 6) or so of relatively heavy > traffic. Only a hard reboot of the router would help. Please note > that rtorrent is NOT running on the router, only its traffic is being > redirected through the router. > > So I'm suspecting some bug / resource leak in pf that would bring the > kernel down somehow. What kind of resources should I monitor (and > how)? Maybe that could bring some clues? > > Oh, before anybody asks: I have no crashdumps, the router freezes > totally without panicking. And it doesn't recover automatically even > after many hours. > > Any ideas? > > Thanks, -cpghost. From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 19:11:48 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2C81106566C for ; Thu, 19 Nov 2009 19:11:48 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-136.bluehost.com (outbound-mail-136.bluehost.com [67.222.39.26]) by mx1.freebsd.org (Postfix) with SMTP id 6E8BD8FC17 for ; Thu, 19 Nov 2009 19:11:48 +0000 (UTC) Received: (qmail 13433 invoked by uid 0); 19 Nov 2009 19:11:48 -0000 Received: from unknown (HELO box543.bluehost.com) (74.220.219.143) by outboundproxy4.bluehost.com with SMTP; 19 Nov 2009 19:11:47 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=apotheon.com; h=Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To:References:Mime-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent:X-Identified-User; b=AW9qCDcmWx51ENBNYJA84eP2MmhHhXoymNl0Xxqlq0P7Zr72848k4exC2dhNDWBEGuzymeWpCdEAEREWcJfI1GaUqwKr5blCLJm3yR5IoMBa2HvbwnCEcUPXMWAfHW9I; Received: from c-24-8-180-234.hsd1.co.comcast.net ([24.8.180.234] helo=kukaburra.hydra) by box543.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1NBCPz-00019m-HY; Thu, 19 Nov 2009 12:11:47 -0700 Received: by kukaburra.hydra (sSMTP sendmail emulation); Thu, 19 Nov 2009 12:05:07 -0700 Date: Thu, 19 Nov 2009 12:05:07 -0700 From: Chad Perrin To: Thomas Adam Message-ID: <20091119190507.GA26507@guilt.hydra> Mail-Followup-To: Thomas Adam , FreeBSD Questions References: <20091119070623.GB18533@guilt.hydra> <18071eea0911190022o6651d767l6cbbb5a14ac07166@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J2SCkAp4GZ/dPZZf" Content-Disposition: inline In-Reply-To: <18071eea0911190022o6651d767l6cbbb5a14ac07166@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Identified-User: {2737:box543.bluehost.com:apotheon:apotheon.org} {sentby:smtp auth 24.8.180.234 authed with ren@apotheon.org} Cc: FreeBSD Questions Subject: Re: GUI for file permissions management X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 19:11:48 -0000 --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 19, 2009 at 08:22:17AM +0000, Thomas Adam wrote: > 2009/11/19 Chad Perrin : > > Someone asked me recently whether a GUI for file permissions management >=20 > Anything like: mc, worker, rox, etc? Those are all filesystem browsers/managers -- right? I've already told the person who asked that many such applications have that kind of functionality. In my initial question to this list, I said: > > I know that some filesystem browser applications like Nautilus > > provide at least some of that kind of functionality, but wondered if > > there was a somewhat simple, stand-alone GUI that covered that kind > > of thing out there. Do you know if there's anything like *that* available, rather than an entire filesystem browser/manager application that just happens to also have a way to change permissions on files and directories? Also . . . do any of the applications you mentioned provide a way to manage things like umasks or home directory default permissions? In my original post to this list, I had also mentioned that sort of thing: > > login.conf or adduser.conf configuration =2E . . though I'm not holding my breath on that. I rather suspect managing umasks in login.conf and user directory default permissions in adduser.conf is not something anyone has bothered to incorporate in a GUI interface. --=20 Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ] --J2SCkAp4GZ/dPZZf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksFluMACgkQ9mn/Pj01uKWbNgCffOg6hzmmaB3+WQzWN8GH4iVs OVgAoK5ZQbplpoObNsL0pNp7Su9M5LSj =/0ZE -----END PGP SIGNATURE----- --J2SCkAp4GZ/dPZZf-- From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 19:23:54 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E72B9106566C for ; Thu, 19 Nov 2009 19:23:54 +0000 (UTC) (envelope-from thomas.adam22@gmail.com) Received: from gv-out-0910.google.com (gv-out-0910.google.com [216.239.58.190]) by mx1.freebsd.org (Postfix) with ESMTP id 7A7B98FC1C for ; Thu, 19 Nov 2009 19:23:54 +0000 (UTC) Received: by gv-out-0910.google.com with SMTP id p33so460043gvf.39 for ; Thu, 19 Nov 2009 11:23:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=LfMGMiQgLU/AEK2HXCN4mf6bQ43qP3i2srOYJtgtkGk=; b=RgC2xtfP6aVKB9l4TLEchsX3nm7ws16hDfps2qiQF5lMMXrhpwnIv7r3ZCGnP5311K qp8pDSx3FhqGKD+4SSfAwYhaNnv0FNh8oGDeYztqr6OS5rfCbIvnjS6Tx1ceX7nd9mf/ QJGVzy7eZpY8dzHVqatrw456xyEIxZHRlCSK0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=WC3+eBkmhRFQQX2xmmzlLQEEkjLop3NaCN2R+5ufSLa7Z7n5QzUDb0ntHbO44Omv3O jHMv6CmGcChx55LlvMnECjqFR6oRec5xqgr8iHtsJPBNRqU3tkz/+4WKYsCvK7CREVax sdfEaYDDfJsnBbpsXmf6JGvRf9fIysXnN2V7Y= MIME-Version: 1.0 Received: by 10.216.89.205 with SMTP id c55mr105988wef.186.1258658633075; Thu, 19 Nov 2009 11:23:53 -0800 (PST) In-Reply-To: <20091119190507.GA26507@guilt.hydra> References: <20091119070623.GB18533@guilt.hydra> <18071eea0911190022o6651d767l6cbbb5a14ac07166@mail.gmail.com> <20091119190507.GA26507@guilt.hydra> From: Thomas Adam Date: Thu, 19 Nov 2009 19:23:33 +0000 Message-ID: <18071eea0911191123sdee2958ve7fafea5d2912dd0@mail.gmail.com> To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: perrin@apotheon.com Subject: Re: GUI for file permissions management X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 19:23:55 -0000 2009/11/19 Chad Perrin : > Those are all filesystem browsers/managers -- right? =A0I've already told > the person who asked that many such applications have that kind of > functionality. =A0In my initial question to this list, I said: I know what you mentioned -- unfortunately you're only going to find what you want as *part* of something much larger -- in this case a file manager. And in the examples I gave, those are considered light-weight, especially midnight commander. > Do you know if there's anything like *that* available, rather than an > entire filesystem browser/manager application that just happens to also > have a way to change permissions on files and directories? See above. I have never come across anything standalone, and at this point, given your somewhat unique requirements, you might be better off writing one yourself perhaps in Tk or something. :) > Also . . . do any of the applications you mentioned provide a way to > manage things like umasks or home directory default permissions? =A0In my > original post to this list, I had also mentioned that sort of thing: This would be more beneficial as a shell setting -- changing one's umask at the drop of a hat is almost always the wrong thing to do. >> > =A0login.conf or adduser.conf configuration > > . . . though I'm not holding my breath on that. =A0I rather suspect > managing umasks in login.conf and user directory default permissions in > adduser.conf is not something anyone has bothered to incorporate in a GUI > interface. Correct, see above. It's not something one would interactively change. especially as it's a shell setting -- so this GUI app would have a hard time enforcing it (c.f. interactive shell instances already open.) Kindly, -- Thomas Adam From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 19:31:58 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3115A106566B for ; Thu, 19 Nov 2009 19:31:58 +0000 (UTC) (envelope-from perrin@apotheon.com) Received: from outbound-mail-40.bluehost.com (outbound-mail-40.bluehost.com [69.89.20.194]) by mx1.freebsd.org (Postfix) with SMTP id F30FC8FC22 for ; Thu, 19 Nov 2009 19:31:57 +0000 (UTC) Received: (qmail 13580 invoked by uid 0); 19 Nov 2009 19:31:57 -0000 Received: from unknown (HELO box543.bluehost.com) (74.220.219.143) by outboundproxy2.bluehost.com with SMTP; 19 Nov 2009 19:31:57 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=apotheon.com; h=Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To:References:Mime-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent:X-Identified-User; b=ip2YSZlLCW6HnZAJH7579awgGV4mEZCV4mBb9HZ6wfBy6JyahtO2jMvFPCtHslx9jXaAFku3lUyWpezK0PtbD4MxYm3DkvfMmQ3Y+U8OjyIcYIUaunR9xv/tZsi13kDc; Received: from c-24-8-180-234.hsd1.co.comcast.net ([24.8.180.234] helo=kukaburra.hydra) by box543.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1NBCjV-0000Cf-4n; Thu, 19 Nov 2009 12:31:57 -0700 Received: by kukaburra.hydra (sSMTP sendmail emulation); Thu, 19 Nov 2009 12:25:16 -0700 Date: Thu, 19 Nov 2009 12:25:16 -0700 From: Chad Perrin To: Thomas Adam Message-ID: <20091119192516.GA26901@guilt.hydra> Mail-Followup-To: Thomas Adam , FreeBSD Questions References: <20091119070623.GB18533@guilt.hydra> <18071eea0911190022o6651d767l6cbbb5a14ac07166@mail.gmail.com> <20091119190507.GA26507@guilt.hydra> <18071eea0911191123sdee2958ve7fafea5d2912dd0@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/04w6evG8XlLl3ft" Content-Disposition: inline In-Reply-To: <18071eea0911191123sdee2958ve7fafea5d2912dd0@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Identified-User: {2737:box543.bluehost.com:apotheon:apotheon.org} {sentby:smtp auth 24.8.180.234 authed with ren@apotheon.org} Cc: FreeBSD Questions Subject: Re: GUI for file permissions management X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 19:31:58 -0000 --/04w6evG8XlLl3ft Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 19, 2009 at 07:23:33PM +0000, Thomas Adam wrote: > 2009/11/19 Chad Perrin : > > Those are all filesystem browsers/managers -- right? =A0I've already to= ld > > the person who asked that many such applications have that kind of > > functionality. =A0In my initial question to this list, I said: >=20 > I know what you mentioned -- unfortunately you're only going to find > what you want as *part* of something much larger -- in this case a > file manager. And in the examples I gave, those are considered > light-weight, especially midnight commander. >=20 > > Do you know if there's anything like *that* available, rather than an > > entire filesystem browser/manager application that just happens to also > > have a way to change permissions on files and directories? >=20 > See above. I have never come across anything standalone, and at this > point, given your somewhat unique requirements, you might be better > off writing one yourself perhaps in Tk or something. :) I was afraid that might be the case. I guess the filesystem browser approach and the desktop environment approach are the only options available to the person who asked the question, then -- at least unless and until I develop the urge to write a permissions management GUI that I'll probably never use myself. Thanks for confirming my suspicions. >=20 > > Also . . . do any of the applications you mentioned provide a way to > > manage things like umasks or home directory default permissions? =A0In = my > > original post to this list, I had also mentioned that sort of thing: >=20 > This would be more beneficial as a shell setting -- changing one's > umask at the drop of a hat is almost always the wrong thing to do. It's not so much for the purpose of being able to change it at the drop of a hat that the person asked me about this, I think. He just wants to be able to do everything without ever having to touch a configuration file directly. While I think that's probably the wrong way to do it, some people just refuse to take a different approach, and I still feel the urge to try to be helpful when someone asks how he can do something. >=20 > >> > =A0login.conf or adduser.conf configuration > > > > . . . though I'm not holding my breath on that. =A0I rather suspect > > managing umasks in login.conf and user directory default permissions in > > adduser.conf is not something anyone has bothered to incorporate in a G= UI > > interface. >=20 > Correct, see above. It's not something one would interactively > change. especially as it's a shell setting -- so this GUI app would > have a hard time enforcing it (c.f. interactive shell instances > already open.) I don't think he cares as much about *enforcing* it as about setting defaults that can be overridden on a case-by-case basis, rather than having to override a default he doesn't want in almost every case. Anyway . . . thanks again for the responses. I'll just add some confirmation of my suspicion that nothing like what I asked about exists to my repertoire of knowledge. --=20 Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ] --/04w6evG8XlLl3ft Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEARECAAYFAksFm5wACgkQ9mn/Pj01uKVpEwCgiuX/pRZ8f6md0nPwzNeeTO2b rF0An013mUIwMMUiDvqSbbiSHiBRuznA =49F7 -----END PGP SIGNATURE----- --/04w6evG8XlLl3ft-- From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 20:15:01 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11E2D1065676; Thu, 19 Nov 2009 20:15:01 +0000 (UTC) (envelope-from nelgmj@verizon.net) Received: from vms173013pub.verizon.net (vms173013pub.verizon.net [206.46.173.13]) by mx1.freebsd.org (Postfix) with ESMTP id E5D0F8FC14; Thu, 19 Nov 2009 20:15:00 +0000 (UTC) Received: from [192.168.2.100] ([141.152.71.136]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KTD007O5HKBVH90@vms173013.mailsrvcs.net>; Thu, 19 Nov 2009 14:14:35 -0600 (CST) In-reply-to: <4B0575A0.707@FreeBSD.org> References: <0c5bf2a922ecbc1096da03be5670e3e1@verizon.net> <4B0575A0.707@FreeBSD.org> MIME-version: 1.0 (Apple Message framework v624) Content-type: text/plain; charset=US-ASCII; format=flowed Message-id: <6b6f6c5e02e38af4ded7a3884301c1ac@verizon.net> Content-transfer-encoding: 7bit From: Glen Johnson Date: Thu, 19 Nov 2009 15:15:27 -0500 To: glarkin@FreeBSD.org X-Mailer: Apple Mail (2.624) Cc: freebsd-questions@freebsd.org Subject: Re: Apache22 + Subversion 1.6.6 = No go. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 20:15:01 -0000 On Nov 19, 2009, at 11:43 AM, Greg Larkin wrote: > > Glen Johnson wrote: >> FreeBSD-questions, >> I am attempting to use FreeBSD as my Subversion server. I have >> Subversion working, and I have Apache working. However when I try to >> use http:/my_server/svn/my_project I get: >> >> > xmlns:C="svn:"> >> >> >> Could not open the requested SVN filesystem >> >> >> >> 1 I tried chmod -R 777 /home/svn/repos. >> 2 I tried recompiling apache, db, and subversion. >> 3 I looked at /var/log/http-error.log (partial list below) >> [Thu Nov 19 09:35:52 2009] [notice] Graceful restart requested, doing >> restart >> [Thu Nov 19 09:35:53 2009] [notice] Digest: generating secret for >> digest >> authentication ... >> [Thu Nov 19 09:35:53 2009] [notice] Digest: done >> [Thu Nov 19 09:35:54 2009] [notice] Apache/2.2.13 (FreeBSD) >> mod_ssl/2.2.13 OpenSSL/0.9.8e DAV/2 SVN/1.6.6 configured -- resuming >> normal operations >> [Thu Nov 19 09:36:10 2009] [error] [client 192.168.2.12] >> (20014)Internal >> error: Can't open file '/usr/home/svn/repos/default/format': No such >> file or directory >> [Thu Nov 19 09:36:10 2009] [error] [client 192.168.2.12] Could not >> fetch >> resource information. [500, #0] >> [Thu Nov 19 09:36:10 2009] [error] [client 192.168.2.12] Could not >> open >> the requested SVN filesystem [500, #2] >> >> >> What am I missing? >> Thank you, >> Glen > > Hi Glen, > > Please post the relevant bits from your httpd.conf where you set up the > SVNPath, etc. It looks like maybe the SVNPath directive is pointing to > the wrong place. > Thanks for your reply. I currently have this info in /usr/local/etc/apache22/Includes/svn.conf. Apache22 loads all the conf files in this directory when httpd.conf is loaded. DAV svn SVNParentPath /usr/home/svn/repos SVNListParentPath on SVNPathAuthz off SVNIndexXSLT "/data-dist/svnindex.xsl" # anonymous first Satisfy Any Require valid-user # authenticating them valid ones AuthType Basic AuthName "Subversion Repositories" AuthUserFile /usr/home/svn/access/users From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 21:05:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45203106566B for ; Thu, 19 Nov 2009 21:05:13 +0000 (UTC) (envelope-from axelbsd@ymail.com) Received: from web24809.mail.ird.yahoo.com (web24809.mail.ird.yahoo.com [212.82.110.43]) by mx1.freebsd.org (Postfix) with SMTP id A40938FC16 for ; Thu, 19 Nov 2009 21:05:12 +0000 (UTC) Received: (qmail 28968 invoked by uid 60001); 19 Nov 2009 21:05:11 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ymail.com; s=s1024; t=1258664711; bh=eoUMyggkADSkrKZduO8Opdq8wG2jdHgncqDYUPqhVMk=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding; b=2R8YoTS+M1oqZgtA6IN70njE8Gj1Zk0OWE+aKRz+KAyHTjZsNODoAineDfx1ewkReg+ivLGhPwlJ0Scx0eTq8wMM5mPRSuHvCOjEQ/SixKU4pJ1ontD1HZoZTl0/17recs1fD1qurogFLTLgTGKDk3GlxvpSMXuqPNbDYtpqKp0= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=ymail.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding; b=XPsHCHt2B+yAEhnMCoNeaM8FQahmcrhdpU/uYd5/VoGhUqqxkPgdmXL6dcDKbG+exUyek3X1pQDiKeFiW+t/4LftcvjFn8cDsleyJSfZwQjAIy019sgHmXdHZpdjTjgEAg2GrD4GRuTO3P+9W5MOXRXJ8CBO0MJNLtrslrJUboc=; Message-ID: <469980.28607.qm@web24809.mail.ird.yahoo.com> X-YMail-OSG: jPtlthwVM1n0Z76KwOgLiEckHzIkMY5tudOulW5fuTbYCjQnWPM26V2blrKts.5g2DrcoHjlaNPkSAlLNfvip7uDFhsPJ_Nx9OnweBsdjxh2iwCGxlqLL10.W3xj2AUDeufEyPblCXsRdtTiwmhp6X5sZ7_fOnlw_xOCLfSsJjlkPB94aoWQIVBN17z1P2pP_s.sZIyHyu7jz4ZVsuklObXa757bYmR55grjBbGcgssKYqmB6jwXMLpNi3eguQnpOIB3yh3iBHIqnh0CVbaBs2O3zSDzb3n8KICK8Q-- Received: from [82.243.40.23] by web24809.mail.ird.yahoo.com via HTTP; Thu, 19 Nov 2009 21:05:11 GMT X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.7.347.3 Date: Thu, 19 Nov 2009 21:05:11 +0000 (GMT) From: "Alexandre L." To: J Sisson MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Question Subject: Re: FreeBSD port : audio/mpdscribble X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 21:05:13 -0000 Thanks, I can start mpdscribble with my user account (that is in 'wheel' an= d 'operator' groups') if I set in the conf file the location of the pidfile= in my homedir.=0A=0ABut if I start mpdscribble with the /etc/rc.conf (at s= tartup), I get the error message though this change. =0AWhich user is used = to lauch script set in the /etc/rc.conf file ?=0A=0AThe goal is to launch m= pdscribble at startup.=0A=0A--- En date de=A0: Jeu 19.11.09, J Sisson a =E9crit=A0:=0A=0A> De: J Sisson =0A> = Objet: Re: FreeBSD port : audio/mpdscribble=0A> =C0: "Alexandre L." =0A> Cc: "FreeBSD Question" =0A>= Date: Jeudi 19 Novembre 2009, 17h37=0A> On Thu, Nov 19, 2009 at 10:15 AM,= =0A> Alexandre L. =0A> wrote:=0A> =0A> > mpdscribble: Fa= iled to create pidfile=0A> /var/run/mpdscribble.pid: Permission=0A> > denie= d=0A> > Here my conf file /usr/local/etc/mpdscribble.conf :=0A> > # The loc= ation of the pid file.=A0 mpdscribble=0A> saves its process id there.=0A> >= pidfile =3D /var/run/mpdscribble.pid=0A> >=0A> =0A> Just a shot in the dar= k, but can't you change the pidfile=0A> to a user-writable=0A> location in = the conf file and save yourself the permissions=0A> headaches?=0A> Somethin= g like $HOME/mpdscribble.pid ?=A0 Have you tried=0A> that yet?=0A> =0A> -- = =0A> Computers are like air conditioners...=0A> They quit working when you = open Windows.=0A> _______________________________________________=0A> freeb= sd-questions@freebsd.org=0A> mailing list=0A> http://lists.freebsd.org/mail= man/listinfo/freebsd-questions=0A> To unsubscribe, send any mail to "freebs= d-questions-unsubscribe@freebsd.org"=0A>=0A=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 21:05:29 2009 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 64E0B106566C for ; Thu, 19 Nov 2009 21:05:29 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 3D83F8FC13 for ; Thu, 19 Nov 2009 21:05:29 +0000 (UTC) Received: by pwj15 with SMTP id 15so1803973pwj.3 for ; Thu, 19 Nov 2009 13:05:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=IUEoQ/npEODbZQvVwzJR/WNl6Tg2IskEed6RRn4pDV4=; b=qOE0cHTf8vdDmeBxWi9UOCWlfn+m8xG4xpiiLD7kF/tg55JdEcOSST9HFU+5JlW/YZ 6QUOOqWbHu57mfOOZXnOi0LTrlcT3RyHejqpvt250aXTZ4l2f+kfz5F6okqY2znPlI60 8Ox9Q+2BCJS29M/qKOgC8eW+o2JSyJ52w8JQY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=lsm/2Y+9qb3xsZPNhEOheqjZ+xyGC+iFSGSdHXUe8tC26cDRfkk0QFuzhUYBoqGE4H CtkGMy4pCKgKwFQz8h81DBMmlldhHpPPGxeScCpodpZPM3BDGtmM58dui/3R6fTlk6tM uaH0+jwI39+m43DLV3Y/qn/JdrC1U4fjUs8zM= MIME-Version: 1.0 Received: by 10.143.27.31 with SMTP id e31mr54178wfj.173.1258664725686; Thu, 19 Nov 2009 13:05:25 -0800 (PST) Date: Thu, 19 Nov 2009 21:05:25 +0000 Message-ID: <11167f520911191305i87d2215l71665d595153f51a@mail.gmail.com> From: "Sam Fourman Jr." To: FreeBSD Questions , Gnome at FreeBSD List Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Native Firefox 3.5 and Flash10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 21:05:29 -0000 I am running a Fresh install of amd64 FreeBSD 8.0 RC3 when running firefox It locks up for a moment then is fine then when I load a new page it locks up again. here is the error I get in the console when running native firefox 3.5 what do I have to rebuild inorder to fix this? Sam Fourman Jr. [sfourman@Sam ~]$ firefox3 Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory *** NSPlugin Wrapper *** ERROR: NPP_New() wait for reply: Message timeout Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory Sam# uname -a FreeBSD Sam.PuffyBSD.Com 8.0-RC3 FreeBSD 8.0-RC3 #0: Wed Nov 18 22:22:44 UTC 2009 root@:/usr/obj/usr/src/sys/WORKSTATION amd64 Sam# pkg_info -xI linux linux-f10-atk-1.24.0 Accessibility Toolkit, Linux/i386 binary (Linux Fedora 10) linux-f10-cairo-1.8.0 Vector graphics library Cairo (Linux Fedora 10) linux-f10-curl-7.19.6 The command line tool for transferring files with URL synta linux-f10-cyrus-sasl2-2.1.22 RFC 2222 SASL (Simple Authentication and Security Layer) (L linux-f10-expat-2.0.1 Linux/i386 binary port of Expat XML-parsing library (Linux linux-f10-flashplugin-10.0r32 Adobe Flash Player NPAPI Plugin linux-f10-fontconfig-2.6.0 An XML-based font configuration API for X Windows (Linux Fe linux-f10-gtk2-2.14.7 GTK+ library, version 2.X (Linux Fedora 10) linux-f10-hicolor-icon-theme-0.5 A high-color icon theme shell from the FreeDesktop project linux-f10-jpeg-6b RPM of the JPEG lib (Linux Fedora 10) linux-f10-libssh2-0.18 The library implementing the SSH2 protocol (Linux Fedora 10 linux-f10-nspr-4.7.6 Netscape Portable Runtime (Linux Fedora 10) linux-f10-nss-3.12.2.0 Network Security Services (Linux Fedora 10) linux-f10-openldap-2.4.12_1 Lightweight Directory Access Protocol libraries (Linux Fedo linux-f10-openssl-0.9.8g The OpenSSL toolkit (Linux Fedora 10) linux-f10-pango-1.22.3 The pango library (Linux Fedora 10) linux-f10-png-1.2.37 RPM of the PNG lib (Linux Fedora 10) linux-f10-sqlite3-3.5.9_1 The library that implements an embeddable SQL database engi linux-f10-tiff-3.8.2 The TIFF library, Linux/i386 binary (Linux Fedora 10) linux-f10-xorg-libs-7.4_1 Xorg libraries (Linux Fedora 10) linux-firefox-3.0.15,1 Web browser based on the browser portion of Mozilla linux_base-f10-10_2 Base set of packages needed in Linux mode for i386/amd64 (L From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 21:32:46 2009 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 A0CFD106566B for ; Thu, 19 Nov 2009 21:32:46 +0000 (UTC) (envelope-from mwlucas@bewilderbeast.blackhelicopters.org) Received: from bewilderbeast.blackhelicopters.org (bewilderbeast.blackhelicopters.org [198.22.63.8]) by mx1.freebsd.org (Postfix) with ESMTP id 634798FC14 for ; Thu, 19 Nov 2009 21:32:46 +0000 (UTC) Received: from bewilderbeast.blackhelicopters.org (localhost [127.0.0.1]) by bewilderbeast.blackhelicopters.org (8.14.3/8.14.3) with ESMTP id nAJLITVu086864 for ; Thu, 19 Nov 2009 16:18:29 -0500 (EST) (envelope-from mwlucas@bewilderbeast.blackhelicopters.org) Received: (from mwlucas@localhost) by bewilderbeast.blackhelicopters.org (8.14.3/8.14.3/Submit) id nAJLITi4086863 for questions@freebsd.org; Thu, 19 Nov 2009 16:18:29 -0500 (EST) (envelope-from mwlucas) Date: Thu, 19 Nov 2009 16:18:29 -0500 From: "Michael W. Lucas" To: questions@freebsd.org Message-ID: <20091119211829.GA86841@bewilderbeast.blackhelicopters.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (bewilderbeast.blackhelicopters.org [127.0.0.1]); Thu, 19 Nov 2009 16:18:29 -0500 (EST) Cc: Subject: diskless problem: Lookup of /dev for devfs, error: 13 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 21:32:46 -0000 Hi, I'm attempting to run a diskless 8.0 i386 workstation on VMWare, using an OpenSolaris box as a file store. I get PXE, the kernel loads, but when we try to remount the filesystem I get: ... NFS ROOT: XXX.XXX.XXX.XXX:/storage1/vm/netflow Lookup of /dev for devfs, error 13 exec /sbin/init: error 13 exec /sbin/oinit: error 13 exec /sbin/init.bak: error 13 exec /rescue/inet: error 13 exec /stand/sysinstall: error 13 init: not found in path ... At first glance, it would appear that /dev is missing. I've never seen this happen before diskless systems, though, and I can't find any other references to this. I know that other people have PXE-booted FreeBSD on VMWare, however. Anyone have any suggestions on what to check? Thanks, ==ml -- Michael W. Lucas mwlucas@BlackHelicopters.org http://www.MichaelWLucas.com/ Latest book: Cisco Routers for the Desperate, 2nd Edition http://www.CiscoRoutersForTheDesperate.com/ From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 21:55:15 2009 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 8F31E106566C for ; Thu, 19 Nov 2009 21:55:15 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pz0-f185.google.com (mail-pz0-f185.google.com [209.85.222.185]) by mx1.freebsd.org (Postfix) with ESMTP id 62FF98FC17 for ; Thu, 19 Nov 2009 21:55:15 +0000 (UTC) Received: by pzk15 with SMTP id 15so1837381pzk.3 for ; Thu, 19 Nov 2009 13:55:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=+WuLGena5rGHsUvGPx6BzpevJA5pHyb80LFtxTNfuWk=; b=d8woQlk80d/YwMW63Nt5d6ItDJrahCB7eMZQmla/FOphEsj75XOyzcUqIvp2oP1OJ3 sVzE3xOrblCe/OiVz+lcwx1yXTFPZy7okM+54NVlweY4Ytdd1FTEpk7NPXgfpktRkyjE 10objV0bhRJgb8THIxF/A33h9BzKK0sNI7prI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=mTptaIKWLYFzi0ibdLjdBR7J0LOUwak487oyIaRV4ICRn8QBp2+0N8tqe4Q0umbRNj FIB5ZMrAw2XAo7z+jtRGBd6W5r3/SPzULrbv7foNmIohfkyOZTdo+InpoQ90V6xfBG63 xYzygWAcezqUoW8DNLoYkbcWOhX5NosZPEyIQ= MIME-Version: 1.0 Received: by 10.142.248.41 with SMTP id v41mr54005wfh.284.1258667715014; Thu, 19 Nov 2009 13:55:15 -0800 (PST) In-Reply-To: <20091119211829.GA86841@bewilderbeast.blackhelicopters.org> References: <20091119211829.GA86841@bewilderbeast.blackhelicopters.org> Date: Thu, 19 Nov 2009 15:55:14 -0600 Message-ID: <6201873e0911191355l6c872cfat235e16b4184b02fd@mail.gmail.com> From: Adam Vande More To: "Michael W. Lucas" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: diskless problem: Lookup of /dev for devfs, error: 13 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 21:55:15 -0000 On Thu, Nov 19, 2009 at 3:18 PM, Michael W. Lucas < mwlucas@blackhelicopters.org> wrote: > > Hi, > > I'm attempting to run a diskless 8.0 i386 workstation on VMWare, using > an OpenSolaris box as a file store. I get PXE, the kernel loads, but > when we try to remount the filesystem I get: > > ... > NFS ROOT: XXX.XXX.XXX.XXX:/storage1/vm/netflow > Lookup of /dev for devfs, error 13 > exec /sbin/init: error 13 > exec /sbin/oinit: error 13 > exec /sbin/init.bak: error 13 > exec /rescue/inet: error 13 > exec /stand/sysinstall: error 13 > init: not found in path > ... > > At first glance, it would appear that /dev is missing. I've never > seen this happen before diskless systems, though, and I can't find any > other references to this. I know that other people have PXE-booted > FreeBSD on VMWare, however. > > Anyone have any suggestions on what to check? > > Thanks, > > I think you were following the same aged howto I was. Whatever config file /stand/sysinstall and friends is located in needs to be edited and have those references removed. That's about as far as I got when playing around a few ago. -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 22:05:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E93D106568D for ; Thu, 19 Nov 2009 22:05:05 +0000 (UTC) (envelope-from mahlerrd@yahoo.com) Received: from web51011.mail.re2.yahoo.com (web51011.mail.re2.yahoo.com [206.190.39.154]) by mx1.freebsd.org (Postfix) with SMTP id CA8328FC15 for ; Thu, 19 Nov 2009 22:05:04 +0000 (UTC) Received: (qmail 97771 invoked by uid 60001); 19 Nov 2009 22:05:02 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1258668302; bh=Agw7+ZL0r2001h3Lh5pwuYey2k4cVRJdFWIAkVdckDE=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=NSF6t2DhORpGJt+INWhTsRQg1iQu6y2UQAdNhcMj+19wgxNWS/99RxI3KGwce4UySEInKP8520Om526WoT5SGtniYrJB74FcEBlsGbJt8q5fp+MHHMh5usp/gx6JBB7IjFu6emlPVbZh0nYE+bVDt/XkYLljvo2agTKeSZ6dbNM= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Mwcdic39+SJND7XkUuTijRwYTBF9sF0zU/NkAK0N3OJ6DsMNaWswFM456stNwRGJcdT+XE9mzlL9NwxZY8XmLFcOB7NuFTWAOfgRZPG3wIkzdu3yKuwKACAGZmhWwBHLxWI8qVvNQ9qc0pYbAy/Q8wt0BCq4yg984nASs1AbxZA=; Message-ID: <75307.92894.qm@web51011.mail.re2.yahoo.com> X-YMail-OSG: _5q4oAAVM1mFIv5ZgzV2JOxqEdjSJz_FXAYeQdvIP_5o0h24Qjfh_Is.TW8W4gSeaMc9is_JV1Zm.4b905mSYMsKvgi3sFKfnhwSsQCSMMWF0wqMYXUeykTsZ7lh9x7xIkZ0CN6.rSANcfJyPmrVAPRPevq8CUtTuYUUhos1Fl3c3X9_sNfeoOlLwLQQYfd4bIzuTbJm7Ln5DkqynMrB99oZIi.kCL_ATsq1cY12E93Z.KHtg4837NIHmORXgBUV8_UbF3u9OE7cnm8rvl36noleqy9Wov5UuBkLWgH29Dx_8McUQYHhrLmdNXmdjrw_rEp8sbq.tecj2IdSbIdvpD1Lx.i1hWs_BVzr0TMBYE4izM4B.0ok936VRw-- Received: from [74.40.57.42] by web51011.mail.re2.yahoo.com via HTTP; Thu, 19 Nov 2009 14:05:01 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.8.100.260964 Date: Thu, 19 Nov 2009 14:05:01 -0800 (PST) From: Richard Mahlerwein To: FreeBSD-Questions In-Reply-To: <6b6f6c5e02e38af4ded7a3884301c1ac@verizon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Apache22 + Subversion 1.6.6 = No go. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mahlerrd@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 22:05:05 -0000 =0A=0A--- On Thu, 11/19/09, Glen Johnson wrote:=0A=0A>= >> 1 I tried chmod -R 777 /home/svn/repos.=0A> >> normal operations=0A> >>= [Thu Nov 19 09:36:10 2009] [error] [client=0A> 192.168.2.12] (20014)Intern= al=0A> >> error: Can't open file=0A> '/usr/home/svn/repos/default/format': = No such=0A> >> file or directory=0A> >> [Thu Nov 19 09:36:10 2009] [error] = [client=0A> 192.168.2.12] Could not fetch=0A> >> resource information.=A0 [= 500, #0]=0A> >> [Thu Nov 19 09:36:10 2009] [error] [client=0A> 192.168.2.12= ] Could not open=0A> >> the requested SVN filesystem=A0 [500, #2]=0A=0A> > = Please post the relevant bits from your httpd.conf=0A> where you set up the= =0A> > SVNPath, etc.=A0 It looks like maybe the SVNPath=0A> directive is po= inting to=0A> > the wrong place.=0A> > =0A> Thanks for your reply.=A0 I cur= rently have this info in=0A> /usr/local/etc/apache22/Includes/svn.conf.=A0 = Apache22=0A> loads all the conf files in this directory when httpd.conf=0A>= is loaded.=0A> =0A> =A0 =A0 =A0 =A0 DAV svn=0A> =A0 =A0 =A0= =A0 SVNParentPath /usr/home/svn/repos=0A> =A0 =A0 =A0 =A0 SVNListParentPat= h on=0A> =A0 =A0 =A0 =A0 SVNPathAuthz off=0A> =A0 =A0 =A0 =A0 SVNIndexXSLT = "/data-dist/svnindex.xsl"=0A> =0A> =A0 =A0 =A0 =A0 # anonymous first=0A> = =A0 =A0 =A0 =A0 Satisfy Any=0A> =A0 =A0 =A0 =A0 Require valid-user=0A> =0A>= =A0 =A0 =A0 =A0 # authenticating them valid ones=0A> =A0 =A0 =A0 =A0 AuthT= ype Basic=0A> =A0 =A0 =A0 =A0 AuthName "Subversion Repositories"=0A> =A0 = =A0 =A0 =A0 AuthUserFile /usr/home/svn/access/users=0A> =0A=0AHe= re's one of mine that I think I've minimally modded to fit your paths. Cou= ld you try dropping that into place and see if it fails? That would at lea= st cut down the places it may go wrong (e.g. SVNParentPath...). You'll nee= d to htpasswd a new user into the "new" AuthUserFile. Then try the /test a= nd see what happens.=0A=0A=0A DAV svn=0A SVNP= ath /usr/home/svn/repos/=0A AuthType Basic=0A = AuthName "Documentation Repository"=0A AuthUserFile /usr/home= /svn/access/users.new=0A=0A =0A Require valid-user=0A =0A=0A= =0A-Rich=0A=0A=0A From owner-freebsd-questions@FreeBSD.ORG Thu Nov 19 23:49:23 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DE77106566C for ; Thu, 19 Nov 2009 23:49:23 +0000 (UTC) (envelope-from juanframillan@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id 3CAA08FC13 for ; Thu, 19 Nov 2009 23:49:23 +0000 (UTC) Received: by yxe1 with SMTP id 1so2593034yxe.3 for ; Thu, 19 Nov 2009 15:49:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type:subject :date:message-id:to:mime-version:x-mailer; bh=4GPls1bDXxF7alFkjsA0McgEH8IMcpYnc2BZqwXLw5I=; b=MHvUNvAAh9JKeTtOxr4KbdKpVJdzh4xDMF6mkcOPGYO9eckCYXvgixFab+hMLUFdA6 Sfuq3x8kPnxaVdkvdUJabQ7VVvtzzyl0oj1YNNlpr+pP4aZZMHS29WNAfi5NtpnM1Vkl wx5nAawyepnmlINSdbD1MPvP/+mIblbVnNgEM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:subject:date:message-id:to:mime-version:x-mailer; b=HSpLAz3TrIxCJJVFpYhBn4fTW/jv1O86q57h5ra8Ux3i43gYX40vcF37vYxVAi/xTe KPVUFVkljuk4/LIw0w3A+DJP21aOeLTm7X4Hc+cDoSikIRhkRLtag+5Qv3ZaY2Wo0H85 H6lVIebhcPyi8pajKtu99LrNbvyQQT+et4DZ8= Received: by 10.150.235.5 with SMTP id i5mr1218415ybh.271.1258672669777; Thu, 19 Nov 2009 15:17:49 -0800 (PST) Received: from ?192.168.0.160? (pc-71-83-214-201.cm.vtr.net [201.214.83.71]) by mx.google.com with ESMTPS id 9sm349952ywf.50.2009.11.19.15.17.47 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 19 Nov 2009 15:17:49 -0800 (PST) From: Juan Francisco Millan Content-Type: multipart/mixed; boundary=Apple-Mail-8--954893544 Date: Thu, 19 Nov 2009 20:17:44 -0300 Message-Id: <6C279C53-E7C8-4A6C-BDF7-CEE61C8B0FA6@gmail.com> To: freebsd-questions@FreeBSD.org Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Bootcamp? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2009 23:49:23 -0000 --Apple-Mail-8--954893544 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 Hello i=B4m a mac user since long ago, i just downloaded Freebsd 7.2 and = i will install it on a 2800+ amd athlon 64 bits , does freebsd has a = boot camp or virtual machine, so i can install a os x also? Thanks Juan Francisco Millan www.lifante.cl Phone: 56-02-5541348 Fax: 56-02-5569585 =20 --Apple-Mail-8--954893544 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii --Apple-Mail-8--954893544-- From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 00:25:58 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E63441065670 for ; Fri, 20 Nov 2009 00:25:57 +0000 (UTC) (envelope-from peter@kieser.ca) Received: from mail.pfak.org (mail.pfak.org [216.19.178.154]) by mx1.freebsd.org (Postfix) with ESMTP id C38128FC17 for ; Fri, 20 Nov 2009 00:25:57 +0000 (UTC) Received: by mail.pfak.org (Postfix, from userid 65534) id 4D9F840FF; Thu, 19 Nov 2009 16:08:12 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mail.pfak.org X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=no version=3.2.5 Received: from [192.168.100.16] (216-19-178-131.stc.novuscom.net [216.19.178.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: peter@kieser.ca) by mail.pfak.org (Postfix) with ESMTPSA id 400B740D4; Thu, 19 Nov 2009 16:08:11 -0800 (PST) Message-ID: <4B05DE15.9070209@kieser.ca> Date: Thu, 19 Nov 2009 16:08:53 -0800 From: Peter Kieser User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Michael Schaefer References: <4B058999.20504@gmail.com> In-Reply-To: <4B058999.20504@gmail.com> Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=sha1; boundary="------------ms000700050008030601030404" Cc: freebsd-questions@freebsd.org Subject: Re: rTorrent + FreeBSD + pf = freeze? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 00:25:58 -0000 This is a cryptographically signed message in MIME format. --------------ms000700050008030601030404 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hello, This problem has been going on for at least the past 2 years. I've had the exact same issue with rtorrent locking up or restarting machines running FreeBSD, regardless of the hardware used. I did not have any sort of firewall installed (neither pf, or ipfw). If I loaded up rtorrent and had a number of torrents open the machines would lock up or restart. It was reproducible at the time, but I could never get anyone to admit there was a bug and I'm unable to find the initial posting. Regards, -Peter Michael Schaefer wrote: > Hello everybody, > > I encountered same problems and am kinda glad to see I'm not alone. I > use FreeBSD 7.1-RELEASE-p8 (GENERIC) on a VIA EPIA board (800MHz C3). > This box for the moment does nothing but torrent. I use two instances > of rtorrent. Each with an own user and in its own screen session. > Let's name them A and B. A seeds around 300 torrents and B around 500 > (each rtorrent instance communicates just to one specific tracker). > The configuration is exactly the same, except B communicates with the > track only using https (A does plain http). > While A works 100% perfect an stable, B crashes the machine > reproducible. When using rtorrent 0.8.3/0.12.3 this happened only > about once a month. After upgrading to 0.8.4/0.12.4 the rate of > crashes increased to about once a week. now i upgraded to 0.8.5/0.12.5 > and cannot even start instance B without crashing the machine > immediately just several minutes after I started it. Sometimes it > somehow "survives" the starting procedure (where actually all seeding > torrents are registered at the tracker at more or less the same time) > but then it takes about 10min - 2 hours after the hole systems crashes > again. Like I mentioned: instance B works perfectly without any > problems. I'm pretty sure I encountered the problem also (even not > the heavily) during times instance B was only seeding about 300 > torrents... > > For me the system simply reboots and doesn't freeze. The logs are > clear and show no advice concerning the problem. > It's not a matter of hardware since I changed the board (which > included CPU, RAM, NIC,...) and also the hard disc month ago. Also a > heat problem can be excluded. > > Any clou about all that? > btw: I don't use PF at all... > > regards - Michael > > > On Wed, 21 Oct 2009, cpghost wrote: >> Hi, >> >> could a resource leak or bug in pf(4) crash a RELENG_7 router (as of >> Oct 6th)? >> >> I'm experiencing frequent crashes on my soekris net4801 home router >> for some months now, and I'm wondering if it could be some kind of >> pf-related bug similar to this on OpenBSD: >> >> http://www.mail-archive.com/misc@openbsd.org/msg58042.html >> >> More precisely, when I fire up rtorrent-devel on some *other* machine >> (not the router!), everything runs fine at first. It could also run >> very fine for many days. BUT should I start a torrent with a large >> number of seeders which could saturate my link for an extended period >> of time, the soekris router would suddenly freeze... but not >> immediately: more like a few hours (3 to 6) or so of relatively heavy >> traffic. Only a hard reboot of the router would help. Please note >> that rtorrent is NOT running on the router, only its traffic is being >> redirected through the router. >> >> So I'm suspecting some bug / resource leak in pf that would bring the >> kernel down somehow. What kind of resources should I monitor (and >> how)? Maybe that could bring some clues? >> >> Oh, before anybody asks: I have no crashdumps, the router freezes >> totally without panicking. And it doesn't recover automatically even >> after many hours. >> >> Any ideas? >> >> Thanks, -cpghost. > > _______________________________________________ > 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" --------------ms000700050008030601030404 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIV4DCC BvkwggXhoAMCAQICAwCm8jANBgkqhkiG9w0BAQUFADCBjDELMAkGA1UEBhMCSUwxFjAUBgNV BAoTDVN0YXJ0Q29tIEx0ZC4xKzApBgNVBAsTIlNlY3VyZSBEaWdpdGFsIENlcnRpZmljYXRl IFNpZ25pbmcxODA2BgNVBAMTL1N0YXJ0Q29tIENsYXNzIDEgUHJpbWFyeSBJbnRlcm1lZGlh dGUgQ2xpZW50IENBMB4XDTA5MTAwOTAwMDAwMVoXDTEwMTAwOTIxNTAzMlowazEeMBwGA1UE ChMVUGVyc29uYSBOb3QgVmFsaWRhdGVkMSkwJwYDVQQDEyBTdGFydENvbSBGcmVlIENlcnRp ZmljYXRlIE1lbWJlcjEeMBwGCSqGSIb3DQEJARYPcGV0ZXJAa2llc2VyLmNhMIIBIjANBgkq hkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw/zK/lYG1byxxHJ70UBD9eJHKJJHK893ndFMsN0g mpJYVRBbJ/zxubf1mdr5xSV4igBRX9jiXOc5cb78FwahpOTn5hL/78Qb3FkNj4C0CEdVCOr1 NxkvplN1KSvWj7SXj9Od8OJQ79IQC6q7uwcK8V+fEwD52otb+TqFGKZAvR+ucu3VM2QQPZ4T ZBJPiZPkV4Ds+azDt2YfaMq/ToVLRjEZVPxK1FAInYpZrihH1CjIc8mi/qf6qSQR0seOCI+M 18SJkxxHydf1DrtNJu7Wt9WXU5AAVEMG2U2L8ZeCLLLoj08PlzZ1oKYrqyk49Fs9WxN+C3LF B22bPj+Em2jO1QIDAQABo4IDgjCCA34wCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0l BBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMEMB0GA1UdDgQWBBR5DRaz8JosPZW6Dp1efpRQnM3x DDCBqAYDVR0jBIGgMIGdgBRTcu2SnODaywFcfH6WNU7y1LhRgqGBgaR/MH0xCzAJBgNVBAYT AklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUgRGlnaXRhbCBD ZXJ0aWZpY2F0ZSBTaWduaW5nMSkwJwYDVQQDEyBTdGFydENvbSBDZXJ0aWZpY2F0aW9uIEF1 dGhvcml0eYIBDTAaBgNVHREEEzARgQ9wZXRlckBraWVzZXIuY2EwggFCBgNVHSAEggE5MIIB NTCCATEGCysGAQQBgbU3AQIBMIIBIDAuBggrBgEFBQcCARYiaHR0cDovL3d3dy5zdGFydHNz bC5jb20vcG9saWN5LnBkZjA0BggrBgEFBQcCARYoaHR0cDovL3d3dy5zdGFydHNzbC5jb20v aW50ZXJtZWRpYXRlLnBkZjCBtwYIKwYBBQUHAgIwgaowFBYNU3RhcnRDb20gTHRkLjADAgEB GoGRTGltaXRlZCBMaWFiaWxpdHksIHNlZSBzZWN0aW9uICpMZWdhbCBMaW1pdGF0aW9ucyog b2YgdGhlIFN0YXJ0Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFBvbGljeSBhdmFpbGFi bGUgYXQgaHR0cDovL3d3dy5zdGFydHNzbC5jb20vcG9saWN5LnBkZjBjBgNVHR8EXDBaMCug KaAnhiVodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS9jcnR1MS1jcmwuY3JsMCugKaAnhiVodHRw Oi8vY3JsLnN0YXJ0c3NsLmNvbS9jcnR1MS1jcmwuY3JsMIGOBggrBgEFBQcBAQSBgTB/MDkG CCsGAQUFBzABhi1odHRwOi8vb2NzcC5zdGFydHNzbC5jb20vc3ViL2NsYXNzMS9jbGllbnQv Y2EwQgYIKwYBBQUHMAKGNmh0dHA6Ly93d3cuc3RhcnRzc2wuY29tL2NlcnRzL3N1Yi5jbGFz czEuY2xpZW50LmNhLmNydDAjBgNVHRIEHDAahhhodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS8w DQYJKoZIhvcNAQEFBQADggEBAG46++E5FblU7OU/r7pqXvt9zng6G69s2mw+/gDZnKzv5NYN pTDZpKg7Z/7B6UQCGzM6/Euf3n5EAPrQrhKaSlek7dhFQsOdnQtM27FKYfC8Cl5oXBjQGLsY k0NtM6rt93y4tLMA7b8O9k+tobgsoKTDS/geHAy+fBbxKSEKIP07K8ZOZwdLDyDlyCyryYhV 10z1vfJjsLNMAR7/WI3OHIx5J4yCO5L8JO/OUgjTC0Mml7rFR3SewuyL1loaT5w+UcSBpaAJ 6XTIBjaIG2M+wwAmksj/BtJTxqYouswYx1gH9esCU4NgeWqDcGN9XK0pAatbQkpI9mrtrUr7 z0h232Ewggb5MIIF4aADAgECAgMApvIwDQYJKoZIhvcNAQEFBQAwgYwxCzAJBgNVBAYTAklM MRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUgRGlnaXRhbCBDZXJ0 aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFzcyAxIFByaW1hcnkgSW50 ZXJtZWRpYXRlIENsaWVudCBDQTAeFw0wOTEwMDkwMDAwMDFaFw0xMDEwMDkyMTUwMzJaMGsx HjAcBgNVBAoTFVBlcnNvbmEgTm90IFZhbGlkYXRlZDEpMCcGA1UEAxMgU3RhcnRDb20gRnJl ZSBDZXJ0aWZpY2F0ZSBNZW1iZXIxHjAcBgkqhkiG9w0BCQEWD3BldGVyQGtpZXNlci5jYTCC ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMP8yv5WBtW8scRye9FAQ/XiRyiSRyvP d53RTLDdIJqSWFUQWyf88bm39Zna+cUleIoAUV/Y4lznOXG+/BcGoaTk5+YS/+/EG9xZDY+A tAhHVQjq9TcZL6ZTdSkr1o+0l4/TnfDiUO/SEAuqu7sHCvFfnxMA+dqLW/k6hRimQL0frnLt 1TNkED2eE2QST4mT5FeA7Pmsw7dmH2jKv06FS0YxGVT8StRQCJ2KWa4oR9QoyHPJov6n+qkk EdLHjgiPjNfEiZMcR8nX9Q67TSbu1rfVl1OQAFRDBtlNi/GXgiyy6I9PD5c2daCmK6spOPRb PVsTfgtyxQdtmz4/hJtoztUCAwEAAaOCA4IwggN+MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSw MB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDBDAdBgNVHQ4EFgQUeQ0Ws/CaLD2Vug6d Xn6UUJzN8QwwgagGA1UdIwSBoDCBnYAUU3Ltkpzg2ssBXHx+ljVO8tS4UYKhgYGkfzB9MQsw CQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERp Z2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3RhcnRDb20gQ2VydGlmaWNh dGlvbiBBdXRob3JpdHmCAQ0wGgYDVR0RBBMwEYEPcGV0ZXJAa2llc2VyLmNhMIIBQgYDVR0g BIIBOTCCATUwggExBgsrBgEEAYG1NwECATCCASAwLgYIKwYBBQUHAgEWImh0dHA6Ly93d3cu c3RhcnRzc2wuY29tL3BvbGljeS5wZGYwNAYIKwYBBQUHAgEWKGh0dHA6Ly93d3cuc3RhcnRz c2wuY29tL2ludGVybWVkaWF0ZS5wZGYwgbcGCCsGAQUFBwICMIGqMBQWDVN0YXJ0Q29tIEx0 ZC4wAwIBARqBkUxpbWl0ZWQgTGlhYmlsaXR5LCBzZWUgc2VjdGlvbiAqTGVnYWwgTGltaXRh dGlvbnMqIG9mIHRoZSBTdGFydENvbSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSBQb2xpY3kg YXZhaWxhYmxlIGF0IGh0dHA6Ly93d3cuc3RhcnRzc2wuY29tL3BvbGljeS5wZGYwYwYDVR0f BFwwWjAroCmgJ4YlaHR0cDovL3d3dy5zdGFydHNzbC5jb20vY3J0dTEtY3JsLmNybDAroCmg J4YlaHR0cDovL2NybC5zdGFydHNzbC5jb20vY3J0dTEtY3JsLmNybDCBjgYIKwYBBQUHAQEE gYEwfzA5BggrBgEFBQcwAYYtaHR0cDovL29jc3Auc3RhcnRzc2wuY29tL3N1Yi9jbGFzczEv Y2xpZW50L2NhMEIGCCsGAQUFBzAChjZodHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS9jZXJ0cy9z dWIuY2xhc3MxLmNsaWVudC5jYS5jcnQwIwYDVR0SBBwwGoYYaHR0cDovL3d3dy5zdGFydHNz bC5jb20vMA0GCSqGSIb3DQEBBQUAA4IBAQBuOvvhORW5VOzlP6+6al77fc54OhuvbNpsPv4A 2Zys7+TWDaUw2aSoO2f+welEAhszOvxLn95+RAD60K4SmkpXpO3YRULDnZ0LTNuxSmHwvApe aFwY0Bi7GJNDbTOq7fd8uLSzAO2/DvZPraG4LKCkw0v4HhwMvnwW8SkhCiD9OyvGTmcHSw8g 5cgsq8mIVddM9b3yY7CzTAEe/1iNzhyMeSeMgjuS/CTvzlII0wtDJpe6xUd0nsLsi9ZaGk+c PlHEgaWgCel0yAY2iBtjPsMAJpLI/wbSU8amKLrMGMdYB/XrAlODYHlqg3BjfVytKQGrW0JK SPZq7a1K+89Idt9hMIIH4jCCBcqgAwIBAgIBDTANBgkqhkiG9w0BAQUFADB9MQswCQYDVQQG EwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwg Q2VydGlmaWNhdGUgU2lnbmluZzEpMCcGA1UEAxMgU3RhcnRDb20gQ2VydGlmaWNhdGlvbiBB dXRob3JpdHkwHhcNMDcxMDI0MjEwMTU0WhcNMTIxMDIyMjEwMTU0WjCBjDELMAkGA1UEBhMC SUwxFjAUBgNVBAoTDVN0YXJ0Q29tIEx0ZC4xKzApBgNVBAsTIlNlY3VyZSBEaWdpdGFsIENl cnRpZmljYXRlIFNpZ25pbmcxODA2BgNVBAMTL1N0YXJ0Q29tIENsYXNzIDEgUHJpbWFyeSBJ bnRlcm1lZGlhdGUgQ2xpZW50IENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA xwmDzM4t2BqxKaQuE6uWvooyg4ymiEGWVUet1G8SD+rqvyNH4QrvnEIaFHxOhESip7vMz39S cLpNLbL1QpOlPW/tFIzNHS3qd2XRNYG5Sv9RcGE+T4qbLtsjjJbi6sL7Ls/f/X9ftTyhxvxW kf8KW37iKrueKsxw2HqolH7GM6FX5UfNAwAu4ZifkpmZzU1slBhyWwaQPEPPZRsWoTb7q8hm gv6Nv3Hg9rmA1/VPBIOQ6SKRkHXG0Hhmq1dOFoAFI411+a/9nWm5rcVjGcIWZ2v/43Yksq60 jExipA4l5uv9/+Hm33mbgmCszdj/Dthf13tgAv2O83hLJ0exTqfrlwIDAQABo4IDWzCCA1cw DAYDVR0TBAUwAwEB/zALBgNVHQ8EBAMCAaYwHQYDVR0OBBYEFFNy7ZKc4NrLAVx8fpY1TvLU uFGCMIGoBgNVHSMEgaAwgZ2AFE4L7xqkQFulF2mHMMo0aEPQQa7yoYGBpH8wfTELMAkGA1UE BhMCSUwxFjAUBgNVBAoTDVN0YXJ0Q29tIEx0ZC4xKzApBgNVBAsTIlNlY3VyZSBEaWdpdGFs IENlcnRpZmljYXRlIFNpZ25pbmcxKTAnBgNVBAMTIFN0YXJ0Q29tIENlcnRpZmljYXRpb24g QXV0aG9yaXR5ggEBMAkGA1UdEgQCMAAwPQYIKwYBBQUHAQEEMTAvMC0GCCsGAQUFBzAChiFo dHRwOi8vd3d3LnN0YXJ0c3NsLmNvbS9zZnNjYS5jcnQwYAYDVR0fBFkwVzAsoCqgKIYmaHR0 cDovL2NlcnQuc3RhcnRjb20ub3JnL3Nmc2NhLWNybC5jcmwwJ6AloCOGIWh0dHA6Ly9jcmwu c3RhcnRzc2wuY29tL3Nmc2NhLmNybDCCAV0GA1UdIASCAVQwggFQMIIBTAYLKwYBBAGBtTcB AQQwggE7MC8GCCsGAQUFBwIBFiNodHRwOi8vY2VydC5zdGFydGNvbS5vcmcvcG9saWN5LnBk ZjA1BggrBgEFBQcCARYpaHR0cDovL2NlcnQuc3RhcnRjb20ub3JnL2ludGVybWVkaWF0ZS5w ZGYwgdAGCCsGAQUFBwICMIHDMCcWIFN0YXJ0IENvbW1lcmNpYWwgKFN0YXJ0Q29tKSBMdGQu MAMCAQEagZdMaW1pdGVkIExpYWJpbGl0eSwgcmVhZCB0aGUgc2VjdGlvbiAqTGVnYWwgTGlt aXRhdGlvbnMqIG9mIHRoZSBTdGFydENvbSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSBQb2xp Y3kgYXZhaWxhYmxlIGF0IGh0dHA6Ly9jZXJ0LnN0YXJ0Y29tLm9yZy9wb2xpY3kucGRmMBEG CWCGSAGG+EIBAQQEAwIABzBQBglghkgBhvhCAQ0EQxZBU3RhcnRDb20gQ2xhc3MgMSBQcmlt YXJ5IEludGVybWVkaWF0ZSBGcmVlIFNTTCBFbWFpbCBDZXJ0aWZpY2F0ZXMwDQYJKoZIhvcN AQEFBQADggIBAKqa4eBbjM4dG/wdxiwwIKC3kyb98QK2zREovyn/xzDP/4H/Bc8FFDTgoJR+ nX2Li0EP3U7TsjG+CaIi90+8YlShADpkPrfm/8SzjGtJtfM6EaluJOhpcqMr3OyzK3aYGJP5 RIeZ6vLT3fQaDZsIooXl6YSFR/0HpU4FJDc0wuyFaZmFbCrjTp8RNYyRWTTX6mWSv+TraOwu j3zrrddSpgUEi2WqwM9G/5o4IXQbGHx7oXTvL6zrw9IOYO3QOKZDgFNhHeKUgqMAUiLcg/+W hcGe+Y4umKuxghtwaYsgD/bLfIfop3NC/u5JqwDCWizAJruhmbOV4LG859MFCb2w/YeY55zD PVGmQ3MZdriwdOKrhlFjOjYihmm28UHOvND2G3kK0LvnuieLqjQMc6GuUcZAQOWv96pW4Bfb iQXpAqibMMeb0PZISa7PFEzGiBc2xAuVRkM4kB9/+iieA1D/OTiRJwsf6rkoVgOsN9fCw522 tzOmuVfiqDS4bFYv00sX/dFGwasHUUf3DsLhpDSYdejb74SKjtuqLDIOuAm2bA1axA6+7kjF eNIngSU6OPSMre+xAjoc/6coaMGthFD+mimr/i/8F8wDwdyzas7oxkdCtaW8hVir8mJnbp4C bckllDMPkeQ6qQNmxSDhOeqX1jyx2cTi/vPq+/TyxV/stlehMYID0DCCA8wCAQEwgZQwgYwx CzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUg RGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFzcyAx IFByaW1hcnkgSW50ZXJtZWRpYXRlIENsaWVudCBDQQIDAKbyMAkGBSsOAwIaBQCgggIQMBgG CSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA5MTEyMDAwMDg1M1ow IwYJKoZIhvcNAQkEMRYEFGHXz87+KSebUeqr92xEw9JEkhW2MF8GCSqGSIb3DQEJDzFSMFAw CwYJYIZIAWUDBAECMAoGCCqGSIb3DQMHMA4GCCqGSIb3DQMCAgIAgDANBggqhkiG9w0DAgIB QDAHBgUrDgMCBzANBggqhkiG9w0DAgIBKDCBpQYJKwYBBAGCNxAEMYGXMIGUMIGMMQswCQYD VQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0 YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYGA1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQcmlt YXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0ECAwCm8jCBpwYLKoZIhvcNAQkQAgsxgZeggZQw gYwxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1 cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFz cyAxIFByaW1hcnkgSW50ZXJtZWRpYXRlIENsaWVudCBDQQIDAKbyMA0GCSqGSIb3DQEBAQUA BIIBAEY71OqqiuBBDKo5uJYCz1C/SlevO5K5nr7QcceWg5tYVgeZfcLLLKl0oBGIMkfajLr7 +hcHorIn1SHq1IuuFwAv01oUGRbkLhF6+FZ3E6pTtf8SH9yR5/ROz0AEssI7lFApM2M+ZcPF 0xNPzQfIZB9F6KPpPRAyn5XD0xGlqQyOA77dfE37Y3XDKzEuVz/NVzjC+QHdy5zmWzHnpMmd ylSnxvp9Kg8Jhbxpq8CcSS4Jjr4qJOajAVIxWFlLTaFeJrPxfrN4ccIaw1kK9xDYQAPFzV94 S7Q1SXxI/RGe8/yCWdsjKqb1L9ZzbwbAwV5/s1O/wIWjWUvlJ5JuQSq3BTUAAAAAAAA= --------------ms000700050008030601030404-- From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 00:32:11 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADC531065676 for ; Fri, 20 Nov 2009 00:32:11 +0000 (UTC) (envelope-from djr@pdconsec.net) Received: from ipmail03.adl2.internode.on.net (ipmail03.adl2.internode.on.net [203.16.214.135]) by mx1.freebsd.org (Postfix) with ESMTP id 396078FC1A for ; Fri, 20 Nov 2009 00:32:10 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAGNtBUuWZcBC/2dsb2JhbADVcYQ7BA Received: from goliath.pdconsec.net (HELO smtp.pdconsec.net) ([150.101.192.66]) by ipmail03.adl2.internode.on.net with SMTP; 20 Nov 2009 10:46:50 +1030 Received: from mail1.pdconsec.net ([192.168.1.41] helo=mail1.pdconsec.net) with IPv4:25 by smtp.pdconsec.net; 20 Nov 2009 09:52:58 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message Date: Fri, 20 Nov 2009 11:17:15 +1100 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.5 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Bootcamp? Thread-Index: Acppcw+nJPE9OfIlRY+FcPh1nxaLqwAApgeZ References: <6C279C53-E7C8-4A6C-BDF7-CEE61C8B0FA6@gmail.com> From: "David Rawling" To: "Juan Francisco Millan" , Cc: Subject: RE: Bootcamp? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 00:32:11 -0000 Juan wrote: >Hello i=B4m a mac user since long ago, i just downloaded Freebsd 7.2 = and >i will install it on a 2800+ amd athlon 64 bits , does freebsd has a >boot camp or virtual machine, so i can install a os x also? =20 Hi Juan and welcome to the FreeBSD community. You might try VirtualBox, which is similar to VMWare Workstation but free and part of the ports tree. There's probably a package for it - try: pkg_add -r virtualbox However, you may struggle to install OS/X - Apple have some reasonable technical restrictions in place, and a licensing restriction also that prevents use on non Apple hardware. As a result you probably are not licensed to, and may not physically be able to, use OS/X on your new PC. Dave. -- David Rawling PD Consulting And Security Email: djr@pdconsec.net From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 01:18:25 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2A151065672 for ; Fri, 20 Nov 2009 01:18:25 +0000 (UTC) (envelope-from oloringr@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 6ADF38FC1C for ; Fri, 20 Nov 2009 01:18:25 +0000 (UTC) Received: by fxm27 with SMTP id 27so3237658fxm.3 for ; Thu, 19 Nov 2009 17:18:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:x-face:mime-version:content-type :content-transfer-encoding:message-id; bh=K4Ltg+ZCGbe1ArD4VlsBcHp0VEcIru4yjYZKnye4dNs=; b=j8YwfktNblH2OkMgwvY2I7MRH4FvG9eXqCB9wqMZ9D+fT3Pb32ywsVHZR89MBgjvsC 17w2O2rhxjSHZaIU8b+4rEXcfyORLGdGdlcajcoUFdkX+I9DWJVcwy+QrrH75cM8oqBi MN6CBMz6gKlyrIVHJ7Izpa9XRhtbuqAJl9YFA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:x-face :mime-version:content-type:content-transfer-encoding:message-id; b=I4LxjiYfPpmiMLOlE8yp4KWyUkSAcoEQRep1Ew3kQOwmrwv+N4LrpNqwdwcGedq6Bc TSriHlrrNYBE+w+kORwNXwkaORG+JDpnhupFR4eQUQIFCYktWb5Fkaq57HjRmnpV9/KR sO2QilPdXYJLYL+8dOsyCuNWGZ9L4ZBKd007Q= Received: by 10.216.85.210 with SMTP id u60mr198280wee.226.1258679904332; Thu, 19 Nov 2009 17:18:24 -0800 (PST) Received: from media.localnet (77.49.118.46.dsl.dyn.forthnet.gr [77.49.118.46]) by mx.google.com with ESMTPS id g9sm1808076gvc.25.2009.11.19.17.18.23 (version=SSLv3 cipher=RC4-MD5); Thu, 19 Nov 2009 17:18:23 -0800 (PST) From: Ed Jobs To: freebsd-questions@freebsd.org Date: Fri, 20 Nov 2009 03:18:36 +0200 User-Agent: KMail/1.12.3 (Linux/2.6.31-ARCH; KDE/4.3.3; i686; ; ) References: <6C279C53-E7C8-4A6C-BDF7-CEE61C8B0FA6@gmail.com> In-Reply-To: X-Face: %5EDs|At1pm>WE%P0}6)Hi*s,JH2J${69~j)R"Yu'^P9R3#fvi{LmpsCzxvX*38/, =?iso-8859-1?q?kxcUd=0A=09QVrlS0G?=,}-ll{||\P]; *'Gz`RTG+dzconmNyDY3rJHBmpEJkFj|; %vZO&~T")='B< =?iso-8859-1?q?=3B88=7E=5B=0A=09Cltx6=23=7DN*E?= MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart10775595.1MUf5Mdpsj"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200911200318.36398.oloringr@gmail.com> Subject: Re: Bootcamp? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 01:18:26 -0000 --nextPart10775595.1MUf5Mdpsj Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable On Friday 20 November 2009 02:17, David Rawling wrote: > Hi Juan and welcome to the FreeBSD community. You might try VirtualBox, > which is similar to VMWare Workstation but free and part of the ports > tree. >=20 > There's probably a package for it - try: >=20 > pkg_add -r virtualbox >=20 > However, you may struggle to install OS/X - Apple have some reasonable > technical restrictions in place, and a licensing restriction also that > prevents use on non Apple hardware. As a result you probably are not > licensed to, and may not physically be able to, use OS/X on your new PC. well, since Juan mentioned bootcamp, i guess he wants to install freebsd on= a=20 mac. correct me if i am wrong =2D-=20 Real programmers don't document. If it was hard to write, it should be hard= to=20 understand. --nextPart10775595.1MUf5Mdpsj Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAksF7mwACgkQBPpdVEWKA31o/ACfXiLZZEcxPze71ojWN1DdGJO+ tvYAoI7ZXA7uNHuNxSmrp/23oRsDjBog =2MBb -----END PGP SIGNATURE----- --nextPart10775595.1MUf5Mdpsj-- From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 01:22:09 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2E02106566C for ; Fri, 20 Nov 2009 01:22:09 +0000 (UTC) (envelope-from jhelfman@e-e.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [64.156.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id AC1598FC12 for ; Fri, 20 Nov 2009 01:22:09 +0000 (UTC) Received: from eggman.experts-exchange.com (unknown [72.29.180.81]) by mail.experts-exchange.com (Postfix) with ESMTP id 12FB448BBF19; Thu, 19 Nov 2009 17:18:31 -0800 (PST) Received: by eggman.experts-exchange.com (sSMTP sendmail emulation); Thu, 19 Nov 2009 17:21:05 -0800 Date: Thu, 19 Nov 2009 17:21:05 -0800 From: Jason To: Ed Jobs Message-ID: <20091120012104.GC5725@eggman.experts-exchange.com> References: <6C279C53-E7C8-4A6C-BDF7-CEE61C8B0FA6@gmail.com> <200911200318.36398.oloringr@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <200911200318.36398.oloringr@gmail.com> X-Operating-System: FreeBSD 7.2-RELEASE-p4 X-Living-The-Dream: I love the SLO Life! User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-questions@freebsd.org Subject: Re: Bootcamp? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 01:22:09 -0000 On Fri, Nov 20, 2009 at 03:18:36AM +0200, Ed Jobs thus spake: >On Friday 20 November 2009 02:17, David Rawling wrote: >> Hi Juan and welcome to the FreeBSD community. You might try VirtualBox, >> which is similar to VMWare Workstation but free and part of the ports >> tree. >> >> There's probably a package for it - try: >> >> pkg_add -r virtualbox >> >> However, you may struggle to install OS/X - Apple have some reasonable >> technical restrictions in place, and a licensing restriction also that >> prevents use on non Apple hardware. As a result you probably are not >> licensed to, and may not physically be able to, use OS/X on your new PC. > >well, since Juan mentioned bootcamp, i guess he wants to install freebsd on a >mac. correct me if i am wrong > > >-- >Real programmers don't document. If it was hard to write, it should be hard to >understand. Beyond this, there is a virtualbox installation dmg for MacOSX. It won't work on a "growing file system," for FreeBSD, but will on a hard limit file system size for the installation of the virtual machine. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 01:45:01 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0BD21065670 for ; Fri, 20 Nov 2009 01:45:01 +0000 (UTC) (envelope-from mkhitrov@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 5B0038FC17 for ; Fri, 20 Nov 2009 01:45:01 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 22so638568eye.9 for ; Thu, 19 Nov 2009 17:45:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=hse57AtZXzCSQH3X5PtgwAETeeCRLUYlEAJ2wjEcNog=; b=J2H1ASzUPvm5TNIAdMmtuRCW77orvtBzgDh33M02mHCZ+fJiXkb9UiJqcqxevZG9bC 6UQTUe86UFNbDoDm6f24B/mxJgX9CYK6k1c1j1/JkxCeQetQkjy/Vl69ZeyIk2SxkCHu fiemKKszQpPXe7xVG8eJrz4bLD2dk93qMXkEI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=Om8rILqRSokJaIeG0jCPiD9mJnomX4H6hQYcLWZnINqPFTzrJhnV24nHUhj12ENHS8 nHAd28dA4relpGtA+nvzNYqaRKj6CH5LRbx72sBvVJ9QsTYVoqN552g75LQ1XJVYontr 3Fs6Dc16iojbAjpIxvFZaAOGMnWP3Zgc5ZQWM= MIME-Version: 1.0 Received: by 10.213.110.201 with SMTP id o9mr740256ebp.35.1258681500086; Thu, 19 Nov 2009 17:45:00 -0800 (PST) From: Maxim Khitrov Date: Thu, 19 Nov 2009 20:44:40 -0500 Message-ID: <26ddd1750911191744s72bdf085q3dac7f3e80574916@mail.gmail.com> To: Free BSD Questions list Content-Type: text/plain; charset=UTF-8 Subject: Re: Apache 2.2 mod_ldap refusing to work over SSL/TLS (solved) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 01:45:01 -0000 On Thu, Nov 19, 2009 at 11:33 AM, Maxim Khitrov wrote: > Hello all, > > Wasted many hours on this and am no closer to a solution. I'm trying > to get apache 2.2 on FreeBSD 7.2 to authenticate against our active > directory (Windows 2003). > > The current status is that authentication works without problems when > SSL/TLS are not used. Furthermore, I can establish SSL/TLS connections > to the server and run queries using the ldapsearch tool. Server > certificate verification works without any problems. > > The relevant portions of ldap.conf and httpd.conf are identical, so if > I can use SSL and TLS with ldapsearch, there is no reason why it > shouldn't be working from apache. Just to be on the safe side, I've > turned off server certificate verification with 'LDAPVerifyServerCert > Off' directive. > > So... Unencrypted authentication works, SSL authentication results in > "[LDAP: ldap_simple_bind_s() failed][Can't contact LDAP server]", and > TLS authentication gives "[LDAP: ldap_start_tls_s() failed][Connect > error]." I had nothing else to go on, so I decided to capture the > packets that are being sent between apache and active directory > servers. I then compared this packet capture with what ldapsearch does > (both using TLS). > > In summary, ldapsearch and apache send an identical > LDAP_SERVER_START_TLS_OID command. In both cases, the server responds > with an identical "Result: Status: Success, MatchedDN: NULL, > ErrorMessage: NULL" packet. But while ldapsearch then goes on to the > certificate and key exchange phase, apache responds with > "OperationHeader: Unbind Request, 2(0x2)" and terminates the > connection. > > As far as I can tell, it doesn't even get to the certificate > verification phase even though the STARTTLS command is successful. > Anyone have a clue on what could be causing this? > > - Max > I love the simplest of problems that takes 12 hours to solve... It was my mistake and a really dump one, but apache and openldap sure don't make it easy to figure this out. The next step after packet captures was to start digging through source. I finally ended up in tls_o.c, which is part of OpenLDAP. The whole problem had to do with the fact that the CA certificate I specified was in a directory readable only by root. That would certainly explain why ldapsearch worked without problems. Unfortunately, the certificate is loaded just prior to establishing an SSL or TLS connection. While one would expect an error for this condition to be raised when apache is first started (basic validation of LDAPTrustedGlobalCert directive), it actually manifests itself as a cryptic "Connect error" message during authentication. - Max From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 01:59:27 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E4C4106566B for ; Fri, 20 Nov 2009 01:59:27 +0000 (UTC) (envelope-from oloringr@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 02F798FC17 for ; Fri, 20 Nov 2009 01:59:26 +0000 (UTC) Received: by fxm27 with SMTP id 27so3266923fxm.3 for ; Thu, 19 Nov 2009 17:59:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:x-face:mime-version:content-type :content-transfer-encoding:message-id; bh=OKGKf19GqtHSzvpP1HH6FqwLypsZFGDAd/UjSvxWw4Y=; b=ssXVF2IOSosjTj9HJdEreVNYw4E05mKgq1P903IIhtiJD9FjblQYJQo8KgHubRjVeQ 34RSBfOiG7jQ7C4QAtjNNRmxXEY/xfUOUFkpJirQWWqvrfEavEXw20oCDAe0KrmKr0JX Bjk0nGDGJ8IEEOBcIzpmvGRyiodbEOXQIFmwU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:x-face :mime-version:content-type:content-transfer-encoding:message-id; b=aoJyl84Sb22PwWVSJZD7BxPi5373lAwgWeMhdUExhhjfcRLBq7l79yLRvfr9+VSVMn GzjDZPxGFj4jNDUChfh3EXNoIEQQ75ndQChSazy+OGCMUuoa70DQmrIXK+5PuQS0UaxG W3TdWX3QK8Kqk5cIBKwbdYP2A6GBnMMmSi5Fk= Received: by 10.216.88.21 with SMTP id z21mr245502wee.60.1258682365872; Thu, 19 Nov 2009 17:59:25 -0800 (PST) Received: from media.localnet (77.49.118.46.dsl.dyn.forthnet.gr [77.49.118.46]) by mx.google.com with ESMTPS id u14sm1853418gvf.19.2009.11.19.17.59.25 (version=SSLv3 cipher=RC4-MD5); Thu, 19 Nov 2009 17:59:25 -0800 (PST) From: Ed Jobs To: freebsd-questions@freebsd.org Date: Fri, 20 Nov 2009 03:59:38 +0200 User-Agent: KMail/1.12.3 (Linux/2.6.31-ARCH; KDE/4.3.3; i686; ; ) References: <6C279C53-E7C8-4A6C-BDF7-CEE61C8B0FA6@gmail.com> <20091120012104.GC5725@eggman.experts-exchange.com> In-Reply-To: X-Face: %5EDs|At1pm>WE%P0}6)Hi*s, JH2J${69~j)R"Yu'^P9R3#fvi{LmpsCzxvX*38/, kxcUd QVrlS0G,}-ll{||\P]; *'Gz`RTG+dzconmNyDY3rJHBmpEJkFj|; %vZO&~T")='B<; 88~[ Cltx6#}N*E MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart6642291.oov7fkK2IV"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200911200359.38731.oloringr@gmail.com> Subject: Re: Bootcamp? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 01:59:27 -0000 --nextPart6642291.oov7fkK2IV Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable On Friday 20 November 2009 03:35, Matt Szubrycht wrote: > I am not aware of any emulators/virtual machine software capable of=20 running > OS X, but would be VERY interested in doing that as well. >=20 There is a vmware image of OS X Leopard in quite a few bittorrent trackers. But the really interesting thing is that sun released the 3.1 beta of=20 vitrualbox and it is now capable of EFI emulation (Or at least sun claims s= o).=20 So, yes. It's possible to run OS X in a VM ps. be careful to follow the licence of OS X. =2D-=20 Real programmers don't document. If it was hard to write, it should be hard= to=20 understand. --nextPart6642291.oov7fkK2IV Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEABECAAYFAksF+AoACgkQBPpdVEWKA30YRACcDxSs7cWVyWdPcOtZXyjVva+U TjUAoOpHMLmHnyeVkyRqsPWKm3O2tBSc =v0yG -----END PGP SIGNATURE----- --nextPart6642291.oov7fkK2IV-- From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 02:16:11 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC11C1065670 for ; Fri, 20 Nov 2009 02:16:11 +0000 (UTC) (envelope-from rfalang@twcny.rr.com) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.125]) by mx1.freebsd.org (Postfix) with ESMTP id 1E15A8FC0A for ; Fri, 20 Nov 2009 02:16:10 +0000 (UTC) Received: from [192.168.1.104] (really [74.71.227.229]) by hrndva-omta03.mail.rr.com with ESMTP id <20091120015922738.YDQV12202@hrndva-omta03.mail.rr.com> for ; Fri, 20 Nov 2009 01:59:22 +0000 Message-ID: <4B05F7FA.4040609@twcny.rr.com> Date: Thu, 19 Nov 2009 20:59:22 -0500 From: Robert Falanga User-Agent: Thunderbird 2.0.0.22 (X11/20090624) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: problem with printer on pcbsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 02:16:11 -0000 I am running PCBSD. I have a HP Photosmart ink jet printer connected to a USB port. during bootup I get the following line. umass1: on uhub4 usbdevs shows the following: addr 2: Photosmart 7400 series, HP umass1 Checking the /dev directorys with ls there is no umass of any kind. This printer was working, it configured with no problems. Now hp-setup cannot even find it. What happened? Any ideas? Thank you, Bob Falanga rfalang@twcny.rr.com From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 02:21:10 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DA57106566B for ; Fri, 20 Nov 2009 02:21:10 +0000 (UTC) (envelope-from sektie@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id EF39D8FC0A for ; Fri, 20 Nov 2009 02:21:09 +0000 (UTC) Received: by pwj15 with SMTP id 15so1964670pwj.3 for ; Thu, 19 Nov 2009 18:21:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=4NRX8qfmsPYY0dTExnMFae1zMBcgpSzHcZ58Eq1425s=; b=poI0gJ4zlHvUj3CzZ1CUyJsFg6VLXE7U3Sp7Lylw+QlGB1+tJHm10le1cNqG81a3Zv 5rLo1IvGFEx9KAgu9/jCZV/9dqM5SAcQKg0FLqPjo2Dk9dXX+O6zuVZZXIcJO58WqP3H nZAgodaMMxTN3fs7u2FEx7QP6z73mzhMtamAw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=v3jiU8AT6AMb0L57J0sBrNIPi/rw5wiXPlTMUpZc0eq0SPCvRR152JnbhB86McVZYg YDEkkNKWG+OwMt9TBpN7orOcDrRu64cf0Enn0A+cuWK8ciekz4L+au23l5Xpd3TH2D+V ya0MdBNQ4vBogU7jk8gLOultFPNytnVbRCibg= MIME-Version: 1.0 Sender: sektie@gmail.com Received: by 10.143.20.40 with SMTP id x40mr92132wfi.226.1258683669390; Thu, 19 Nov 2009 18:21:09 -0800 (PST) In-Reply-To: <20091118231246.GB24254@thought.org> References: <20091116010014.f3ca28de.freebsd@edvax.de> <20091116203149.1785f7c1.freebsd@edvax.de> <20091116231236.GA15714@thought.org> <20091117160117.12c71262.freebsd@edvax.de> <20091117174540.GB19113@thought.org> <4B02E346.3070209@otenet.gr> <20091117223844.GA19855@thought.org> <20091118221916.5852d938.freebsd@edvax.de> <20091118213320.GA23997@thought.org> <20091118231246.GB24254@thought.org> Date: Thu, 19 Nov 2009 18:21:09 -0800 X-Google-Sender-Auth: 914b2d06e9bd183a Message-ID: From: Randi Harper To: Gary Kline Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Manolis Kiagias , Polytropon , FreeBSD Mailing List Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 02:21:10 -0000 On Wed, Nov 18, 2009 at 3:12 PM, Gary Kline wrote: > > no joy on 8.0rcx. > > i got stuck in an infinite loop and decided to go back to my 7.2 > DVD. > there i know i can get out to the net ; i always installed zsh. > > there are TWO kinds of gateways. one gateway is my local 10.47.0.1; > the other is my wide area 209.* that runs thru my pfsense firewall. > > i =am= getting more familiar with this rats nets of details. i t > hink we are severely oversue for a better way of doing a barebone > install on virgin hardware..... > > =sigh= > > This makes so little sense that I'm actually kind of amazed. 1.) infinite loop? explain? 2.) what does zsh have to do with getting out to the internet? 3.) wtf is a "barebone install on virgin hardware"? What have you been doing to your hardware that you have specific definitions of virgin and not virgin hardware? sysinstall has had some changes since 7.x, but no changes that would have affected network service configuration (yet). You ran through the install and didn't bother reading all of the dialogs before hitting enter, so you don't have ssh installed. Good job. Don't blame FreeBSD for your ineptitude. -- randi From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 02:22:28 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A7C9106568F for ; Fri, 20 Nov 2009 02:22:28 +0000 (UTC) (envelope-from sektie@gmail.com) Received: from mail-pz0-f185.google.com (mail-pz0-f185.google.com [209.85.222.185]) by mx1.freebsd.org (Postfix) with ESMTP id 091388FC14 for ; Fri, 20 Nov 2009 02:22:27 +0000 (UTC) Received: by pzk15 with SMTP id 15so1971809pzk.3 for ; Thu, 19 Nov 2009 18:22:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=Ljr4Sp8Do6hA0CMhEDxrACzH7ahcg1kWFJqZLGbeghU=; b=OlUblj/1RkbWe1ukZlHj3lmzeBLoO26iXDAoZSjnLCghN1X0HGPDHV7h7/p9eBvPOd YQjwk6svJzcOc9d+qRAAc84vs3oiGtTT2caXjJgcaKhu3/I+6mcgdoLbb88ipy2mN1v3 pODdo4WJUY7IrNWYhDNJuwbgd+Y4+27RssUsk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=cU95WrEm1pCbpPanYqtKH9qsXJbjfDGAdgVyNumYnge9/y3GuV49Mq1Job0PHbqI4U EnokqbgyHKDiQDHGyLTMOeKmkvI5+w7USjQupfX9fjNEpLy1z2kvzk3vhq9uvsZ4crQq UpHqjpN+cMZdSbYYFJTk3gL6ABcgCipUNcwgU= MIME-Version: 1.0 Sender: sektie@gmail.com Received: by 10.143.21.34 with SMTP id y34mr102121wfi.16.1258683747718; Thu, 19 Nov 2009 18:22:27 -0800 (PST) In-Reply-To: References: <20091116010014.f3ca28de.freebsd@edvax.de> <20091116231236.GA15714@thought.org> <20091117160117.12c71262.freebsd@edvax.de> <20091117174540.GB19113@thought.org> <4B02E346.3070209@otenet.gr> <20091117223844.GA19855@thought.org> <20091118221916.5852d938.freebsd@edvax.de> <20091118213320.GA23997@thought.org> <20091118231246.GB24254@thought.org> Date: Thu, 19 Nov 2009 18:22:27 -0800 X-Google-Sender-Auth: 4d63efea6f7f728b Message-ID: From: Randi Harper To: Gary Kline Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Manolis Kiagias , Polytropon , FreeBSD Mailing List Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 02:22:28 -0000 Correction - s/installed/enabled/. sigh. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 02:37:42 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E4E4106568F for ; Fri, 20 Nov 2009 02:37:42 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id E49D18FC24 for ; Fri, 20 Nov 2009 02:37:41 +0000 (UTC) Received: from mx1.sbmail.office-on-the.net (mx1.sbmail.office-on-the.net [192.168.2.107]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id BDAF57E853 for ; Thu, 19 Nov 2009 17:37:40 -0900 (AKST) Received: from dspam.sbmail.office-on-the.net (mx1.sbmail.office-on-the.net [192.168.2.107]) by mx1.sbmail.office-on-the.net (Postfix) with SMTP id 40F29C2CB05 for ; Thu, 19 Nov 2009 17:37:40 -0900 (AKST) Received: from webmail.testbox.ath.cx (mx1.sbmail.office-on-the.net [192.168.2.107]) by mx1.sbmail.office-on-the.net (Postfix) with ESMTP id 62A52C2CB04; Thu, 19 Nov 2009 17:37:39 -0900 (AKST) MIME-Version: 1.0 Date: Thu, 19 Nov 2009 17:37:39 -0900 From: Mel Flynn To: cronfy In-Reply-To: <4B0579CE.2020203@sprinthost.ru> References: <4B042C50.6060904@sprinthost.ru> <5f09d2bccc69d1f101c5c22151ef0c05@sbmail.office-on-the.net> <4B0579CE.2020203@sprinthost.ru> Message-ID: X-Sender: mel.flynn+fbsd.questions@mailing.thruhere.net User-Agent: RoundCube Webmail/0.2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-DSPAM-Result: Innocent X-DSPAM-Processed: Thu Nov 19 17:37:39 2009 X-DSPAM-Confidence: 1.0000 X-DSPAM-Improbability: 1 in 98689407 chance of being spam X-DSPAM-Probability: 0.0023 X-DSPAM-Signature: 14,4b0600f342361709340808 X-DSPAM-Factors: 27, but, 0.40000, but, 0.40000, reports, 0.40000, e+last, 0.40000, friend, 0.40000, e, 0.40000, cronfy, 0.40000, >+stats, 0.40000, that+are, 0.40000, let's, 0.40000, producing+diffs, 0.40000, Is+it, 0.40000, References*<4B042C50.6060904+sprinthost.ru>, 0.40000, restriction, 0.40000, Like, 0.40000, list+of, 0.40000, stats+>, 0.40000, Content-Type*charset="UTF+8", 0.40000, 10, 0.40000, 10, 0.40000, On+Thu, 0.40000, radius+is, 0.40000, Received*webmail.testbox.ath.cx, 0.40000, a+wheel, 0.40000, saving, 0.40000, References*on, 0.40000, Subject*get+accounting, 0.40000 Cc: freebsd-questions@freebsd.org Subject: Re: get accounting info for running process X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 02:37:42 -0000 On Thu, 19 Nov 2009 20:01:02 +0300, cronfy wrote: >>> Is it possible to find out how much a process have used CPU user=20 >>> time/system time/IO operations for now by it's pid? Like in sa, but f= or >>> running process. >>> =20 >=20 > Dan, Mel, thanks for your answers. I examined 'ps' sources and decided=20 > to use kvm_getprocs() and rusage structure. >=20 > I am trying to create a daemon that would report system accounting stat= s=20 > for every X seconds, let's say 10. 'sa' reports about terminated=20 > processes only, but it would be nice to have more detailed system usage= =20 > stats per user for a given time interval (i.e. last 10 seconds),=20 > including tasks that are not finished at the moment of querying. >=20 > I can achieve this by querying list of processes each 10 seconds and=20 > producing diffs between previous and current list, saving these to some= =20 > log and combining data with /var/account/acct file. >=20 > The only thing I do not want to do is to invent a wheel ;-) I googled=20 > much for such solutions, but did not find any. May be someone knows=20 > existing products that has this functionality already? I don't know of anything like that, but ... there is of course radius. Depends what you want to do with the info. If usage restriction is your ultimate goal, then radius is your friend. --=20 Mel From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 04:26:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F977106566C for ; Fri, 20 Nov 2009 04:26:17 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id B440F8FC0C for ; Fri, 20 Nov 2009 04:26:16 +0000 (UTC) Received: by fxm27 with SMTP id 27so3350861fxm.3 for ; Thu, 19 Nov 2009 20:26:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=frcg0D2tEKenTu/GbwUz+Ayy594fsVPhV+PPcekiUXY=; b=pMmyAas4fYpJr8wriEfE3auoZNgPJ8orGHoApput83jZgi7T5DhbD0w7KxVA4TlHYK nxJ4KdMyWxbI81x4H3hxbJw5uafHS4KFKsDE2BfIFskYmdTAR9w7tWZaTkdy+R50mTlG WbB6iT33oWDvSxd/5t58epvgwkIdcBuxgZoVw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=BfLr4/dt4Zr62CIcbwbs+y3HUnM4RxzCRvsEe7VuzPc805VeefuClQZaWUJPxvlhSn m403nk3nY3o+c+wKA3CHA5yUnyhHhMbY6nGy2dHImYUyPVC3Y2Zo9HZwOHE9OG6O70U1 wWmUPHCFw7e9vmRsLiqL2TjAZQH3YcNg9QDd4= MIME-Version: 1.0 Received: by 10.223.4.216 with SMTP id 24mr123076fas.67.1258691175658; Thu, 19 Nov 2009 20:26:15 -0800 (PST) In-Reply-To: References: <20091116010014.f3ca28de.freebsd@edvax.de> <20091116231236.GA15714@thought.org> <20091117160117.12c71262.freebsd@edvax.de> <20091117174540.GB19113@thought.org> <4B02E346.3070209@otenet.gr> <20091117223844.GA19855@thought.org> <20091118221916.5852d938.freebsd@edvax.de> <20091118213320.GA23997@thought.org> <20091118231246.GB24254@thought.org> Date: Thu, 19 Nov 2009 23:26:15 -0500 Message-ID: <4ad871310911192026t61ad6e99kffea52f49cfa6c10@mail.gmail.com> From: Glen Barber To: Randi Harper Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 04:26:17 -0000 Hi, On Thu, Nov 19, 2009 at 9:21 PM, Randi Harper wrote: > On Wed, Nov 18, 2009 at 3:12 PM, Gary Kline wrote: > >> >> =A0 =A0 =A0 =A0 no joy on 8.0rcx. >> >> =A0 =A0 =A0 =A0i got stuck in an infinite loop and decided to go back to= my 7.2 >> DVD. >> =A0 =A0 =A0 =A0there i know i can get out to the net ; i always installe= d zsh. >> >> =A0 =A0 =A0 =A0there are TWO kinds of gateways. =A0one gateway is my loc= al 10.47.0.1; >> =A0 =A0 =A0 =A0the other is my wide area 209.* that runs thru my pfsense= firewall. >> >> =A0 =A0 =A0 =A0i =3Dam=3D getting more familiar with this rats nets of d= etails. =A0 i t >> =A0 =A0 =A0 =A0hink we are severely oversue for a better way of doing a = barebone >> =A0 =A0 =A0 =A0install on virgin hardware..... >> >> =A0 =A0 =A0 =A0=3Dsigh=3D >> >> > This makes so little sense that I'm actually kind of amazed. > > 1.) infinite loop? explain? > > 2.) what does zsh have to do with getting out to the internet? > I presume he was either able to pkg_add(1) the binary or build from ports, which assumes network connectivity in either case - either downloading the binary installer or the source. > 3.) wtf is a "barebone install on virgin hardware"? What have you been do= ing > to your hardware that you have specific definitions of virgin and not vir= gin > hardware? > Allow me, speaking entirely on behalf of myself, to translate this to "minimal install." > sysinstall has had some changes since 7.x, but no changes that would have > affected network service configuration (yet). You ran through the install > and didn't bother reading all of the dialogs before hitting enter, so you > don't have ssh installed. Good job. Don't blame FreeBSD for your ineptitu= de. > Is this really necessary? --=20 Glen Barber From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 04:59:46 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5956B106566B for ; Fri, 20 Nov 2009 04:59:46 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id 381698FC0C for ; Fri, 20 Nov 2009 04:59:46 +0000 (UTC) Received: from mail1.sourcehosting.net ([74.205.51.45] helo=Applesauce.local) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NBLat-0000Ss-Ds; Thu, 19 Nov 2009 23:59:44 -0500 Message-ID: <4B06223B.2010900@FreeBSD.org> Date: Thu, 19 Nov 2009 23:59:39 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: Glen Johnson References: <0c5bf2a922ecbc1096da03be5670e3e1@verizon.net> <4B0575A0.707@FreeBSD.org> <6b6f6c5e02e38af4ded7a3884301c1ac@verizon.net> In-Reply-To: <6b6f6c5e02e38af4ded7a3884301c1ac@verizon.net> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -4.8 (----) Cc: freebsd-questions@freebsd.org Subject: Re: Apache22 + Subversion 1.6.6 = No go. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 04:59:46 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Glen Johnson wrote: > On Nov 19, 2009, at 11:43 AM, Greg Larkin wrote: >> >> Glen Johnson wrote: >>> FreeBSD-questions, >>> I am attempting to use FreeBSD as my Subversion server. I have >>> Subversion working, and I have Apache working. However when I try to >>> use http:/my_server/svn/my_project I get: >>> >>> >> xmlns:C="svn:"> >>> >>> >>> Could not open the requested SVN filesystem >>> >>> >>> >>> 1 I tried chmod -R 777 /home/svn/repos. >>> 2 I tried recompiling apache, db, and subversion. >>> 3 I looked at /var/log/http-error.log (partial list below) >>> [Thu Nov 19 09:35:52 2009] [notice] Graceful restart requested, doing >>> restart >>> [Thu Nov 19 09:35:53 2009] [notice] Digest: generating secret for digest >>> authentication ... >>> [Thu Nov 19 09:35:53 2009] [notice] Digest: done >>> [Thu Nov 19 09:35:54 2009] [notice] Apache/2.2.13 (FreeBSD) >>> mod_ssl/2.2.13 OpenSSL/0.9.8e DAV/2 SVN/1.6.6 configured -- resuming >>> normal operations >>> [Thu Nov 19 09:36:10 2009] [error] [client 192.168.2.12] (20014)Internal >>> error: Can't open file '/usr/home/svn/repos/default/format': No such >>> file or directory >>> [Thu Nov 19 09:36:10 2009] [error] [client 192.168.2.12] Could not fetch >>> resource information. [500, #0] >>> [Thu Nov 19 09:36:10 2009] [error] [client 192.168.2.12] Could not open >>> the requested SVN filesystem [500, #2] >>> >>> >>> What am I missing? >>> Thank you, >>> Glen >> >> Hi Glen, >> >> Please post the relevant bits from your httpd.conf where you set up the >> SVNPath, etc. It looks like maybe the SVNPath directive is pointing to >> the wrong place. >> > Thanks for your reply. I currently have this info in > /usr/local/etc/apache22/Includes/svn.conf. Apache22 loads all the conf > files in this directory when httpd.conf is loaded. > > DAV svn > SVNParentPath /usr/home/svn/repos > SVNListParentPath on > SVNPathAuthz off > SVNIndexXSLT "/data-dist/svnindex.xsl" > > # anonymous first > Satisfy Any > Require valid-user > > # authenticating them valid ones > AuthType Basic > AuthName "Subversion Repositories" > AuthUserFile /usr/home/svn/access/users > > Hi Glen, At first glance, that looks OK to me. The next tests are: - - Does /usr/home/svn/repos/default exist? (I know, dumb question!) - - If it does, are permissions set such that the httpd process user can read the directory? You said "chmod 777" on the repository parent directory didn't work. - - Please post the output of "ls -laR /usr/home/svn/repos" Thank you, Greg -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAksGIjsACgkQ0sRouByUApBUsACffnyMxsMTR3lzSEpG3e+DfOHc N14AoLp3XunUeFoVVInCNfNzg1vxRw3E =5lEw -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 05:05:24 2009 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 0B403106566B for ; Fri, 20 Nov 2009 05:05:24 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id D5E2E8FC13 for ; Fri, 20 Nov 2009 05:05:23 +0000 (UTC) Received: by pxi12 with SMTP id 12so2057806pxi.3 for ; Thu, 19 Nov 2009 21:05:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=0zv8a40dR9dqB17mwNo89HdoKAkrQ17KWsPp6SsxTT0=; b=krfGO1NhtouQpkgGZ2PvGAjWPj/mF4Q8CP6uxBmDPHvFhUoSx5JOok3cmcBUzgIf5p 0O2BDnIAZ5ngUyPFFEgEoOwKe9Z+0DF6FoI9oUQZWsVtPFtRXWSajWEdUBCk0Lo8oIr2 WUcHJZ1G4KHHvecMp599eQRSBIgi3Fy8Jqo3A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=xP+Gm1UWmqInr+H5hziXBMLCRag529KSpNcskJQSAFv/DTwxBNSCVzJeYJOJyzRffI 23uBss31DVdRBWG6MOgUCp87t6m9fNRoc7dTMAHVR8ErgVX+JKbww6Nksd/C3R+Veoxn zXhHALdb82Nq4P3Z+7Tsl58BMsi1b5Zf05Lfs= MIME-Version: 1.0 Received: by 10.115.102.9 with SMTP id e9mr1281597wam.199.1258693523428; Thu, 19 Nov 2009 21:05:23 -0800 (PST) In-Reply-To: <6201873e0911191355l6c872cfat235e16b4184b02fd@mail.gmail.com> References: <20091119211829.GA86841@bewilderbeast.blackhelicopters.org> <6201873e0911191355l6c872cfat235e16b4184b02fd@mail.gmail.com> Date: Thu, 19 Nov 2009 22:05:23 -0700 Message-ID: From: Tim Judd To: Adam Vande More Content-Type: text/plain; charset=ISO-8859-1 Cc: questions@freebsd.org, "Michael W. Lucas" Subject: Re: diskless problem: Lookup of /dev for devfs, error: 13 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 05:05:24 -0000 On 11/19/09, Adam Vande More wrote: > On Thu, Nov 19, 2009 at 3:18 PM, Michael W. Lucas < > mwlucas@blackhelicopters.org> wrote: > >> >> Hi, >> >> I'm attempting to run a diskless 8.0 i386 workstation on VMWare, using >> an OpenSolaris box as a file store. I get PXE, the kernel loads, but >> when we try to remount the filesystem I get: >> >> ... >> NFS ROOT: XXX.XXX.XXX.XXX:/storage1/vm/netflow >> Lookup of /dev for devfs, error 13 >> exec /sbin/init: error 13 >> exec /sbin/oinit: error 13 >> exec /sbin/init.bak: error 13 >> exec /rescue/inet: error 13 >> exec /stand/sysinstall: error 13 >> init: not found in path >> ... Firewall embedded into the kernel? disable and or remove and try again. >> >> At first glance, it would appear that /dev is missing. I've never >> seen this happen before diskless systems, though, and I can't find any >> other references to this. I know that other people have PXE-booted >> FreeBSD on VMWare, however. >> >> Anyone have any suggestions on what to check? >> >> Thanks, >> >> > I think you were following the same aged howto I was. Whatever config file > /stand/sysinstall and friends is located in needs to be edited and have > those references removed. That's about as far as I got when playing around > a few ago. I think the rc/init tries to run all of those as hard-coded values. I recall trying to build a floppy diskette with a minimal kernel and minimal single-user world, and i repeatedely got the above while trying to build the floppy. This would have either been the 4.x or 6.x days. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 05:28:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09DE7106566B for ; Fri, 20 Nov 2009 05:28:24 +0000 (UTC) (envelope-from pldrouin@pldrouin.net) Received: from smtp.cyberfingers.net (smtp.cyberfingers.net [198.177.254.227]) by mx1.freebsd.org (Postfix) with ESMTP id DF3E58FC0A for ; Fri, 20 Nov 2009 05:28:23 +0000 (UTC) Received: from mdaemon.pldrouin.net (CPE0023695b905f-CM001a666aca96.cpe.net.cable.rogers.com [99.246.67.95]) by smtp.cyberfingers.net (Postfix) with ESMTP id 56CDEAB6C13 for ; Fri, 20 Nov 2009 00:25:31 -0500 (EST) Message-ID: <4B0628F3.7000101@pldrouin.net> Date: Fri, 20 Nov 2009 00:28:19 -0500 From: Pierre-Luc Drouin User-Agent: Thunderbird 2.0.0.23 (X11/20090824) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: How painful is the nv driver supposed to be? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 05:28:24 -0000 Hi, I am using the nv xorg driver on 8.0 amd64 with a GeForce 6600 (CPU is an i7 overclocked at 4GHz) configured in 1920x1080. With that setup it takes about 2 seconds to maximize a window or to switch workspace in fluxbox. Is there a way to improve speed or this is all I can hope to get? Thanks! From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 05:45:50 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB30B106566B for ; Fri, 20 Nov 2009 05:45:50 +0000 (UTC) (envelope-from uwe@laverenz.de) Received: from mo-p00-ob.rzone.de (mo-p00-ob.rzone.de [81.169.146.160]) by mx1.freebsd.org (Postfix) with ESMTP id 2D6088FC0A for ; Fri, 20 Nov 2009 05:45:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1258695948; l=513; s=domk; d=laverenz.de; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References: Subject:To:MIME-Version:From:Date:X-RZG-CLASS-ID:X-RZG-AUTH; bh=El51PVXlvS1UtuFfsImrODs0EEk=; b=GHjDFclBmX0GIrtKpTSfYgy8E2j9DtI2b44VmoC9258N7vDpWmoyOpbjxjg8jQzndeC I9/RmJD1lDxD0U/1Pk8eXWqnB/xBhWo2ZYAr5227UCxGH+DbWHLKGANt6DaYu5ncf0QBt hAf32qZBpupbQmi7Euctr8aX81yMBqHNOSg= X-RZG-AUTH: :LWgJfE6Id/4Sm/WkdV0gEbKL+/p/UjmosA/b4BPR0oc5Ok8I77Tf2A== X-RZG-CLASS-ID: mo00 Received: from athena.laverenz.de (91-67-3-21-dynip.superkabel.de [91.67.3.21]) by post.strato.de (fruni mo4) (RZmta 22.2) with ESMTP id h06794lAK4PMYN for ; Fri, 20 Nov 2009 06:45:48 +0100 (MET) Received: from localhost (localhost.localdomain [127.0.0.1]) by athena.laverenz.de (Postfix) with ESMTP id 70DA673EC6 for ; Fri, 20 Nov 2009 06:45:41 +0100 (CET) Received: from athena.laverenz.de ([127.0.0.1]) by localhost (athena [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 18369-10 for ; Fri, 20 Nov 2009 06:45:41 +0100 (CET) Received: from [192.168.23.142] (unknown [192.168.23.142]) by athena.laverenz.de (Postfix) with ESMTP id C868D73E69 for ; Fri, 20 Nov 2009 06:45:40 +0100 (CET) Message-ID: <4B062D08.8090500@laverenz.de> Date: Fri, 20 Nov 2009 06:45:44 +0100 From: Uwe Laverenz User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4B0628F3.7000101@pldrouin.net> In-Reply-To: <4B0628F3.7000101@pldrouin.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at laverenz.de Subject: Re: How painful is the nv driver supposed to be? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 05:45:50 -0000 Pierre-Luc Drouin schrieb: > an i7 overclocked at 4GHz) configured in 1920x1080. With that setup it > takes about 2 seconds to maximize a window or to switch workspace in > fluxbox. Is there a way to improve speed or this is all I can hope to get? NVidia will release an official driver for FreeBSD/amd64 in the near future: http://www.nvnews.net/vbulletin/showthread.php?t=41545&page=37 If you can't wait, and I guess that's the case, you culd try the free nv alternative named "nouveau". Uwe From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 07:43:42 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B47C21065670 for ; Fri, 20 Nov 2009 07:43:42 +0000 (UTC) (envelope-from frank@shute.org.uk) Received: from atmail-8.bnguk.net (atmail-8.bnguk.net [80.74.253.5]) by mx1.freebsd.org (Postfix) with ESMTP id 729988FC0C for ; Fri, 20 Nov 2009 07:43:42 +0000 (UTC) Received: from 54-144.adsl.zetnet.co.uk ([194.247.54.144] helo=orange.esperance-linux.co.uk) by atmail-8.bnguk.net with esmtp (Exim 4.69) (envelope-from ) id 1NBO9c-0007B9-CJ; Fri, 20 Nov 2009 07:43:40 +0000 Received: by orange.esperance-linux.co.uk (Postfix, from userid 1001) id AFA724AC1B; Fri, 20 Nov 2009 07:43:39 +0000 (GMT) Date: Fri, 20 Nov 2009 07:43:39 +0000 From: Frank Shute To: Pierre-Luc Drouin Message-ID: <20091120074339.GA4667@orange.esperance-linux.co.uk> Mail-Followup-To: Pierre-Luc Drouin , freebsd-questions@freebsd.org References: <4B0628F3.7000101@pldrouin.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B0628F3.7000101@pldrouin.net> User-Agent: Mutt/1.4.2.3i X-Face: *}~{PHnDTzvXPe'wl_-f%!@+r5; VLhb':*DsX%wEOPg\fDrXWQJf|2\,92"DdS%63t*BHDyQ|OWo@Gfjcd72eaN!4%NE{0]p)ihQ1MyFNtWL X-Operating-System: FreeBSD 8.0-RC1 amd64 X-Organisation: 'shute.org.uk' Cc: freebsd-questions@freebsd.org Subject: Re: How painful is the nv driver supposed to be? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Shute List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 07:43:42 -0000 On Fri, Nov 20, 2009 at 12:28:19AM -0500, Pierre-Luc Drouin wrote: > > Hi, > > I am using the nv xorg driver on 8.0 amd64 with a GeForce 6600 (CPU is > an i7 overclocked at 4GHz) configured in 1920x1080. With that setup it > takes about 2 seconds to maximize a window or to switch workspace in > fluxbox. Is there a way to improve speed or this is all I can hope to get? > > Thanks! I think I used to have a 6600 which I used the nv driver with and maximising windows and changing workspaces was almost instantaneous. To be fair, I only have a 1280x1024 display. So the driver works fine for me. Having a look at the specs for your card seems to suggest that it should drive your display with some ease: http://www.nvidia.com/object/geforce6_techspecs.html My best guess is that there is something wrong with your setup. Check that you are using the nv driver by looking at the xorg.log It could be that you're using X in some sort of degraded mode i.e vesa. Other than that, I don't know what could be wrong. Regards, -- Frank Contact info: http://www.shute.org.uk/misc/contact.html From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 09:09:44 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E917B106568B for ; Fri, 20 Nov 2009 09:09:44 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (aristotle.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id 847DD8FC12 for ; Fri, 20 Nov 2009 09:09:44 +0000 (UTC) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id nAK99TeA068602; Fri, 20 Nov 2009 01:09:29 -0800 (PST) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Fri, 20 Nov 2009 01:09:39 -0800 (PST) Date: Fri, 20 Nov 2009 01:09:39 -0800 From: Gary Kline To: Glen Barber Message-ID: <20091120090939.GA30199@thought.org> References: <20091116231236.GA15714@thought.org> <20091117160117.12c71262.freebsd@edvax.de> <20091117174540.GB19113@thought.org> <4B02E346.3070209@otenet.gr> <20091117223844.GA19855@thought.org> <20091118221916.5852d938.freebsd@edvax.de> <20091118213320.GA23997@thought.org> <20091118231246.GB24254@thought.org> <4ad871310911192026t61ad6e99kffea52f49cfa6c10@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4ad871310911192026t61ad6e99kffea52f49cfa6c10@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 23 years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: freebsd-questions@freebsd.org, Randi Harper Subject: Re: no sshd on new server... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 09:09:45 -0000 On Thu, Nov 19, 2009 at 11:26:15PM -0500, Glen Barber wrote: > Hi, > > On Thu, Nov 19, 2009 at 9:21 PM, Randi Harper wrote: > > On Wed, Nov 18, 2009 at 3:12 PM, Gary Kline wrote: > > > >> [save the whales] {slam} > > > > Is this really necessary? > > -- > Glen Barber long-story short, a friend who is a serious network guru kept insisting that my new server have a STATIC ip, not one supplied by DHCP. ...So i forced my pfsense firewall to lock down the IP of the server-to-be [in services_dhcp.php (if memory serves)]. i mostly forgot about that static config, so the new computer failed to work correctly with what IP i was told to type in. aeound 03:43 it slammed into my mind that if i 'x' out the config on my pfsense box that i might be able to comply with my pal's instructions. [[yeah, you can call him any number of names from X to Z, but the facts are they this guy has been right--consistantly-- for the two years i've known him.]] since noon here, i have my new computer running the latest 7.2, it has a fixed IP, and i expect to have my services switched over by monday. ---hope the power holds; autumn && seattle mean wind storms and power-outs, ... and my 1998 kayak (ns1.thought.org) has about three power-cycles left. -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 7.31a release of Jottings: http://jottings.thought.org/index.php From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 09:10:11 2009 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 A31B210656C9 for ; Fri, 20 Nov 2009 09:10:11 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from viefep19-int.chello.at (viefep19-int.chello.at [62.179.121.39]) by mx1.freebsd.org (Postfix) with ESMTP id E44658FC21 for ; Fri, 20 Nov 2009 09:10:10 +0000 (UTC) Received: from edge05.upc.biz ([192.168.13.212]) by viefep19-int.chello.at (InterMail vM.7.09.01.00 201-2219-108-20080618) with ESMTP id <20091120091007.KAAI5725.viefep19-int.chello.at@edge05.upc.biz> for ; Fri, 20 Nov 2009 10:10:07 +0100 Received: from laci.sznet ([80.99.119.49]) by edge05.upc.biz with edge id 7MA41d01M1429wY05MA5xb; Fri, 20 Nov 2009 10:10:07 +0100 X-SourceIP: 80.99.119.49 Message-ID: <4B065CEB.7080809@shopzeus.com> Date: Fri, 20 Nov 2009 10:10:03 +0100 From: Laszlo Nagy User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: transmission-web settings do not 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: Fri, 20 Nov 2009 09:10:11 -0000 Basic system, installed these packages: transmission-daemon és transmission-web. Here is rc.conf: transmission_enable="YES" transmission_flags=" -a 192.168.0.1 " transmission_download_dir="/download" Other settings are the defaults. Then I do this: vm01# mkdir -p /download vm01# chown -R transmission:transmission /download vm01# /usr/local/etc/rc.d/transmission start Starting transmission. vm01# ps axww | grep transm 8963 ?? SsJ 0:00.00 /usr/local/bin/transmission-daemon -g /usr/local/etc/transmission/home -a 192.168.0.1 -w /download My problem: cannot use web UI from outside. Here is the error I get: > Unauthorized IP Address. > > Either disable the IP address whitelist or add your address to it. > > If you're editing settings.json, see the 'rpc-whitelist' and > 'rpc-whitelist-enabled' entries. > > If you're still using ACLs, use a whitelist instead. See the > transmission-daemon manpage for details. > However, it is useless to change "rpc-whitelist-enable" to "false" in the ~transmission/settings.json file. I can even delete it. It doesn't matter. Anytime I start transmission-daemon, it ignores all the settings. Then, if I stop it, it dumps out the default settings again to settings.json. régi settings.json-t. When starting up transmission-daemon, it doesn't tell anything about not found config file, cannot read or parse it etc. What did I wrong? System info: vm01# uname -a FreeBSD vm01.tessssst.dyndns.org 7.2-STABLE FreeBSD 7.2-STABLE #2: Wed Nov 18 08:50:04 CET 2009 gandalf@tessssst.dyndns.org:/usr/obj/usr/src/sys/DARKSUN amd64 vm01# pkg_info | grep trans transmission-daemon-1.75 A fast and lightweight daemon BitTorrent client transmission-web-1.75 A fast and lightweight WebUI for Transmission BitTorrent cl vm01# Thanks Laszlo _______________________________________________ BSD levlista BSD@hu.freebsd.org https://lists.hu.freebsd.org/mailman/listinfo/bsd -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 09:44:52 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 519CF106566B for ; Fri, 20 Nov 2009 09:44:52 +0000 (UTC) (envelope-from materribile@yahoo.com) Received: from web110310.mail.gq1.yahoo.com (web110310.mail.gq1.yahoo.com [67.195.8.210]) by mx1.freebsd.org (Postfix) with SMTP id 0A4768FC2C for ; Fri, 20 Nov 2009 09:44:51 +0000 (UTC) Received: (qmail 78966 invoked by uid 60001); 20 Nov 2009 09:18:11 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1258708691; bh=Jn2tTsrlK3Ynt2JgKYjHxs6jlx8SCKYEAxwYsUXHzMQ=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=COll1jzDvZRn8mRVgfgPDo/DSyRPYzkEZv5/eFlZukyxWFnxFiSptVkfgNL6TyBk2KgZMvMJY35Z0uCZK3mLKYGD9toysw/XFzQkwxJPJoRpinOlPg5o0ci9eKRu9TQyHnj/UvyyP/fUbvmChy4NTmKrbpILLqXFKiRZUguzvLU= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=5TherLyARpgBYuBsmjjraej2DC7yWkXyN7/1d1prJJANMKfGN/GybzEHcCuPQR4bIicAbLfGPgpXTAIZDicQdaTCnU8SmtacpyC5M2aI4NU3x5mQy/eMq35FonMEKk+vyNAEJWc6IR5rcTnrNgO1Rk3KSrvkx26B7xgoK19NEqQ=; Message-ID: <181765.78137.qm@web110310.mail.gq1.yahoo.com> X-YMail-OSG: vi_wOl0VM1n3ajDDf65qEga2BmHnJB9TBR756gCpXi.ZsxIJ2ZYfcbkyxzr1hMcu0GNfLDRlJtf2UJfzkLpt79Et7Yyqv1Zxy3S_TyoQNhbS3PGz5qY1YbCeIBqA75TdAp47rkMi_ZS5RMkpFOcYXMld742_zx6Cj9VI8n67BYpTNYRuUdMJUhN9U3yLZo5laPzNty8oGMhU9ICMnMOYYqO9B_LeY9ihJm_dBznWOSjhXyAFaDyUH.W_k_YqIvPWr3BcTJaSwSHnJE4fpwI9AeBMAA2rMUjOGYmGJrQxn4ScDBzDGD3afdA4EhKLMekhwD5jo1DXYZVMv7RVlgDw.iE- Received: from [24.228.57.153] by web110310.mail.gq1.yahoo.com via HTTP; Fri, 20 Nov 2009 01:18:10 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.8.100.260964 Date: Fri, 20 Nov 2009 01:18:10 -0800 (PST) From: Mark Terribile To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: 7.2, usb mouse, uhub0: device problem (IOERROR), disabling port 3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 09:44:52 -0000 Hi, I just put 7.2 on an Asus P5N7A-VM motherboard (running with a Core II Quad 2.33). This motherboard has a PS/2 connector for the keyboard but not for the mouse. When I plug a USB mouse in, or connect a PS/2 mouse through an appropriate green adaptor (PS/2 mouse/USB) I get the following error on the console and in /var/log/messages: Nov 17 15:35:11 silver kernel: uhub0: device problem (IOERROR), disabling port 3 I've tried different USB ports and gotten similar errors. To run an X display I will need (well, very much want) a mouse. Can anyone offer advice on what I must or can do? Thanks, Mark A. Terribile From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 09:46:52 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5424E106566B for ; Fri, 20 Nov 2009 09:46:52 +0000 (UTC) (envelope-from materribile@yahoo.com) Received: from web110309.mail.gq1.yahoo.com (web110309.mail.gq1.yahoo.com [67.195.8.209]) by mx1.freebsd.org (Postfix) with SMTP id 0B2B78FC13 for ; Fri, 20 Nov 2009 09:46:51 +0000 (UTC) Received: (qmail 49503 invoked by uid 60001); 20 Nov 2009 09:20:10 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1258708810; bh=JqDUiv6e5YPyBECgKna9GA2TMvUx9HYy573ftzVvkPg=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=Vcw1nlbfSkQ3zEC1Jn0GDD7KZQpTgYVzXg4jiiQNpkNzPIEQE/onpLY7VStjucXhDd5M22mVEfhrG3fFJ5po5qd6MpiVUP2ESf6svjrcDoveuSdJnPXuig48vZwfXDtEJv8cWCgX7yKXisulf7JwzS2o1gUFaNIpmZrpNFoQJoA= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=lb96rJ1WHK0+UWy8nUG2m3U3cei6dg34QEv34mJunSxEjEt+vGRPm2xkipvVuMZlnrlnyLTj0PC155JBbC94B8gB/l3vOnidovor5eO/o0AAHuT6pLtYivst/B8C5yk5tQnQoKPPZBW6INCKIhbN1BHWZPlp1lKsqZorUaY3+TY=; Message-ID: <756499.48701.qm@web110309.mail.gq1.yahoo.com> X-YMail-OSG: Q1da_G0VM1kIvPOvbqyAf_QniHe9z208JA4wHe.r0LCpX4980YGj3ywk0g2Teun6GYpZtkhBXiFSvTHNdkADlzgaX3HC70cWCyU4sdgQPmMsdGbfOA1C4CxQVx4qTNgj.O40GMl43HNGpo.LoJQ3dKRfH_7pro35i86gm0HWYMSj73Fg6bdcPh900avA8GZ6Il_pSTqftWK6xvcKqZfsdSLCjBTzKXK2VYDSI4TXDoMIQWvUhtB0g00WY4cAr8WETCUOXSSb07R9luS3kWMSEUwD_nhghd1aviSXus40VQdOZBxEPLX3qPgMIx6J6bfF0qFN2TziCYVuqPzRGSpHvg-- Received: from [24.228.57.153] by web110309.mail.gq1.yahoo.com via HTTP; Fri, 20 Nov 2009 01:20:10 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.8.100.260964 Date: Fri, 20 Nov 2009 01:20:10 -0800 (PST) From: Mark Terribile To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: 7.2, mouse, uhub0: device problem (IOERROR), disabling port 3 (ADDENDUM) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 09:46:52 -0000 Oops, forgot one thing: > Nov 17 15:35:11 silver kernel: uhub0: device problem (IOERROR), disabling port 3 The message repeats twice within a few seconds. After a few minutes pass, it repeats twice again, and so forth. Mark Terribile From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 10:04:34 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAE601065672 for ; Fri, 20 Nov 2009 10:04:34 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id A2EB78FC08 for ; Fri, 20 Nov 2009 10:04:34 +0000 (UTC) Received: from localhost (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id 5A6013599; Fri, 20 Nov 2009 11:04:32 +0100 (CET) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by localhost (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 5Ap5S3pQzyK3; Fri, 20 Nov 2009 11:04:29 +0100 (CET) Received: from snifi.localnet (87-204-241-35.ip.netia.com.pl [87.204.241.35]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id 5BB38193E; Fri, 20 Nov 2009 11:04:29 +0100 (CET) From: Maciej Milewski To: freebsd-questions@freebsd.org Date: Fri, 20 Nov 2009 11:04:23 +0100 User-Agent: KMail/1.12.3 (Linux/2.6.31-ARCH; KDE/4.3.3; x86_64; ; ) References: <4B065CEB.7080809@shopzeus.com> In-Reply-To: <4B065CEB.7080809@shopzeus.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Message-Id: <200911201104.24014.milu@dat.pl> Cc: Laszlo Nagy Subject: Re: transmission-web settings do not 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: Fri, 20 Nov 2009 10:04:35 -0000 Dnia pi=B1tek 20 listopad 2009 o 10:10:03 Laszlo Nagy napisa=B3(a): > transmission_enable=3D"YES" > transmission_flags=3D" -a 192.168.0.1 " > transmission_download_dir=3D"/download" >=20 > Other settings are the defaults. Then I do this: >=20 > vm01# mkdir -p /download > vm01# chown -R transmission:transmission /download > vm01# /usr/local/etc/rc.d/transmission start > Starting transmission. > vm01# ps axww | grep transm > 8963 ?? SsJ 0:00.00 /usr/local/bin/transmission-daemon -g > /usr/local/etc/transmission/home -a 192.168.0.1 -w /download >=20 > My problem: cannot use web UI from outside. Here is the error I get: > > Unauthorized IP Address. =46rom transmission manual: -a --allowed x.x.x.x,... Allow RPC access to a comma-delimited whitelist of IP addresse= s. Wildcards can be specified in an address by using '*'. Defaul= t: "127.0.0.1" Example: "127.0.0.*,192.168.1.*" So by settings this flag you are allowing only IP 192.168.0.1. > However, it is useless to change "rpc-whitelist-enable" to "false" in > the ~transmission/settings.json file. I can even delete it. It doesn't > matter. Anytime I start transmission-daemon, it ignores all the > settings. Then, if I stop it, it dumps out the default settings again to > settings.json. > r=E9gi settings.json-t. >=20 > When starting up transmission-daemon, it doesn't tell anything about not > found config file, cannot read or parse it etc. Try this way: remove that flag, turn off transmission-daemon, change settings.json and th= en=20 start transmission-daemon.=20 =2D-=20 Best Regards, Maciej Milewski From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 11:20:58 2009 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 110D81065713 for ; Fri, 20 Nov 2009 11:20:58 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id B89398FC14 for ; Fri, 20 Nov 2009 11:20:57 +0000 (UTC) Received: from mx1.sbmail.office-on-the.net (mx1.sbmail.office-on-the.net [192.168.2.107]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 51E397E854 for ; Fri, 20 Nov 2009 02:20:56 -0900 (AKST) Received: from dspam.sbmail.office-on-the.net (mx1.sbmail.office-on-the.net [192.168.2.107]) by mx1.sbmail.office-on-the.net (Postfix) with SMTP id 1CBB7C2CB05 for ; Fri, 20 Nov 2009 02:20:56 -0900 (AKST) Received: from webmail.testbox.ath.cx (mx1.sbmail.office-on-the.net [192.168.2.107]) by mx1.sbmail.office-on-the.net (Postfix) with ESMTP id 88386C2CB04; Fri, 20 Nov 2009 02:20:54 -0900 (AKST) MIME-Version: 1.0 Date: Fri, 20 Nov 2009 02:20:54 -0900 From: Mel Flynn To: "Michael W. Lucas" In-Reply-To: <20091119211829.GA86841@bewilderbeast.blackhelicopters.org> References: <20091119211829.GA86841@bewilderbeast.blackhelicopters.org> Message-ID: X-Sender: mel.flynn+fbsd.questions@mailing.thruhere.net User-Agent: RoundCube Webmail/0.2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-DSPAM-Result: Innocent X-DSPAM-Processed: Fri Nov 20 02:20:55 2009 X-DSPAM-Confidence: 1.0000 X-DSPAM-Improbability: 1 in 98689407 chance of being spam X-DSPAM-Probability: 0.0023 X-DSPAM-Signature: 89,4b067b9742368292973570 X-DSPAM-Factors: 27, but, 0.40000, /rescue/inet+error, 0.40000, 2009+16, 0.40000, Received*Fri+20, 0.40000, get+>, 0.40000, an, 0.40000, Content-Type*charset="UTF+8", 0.40000, On+Thu, 0.40000, Received*webmail.testbox.ath.cx, 0.40000, From*, 0.40000, Received*Nov, 0.40000, doesn't, 0.40000 Cc: questions@freebsd.org Subject: Re: diskless problem: Lookup of /dev for devfs, error: 13 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 11:20:58 -0000 On Thu, 19 Nov 2009 16:18:29 -0500, "Michael W. Lucas" wrote: > Hi, >=20 > I'm attempting to run a diskless 8.0 i386 workstation on VMWare, using > an OpenSolaris box as a file store. I get PXE, the kernel loads, but > when we try to remount the filesystem I get: >=20 > ... > NFS ROOT: XXX.XXX.XXX.XXX:/storage1/vm/netflow > Lookup of /dev for devfs, error 13 > exec /sbin/init: error 13 > exec /sbin/oinit: error 13 > exec /sbin/init.bak: error 13 > exec /rescue/inet: error 13 > exec /stand/sysinstall: error 13 > init: not found in path > ... >=20 > At first glance, it would appear that /dev is missing. Actually, at first glance it would appear that the mount doesn't allow execution. --=20 Mel From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 11:29:40 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3A1B106568B for ; Fri, 20 Nov 2009 11:29:40 +0000 (UTC) (envelope-from freebsdlists@bsdunix.ch) Received: from conversation.bsdunix.ch (ns1.bsdunix.ch [82.220.1.90]) by mx1.freebsd.org (Postfix) with ESMTP id 10A348FC17 for ; Fri, 20 Nov 2009 11:29:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by conversation.bsdunix.ch (Postfix) with ESMTP id B48685E3E for ; Fri, 20 Nov 2009 12:13:45 +0100 (CET) X-Virus-Scanned: by amavisd-new at mail.bsdunix.ch Received: from conversation.bsdunix.ch ([127.0.0.1]) by localhost (conversation.bsdunix.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 7LowijuhM9IK for ; Fri, 20 Nov 2009 12:13:39 +0100 (CET) Received: from 192.168.1.2.local.home (dmhd.bsdunix.ch [82.220.17.25]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by conversation.bsdunix.ch (Postfix) with ESMTP id 36B2C5DF1 for ; Fri, 20 Nov 2009 12:13:39 +0100 (CET) From: Thomas Vogt Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Fri, 20 Nov 2009 12:13:39 +0100 Message-Id: <06CA3C3C-636B-4DC7-9B99-751B610B6263@bsdunix.ch> To: freebsd-questions@freebsd.org Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) Subject: Problem compiling php5 fro ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 11:29:40 -0000 Hello Maybe someone can help me. I try to compile several php5 extensions from = the ports. php5 compiles fine but every extension fails with the same = error. Example: php5-mcrypt In file included from = /usr/local/include/php/main/../main/php_config.h:2827, from /usr/local/include/php/Zend/zend_config.h:1, from /usr/local/include/php/Zend/zend.h:53, from /usr/local/include/php/main/php.h:34, from = /usr/ports/security/php5-mcrypt/work/php-5.2.11/ext/mcrypt/mcrypt.c:25: /usr/local/include/php/ext/php_config.h:1: error: expected '=3D', ',', = ';', 'asm' or '__attribute__' before 'file' In file included from = /usr/local/include/php/main/../main/php_config.h:2827, from /usr/local/include/php/TSRM/tsrm_config.h:1, from /usr/local/include/php/Zend/../TSRM/TSRM.h:20, from /usr/local/include/php/Zend/zend_alloc.h:27, from /usr/local/include/php/Zend/zend.h:242, from /usr/local/include/php/main/php.h:34, from = /usr/ports/security/php5-mcrypt/work/php-5.2.11/ext/mcrypt/mcrypt.c:25: /usr/local/include/php/ext/php_config.h:1: error: expected '=3D', ',', = ';', 'asm' or '__attribute__' before 'file' In file included from /usr/local/include/php/main/php_config.h:2827, from /usr/local/include/php/main/php_syslog.h:27, from /usr/local/include/php/Zend/zend.h:689, from /usr/local/include/php/main/php.h:34, from = /usr/ports/security/php5-mcrypt/work/php-5.2.11/ext/mcrypt/mcrypt.c:25: /usr/local/include/php/ext/php_config.h:1: error: expected '=3D', ',', = ';', 'asm' or '__attribute__' before 'file' In file included from /usr/local/include/php/main/php_config.h:2827, from /usr/local/include/php/main/php_compat.h:27, from /usr/local/include/php/main/php.h:36, from = /usr/ports/security/php5-mcrypt/work/php-5.2.11/ext/mcrypt/mcrypt.c:25: /usr/local/include/php/ext/php_config.h:1: error: expected '=3D', ',', = ';', 'asm' or '__attribute__' before 'file' In file included from /usr/local/include/php/Zend/zend_modules.h:26, from /usr/local/include/php/Zend/zend_API.h:26, from /usr/local/include/php/main/php.h:38, Another example: =3D=3D=3D> Building for pecl-pdflib-2.1.6_1 /bin/sh /usr/ports/print/pecl-pdflib/work/pdflib-2.1.6/libtool = --mode=3Dcompile cc -I. = -I/usr/ports/print/pecl-pdflib/work/pdflib-2.1.6 -DPHP_ATOM_INC = -I/usr/ports/print/pecl-pdflib/work/pdflib-2.1.6/include = -I/usr/ports/print/pecl-pdflib/work/pdflib-2.1.6/main = -I/usr/ports/print/pecl-pdflib/work/pdflib-2.1.6 = -I/usr/local/include/php -I/usr/local/include/php/main = -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend = -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib = -I/usr/local/include -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -pipe = -c /usr/ports/print/pecl-pdflib/work/pdflib-2.1.6/pdf.c -o pdf.lo mkdir .libs cc -I. -I/usr/ports/print/pecl-pdflib/work/pdflib-2.1.6 -DPHP_ATOM_INC = -I/usr/ports/print/pecl-pdflib/work/pdflib-2.1.6/include = -I/usr/ports/print/pecl-pdflib/work/pdflib-2.1.6/main = -I/usr/ports/print/pecl-pdflib/work/pdflib-2.1.6 = -I/usr/local/include/php -I/usr/local/include/php/main = -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend = -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib = -I/usr/local/include -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -pipe -c = /usr/ports/print/pecl-pdflib/work/pdflib-2.1.6/pdf.c -fPIC -DPIC -o = .libs/pdf.o In file included from = /usr/local/include/php/main/../main/php_config.h:2827, from /usr/local/include/php/Zend/zend_config.h:1, from /usr/local/include/php/Zend/zend.h:53, from /usr/local/include/php/main/php.h:34, from = /usr/ports/print/pecl-pdflib/work/pdflib-2.1.6/pdf.c:84: /usr/local/include/php/ext/php_config.h:1: error: expected '=3D', ',', = ';', 'asm' or '__attribute__' before 'file' In file included from = /usr/local/include/php/main/../main/php_config.h:2827, from /usr/local/include/php/TSRM/tsrm_config.h:1, from /usr/local/include/php/Zend/../TSRM/TSRM.h:20, from /usr/local/include/php/Zend/zend_alloc.h:27, from /usr/local/include/php/Zend/zend.h:242, from /usr/local/include/php/main/php.h:34, from = /usr/ports/print/pecl-pdflib/work/pdflib-2.1.6/pdf.c:84: /usr/local/include/php/ext/php_config.h:1: error: expected '=3D', ',', = ';', 'asm' or '__attribute__' before 'file' In file included from /usr/local/include/php/main/php_config.h:2827, from /usr/local/include/php/main/php_syslog.h:27, from /usr/local/include/php/Zend/zend.h:689, from /usr/local/include/php/main/php.h:34, from = /usr/ports/print/pecl-pdflib/work/pdflib-2.1.6/pdf.c:84: /usr/local/include/php/ext/php_config.h:1: error: expected '=3D', ',', = ';', 'asm' or '__attribute__' before 'file' In file included from /usr/local/include/php/main/php_config.h:2827, from /usr/local/include/php/main/php_compat.h:27, from /usr/local/include/php/main/php.h:36, from = /usr/ports/print/pecl-pdflib/work/pdflib-2.1.6/pdf.c:84: /usr/local/include/php/ext/php_config.h:1: error: expected '=3D', ',', = ';', 'asm' or '__attribute__' before 'file' In file included from /usr/local/include/php/Zend/zend_modules.h:26, from /usr/local/include/php/Zend/zend_API.h:26, from /usr/local/include/php/main/php.h:38, from = /usr/ports/print/pecl-pdflib/work/pdflib-2.1.6/pdf.c:84: /usr/local/include/php/Zend/zend_compile.h:62: error: expected = specifier-qualifier-list before 'zend_op_array' /usr/local/include/php/Zend/zend_compile.h:267: error: expected = specifier-qualifier-list before 'zend_op_array' /usr/local/include/php/Zend/zend_compile.h:298: error: expected = specifier-qualifier-list before 'zend_op_array' In file included from /usr/local/include/php/Zend/zend_compile.h:319, from /usr/local/include/php/Zend/zend_modules.h:26, from /usr/local/include/php/Zend/zend_API.h:26, from /usr/local/include/php/main/php.h:38, from = /usr/ports/print/pecl-pdflib/work/pdflib-2.1.6/pdf.c:84: /usr/local/include/php/Zend/zend_globals.h:91: error: expected = specifier-qualifier-list before 'zend_op_array' /usr/local/include/php/Zend/zend_globals.h:183: error: expected = specifier-qualifier-list before 'zend_op_array' In file included from /usr/local/include/php/Zend/zend_modules.h:26, from /usr/local/include/php/Zend/zend_API.h:26, from /usr/local/include/php/main/php.h:38, from = /usr/ports/print/pecl-pdflib/work/pdflib-2.1.6/pdf.c:84: /usr/local/include/php/Zend/zend_compile.h:327: error: expected '=3D', = ',', ';', 'asm' or '__attribute__' before '*' token /usr/local/include/php/Zend/zend_compile.h:328: error: expected '=3D', = ',', ';', 'asm' or '__attribute__' before '*' token /usr/local/include/php/Zend/zend_compile.h:340: error: expected ')' = before '*' token /usr/local/include/php/Zend/zend_compile.h:513: error: expected '=3D', = ',', ';', 'asm' or '__attribute__' before '*' token /usr/local/include/php/Zend/zend_compile.h:514: error: expected '=3D', = ',', ';', 'asm' or '__attribute__' before '*' token /usr/local/include/php/Zend/zend_compile.h:515: error: expected '=3D', = ',', ';', 'asm' or '__attribute__' before '*' token /usr/local/include/php/Zend/zend_compile.h:518: error: expected ')' = before '*' token /usr/local/include/php/Zend/zend_compile.h:519: error: expected ')' = before '*' token /usr/local/include/php/Zend/zend_compile.h:537: error: expected ')' = before '*' token /usr/local/include/php/Zend/zend_compile.h:539: error: expected ')' = before '*' token /usr/local/include/php/Zend/zend_compile.h:541: error: expected ')' = before '*' token /usr/local/include/php/Zend/zend_compile.h:542: error: expected ')' = before '*' token /usr/local/include/php/Zend/zend_compile.h:543: error: expected ')' = before '*' token In file included from /usr/local/include/php/Zend/zend_API.h:30, from /usr/local/include/php/main/php.h:38, from = /usr/ports/print/pecl-pdflib/work/pdflib-2.1.6/pdf.c:84: /usr/local/include/php/Zend/zend_execute.h:55: error: expected ')' = before '*' token /usr/local/include/php/Zend/zend_execute.h:61: error: expected ')' = before '*' token /usr/local/include/php/Zend/zend_execute.h: In function = 'i_zend_is_true': /usr/local/include/php/Zend/zend_execute.h:126: error: = 'zend_executor_globals' has no member named 'ze1_compatibility_mode' /usr/local/include/php/Zend/zend_execute.h: In function = 'zend_ptr_stack_clear_multiple': /usr/local/include/php/Zend/zend_execute.h:148: error: = 'zend_executor_globals' has no member named 'argument_stack' /usr/local/include/php/Zend/zend_execute.h:151: error: = 'zend_executor_globals' has no member named 'argument_stack' /usr/local/include/php/Zend/zend_execute.h:157: error: = 'zend_executor_globals' has no member named 'argument_stack' /usr/local/include/php/Zend/zend_execute.h: In function = 'zend_ptr_stack_get_arg': /usr/local/include/php/Zend/zend_execute.h:162: error: = 'zend_executor_globals' has no member named 'argument_stack' In file included from = /usr/local/include/php/main/../main/php_config.h:2827, from /usr/local/include/php/TSRM/tsrm_config.h:1, from = /usr/local/include/php/TSRM/tsrm_config_common.h:13, from /usr/local/include/php/TSRM/tsrm_virtual_cwd.h:26, from /usr/local/include/php/main/php.h:412, from = /usr/ports/print/pecl-pdflib/work/pdflib-2.1.6/pdf.c:84: /usr/local/include/php/ext/php_config.h: At top level: /usr/local/include/php/ext/php_config.h:1: error: expected '=3D', ',', = ';', 'asm' or '__attribute__' before 'file' In file included from /usr/local/include/php/main/php.h:412, from = /usr/ports/print/pecl-pdflib/work/pdflib-2.1.6/pdf.c:84: /usr/local/include/php/TSRM/tsrm_virtual_cwd.h:198: warning: 'struct = utimbuf' declared inside parameter list *** Error code 1 I installed php5 extension via package and it works but it's not good if = I can't compile it by myself. The System was upgraded from 6.4 to 7.2 with freebsd-update, libtool = upgrade was done as descriped in UPDATING. PHP4 was installed bevor I = tried to upgrade to php5. I removed all php4 packages, updated to the = latest portstree and tried to build php5-extension. No luck. Information: FreeBSD hostname 7.2-RELEASE-p4 FreeBSD 7.2-RELEASE-p4 #0: Fri Oct 2 = 12:21:39 UTC 2009 = root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 Installed Ports/packages amanda-client-2.6.1p1,1 amanda-server-2.6.1p1,1 apache-2.2.13 aspell-0.60.6_2 autoconf-2.62 autoconf-wrapper-20071109 automake-1.10.1 automake-wrapper-20071109 bigreqsproto-1.0.2 ca_root_nss-3.11.9_2 cclient-2007e,1 cracklib-2.7_2 cups-client-1.3.10_4 cups-image-1.3.10_4 curl-7.19.7 db41-4.1.25_4 docbook-1.4 docbook-4.1_3 docbook-4.2 docbook-4.3 docbook-4.4_2 docbook-4.5_2 docbook-5.0_1 docbook-sk-4.1.2_4 docbook-xml-4.2_1 docbook-xml-4.3 docbook-xml-4.4_1 docbook-xml-4.5 docbook-xsl-1.75.2 expat-2.0.1 fontconfig-2.6.0,1 freetype2-2.3.9_1 gamin-0.1.10_3 gd-2.0.35_2,1 gettext-0.17_1 ghostscript8-nox11-8.64_7 gio-fam-backend-2.20.5 glib-2.20.5 gmake-3.81_3 gnutls-2.8.3 gsfonts-8.11_5 gtar-1.22_1 help2man-1.36.4_3 inputproto-1.5.0 iso8879-1986_2 jasper-1.900.1_8 jbigkit-1.6 joe-3.7,1 jpeg-7 kbproto-1.0.3 lcms-1.18a_1,1 libICE-1.0.4_1,1 libSM-1.1.0_1,1 libX11-1.2.1_1,1 libXau-1.0.4 libXaw-1.0.5_1,1 libXdmcp-1.0.2_1 libXext-1.0.5,1 libXmu-1.0.4,1 libXp-1.0.0,1 libXpm-3.5.7 libXt-1.0.5_1 libcheck-0.9.8 libfpx-1.2.0.12_1 libgcrypt-1.4.4 libgpg-error-1.7 libiconv-1.13.1 liblqr-1-0.4.1 libltdl-2.2.6a_1 libmcal-0.7_2 libmcrypt-2.5.8 libmonetra-7.0.4 libpthread-stubs-0.3 libtool-2.2.6a_1 libxcb-1.4 libxml2-2.7.6 libxslt-1.1.26 lzo2-2.03_2 lzop-1.02.r1 m4-1.4.13,1 mhash-0.9.9.9 mnogosearch31-3.1.21 mysql-client-5.0.87 mysql-scripts-5.0.87 mysql-server-5.0.87 p5-DBD-mysql50-4.012 p5-DBI-1.60.9 p5-Storable-2.21 p5-gettext-1.05_2 pcre-8.00 pdflib-7.0.4 pear-1.9.0 pear-MDB2-2.5.0.b2 pear-MDB2_Driver_mysql-1.5.0.b2 pear-MDB2_Driver_mysqli-1.5.0.b2 pecl-fileinfo-1.0.4 pecl-pdflib-2.1.6_1 perl-5.8.9_3 php5-5.2.11_1 php5-bcmath-5.2.11_1 php5-bz2-5.2.11_1 php5-ctype-5.2.11_1 php5-curl-5.2.11_1 php5-dom-5.2.11_1 php5-extensions-1.3 php5-filter-5.2.11_1 php5-gd-5.2.11_2 php5-gettext-5.2.11_1 php5-hash-5.2.11_1 php5-iconv-5.2.11_1 php5-json-5.2.11_1 php5-mbstring-5.2.11_1 php5-mcrypt-5.2.11_1 php5-mhash-5.2.11_1 php5-mysql-5.2.11_1 php5-mysqli-5.2.11_1 php5-openssl-5.2.11_1 php5-pcre-5.2.11_1 php5-pdo-5.2.11_1 php5-pdo_sqlite-5.2.11_1 php5-posix-5.2.11_1 php5-session-5.2.11_1 php5-simplexml-5.2.11_1 php5-sockets-5.2.11_1 php5-spl-5.2.11_1 php5-sqlite-5.2.11_1 php5-sysvmsg-5.2.11_1 php5-sysvshm-5.2.11_1 php5-tokenizer-5.2.11_1 php5-xml-5.2.11_1 php5-xmlreader-5.2.11_1 php5-xmlwriter-5.2.11_1 php5-xsl-5.2.11_1 php5-zip-5.2.11_1 php5-zlib-5.2.11_1 phpMyAdmin-3.2.3 pkg-config-0.23_1 png-1.2.40 portaudit-0.5.14 portupgrade-2.4.6_3,2 printproto-1.0.4 python26-2.6.2_3 ruby+nopthreads-1.8.7.160_5,1 ruby18-bdb-0.6.5_1 screen-4.0.3_6 t1lib-5.1.2_1,1 tiff-3.9.2 tw_cli-9.5.2 unixODBC-2.2.14_1 unzip-6.0 webalizer-2.21.2_1 xcb-proto-1.5 xcmiscproto-1.1.2 xextproto-7.0.5 xf86bigfontproto-1.1.2 xmlcatmgr-2.2 xmlcharent-0.3_2 xorg-macros-1.2.1 xproto-7.0.15 xtrans-1.2.3 xz-4.999.9_1 zip-3.0 Regards, Thomas Tom From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 11:47:02 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FC111065676 for ; Fri, 20 Nov 2009 11:47:02 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 0F76A8FC18 for ; Fri, 20 Nov 2009 11:47:01 +0000 (UTC) Received: from isis.bris.ac.uk ([137.222.10.63]) by dirj.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1NBRx3-0000Tx-Vd for freebsd-questions@freebsd.org; Fri, 20 Nov 2009 11:47:00 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by isis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1NBRx3-0004IT-AR for freebsd-questions@freebsd.org; Fri, 20 Nov 2009 11:46:57 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id nAKBkvcl022611 for ; Fri, 20 Nov 2009 11:46:57 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id nAKBkvW3022610 for freebsd-questions@freebsd.org; Fri, 20 Nov 2009 11:46:57 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Fri, 20 Nov 2009 11:46:57 +0000 From: Anton Shterenlikht To: freebsd-questions@freebsd.org Message-ID: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: -1.5 X-Spam-Level: - Subject: GPUs on FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 11:47:02 -0000 Anybody knows of working GPUs under FBSD on any arch? Any advice? -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 12:07:37 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD3DB106568D for ; Fri, 20 Nov 2009 12:07:37 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 5BC0D8FC0C for ; Fri, 20 Nov 2009 12:07:36 +0000 (UTC) Received: from mx1.sbmail.office-on-the.net (mx1.sbmail.office-on-the.net [192.168.2.107]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 44EB47E857 for ; Fri, 20 Nov 2009 03:07:36 -0900 (AKST) Received: from dspam.sbmail.office-on-the.net (mx1.sbmail.office-on-the.net [192.168.2.107]) by mx1.sbmail.office-on-the.net (Postfix) with SMTP id 0FCA9C2CB05 for ; Fri, 20 Nov 2009 03:07:35 -0900 (AKST) Received: from webmail.testbox.ath.cx (mx1.sbmail.office-on-the.net [192.168.2.107]) by mx1.sbmail.office-on-the.net (Postfix) with ESMTP id E9636C2CB04; Fri, 20 Nov 2009 03:07:32 -0900 (AKST) MIME-Version: 1.0 Date: Fri, 20 Nov 2009 03:07:32 -0900 From: Mel Flynn To: Thomas Vogt In-Reply-To: <06CA3C3C-636B-4DC7-9B99-751B610B6263@bsdunix.ch> References: <06CA3C3C-636B-4DC7-9B99-751B610B6263@bsdunix.ch> Message-ID: X-Sender: mel.flynn+fbsd.questions@mailing.thruhere.net User-Agent: RoundCube Webmail/0.2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-DSPAM-Result: Innocent X-DSPAM-Processed: Fri Nov 20 03:07:35 2009 X-DSPAM-Confidence: 0.9899 X-DSPAM-Improbability: 1 in 9809 chance of being spam X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 14,4b06868742361484566465 X-DSPAM-Factors: 27, Content-Type*charset="UTF+8", 0.01000, Received*webmail.testbox.ath.cx, 0.01000, From* Subject: 7.2-RELEASE-i386-disk1.iso boot issue/problem/bug X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 12:16:53 -0000 Where/how can I get more information about Open Issue #20090501 as listed in Section 3 (Open Issues) in the 7.2 Eratta? http://www.freebsd.org/releases/7.2R/errata.html This problem has been annoying me greatly, primarily because I wasn't sure if it might be due to my own (faulty?) CD/DVD writers, and I'd just like to know what the current status on this bug/issue is. I really do hope that somebody is working to fix this one. I've got two different systems here, of different vintages, where I have already ex- perienced this exact problem, i.e. 7.2-RELEASE-i386-disk1.iso not booting, even though the 7.2 i386 live file system _does_ boot. System 1: MSI K9VGM-V motherboard & AMD Athlon 64 / 1640B CPU System 2: Soyo KT333 Dragon Lite & AMD Athlon XP 2000+ If somebody knows the bug number so that I can look this up, I'd appreciate it if you would share that. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 12:25:34 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87B86106566B for ; Fri, 20 Nov 2009 12:25:34 +0000 (UTC) (envelope-from freebsdlists@bsdunix.ch) Received: from conversation.bsdunix.ch (ns1.bsdunix.ch [82.220.1.90]) by mx1.freebsd.org (Postfix) with ESMTP id 415628FC1D for ; Fri, 20 Nov 2009 12:25:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by conversation.bsdunix.ch (Postfix) with ESMTP id CA1D85DD9; Fri, 20 Nov 2009 13:25:32 +0100 (CET) X-Virus-Scanned: by amavisd-new at mail.bsdunix.ch Received: from conversation.bsdunix.ch ([127.0.0.1]) by localhost (conversation.bsdunix.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 7VfAvpCnPOXH; Fri, 20 Nov 2009 13:25:30 +0100 (CET) Received: from 192.168.1.2.local.home (dmhd.bsdunix.ch [82.220.17.25]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by conversation.bsdunix.ch (Postfix) with ESMTP id EB3755D9B; Fri, 20 Nov 2009 13:25:29 +0100 (CET) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Thomas Vogt In-Reply-To: Date: Fri, 20 Nov 2009 13:25:30 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <1AF62DFF-2D37-4FBA-B412-F1A33E7EF5ED@bsdunix.ch> References: <06CA3C3C-636B-4DC7-9B99-751B610B6263@bsdunix.ch> To: Mel Flynn X-Mailer: Apple Mail (2.1077) Cc: freebsd-questions@freebsd.org Subject: Re: Problem compiling php5 fro ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 12:25:34 -0000 Hi Am 20.11.2009 um 13:07 schrieb Mel Flynn: > On Fri, 20 Nov 2009 12:13:39 +0100, Thomas Vogt = > wrote: >> Hello >>=20 >> Maybe someone can help me. I try to compile several php5 extensions = from >> the ports. php5 compiles fine but every extension fails with the same >> error. >>=20 >> Example: php5-mcrypt >>=20 >> In file included from >> /usr/local/include/php/main/../main/php_config.h:2827, >> from /usr/local/include/php/Zend/zend_config.h:1, >> from /usr/local/include/php/Zend/zend.h:53, >> from /usr/local/include/php/main/php.h:34, >> from >>=20 > = /usr/ports/security/php5-mcrypt/work/php-5.2.11/ext/mcrypt/mcrypt.c:25: >> /usr/local/include/php/ext/php_config.h:1: error: expected '=3D', = ',', ';', >> 'asm' or '__attribute__' before 'file' >=20 > There shouldn't be anything declared there. What is line 1 of that = file? I didn't see it the first time. There was a comment on line 1. Maybe = from the last freebsd-update procedure. First line: Binary file /usr/local/include/php/ext/php_config.h.orig matches I removed it and now it works. Thanks Tom From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 13:24:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32F14106566B for ; Fri, 20 Nov 2009 13:24:17 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 0B54C8FC1F for ; Fri, 20 Nov 2009 13:24:16 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id 728C9BDC46 for ; Fri, 20 Nov 2009 05:24:16 -0800 (PST) To: freebsd-questions@freebsd.org Date: Fri, 20 Nov 2009 05:24:16 -0800 Message-ID: <4331.1258723456@tristatelogic.com> From: "Ronald F. Guilmette" Subject: BTX Loader crashes -- Help wanted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 13:24:17 -0000 Who should I be talking to if the BTX loader is crashing on my specific hardware configuration, and what specific info do I need to be gathering for him/her in order to have hope of getting the problem rectified? I'd pulled stuff out of the system in question until there's practically nothing left and I'm at my wit's end with this problem. System: AMD Athlon 64 1640B CPU MSI K9VGM-V motherboard 1GB 667 DDR (Kingston) LG DVD Burner Black SATA Model GH22NS50 - OEM floppy drive That's it. I've yanked out all the non-essential cards, _and_ I've even taken out the hard drive, and I'm still having BTX crashes. The problem(s) occurs with FreeBSD 6.3-RELEASE/i386 disk1 (CD), 7.0-RELEASE/i386 disk1 (CD), 7.2-RELEASE/i386 Live Filesystem (CD), and 7.2-RELEASE/amd64 Live Filesystem (CD). The symptoms are different depending on which of the above I'm trying to boot from. In the case of the first two, the crash results in a bunch of register values being displayed on my screen, after which the system is dead. In the case of the last two above, it appears that the BTX loader actually starts to load a kernel (well, anyway, the little twisty thing starts turning), but then the screen goes completely black, after which my monitor senses that the video signal has gone completely dead, and at that point the system is just frozen, and needs a power-cycle or hard reset to get going again. Curiously, with the same motherboard (_and_ the same boot CDs), I have no problems at all booting off of any of the above boot CDs, AS LONG AS I am using a different (PATA) CD/DVD drive. But I have tried two different recent vintage SATA CD/DVD drives (Optiarc & the LG mentioned above) and both result in the booting failures described above. I'm bumbed. I really had hoped to start moving my machines over to SATA, but so far things are just not working out smoothly at all. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 14:06:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2E1E106566B for ; Fri, 20 Nov 2009 14:06:02 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 712508FC18 for ; Fri, 20 Nov 2009 14:06:02 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NBU7d-0007Y0-46 for freebsd-questions@freebsd.org; Fri, 20 Nov 2009 15:06:01 +0100 Received: from pool-71-166-145-207.washdc.east.verizon.net ([71.166.145.207]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Nov 2009 15:05:56 +0100 Received: from nightrecon by pool-71-166-145-207.washdc.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 Nov 2009 15:05:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Fri, 20 Nov 2009 09:06:09 -0500 Lines: 67 Message-ID: References: <4331.1258723456@tristatelogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-166-145-207.washdc.east.verizon.net User-Agent: KNode/4.3.3 Sender: news Subject: Re: BTX Loader crashes -- Help wanted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 14:06:03 -0000 Ronald F. Guilmette wrote: > > Who should I be talking to if the BTX loader is crashing on my > specific hardware configuration, and what specific info do I > need to be gathering for him/her in order to have hope of getting > the problem rectified? > > I'd pulled stuff out of the system in question until there's > practically nothing left and I'm at my wit's end with this problem. > > System: > AMD Athlon 64 1640B CPU > MSI K9VGM-V motherboard > 1GB 667 DDR (Kingston) > LG DVD Burner Black SATA Model GH22NS50 - OEM > floppy drive > > That's it. I've yanked out all the non-essential cards, _and_ I've > even taken out the hard drive, and I'm still having BTX crashes. > > The problem(s) occurs with FreeBSD 6.3-RELEASE/i386 disk1 (CD), > 7.0-RELEASE/i386 disk1 (CD), 7.2-RELEASE/i386 Live Filesystem (CD), and > 7.2-RELEASE/amd64 Live Filesystem (CD). Try 8RC3 and see if any difference. I believe some work in this area may have occurred. In any event, these RELEASE versions are static and will not change. The only hope in this area would be if a fix from the 8.0 work has been MFC'd back to 7 STABLE. > The symptoms are different depending on which of the above I'm trying to > boot from. In the case of the first two, the crash results in a bunch of > register values being displayed on my screen, after which the system is > dead. In the case of the last two above, it appears that the BTX loader > actually starts to load a kernel (well, anyway, the little twisty thing > starts turning), but then the screen goes completely black, after which > my monitor senses that the video signal has gone completely dead, and > at that point the system is just frozen, and needs a power-cycle or hard > reset to get going again. I don't believe you are the first to experience this. > Curiously, with the same motherboard (_and_ the same boot CDs), I have no > problems at all booting off of any of the above boot CDs, AS LONG AS I am > using a different (PATA) CD/DVD drive. But I have tried two different > recent vintage SATA CD/DVD drives (Optiarc & the LG mentioned above) and > both result in the booting failures described above. You can try disabling ACPI at boot, as well as toggling the BIOS between Enhanced and Legacy mode if this option is available. Probably your best approach will be to use a SATA hard drive while using a PATA CD-ROM. This is most likely what you will have to do if 8RC3 doesn't make any difference and you just want to get the box going. > I'm bumbed. I really had hoped to start moving my machines over to SATA, > but so far things are just not working out smoothly at all. If 8 does the same thing file a PR in order to bring the attention of the developers. There may be one, or more, already on the subject. Since the old releases are static the place to get the bits fixed is in the ongoing work. -Mike From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 14:27:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BB071065679; Fri, 20 Nov 2009 14:27:30 +0000 (UTC) (envelope-from nelgmj@verizon.net) Received: from vms173003pub.verizon.net (vms173003pub.verizon.net [206.46.173.3]) by mx1.freebsd.org (Postfix) with ESMTP id 58AD78FC0C; Fri, 20 Nov 2009 14:27:30 +0000 (UTC) Received: from [192.168.2.100] ([141.152.71.136]) by vms173003.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KTE000TSW537P80@vms173003.mailsrvcs.net>; Fri, 20 Nov 2009 08:27:05 -0600 (CST) In-reply-to: <4B06223B.2010900@FreeBSD.org> References: <0c5bf2a922ecbc1096da03be5670e3e1@verizon.net> <4B0575A0.707@FreeBSD.org> <6b6f6c5e02e38af4ded7a3884301c1ac@verizon.net> <4B06223B.2010900@FreeBSD.org> MIME-version: 1.0 (Apple Message framework v624) Content-type: text/plain; charset=US-ASCII; format=flowed Message-id: <08a7defd2c8ad208f116c883a7fbe175@verizon.net> Content-transfer-encoding: 7bit From: Glen Johnson Date: Fri, 20 Nov 2009 09:27:55 -0500 To: glarkin@FreeBSD.org X-Pgp-Agent: GPGMail 1.1.2 (Panther) X-Gpgmail-State: signed X-Mailer: Apple Mail (2.624) Cc: freebsd-questions@freebsd.org Subject: Re: Apache22 + Subversion 1.6.6 = No go. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 14:27:30 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Nov 19, 2009, at 11:59 PM, Greg Larkin wrote: > > Glen Johnson wrote: >> On Nov 19, 2009, at 11:43 AM, Greg Larkin wrote: >>> >>> Glen Johnson wrote: >>>> FreeBSD-questions, >>>> I am attempting to use FreeBSD as my Subversion server. I have >>>> Subversion working, and I have Apache working. However when I try >>>> to >>>> use http:/my_server/svn/my_project I get: >>>> >>>> >>> xmlns:C="svn:"> >>>> >>>> >>>> Could not open the requested SVN filesystem >>>> >>>> >>>> >>>> 1 I tried chmod -R 777 /home/svn/repos. >>>> 2 I tried recompiling apache, db, and subversion. >>>> 3 I looked at /var/log/http-error.log (partial list below) >>>> [Thu Nov 19 09:35:52 2009] [notice] Graceful restart requested, >>>> doing >>>> restart >>>> [Thu Nov 19 09:35:53 2009] [notice] Digest: generating secret for >>>> digest >>>> authentication ... >>>> [Thu Nov 19 09:35:53 2009] [notice] Digest: done >>>> [Thu Nov 19 09:35:54 2009] [notice] Apache/2.2.13 (FreeBSD) >>>> mod_ssl/2.2.13 OpenSSL/0.9.8e DAV/2 SVN/1.6.6 configured -- resuming >>>> normal operations >>>> [Thu Nov 19 09:36:10 2009] [error] [client 192.168.2.12] >>>> (20014)Internal >>>> error: Can't open file '/usr/home/svn/repos/default/format': No such >>>> file or directory >>>> [Thu Nov 19 09:36:10 2009] [error] [client 192.168.2.12] Could not >>>> fetch >>>> resource information. [500, #0] >>>> [Thu Nov 19 09:36:10 2009] [error] [client 192.168.2.12] Could not >>>> open >>>> the requested SVN filesystem [500, #2] >>>> >>>> >>>> What am I missing? >>>> Thank you, >>>> Glen >>> >>> Hi Glen, >>> >>> Please post the relevant bits from your httpd.conf where you set up >>> the >>> SVNPath, etc. It looks like maybe the SVNPath directive is pointing >>> to >>> the wrong place. >>> >> Thanks for your reply. I currently have this info in >> /usr/local/etc/apache22/Includes/svn.conf. Apache22 loads all the >> conf >> files in this directory when httpd.conf is loaded. >> >> DAV svn >> SVNParentPath /usr/home/svn/repos >> SVNListParentPath on >> SVNPathAuthz off >> SVNIndexXSLT "/data-dist/svnindex.xsl" >> >> # anonymous first >> Satisfy Any >> Require valid-user >> >> # authenticating them valid ones >> AuthType Basic >> AuthName "Subversion Repositories" >> AuthUserFile /usr/home/svn/access/users >> >> > > Hi Glen, > > At first glance, that looks OK to me. The next tests are: > > - - Does /usr/home/svn/repos/default exist? (I know, dumb question!) No, not so dumb. It is good not to make assumptions that I may overlook. This however is not one. This is what I did to verify I do have a project. 1. svn co file:///usr/home/svn/repos def # Then for fun I added hello.txt in def/trunk. More about this below. 2. svn co svn://usr/home/svn/repos def # Still works fine. 3. svn co file:///usr/home/svn/repos def # SVN: Could not open the requested SVN filesystem (Error message from svn) > > - - If it does, are permissions set such that the httpd process user > can > read the directory? You said "chmod 777" on the repository parent > directory didn't work. I tried: chmod -R 777 /usr/home/svn/repos chmod -R www:www /usr/home/svn/repos By the way here are the settings for user www and group www. grep www /etc/passwd www:*:80:80:World Wide Web Owner:/nonexistent:/usr/sbin/nologin grep www /etc/group www:*:80:glen,root > > - - Please post the output of "ls -laR /usr/home/svn/repos" First I noticed that there are some files that are owned by glen due to me adding repos/trunk/hello.txt. Ok you asked for this: total 24 drwxrwxrwx 10 www www 512 Nov 20 08:48 ./ drwxrwxrwx 5 root www 512 Nov 20 08:46 ../ drwxrwxrwx 6 www www 512 Nov 20 08:48 .svn/ - -rwxrwxrwx 1 www www 229 Nov 20 08:46 README.txt* drwxrwxrwx 3 www www 512 Nov 20 08:48 branches/ drwxrwxrwx 2 www www 512 Nov 20 08:46 conf/ drwxrwxrwx 6 www www 512 Nov 20 09:01 db/ - -rwxrwxrwx 1 www www 2 Nov 20 08:46 format* drwxrwxrwx 2 www www 512 Nov 20 08:46 hooks/ drwxrwxrwx 2 www www 512 Nov 20 08:46 locks/ drwxrwxrwx 3 www www 512 Nov 20 08:48 tags/ drwxrwxrwx 3 www www 512 Nov 20 08:48 trunk/ /usr/home/svn/repos/.svn: total 14 drwxrwxrwx 6 www www 512 Nov 20 08:48 ./ drwxrwxrwx 10 www www 512 Nov 20 08:48 ../ - -rwxrwxrwx 1 www www 193 Nov 20 08:48 entries* drwxrwxrwx 2 www www 512 Nov 20 08:48 prop-base/ drwxrwxrwx 2 www www 512 Nov 20 08:48 props/ drwxrwxrwx 2 www www 512 Nov 20 08:48 text-base/ drwxrwxrwx 5 www www 512 Nov 20 08:48 tmp/ /usr/home/svn/repos/.svn/prop-base: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 6 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/.svn/props: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 6 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/.svn/text-base: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 6 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/.svn/tmp: total 10 drwxrwxrwx 5 www www 512 Nov 20 08:48 ./ drwxrwxrwx 6 www www 512 Nov 20 08:48 ../ drwxrwxrwx 2 www www 512 Nov 20 08:48 prop-base/ drwxrwxrwx 2 www www 512 Nov 20 08:48 props/ drwxrwxrwx 2 www www 512 Nov 20 08:48 text-base/ /usr/home/svn/repos/.svn/tmp/prop-base: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 5 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/.svn/tmp/props: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 5 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/.svn/tmp/text-base: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 5 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/branches: total 6 drwxrwxrwx 3 www www 512 Nov 20 08:48 ./ drwxrwxrwx 10 www www 512 Nov 20 08:48 ../ drwxrwxrwx 6 www www 512 Nov 20 08:48 .svn/ /usr/home/svn/repos/branches/.svn: total 14 drwxrwxrwx 6 www www 512 Nov 20 08:48 ./ drwxrwxrwx 3 www www 512 Nov 20 08:48 ../ - -rwxrwxrwx 1 www www 164 Nov 20 08:48 entries* drwxrwxrwx 2 www www 512 Nov 20 08:48 prop-base/ drwxrwxrwx 2 www www 512 Nov 20 08:48 props/ drwxrwxrwx 2 www www 512 Nov 20 08:48 text-base/ drwxrwxrwx 5 www www 512 Nov 20 08:48 tmp/ /usr/home/svn/repos/branches/.svn/prop-base: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 6 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/branches/.svn/props: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 6 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/branches/.svn/text-base: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 6 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/branches/.svn/tmp: total 10 drwxrwxrwx 5 www www 512 Nov 20 08:48 ./ drwxrwxrwx 6 www www 512 Nov 20 08:48 ../ drwxrwxrwx 2 www www 512 Nov 20 08:48 prop-base/ drwxrwxrwx 2 www www 512 Nov 20 08:48 props/ drwxrwxrwx 2 www www 512 Nov 20 08:48 text-base/ /usr/home/svn/repos/branches/.svn/tmp/prop-base: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 5 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/branches/.svn/tmp/props: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 5 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/branches/.svn/tmp/text-base: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 5 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/conf: total 12 drwxrwxrwx 2 www www 512 Nov 20 08:46 ./ drwxrwxrwx 10 www www 512 Nov 20 08:48 ../ - -rwxrwxrwx 1 www www 1080 Nov 20 08:46 authz* - -rwxrwxrwx 1 www www 309 Nov 20 08:46 passwd* - -rwxrwxrwx 1 www www 2279 Nov 20 08:46 svnserve.conf* /usr/home/svn/repos/db: total 30 drwxrwxrwx 6 www www 512 Nov 20 09:01 ./ drwxrwxrwx 10 www www 512 Nov 20 08:48 ../ - -rwxrwxrwx 1 glen www 2 Nov 20 09:01 current* - -rwxrwxrwx 1 www www 22 Nov 20 08:46 format* - -rwxrwxrwx 1 www www 5 Nov 20 08:46 fs-type* - -rwxrwxrwx 1 www www 1920 Nov 20 08:46 fsfs.conf* - -rwxrwxrwx 1 www www 2 Nov 20 08:46 min-unpacked-rev* - -rwxrwxrwx 1 www www 4096 Nov 20 09:01 rep-cache.db* drwxrwxrwx 3 www www 512 Nov 20 08:46 revprops/ drwxrwxrwx 3 www www 512 Nov 20 08:46 revs/ drwxrwxrwx 2 www www 512 Nov 20 09:01 transactions/ - -rwxrwxrwx 1 glen www 2 Nov 20 09:01 txn-current* - -rwxrwxrwx 1 www www 0 Nov 20 08:46 txn-current-lock* drwxrwxrwx 2 www www 512 Nov 20 09:01 txn-protorevs/ - -rwxrwxrwx 1 www www 37 Nov 20 08:46 uuid* - -rwxrwxrwx 1 www www 0 Nov 20 08:46 write-lock* /usr/home/svn/repos/db/revprops: total 6 drwxrwxrwx 3 www www 512 Nov 20 08:46 ./ drwxrwxrwx 6 www www 512 Nov 20 09:01 ../ drwxrwxrwx 2 www www 512 Nov 20 09:01 0/ /usr/home/svn/repos/db/revprops/0: total 10 drwxrwxrwx 2 www www 512 Nov 20 09:01 ./ drwxrwxrwx 3 www www 512 Nov 20 08:46 ../ - -rwxrwxrwx 1 www www 50 Nov 20 08:46 0* - -rwxrwxrwx 1 www www 108 Nov 20 08:46 1* - -rwxrwxrwx 1 glen www 108 Nov 20 09:01 2* /usr/home/svn/repos/db/revs: total 6 drwxrwxrwx 3 www www 512 Nov 20 08:46 ./ drwxrwxrwx 6 www www 512 Nov 20 09:01 ../ drwxrwxrwx 2 www www 512 Nov 20 09:01 0/ /usr/home/svn/repos/db/revs/0: total 10 drwxrwxrwx 2 www www 512 Nov 20 09:01 ./ drwxrwxrwx 3 www www 512 Nov 20 08:46 ../ - -rwxrwxrwx 1 www www 115 Nov 20 08:46 0* - -rwxrwxrwx 1 www www 556 Nov 20 08:46 1* - -rwxrwxrwx 1 glen www 695 Nov 20 09:01 2* /usr/home/svn/repos/db/transactions: total 4 drwxrwxrwx 2 www www 512 Nov 20 09:01 ./ drwxrwxrwx 6 www www 512 Nov 20 09:01 ../ /usr/home/svn/repos/db/txn-protorevs: total 4 drwxrwxrwx 2 www www 512 Nov 20 09:01 ./ drwxrwxrwx 6 www www 512 Nov 20 09:01 ../ /usr/home/svn/repos/hooks: total 34 drwxrwxrwx 2 www www 512 Nov 20 08:46 ./ drwxrwxrwx 10 www www 512 Nov 20 08:48 ../ - -rwxrwxrwx 1 www www 1955 Nov 20 08:46 post-commit.tmpl* - -rwxrwxrwx 1 www www 1638 Nov 20 08:46 post-lock.tmpl* - -rwxrwxrwx 1 www www 2267 Nov 20 08:46 post-revprop-change.tmpl* - -rwxrwxrwx 1 www www 1567 Nov 20 08:46 post-unlock.tmpl* - -rwxrwxrwx 1 www www 3410 Nov 20 08:46 pre-commit.tmpl* - -rwxrwxrwx 1 www www 2416 Nov 20 08:46 pre-lock.tmpl* - -rwxrwxrwx 1 www www 2764 Nov 20 08:46 pre-revprop-change.tmpl* - -rwxrwxrwx 1 www www 2106 Nov 20 08:46 pre-unlock.tmpl* - -rwxrwxrwx 1 www www 2758 Nov 20 08:46 start-commit.tmpl* /usr/home/svn/repos/locks: total 8 drwxrwxrwx 2 www www 512 Nov 20 08:46 ./ drwxrwxrwx 10 www www 512 Nov 20 08:48 ../ - -rwxrwxrwx 1 www www 139 Nov 20 08:46 db-logs.lock* - -rwxrwxrwx 1 www www 139 Nov 20 08:46 db.lock* /usr/home/svn/repos/tags: total 6 drwxrwxrwx 3 www www 512 Nov 20 08:48 ./ drwxrwxrwx 10 www www 512 Nov 20 08:48 ../ drwxrwxrwx 6 www www 512 Nov 20 08:48 .svn/ /usr/home/svn/repos/tags/.svn: total 14 drwxrwxrwx 6 www www 512 Nov 20 08:48 ./ drwxrwxrwx 3 www www 512 Nov 20 08:48 ../ - -rwxrwxrwx 1 www www 160 Nov 20 08:48 entries* drwxrwxrwx 2 www www 512 Nov 20 08:48 prop-base/ drwxrwxrwx 2 www www 512 Nov 20 08:48 props/ drwxrwxrwx 2 www www 512 Nov 20 08:48 text-base/ drwxrwxrwx 5 www www 512 Nov 20 08:48 tmp/ /usr/home/svn/repos/tags/.svn/prop-base: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 6 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/tags/.svn/props: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 6 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/tags/.svn/text-base: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 6 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/tags/.svn/tmp: total 10 drwxrwxrwx 5 www www 512 Nov 20 08:48 ./ drwxrwxrwx 6 www www 512 Nov 20 08:48 ../ drwxrwxrwx 2 www www 512 Nov 20 08:48 prop-base/ drwxrwxrwx 2 www www 512 Nov 20 08:48 props/ drwxrwxrwx 2 www www 512 Nov 20 08:48 text-base/ /usr/home/svn/repos/tags/.svn/tmp/prop-base: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 5 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/tags/.svn/tmp/props: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 5 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/tags/.svn/tmp/text-base: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 5 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/trunk: total 6 drwxrwxrwx 3 www www 512 Nov 20 08:48 ./ drwxrwxrwx 10 www www 512 Nov 20 08:48 ../ drwxrwxrwx 6 www www 512 Nov 20 08:48 .svn/ /usr/home/svn/repos/trunk/.svn: total 14 drwxrwxrwx 6 www www 512 Nov 20 08:48 ./ drwxrwxrwx 3 www www 512 Nov 20 08:48 ../ - -rwxrwxrwx 1 www www 161 Nov 20 08:48 entries* drwxrwxrwx 2 www www 512 Nov 20 08:48 prop-base/ drwxrwxrwx 2 www www 512 Nov 20 08:48 props/ drwxrwxrwx 2 www www 512 Nov 20 08:48 text-base/ drwxrwxrwx 5 www www 512 Nov 20 08:48 tmp/ /usr/home/svn/repos/trunk/.svn/prop-base: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 6 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/trunk/.svn/props: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 6 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/trunk/.svn/text-base: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 6 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/trunk/.svn/tmp: total 10 drwxrwxrwx 5 www www 512 Nov 20 08:48 ./ drwxrwxrwx 6 www www 512 Nov 20 08:48 ../ drwxrwxrwx 2 www www 512 Nov 20 08:48 prop-base/ drwxrwxrwx 2 www www 512 Nov 20 08:48 props/ drwxrwxrwx 2 www www 512 Nov 20 08:48 text-base/ /usr/home/svn/repos/trunk/.svn/tmp/prop-base: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 5 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/trunk/.svn/tmp/props: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 5 www www 512 Nov 20 08:48 ../ /usr/home/svn/repos/trunk/.svn/tmp/text-base: total 4 drwxrwxrwx 2 www www 512 Nov 20 08:48 ./ drwxrwxrwx 5 www www 512 Nov 20 08:48 ../ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFLBqdsiOtlC/1IyboRAvfmAKCNncZ/IyavnaXPQC4afvjWsmaCdQCfRRfS BRkWRijDquNKlg4V4zaoiw4= =Rsv0 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 14:42:28 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29305106568B for ; Fri, 20 Nov 2009 14:42:28 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: from smtp.ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id A2DEA8FC19 for ; Fri, 20 Nov 2009 14:42:27 +0000 (UTC) Received: (qmail 75398 invoked by uid 89); 20 Nov 2009 14:47:03 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by 2607:f118::b6 with ESMTPA; 20 Nov 2009 14:47:03 -0000 Message-ID: <4B06AADB.2090202@ibctech.ca> Date: Fri, 20 Nov 2009 09:42:35 -0500 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Glen Johnson References: <0c5bf2a922ecbc1096da03be5670e3e1@verizon.net> <4B0575A0.707@FreeBSD.org> <6b6f6c5e02e38af4ded7a3884301c1ac@verizon.net> <4B06223B.2010900@FreeBSD.org> <08a7defd2c8ad208f116c883a7fbe175@verizon.net> In-Reply-To: <08a7defd2c8ad208f116c883a7fbe175@verizon.net> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: glarkin@FreeBSD.org, freebsd-questions@freebsd.org Subject: Re: Apache22 + Subversion 1.6.6 = No go. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 14:42:28 -0000 Glen Johnson wrote: I just happened to notice something in the log as I was about to go off and check my own setup: >>>>> [Thu Nov 19 09:36:10 2009] [error] [client 192.168.2.12] >>>>> (20014)Internal >>>>> error: Can't open file '/usr/home/svn/repos/default/format': No such >>>>> file or directory ...and then: >> - - Please post the output of "ls -laR /usr/home/svn/repos" > total 24 > drwxrwxrwx 10 www www 512 Nov 20 08:48 ./ > drwxrwxrwx 5 root www 512 Nov 20 08:46 ../ > drwxrwxrwx 6 www www 512 Nov 20 08:48 .svn/ > -rwxrwxrwx 1 www www 229 Nov 20 08:46 README.txt* > drwxrwxrwx 3 www www 512 Nov 20 08:48 branches/ > drwxrwxrwx 2 www www 512 Nov 20 08:46 conf/ > drwxrwxrwx 6 www www 512 Nov 20 09:01 db/ > -rwxrwxrwx 1 www www 2 Nov 20 08:46 format* > drwxrwxrwx 2 www www 512 Nov 20 08:46 hooks/ > drwxrwxrwx 2 www www 512 Nov 20 08:46 locks/ > drwxrwxrwx 3 www www 512 Nov 20 08:48 tags/ > drwxrwxrwx 3 www www 512 Nov 20 08:48 trunk/ You do not have a 'default' directory. 'format' is in the root of the repository. Whether this is causing you your grief is unknown to me, but perhaps it might provide clue. Steve From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 14:48:58 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 114EB106566B for ; Fri, 20 Nov 2009 14:48:58 +0000 (UTC) (envelope-from cronfy@sprinthost.ru) Received: from odin.from.sh (odin.from.sh [80.93.50.112]) by mx1.freebsd.org (Postfix) with ESMTP id A5FF38FC08 for ; Fri, 20 Nov 2009 14:48:57 +0000 (UTC) Received: from odin.from.sh ([80.93.50.112]) by odin.from.sh with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NBUmy-000NHy-Mo for freebsd-questions@freebsd.org; Fri, 20 Nov 2009 17:48:44 +0300 Received: from [194.8.176.106] (helo=[192.168.0.3]) by odin.from.sh with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NBUmv-000NFn-3B for freebsd-questions@freebsd.org; Fri, 20 Nov 2009 17:48:41 +0300 Message-ID: <4B06AC46.8080708@sprinthost.ru> Date: Fri, 20 Nov 2009 17:48:38 +0300 From: cronfy User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD 7.2 Fatal trap 9 - general protection fault while in kernel mode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 14:48:58 -0000 Hello, I have Fatal trap 9: general protection fault while in kernel mode with FreeBSD 7.2 and kernel csup'ed and build on 22 Oct using standard-supfile. How can I find out what is the problem? Message: Fatal trap 9: general protection fault while in kernel mode cpuid = 11; apic id = 13 instruction pointer = 0x8:0xffffffff802a65c1 stack pointer = 0x10:0xffffffff79d75380 frame pointer = 0x10:0xffffffff79d753a0 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 114 (php) Backtrace: db> bt Tracing pid 114 tid 100403 td 0xffffff00452ec370 devstat_start_transaction() at devstat_start_transaction+0x11 g_io_request() at g_io_request+0x11f breadn() at breadn+0xd3 bread() at bread+0x1e ffs_vgetf() at ffs_vgetf+0x2dc ufs_root() at ufs_root+0x21 lookup() at lookup+0x981 namei() at namei+0x33e kern_statfs() at kern_statfs+0x60 statfs() at statfs+0x2a syscall() at syscall+0x256 Xfast_syscall() at Xfast_syscall+0xab --- syscall (396, FreeBSD ELF64, statfs), rip = 0x8022ade1c, rsp = 0x7fffffffc528, rbp = 0x802536bb8 --- Kernel config: GENERIC config was changed: I disabled options for hardware that I do not require on this server and added some options options QUOTA options KDB options DDB I am using aacu RAID driver from Adaptec's site: aacu0: Adaptec 2405, aac driver 2.2.8-17517 What can it be? Soft-updates? aacu driver problem? Something else? Any help would be appreciated. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 14:56:25 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62D5C106566B for ; Fri, 20 Nov 2009 14:56:25 +0000 (UTC) (envelope-from utisoft@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id E87158FC20 for ; Fri, 20 Nov 2009 14:56:24 +0000 (UTC) Received: by bwz5 with SMTP id 5so3671731bwz.3 for ; Fri, 20 Nov 2009 06:56:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=Gxq98g63FYaDhOQYkOkSn3D14dTA15fxtGCmRscVgLg=; b=s61PZFwuK1YAWBwzxc4+EZJzgH/1YCvKCuwbWkIIRaaNTB4bWdrAZz1CELB5FmVRs6 DW0IDqhyGfzWD/Qh3WBEJtSlopHkq/dA4GnGNy2hiWvapEb3hxeE5/7OU2kEwQX2Uw2D zQGqvAxamadNFC1TtVB8vjbCRPo6OkETGcbkY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; b=qdk+943fZ+FghazMb/Hvj9B43m+KQSpiVDmHfg+2sdiU9ngztaJo9YkOUQZh7Bj3SK 21QyNJav8axKKaGnZjYvrHzo059kXXbs7k9jrdhERf0esMjkN6xa+lumXuxFhEr5VzBy ElfwilZvSG1dnnalGnsykb5vH+Rl66fuZnyHc= MIME-Version: 1.0 Received: by 10.204.162.143 with SMTP id v15mr1507074bkx.50.1258728983797; Fri, 20 Nov 2009 06:56:23 -0800 (PST) In-Reply-To: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> References: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> From: Chris Rees Date: Fri, 20 Nov 2009 14:56:03 +0000 Message-ID: To: Anton Shterenlikht Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: GPUs on FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 14:56:25 -0000 2009/11/20 Anton Shterenlikht : > Anybody knows of working GPUs under FBSD on any arch? > Any advice? > Your question could have been phrased better.... but that's the teacher in me! Nvidia GPUs work on IA-32 machines, but AFAIK there's still no amd64 driver. Food for thought: http://forums.freebsd.org/showthread.php?t=398 My advice: Get an Nvidia card, and install FreeBSD/i386. Chris -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in a mailing list? From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 15:12:37 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCC631065670 for ; Fri, 20 Nov 2009 15:12:37 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 8AB1F8FC17 for ; Fri, 20 Nov 2009 15:12:37 +0000 (UTC) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 20 Nov 2009 10:12:36 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.10.7-GA) with ESMTP id LGL47893; Fri, 20 Nov 2009 10:12:25 -0500 (EST) Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp01.lnh.mail.rcn.net with ESMTP; 20 Nov 2009 10:12:25 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19206.45528.672400.407804@jerusalem.litteratus.org> Date: Fri, 20 Nov 2009 10:12:24 -0500 To: utisoft@gmail.com In-Reply-To: References: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: Anton Shterenlikht , freebsd-questions@freebsd.org Subject: Re: GPUs on FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 15:12:37 -0000 Chris Rees writes: > > Anybody knows of working GPUs under FBSD on any arch? > > Any advice? > > Nvidia GPUs work on IA-32 machines, but AFAIK there's still no > amd64 driver. There was a posting within the last 24 hours on one of the FreeBSD mailing lists that pointed to a post indicating nVidia is working on native {i386, amd64} drivers. The post was dated November 5th; it provided no expected release date beyond "when it's done". My personal _estimation_ would be "when 8.0 ships, or soon after". Robert Huff From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 16:14:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC95C106575E for ; Fri, 20 Nov 2009 16:14:24 +0000 (UTC) (envelope-from utisoft@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 4A1698FC1C for ; Fri, 20 Nov 2009 16:14:23 +0000 (UTC) Received: by bwz5 with SMTP id 5so3756867bwz.3 for ; Fri, 20 Nov 2009 08:14:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=zY1ngmpodJWeuFjTL4qAXnTUnYiDJx1SPVs90IEBUpU=; b=ivHzO/IJtZbX7YYekVO6ciksfnLxF977GD+wvN2JFXHCtqtL/CrhDVweQrJr2Um+hj nk+MrsiWw86sNBh0bRt0IBQEB9Q1kK0I+DuzwPssTOiTcWvT+DOjtcDJnSnUX+OKuikv Sp41UjefW/YYR5BeuT83Wrk16H+5cuwb99GIM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; b=oLw+lZ6lQdSrK8Mr1dPkTreJuII66HxttiwAUmnKvPU3/LQsOfRu3+3BPOAUCKzgYl QFHvuWUvX6fjQ1QRQi78NZm+U9ENmfwmueCA37T7ofpTd4ZYgi2X6bjt0cUt7q2RWve3 RlnbyP2lzq2eAOtEH22Ifvy1Xgnj9vtmYyWY4= MIME-Version: 1.0 Received: by 10.204.49.79 with SMTP id u15mr1602096bkf.117.1258733663131; Fri, 20 Nov 2009 08:14:23 -0800 (PST) In-Reply-To: <19206.45528.672400.407804@jerusalem.litteratus.org> References: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> <19206.45528.672400.407804@jerusalem.litteratus.org> From: Chris Rees Date: Fri, 20 Nov 2009 16:14:03 +0000 Message-ID: To: Robert Huff Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Anton Shterenlikht , freebsd-questions@freebsd.org Subject: Re: GPUs on FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 16:14:24 -0000 2009/11/20 Robert Huff : > > Chris Rees writes: >> =A0> Anybody knows of working GPUs under FBSD on any arch? >> =A0> Any advice? >> >> =A0Nvidia GPUs work on IA-32 machines, but AFAIK there's still no >> =A0amd64 driver. > > =A0 =A0 =A0 =A0There was a posting within the last 24 hours on one of the > FreeBSD mailing lists that pointed to a post indicating nVidia is > working on native {i386, amd64} drivers. =A0The post was dated > November 5th; it provided no expected release date beyond "when it's > done". =A0My personal _estimation_ would be "when 8.0 ships, or soon > after". > > > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0Robert Huf= f Now that could be very interesting.... Thanks for your alertness! I couldn't find the post you mentioned, though there is http://www.nvnews.net/vbulletin/showpost.php?p=3D2078598&postcount=3D415 Chris --=20 A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in a mailing list? From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 16:29:58 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAC4B1065676 for ; Fri, 20 Nov 2009 16:29:58 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from ostracod.unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 11BFE8FC1E for ; Fri, 20 Nov 2009 16:29:57 +0000 (UTC) Received: from vhoffman.lon.namesco.net (53.78-246-213.ippool.namesco.net [213.246.78.53]) (authenticated bits=0) by ostracod.unsane.co.uk (8.14.3/8.14.3) with ESMTP id nAKGU69n019931 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 20 Nov 2009 16:30:09 GMT (envelope-from vince@unsane.co.uk) Message-ID: <4B06C3F7.5060700@unsane.co.uk> Date: Fri, 20 Nov 2009 16:29:43 +0000 From: Vincent Hoffman User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: utisoft@gmail.com References: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> <19206.45528.672400.407804@jerusalem.litteratus.org> In-Reply-To: X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Robert Huff , Anton Shterenlikht , freebsd-questions@freebsd.org Subject: Re: GPUs on FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 16:29:58 -0000 Chris Rees wrote: > 2009/11/20 Robert Huff : > >> Chris Rees writes: >> >>> > Anybody knows of working GPUs under FBSD on any arch? >>> > Any advice? >>> >>> Nvidia GPUs work on IA-32 machines, but AFAIK there's still no >>> amd64 driver. >>> >> There was a posting within the last 24 hours on one of the >> FreeBSD mailing lists that pointed to a post indicating nVidia is >> working on native {i386, amd64} drivers. The post was dated >> November 5th; it provided no expected release date beyond "when it's >> done". My personal _estimation_ would be "when 8.0 ships, or soon >> after". >> >> >> Robert Huff >> > > Now that could be very interesting.... > > Thanks for your alertness! I couldn't find the post you mentioned, > though there is > http://www.nvnews.net/vbulletin/showpost.php?p=2078598&postcount=415 > > Chris > > > The link was http://www.nvnews.net/vbulletin/showthread.php?t=41545&page=37 and the essence is that they have a driver that works but its still pre-beta (no date for a public beta yet) Vince From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 16:47:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBFC01065695; Fri, 20 Nov 2009 16:47:47 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 9A8D88FC25; Fri, 20 Nov 2009 16:47:47 +0000 (UTC) Received: from seis.bris.ac.uk ([137.222.10.93]) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1NBWe6-0005Ee-T5; Fri, 20 Nov 2009 16:47:46 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by seis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1NBWe6-0004ei-9I; Fri, 20 Nov 2009 16:47:42 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id nAKGlgM9060216; Fri, 20 Nov 2009 16:47:42 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id nAKGlg5A060215; Fri, 20 Nov 2009 16:47:42 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Fri, 20 Nov 2009 16:47:41 +0000 From: Anton Shterenlikht To: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org, freebsd-ia64@freebsd.org Message-ID: <20091120164741.GA59827@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: -1.5 X-Spam-Level: - Cc: Subject: open64 fbsd port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 16:47:47 -0000 Is there a fbsd port of open64 (http://www.open64.net/), or any branched project? In particular there is a mention of ORC (http://ipf-orc.sourceforge.net/) specifically for ia64, but the pages are very out of date. And then there's something called Aurora, which seems to be the same as ORC (http://sourceforge.net/projects/ipf-orc/), but also *very* out of date. I'm confused many thanks anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 17:01:41 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1F4F106568F; Fri, 20 Nov 2009 17:01:41 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id ADFD68FC0C; Fri, 20 Nov 2009 17:01:41 +0000 (UTC) Received: from isis.bris.ac.uk ([137.222.10.63]) by dirg.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1NBWrW-0005xc-8C; Fri, 20 Nov 2009 17:01:40 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by isis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1NBWrV-0006Ub-79; Fri, 20 Nov 2009 17:01:33 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id nAKH1WkO062814; Fri, 20 Nov 2009 17:01:32 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id nAKH1W7g062813; Fri, 20 Nov 2009 17:01:32 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Fri, 20 Nov 2009 17:01:32 +0000 From: Anton Shterenlikht To: Anton Shterenlikht Message-ID: <20091120170132.GA62790@mech-cluster241.men.bris.ac.uk> References: <20091120164741.GA59827@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091120164741.GA59827@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: -2.1 X-Spam-Level: -- Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org, freebsd-ia64@freebsd.org Subject: Re: open64 fbsd port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 17:01:42 -0000 On Fri, Nov 20, 2009 at 04:47:41PM +0000, Anton Shterenlikht wrote: > Is there a fbsd port of open64 (http://www.open64.net/), > or any branched project? > > In particular there is a mention of ORC (http://ipf-orc.sourceforge.net/) > specifically for ia64, but the pages are very out of date. > > And then there's something called Aurora, which seems to be the same > as ORC (http://sourceforge.net/projects/ipf-orc/), but also *very* > out of date. And also there is OpenUH, primarilily for ia64, but linux: OpenUH Source code, IA-64, Red Hat Enterprise Linux AS release 3 and gcc 3.x openuh-alpha.src.tar.gz 90.2 MB and Path64 (http://www.path64.com/) I understand no fbsd ports for these compilers exist yet? -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 17:16:32 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2093106566B for ; Fri, 20 Nov 2009 17:16:32 +0000 (UTC) (envelope-from dcdowse@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 0FABD8FC15 for ; Fri, 20 Nov 2009 17:16:31 +0000 (UTC) Received: (qmail invoked by alias); 20 Nov 2009 17:16:30 -0000 Received: from p4FD4ECDE.dip.t-dialin.net (EHLO bytebox) [79.212.236.222] by mail.gmx.net (mp070) with SMTP; 20 Nov 2009 18:16:30 +0100 X-Authenticated: #30106961 X-Provags-ID: V01U2FsdGVkX18B+WJwJT4BvQn1SPS9vD77Gwl3j8P8052JbRI2iX m2QgPEzkzUfGsf Date: Fri, 20 Nov 2009 18:16:29 +0100 From: "Daniel C. Dowse" To: Anton Shterenlikht Message-Id: <20091120181629.3e1a3aee.dcdowse@gmx.net> In-Reply-To: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> References: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.16.6; i386-unknown-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.65 Cc: freebsd-questions@freebsd.org Subject: Re: GPUs on FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 17:16:32 -0000 On Fri, 20 Nov 2009 11:46:57 +0000 Anton Shterenlikht wrote: > Anybody knows of working GPUs under FBSD on any arch? > Any advice? > I using a nvidia fx5500 with the latest driver 173.14.22 on i386 and it works perfect. And it was no pain to get 3d working for games. cheers Daniel -- < Where there is a shell - there is a way > http://www.piratenpartei.de http://bytebox.homeunix.net From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 17:48:11 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9C9B1065670 for ; Fri, 20 Nov 2009 17:48:11 +0000 (UTC) (envelope-from pldrouin@pldrouin.net) Received: from smtp.cyberfingers.net (smtp.cyberfingers.net [198.177.254.227]) by mx1.freebsd.org (Postfix) with ESMTP id 98FE08FC0A for ; Fri, 20 Nov 2009 17:48:11 +0000 (UTC) Received: from mdaemon.pldrouin.net (pldrouinlap2-pc.physics.carleton.ca [134.117.23.34]) by smtp.cyberfingers.net (Postfix) with ESMTP id 66E0BAB6C0F; Fri, 20 Nov 2009 12:45:17 -0500 (EST) Message-ID: <4B06D652.6000200@pldrouin.net> Date: Fri, 20 Nov 2009 12:48:02 -0500 From: Pierre-Luc Drouin User-Agent: Thunderbird 2.0.0.23 (X11/20090824) MIME-Version: 1.0 To: Uwe Laverenz References: <4B0628F3.7000101@pldrouin.net> <4B062D08.8090500@laverenz.de> In-Reply-To: <4B062D08.8090500@laverenz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How painful is the nv driver supposed to be? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 17:48:11 -0000 Awesome! I have been waiting for years for this driver, so a few more months won't make a difference. This was the major factor preventing me from fully enjoy FreeBSD for workstation usage. Uwe Laverenz wrote: > Pierre-Luc Drouin schrieb: > >> an i7 overclocked at 4GHz) configured in 1920x1080. With that setup >> it takes about 2 seconds to maximize a window or to switch workspace >> in fluxbox. Is there a way to improve speed or this is all I can hope >> to get? > > NVidia will release an official driver for FreeBSD/amd64 in the near > future: > > http://www.nvnews.net/vbulletin/showthread.php?t=41545&page=37 > > If you can't wait, and I guess that's the case, you culd try the free > nv alternative named "nouveau". > > Uwe > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 17:49:18 2009 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 A09251065670 for ; Fri, 20 Nov 2009 17:49:18 +0000 (UTC) (envelope-from mwlucas@bewilderbeast.blackhelicopters.org) Received: from bewilderbeast.blackhelicopters.org (bewilderbeast.blackhelicopters.org [198.22.63.8]) by mx1.freebsd.org (Postfix) with ESMTP id 3C1088FC0C for ; Fri, 20 Nov 2009 17:49:17 +0000 (UTC) Received: from bewilderbeast.blackhelicopters.org (localhost [127.0.0.1]) by bewilderbeast.blackhelicopters.org (8.14.3/8.14.3) with ESMTP id nAKHnHW3092910; Fri, 20 Nov 2009 12:49:17 -0500 (EST) (envelope-from mwlucas@bewilderbeast.blackhelicopters.org) Received: (from mwlucas@localhost) by bewilderbeast.blackhelicopters.org (8.14.3/8.14.3/Submit) id nAKHnGAw092909; Fri, 20 Nov 2009 12:49:16 -0500 (EST) (envelope-from mwlucas) Date: Fri, 20 Nov 2009 12:49:16 -0500 From: "Michael W. Lucas" To: Mel Flynn Message-ID: <20091120174916.GA92713@bewilderbeast.blackhelicopters.org> References: <20091119211829.GA86841@bewilderbeast.blackhelicopters.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (bewilderbeast.blackhelicopters.org [127.0.0.1]); Fri, 20 Nov 2009 12:49:17 -0500 (EST) Cc: questions@freebsd.org Subject: Re: diskless problem: Lookup of /dev for devfs, error: 13 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 17:49:18 -0000 On Fri, Nov 20, 2009 at 02:20:54AM -0900, Mel Flynn wrote: > On Thu, 19 Nov 2009 16:18:29 -0500, "Michael W. Lucas" > wrote: > > Hi, > > > > I'm attempting to run a diskless 8.0 i386 workstation on VMWare, using > > an OpenSolaris box as a file store. I get PXE, the kernel loads, but > > when we try to remount the filesystem I get: > > > > ... > > NFS ROOT: XXX.XXX.XXX.XXX:/storage1/vm/netflow > > Lookup of /dev for devfs, error 13 > > exec /sbin/init: error 13 > > exec /sbin/oinit: error 13 > > exec /sbin/init.bak: error 13 > > exec /rescue/inet: error 13 > > exec /stand/sysinstall: error 13 > > init: not found in path > > ... > > > > At first glance, it would appear that /dev is missing. > > Actually, at first glance it would appear that the mount doesn't allow > execution. Interesting. (BTW, this is running on a GENERIC kernel, no firewall.) I did a packet capture on the OpenSolaris NFS server, and found that the kernel load and initial boot takes place over NFSv2. When the FreeBSD box tries to remount root, it sends a NFSv3 FSINFO request. The server returns NFS3ERR_STALE. It appears that that error is generated when the permissions to the mount are revoked... but we just mounted it seconds before? It turns out that there's a whole discussion thread on nfsv2 and v3 interoperability with diskless systems. See http://lists.freebsd.org/pipermail/freebsd-hackers/2008-January/022792.html for a sample message. Short answer: it seems that there are interoperability annoyances with diskless systems and assorted NFS servers. NFS mount options in /etc/fstab seem to be ignored, but you can set them in /boot/loader.conf. boot.nfsroot.options="nfsv2" made FreeBSD try a NFSv2 remout, and the system came up. Thanks for pointing out it seems to be a permissions error, I wouldn't have headed down this route without that. ==ml -- Michael W. Lucas mwlucas@BlackHelicopters.org http://www.MichaelWLucas.com/ Latest book: Cisco Routers for the Desperate, 2nd Edition http://www.CiscoRoutersForTheDesperate.com/ From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 17:55:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E28E41065672 for ; Fri, 20 Nov 2009 17:55:30 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-pz0-f185.google.com (mail-pz0-f185.google.com [209.85.222.185]) by mx1.freebsd.org (Postfix) with ESMTP id BACE28FC0A for ; Fri, 20 Nov 2009 17:55:30 +0000 (UTC) Received: by pzk15 with SMTP id 15so2412976pzk.3 for ; Fri, 20 Nov 2009 09:55:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=TDybrML4vh5s1RA/VGZ3sVExM5Tu54CkIYYS59P1IbM=; b=MA6sK2JJ/WBKqJu/9UEN6Nqq6BRre2dt2qY4yp6m6onk5cup4ww2SWqvr0wvfkhSRL +KuVb3I4QcqErP1vvDtQi99jQqbm+BQVth7tRfbX2MF5/igqjVQF6qNx1k3X3hUy94K7 tELXhhjDpArtLjHfAhYw7RcVsxGgOjEYcUX4A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=qdLi8mc5Bp6R7d0pfKsgj80XcDLfiPDN/WwWk4COXol/us3vrTI3vDNukmNuqtABYN mU1ZvckbIv2YQkON9aWbufrW6zCRLmpVjo+ZS5eb+FJBMTUDBz28PyTAyxeeDvtEYwDM Mjqj7TxKfTF2XNCBm++Gfmo1Oa/2gqJbiyunY= MIME-Version: 1.0 Received: by 10.114.2.25 with SMTP id 25mr2271697wab.103.1258739730335; Fri, 20 Nov 2009 09:55:30 -0800 (PST) In-Reply-To: <4331.1258723456@tristatelogic.com> References: <4331.1258723456@tristatelogic.com> Date: Fri, 20 Nov 2009 10:55:30 -0700 Message-ID: From: Tim Judd To: "Ronald F. Guilmette" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: BTX Loader crashes -- Help wanted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 17:55:31 -0000 On 11/20/09, Ronald F. Guilmette wrote: > > Who should I be talking to if the BTX loader is crashing on my > specific hardware configuration, and what specific info do I > need to be gathering for him/her in order to have hope of getting > the problem rectified? Since the BTX is the BooT eXtender, what brings I think a 16-bit real-mode BIOS/POST to a 32-bit (or 64-bit?) protected operating system, I would start looking at BIOS options. Some BIOSes have a windows mentality and don't let you tweak much. Retail boards you buy off the shelf are typically pretty good to let you tweak lots of options. I'd also check for a BIOS update. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 18:11:15 2009 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 349F4106566C for ; Fri, 20 Nov 2009 18:11:15 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 0526F8FC1D for ; Fri, 20 Nov 2009 18:11:14 +0000 (UTC) Received: by pwj15 with SMTP id 15so2406099pwj.3 for ; Fri, 20 Nov 2009 10:11:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=W2uShcrEFVVihHlbAnYhu/jwdjBzi58sTZyK50LqB8g=; b=uHgqRm1DMLUp1j63zNeRInmTo9LdllA/dEj+6PsedeXct+MFbyxGTGgdfvZVU7VUt1 oxI6LPQwyogSBnvsghywmp/UfMn0WeO1wN7eYscvCMZM5IOKjCWTl2RGh5HbO3B9AjVy /zghyS/aI21s0zoUaduZHToDqflP0X+I2lRdM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=VbNr0obRgL733/tPIyDkpag8w4gJqxV4mAPMfyvnnF0/lH9lPoLQ6Xmg5hk/9xNFd3 53m15XEJqGlylCyqjPWyU98LRFp7NG6oupToIBy01Miq+AM1Gu/Yb9vVIXdz11+fQFLp Zdc49Jjs7IrSmJKSpa9czrtanf6sPp+ZPPkEg= MIME-Version: 1.0 Received: by 10.142.121.3 with SMTP id t3mr200656wfc.6.1258740674404; Fri, 20 Nov 2009 10:11:14 -0800 (PST) In-Reply-To: <534AF36AC3BE4B3581FFB7756DD9ADFC@GRANT> References: <25A3192F31A344B99F50583BDC58C921@GRANT> <85A4A9F5895D4CDCAEDF23E8181A118D@GRANT> <4A6535A2.90707@studsvikscandpower.com> <26D9A85FF5344B9CA8F5DCDA1AFFBC46@GRANT> <4A66368C.3010009@studsvikscandpower.com> <4A6656F2.50909@studsvikscandpower.com> <534AF36AC3BE4B3581FFB7756DD9ADFC@GRANT> Date: Fri, 20 Nov 2009 10:11:14 -0800 Message-ID: From: patrick To: Grant Peel Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: questions@freebsd.org Subject: Re: NFS- SAN - FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 18:11:15 -0000 Hi Grant, I'm in a similar situation to where you were in July, and I was wondering what route you ended up going? Patrick On Tue, Jul 21, 2009 at 4:42 PM, Grant Peel wrote: > Chris, > > Again, thanks for the info. > > I only have one server with a PERC (raid) card installed, and I beleive i= t > is an older PERC 3 DCI, and doubt it would do the job. I would not be abl= e > to add more PERC cards to the other machines. > > I am looking to have the connections all done via Ethernet. Again, the > connections would be local (device to my switch, switch to the individual > servers). > > Does this mean I should be considering iSCSI, or, since the connections w= ill > all be on a local network, that I can continue to consider NFS? > > Any takers? > > -Grant > > ----- Original Message ----- From: "Christopher J. Umina" > > To: "Grant Peel" > Cc: > Sent: Tuesday, July 21, 2009 8:01 PM > Subject: Re: NFS- SAN - FreeBSD > > >> Grant, >> >> DAS =3D Direct-Attached Storage, sorry to be confusing. >> >> I cannot personally speak to the performance of FreeBSD's NFS, but I >> wouldn't expect it to be the bottleneck in the situation described. =A0M= aybe >> others with more experience could chime in on this topic. >> >> The way to use a DAS is to connect the DAS to a server with an external >> SAS cable (or two). =A0The PERC6/E controller you would need inside the = server >> is very well supported in FreeBSD. =A0The DAS system would basically act= the >> same as internal disks would act (in the case of the MD1000). =A0Of cour= se >> you'll want to check with Dell before you make any purchases to be posit= ive >> that your hardware will all communicate nicely, as I'm no Dell salespers= on. >> >> Depending on how large of an array you plan to make (if larger than 2TB) >> you may have to investigate gpart/gpt to partition correctly, but that's >> quite simple in my experience. >> >> Chris >> >> Grant Peel wrote: >>> >>> Chris, >>> >>> Thanks for the insight! >>> >>> I will defineately investigate that DAS ... although I am not (yet) sur= e >>> what the acronym means, I am sure it is something akin to "Direct Acces= s >>> SCSI". >>> >>> You are quite right, I would like to use NFS to connect the device to t= he >>> 6 servers I have, again, it would be only hosting the /home partition f= or >>> each of them. Do you know if there would be any NFS I/O slowdowns using= it >>> in that fassion? Would freebsd support (on the storage device) that man= y >>> connections? >>> >>> Also, do the Dell DAS machines run with FreeBSD? >>> >>> Also, from you you explained, I doubt I really need the versatility of >>> the SAN at this point, or in the near future. I simply want a mass /hom= e >>> storage unit. >>> >>> -Grant >>> >>> ----- Original Message ----- From: "Christopher J. Umina" >>> >>> To: "Grant Peel" >>> Cc: >>> Sent: Tuesday, July 21, 2009 5:43 PM >>> Subject: Re: NFS- SAN - FreeBSD >>> >>> >>>> Grant, >>>> >>>> I mean to say that often times external SCSI solutions (direct attache= d) >>>> are cheaper and perform better (in terms of I/O) than iSCSI SANs. Espe= cially >>>> if you're using many disks. =A0SANs are generally chosen for the abili= ty to be >>>> split into LUNs for different servers. =A0Think of it as a disk which = you can >>>> partition and serve out to servers on a per-partition basis, over Ethe= rnet. >>>> =A0That's essentially what an iSCSI SAN does. =A0While DAS systems all= ow the >>>> same sort of configuration, they don't serve out over Ethernet, only >>>> SCSI/SAS. >>>> >>>> Since you plan to use NFS to share the files to the other servers, I >>>> think it may make more sense for you to use a SCSI solution if yo don'= t need >>>> the versatility of a SAN. >>>> >>>> Of course I know nothing of how you plan to expand this system, but fr= om >>>> what I understand, with Dell DAS hardware it is possible to connect up= to 4 >>>> different servers to the DAS and expand to up to 6 15 disk enclosures.= The >>>> MD3000i (iSCSI) expands only to 3. >>>> >>>> Another issue is that without compiling in special versions of the iSC= SI >>>> initiator, even in 8.0-BETA2 (which is not production-ready), iSCSI >>>> performance and reliability are terrible. =A0There are other versions = of the >>>> code (which I currently use) for the iscsi_initiator kernel module, bu= t >>>> unless you're comfortable doing that, you may consider DAS in terms of= ease >>>> of implementation and maintenance as well. >>>> >>>> Chris >>>> >>>> Grant Peel wrote: >>>>> >>>>> Chris, >>>>> >>>>> I don't know what a direct attached array is..... >>>>> >>>>> What I was just thinking was move all of the servers /home directory = to >>>>> a huge NFS mount. >>>>> >>>>> If you have the time to elaborate fursther, I would apprciate it... >>>>> >>>>> This iSCSI think has me entrigued, but I must admit I know little abo= ut >>>>> it at this point. >>>>> >>>>> -Grant >>>>> >>>>> ----- Original Message ----- From: "Christopher J. Umina" >>>>> >>>>> To: "Grant Peel" >>>>> Sent: Monday, July 20, 2009 11:27 PM >>>>> Subject: Re: NFS- SAN - FreeBSD >>>>> >>>>> >>>>>> Grant, >>>>>> >>>>>> I have to ask, is there a reason you're intent on going with a SAN >>>>>> versus a direct-attached array? >>>>>> >>>>>> Chris >>>>>> >>>>>> Grant Peel wrote: >>>>>>> >>>>>>> Thanks for the reply. >>>>>>> >>>>>>> I have not used/investigated the iSCSI thing yet.... >>>>>>> >>>>>>> The original question is can I just use an NFS mount to the storage= 's >>>>>>> /home partition? >>>>>>> >>>>>>> -Grant >>>>>>> =A0----- Original Message ----- =A0 From: mojo fms To: Grant Peel C= c: >>>>>>> freebsd-questions@freebsd.org Sent: Monday, July 20, 2009 4:21 PM >>>>>>> =A0Subject: Re: NFS- SAN - FreeBSD >>>>>>> >>>>>>> >>>>>>> =A0You would be better off at least having the SAN on 1gb ethernet = or >>>>>>> even better tripple 1gb (on a 100mb switch should be fine but you n= eed >>>>>>> failover for higher avaliability) ethernet for latency and failover= reasons >>>>>>> with a hot backup on the network controller. =A0I dont see why you = could not >>>>>>> do this, its just iscsi connection normally so there is not a big i= ssue >>>>>>> getting freebsd to connect to it. =A0We run 2 of the 16tb powervaul= t which >>>>>>> does pretty well for storage, one runs everything and the other is = a >>>>>>> replicated offsite backup. =A0Performance wise, it really depends o= n how many >>>>>>> servers you have pulling data from the SAN and how hard the IO work= s on the >>>>>>> current servers. =A0If you have 100 servers you might push the IO a= bit but >>>>>>> but it should be fine if your not serving more than 2Mb/s out to ev= eryone, >>>>>>> the servers and disks are going to cache a fair amount of always us= ed data. >>>>>>> >>>>>>> >>>>>>> =A0On Mon, Jul 20, 2009 at 11:52 AM, Grant Peel >>>>>>> wrote: >>>>>>> >>>>>>> =A0 =A0Hi all, >>>>>>> >>>>>>> =A0 =A0I am assuming by the lack of response, my question to too lo= ng >>>>>>> winded, let me re-phrase: >>>>>>> >>>>>>> =A0 =A0What kind of performance might I expect if I load FreeBSD 7.= 2 on a >>>>>>> 24 disk, Dell PowerVault when its only mission is to serve as a loc= al area >>>>>>> storage unit (/home). Obviously, to store all users /home data. Thr= oug an >>>>>>> NFS connection via fast (100m/b) ethernet. Each connecting server (= 6) >>>>>>> contain about 200 domains? >>>>>>> >>>>>>> =A0 =A0-Grant >>>>>>> >>>>>>> =A0 =A0----- Original Message ----- From: "Grant Peel" >>>>>>> >>>>>>> =A0 =A0To: >>>>>>> =A0 =A0Sent: Saturday, July 18, 2009 10:35 AM >>>>>>> =A0 =A0Subject: NFS- SAN - FreeBSD >>>>>>> >>>>>>> >>>>>>> >>>>>>> =A0 =A0 =A0Hi all, >>>>>>> >>>>>>> =A0 =A0 =A0Up to this point, all of our servers are standalone, i.e= . all >>>>>>> services and software required are installed on each local server. >>>>>>> >>>>>>> =A0 =A0 =A0Apache, Exim, vm-pop3d, Mysql, etc etc. >>>>>>> >>>>>>> =A0 =A0 =A0Each local server is connected to the Inet via a VLAN (W= AN), to >>>>>>> our colo's switch. >>>>>>> >>>>>>> =A0 =A0 =A0Each server contains about 300 domains, each domain has = its own >>>>>>> IP. >>>>>>> >>>>>>> =A0 =A0 =A0Each sever is also connected to a VLAN (LAN) via the sam= e (Dell >>>>>>> 48 Port managed switch). >>>>>>> >>>>>>> =A0 =A0 =A0We have been considering consolidating all users data fr= om each >>>>>>> server to a central (local), storage unit. >>>>>>> >>>>>>> =A0 =A0 =A0While I do have active nfs's running (for backups etc), = on the >>>>>>> LAN only, I have never attempted to create 1 mass storage unit. >>>>>>> >>>>>>> =A0 =A0 =A0So I suppose the questions are: >>>>>>> >>>>>>> =A0 =A0 =A01) Is there any specific hardware that anyone might recc= ommend? >>>>>>> I want to stick with FreeBSD as the OS as I am quite comfortable ad= mining >>>>>>> it, >>>>>>> >>>>>>> =A0 =A0 =A02) Would anyone reccomend NOT using FreeBSD? Why? >>>>>>> >>>>>>> =A0 =A0 =A03) Assuming I am using FreeBSD as the storage systems OS= , could >>>>>>> NFS simply be used? >>>>>>> >>>>>>> =A0 =A0 =A04) Considering out whole Inet traffic runs about 2 Mb/s,= is >>>>>>> there any reason the port to the Storage unit should be more than 1= 00 M/b >>>>>>> (would it be imparative to use 1 G/b transfer)? >>>>>>> >>>>>>> =A0 =A0 =A0TIA, >>>>>>> >>>>>>> =A0 =A0 =A0-Grant >>>>>>> >>>>>>> =A0 =A0 =A0_______________________________________________ >>>>>>> =A0 =A0 =A0freebsd-questions@freebsd.org mailing list >>>>>>> =A0 =A0 =A0http://lists.freebsd.org/mailman/listinfo/freebsd-questi= ons >>>>>>> =A0 =A0 =A0To unsubscribe, send any mail to >>>>>>> "freebsd-questions-unsubscribe@freebsd.org" >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> =A0 =A0_______________________________________________ >>>>>>> =A0 =A0freebsd-questions@freebsd.org mailing list >>>>>>> =A0 =A0http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>>>>> =A0 =A0To unsubscribe, send any mail to >>>>>>> "freebsd-questions-unsubscribe@freebsd.org" >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> =A0-- =A0 Who knew >>>>>>> _______________________________________________ >>>>>>> freebsd-questions@freebsd.org mailing list >>>>>>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>>>>> To unsubscribe, send any mail to >>>>>>> "freebsd-questions-unsubscribe@freebsd.org" >>>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>> >>> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" >> >> > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 19:06:04 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A293106568D for ; Fri, 20 Nov 2009 19:06:04 +0000 (UTC) (envelope-from anti_spam256@yahoo.ca) Received: from web65511.mail.ac4.yahoo.com (web65511.mail.ac4.yahoo.com [76.13.9.55]) by mx1.freebsd.org (Postfix) with SMTP id 323B28FC1E for ; Fri, 20 Nov 2009 19:06:03 +0000 (UTC) Received: (qmail 96500 invoked by uid 60001); 20 Nov 2009 19:06:03 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.ca; s=s1024; t=1258743963; bh=asW2fEWGU+j6KYsArkNTnPuUKKirtlGiZemyNTVJyCY=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=lb08jtkSSo2XKGWOlN2tg5SOUz177jIyWlMI6ZtRLgc123OO44yQAHf+1PVV1q9JL9BA4kGQ5dGuANK+LP+m9B6kLas3C4hFD0BAy1Xebmw3wN5eaa5wkx0H8FXDFxdRyTDPQ6z2aB6t8uUUH3Ue+Yeh8aKoO0Z7tQy6tIBoxVY= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=xbaYwXtkXQg4n+leFZ2zhMf5V+SMYXAXravdYNNrtn4QudaKV/eHsRXR7hlPVwnI2WlHmxJsWLZODCqVefQnCokNwDVNgXTAKnB/6FvPeJZIIz2CeRPG3L91PAhPqqxQYR4gsWVoN9Rm5qdmnJwQWLINUKNpsNF19vik3QWREds=; Message-ID: <119907.63477.qm@web65511.mail.ac4.yahoo.com> X-YMail-OSG: I8GZPewVM1kaScrnW2OkwjbJlyqTxa2WcLNh37VTNCzmJdhgV7WB5TJ85ZGJ27N5ytzQc_zv_vB7hjQpfO2gHtY3IkmHW7UjQy329IxvWG5dVPbpkk0VRHmFbQbF7FJEWdWbQ35itVjRnllghXDwhfAbAo39vuqIUe499cgLUr4wB4RkfyKPlvSy5g8RLTwGyolRAC.tUWPeFXztlsgI9.g33H6MXZr9MC314uzbJnsG7PaXNcx0h0IJ.c0JLfDSeeQZOLLVyCrqVs4H1QIT83XIJ1wV1jYCnAiNbqGdDUV.2UQcioulhJj6sSyjS0nins5DmMG_qAnGrXaLyRmFYuoRIyB3ptPf1FRWnTv1MEc9KvTwiNK1xtOkcNClczYj.sO0mv1Q8sK3Ub9oOEsfh79ZX39R.h2BY4HzxjCar16w73uCR5xZohYHQpnJxkFsnfHEp.nDGWc03HG08JftaMd.SIr9kdN0TxPxrD4B Received: from [208.99.137.71] by web65511.mail.ac4.yahoo.com via HTTP; Fri, 20 Nov 2009 11:06:03 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.8.100.260964 Date: Fri, 20 Nov 2009 11:06:03 -0800 (PST) From: James Phillips To: freebsd-questions@freebsd.org In-Reply-To: <20091120112952.CD4C310656AB@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: 7.2, usb mouse, uhub0: device problem (IOERROR), X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 19:06:04 -0000 =0A=0A> Date: Fri, 20 Nov 2009 01:18:10 -0800 (PST)=0A> From: Mark Terribil= e =0A> Subject: 7.2, usb mouse, uhub0: device proble= m (IOERROR),=0A> disabling=0A> =A0=A0=A0 port 3=0A> To: freebsd-questions@f= reebsd.org=0A> Message-ID: <181765.78137.qm@web110310.mail.gq1.yahoo.com>= =0A> Content-Type: text/plain; charset=3Dus-ascii=0A> =0A> Hi,=0A> =0A> I j= ust put 7.2 on an Asus P5N7A-VM motherboard (running=0A> with a Core II Qua= d 2.33).=A0 This motherboard has a PS/2=0A> connector for the keyboard but = not for the mouse.=A0 When=0A> I plug a USB mouse in, or connect a PS/2 mou= se through an=0A> appropriate green adaptor (PS/2 mouse/USB) I get the=0A> = following error on the console and in /var/log/messages:=0A> =0A> Nov 17 15= :35:11 silver kernel: uhub0: device problem=0A> (IOERROR), disabling port 3= =0A> =0A=0AYou can't just use a PS/2 -> USB adapter on *any* mouse; you nee= d a "dual protocol" mouse. It sound like your mouse may be old enough that = it only supports a PS/2 -> RS-232 (9 pin serial) adapter. Your board may ha= ve a header to allow the easy installation of a serial port, but I have not= checked (and serial mice may not be auto-magically configured).=0A=0ALast = time I was looking for a mouse, I could not find a PS/2 version. I was relu= ctant to get a USB mouse because none of them are USB Certified (http://www= .usb.org). Many of them also had a "Side-scrolling" scroll wheel (designed = with Vista in mind?) very awkward to use as a middle button.=0A=0AIf you mo= use IS a "USB" mouse, try a different one.=0A=0ARegards,=0A=0AJames Phillip= s=0A=0A=0A=0A ________________________________________________________= __________=0AYahoo! Canada Toolbar: Search from anywhere on the web, and bo= okmark your favourite sites. Download it now=0Ahttp://ca.toolbar.yahoo.com. From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 19:07:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79D1D1065745; Fri, 20 Nov 2009 19:07:53 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout028.mac.com (asmtpout028.mac.com [17.148.16.103]) by mx1.freebsd.org (Postfix) with ESMTP id 641EE8FC0C; Fri, 20 Nov 2009 19:07:53 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp028.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KTF00DLF953PH50@asmtp028.mac.com>; Fri, 20 Nov 2009 11:07:53 -0800 (PST) From: Marcel Moolenaar In-reply-to: <20091120164741.GA59827@mech-cluster241.men.bris.ac.uk> Date: Fri, 20 Nov 2009 11:07:51 -0800 Message-id: <2DCF854B-29FF-4915-A456-E088CF9E3D1B@mac.com> References: <20091120164741.GA59827@mech-cluster241.men.bris.ac.uk> To: Anton Shterenlikht X-Mailer: Apple Mail (2.1077) Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org, freebsd-ia64@freebsd.org Subject: Re: open64 fbsd port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 19:07:53 -0000 On Nov 20, 2009, at 8:47 AM, Anton Shterenlikht wrote: > Is there a fbsd port of open64 (http://www.open64.net/), > or any branched project? Not at this time. > In particular there is a mention of ORC (http://ipf-orc.sourceforge.net/) > specifically for ia64, but the pages are very out of date. open64 includes ORC. I believe ORC is EOL. > And then there's something called Aurora, which seems to be the same > as ORC (http://sourceforge.net/projects/ipf-orc/), but also *very* > out of date. They probably renamed the project. It does look like the same thing. FYI, -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 19:11:58 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA7801065695 for ; Fri, 20 Nov 2009 19:11:58 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 40E6B8FC1A for ; Fri, 20 Nov 2009 19:11:58 +0000 (UTC) Received: by bwz5 with SMTP id 5so3942749bwz.3 for ; Fri, 20 Nov 2009 11:11:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=m57txQ83OfmsU/saBTF5f9B97G0pkQTj8qKXingsSnY=; b=FcCrHe7IWw4rMoKz0Bu9r6j5Y9lf7m4QkDlQ1Ie8Qrw4+YpbNHZuw8OmKfyomaY8PW ubXnVExHkqHYnswZMnr6t1kpbBN7RbpuLEcy0V5ER/2TN/iV8rgCRI+vD4a38QylZl5Q GxB+b4r+g7b5qAZdY1TAv3z2ZazezfQMUjDcE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=duzZUxJ6djAdibKIXsKRjJvqSjiL3my11xykXFlUUlm5QwRq8AF3dhBWJSiszeWZyr zCq/3BHImcg0eurqRG+YuTn+M21Qi4+3kx4tlLWkR08PHnmTe8113D53yRXpJUD6yjfy toOUiBDxM3ywGTwgf4g5amjXBT0V1CuJqr6CQ= MIME-Version: 1.0 Received: by 10.204.48.194 with SMTP id s2mr1743471bkf.210.1258744317217; Fri, 20 Nov 2009 11:11:57 -0800 (PST) In-Reply-To: <20091120181629.3e1a3aee.dcdowse@gmx.net> References: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> <20091120181629.3e1a3aee.dcdowse@gmx.net> Date: Fri, 20 Nov 2009 20:11:57 +0100 Message-ID: From: usleepless@gmail.com To: "Daniel C. Dowse" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Anton Shterenlikht , freebsd-questions@freebsd.org Subject: Re: GPUs on FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 19:11:58 -0000 On Fri, Nov 20, 2009 at 6:16 PM, Daniel C. Dowse wrote: > On Fri, 20 Nov 2009 11:46:57 +0000 > Anton Shterenlikht wrote: > > > Anybody knows of working GPUs under FBSD on any arch? > > Any advice? > > > > I using a nvidia fx5500 with the latest driver 173.14.22 on i386 and > it works perfect. And it was no pain to get 3d working for games. > > I am still wondering what this thread is actually about: is it about hardware accelerated video or about offloading general computation to the GPU ( CUDA et al. ). does anybody know? regards, usleep cheers > > Daniel > > -- > < Where there is a shell - there is a way > > > http://www.piratenpartei.de > > http://bytebox.homeunix.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.org" > From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 19:14:02 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9A39106566B; Fri, 20 Nov 2009 19:14:02 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout023.mac.com (asmtpout023.mac.com [17.148.16.98]) by mx1.freebsd.org (Postfix) with ESMTP id C3D278FC17; Fri, 20 Nov 2009 19:14:02 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp023.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KTF00H2I9FELD40@asmtp023.mac.com>; Fri, 20 Nov 2009 11:14:02 -0800 (PST) From: Marcel Moolenaar In-reply-to: <20091120170132.GA62790@mech-cluster241.men.bris.ac.uk> Date: Fri, 20 Nov 2009 11:14:01 -0800 Message-id: References: <20091120164741.GA59827@mech-cluster241.men.bris.ac.uk> <20091120170132.GA62790@mech-cluster241.men.bris.ac.uk> To: Anton Shterenlikht X-Mailer: Apple Mail (2.1077) Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org, freebsd-ia64@freebsd.org Subject: Re: open64 fbsd port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 19:14:02 -0000 On Nov 20, 2009, at 9:01 AM, Anton Shterenlikht wrote: > On Fri, Nov 20, 2009 at 04:47:41PM +0000, Anton Shterenlikht wrote: >> Is there a fbsd port of open64 (http://www.open64.net/), >> or any branched project? >> >> In particular there is a mention of ORC (http://ipf-orc.sourceforge.net/) >> specifically for ia64, but the pages are very out of date. >> >> And then there's something called Aurora, which seems to be the same >> as ORC (http://sourceforge.net/projects/ipf-orc/), but also *very* >> out of date. > > And also there is OpenUH, primarilily for ia64, but linux: > > OpenUH Source code, > IA-64, Red Hat Enterprise Linux AS release 3 and gcc 3.x > openuh-alpha.src.tar.gz 90.2 MB Looks like a branch off of Open64. > > and Path64 (http://www.path64.com/) I don't believe Path64 has an ia64 backend (it's optimized for amd64), but that may be pulled from Open64. I think Path64 may be a better investment than Open64 (for FreeBSD), if the project is more open... > I understand no fbsd ports for these compilers exist yet? Correct. -- Marcel Moolenaar xcllnt@mac.com From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 19:33:51 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2213E106566B for ; Fri, 20 Nov 2009 19:33:51 +0000 (UTC) (envelope-from millenia2000@hotmail.com) Received: from bay0-omc4-s16.bay0.hotmail.com (bay0-omc4-s16.bay0.hotmail.com [65.54.190.218]) by mx1.freebsd.org (Postfix) with ESMTP id 0C51D8FC0C for ; Fri, 20 Nov 2009 19:33:50 +0000 (UTC) Received: from BAY126-W25 ([65.54.190.199]) by bay0-omc4-s16.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 20 Nov 2009 11:33:50 -0800 Message-ID: X-Originating-IP: [65.214.169.254] From: Sean Cavanaugh To: "freebsd-questions@freebsd.org" Date: Fri, 20 Nov 2009 14:33:50 -0500 Importance: Normal In-Reply-To: <4B0628F3.7000101@pldrouin.net> References: <4B0628F3.7000101@pldrouin.net> MIME-Version: 1.0 X-OriginalArrivalTime: 20 Nov 2009 19:33:50.0246 (UTC) FILETIME=[62C72C60:01CA6A18] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: RE: How painful is the nv driver supposed to be? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 19:33:51 -0000 > Date: Fri=2C 20 Nov 2009 00:28:19 -0500 > From: pldrouin@pldrouin.net > To: freebsd-questions@freebsd.org > Subject: How painful is the nv driver supposed to be? >=20 > Hi=2C >=20 > I am using the nv xorg driver on 8.0 amd64 with a GeForce 6600 (CPU is=20 > an i7 overclocked at 4GHz) configured in 1920x1080. With that setup it=20 > takes about 2 seconds to maximize a window or to switch workspace in=20 > fluxbox. Is there a way to improve speed or this is all I can hope to get= ? >=20 =20 the default nv driver with xorg does not fully utilize the nvidia GPU. install one of the nvidia drivers from /usr/ports/x11/nvidia-driver* make sure you pick the one that still has support for your card in it as th= ey cull older cards from the newer drivers. judging by nvidia.coms driver l= ookup=2C the highest driver that supports the GeForce 6 series was 191.07 =20 also make sure to follow the extra instructions that you get after installi= ng the driver if i remember correctly=2C theres a line you add to /boot/loader.conf and y= ou change the xorg.conf file driver from "nv" to "nvidia" =20 =20 -Sean = From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 19:38:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 246C0106566B for ; Fri, 20 Nov 2009 19:38:24 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout030.mac.com (asmtpout030.mac.com [17.148.16.105]) by mx1.freebsd.org (Postfix) with ESMTP id 118518FC1B for ; Fri, 20 Nov 2009 19:38:23 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from cswiger1.apple.com ([17.227.140.124]) by asmtp030.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KTF00FDMAJZ4V60@asmtp030.mac.com> for freebsd-questions@freebsd.org; Fri, 20 Nov 2009 11:38:23 -0800 (PST) From: Chuck Swiger In-reply-to: <119907.63477.qm@web65511.mail.ac4.yahoo.com> Date: Fri, 20 Nov 2009 11:38:22 -0800 Message-id: References: <119907.63477.qm@web65511.mail.ac4.yahoo.com> To: James Phillips X-Mailer: Apple Mail (2.1077) Cc: freebsd-questions@freebsd.org Subject: Re: 7.2, usb mouse, uhub0: device problem (IOERROR), X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 19:38:24 -0000 Hi-- On Nov 20, 2009, at 11:06 AM, James Phillips wrote: > Last time I was looking for a mouse, I could not find a PS/2 version. I was reluctant to get a USB mouse because none of them are USB Certified (http://www.usb.org). Many of them also had a "Side-scrolling" scroll wheel (designed with Vista in mind?) very awkward to use as a middle button. It's quite possibly to your credit that you've actually checked whether a USB mouse has been tested as compliant, but when I do a search for "Mice/trackballs/pointers", I get 68 results, including a dozen or so from both Logitech and Microsoft. The search URL seems to be difficult to abbreviate without it failing to work, but product examples: http://www.usb.org/kcompliance/view/view_item?item_key=a5152ed9dfc17474f426a8c42cc08632db85f832 http://www.usb.org/kcompliance/view/view_item?item_key=d1c6718da29392bfac5fafb847ecbb469d9ce250 Regards, -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 20:24:07 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B22FE106566C for ; Fri, 20 Nov 2009 20:24:07 +0000 (UTC) (envelope-from gesbbb@yahoo.com) Received: from smtp105.prem.mail.ac4.yahoo.com (smtp105.prem.mail.ac4.yahoo.com [76.13.13.44]) by mx1.freebsd.org (Postfix) with SMTP id 43CE58FC19 for ; Fri, 20 Nov 2009 20:24:07 +0000 (UTC) Received: (qmail 85533 invoked from network); 20 Nov 2009 20:24:05 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:Reply-To:Organization:X-Mailer:Face:Mime-Version:Content-Type:Content-Transfer-Encoding; b=0zX6xTjIfYl29XqRQLMzfcTFOff+5WXLQCt5fDb0ZhDZRX1Mm8H5wnNA5a4WpSQ7k2Wb02Yo8LkSbjgM+vM4YxebHnthZDWHhLjIXKw9skFFVq9IK1vQKNwjj34hc1iUm2ELA5RNOUFvHyv7f6yFDraRREtCqJc9vyeUya64WRg= ; Received: from c-67-189-183-172.hsd1.ny.comcast.net (gesbbb@67.189.183.172 with login) by smtp105.prem.mail.ac4.yahoo.com with SMTP; 20 Nov 2009 12:24:05 -0800 PST X-Yahoo-SMTP: yeAAMgKswBATCul4lSbCWspvTA-- X-YMail-OSG: r_cfDDYVM1lL0jt7RA3aKYHjelZOrrB.cjHBdjyHYZqwLjq89YwlasmLSEtI4xRRTDJEk3RxLUb76M0IkYbD890.BL5M8a91i_Oj3yuZHfifMXYLQSr5vlVwgpg0xg3jrld7HYulozinhuNjkpCKcG8.JHzvfBGokX9oonalfnMdtgKDQMMypnZ.rWB0YuyOWylgT7AufigFb30hP0hEGVBmB2aackAtRlhhh6FEDILhssmy.t6RzuMyS98RuNpxtn5LlNMbk49wAupLqFAmXo.T2trxHP4a1NlFLJXTYYP_aUGEJrtYA7UAnXEyVaqso4tyjBH6Zd9ljECecZUwOA-- X-Yahoo-Newman-Property: ymail-3 Received: from scorpio.seibercom.net (scorpio.seibercom.net [192.168.1.103]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: gesbbb@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 1F2742283B for ; Fri, 20 Nov 2009 15:24:05 -0500 (EST) Date: Fri, 20 Nov 2009 15:24:04 -0500 From: Jerry To: freebsd-questions@freebsd.org Message-ID: <20091120152404.1be5015b@scorpio.seibercom.net> In-Reply-To: References: <119907.63477.qm@web65511.mail.ac4.yahoo.com> Organization: seibercom.net X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: 7.2, usb mouse, uhub0: device problem (IOERROR), X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 20:24:07 -0000 On Fri, 20 Nov 2009 11:38:22 -0800 Chuck Swiger replied: >It's quite possibly to your credit that you've actually checked >whether a USB mouse has been tested as compliant, but when I do a >search for "Mice/trackballs/pointers", I get 68 results, including a >dozen or so from both Logitech and Microsoft. I also got 68 matches; however, under 'wireless' I found '0'. Either I am searching incorrectly, or nobody has a 100% compliant wireless mouse. -- Jerry gesbbb@yahoo.com |::::======= |::::======= |=========== |=========== | So little time, so little to do. Oscar Levant From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 20:28:54 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 430BC106566C for ; Fri, 20 Nov 2009 20:28:54 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout024.mac.com (asmtpout024.mac.com [17.148.16.99]) by mx1.freebsd.org (Postfix) with ESMTP id 2F5188FC15 for ; Fri, 20 Nov 2009 20:28:54 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from cswiger1.apple.com ([17.227.140.124]) by asmtp024.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KTF009CICVRK760@asmtp024.mac.com> for freebsd-questions@freebsd.org; Fri, 20 Nov 2009 12:28:40 -0800 (PST) From: Chuck Swiger In-reply-to: <20091120152404.1be5015b@scorpio.seibercom.net> Date: Fri, 20 Nov 2009 12:28:39 -0800 Message-id: <5FCD525D-7483-41C4-826B-9235CDCA76A0@mac.com> References: <119907.63477.qm@web65511.mail.ac4.yahoo.com> <20091120152404.1be5015b@scorpio.seibercom.net> To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.1077) Subject: Re: 7.2, usb mouse, uhub0: device problem (IOERROR), X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 20:28:54 -0000 Hi-- On Nov 20, 2009, at 12:24 PM, Jerry wrote: >> It's quite possibly to your credit that you've actually checked >> whether a USB mouse has been tested as compliant, but when I do a >> search for "Mice/trackballs/pointers", I get 68 results, including a >> dozen or so from both Logitech and Microsoft. > > I also got 68 matches; however, under 'wireless' I found '0'. Either I > am searching incorrectly, or nobody has a 100% compliant wireless mouse. These 68 results include stuff like: http://www.usb.org/kcompliance/view/view_item?item_key=d7fe8fb052dda415dd3944736104ea858189d7e1 http://www.usb.org/kcompliance/view/view_item?item_key=1ca3f8c653307ce26ff101a9af50beb1921cbe28 ...which is a "Microsoft Wireless Laser Mouse 5000" & "Microsoft Wireless Mouse Receiver v1.0". There seem to be wireless Logitech products there as well, like: http://www.usb.org/kcompliance/view/view_item?item_key=04bb314c07a5f1822148869b329d73a40fe82eae ...aka "Cordless Desktop Receiver / C-BU44". Regards, -- -Chuck From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 20:35:26 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10EF91065695 for ; Fri, 20 Nov 2009 20:35:26 +0000 (UTC) (envelope-from kline@thought.org) Received: from aristotle.thought.org (aristotle.thought.org [209.180.213.210]) by mx1.freebsd.org (Postfix) with ESMTP id A45DE8FC21 for ; Fri, 20 Nov 2009 20:35:25 +0000 (UTC) Received: from thought.org (tao.thought.org [10.47.0.250]) (authenticated bits=0) by aristotle.thought.org (8.14.2/8.14.2) with ESMTP id nAKKZ0Kd074784; Fri, 20 Nov 2009 12:35:00 -0800 (PST) (envelope-from kline@thought.org) Received: by thought.org (nbSMTP-1.00) for uid 1002 kline@thought.org; Fri, 20 Nov 2009 12:35:11 -0800 (PST) Date: Fri, 20 Nov 2009 12:35:11 -0800 From: Gary Kline To: utisoft@gmail.com Message-ID: <20091120203511.GA32416@thought.org> References: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 23 years of service to the Unix community. X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.3 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on aristotle.thought.org Cc: Anton Shterenlikht , freebsd-questions@freebsd.org Subject: Re: GPUs on FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 20:35:26 -0000 On Fri, Nov 20, 2009 at 02:56:03PM +0000, Chris Rees wrote: > 2009/11/20 Anton Shterenlikht : > > Anybody knows of working GPUs under FBSD on any arch? > > Any advice? > > > > Your question could have been phrased better.... but that's the teacher in me! > > Nvidia GPUs work on IA-32 machines, but AFAIK there's still no amd64 driver. > > Food for thought: http://forums.freebsd.org/showthread.php?t=398 > > My advice: Get an Nvidia card, and install FreeBSD/i386. > > Chris > hi chris, i'm taking this offlist so i don't show my totsl ignorance about running X11 and my new intel duo with i386 and 7.2. do i need a nvidia card to run X? the graphics show the dell circle just before the boot sequence but that may be built into the bios. (another reason for keeping this offlist is that my network pal says to NOT run X on my server ... simply for the sake of simplicity. i will not use the computer for anything except CTWM for root, which will make doing sysadmin tasks vastly easier. nutshell: if i do need a video card for my dell inspiron 530, what kind? tia, gary > -- > A: Because it messes up the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: Top-posting. > Q: What is the most annoying thing in a mailing list? > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 7.31a release of Jottings: http://jottings.thought.org/index.php From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 20:58:29 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2364106566B for ; Fri, 20 Nov 2009 20:58:29 +0000 (UTC) (envelope-from gesbbb@yahoo.com) Received: from smtp101.prem.mail.ac4.yahoo.com (smtp101.prem.mail.ac4.yahoo.com [76.13.13.40]) by mx1.freebsd.org (Postfix) with SMTP id 4EDFE8FC14 for ; Fri, 20 Nov 2009 20:58:29 +0000 (UTC) Received: (qmail 39507 invoked from network); 20 Nov 2009 20:58:28 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:Reply-To:Organization:X-Mailer:Face:Mime-Version:Content-Type:Content-Transfer-Encoding; b=eCS4RZETEil7KjH/7+YPGtrim/1wb1zvup3w9H38yCI2xrRpesAeEmPpp7W6VVEhMRo7VimlaYwp2SjDFeFh7VoOcZId7/mtcKfv/1M4Qk7PMYWAdsO65gJeSZz1Xp1vqz9CKiq8D1dnLmD/6TUOXa2l8txx2f+52LtCA2qFWbY= ; Received: from c-67-189-183-172.hsd1.ny.comcast.net (gesbbb@67.189.183.172 with login) by smtp101.prem.mail.ac4.yahoo.com with SMTP; 20 Nov 2009 12:58:28 -0800 PST X-Yahoo-SMTP: yeAAMgKswBATCul4lSbCWspvTA-- X-YMail-OSG: i_Bar68VM1ncKWNjSIY0c8oE1P9I90l6HCcJoXmeXJQj0H9doyI8MWdMrRtj4kd8HpkBByDZJ66TSJFXwvkUKNfQwmNdywPl_nmancKhzb7L2MgunWvHo1MLWV.yozqsacDCI5vPcnOAWnQpSFHEk2GkW9P5zDVtHFsTiRGRvgw58i7AN6iCBBvGWgXvRYWtlMp.ZZlP.hDqC1dzEwZKLe_kOaIgK5C92tKJyuSrB1n4zfTfYQy.Ax_B2iin8sUOJ0ZABxGWOFvA5aOQEA_RyYr9vLuxbMnOhMNfqNLR7SHkUrPWn7z_7P45jBO6UF27p7E_vVv9F4scKqADsd5fQCZTfMEs4t5r_qG9IqRgAOqc54cq.pdv3jBR7RDl8H1EoFwGZt6UCfP7capnoxP2okZtysGsYGArsgg69aaNvD.UZiXnZtArxf27kjuxf3_ZW1OhGGpI7gLVIW_qXxTlNOShbZDstZYrkMMp.72iieM- X-Yahoo-Newman-Property: ymail-3 Received: from scorpio.seibercom.net (scorpio.seibercom.net [192.168.1.103]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: gesbbb@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 107BE2283B for ; Fri, 20 Nov 2009 15:58:28 -0500 (EST) Date: Fri, 20 Nov 2009 15:58:27 -0500 From: Jerry To: freebsd-questions@freebsd.org Message-ID: <20091120155827.7526e039@scorpio.seibercom.net> In-Reply-To: <5FCD525D-7483-41C4-826B-9235CDCA76A0@mac.com> References: <119907.63477.qm@web65511.mail.ac4.yahoo.com> <20091120152404.1be5015b@scorpio.seibercom.net> <5FCD525D-7483-41C4-826B-9235CDCA76A0@mac.com> Organization: seibercom.net X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: 7.2, usb mouse, uhub0: device problem (IOERROR), X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 20:58:29 -0000 On Fri, 20 Nov 2009 12:28:39 -0800 Chuck Swiger replied: >> I also got 68 matches; however, under 'wireless' I found '0'. Either >> I am searching incorrectly, or nobody has a 100% compliant wireless >> mouse. > >These 68 results include stuff like: > > http://www.usb.org/kcompliance/view/view_item?item_key=d7fe8fb052dda415dd3944736104ea858189d7e1 > http://www.usb.org/kcompliance/view/view_item?item_key=1ca3f8c653307ce26ff101a9af50beb1921cbe28 > >...which is a "Microsoft Wireless Laser Mouse 5000" & "Microsoft >Wireless Mouse Receiver v1.0". There seem to be wireless Logitech >products there as well, like: > > http://www.usb.org/kcompliance/view/view_item?item_key=04bb314c07a5f1822148869b329d73a40fe82eae > >...aka "Cordless Desktop Receiver / C-BU44". Thanks! I guess the 'wireless' menu item is either not working, or I am using it incorrectly on that site. -- Jerry gesbbb@yahoo.com |::::======= |::::======= |=========== |=========== | Thou hast seen nothing yet. Miguel de Cervantes From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 21:21:40 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86EFC106566B for ; Fri, 20 Nov 2009 21:21:40 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id 5FED38FC12 for ; Fri, 20 Nov 2009 21:21:40 +0000 (UTC) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NBav6-000BN7-QC; Fri, 20 Nov 2009 16:21:39 -0500 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by cube.entropy.prv (Postfix) with ESMTP id A9E4F37AEE16; Fri, 20 Nov 2009 16:21:32 -0500 (EST) Message-ID: <4B07085C.8010207@FreeBSD.org> Date: Fri, 20 Nov 2009 16:21:32 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Glen Johnson References: <0c5bf2a922ecbc1096da03be5670e3e1@verizon.net> <4B0575A0.707@FreeBSD.org> <6b6f6c5e02e38af4ded7a3884301c1ac@verizon.net> <4B06223B.2010900@FreeBSD.org> <08a7defd2c8ad208f116c883a7fbe175@verizon.net> In-Reply-To: <08a7defd2c8ad208f116c883a7fbe175@verizon.net> X-Enigmail-Version: 0.96.0 OpenPGP: id=1C940290 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.4 (/) Cc: freebsd-questions@freebsd.org, Steve Bertrand Subject: Re: Apache22 + Subversion 1.6.6 = No go. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 21:21:40 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Glen Johnson wrote: > > On Nov 19, 2009, at 11:59 PM, Greg Larkin wrote: > >> Glen Johnson wrote: >>> On Nov 19, 2009, at 11:43 AM, Greg Larkin wrote: >>>> >>>> Glen Johnson wrote: >>>>> FreeBSD-questions, >>>>> I am attempting to use FreeBSD as my Subversion server. I have >>>>> Subversion working, and I have Apache working. However when I try to >>>>> use http:/my_server/svn/my_project I get: >>>>> >>>>> >>>> xmlns:C="svn:"> >>>>> >>>>> >>>>> Could not open the requested SVN filesystem >>>>> >>>>> >>>>> >>>>> 1 I tried chmod -R 777 /home/svn/repos. >>>>> 2 I tried recompiling apache, db, and subversion. >>>>> 3 I looked at /var/log/http-error.log (partial list below) >>>>> [Thu Nov 19 09:35:52 2009] [notice] Graceful restart requested, doing >>>>> restart >>>>> [Thu Nov 19 09:35:53 2009] [notice] Digest: generating secret for >>>>> digest >>>>> authentication ... >>>>> [Thu Nov 19 09:35:53 2009] [notice] Digest: done >>>>> [Thu Nov 19 09:35:54 2009] [notice] Apache/2.2.13 (FreeBSD) >>>>> mod_ssl/2.2.13 OpenSSL/0.9.8e DAV/2 SVN/1.6.6 configured -- resuming >>>>> normal operations >>>>> [Thu Nov 19 09:36:10 2009] [error] [client 192.168.2.12] >>>>> (20014)Internal >>>>> error: Can't open file '/usr/home/svn/repos/default/format': No such >>>>> file or directory >>>>> [Thu Nov 19 09:36:10 2009] [error] [client 192.168.2.12] Could not >>>>> fetch >>>>> resource information. [500, #0] >>>>> [Thu Nov 19 09:36:10 2009] [error] [client 192.168.2.12] Could not >>>>> open >>>>> the requested SVN filesystem [500, #2] >>>>> >>>>> >>>>> What am I missing? >>>>> Thank you, >>>>> Glen >>>> >>>> Hi Glen, >>>> >>>> Please post the relevant bits from your httpd.conf where you set up the >>>> SVNPath, etc. It looks like maybe the SVNPath directive is pointing to >>>> the wrong place. >>>> >>> Thanks for your reply. I currently have this info in >>> /usr/local/etc/apache22/Includes/svn.conf. Apache22 loads all the conf >>> files in this directory when httpd.conf is loaded. >>> >>> DAV svn >>> SVNParentPath /usr/home/svn/repos >>> SVNListParentPath on >>> SVNPathAuthz off >>> SVNIndexXSLT "/data-dist/svnindex.xsl" >>> >>> # anonymous first >>> Satisfy Any >>> Require valid-user >>> >>> # authenticating them valid ones >>> AuthType Basic >>> AuthName "Subversion Repositories" >>> AuthUserFile /usr/home/svn/access/users >>> >>> > >> Hi Glen, > >> At first glance, that looks OK to me. The next tests are: > >> - - Does /usr/home/svn/repos/default exist? (I know, dumb question!) > No, not so dumb. It is good not to make assumptions that I may > overlook. This however is not one. This is what I did to verify I do > have a project. > 1. svn co file:///usr/home/svn/repos def # Then for fun I added > hello.txt in def/trunk. More about this below. > 2. svn co svn://usr/home/svn/repos def # Still works fine. > 3. svn co file:///usr/home/svn/repos def # SVN: Could not open the > requested SVN filesystem (Error message from svn) > >> - - If it does, are permissions set such that the httpd process user can >> read the directory? You said "chmod 777" on the repository parent >> directory didn't work. > I tried: > chmod -R 777 /usr/home/svn/repos > chmod -R www:www /usr/home/svn/repos > > By the way here are the settings for user www and group www. > > grep www /etc/passwd > www:*:80:80:World Wide Web Owner:/nonexistent:/usr/sbin/nologin > > grep www /etc/group > www:*:80:glen,root > > >> - - Please post the output of "ls -laR /usr/home/svn/repos" > First I noticed that there are some files that are owned by glen due to > me adding repos/trunk/hello.txt. > Ok you asked for this: > total 24 > drwxrwxrwx 10 www www 512 Nov 20 08:48 ./ > drwxrwxrwx 5 root www 512 Nov 20 08:46 ../ > drwxrwxrwx 6 www www 512 Nov 20 08:48 .svn/ > -rwxrwxrwx 1 www www 229 Nov 20 08:46 README.txt* > drwxrwxrwx 3 www www 512 Nov 20 08:48 branches/ > drwxrwxrwx 2 www www 512 Nov 20 08:46 conf/ > drwxrwxrwx 6 www www 512 Nov 20 09:01 db/ > -rwxrwxrwx 1 www www 2 Nov 20 08:46 format* > drwxrwxrwx 2 www www 512 Nov 20 08:46 hooks/ > drwxrwxrwx 2 www www 512 Nov 20 08:46 locks/ > drwxrwxrwx 3 www www 512 Nov 20 08:48 tags/ > drwxrwxrwx 3 www www 512 Nov 20 08:48 trunk/ > [...] Hi Glen, Ok, I see what's going on now. First, you have an SVNParentPath directive in your httpd.conf file. The directory on that line specifies a place where multiple, separate Subversion repositories will appear, so you could have a setup like this: /usr/home/svn/repos /internal-repos /client-projects-repos /oss-contrib-repos ... ... In this case, each of those repository subdirectories would be created like so: svnadmin create /usr/home/svn/repos/internal-repos svnadmin create /usr/home/svn/repos/client-projects-repos svnadmin create /usr/home/svn/repos/oss-contrib-repos So far, so good. What I notice in your directory listings is that you have a Subversion repository anchored at /usr/home/svn/repos, not in a subdirectory therein. This is going to cause problems with SVNParentPath, because it will treat all subdirectories under there (e.g. conf/, db/, hooks/, etc.) as Subversion repositories. If you only plan to use that single repository, your httpd.conf should read: SVNPath /usr/home/svn/repos instead of: SVNParentPath /usr/home/svn/repos Next, I notice that /usr/home/svn/repos also contains a Subversion working copy, indicated by the directories .svn/, trunk/, tags/ and branches/. I recommend that you delete those and re-checkout your repository into a new working directory somewhere else. The reason you saw the message "error: Can't open file '/usr/home/svn/repos/default/format': No such file or directory" was because you had checked out the module "default" into the Subversion repository directory, and then the SVNParentPath directive attempted to enumerate the "default" directory as a Subversion repository. Once you clean up those working copy directories and change SVNParentPath to SVNPath, you should be in business. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/sourcehosting/ - Follow me, follow you -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFLBwhc0sRouByUApARAhYgAKCEn48Jw3UzJlxHhYR15qgWnVhiCwCbBFkC wMMA6GWQbY2cFnUni/+oEDM= =hfXh -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 21:35:25 2009 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 CB7511065672 for ; Fri, 20 Nov 2009 21:35:25 +0000 (UTC) (envelope-from brett@lariat.net) Received: from lariat.net (lariat.net [66.119.58.2]) by mx1.freebsd.org (Postfix) with ESMTP id 4F00D8FC13 for ; Fri, 20 Nov 2009 21:35:24 +0000 (UTC) Received: (from brett@localhost) by lariat.net (8.9.3/8.9.3) id OAA18537 for questions@freebsd.org; Fri, 20 Nov 2009 14:35:22 -0700 (MST) Date: Fri, 20 Nov 2009 14:35:22 -0700 (MST) From: Brett Glass Message-Id: <200911202135.OAA18537@lariat.net> To: questions@freebsd.org Cc: Subject: kern.polling.lost_polls X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 21:35:25 -0000 Everyone: I've been experimenting with using device polling on a router with six Ethernet interfaces that handles lots of traffic. I turned polling on, and set HZ=4000 to minimize latency and ensure that enough time was allocated to handle all of the incoming packets. But the sysctl variable kernel.polling.lost_polls keeps incrementing! The documentation of this variable isn't very good, so I am not sure what this means. Does it mean that I should set kern.hz lower (perhaps to 2000) and kern.polling.burst_max higher? Or that running the interfaces in interrupt-driven mode would be more effective? How can I tell? (Feel free to ask for more information about the hardware or kernel config if it would help you to provide a good answer.) --Brett Glass From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 22:58:22 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C21D106566B for ; Fri, 20 Nov 2009 22:58:22 +0000 (UTC) (envelope-from pldrouin@pldrouin.net) Received: from smtp.cyberfingers.net (smtp.cyberfingers.net [198.177.254.227]) by mx1.freebsd.org (Postfix) with ESMTP id ECA5C8FC08 for ; Fri, 20 Nov 2009 22:58:21 +0000 (UTC) Received: from mdaemon.pldrouin.net (pldrouinlap2-pc.physics.carleton.ca [134.117.23.34]) by smtp.cyberfingers.net (Postfix) with ESMTP id 54B53AB6C16; Fri, 20 Nov 2009 17:55:29 -0500 (EST) Message-ID: <4B071F0C.9050802@pldrouin.net> Date: Fri, 20 Nov 2009 17:58:20 -0500 From: Pierre-Luc Drouin User-Agent: Thunderbird 2.0.0.23 (X11/20090824) MIME-Version: 1.0 To: Sean Cavanaugh References: <4B0628F3.7000101@pldrouin.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: How painful is the nv driver supposed to be? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 22:58:22 -0000 Thanks well this won't work on amd64 until Nvidia releases a driver. I was waiting for the amd64 driver to buy a new video card... Sean Cavanaugh wrote: > > >> Date: Fri, 20 Nov 2009 00:28:19 -0500 >> From: pldrouin@pldrouin.net >> To: freebsd-questions@freebsd.org >> Subject: How painful is the nv driver supposed to be? >> >> Hi, >> >> I am using the nv xorg driver on 8.0 amd64 with a GeForce 6600 (CPU is >> an i7 overclocked at 4GHz) configured in 1920x1080. With that setup it >> takes about 2 seconds to maximize a window or to switch workspace in >> fluxbox. Is there a way to improve speed or this is all I can hope to get? >> >> > > the default nv driver with xorg does not fully utilize the nvidia GPU. > install one of the nvidia drivers from /usr/ports/x11/nvidia-driver* > make sure you pick the one that still has support for your card in it as they cull older cards from the newer drivers. judging by nvidia.coms driver lookup, the highest driver that supports the GeForce 6 series was 191.07 > > also make sure to follow the extra instructions that you get after installing the driver > if i remember correctly, theres a line you add to /boot/loader.conf and you change the xorg.conf file driver from "nv" to "nvidia" > > > -Sean > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 23:32:18 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4512D106566B for ; Fri, 20 Nov 2009 23:32:18 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 04E088FC1D for ; Fri, 20 Nov 2009 23:32:17 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id AA435BDC46; Fri, 20 Nov 2009 15:32:16 -0800 (PST) To: Michael Powell In-Reply-To: References: Date: Fri, 20 Nov 2009 15:32:16 -0800 Message-ID: <7872.1258759936@tristatelogic.com> From: "Ronald F. Guilmette" Cc: freebsd-questions@freebsd.org Subject: Re: BTX Loader crashes -- Help wanted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 23:32:18 -0000 In message , you wrote: >Ronald F. Guilmette wrote: > >> >> Who should I be talking to if the BTX loader is crashing on my >> specific hardware configuration, and what specific info do I >> need to be gathering for him/her in order to have hope of getting >> the problem rectified? >> >> I'd pulled stuff out of the system in question until there's >> practically nothing left and I'm at my wit's end with this problem. >> >> System: >> AMD Athlon 64 1640B CPU >> MSI K9VGM-V motherboard >> 1GB 667 DDR (Kingston) >> LG DVD Burner Black SATA Model GH22NS50 - OEM >> floppy drive >> >> That's it. I've yanked out all the non-essential cards, _and_ I've >> even taken out the hard drive, and I'm still having BTX crashes. >> >> The problem(s) occurs with FreeBSD 6.3-RELEASE/i386 disk1 (CD), >> 7.0-RELEASE/i386 disk1 (CD), 7.2-RELEASE/i386 Live Filesystem (CD), and >> 7.2-RELEASE/amd64 Live Filesystem (CD). > >Try 8RC3 and see if any difference. I believe some work in this area may >have occurred. I just tried it. Alas, same result. >I don't believe you are the first to experience this. Well, I'm just about to file a new PR on this, but I'll refrain if someone else has alreadyt done so. Do you have an eisting PR number on this? >> Curiously, with the same motherboard (_and_ the same boot CDs), I have no >> problems at all booting off of any of the above boot CDs, AS LONG AS I am >> using a different (PATA) CD/DVD drive. But I have tried two different >> recent vintage SATA CD/DVD drives (Optiarc & the LG mentioned above) and >> both result in the booting failures described above. > >You can try disabling ACPI at boot I just tried that (at your suggesting). Same result. No change. :-( >... as well as toggling the BIOS between >Enhanced and Legacy mode if this option is available. I'm not seeing anything like that in my BIOS settings. >Probably your best >approach will be to use a SATA hard drive while using a PATA CD-ROM. This is >most likely what you will have to do if 8RC3 doesn't make any difference and >you just want to get the box going. Sheeeesh! I literally _just_ bought this new SATA DVD drive, and I went with SATA because I believed that (a) the world is slowly but surely switching everything over to SATA and (b) SATA has been around long enough now that FreeBSD related bugs should have all been shaken out by now. Please excuse my snarkiness, but... I guess I was wrong about the latter. >If 8 does the same thing file a PR in order to bring the attention of the >developers. There may be one, or more, already on the subject. Well, I did a search on the PR database for "BTX" and I'm looking at all those PRs... some of them going back to 2004, which doesn't exactly inspire confidence about a possible timely fix... and I don't see anything in the subjects that quite matched up to what I'm talking about. And ah... while we are on the subject... If I do file a PR on this, then at long last I'll need to know the answers to the two questions that have been in the back of my mind for ages, regarding PRs... 1) What do the various severity codes mean? 2) What do the various proirity codes mean? I've never filed a PR with severity "critical" or with priority "high" because I've always figured that this may be a good way to get the developers to view _all_ one's future (and past) PRs with a suspicious/ jaundiced eye... you know... the-boy-who-cried-wolf syndrome. I don't want to be labeled as a nut case or an incessant complainer, but for _this_ issue I'm thinking that severity==critical and/or priority==high may be appropriate. I mean jeezzz Louise! If one can't even install from the distribution CDs/DVDs on perfectly good hardware... (And it's not like the whole SATA interface standard is exactly ``new'' or anything anymore.) So? Any advice? Should I stick my neck out and label this PR either severity==critical or priority==high ? Regards, rfg From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 23:48:34 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5F4A106568B for ; Fri, 20 Nov 2009 23:48:34 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id C38618FC08 for ; Fri, 20 Nov 2009 23:48:34 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id 68756BDC46 for ; Fri, 20 Nov 2009 15:48:34 -0800 (PST) To: freebsd-questions@freebsd.org In-Reply-To: <7872.1258759936@tristatelogic.com> Date: Fri, 20 Nov 2009 15:48:34 -0800 Message-ID: <7972.1258760914@tristatelogic.com> From: "Ronald F. Guilmette" Subject: Re: BTX Loader crashes -- Help wanted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 23:48:35 -0000 [[ To: Michael Powell ... please accept my apologies that you can't e-mail me directly. I jsyt get too much spam from hotmail.com, so it's blacklisted here. Nothing personal. ]] In message <7872.1258759936@tristatelogic.com>, Michael Powell wrote: rfg: >>> The problem(s) occurs with FreeBSD 6.3-RELEASE/i386 disk1 (CD), >>> 7.0-RELEASE/i386 disk1 (CD), 7.2-RELEASE/i386 Live Filesystem (CD), and >>> 7.2-RELEASE/amd64 Live Filesystem (CD). >> >>Try 8RC3 and see if any difference. I believe some work in this area may >>have occurred. As I said (in my other post) that didn't help. :-( But... While researching this problem (BTX v. SATA) I saw where someone recommended booting from floppy first. So I went and started to download images on boot floppies. I haven't used this install/booting method for ages and ages, but I vaguely recalled that you could get rolling with just a single boot floppy. But now I see where they say you need the first boot floppy and then three more "kernel" floppies! Yikes! Sounds like a bit of a pain. So that gave me a Swell Idea. I though "Hey! Wouldn't it be great if we could put all this stuff into one single image and ``burn'' it onto a bootable USB thumb drive! I should definitely write to the FreeBSD developers and suggest this Great Idea.'' But of course, since you directed me to 8.0-RC3, I had to go groveling around in the relevant FTP directories to get that stuff, and while I was there, of course, I saw: 8.0-RC3-amd64-memstick.img Yippie! Some smart FreeBSD deloper is already way ahead of me! Marvelous! Now all I need is instructions for how to use that .img file. (Fortunately, I have a spare USB 1GB flash drive lying around.) So I go groveling around, trying to find some mention of this .img file in the README.TXT files and I find nothing. But Google is my friend, and I found this: http://lists.freebsd.org/pipermail/freebsd-stable/2009-July/051018.html which gives instructions for ``burning'' the image onto USB/flash. But I have one question. The author sez to do this: dd if=8.0-BETA1-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync I just want to know what the effect of conv=sync and why it might be necessary. Anybody happen to know? Why can't you just dd the thing? From owner-freebsd-questions@FreeBSD.ORG Fri Nov 20 23:52:52 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E35FC106568D for ; Fri, 20 Nov 2009 23:52:52 +0000 (UTC) (envelope-from anti_spam256@yahoo.ca) Received: from web65504.mail.ac4.yahoo.com (web65504.mail.ac4.yahoo.com [76.13.9.48]) by mx1.freebsd.org (Postfix) with SMTP id 86DB08FC0A for ; Fri, 20 Nov 2009 23:52:52 +0000 (UTC) Received: (qmail 47858 invoked by uid 60001); 20 Nov 2009 23:52:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.ca; s=s1024; t=1258761171; bh=t9BfgwtVim2T3pvSmAtla7niYmNnt2QQpDWPPIHj3BM=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=MEt/TVcPFkXD2/nhZF3IUiOTb97ZQ7Am8Lz2iQxMWZXJY8KrmCJRJuw23r8akZmYg+sfEPzTL8QPSg3Q+WX22DEB1dJclDl9MrfXShk8cbgVMTvSWGBOKLBLyQRLkgJLb8k81FarHWhA+4Zx/2evuzMT5pfYG+DO+sC5IJ81DFc= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=IhCZiglXNT2lyL2CuIE8FWouuifrZGWvb7XkfX12d+TX7eN0TcfLirfeI75ZPKeBwsjk0Wmrrh5zumOYOUdmifw6d9XjaIhtBU5KLR6zBLKYFwnN2J+BbtyicjuzsQnjXyldDAgvdnmWY8CU9rGDE40T/2HEV3UTiMMzPrLPqTE=; Message-ID: <813554.47415.qm@web65504.mail.ac4.yahoo.com> X-YMail-OSG: VfZYBc0VM1n4KLK4x9CNwrsgptB_fhzLHcY2.qDdQWm_nP2htPicsI3AD_R70z7NYyaOWinfbZh9ogwDri0vr18PehT8Mdyr_fwP9JPrr0AeXRb7uQVNizw979NaYFcDZRzsIddn9WwPOxw.E46qdL6Zd8D5g37sF3SYRKoUmlIQKed2YHrkjrjWRTZ4MrzdPeu.ZvTE9YrQ2jau8nLpfIA9fVGxicaQ1lK7L3udBGP3jLxWxNWRDw0zMRH51Z8oTpR6M0OzJO.kcKAmjR7N6bVClOKkQ1ydKU5fgV1qw_3i7z.BM3bCm_ZCRk4rq44H1fR6cJwVutouMaSjoJapSU9aIh9rxooPqePAiQG6GrzzaQYBhHQT2_acMggmlospEyNHkR8qFWO6bYA77LXqBFgklqeJFpj__rY.8t1Y8vGJ9K2xC52PEiqOHuteYn9XF2gb9CRqwKyWDQ-- Received: from [208.99.137.71] by web65504.mail.ac4.yahoo.com via HTTP; Fri, 20 Nov 2009 15:52:51 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.8.100.260964 Date: Fri, 20 Nov 2009 15:52:51 -0800 (PST) From: James Phillips To: Chuck Swiger In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: 7.2, usb mouse, uhub0: device problem (IOERROR), X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 23:52:53 -0000 --- On Fri, 11/20/09, Chuck Swiger wrote: > On Nov 20, 2009, at 11:06 AM, James Phillips wrote: > > Last time I was looking for a mouse, I could not find > a PS/2 version. I was reluctant to get a USB mouse because > none of them are USB Certified (http://www.usb.org). Many of them also > had a "Side-scrolling" scroll wheel (designed with Vista in > mind?) very awkward to use as a middle button. > > It's quite possibly to your credit that you've actually > checked whether a USB mouse has been tested as compliant, > but when I do a search for "Mice/trackballs/pointers", I get > 68 results, including a dozen or so from both Logitech and > Microsoft. > Ok, I wasn't clear: none of the mice in the local stores I checked had the USB certified logo, Including a Logitech one I ended up getting. I was looking for a $20 mouse, not a $100 mouse, so that may make a difference in labling/testing. *shrug* Regards, James Phillips __________________________________________________________________ Looking for the perfect gift? Give the gift of Flickr! http://www.flickr.com/gift/ From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 00:52:34 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 413E81065676 for ; Sat, 21 Nov 2009 00:52:34 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id F324E8FC14 for ; Sat, 21 Nov 2009 00:52:33 +0000 (UTC) Received: from r55.edvax.de (port-92-195-114-224.dynamic.qsc.de [92.195.114.224]) by mx02.qsc.de (Postfix) with ESMTP id DF05B1E30D; Sat, 21 Nov 2009 01:52:31 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAL0qUwK002253; Sat, 21 Nov 2009 01:52:31 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sat, 21 Nov 2009 01:52:30 +0100 From: Polytropon To: "Ronald F. Guilmette" Message-Id: <20091121015230.cf2c15dd.freebsd@edvax.de> In-Reply-To: <7972.1258760914@tristatelogic.com> References: <7872.1258759936@tristatelogic.com> <7972.1258760914@tristatelogic.com> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: BTX Loader crashes -- Help wanted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 00:52:34 -0000 On Fri, 20 Nov 2009 15:48:34 -0800, "Ronald F. Guilmette" wrote: > But I have one question. The author sez to do this: > > dd if=8.0-BETA1-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync > > I just want to know what the effect of conv=sync and why it might be > necessary. According to "man dd": bs=n Set both input and output block size to n bytes, superseding the ibs and obs operands. If no conversion values other than noerror, notrunc or sync are specified, then each input block is copied to the output as a single block without any aggregation of short blocks. in conjunction with conv=value[,value ...] Where value is one of the symbols from the following list. sync Pad every input block to the input buffer size. Spaces are used for pad bytes if a block oriented conversion value is specified, otherwise NUL bytes are used. it appears that the data is ensured to be "properly aligned" with a possibly different block size on the source or target media. As far as I remember, not giving the bs= argument would result in a default block size of 512 bytes which may - but don't ask me why - lead to a non-functioning target USB stick. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 01:10:31 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E89D1065672 for ; Sat, 21 Nov 2009 01:10:31 +0000 (UTC) (envelope-from utf128@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 04E0F8FC16 for ; Sat, 21 Nov 2009 01:10:30 +0000 (UTC) Received: by bwz5 with SMTP id 5so4132110bwz.3 for ; Fri, 20 Nov 2009 17:10:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=6g4qGfkyGrj5c5rIVAraK65U2CWYSBgLzUNX5KC2opU=; b=q2qAA0+8wI3B5G+eU7hlC84GecQdB05LgBPfMLJd2HQOPtorypNzy+13WRGoh9Q6eu vWGBAxK2eoeHDVR41YzYQnBnhSK5N8lhasuUA5i0+ja+cD/zcZ2aFivKJmO5nQ0c06+9 4/kur2Yv8xNORH2zSGwMojTorO34YBOgWAwvM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=muFXpeVow8jNFQMYA+ffmoNrQVokUCN2/TaMrGxhhvmxJSVtgDU8KMdLKixAP7vPAn bxEc11wVdhnICO6DMYwETODGIMG6/rX0gCYCZMe/20GMUlevumtzrFQhHf1Sq3hT+PWV lQ9ErB2LmYfmvdmVnooEx88zpKAFo1iG+0F+I= Received: by 10.204.24.20 with SMTP id t20mr2091984bkb.141.1258765829516; Fri, 20 Nov 2009 17:10:29 -0800 (PST) Received: from ?192.168.1.11? (dslb-084-063-041-172.pools.arcor-ip.net [84.63.41.172]) by mx.google.com with ESMTPS id 15sm567375bwz.12.2009.11.20.17.10.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 20 Nov 2009 17:10:28 -0800 (PST) Message-ID: <4B073DE7.4030207@gmail.com> Date: Sat, 21 Nov 2009 02:09:59 +0100 From: Michael Schaefer User-Agent: Thunderbird 2.0.0.23 (X11/20091001) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4B058999.20504@gmail.com> <4B05DE15.9070209@kieser.ca> In-Reply-To: <4B05DE15.9070209@kieser.ca> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: rTorrent + FreeBSD + pf = freeze? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 01:10:31 -0000 well.. i think this is really something to escalate now since there is obviously a problem. today again i tried a little bit and as told, the isntance B crashes the system reproducible. In my opinion something like this should really be examined further, since a userspace program shouldn't kill the hole system... for me this really looks like several people have similar problems but so far there's no investigation since nobody knows what the actual problem. any ideas how to proceed? can i provide any additional information? since the system reboots immediately it's hard to investigate the process of crashing itself.. at least for me. regards - michael On 20.11.2009 01:08, Peter Kieser wrote: > Hello, > > This problem has been going on for at least the past 2 years. I've had > the exact same issue with rtorrent locking up or restarting machines > running FreeBSD, regardless of the hardware used. > > I did not have any sort of firewall installed (neither pf, or ipfw). If > I loaded up rtorrent and had a number of torrents open the machines > would lock up or restart. It was reproducible at the time, but I could > never get anyone to admit there was a bug and I'm unable to find the > initial posting. > > Regards, > > -Peter > > Michael Schaefer wrote: >> Hello everybody, >> >> I encountered same problems and am kinda glad to see I'm not alone. I >> use FreeBSD 7.1-RELEASE-p8 (GENERIC) on a VIA EPIA board (800MHz C3). >> This box for the moment does nothing but torrent. I use two instances >> of rtorrent. Each with an own user and in its own screen session. >> Let's name them A and B. A seeds around 300 torrents and B around 500 >> (each rtorrent instance communicates just to one specific tracker). >> The configuration is exactly the same, except B communicates with the >> track only using https (A does plain http). >> While A works 100% perfect an stable, B crashes the machine >> reproducible. When using rtorrent 0.8.3/0.12.3 this happened only >> about once a month. After upgrading to 0.8.4/0.12.4 the rate of >> crashes increased to about once a week. now i upgraded to 0.8.5/0.12.5 >> and cannot even start instance B without crashing the machine >> immediately just several minutes after I started it. Sometimes it >> somehow "survives" the starting procedure (where actually all seeding >> torrents are registered at the tracker at more or less the same time) >> but then it takes about 10min - 2 hours after the hole systems crashes >> again. Like I mentioned: instance B works perfectly without any >> problems. I'm pretty sure I encountered the problem also (even not >> the heavily) during times instance B was only seeding about 300 >> torrents... >> >> For me the system simply reboots and doesn't freeze. The logs are >> clear and show no advice concerning the problem. >> It's not a matter of hardware since I changed the board (which >> included CPU, RAM, NIC,...) and also the hard disc month ago. Also a >> heat problem can be excluded. >> >> Any clou about all that? >> btw: I don't use PF at all... >> >> regards - Michael >> >> >> On Wed, 21 Oct 2009, cpghost wrote: >>> Hi, >>> >>> could a resource leak or bug in pf(4) crash a RELENG_7 router (as of >>> Oct 6th)? >>> >>> I'm experiencing frequent crashes on my soekris net4801 home router >>> for some months now, and I'm wondering if it could be some kind of >>> pf-related bug similar to this on OpenBSD: >>> >>> http://www.mail-archive.com/misc@openbsd.org/msg58042.html >>> >>> More precisely, when I fire up rtorrent-devel on some *other* machine >>> (not the router!), everything runs fine at first. It could also run >>> very fine for many days. BUT should I start a torrent with a large >>> number of seeders which could saturate my link for an extended period >>> of time, the soekris router would suddenly freeze... but not >>> immediately: more like a few hours (3 to 6) or so of relatively heavy >>> traffic. Only a hard reboot of the router would help. Please note >>> that rtorrent is NOT running on the router, only its traffic is being >>> redirected through the router. >>> >>> So I'm suspecting some bug / resource leak in pf that would bring the >>> kernel down somehow. What kind of resources should I monitor (and >>> how)? Maybe that could bring some clues? >>> >>> Oh, before anybody asks: I have no crashdumps, the router freezes >>> totally without panicking. And it doesn't recover automatically even >>> after many hours. >>> >>> Any ideas? >>> >>> Thanks, -cpghost. >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 01:11:32 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B560C1065695 for ; Sat, 21 Nov 2009 01:11:32 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 751498FC20 for ; Sat, 21 Nov 2009 01:11:32 +0000 (UTC) Received: from r55.edvax.de (port-92-195-114-224.dynamic.qsc.de [92.195.114.224]) by mx02.qsc.de (Postfix) with ESMTP id 5C5981D902; Sat, 21 Nov 2009 02:11:31 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAL1BUKE002325; Sat, 21 Nov 2009 02:11:30 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sat, 21 Nov 2009 02:11:30 +0100 From: Polytropon To: James Phillips Message-Id: <20091121021130.13bc4380.freebsd@edvax.de> In-Reply-To: <813554.47415.qm@web65504.mail.ac4.yahoo.com> References: <813554.47415.qm@web65504.mail.ac4.yahoo.com> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: 7.2, usb mouse, uhub0: device problem (IOERROR), X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 01:11:32 -0000 On Fri, 20 Nov 2009 15:52:51 -0800 (PST), James Phillips wrote: > Ok, I wasn't clear: none of the mice in the local stores I checked > had the USB certified logo, Including a Logitech one I ended up > getting. I can recommend the Sun type 6 USB mouse (standard three button mouse), and maybe the type 7 USB mouse is excellent as well, allthough I can't confirm that because I don't own one (I don't like the mouse wheel). > I was looking for a $20 mouse, not a $100 mouse, so that may make a > difference in labling/testing. *shrug* A $100 mouse? What is it, made of gold? :-) Maybe the "nameless mice" are as good as the expensive ones (that come with well-known brand names) when it comes to USB standard compliance. Being able to test them in a live condition would always be an advantage... -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 01:15:00 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93540106568D for ; Sat, 21 Nov 2009 01:15:00 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id 4FA228FC12 for ; Sat, 21 Nov 2009 01:14:59 +0000 (UTC) Received: from r55.edvax.de (port-92-195-114-224.dynamic.qsc.de [92.195.114.224]) by mx02.qsc.de (Postfix) with ESMTP id CCADF1E5D0; Sat, 21 Nov 2009 02:14:58 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nAL1EvXh002340; Sat, 21 Nov 2009 02:14:58 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sat, 21 Nov 2009 02:14:57 +0100 From: Polytropon To: Robert Falanga Message-Id: <20091121021457.340f33b6.freebsd@edvax.de> In-Reply-To: <4B05F7FA.4040609@twcny.rr.com> References: <4B05F7FA.4040609@twcny.rr.com> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: problem with printer on pcbsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 01:15:00 -0000 On Thu, 19 Nov 2009 20:59:22 -0500, Robert Falanga wrote: > I am running PCBSD. > > I have a HP Photosmart ink jet printer connected to a USB port. during > bootup I get the following line. > umass1: on > uhub4 > > usbdevs shows the following: > addr 2: Photosmart 7400 series, HP > umass1 > Checking the /dev directorys with ls there is no umass of any kind. > > This printer was working, it configured with no problems. Now hp-setup > cannot even find it. What happened? Any ideas? Just an idea: Does the printer contain some kind of card reader? It is possible that the printer could have been changed into a mode where it only appears as a DA storage device to the system, maybe this change of state can be done using the "operator panel" on the printer? If you haven't changed something on your PC, check the printer. Maybe there's a way to reset the thing to revert to default settings. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 01:25:05 2009 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 28C851065693 for ; Sat, 21 Nov 2009 01:25:05 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id C07538FC12 for ; Sat, 21 Nov 2009 01:25:04 +0000 (UTC) Received: from mx1.sbmail.office-on-the.net (mx1.sbmail.office-on-the.net [192.168.2.107]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 150867E853 for ; Fri, 20 Nov 2009 16:25:04 -0900 (AKST) Received: from dspam.sbmail.office-on-the.net (mx1.sbmail.office-on-the.net [192.168.2.107]) by mx1.sbmail.office-on-the.net (Postfix) with SMTP id 8203CC2CB05 for ; Fri, 20 Nov 2009 16:25:03 -0900 (AKST) Received: from webmail.testbox.ath.cx (mx1.sbmail.office-on-the.net [192.168.2.107]) by mx1.sbmail.office-on-the.net (Postfix) with ESMTP id 8BEB0C2CB04; Fri, 20 Nov 2009 16:25:02 -0900 (AKST) MIME-Version: 1.0 Date: Fri, 20 Nov 2009 16:25:02 -0900 From: Mel Flynn To: Brett Glass In-Reply-To: <200911202135.OAA18537@lariat.net> References: <200911202135.OAA18537@lariat.net> Message-ID: X-Sender: mel.flynn+fbsd.questions@mailing.thruhere.net User-Agent: RoundCube Webmail/0.2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-DSPAM-Result: Innocent X-DSPAM-Processed: Fri Nov 20 16:25:03 2009 X-DSPAM-Confidence: 1.0000 X-DSPAM-Improbability: 1 in 98689407 chance of being spam X-DSPAM-Probability: 0.0023 X-DSPAM-Signature: 89,4b07416f42366529791740 X-DSPAM-Factors: 27, time+was, 0.40000, cases+(e, 0.40000, but, 0.40000, >+HZ=4000, 0.40000, Received*2009+16, 0.40000, mode+would, 0.40000, just, 0.40000, default+of, 0.40000, incoming+packets, 0.40000, track, 0.40000, Received*Fri+20, 0.40000, all+>, 0.40000, or, 0.40000, the+device, 0.40000, In-Reply-To*<200911202135.OAA18537, 0.40000, Content-Type*charset="UTF+8", 0.40000, incrementing!, 0.40000, Normally, 0.40000, handler+taking, 0.40000, Received*webmail.testbox.ath.cx, 0.40000, from, 0.40000, From* List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 01:25:05 -0000 On Fri, 20 Nov 2009 14:35:22 -0700 (MST), Brett Glass wrote: > Everyone: >=20 > I've been experimenting with using device polling on a router with six > Ethernet > interfaces that handles lots of traffic. I turned polling on, and set > HZ=3D4000 > to minimize latency and ensure that enough time was allocated to handle all > of > the incoming packets. But the sysctl variable kernel.polling.lost_polls > keeps > incrementing! The documentation of this variable isn't very good, so I = am > not > sure what this means. Does it mean that I should set kern.hz lower (perhaps > to 2000) and kern.polling.burst_max higher? Or that running the interfaces > in interrupt-driven mode would be more effective? You likely have the HZ too high. First, see this description: http://www.pubbs.net/freebsd/200909/107087/ So that means that you give the kernel .25 microseconds to poll and act o= n any pending network IO. That's probably not enough. It is further explained b= y the comment in sys/kern/kern_poll.c: /* * Hook from hardclock. Tries to schedule a netisr, but keeps track * of lost ticks due to the previous handler taking too long. * Normally, this should not happen, because polling handler should * run for a short time. However, in some cases (e.g. when there are * changes in link status etc.) the drivers take a very long time * (even in the order of milliseconds) to reset and reconfigure the * device, causing apparent lost polls. * * The first part of the code is just for debugging purposes, and tries * to count how often hardclock ticks are shorter than they should, * meaning either stray interrupts or delayed events. */ I would start with the FreeBSD provided default of 1000HZ. If there are lost polls then, see if you can correlate it with link state changes. If not, then there may be issues with the driver and I would follow up to freebsd-net. If there are no lost polls, see if you can increase the frequency until they return. You also want to get some form of realworld measurement for these higher values: do they in effect increase network throughput. --=20 Mel From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 01:37:19 2009 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 13945106566C for ; Sat, 21 Nov 2009 01:37:19 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id B036E8FC1B for ; Sat, 21 Nov 2009 01:37:18 +0000 (UTC) Received: from mx1.sbmail.office-on-the.net (mx1.sbmail.office-on-the.net [192.168.2.107]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 77DE67E854 for ; Fri, 20 Nov 2009 16:37:17 -0900 (AKST) Received: from dspam.sbmail.office-on-the.net (mx1.sbmail.office-on-the.net [192.168.2.107]) by mx1.sbmail.office-on-the.net (Postfix) with SMTP id 42BEFC2CB05 for ; Fri, 20 Nov 2009 16:37:17 -0900 (AKST) Received: from webmail.testbox.ath.cx (mx1.sbmail.office-on-the.net [192.168.2.107]) by mx1.sbmail.office-on-the.net (Postfix) with ESMTP id 820AEC2CB04; Fri, 20 Nov 2009 16:37:15 -0900 (AKST) MIME-Version: 1.0 Date: Fri, 20 Nov 2009 16:37:15 -0900 From: Mel Flynn To: "Michael W. Lucas" In-Reply-To: <20091120174916.GA92713@bewilderbeast.blackhelicopters.org> References: <20091119211829.GA86841@bewilderbeast.blackhelicopters.org> <20091120174916.GA92713@bewilderbeast.blackhelicopters.org> Message-ID: <31686fa084424f21ba34df15d035f076@sbmail.office-on-the.net> X-Sender: mel.flynn+fbsd.questions@mailing.thruhere.net User-Agent: RoundCube Webmail/0.2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-DSPAM-Result: Innocent X-DSPAM-Processed: Fri Nov 20 16:37:16 2009 X-DSPAM-Confidence: 1.0000 X-DSPAM-Improbability: 1 in 98689407 chance of being spam X-DSPAM-Probability: 0.0023 X-DSPAM-Signature: 89,4b07444c42366776613433 X-DSPAM-Factors: 27, but, 0.40000, but, 0.40000, Received*2009+16, 0.40000, NFSv2+remout, 0.40000, upcoming, 0.40000, Received*Fri+20, 0.40000, made, 0.40000, freebsd+current, 0.40000, or, 0.40000, an, 0.40000, Content-Type*charset="UTF+8", 0.40000, turns, 0.40000, Received*webmail.testbox.ath.cx, 0.40000, References*on, 0.40000, >+It, 0.40000, From* List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 01:37:19 -0000 On Fri, 20 Nov 2009 12:49:16 -0500, "Michael W. Lucas" > It turns out that there's a whole discussion thread on nfsv2 and v3 > interoperability with diskless systems. See > http://lists.freebsd.org/pipermail/freebsd-hackers/2008-January/022792.ht= ml > for a sample message. >=20 > Short answer: it seems that there are interoperability annoyances with > diskless systems and assorted NFS servers. NFS mount options in > /etc/fstab seem to be ignored, but you can set them in > /boot/loader.conf. >=20 > boot.nfsroot.options=3D"nfsv2" >=20 > made FreeBSD try a NFSv2 remout, and the system came up. It's even funkier, since you said an 8.0 system, it should be nfsv4. Rick Maklem may be interested in your findings, on either freebsd-fs or in lig= ht of the upcoming release on freebsd-current. This is also a nice dilemma: nfsv4 is still wet behind the ears, but v2 should be considered deprecated. But - it is good to know that with all the new NFS code in 8.0, the v2 compat plays nice with Solaris v2. > Thanks for pointing out it seems to be a permissions error, I wouldn't > have headed down this route without that. You're very welcome. --=20 Mel From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 02:07:57 2009 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 549831065670 for ; Sat, 21 Nov 2009 02:07:57 +0000 (UTC) (envelope-from brett@lariat.net) Received: from lariat.net (lariat.net [66.119.58.2]) by mx1.freebsd.org (Postfix) with ESMTP id DF4D48FC13 for ; Sat, 21 Nov 2009 02:07:56 +0000 (UTC) Received: from anne-o1dpaayth1.lariat.net (hdl.lariat.net [66.119.58.133]) by lariat.net (8.9.3/8.9.3) with ESMTP id TAA21572; Fri, 20 Nov 2009 19:07:50 -0700 (MST) Message-Id: <200911210207.TAA21572@lariat.net> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Fri, 20 Nov 2009 19:07:42 -0700 To: Mel Flynn From: Brett Glass In-Reply-To: References: <200911202135.OAA18537@lariat.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: questions@freebsd.org Subject: Re: kern.polling.lost_polls X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 02:07:57 -0000 At 06:25 PM 11/20/2009, Mel Flynn wrote: >So that means that you give the kernel .25 microseconds to poll and act on >any pending network IO. That's probably not enough. I think that you mean ".25 milliseconds," not ".25 microseconds," above. >It is further explained by >the >comment in sys/kern/kern_poll.c: >/* > * Hook from hardclock. Tries to schedule a netisr, but keeps track > * of lost ticks due to the previous handler taking too long. > * Normally, this should not happen, because polling handler should > * run for a short time. However, in some cases (e.g. when there are > * changes in link status etc.) the drivers take a very long time > * (even in the order of milliseconds) to reset and reconfigure the > * device, causing apparent lost polls. > * > * The first part of the code is just for debugging purposes, and tries > * to count how often hardclock ticks are shorter than they should, > * meaning either stray interrupts or delayed events. > */ Well, even at HZ=2000, kern.polling.lost_polls and kern.polling.suspect are both incrementing, as is kern.polling.stalled: stargate# sysctl -a | grep polling kern.polling.burst: 150 kern.polling.burst_max: 150 kern.polling.each_burst: 5 kern.polling.idle_poll: 0 kern.polling.user_frac: 50 kern.polling.reg_frac: 20 kern.polling.short_ticks: 0 kern.polling.lost_polls: 41229 kern.polling.pending_polls: 0 kern.polling.residual_burst: 0 kern.polling.handlers: 2 kern.polling.enable: 0 kern.polling.phase: 0 kern.polling.suspect: 31653 kern.polling.stalled: 10 kern.polling.idlepoll_sleeping: 1 hw.acpi.thermal.polling_rate: 10 But if I slow the clock down to 1000 Hz, it's unclear if the machine will be able to keep up with traffic. I was already getting more than 1,000 network interrupts per second before I tried polling, and I'm not sure how many packets the interfaces (some fxp, some em) can buffer up. I'm going to try it, but if it doesn't work I will have to go back to interrupt-driven operation. --Brett Glass From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 09:10:29 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B4A4106566C; Sat, 21 Nov 2009 09:10:29 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 35BDA8FC1F; Sat, 21 Nov 2009 09:10:29 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1NBlzA-0004Jo-3y>; Sat, 21 Nov 2009 10:10:28 +0100 Received: from e178041202.adsl.alicedsl.de ([85.178.41.202] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1NBlzA-0003d5-1t>; Sat, 21 Nov 2009 10:10:28 +0100 Message-ID: <4B07AE83.7000409@mail.zedat.fu-berlin.de> Date: Sat, 21 Nov 2009 10:10:27 +0100 From: "O. Hartmann" User-Agent: Thunderbird 2.0.0.23 (X11/20091114) MIME-Version: 1.0 To: freebsd-current@freebsd.org, freebsd-questions@freebsd.org X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.41.202 Cc: Subject: ukbd_set_leds_callback:700: error=USB_ERR_STALLED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 09:10:29 -0000 My personal workstation runs FreeBSD 8.0-PRE/amd64 on an oldish hardware (AMD socket 939 platform). Since I replaced my good old but broken IBM Model-M keyboard with a high-quality keyboard 'DASkeyboard', I receive this error message on the console: ukbd_set_leds_callback:700: error=USB_ERR_STALLED What does it means? Greatings, Oliver From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 09:10:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 023A81065672 for ; Sat, 21 Nov 2009 09:10:59 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (unknown [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id D08498FC15 for ; Sat, 21 Nov 2009 09:10:58 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id nAL9Attw089030 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 21 Nov 2009 01:10:58 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id nAL9AtGX089029; Sat, 21 Nov 2009 01:10:55 -0800 (PST) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA13298; Sat, 21 Nov 09 01:05:24 PST Date: Sat, 21 Nov 2009 01:05:43 -0800 From: perryh@pluto.rain.com To: rfg@tristatelogic.com Message-Id: <4b07ad67.n7QqMn796VcAQPAj%perryh@pluto.rain.com> References: <7872.1258759936@tristatelogic.com> In-Reply-To: <7872.1258759936@tristatelogic.com> 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: Re: BTX Loader crashes -- Help wanted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 09:10:59 -0000 "Ronald F. Guilmette" wrote: > If one can't even install from the distribution CDs/DVDs > on perfectly good hardware ... it's not like the whole SATA > interface standard is exactly ``new'' or anything anymore.) > > ... Should I stick my neck out and label this PR > either severity==critical or priority==high ? Before filing a PR at all, you might want to check what kind of SATA controller chip you've got. There have been several postings on the FreeBSD lists reporting that the Silicon Image 3112 should not be considered "perfectly good hardware". From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 09:32:21 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BDA9106566C for ; Sat, 21 Nov 2009 09:32:21 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from relay.ptn-ipout02.plus.net (relay.ptn-ipout02.plus.net [212.159.7.36]) by mx1.freebsd.org (Postfix) with ESMTP id 261FC8FC18 for ; Sat, 21 Nov 2009 09:32:20 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEANk7B0tUXebq/2dsb2JhbADUJIQ8BIFv Received: from relay07.plus.net ([84.93.230.234]) by relay.ptn-ipout02.plus.net with ESMTP; 21 Nov 2009 09:03:41 +0000 Received: from [84.92.153.232] (helo=curlew.milibyte.co.uk) by relay07.plus.net with esmtp (Exim) id 1NBlsb-0002gc-Fu; Sat, 21 Nov 2009 09:03:41 +0000 Received: by curlew.milibyte.co.uk with local (Exim 4.69) (envelope-from ) id 1NBlsb-0000oe-0C; Sat, 21 Nov 2009 09:03:41 +0000 From: Mike Clarke To: freebsd-questions@freebsd.org Date: Sat, 21 Nov 2009 09:03:40 +0000 User-Agent: KMail/1.9.10 References: <4B0562A4.5050405@bah.homeip.net> <4B056636.6050309@infracaninophile.co.uk> <4B075AAA.80205@bah.homeip.net> In-Reply-To: <4B075AAA.80205@bah.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200911210903.40812.jmc-freebsd2@milibyte.co.uk> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-SA-Exim-Scanned: No (on curlew.milibyte.co.uk); SAEximRunCond expanded to false X-Plusnet-Relay: 8faed50004e9bbb885be991c6b7d5cf9 Cc: Bernt Hansson Subject: Re: Dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 09:32:21 -0000 On Saturday 21 November 2009, Bernt Hansson wrote: > Ok. I've tested this > dump -1 -a -u -L -C 64 -h 0 -f > /usr/home/bernt/disk2/dump.backup.home.2 /usr/home > > The error is > mksnap_ffs: Cannot create /usr/home/.snap/dump_snapshot: Invalid > argument dump: Cannot create /usr/home/.snap/dump_snapshot: No such > file or directory Does the .snap directory exist, and with the correct ownership and=20 permissions? =46rom the man page: "If the .snap directory does not exist in the root of the file system=20 being dumped, a warning will be issued and the dump will revert to the=20 standard behavior. This problem can be corrected by creating a .snap=20 directory in the root of the file system to be dumped; its owner should=20 be ``root'', its group should be ``operator'', and its mode should be=20 ``0770''." =2D-=20 Mike Clarke From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 09:52:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1681B1065670 for ; Sat, 21 Nov 2009 09:52:53 +0000 (UTC) (envelope-from freebsd@optimis.net) Received: from mail.optimis.net (mail.optimis.net [69.104.191.124]) by mx1.freebsd.org (Postfix) with ESMTP id D1CC48FC0A for ; Sat, 21 Nov 2009 09:52:52 +0000 (UTC) Received: from marvin.optimis.net (marvin.optimis.net [192.168.1.3]) by mail.optimis.net (8.14.3/8.14.2) with ESMTP id nAL9qqWQ005043 for ; Sat, 21 Nov 2009 01:52:52 -0800 (PST) (envelope-from freebsd@optimis.net) Received: from marvin.optimis.net (localhost [127.0.0.1]) by marvin.optimis.net (8.14.3/8.14.3) with ESMTP id nAL9qqIu064786 for ; Sat, 21 Nov 2009 01:52:52 -0800 (PST) (envelope-from freebsd@optimis.net) Received: (from george@localhost) by marvin.optimis.net (8.14.3/8.14.3/Submit) id nAL9qqNH064785 for freebsd-questions@freebsd.org; Sat, 21 Nov 2009 01:52:52 -0800 (PST) (envelope-from freebsd@optimis.net) Date: Sat, 21 Nov 2009 01:52:51 -0800 From: George Davidovich To: freebsd-questions@freebsd.org Message-ID: <20091121095251.GA63630@marvin.optimis.net> References: <4B0562A4.5050405@bah.homeip.net> <4B056636.6050309@infracaninophile.co.uk> <4B075AAA.80205@bah.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B075AAA.80205@bah.homeip.net> User-Agent: Mutt/1.5.19 (2009-01-05) Subject: Re: Dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 09:52:53 -0000 On Sat, Nov 21, 2009 at 04:12:42AM +0100, Bernt Hansson wrote: > Matthew Seaman skrev: > > Bernt Hansson wrote: > > > > > > I've been testing backups with dump, works well BUT > > > -L does not work. For example > > > > > > dump -0 -a -u -L -f /mnt/dump.home.full /dev/ad0s2d > > > > I believe that you need to tell dump the mount point of the file > > system in order for it to create a snapshot, rather than the device > > file for the partition. (ie. snapshotting only makes sense on a > > mounted read-write filesystem). Actually, the above isn't correct. A device special is fine. From the dump(8) manpage: The file system to be dumped is specified by the argument filesystem as either its device-special file or its mount point (if that is in a standard entry in /etc/fstab). The criteria unique to live dumps is that /dev/ad0s2d must be already mounted, and there must be a .snap directory in its root. You've since changed your command, so I won't address what the problem might have been. > > Also, if you're dumping a snapshotted FS to a local file, then bump > > up the cachesize to improve performance a lot. Add '-C 32' to your > > command-line. > > Ok. I've tested this > dump -1 -a -u -L -C 64 -h 0 -f /usr/home/bernt/disk2/dump.backup.home.2 /usr/home Was the change from 'dump -0' to 'dump -1' intentional? Dump levels are rarely chosen to be sequential, but a level of 1 or greater is generally performed after a level 0 dump. > The error is mksnap_ffs: Cannot create /usr/home/.snap/dump_snapshot: > Invalid argument dump: Cannot create /usr/home/.snap/dump_snapshot: No > such file or directory You've now specified what's likely a directory (/usr/home), not a device-special or mount point. Your choices of valid filesystems can be determined by running df(1) and examining the first and last columns. On a typical install those two columns might be: Filesystem Mounted on /dev/ad0s1a / devfs /dev # ignore this line /dev/ad0s1e /tmp /dev/ad0s1f /usr /dev/ad0s1d /var Pick one. I prefer device names. FWIW, if you're going to be using dump regularly (i.e. multiple dump levels and/or multiple hosts) and dumping to files, I'd suggest a naming convention of hostname-20090405-usr-0 to save you the grief of date fragility, and give you a meaningful display in 'ls -l' when restoring. So, for a level 0 dump on your system, your commands might be: dumpdir=/home/bernt/disk2 dump -0auL -C 64 -f $dumpdir/hostname-20091121-root-0 -h 0 / dump -0auL -C 64 -f $dumpdir/hostname-20091121-usr-0 -h 0 /usr dump -0auL -C 64 -f $dumpdir/hostname-20091121-var-0 -h 0 /var -- George From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 11:28:08 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3F771065695 for ; Sat, 21 Nov 2009 11:28:08 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 5F7E18FC12 for ; Sat, 21 Nov 2009 11:28:08 +0000 (UTC) Received: from isis.bris.ac.uk ([137.222.10.63]) by dirj.bris.ac.uk with esmtp (Exim 4.69) (envelope-from ) id 1NBo8K-0005u9-Aa; Sat, 21 Nov 2009 11:28:07 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by isis.bris.ac.uk with esmtp (Exim 4.67) (envelope-from ) id 1NBo8J-0004pb-Df; Sat, 21 Nov 2009 11:28:03 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3) with ESMTP id nALBS38L070309; Sat, 21 Nov 2009 11:28:03 GMT (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.3/8.14.3/Submit) id nALBS3At070308; Sat, 21 Nov 2009 11:28:03 GMT (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Sat, 21 Nov 2009 11:28:03 +0000 From: Anton Shterenlikht To: usleepless@gmail.com Message-ID: <20091121112802.GA70284@mech-cluster241.men.bris.ac.uk> References: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> <20091120181629.3e1a3aee.dcdowse@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-Spam-Score: -1.5 X-Spam-Level: - Cc: Anton Shterenlikht , freebsd-questions@freebsd.org, "Daniel C. Dowse" Subject: Re: GPUs on FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 11:28:08 -0000 On Fri, Nov 20, 2009 at 08:11:57PM +0100, usleepless@gmail.com wrote: > On Fri, Nov 20, 2009 at 6:16 PM, Daniel C. Dowse wrote: > > > On Fri, 20 Nov 2009 11:46:57 +0000 > > Anton Shterenlikht wrote: > > > > > Anybody knows of working GPUs under FBSD on any arch? > > > Any advice? > > > > > > > I using a nvidia fx5500 with the latest driver 173.14.22 on i386 and > > it works perfect. And it was no pain to get 3d working for games. > > > > I am still wondering what this thread is actually about: is it about > hardware accelerated video or about offloading general computation to the > GPU ( CUDA et al. ). the latter. My question was about HPC application of GPUs. Use of GPGPUs for HPC under linux is growing very fast, with cuda and opencl. However, I doubt any GPUs will be supported on fbsd. At least not at this stage. Unless somebody knows better? many thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 11:29:45 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 651F310656AA for ; Sat, 21 Nov 2009 11:29:45 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id D1FBF8FC2F for ; Sat, 21 Nov 2009 11:29:44 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NBo9v-0006WA-Ur for freebsd-questions@freebsd.org; Sat, 21 Nov 2009 12:29:43 +0100 Received: from pool-71-166-145-207.washdc.east.verizon.net ([71.166.145.207]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Nov 2009 12:29:43 +0100 Received: from nightrecon by pool-71-166-145-207.washdc.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Nov 2009 12:29:43 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Sat, 21 Nov 2009 06:29:50 -0500 Lines: 127 Message-ID: References: <7872.1258759936@tristatelogic.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-166-145-207.washdc.east.verizon.net User-Agent: KNode/4.3.3 Sender: news Subject: Re: BTX Loader crashes -- Help wanted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 11:29:45 -0000 Ronald F. Guilmette wrote: [snip] >>Try 8RC3 and see if any difference. I believe some work in this area may >>have occurred. > > I just tried it. Alas, same result. I follow the -CURRENT and -STABLE mail lists as well as this one. Though this particular problem does not pertain to me, I seem to recall some traffic off and on about this subject occasionally. So it is known. The place to get the developers to look is wrt to 8.0, so if the problem is well documented they may be more inclined to look into it. If the bootonly, install CD, or LiveFS CD for 8-RC3 can be used to reproduce the problem concentrate here. >>I don't believe you are the first to experience this. > Well, I'm just about to file a new PR on this, but I'll refrain if > someone else has alreadyt done so. Do you have an eisting PR number > on this? There are quite a number and a few of which are very similar in that they directly reference boot loader crashes. You could review the ones that seem to match the closest to your situation directly (e.g. hardware and crash- dump wise), particularly the BTX crash associated with booting from SATA CD/DVD. Eye them towards using as a template to get started. The more exacting and succinct the PR the more likely to stimulate interest. You can reference the handful that match the closest by number in your own PR. Be very exact to localize the trouble to specifically SATA CD/DVD hardware. If the box will boot and install fine from a PATA CD/DVD drive to a SATA hard drive be sure to include this. You have a VIA VT8237A controller on that board so that aspect should work. This will serve to isolate and confine the problem to be examined to a very specific issue. This increases the chances someone may look into it. [snip] > > Sheeeesh! I literally _just_ bought this new SATA DVD drive, and I went > with SATA because I believed that (a) the world is slowly but surely > switching everything over to SATA and (b) SATA has been around long enough > now that FreeBSD related bugs should have all been shaken out by now. > > Please excuse my snarkiness, but... I guess I was wrong about the latter. > >>If 8 does the same thing file a PR in order to bring the attention of the >>developers. There may be one, or more, already on the subject. > > Well, I did a search on the PR database for "BTX" and I'm looking at all > those PRs... some of them going back to 2004, which doesn't exactly > inspire confidence about a possible timely fix... and I don't see anything > in the subjects that quite matched up to what I'm talking about. If you just need the box to work immediately use a PATA CD/DVD. If you have the time to deal with it, attract the attention of developer(s), and have the time to work with them it serves the interests of the larger community. Others have had and will have your problem and getting it fixed for you will just mean many others will not go through what you are currently experiencing. > And ah... while we are on the subject... > > If I do file a PR on this, then at long last I'll need to know the answers > to the two questions that have been in the back of my mind for ages, > regarding PRs... > > 1) What do the various severity codes mean? > 2) What do the various proirity codes mean? http://www.freebsd.org/doc/en_US.ISO8859-1/articles/problem-reports/ http://www.freebsd.org/doc/en_US.ISO8859-1/articles/pr-guidelines/ Might be good reading. I should read them again myself. It's been a while. > > I've never filed a PR with severity "critical" or with priority "high" > because I've always figured that this may be a good way to get the > developers to view _all_ one's future (and past) PRs with a suspicious/ > jaundiced eye... you know... the-boy-who-cried-wolf syndrome. > > I don't want to be labeled as a nut case or an incessant complainer, but > for _this_ issue I'm thinking that severity==critical and/or > priority==high > may be appropriate. I mean jeezzz Louise! If one can't even install from > the distribution CDs/DVDs on perfectly good hardware... (And it's not > like the whole SATA interface standard is exactly ``new'' or anything > anymore.) > > So? Any advice? Should I stick my neck out and label this PR either > severity==critical or priority==high ? > There is always going to be a certain subjectivity present here. What is life and death important to one person may not be to another. I believe a commonly accepted dividing line can be found when you consider the usage of the system(s) in question. If you are a sysadmin or consultant who is being paid money to maintain mission critical servers then it warrants a higher level of concern than a single user at home with a desktop PC. If you are racking a hundred Dell 2950's and have a problem it is critical. If you are a single PC user at home with a desktop, not so much. I do understand your concern wrt to "the boy who cried wolf" and it does matter. You stand more of a chance to get something fixed if the PR complaint is something that gives the developers a well defined starting point into the problem. Remember this is a volunteer effort so people need to pick and choose what they can spend their limited amounts of time on, so try and view it from a "if I was a developer what would I find interesting enough to work on?" perspective. I'm certainly no expert on what you should label this. I do think that severity==critical/priority==high may be overreaching. This level would be more appropriate for the guy in the data center racking a 100 servers. So maybe consider severity==serious/priority==medium? This would, however, just be my own subjectivity speaking and may not be for the best. The guys who maintain the bug reports have the power to change these levels as they see fit. But if you can spend the time to do a quality PR it has the potential to benefit the entire community. -Mike From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 11:49:01 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59CCD106566C for ; Sat, 21 Nov 2009 11:49:01 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id D606C8FC13 for ; Sat, 21 Nov 2009 11:49:00 +0000 (UTC) Received: by bwz5 with SMTP id 5so4285240bwz.3 for ; Sat, 21 Nov 2009 03:48:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=/KCYe061eUmaRBr65FnbKA5hVyxwqDsVqUnb3lgvCpg=; b=PJIWJ2C/mt4sdGEcdTG5ae+LIOWpi/OWQQpZxUsL62zBbBSGWJhGZcuycSME7SQk38 i0aXfFcNqMz1zGMlHbrm3FoZaAL2hItvV9ifCR7wuiU32X7ROqMuQQk/OhQKDfAluFl+ Q5zBgsmSlN/y7t9W1iVe+CCbOZbWue4f+4vks= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=JUSuEayN+IlI3O1QpOWmnz5YrZgzvscm5oGv+MQzSUehXSWqiZ3c1CtzidXFQVb+6I 1lHAbXsiw7cY6dbOVnWzRuu654JdwxDoOqKK8mvbNuqLp6JQZ0jhnMi3To+qzV+iEiPr KgsocztwBJv0yUjAAkuLqRNecGvo6Mmg9OgxE= MIME-Version: 1.0 Received: by 10.204.48.194 with SMTP id s2mr2462663bkf.210.1258804139703; Sat, 21 Nov 2009 03:48:59 -0800 (PST) In-Reply-To: <20091121112802.GA70284@mech-cluster241.men.bris.ac.uk> References: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> <20091120181629.3e1a3aee.dcdowse@gmx.net> <20091121112802.GA70284@mech-cluster241.men.bris.ac.uk> Date: Sat, 21 Nov 2009 12:48:59 +0100 Message-ID: From: usleepless@gmail.com To: Anton Shterenlikht Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, "Daniel C. Dowse" Subject: Re: GPUs on FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 11:49:01 -0000 On Sat, Nov 21, 2009 at 12:28 PM, Anton Shterenlikht wrote: > On Fri, Nov 20, 2009 at 08:11:57PM +0100, usleepless@gmail.com wrote: > > On Fri, Nov 20, 2009 at 6:16 PM, Daniel C. Dowse > wrote: > > > > > On Fri, 20 Nov 2009 11:46:57 +0000 > > > Anton Shterenlikht wrote: > > > > > > > Anybody knows of working GPUs under FBSD on any arch? > > > > Any advice? > > > > > > > > > > I using a nvidia fx5500 with the latest driver 173.14.22 on i386 and > > > it works perfect. And it was no pain to get 3d working for games. > > > > > > I am still wondering what this thread is actually about: is it about > > hardware accelerated video or about offloading general computation to the > > GPU ( CUDA et al. ). > > the latter. My question was about HPC application of GPUs. Use of GPGPUs > for HPC under linux is growing very fast, with cuda and opencl. However, > I doubt any GPUs will be supported on fbsd. At least not at this stage. > Unless somebody knows better? > > many thanks > I looked at CUDA lately and according to Nvidia the library stuff/driver you need is not available for FreeBSD ( Linux, Windows ). I forgot about if it is supported on Mac. The talk/announcement on the Nvidia forum is about a native video driver for amd64 i believe. A lot of people are waiting for this ( currently there is only Nvidia support for i386 ). I don't think they are talking about including CUDA support. There is no OpenCL implementation for FreeBSD that i am aware of ( did look ). regards, usleep > -- > Anton Shterenlikht > Room 2.6, Queen's Building > Mech Eng Dept > Bristol University > University Walk, Bristol BS8 1TR, UK > Tel: +44 (0)117 331 5944 > Fax: +44 (0)117 929 4423 > From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 11:56:37 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDE521065670 for ; Sat, 21 Nov 2009 11:56:37 +0000 (UTC) (envelope-from utisoft@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 4BDE58FC13 for ; Sat, 21 Nov 2009 11:56:36 +0000 (UTC) Received: by bwz5 with SMTP id 5so4287479bwz.3 for ; Sat, 21 Nov 2009 03:56:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=1bk/qAagLkg4MwjGFJDdvqq538lmJzSCviNZTGm2RTw=; b=K/dSiSbbzuhmMDG4UFj7TfuTcNnO5m3LxI9X/fjUzE8tDfZqGTT1SXJQLoZkeoHEU8 Y2G+LLbHSvh5AT7hwlED4zET1s9dPtt6xlaaXtbDDh+xfg02X4Hq1NAxI2CJd3Vxojam K+sKwnEMEexXD/rNMX7RCk8bpQdlyWvjMxofE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; b=E9puZfBPPO3OL+zf+dW0hmPzp3l5q3gbgE1tII9WrfAB96k7bwlHmnRpQZTaeaSToU kQdwVXFD8MSyWkjsQnrqf2I4cS7cu0HyLwv9iOsl6D9ZgPltraPvqWnLnazSStlGXuMK W3SAtNjEeWg6rqOEFYhgrg8fsMOu+i0kTqzG0= MIME-Version: 1.0 Received: by 10.204.24.65 with SMTP id u1mr2452760bkb.176.1258804596121; Sat, 21 Nov 2009 03:56:36 -0800 (PST) In-Reply-To: <20091120203511.GA32416@thought.org> References: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> <20091120203511.GA32416@thought.org> From: Chris Rees Date: Sat, 21 Nov 2009 11:56:14 +0000 Message-ID: To: Gary Kline Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Anton Shterenlikht , freebsd-questions@freebsd.org Subject: Re: GPUs on FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 11:56:37 -0000 2009/11/20 Gary Kline : > On Fri, Nov 20, 2009 at 02:56:03PM +0000, Chris Rees wrote: >> 2009/11/20 Anton Shterenlikht : >> > Anybody knows of working GPUs under FBSD on any arch? >> > Any advice? >> > >> >> Your question could have been phrased better.... but that's the teacher = in me! >> >> Nvidia GPUs work on IA-32 machines, but AFAIK there's still no amd64 dri= ver. >> >> Food for thought: http://forums.freebsd.org/showthread.php?t=3D398 >> >> My advice: Get an Nvidia card, and install FreeBSD/i386. >> >> Chris >> > > =A0 =A0 =A0 =A0hi chris, > > =A0 =A0 =A0 =A0i'm taking this offlist so i don't show my totsl ignorance= about > =A0 =A0 =A0 =A0running X11 and my new intel duo with i386 and 7.2. > > =A0 =A0 =A0 =A0do i need a nvidia card to run X? =A0the graphics show the= dell > =A0 =A0 =A0 =A0circle just before the boot sequence but that may be built= into the > =A0 =A0 =A0 =A0bios. > > =A0 =A0 =A0 =A0(another reason for keeping this offlist is that my networ= k pal says > =A0 =A0 =A0 =A0to NOT run X on my server ... simply for the sake of simpl= icity. =A0i > =A0 =A0 =A0 =A0will not use the computer for anything except CTWM =A0for = root, which > =A0 =A0 =A0 =A0will make doing sysadmin tasks vastly easier. =A0nutshell:= if i do need > =A0 =A0 =A0 =A0a video card for my dell inspiron 530, what kind? > > =A0 =A0 =A0 =A0tia, > > =A0 =A0 =A0 =A0gary > Nah, X will run on more or less anything; it's not particularly heavy. If you just want to do the odd thing, you might be better off with /u/p/net/vnc and display it on another machine. Chris --=20 A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in a mailing list? From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 12:23:45 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 963D6106566B for ; Sat, 21 Nov 2009 12:23:45 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id 2BDF68FC19 for ; Sat, 21 Nov 2009 12:23:45 +0000 (UTC) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.2/8.14.2) with ESMTP id nALCNe6i044079; Sat, 21 Nov 2009 13:23:40 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.2/8.14.2/Submit) id nALCNd0w044078; Sat, 21 Nov 2009 13:23:39 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Sat, 21 Nov 2009 13:23:39 +0100 From: Ruben de Groot To: Roman Neuhauser Message-ID: <20091121122339.GA42880@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Roman Neuhauser , Matthew Seaman , arek@wup-katowice.pl, freebsd-questions@freebsd.org References: <4AF90A6E.3040907@wup-katowice.pl> <4AF90F44.1070509@infracaninophile.co.uk> <20091114223934.GJ54137@isis.sigpipe.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091114223934.GJ54137@isis.sigpipe.cz> User-Agent: Mutt/1.4.2.3i X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Sat, 21 Nov 2009 13:23:43 +0100 (CET) Cc: arek@wup-katowice.pl, freebsd-questions@freebsd.org Subject: Re: php4-gd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 12:23:45 -0000 On Sat, Nov 14, 2009 at 11:39:34PM +0100, Roman Neuhauser typed: > > more like: you should have upgraded to PHP5 two years ago. PHP4 is dead, > baby. it's dead... Like COBOL and FORTRAN are dead? ;) From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 13:00:08 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86D86106566C for ; Sat, 21 Nov 2009 13:00:08 +0000 (UTC) (envelope-from bernt@bah.homeip.net) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id A8F648FC19 for ; Sat, 21 Nov 2009 13:00:07 +0000 (UTC) Received: from kw.homeip.net (c80-217-70-227.bredband.comhem.se [80.217.70.227]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id nALCxukd084677; Sat, 21 Nov 2009 14:00:00 +0100 (CET) (envelope-from bernt@bah.homeip.net) Message-ID: <4B07E447.4050608@bah.homeip.net> Date: Sat, 21 Nov 2009 13:59:51 +0100 From: Bernt Hansson User-Agent: slrn/1.0.8 (FreeBSD) MIME-Version: 1.0 To: Mike Clarke References: <4B0562A4.5050405@bah.homeip.net> <4B056636.6050309@infracaninophile.co.uk> <4B075AAA.80205@bah.homeip.net> <200911210903.40812.jmc-freebsd2@milibyte.co.uk> In-Reply-To: <200911210903.40812.jmc-freebsd2@milibyte.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 13:00:08 -0000 Mike Clarke said the following on 2009-11-21 10:03: > On Saturday 21 November 2009, Bernt Hansson wrote: > >> Ok. I've tested this >> dump -1 -a -u -L -C 64 -h 0 -f >> /usr/home/bernt/disk2/dump.backup.home.2 /usr/home >> >> The error is >> mksnap_ffs: Cannot create /usr/home/.snap/dump_snapshot: Invalid >> argument dump: Cannot create /usr/home/.snap/dump_snapshot: No such >> file or directory > Does the .snap directory exist, and with the correct ownership and > permissions? Yes and yes drwxrwx--- 2 root operator 512 16 Nov 19:19 .snap >>From the man page: > > "If the .snap directory does not exist in the root of the file system > being dumped, a warning will be issued and the dump will revert to the > standard behavior. This problem can be corrected by creating a .snap > directory in the root of the file system to be dumped; its owner should > be ``root'', its group should be ``operator'', and its mode should be > ``0770''." > From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 14:01:05 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8594F106566C for ; Sat, 21 Nov 2009 14:01:05 +0000 (UTC) (envelope-from gesbbb@yahoo.com) Received: from smtp107.prem.mail.ac4.yahoo.com (smtp107.prem.mail.ac4.yahoo.com [76.13.13.46]) by mx1.freebsd.org (Postfix) with SMTP id 1CC328FC0A for ; Sat, 21 Nov 2009 14:01:04 +0000 (UTC) Received: (qmail 91423 invoked from network); 21 Nov 2009 14:01:04 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:Reply-To:Organization:X-Mailer:Face:Mime-Version:Content-Type:Content-Transfer-Encoding; b=Y9a6GFsUG4PAtPjeSUm32KEjGqREu0ubecKMPqKHzXso7O8xC+TQxQGxTqF/VJvoBWwZpLeieBF0lXsai47/KHG+f5KrKW6PDIE5/+uwDyW2xR07az3npZz44MjtlQgRm9yPuR5sb1SZdWeNyU/LskN1jaQ0qtXM5wdaTbmroFI= ; Received: from c-67-189-183-172.hsd1.ny.comcast.net (gesbbb@67.189.183.172 with login) by smtp107.prem.mail.ac4.yahoo.com with SMTP; 21 Nov 2009 06:01:03 -0800 PST X-Yahoo-SMTP: yeAAMgKswBATCul4lSbCWspvTA-- X-YMail-OSG: R9SOKl4VM1nUWguDJxiwKlAg3Lh0bsBcQmxg5Ixf9fgIWUxVV0cpwmd5jHz7vgPohiczpMOsh0p68c6POGxvn6dBKpygiXeneadlrNmjiwGa1AZCap8deXBcwMVVZewh2BUMx92VHRs6fEbQBdXbTDb.TCdEgaJupqvA1UveO2Du_m0cLehmXSUmH4qB4pFzM4pl8amhBp3uU4G1M62pXPgHWyvcU9JCCaprCXsd96ANABmqOCQjPOLLMR.7NfmE4.wmrjlCFEEnEyQGb8mn3srX.GbFO2CjWuvZvaAVZp.DChhxIJU5_fLSkA-- X-Yahoo-Newman-Property: ymail-3 Received: from scorpio.seibercom.net (scorpio.seibercom.net [192.168.1.103]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: gesbbb@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 592FD2283D for ; Sat, 21 Nov 2009 09:01:03 -0500 (EST) Date: Sat, 21 Nov 2009 09:01:03 -0500 From: Jerry To: freebsd-questions@freebsd.org Message-ID: <20091121090103.35dc194c@scorpio.seibercom.net> In-Reply-To: <20091121122339.GA42880@ei.bzerk.org> References: <4AF90A6E.3040907@wup-katowice.pl> <4AF90F44.1070509@infracaninophile.co.uk> <20091114223934.GJ54137@isis.sigpipe.cz> <20091121122339.GA42880@ei.bzerk.org> Organization: seibercom.net X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: php4-gd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 14:01:05 -0000 On Sat, 21 Nov 2009 13:23:39 +0100 Ruben de Groot replied: >Like COBOL and FORTRAN are dead? Maybe not "DEAD", but definitely comatose. -- Jerry gesbbb@yahoo.com |::::======= |::::======= |=========== |=========== | A friend of mine won't get a divorce, because he hates lawyers more than he hates his wife. From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 14:02:18 2009 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 D72F1106566C for ; Sat, 21 Nov 2009 14:02:18 +0000 (UTC) (envelope-from frankstaals@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 416AC8FC24 for ; Sat, 21 Nov 2009 14:02:17 +0000 (UTC) Received: (qmail invoked by alias); 21 Nov 2009 14:02:17 -0000 Received: from 104-208.ftth.onsbrabantnet.nl (EHLO Rena.FStaals.LAN) [88.159.208.104] by mail.gmx.net (mp047) with SMTP; 21 Nov 2009 15:02:17 +0100 X-Authenticated: #25365336 X-Provags-ID: V01U2FsdGVkX1/Lwb55nALLpeh8gsRaUUz8KVZBeN2FfLX2dxOaf6 od0MV6Y8GIqJab Message-ID: <4B07F2D3.30501@gmx.net> Date: Sat, 21 Nov 2009 15:01:55 +0100 From: Frank Staals User-Agent: Thunderbird 2.0.0.23 (X11/20090928) MIME-Version: 1.0 To: questions@FreeBSD.org X-Y-GMX-Trusted: 0 X-FuHaFi: 0.66,0.66 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Glassfish v3 server: Admin port in use X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 14:02:18 -0000 Hey everyone, I'm trying to deploy a Glassfish v3 server on my workstation since I need to do some jsf-developement. However when I try to start the server it keeps telling me the admin port I'm trying to use is allready in use by an other process, no matter what port I use. However I'm 100% certain there is nothing running on the port it should use (sockstat confirms that). Has anyone seen this type of behaviour and/or knows how to fix it ? I'm running FreeBSD 8.0-RC1 with jdk16 installed from ports. Full log is here: http://fstaals.net/junk/glassfish.txt -- - Frank From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 14:06:48 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCE2D106566C for ; Sat, 21 Nov 2009 14:06:48 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 98F8F8FC08 for ; Sat, 21 Nov 2009 14:06:48 +0000 (UTC) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 21 Nov 2009 09:06:47 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.10.7-GA) with ESMTP id LGM71619; Sat, 21 Nov 2009 09:06:28 -0500 (EST) Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp01.lnh.mail.rcn.net with ESMTP; 21 Nov 2009 09:06:28 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19207.62436.23817.593443@jerusalem.litteratus.org> Date: Sat, 21 Nov 2009 09:06:28 -0500 To: usleepless@gmail.com In-Reply-To: References: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> <20091120181629.3e1a3aee.dcdowse@gmx.net> <20091121112802.GA70284@mech-cluster241.men.bris.ac.uk> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: Anton Shterenlikht , freebsd-questions@freebsd.org, "Daniel C. Dowse" Subject: Re: GPUs on FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 14:06:48 -0000 usleepless@gmail.com writes: > The talk/announcement on the Nvidia forum is about a native video > driver for amd64 i believe. A lot of people are waiting for this > ( currently there is only Nvidia support for i386 ). I do not believe this is correct. _As I understand it_ there are (currently) two options: 1) "nv" driver; written by nVidia, but does not support recent (last N generations) cards, works only for i386, and does not support 100% of 3d functions. Breakage fixed, but no new features added. 2) "noveau" driver; written by third parties, works for i386 and amd64 (maybe for others). For what works, see the (hopefully outdated) web page. Under development: 3) "????"; written (and maintained/improved) by nVidia, words for i386 and amd64, supports all cards, supports all functionality. ETA not announced; no public testing yet. If anyone knows better, please correct this. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 14:33:12 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 850731065670 for ; Sat, 21 Nov 2009 14:33:12 +0000 (UTC) (envelope-from bernt@bah.homeip.net) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id 712788FC12 for ; Sat, 21 Nov 2009 14:33:09 +0000 (UTC) Received: from kw.homeip.net (c80-217-70-227.bredband.comhem.se [80.217.70.227]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id nALEX6Yi086259; Sat, 21 Nov 2009 15:33:07 +0100 (CET) (envelope-from bernt@bah.homeip.net) Message-ID: <4B07FA1D.4090302@bah.homeip.net> Date: Sat, 21 Nov 2009 15:33:01 +0100 From: Bernt Hansson User-Agent: slrn/1.0.8 (FreeBSD) MIME-Version: 1.0 To: George Davidovich References: <4B0562A4.5050405@bah.homeip.net> <4B056636.6050309@infracaninophile.co.uk> <4B075AAA.80205@bah.homeip.net> <20091121095251.GA63630@marvin.optimis.net> In-Reply-To: <20091121095251.GA63630@marvin.optimis.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 14:33:12 -0000 George Davidovich said the following on 2009-11-21 10:52: > On Sat, Nov 21, 2009 at 04:12:42AM +0100, Bernt Hansson wrote: >> Matthew Seaman skrev: >>> Bernt Hansson wrote: >>>> I've been testing backups with dump, works well BUT >>>> -L does not work. For example >>>> >>>> dump -0 -a -u -L -f /mnt/dump.home.full /dev/ad0s2d >>> I believe that you need to tell dump the mount point of the file >>> system in order for it to create a snapshot, rather than the device >>> file for the partition. (ie. snapshotting only makes sense on a >>> mounted read-write filesystem). > > Actually, the above isn't correct. A device special is fine. From the > dump(8) manpage: > > The file system to be dumped is specified by the argument filesystem > as either its device-special file or its mount point (if that is in a > standard entry in /etc/fstab). > > The criteria unique to live dumps is that /dev/ad0s2d must be already > mounted, and there must be a .snap directory in its root. You've since > changed your command, so I won't address what the problem might have > been. > >>> Also, if you're dumping a snapshotted FS to a local file, then bump >>> up the cachesize to improve performance a lot. Add '-C 32' to your >>> command-line. >> Ok. I've tested this >> dump -1 -a -u -L -C 64 -h 0 -f /usr/home/bernt/disk2/dump.backup.home.2 /usr/home > > Was the change from 'dump -0' to 'dump -1' intentional? Yes. > Dump levels are > rarely chosen to be sequential, but a level of 1 or greater is generally > performed after a level 0 dump. Yes. I've done a level 0 dump. >> The error is mksnap_ffs: Cannot create /usr/home/.snap/dump_snapshot: >> Invalid argument dump: Cannot create /usr/home/.snap/dump_snapshot: No >> such file or directory The directory exist. drwxrwx--- 2 root operator 512 16 Nov 19:19 .snap > You've now specified what's likely a directory (/usr/home), not a > device-special or mount point. Your choices of valid filesystems can be > determined by running df(1) and examining the first and last columns. > On a typical install those two columns might be: > > Filesystem Mounted on > /dev/ad0s1a / > devfs /dev # ignore this line > /dev/ad0s1e /tmp > /dev/ad0s1f /usr > /dev/ad0s1d /var > > Pick one. I prefer device names. This is from my original post dump -0 -a -u -L -f /mnt/dump.home.full /dev/ad0s2d ad0s2d is /usr/home > FWIW, if you're going to be using dump regularly (i.e. multiple dump > levels and/or multiple hosts) and dumping to files, I'd suggest a naming > convention of > > I am going to use it on a regular basis, at least that is my intention. If I can get the -L flag to work > hostname-20090405-usr-0 I see what you mean. But since I already have a script (tar) that takes care of that. > to save you the grief of date fragility, and give you a meaningful > display in 'ls -l' when restoring. So, for a level 0 dump on your > system, your commands might be: > > dumpdir=/home/bernt/disk2 > dump -0auL -C 64 -f $dumpdir/hostname-20091121-root-0 -h 0 / > dump -0auL -C 64 -f $dumpdir/hostname-20091121-usr-0 -h 0 /usr > dump -0auL -C 64 -f $dumpdir/hostname-20091121-var-0 -h 0 /var > From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 14:36:10 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93D4C1065672 for ; Sat, 21 Nov 2009 14:36:10 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 17CC88FC17 for ; Sat, 21 Nov 2009 14:36:09 +0000 (UTC) Received: by bwz5 with SMTP id 5so4339192bwz.3 for ; Sat, 21 Nov 2009 06:36:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=vWnm5wMWMNQA0ncYVs0tZ5cwtwmyqdT9/vGo/5MTV3E=; b=Cq9jwyeGnaxyL82JPopGDu5PheLFVNTUZlGIK+ihPJ3XcjpK+fwgg+kLXohEYylyZa NVSOSa39kfZs+ERaH78oOM/uz3igahxsni9mhkci93m5YjxWQ1K/UYbLqLONr4RSKZx2 53Uc33PAHM4NwryO/fvHsrLqe13SMwUezB1SY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=D0fZmPFDYyhZJRR5riNbDKxsTmsEOcLwFGHK+tZ0t4L8Yr1Vz/1JCk7IKEGu9mknh8 p6iQOuXsZKoW9afqkTaoCBkn+WJHEpfSdry2MH3lDzlz5osrW4VLrt7jZ3VqRUNunYZA lNtrtx5B1bLNy6vuelmR6KX5WSL6V8ajUWDoc= MIME-Version: 1.0 Received: by 10.204.156.3 with SMTP id u3mr2532084bkw.179.1258814168645; Sat, 21 Nov 2009 06:36:08 -0800 (PST) In-Reply-To: <19207.62436.23817.593443@jerusalem.litteratus.org> References: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> <20091120181629.3e1a3aee.dcdowse@gmx.net> <20091121112802.GA70284@mech-cluster241.men.bris.ac.uk> <19207.62436.23817.593443@jerusalem.litteratus.org> Date: Sat, 21 Nov 2009 15:36:08 +0100 Message-ID: From: usleepless@gmail.com To: Robert Huff Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Anton Shterenlikht , freebsd-questions@freebsd.org, "Daniel C. Dowse" Subject: Re: GPUs on FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 14:36:10 -0000 On Sat, Nov 21, 2009 at 3:06 PM, Robert Huff wrote: > > usleepless@gmail.com writes: > > > The talk/announcement on the Nvidia forum is about a native video > > driver for amd64 i believe. A lot of people are waiting for this > > ( currently there is only Nvidia support for i386 ). > > I do not believe this is correct. _As I understand it_ there > are (currently) two options: > > 1) "nv" driver; written by nVidia, but does not support > recent (last N generations) cards, works only for i386, > and does not support 100% of 3d functions. Breakage > fixed, but no new features added. > 2) "noveau" driver; written by third parties, works for i386 > and amd64 (maybe for others). For what works, see the > (hopefully outdated) web page. > > Under development: > > 3) "????"; written (and maintained/improved) by nVidia, words > for i386 and amd64, supports all cards, supports all > functionality. ETA not announced; no public testing yet. > > If anyone knows better, please correct this. > > as far as i know there have been Nvidia maintained/improved drivers for FreeBSD for ages ( ls /usr/ports/x11 | grep -i nvid ) and for example: %kldstat Id Refs Address Size Name 1 8 0xc0400000 5ec918 kernel 2 1 0xc09ed000 753c90 nvidia.ko 3 1 0xc497c000 e000 fuse.ko 4 1 0xc4b64000 2000 rtc.ko The announcement may be about a unified driver, i don't know about that. 3. "nvidia". have X use the Nvidia supplied driver. Works for me? xorg.conf: Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" Option "AddARGBGLXVisuals" "True" Option "DisableGLXRootClipping" "true" Option "TwinView" "True" Option "SecondMonitorHorizSync" "31-80" Option "SecondMonitorVertRefresh" "56-76" Option "TwinViewOrientation" "RightOf" Option "MetaModes" "1280x1024, 1280x1024" Option "DamageEvents" "True" EndSection Is this not what you meant? regards, usleep > Robert Huff > > > > From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 14:59:14 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A2ED106566C for ; Sat, 21 Nov 2009 14:59:14 +0000 (UTC) (envelope-from fullblaststorm@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id CBAC08FC19 for ; Sat, 21 Nov 2009 14:59:13 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so1741100fga.13 for ; Sat, 21 Nov 2009 06:59:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=52bhV8a87W9T1B0p2O5QKHzvuek2XknjNWey1aoE7ZI=; b=fMWFdV8Z4KsNV26+Gy5iPXahc7vaFYcnbkRRK/w8HCmybhyDgUSI7yESLx5Gg3xUkI wtUmdivOhu/6wdGwmdGWo9af7Pgdr4khmocH7CkYGi5iNKe8lKmjkxN0KA2xArykA+in 44ArvHIwrHpo0cvyz5Wxv49R8s22GvmNCdP5U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=dxc0Trp1GfImSqMzRaJEIZ+1f7QB+6ujh0WFCXAoY55Ja+qA61TOtZJ062nMFTkpnD MVa7DwHIov8w1K27zRey2bH2KpX6xiXRsipVShot3ZSgl8FGxhNkxxeKnQSEvjX8MNs9 HFK4YlGmry8PS0kDl+lJ1uOiaYzrfYNjebnDc= MIME-Version: 1.0 Received: by 10.239.145.144 with SMTP id s16mr269589hba.145.1258815552372; Sat, 21 Nov 2009 06:59:12 -0800 (PST) Date: Sat, 21 Nov 2009 20:59:12 +0600 Message-ID: <6c51dbb10911210659t2e7b87dcg66d71544312d4172@mail.gmail.com> From: Victor Lyapunov To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: sending mail with attachments always fail (FreeBSD/pf) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 14:59:14 -0000 Hi all, I have production network with FreeBSD box acting as firewall. The problem emerge as soon as users send mail with attachments. (Sending mail without attachments always succeeds). Basically, when a user tries to send a message, only part of it transmitted before connection is interrupted and sending fails. The problem persists only when pf is enabled. My ruleset: scrub in all fragment reassemble block drop on em0 all pass inet proto tcp from 192.168.0.0/24 to any port = smtp flags S/SA keep state pass inet proto tcp from 192.168.0.0/24 to any port = pop3 flags S/SA keep state pass inet proto tcp from 192.168.0.0/24 to any port = imap flags S/SA keep state pass inet proto tcp from 192.168.0.0/24 to any port = smtps flags S/SA keep state pass inet proto tcp from 192.168.0.0/24 to any port = pop3s flags S/SA keep state pass proto udp from any to any port = domain keep state This is what i get from pfctl -si just after #/etc/rc.d/pf start # pfctl -si Status: Enabled for 0 days 00:00:09 Debug: Urgent State Table Total Rate current entries 0 searches 0 0.0/s inserts 0 0.0/s removals 0 0.0/s Counters match 0 0.0/s bad-offset 0 0.0/s fragment 0 0.0/s short 0 0.0/s normalize 0 0.0/s memory 0 0.0/s bad-timestamp 0 0.0/s congestion 0 0.0/s ip-option 0 0.0/s proto-cksum 0 0.0/s state-mismatch 0 0.0/s state-insert 0 0.0/s state-limit 0 0.0/s src-limit 0 0.0/s synproxy 0 0.0/s After I try to send some mail with attachments a couple of times(which always fail), i get this from pfctl -si: Status: Enabled for 0 days 00:02:58 Debug: Urgent State Table Total Rate current entries 48 searches 1313 7.4/s inserts 131 0.7/s removals 83 0.5/s Counters match 152 0.9/s bad-offset 0 0.0/s fragment 0 0.0/s short 0 0.0/s normalize 0 0.0/s memory 0 0.0/s bad-timestamp 0 0.0/s congestion 0 0.0/s ip-option 0 0.0/s proto-cksum 0 0.0/s state-mismatch 22 0.1/s state-insert 0 0.0/s state-limit 0 0.0/s src-limit 0 0.0/s synproxy 0 0.0/s Any suggestions/ideas would be appreciated, Best regards, Victor FreeBSD router 7.2-RELEASE FreeBSD 7.2-RELEASE #4: Sun May 3 23:29:04 2009 root@router:/usr/obj/usr/src/sys/GENERIC i386 From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 15:01:16 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F1091065676 for ; Sat, 21 Nov 2009 15:01:16 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id DDBEB8FC1A for ; Sat, 21 Nov 2009 15:01:15 +0000 (UTC) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 21 Nov 2009 10:01:15 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.10.7-GA) with ESMTP id LGM75736; Sat, 21 Nov 2009 10:01:14 -0500 (EST) Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp01.lnh.mail.rcn.net with ESMTP; 21 Nov 2009 10:01:14 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19208.186.405592.800221@jerusalem.litteratus.org> Date: Sat, 21 Nov 2009 10:01:14 -0500 To: usleepless@gmail.com In-Reply-To: References: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> <20091120181629.3e1a3aee.dcdowse@gmx.net> <20091121112802.GA70284@mech-cluster241.men.bris.ac.uk> <19207.62436.23817.593443@jerusalem.litteratus.org> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: Robert Huff , Anton Shterenlikht , freebsd-questions@freebsd.org, "Daniel C. Dowse" Subject: Re: GPUs on FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 15:01:16 -0000 usleepless@gmail.com writes: > as far as i know there have been Nvidia maintained/improved drivers for > FreeBSD for ages ( ls /usr/ports/x11 | grep -i nvid ) I was looking at x11-drivers: huff@jerusalem>> dir /usr/ports/x11-drivers | grep video-n drwxr-xr-x 2 root wheel 512 Aug 21 20:20 xf86-video-neomagic drwxr-xr-x 2 root wheel 512 Aug 21 20:20 xf86-video-newport drwxr-xr-x 2 root wheel 512 Aug 21 20:20 xf86-video-nouveau drwxr-xr-x 2 root wheel 512 Aug 21 20:20 xf86-video-nsc drwxr-xr-x 2 root wheel 512 Aug 21 20:20 xf86-video-nv If that's true, shouldn't the nvidia-drivers be moved? Robert Huff From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 15:05:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B52F4106566B for ; Sat, 21 Nov 2009 15:05:30 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 6A3008FC0A for ; Sat, 21 Nov 2009 15:05:29 +0000 (UTC) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 21 Nov 2009 10:05:29 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.10.7-GA) with ESMTP id LGM76019; Sat, 21 Nov 2009 10:04:45 -0500 (EST) Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp01.lnh.mail.rcn.net with ESMTP; 21 Nov 2009 10:04:45 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19208.397.260679.116124@jerusalem.litteratus.org> Date: Sat, 21 Nov 2009 10:04:45 -0500 To: usleepless@gmail.com In-Reply-To: References: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> <20091120181629.3e1a3aee.dcdowse@gmx.net> <20091121112802.GA70284@mech-cluster241.men.bris.ac.uk> <19207.62436.23817.593443@jerusalem.litteratus.org> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: Robert Huff , Anton Shterenlikht , freebsd-questions@freebsd.org, "Daniel C. Dowse" Subject: Re: GPUs on FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 15:05:30 -0000 usleepless@gmail.com writes: > as far as i know there have been Nvidia maintained/improved > drivers for FreeBSD for ages ( ls /usr/ports/x11 | grep -i nvid ) And see this from the Makefile: # Starting with version 1.0-7667, NVidia has dropped support for # numerous "legacy" GPUs. Consult NVidia README (the Appendix) to # find out whether you need to use legacy driver version and install # one of corresponding `x11/nvidia-driver-71', # `x11/nvidia-driver-96', or `x11/nvidia-driver-173' slave ports. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 15:16:45 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CEAB106566B for ; Sat, 21 Nov 2009 15:16:45 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id DF6898FC13 for ; Sat, 21 Nov 2009 15:16:44 +0000 (UTC) Received: from r55.edvax.de (port-92-195-114-224.dynamic.qsc.de [92.195.114.224]) by mx02.qsc.de (Postfix) with ESMTP id 735171E34E; Sat, 21 Nov 2009 16:16:42 +0100 (CET) Received: from r55.edvax.de (localhost [127.0.0.1]) by r55.edvax.de (8.14.2/8.14.2) with SMTP id nALFGed2005756; Sat, 21 Nov 2009 16:16:40 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sat, 21 Nov 2009 16:16:40 +0100 From: Polytropon To: Ruben de Groot Message-Id: <20091121161640.dc6bde44.freebsd@edvax.de> In-Reply-To: <20091121122339.GA42880@ei.bzerk.org> References: <4AF90A6E.3040907@wup-katowice.pl> <4AF90F44.1070509@infracaninophile.co.uk> <20091114223934.GJ54137@isis.sigpipe.cz> <20091121122339.GA42880@ei.bzerk.org> Organization: EDVAX X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.1; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: arek@wup-katowice.pl, Roman Neuhauser , freebsd-questions@freebsd.org Subject: Re: php4-gd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 15:16:45 -0000 On Sat, 21 Nov 2009 13:23:39 +0100, Ruben de Groot wrote: > On Sat, Nov 14, 2009 at 11:39:34PM +0100, Roman Neuhauser typed: > > more like: you should have upgraded to PHP5 two years ago. PHP4 is dead, > > baby. it's dead... > > Like COBOL and FORTRAN are dead? > > ;) More as... dead like the mainframe. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 15:21:14 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FB9E106566C for ; Sat, 21 Nov 2009 15:21:14 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 89A238FC12 for ; Sat, 21 Nov 2009 15:21:13 +0000 (UTC) Received: by bwz5 with SMTP id 5so4355233bwz.3 for ; Sat, 21 Nov 2009 07:21:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=rswNCr2/nNyshj+3DjHFDhV4HK7HSRwlO0zLSVRPlKU=; b=M4jac0If4Tdpg9Fkw1QgIbNo7s1OZ1IA6Z7ax99SMb2wNFHB0sgb3kjTjYa+OkmEGn W8JifwY2BG35UENAEBKRZD/XWXa7eYIIZi3a85hjr7dK6PPsJ3pDcLZiu2teYVVWXev/ XZvjQTHvYhMXK8zr1xVsD3f20p5l3yVvLVekc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=DRG65mYJlhPNiuotSdXuYCOno45Mi60+LTP9Kr5bu3MpZSNnb2tYk1aYmPI140dYus dhog5IhmINpq3xmWDBNaDYLFoA2dE/U3WDtubsWSFsZIxZ0vZ8l+ChxAAwVPBZt7eBsB JduXorGPfsTQz+0Y7sjUtpVKrO+EyWdv8MxM0= MIME-Version: 1.0 Received: by 10.204.153.3 with SMTP id i3mr2728723bkw.26.1258816871078; Sat, 21 Nov 2009 07:21:11 -0800 (PST) In-Reply-To: <19208.397.260679.116124@jerusalem.litteratus.org> References: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> <20091120181629.3e1a3aee.dcdowse@gmx.net> <20091121112802.GA70284@mech-cluster241.men.bris.ac.uk> <19207.62436.23817.593443@jerusalem.litteratus.org> <19208.397.260679.116124@jerusalem.litteratus.org> Date: Sat, 21 Nov 2009 16:21:11 +0100 Message-ID: From: usleepless@gmail.com To: Robert Huff Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Anton Shterenlikht , freebsd-questions@freebsd.org, "Daniel C. Dowse" Subject: Re: GPUs on FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 15:21:14 -0000 On Sat, Nov 21, 2009 at 4:04 PM, Robert Huff wrote: > > usleepless@gmail.com writes: > > > as far as i know there have been Nvidia maintained/improved > > drivers for FreeBSD for ages ( ls /usr/ports/x11 | grep -i nvid ) > > And see this from the Makefile: > > # Starting with version 1.0-7667, NVidia has dropped support for > # numerous "legacy" GPUs. Consult NVidia README (the Appendix) to > # find out whether you need to use legacy driver version and install > # one of corresponding `x11/nvidia-driver-71', > # `x11/nvidia-driver-96', or `x11/nvidia-driver-173' slave ports. > > are you trying to be right afterall? regards, usleep > > > Robert Huff > > From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 15:27:23 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A63D1065670 for ; Sat, 21 Nov 2009 15:27:23 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from dd12710.kasserver.com (dd12710.kasserver.com [85.13.134.233]) by mx1.freebsd.org (Postfix) with ESMTP id 076168FC1A for ; Sat, 21 Nov 2009 15:27:22 +0000 (UTC) Received: from current.Sisis.de (ppp-93-104-57-13.dynamic.mnet-online.de [93.104.57.13]) by dd12710.kasserver.com (Postfix) with ESMTP id A2B0718352DCF; Sat, 21 Nov 2009 16:27:21 +0100 (CET) Received: (from guru@localhost) by current.Sisis.de (8.14.3/8.14.3/Submit) id nALFRKDe003925; Sat, 21 Nov 2009 16:27:20 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: current.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Sat, 21 Nov 2009 16:27:20 +0100 From: Matthias Apitz To: Victor Lyapunov Message-ID: <20091121152720.GA3878@current.Sisis.de> References: <6c51dbb10911210659t2e7b87dcg66d71544312d4172@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <6c51dbb10911210659t2e7b87dcg66d71544312d4172@mail.gmail.com> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 8.0-CURRENT (i386) Cc: FreeBSD Mailing List Subject: Re: sending mail with attachments always fail (FreeBSD/pf) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 15:27:23 -0000 El día Saturday, November 21, 2009 a las 08:59:12PM +0600, Victor Lyapunov escribió: > Hi all, > > I have production network with FreeBSD box acting as firewall. The > problem emerge as soon as users send mail with attachments. (Sending > mail without attachments always succeeds). Basically, when a user > tries to send a message, only part of it transmitted before connection > is interrupted and sending fails. The problem persists only when pf is > enabled. I think concerning TCP/IP there is no diff between a mail with or w/o attachment, it is just talking SMTP to a remote server and only the size, i.e, the number of IP pkgs, differs; the content is anyway; > My ruleset: > scrub in all fragment reassemble > block drop on em0 all > pass inet proto tcp from 192.168.0.0/24 to any port = smtp flags S/SA keep state > pass inet proto tcp from 192.168.0.0/24 to any port = pop3 flags S/SA keep state > pass inet proto tcp from 192.168.0.0/24 to any port = imap flags S/SA keep state > pass inet proto tcp from 192.168.0.0/24 to any port = smtps flags S/SA > keep state > pass inet proto tcp from 192.168.0.0/24 to any port = pop3s flags S/SA > keep state > pass proto udp from any to any port = domain keep state I never used S/SA as flags in my rules, only S. More I can' see. HIH (if not watch with some tcpdump(1) what's going on between the NIC and the remote server). matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ Vote NO to EU The Lisbon Treaty: http://www.no-means-no.eu From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 16:14:19 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F181106566B for ; Sat, 21 Nov 2009 16:14:19 +0000 (UTC) (envelope-from freebsd@optimis.net) Received: from mail.optimis.net (mail.optimis.net [69.104.191.124]) by mx1.freebsd.org (Postfix) with ESMTP id 027448FC12 for ; Sat, 21 Nov 2009 16:14:18 +0000 (UTC) Received: from marvin.optimis.net (marvin.optimis.net [192.168.1.3]) by mail.optimis.net (8.14.3/8.14.2) with ESMTP id nALGEFUE009785; Sat, 21 Nov 2009 08:14:15 -0800 (PST) (envelope-from freebsd@optimis.net) Received: from marvin.optimis.net (localhost [127.0.0.1]) by marvin.optimis.net (8.14.3/8.14.3) with ESMTP id nALGEFag068208; Sat, 21 Nov 2009 08:14:15 -0800 (PST) (envelope-from freebsd@optimis.net) Received: (from george@localhost) by marvin.optimis.net (8.14.3/8.14.3/Submit) id nALGEFhG068207; Sat, 21 Nov 2009 08:14:15 -0800 (PST) (envelope-from freebsd@optimis.net) Date: Sat, 21 Nov 2009 08:14:15 -0800 From: George Davidovich To: freebsd-questions@freebsd.org Message-ID: <20091121161415.GA68037@marvin.optimis.net> References: <4B0562A4.5050405@bah.homeip.net> <4B056636.6050309@infracaninophile.co.uk> <4B075AAA.80205@bah.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B075AAA.80205@bah.homeip.net> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: Bernt Hansson Subject: Re: Dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 16:14:19 -0000 On Sat, Nov 21, 2009 at 04:12:42AM +0100, Bernt Hansson wrote: > Matthew Seaman skrev: > > Bernt Hansson wrote: > > > > > > I've been testing backups with dump, works well BUT > > > -L does not work. For example > > > > > > dump -0 -a -u -L -f /mnt/dump.home.full /dev/ad0s2d > > > > I believe that you need to tell dump the mount point of the file system in > > order for it to create a snapshot, rather than the device file for the > > partition. (ie. snapshotting only makes sense on a mounted read-write > > filesystem). > > > > Also, if you're dumping a snapshotted FS to a local file, then bump up the > > cachesize to improve performance a lot. Add '-C 32' to your command-line. > > Ok. I've tested this > dump -1 -a -u -L -C 64 -h 0 -f /usr/home/bernt/disk2/dump.backup.home.2 > /usr/home > dump -1 -a -u -L -C 64 -h 0 -f /usr/home/bernt/disk2/dump.backup.home.2 > /usr/home > > The error is > mksnap_ffs: Cannot create /usr/home/.snap/dump_snapshot: Invalid argument > dump: Cannot create /usr/home/.snap/dump_snapshot: No such file or directory Aargh. Must have missed the above when I last replied. That error message indicates you're running dump without proper privileges. Run dump as root, or add yourself to the operator group: pw groupmod operator -m bernt -- George From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 16:23:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7B43106566B for ; Sat, 21 Nov 2009 16:23:59 +0000 (UTC) (envelope-from anti_spam256@yahoo.ca) Received: from web65506.mail.ac4.yahoo.com (web65506.mail.ac4.yahoo.com [76.13.9.50]) by mx1.freebsd.org (Postfix) with SMTP id 8E1718FC0A for ; Sat, 21 Nov 2009 16:23:59 +0000 (UTC) Received: (qmail 86816 invoked by uid 60001); 21 Nov 2009 16:23:58 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.ca; s=s1024; t=1258820638; bh=yM0j5kJyBYhSYW4awZ93sV9N2Ir1G8/CxU2dC5bhvOo=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=JCrdEusc11292/U3IvJJyi+fNJiN3/2Kn8z0MdgKUInzYSNVyQVeaHER1ry42eu7E8fRa5pUJwul10TEQNqHLYdPM0aCEqXcoVvyAXLFNXEGU7Y0gOPX0mVWjyv2zCwGaXuo7v6V92Fflbg1I8KgDs4JpY8op6ZKgB9l2i4hCk0= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.ca; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=tYFTZu4VPK0ZAsKDDyzM/DRyM4t00JKUfW5wT9PlH0oYwUOyehCkOBSQp+Q9JeEv/ydOPLi88nZPpKpKRei2dsFeoxrp9favmJvligQJNRw07IQDbsy/2sRqYJQn0QEIwQ0GW6SsfRExPo36ZSvzaO3hkJhfk8OlJr/zP7lSvWE=; Message-ID: <821675.86120.qm@web65506.mail.ac4.yahoo.com> X-YMail-OSG: 83hfXncVM1k_lGGWFrB.Dd4bwc7Mp0lWx9L4.i96fMwLmO3U54lQ51AP90LDFpCrofaNLax453VwOzKb6yLg3Nr38xaRFJt5y3qKEszU2P6D0R9U4YyH9lnWhh5Uc2AvYmOPwloH5VDZ4X49wZnEmZd_qJhUU99BgCHkHGNH_I3dgsezjF_kOEDzHWG5hqD8O0VJePw3J9RMFJg2wN3hHW80nvn65YK4kh5meN_RLinv1qKy.eVmKUDlfwEg9Vu.VlxXOthztDZnxWx0HrJAFrwemPqex4UTkghXZ7FYsysoqhNWxY9zxUc3Qi3TX.F91GMImo30jPdJtxFfnBBAUI5u7coVFZd02Anm1oM8S.OYn3q8p2W2UteZNYocMphWM4H4aOGZsI_bo1m3pKDvXqYELIW4WOsPAXa2CIxN_gPqwQD1CelwHHLqJZrgYykPTXwvQC8825iVjdK0yFJ6AZAs9tf8qlztBrWQkaYSVrXRDvOvSkSUt4USLoo7fhZJnTrXf3KsSK3kTbumZCcb5oIMVu9o9BYMwpRS63gTPFBqHO8V7g4UDHMSxxDNQdYRfl45ziI- Received: from [208.99.137.71] by web65506.mail.ac4.yahoo.com via HTTP; Sat, 21 Nov 2009 08:23:58 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.8.100.260964 Date: Sat, 21 Nov 2009 08:23:58 -0800 (PST) From: James Phillips To: freebsd-questions@freebsd.org In-Reply-To: <20091121120022.EBDD810656AA@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: 7.2, usb mouse, uhub0: device problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 16:24:00 -0000 > Date: Fri, 20 Nov 2009 15:58:27 -0500 > From: Jerry > Subject: Re: 7.2, usb mouse, uhub0: device problem > (IOERROR), > To: freebsd-questions@freebsd.org > Message-ID: <20091120155827.7526e039@scorpio.seibercom.net> > Content-Type: text/plain; charset=US-ASCII > > > Thanks! I guess the 'wireless' menu item is either not > working, or I am > using it incorrectly on that site. There is no "wireless" menu item on the product search page: http://www.usb.org/kcompliance/view The "Wireless Products Only" Radio button refers to products using the Wireless USB Standard that I assume is supposed to be some kind of blue-tooth killer. ("All Retail Categories" returns only 117 results) http://www.usb.org/developers/wusb/ If you select the "Hi-Speed Products Only" option, only one mouse is returned. (I never found serial mice working at only 9600bps unresponsive; barring dirty rollers. Newer mice have higher resolution I guess.) Regards, James Phillips PS: I genuinely did not see the radio buttons when looking for menu items (I did check the drop-down lists). Not sure how proper it is to declare radio buttons "not menu items." In my mind, menu items have an immediate effect. I have seen web-pages where choosing a drop-down item affects other drop-down lists in the page. PPS: The choices of "effect" and "affect" are intentional. This page agrees with me (Still not sure if I'm correct): http://www.writersblock.ca/tips/monthtip/tipsep99a.htm __________________________________________________________________ Ask a question on any topic and get answers from real people. Go to Yahoo! Answers and share what you know at http://ca.answers.yahoo.com From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 16:45:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E36DF106568D for ; Sat, 21 Nov 2009 16:45:03 +0000 (UTC) (envelope-from utisoft@googlemail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 74EFA8FC19 for ; Sat, 21 Nov 2009 16:45:03 +0000 (UTC) Received: by bwz5 with SMTP id 5so4386336bwz.3 for ; Sat, 21 Nov 2009 08:45:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=cePyzgPPjJi4KbVBhyZE5XypETnPy7W+hiOoXruTEXg=; b=GOpnWD3fKKvpBEhns3USnTdCnOxGNspxLG1yJWuKCSmSvw12Uit2GaDA8EB9tom0gm QnqyBEcoVGcJCRKZShaSWUfHSchPYmTv1SY404yfBvjYs9D8IWwDKYVr+7gPeEbA7e6T Af0ETOVJ0u0YxDlf9g8DIxrLEeryBjJvpQbx4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; b=lgWKVth7t3R/De203+wwloKJoeCsJ1OLV1JdEHpPyLIGvhRhL/vgQIR4zL5aZ9NWWP 4FYwNcdOaTVQqRfB0r1562GAXpp0f/sJyMYHvVnA5uKafmbgkMLbR2cEDlMTKBevwd/3 Z7M89RDUtWEBG92yP//3mIk/1qMfEADP+eMYI= MIME-Version: 1.0 Received: by 10.204.154.209 with SMTP id p17mr2546928bkw.104.1258821902386; Sat, 21 Nov 2009 08:45:02 -0800 (PST) In-Reply-To: <4B075AAA.80205@bah.homeip.net> References: <4B0562A4.5050405@bah.homeip.net> <4B056636.6050309@infracaninophile.co.uk> <4B075AAA.80205@bah.homeip.net> From: Chris Rees Date: Sat, 21 Nov 2009 16:44:42 +0000 Message-ID: To: Bernt Hansson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Dump X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 16:45:04 -0000 2009/11/21 Bernt Hansson : > Matthew Seaman skrev: >> >> Bernt Hansson wrote: >>> >>> Hello list. >>> >>> I've been testing backups with dump, works well BUT >>> -L does not work. For example >>> >>> dump -0 -a -u -L -f /mnt/dump.home.full /dev/ad0s2d >> >> I believe that you need to tell dump the mount point of the file system = in >> order for it to create a snapshot, rather than the device file for the >> partition. (ie. snapshotting only makes sense on a mounted read-write >> filesystem). >> >> Also, if you're dumping a snapshotted FS to a local file, then bump up t= he >> cachesize to improve performance a lot. =A0Add '-C 32' to your command-l= ine. > > Ok. I've tested this > dump -1 -a -u -L -C 64 -h 0 -f /usr/home/bernt/disk2/dump.backup.home.2 > /usr/home > > The error is > mksnap_ffs: Cannot create /usr/home/.snap/dump_snapshot: Invalid argument > dump: Cannot create /usr/home/.snap/dump_snapshot: No such file or direct= ory > Just for sanity... Are you root? Chris --=20 A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in a mailing list? From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 17:03:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01A751065670 for ; Sat, 21 Nov 2009 17:03:47 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id 843FB8FC14 for ; Sat, 21 Nov 2009 17:03:46 +0000 (UTC) Received: by ewy26 with SMTP id 26so626860ewy.3 for ; Sat, 21 Nov 2009 09:03:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=fYlh17dX8FMERIrMUtgaqmUhvKSBTdHfT0HWYlF3+/A=; b=aPLQUaKVTWFCcUakXCW055cOC3GoJwoDBC7CjTgVUWQZSwgZhn6kiCI0NCi7dRmWEV 0o2+qp1KgLCAM6O5NgYdpOF8ovmT7v0eNfQQuPF02+CgzRg5V2GfEqM0mOcnfFlVd6hJ jridYND7v16wI9raxCTJV/Ryw7n++krkyi72M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=fvyoFVt9hOJdc2+bGL+QWPOMWIKb4D0sEWLx4WIM9WUj/4Ffr0M1Lg+OoamO/AsWTQ ceYJJadAHWxmjxCrFE1Ol8oAh/chmrMazyitpUYBxJekjlPeanJff2w7Saktzd7ISBZq ROcBiWbc5vYkmWzdWttuUtK307XjquU68LV80= Received: by 10.213.24.1 with SMTP id t1mr2706992ebb.64.1258823025157; Sat, 21 Nov 2009 09:03:45 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 15sm830584ewy.8.2009.11.21.09.03.43 (version=SSLv3 cipher=RC4-MD5); Sat, 21 Nov 2009 09:03:44 -0800 (PST) Date: Sat, 21 Nov 2009 17:03:41 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20091121170341.2c1bf3cb@gumby.homeunix.com> In-Reply-To: <20091121152720.GA3878@current.Sisis.de> References: <6c51dbb10911210659t2e7b87dcg66d71544312d4172@mail.gmail.com> <20091121152720.GA3878@current.Sisis.de> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: sending mail with attachments always fail (FreeBSD/pf) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 17:03:47 -0000 On Sat, 21 Nov 2009 16:27:20 +0100 Matthias Apitz wrote: > El d=EDa Saturday, November 21, 2009 a las 08:59:12PM +0600, Victor > Lyapunov escribi=F3: >=20 > > Hi all, > >=20 > > I have production network with FreeBSD box acting as firewall. The > > problem emerge as soon as users send mail with attachments. (Sending > > mail without attachments always succeeds). Basically, when a user > > tries to send a message, only part of it transmitted before > > connection is interrupted and sending fails. The problem persists > > only when pf is enabled. >=20 > I think concerning TCP/IP there is no diff between a mail with or w/o > attachment, it is just talking SMTP to a remote server and only the > size, i.e, the number of IP pkgs, differs; the content is anyway; This kind of thing is often due to a mtu blackhole - when a larger email causes a full size IP packet to be sent. I don't see why PF should make a difference though, IFAIK it's supposed to let ICMP through when it's learned state on a tcp connection. > I never used S/SA as flags in my rules, only S.=20 S/SA is correct, it mean look at SYN and ACK and match if only SYN is set, S matches on SYN irrespective of whether ACK is set. From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 17:06:45 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F1FE1065679 for ; Sat, 21 Nov 2009 17:06:45 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 278558FC1D for ; Sat, 21 Nov 2009 17:06:44 +0000 (UTC) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 21 Nov 2009 12:06:44 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.10.7-GA) with ESMTP id QIF79439; Sat, 21 Nov 2009 12:06:14 -0500 (EST) Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp01.lnh.mail.rcn.net with ESMTP; 21 Nov 2009 12:06:14 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19208.7685.618806.427672@jerusalem.litteratus.org> Date: Sat, 21 Nov 2009 12:06:13 -0500 To: usleepless@gmail.com In-Reply-To: References: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> <20091120181629.3e1a3aee.dcdowse@gmx.net> <20091121112802.GA70284@mech-cluster241.men.bris.ac.uk> <19207.62436.23817.593443@jerusalem.litteratus.org> <19208.397.260679.116124@jerusalem.litteratus.org> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: Robert Huff , Anton Shterenlikht , freebsd-questions@freebsd.org, "Daniel C. Dowse" Subject: Re: GPUs on FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 17:06:45 -0000 usleepless@gmail.com writes: > > > as far as i know there have been Nvidia maintained/improved > > > drivers for FreeBSD for ages ( ls /usr/ports/x11 | grep -i nvid ) > > > > And see this from the Makefile: > > > > # Starting with version 1.0-7667, NVidia has dropped support for > > # numerous "legacy" GPUs. Consult NVidia README (the Appendix) to > > # find out whether you need to use legacy driver version and install > > # one of corresponding `x11/nvidia-driver-71', > > # `x11/nvidia-driver-96', or `x11/nvidia-driver-173' slave ports. > > > > > are you trying to be right afterall? Someone's confused. If it's me, that needs to get fixed. Robert Huff From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 17:10:18 2009 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 660891065670 for ; Sat, 21 Nov 2009 17:10:18 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 13B3E8FC0C for ; Sat, 21 Nov 2009 17:10:16 +0000 (UTC) Received: from mx1.sbmail.office-on-the.net (mx1.sbmail.office-on-the.net [192.168.2.107]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 0E6807E853 for ; Sat, 21 Nov 2009 08:10:16 -0900 (AKST) Received: from dspam.sbmail.office-on-the.net (mx1.sbmail.office-on-the.net [192.168.2.107]) by mx1.sbmail.office-on-the.net (Postfix) with SMTP id 8A770C2CB05 for ; Sat, 21 Nov 2009 08:10:15 -0900 (AKST) Received: from webmail.testbox.ath.cx (mx1.sbmail.office-on-the.net [192.168.2.107]) by mx1.sbmail.office-on-the.net (Postfix) with ESMTP id 80849C2CB04; Sat, 21 Nov 2009 08:10:14 -0900 (AKST) MIME-Version: 1.0 Date: Sat, 21 Nov 2009 08:10:14 -0900 From: Mel Flynn To: Brett Glass In-Reply-To: <200911210207.TAA21572@lariat.net> References: <200911202135.OAA18537@lariat.net> <200911210207.TAA21572@lariat.net> Message-ID: X-Sender: mel.flynn+fbsd.questions@mailing.thruhere.net User-Agent: RoundCube Webmail/0.2 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-DSPAM-Result: Innocent X-DSPAM-Processed: Sat Nov 21 08:10:15 2009 X-DSPAM-Confidence: 0.9899 X-DSPAM-Improbability: 1 in 9809 chance of being spam X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 89,4b081ef742361351413057 X-DSPAM-Factors: 27, but, 0.01000, but, 0.01000, Content-Type*charset="UTF+8", 0.01000, Received*webmail.testbox.ath.cx, 0.01000, From*>It is further explained by >>the >>comment in sys/kern/kern_poll.c: >>/* >> * Hook from hardclock. Tries to schedule a netisr, but keeps track >> * of lost ticks due to the previous handler taking too long. >> * Normally, this should not happen, because polling handler should >> * run for a short time. However, in some cases (e.g. when there are >> * changes in link status etc.) the drivers take a very long time >> * (even in the order of milliseconds) to reset and reconfigure the >> * device, causing apparent lost polls. >> * >> * The first part of the code is just for debugging purposes, and trie= s >> * to count how often hardclock ticks are shorter than they should, >> * meaning either stray interrupts or delayed events. >> */ >=20 > Well, even at HZ=3D2000, kern.polling.lost_polls and=20 > kern.polling.suspect are both incrementing, as is kern.polling.stalled: >=20 > stargate# sysctl -a | grep polling > kern.polling.burst: 150 > kern.polling.burst_max: 150 > kern.polling.each_burst: 5 > kern.polling.idle_poll: 0 > kern.polling.user_frac: 50 > kern.polling.reg_frac: 20 > kern.polling.short_ticks: 0 > kern.polling.lost_polls: 41229 > kern.polling.pending_polls: 0 > kern.polling.residual_burst: 0 > kern.polling.handlers: 2 That bugs me: if you have 6 devices, the number of handlers should be 6. /* * Try to register routine for polling. Returns 0 if successful * (and polling should be enabled), error code otherwise. * A device is not supposed to register itself multiple times. * * This is called from within the *_ioctl() functions. */ Unless this should really read "drivers", but I think it's devices. > kern.polling.enable: 0 > kern.polling.phase: 0 > kern.polling.suspect: 31653 > kern.polling.stalled: 10 > kern.polling.idlepoll_sleeping: 1 > hw.acpi.thermal.polling_rate: 10 >=20 > But if I slow the clock down to 1000 Hz, it's unclear if the=20 > machine will be able to keep up with traffic. I was already getting=20 > more than 1,000 network interrupts per second before I tried=20 > polling, and I'm not sure how many packets the interfaces (some=20 > fxp, some em) can buffer up. I'm going to try it, but if it doesn't=20 > work I will have to go back to interrupt-driven operation. You might be able if your network architecture allows it, to bring down the task load by increasing the MTU and enable jumbo frames. >From em(4): Support for Jumbo Frames is provided via the interface MTU setting. Selecting an MTU larger than 1500 bytes with the ifconfig(8) utility con=E2=80=90 figures the adapter to receive and transmit Jumbo Frames. The maximu= m MTU size for Jumbo Frames is 16114. --=20 Mel From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 17:33:32 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12D761065676 for ; Sat, 21 Nov 2009 17:33:32 +0000 (UTC) (envelope-from materribile@yahoo.com) Received: from web110305.mail.gq1.yahoo.com (web110305.mail.gq1.yahoo.com [67.195.8.205]) by mx1.freebsd.org (Postfix) with SMTP id C22338FC12 for ; Sat, 21 Nov 2009 17:33:31 +0000 (UTC) Received: (qmail 82298 invoked by uid 60001); 21 Nov 2009 17:33:31 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1258824811; bh=QK1vTVsZ3vLvY7hdZ02V1Zkhk7uRHxoDiV54YPiPSgo=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=AkwT9K073bVKdEI7FvyfOfS6GSawm9vK4A8IVWIo+I/CeLuA4z2NGNiq0rRNiAygk3pLg59Tai7lvZPHnLe03hp9iDrqMckIqavkc5IpSdR3vmQOiMIk8l1NVWoLsJm80sqbZHihiQa8U2gSgeSp/UKLQySyJBXQ1c/Ovl25UCw= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=D+GweN8kZEQsV2YlB0caDQcPXYvW+m/iaVJ0lkTVUtiRBBCLDKI3ZiW31PWpbCE+ZHXkjhpI8i9ivWCWMGgJs9IGj1AtCK61Clg/wdPIX5G+ha2K+ytYTQQkG8svKS8hcCm/5/FXsH51LMod/3QiXGC4nQ6+bujo8EQ0Kz7cQNo=; Message-ID: <381443.82257.qm@web110305.mail.gq1.yahoo.com> X-YMail-OSG: 1ho5rIYVM1k7VNLvB6I87rg4bgHgfMhCWJiH_etkJErokhCiVarkitvm46.8jUjEWKC5RDgJakgO2d__m0QcqUeCcb2EnhLpK7NlHX73PL_PkMzWiXnqN6HZf1JinPnb_GOJTfh3J7CuP2DPWE8eYEG.wfxJ8jz7lvkTFb55z6n5oZs5aghDMTdcu3.HrQC77aFWCPVOQYR0JNOHlu0M_TOe6yAVWJ6KDZcf6f8NNTlqkRk6se4hNXWp_jY2QlDxVHKfs5toQ6ZoifalD3uJAWLgOv._cBZuOlOSjq.JxFEVTlynozPJGI9liw5AGXjwkc.aV4KW7rwKjpPLQYcF03c- Received: from [24.228.57.153] by web110305.mail.gq1.yahoo.com via HTTP; Sat, 21 Nov 2009 09:33:30 PST X-Mailer: YahooMailClassic/8.1.6 YahooMailWebService/0.8.100.260964 Date: Sat, 21 Nov 2009 09:33:30 -0800 (PST) From: Mark Terribile To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: 7.2, usb mouse, uhub0: device problem (IOERROR) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 17:33:32 -0000 Thanks to all who replied. It's working now, apparently spontaneously. It may have started as a connection problem--that's all I can think of. The first time I plugged it in and rebooted, the error occurred. I tried moving it to other ports, but I neglected to reboot--after all, USB is supposed to be hot-pluggable, unlike the PS/2 keyboard, right? At some point, the error messages stopped after a reboot. I can only speculate that there was something in the first USB connector that prevented a good contact, and that it got scraped out after a move or two. Anyone know why the USB/mouse system can't recognize a connection after a reboot, or what administrator action might allow it? Now I have to get the nvidia driver up. Cross your fingers. From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 17:36:35 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6F88106566B for ; Sat, 21 Nov 2009 17:36:35 +0000 (UTC) (envelope-from fullblaststorm@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 3E70B8FC18 for ; Sat, 21 Nov 2009 17:36:34 +0000 (UTC) Received: by fxm27 with SMTP id 27so4724926fxm.3 for ; Sat, 21 Nov 2009 09:36:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=F1zkYVLz5/FAeQKbHezUYcXxMICJp91U0JXlJEZnsOE=; b=JUUp6SbFEb5x9bnDr6JAXvK7G1A5C+gxJf9dq6z+Ky9Pm9uV9PyUQQNWz1gKBgncSe YET5w0P3coIzCp2C9e3yq9ldI7PKaCnnywe/18b3K7lJZF3hgACz7Fj4VtoxruktoYTH +rGdekSBk5sJvDPbX7UHUYuHtHdJQ+2EWs7Do= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=dx68wqKdObc3FHFRDWzvQt7WRpbpy4pBiSr0T5bSmYK5SYrpAVA6Fd+EpCWSryhXsO WhBL71EtcfPgYcXA4EZvoMphQi64VWWUzOEhOJwVqz3oQkFMZNajyt++1aKDtE5ccjtU JpKtklHgGMuvZ4y50/gWVT62GhmHW+f6LHhfU= MIME-Version: 1.0 Received: by 10.239.170.24 with SMTP id q24mr337643hbe.2.1258824994060; Sat, 21 Nov 2009 09:36:34 -0800 (PST) In-Reply-To: <20091121170341.2c1bf3cb@gumby.homeunix.com> References: <6c51dbb10911210659t2e7b87dcg66d71544312d4172@mail.gmail.com> <20091121152720.GA3878@current.Sisis.de> <20091121170341.2c1bf3cb@gumby.homeunix.com> Date: Sat, 21 Nov 2009 23:36:33 +0600 Message-ID: <6c51dbb10911210936m67b2127cif8074723049c7046@mail.gmail.com> From: Victor Lyapunov To: RW , FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: sending mail with attachments always fail (FreeBSD/pf) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 17:36:35 -0000 > This kind of thing is often due to a mtu blackhole - when a larger > email causes a full size IP packet to be sent. I don't see why PF > should make a difference though, IFAIK it's supposed to let ICMP through > when it's learned state on a tcp connection. Thanks for your answer. Don't know whether it is relevant to the particular issue, but i tried both rulesets first with `scrub in all fragment reassemble` and another one without it, but neither worked for me. I'm kinda upset by the fact that pf can't handle large emails. Any other ideas how to possibly fix it, please? From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 18:00:34 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 617C21065694 for ; Sat, 21 Nov 2009 18:00:34 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id DF7878FC20 for ; Sat, 21 Nov 2009 18:00:33 +0000 (UTC) Received: by ewy26 with SMTP id 26so659747ewy.3 for ; Sat, 21 Nov 2009 10:00:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=OelUbHX/YJQsyds0Ir1BLare7u5USZ6DPjKqpm4/tlc=; b=sRMrVNHl9wpcsO2uvpQfWKC3z8rlDsr49mVSprkLGTU9HKvCY2K+Oamylnyd+4ufI7 5XksNBlYIwQ6v1zqVv0lgE3iT707N2TFSgc12aUTAjAkVqdT1UKMIdiSVq/KAcYLDHlK tU8otSlzkwN2KBcMMJyeSOS1xGGRMJyEZijeU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=Z3Hlz9c5wWcVv534oHZ+ul7RnbAw5RPsKvFRA7VDO3Vu5pE/Q/bEgt/FEJR2eANYEL c4FOsfm+pmTsqfpz18lniNzRZABnDdCaBj1Q+C6yaN5AR8khzEzTv/vrzVn7HxEULSf5 0lmalYHcBN1LrFhetDnYJ4GjK19OOshHDYv9g= Received: by 10.213.21.10 with SMTP id h10mr2803593ebb.17.1258826432912; Sat, 21 Nov 2009 10:00:32 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 16sm1242393ewy.14.2009.11.21.10.00.31 (version=SSLv3 cipher=RC4-MD5); Sat, 21 Nov 2009 10:00:31 -0800 (PST) Date: Sat, 21 Nov 2009 18:00:29 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20091121180029.5dcda76a@gumby.homeunix.com> In-Reply-To: <19208.7685.618806.427672@jerusalem.litteratus.org> References: <20091120114657.GA22584@mech-cluster241.men.bris.ac.uk> <20091120181629.3e1a3aee.dcdowse@gmx.net> <20091121112802.GA70284@mech-cluster241.men.bris.ac.uk> <19207.62436.23817.593443@jerusalem.litteratus.org> <19208.397.260679.116124@jerusalem.litteratus.org> <19208.7685.618806.427672@jerusalem.litteratus.org> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: GPUs on FBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 18:00:34 -0000 On Sat, 21 Nov 2009 12:06:13 -0500 Robert Huff wrote: > > usleepless@gmail.com writes: > > > > > as far as i know there have been Nvidia maintained/improved > > > > drivers for FreeBSD for ages ( ls /usr/ports/x11 | grep -i > > > > nvid ) > > > > > > And see this from the Makefile: > > > > > > # Starting with version 1.0-7667, NVidia has dropped support for > > > # numerous "legacy" GPUs. Consult NVidia README (the Appendix) > > > to # find out whether you need to use legacy driver version and > > > install # one of corresponding `x11/nvidia-driver-71', > > > # `x11/nvidia-driver-96', or `x11/nvidia-driver-173' slave ports. > > > > > > > > are you trying to be right afterall? > > Someone's confused. If it's me, that needs to get fixed. You're confused on more than one level because this thread is not about graphics drivers, however: nv is the basic open-source x11 driver provided with xorg, it has poor 2-d performance and no 3-d support, nouveau is a open-source fork from nv that aims to improve performance and add 3-d support. nvidia is the the proprietary binary provided by nvidia, it's been around for years, but nvidia were not prepared to release an amd64 version until FreeBSD provided certain features in the kernel. Those features will be in 8.0, so nvidia are now working on an amd64 version. From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 18:25:10 2009 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 2E904106566B for ; Sat, 21 Nov 2009 18:25:10 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from april.london.02.net (april.london.02.net [87.194.255.143]) by mx1.freebsd.org (Postfix) with ESMTP id C1DC28FC1A for ; Sat, 21 Nov 2009 18:25:09 +0000 (UTC) Received: from muji.config (93.97.24.219) by april.london.02.net (8.5.016.1) id 4A23ECF8064AEAB1; Sat, 21 Nov 2009 18:25:07 +0000 Message-ID: <4B083083.4000907@onetel.com> Date: Sat, 21 Nov 2009 18:25:07 +0000 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.21 (X11/20090423) MIME-Version: 1.0 To: Tim Judd References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: device hint -> disable firewire or sbp 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: Sat, 21 Nov 2009 18:25:10 -0000 Tim Judd wrote: > Any way via tunables, environment, sysctl or device hints that one can > disable firewire on the install medium of recent (7.2 and newer) > Install CD/DVDs? > > more than one person is having problems with kernel panics on startup > due to firewire, and I can't google my way out of this one. > > > > Any advice from the pros? > _______________________________________________ > 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" > Tim, I've got one of the affected motherboards if this is the problem you mean: http://www.freebsd.org/cgi/query-pr.cgi?pr=136327 The things that have worked for me are disabling firewire in the BIOS and using a GENERIC kernel or building a kernel with device sbp disabled and having firewire enabled in the BIOS. hint.sbp.0.disabled="1" in /boot/device.hints with GENERIC kernel - still get a panic sbp_load="YES" in /boot/loader.conf with sbp disabled in the kernel - get panic. It seems ok to kldload sbp after the system is up, ie the machine doesn't panic, but I don't have anything firewire to test with. Would it be an option to have sbp disabled by default in the install CD's? Those without the problem can put sbp_load in loader.conf, those with the problem will have to kldload it later but at least they will be able to install. FreeBSD eco.config 8.0-RC2 FreeBSD 8.0-RC2 #1: Thu Oct 29 14:04:02 GMT 2009 root@eco.config:/usr/obj/usr/src/sys/GENERIC_NO_SBP i386 Chris From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 19:15:07 2009 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 B06F010656A8 for ; Sat, 21 Nov 2009 19:15:07 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 876B28FC20 for ; Sat, 21 Nov 2009 19:15:07 +0000 (UTC) Received: by pwj15 with SMTP id 15so2935498pwj.3 for ; Sat, 21 Nov 2009 11:15:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=hQr18fOPT3Cvt9WEkp3s/4EFrQwh/UZ2CYjxkrgPQnE=; b=wGKyJUne1d0NYK+IlVi083eR62C/Xy30o4PVfz9qTiYOa30g/+2NebP2PlljezPv4I mRSzh0CRTFOi/KYS3goF9+RnV45GowoSKyphXaY4P87Ewl/oz1kmmMd8h3fUxH5HJHeI nnlhzP3dZ0N6rkCkmxfrbcOHSJkhc3Gsc99B8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=HuQ/IO2xrz0b7khqfaUiIufUKE36JADGKThOFl82/an0eQX/Tk4eXS8cGY/QweAoyd NDeNuDURNFIUcmg0hHZGMgeDP65QuA2v5F3mKmJJgaAmQxP6McDGELVUIrCPjurat2K3 wSj3iySyGwiNqtjpp+eFSqso/emo3Fur4Jnb0= MIME-Version: 1.0 Received: by 10.115.134.40 with SMTP id l40mr4470347wan.41.1258830907011; Sat, 21 Nov 2009 11:15:07 -0800 (PST) In-Reply-To: <4B083083.4000907@onetel.com> References: <4B083083.4000907@onetel.com> Date: Sat, 21 Nov 2009 12:15:06 -0700 Message-ID: From: Tim Judd To: Chris Whitehouse Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Questions Subject: Re: device hint -> disable firewire or sbp 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: Sat, 21 Nov 2009 19:15:07 -0000 On 11/21/09, Chris Whitehouse wrote: > Tim Judd wrote: >> Any way via tunables, environment, sysctl or device hints that one can >> disable firewire on the install medium of recent (7.2 and newer) >> Install CD/DVDs? >> >> more than one person is having problems with kernel panics on startup >> due to firewire, and I can't google my way out of this one. >> >> >> >> Any advice from the pros? >> _______________________________________________ >> 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" >> > Tim, > > I've got one of the affected motherboards if this is the problem you mean: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=136327 > > The things that have worked for me are disabling firewire in the BIOS > and using a GENERIC kernel or building a kernel with device sbp disabled > and having firewire enabled in the BIOS. See though, the guys coming to FreeBSD from $another-OS gets a panic from the install medium, which isn't speaking very well of our quality. I got caught with this because the guy I was helping online had an amd64-capable system, to which I don't. I can't build a install CD or kernel to help him. I have a PCI firewire card that runs sbp, but the livecd doesn't panic when i was booting from it. I tried all sorts of disabling hints, tried to go upstream (see it's dependencies and disable it's dependencies) and it still gave me a sbp when the system finished booting. Thought about asking him to run the memstick and disabling it from there, but he still can't get past it booting to tweak anything. He didn't have an option to disable firewire in the BIOS, and there was no bios update from Sony for his Vaio. I got stuck, and it started to wear thin that we have such a major panic on install CDs. My mentality is to offer disk, cd and network support in the kernel on the install CD/DVDs, but the generic kernel that's installed has everything. If others would like to offer suggestions, I'm still open for them. > > hint.sbp.0.disabled="1" in /boot/device.hints with GENERIC kernel - > still get a panic > > sbp_load="YES" in /boot/loader.conf with sbp disabled in the kernel - > get panic. > > It seems ok to kldload sbp after the system is up, ie the machine > doesn't panic, but I don't have anything firewire to test with. > > Would it be an option to have sbp disabled by default in the install > CD's? Those without the problem can put sbp_load in loader.conf, those > with the problem will have to kldload it later but at least they will be > able to install. > > FreeBSD eco.config 8.0-RC2 FreeBSD 8.0-RC2 #1: Thu Oct 29 14:04:02 GMT > 2009 root@eco.config:/usr/obj/usr/src/sys/GENERIC_NO_SBP i386 > > > Chris > From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 19:22:04 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F14B2106566C for ; Sat, 21 Nov 2009 19:22:04 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 81BB58FC1A for ; Sat, 21 Nov 2009 19:22:03 +0000 (UTC) Received: by pwj15 with SMTP id 15so2937473pwj.3 for ; Sat, 21 Nov 2009 11:22:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=2CPvAswceKnvxEu2evZ/Pu9AO0SIaWXLeT3TM38PxL8=; b=ecd8FAMIzYyteXz9t50rCzjMgBqWPpk/kVcb5NsibjimXbixLn5Uh55f0ndK5q5n07 W1zOk+EVutDQ41rfUSsGxowr/k+/BZVvYt9tJkGu2wyj7LNZGVoRJKhaHcSQclOLp+CK YCHk0YJc/05KtgRcGDII9QEy1LLEx1DzwCS40= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Q17jgRL7Cd4tH/aSmTPX4VwrBkwE83iqD64V8eCVeJHhmJzGdSa2Ngb1Ne0RtvZW9f yQiHSuU6mV9bqvRb7naMPT207IkK41Wxj2zYOehWCzPZ6Wu2RWMurj63TG1R4Rkr0lxE +WA27c5mTl07DXn9Q6v4ZcZ7OGFpzcrLWcF1s= MIME-Version: 1.0 Received: by 10.142.121.3 with SMTP id t3mr333784wfc.246.1258831323118; Sat, 21 Nov 2009 11:22:03 -0800 (PST) Date: Sat, 21 Nov 2009 13:22:03 -0600 Message-ID: <11167f520911211122w71cc2703k488b3b43ed5b3ca@mail.gmail.com> From: "Sam Fourman Jr." To: freebsd general questions Content-Type: text/plain; charset=ISO-8859-1 Subject: gif ip4 to ip4 tunnel with Dynamic IP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 19:22:05 -0000 hello list, I have a FreeBSD 8.x setup and I am using the gif device to setup a ip4 to ip4 tunnel (not IPSEC) I have searched google and I am having trouble finding a recipe for /etc/rc.conf that will allow one side of my tunnel to be dynamic. the client if you will is a FreeBSD machine running FreeBSD 8.0 connecting via DSL with a dynamic IP (using mpd5 to dial) the server is FreeBSD 8.0 and always has a static IP. I would have thought this setup would be easy to find a answer to but I haven't found it. Thank you for any help. Sam Fourman Jr. Fourman Networks From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 20:02:05 2009 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 17997106566C for ; Sat, 21 Nov 2009 20:02:05 +0000 (UTC) (envelope-from dhorn2000@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 99DE28FC13 for ; Sat, 21 Nov 2009 20:02:03 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so1787525fga.13 for ; Sat, 21 Nov 2009 12:02:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=EYpqt3nPfyZFwq5rqXiyeyG0iFeA6HnPUqaw5KsqLV8=; b=RkLYz8KpAycekkAndMjTx07RJOoldJwTsHJAYuHiNaQJLA1tuKnC4roJl1QEht/Ray iw+iAN4iW5CTDU9W/DMKYjAFbkj+U9+WyJFT6+ccH7INXyAb37eM9l3sA3G/ifNsY21I 7FyMLXOqA6xW0yR3XcOJ1vcuwg2g5ukmJA3pg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=guwozHDE2Foto52hPSPJstSFSza3zM5QYDTrQOaNKqI+0/jyZ2U7NjcVRebddh0sfO tlnLwPWfmNrhuVd3kuz5hI5NFU2yuGifPDzcb7oriBmPelmzNajqw84jSG3dDMdY0rNl +8zJOuZhNU0a6wLJmcmTE1eZ6qyiPqCqEG1Ew= MIME-Version: 1.0 Received: by 10.239.139.207 with SMTP id u15mr304589hbu.95.1258833722670; Sat, 21 Nov 2009 12:02:02 -0800 (PST) In-Reply-To: References: <4B083083.4000907@onetel.com> Date: Sat, 21 Nov 2009 15:02:02 -0500 Message-ID: <25ff90d60911211202s325a4f18u116626beb355ab8d@mail.gmail.com> From: David Horn To: Tim Judd Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Questions , Chris Whitehouse Subject: Re: device hint -> disable firewire or sbp 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: Sat, 21 Nov 2009 20:02:05 -0000 On Sat, Nov 21, 2009 at 2:15 PM, Tim Judd wrote: > On 11/21/09, Chris Whitehouse wrote: >> Tim Judd wrote: >>> Any way via tunables, environment, sysctl or device hints that one can >>> disable firewire on the install medium of recent (7.2 and newer) >>> Install CD/DVDs? >>> >>> more than one person is having problems with kernel panics on startup >>> due to firewire, and I can't google my way out of this one. >>> >>> >>> >>> Any advice from the pros? >>> _______________________________________________ >>> 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" >>> >> Tim, >> >> I've got one of the affected motherboards if this is the problem you mea= n: >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D136327 >> >> The things that have worked for me are disabling firewire in the BIOS >> and using a GENERIC kernel or building a kernel with device sbp disabled >> and having firewire enabled in the BIOS. > > See though, the guys coming to FreeBSD from $another-OS gets a panic > from the install medium, which isn't speaking very well of our > quality. > > I got caught with this because the guy I was helping online had an > amd64-capable system, to which I don't. =A0I can't build a install CD or > kernel to help him. =A0I have a PCI firewire card that runs sbp, but the > livecd doesn't panic when i was booting from it. > > > I tried all sorts of disabling hints, tried to go upstream (see it's > dependencies and disable it's dependencies) and it still gave me a sbp > when the system finished booting. > > > Thought about asking him to run the memstick and disabling it from > there, but he still can't get past it booting to tweak anything. =A0He > didn't have an option to disable firewire in the BIOS, and there was > no bios update from Sony for his Vaio. > > > I got stuck, and it started to wear thin that we have such a major > panic on install CDs. =A0My mentality is to offer disk, cd and network > support in the kernel on the install CD/DVDs, but the generic kernel > that's installed has everything. > > > If others would like to offer suggestions, I'm still open for them. > > >> >> hint.sbp.0.disabled=3D"1" in /boot/device.hints with GENERIC kernel - >> still get a panic >> >> sbp_load=3D"YES" in /boot/loader.conf with sbp disabled in the kernel - >> get panic. >> >> It seems ok to kldload sbp after the system is up, ie the machine >> doesn't panic, but I don't have anything firewire to test with. >> >> Would it be an option to have sbp disabled by default in the install >> CD's? Those without the problem can put sbp_load in loader.conf, those >> with the problem will have to kldload it later but at least they will be >> able to install. As per svn and cvs: r199112 | kensmith | 2009-11-09 16:39:42 -0500 (Mon, 09 Nov 2009) | 11 line= s Changed paths: M /stable/8/sys/amd64/conf/GENERIC M /stable/8/sys/i386/conf/GENERIC M /stable/8/sys/ia64/conf/GENERIC M /stable/8/sys/powerpc/conf/GENERIC M /stable/8/sys/sparc64/conf/GENERIC Comment out the sbp(4) entry for GENERIC config files that contain it. There are known issues with this driver that are beyond what can be fixed for 8.0-RELEASE and the bugs can cause boot failure on some systems. It's not clear if it impacts all systems and there is interest in getting the problem fixed so for now just comment it out instead of remove it. Commit straight to stable/8, this is an 8.0-RELEASE issue. Head was left alone so work on it can continue there. Reviewed by: Primary misc. architecture maintainers (marcel, marius) Looks like sbp(4) is disabled on the 8.0 branch already. --Dave From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 22:01:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C75761065693; Sat, 21 Nov 2009 22:01:47 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.swip.net [212.247.154.193]) by mx1.freebsd.org (Postfix) with ESMTP id E66858FC14; Sat, 21 Nov 2009 22:01:46 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=txWT70YGK-oA:10 a=RERtC8nhXGhYvIZhK0yWrQ==:17 a=VouFGC_AppAAgmket8gA:9 a=QYgsHDWuPq7tOJ13oX9iZ0ESFXgA:4 Received: from [90.149.203.35] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe07.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 1330078764; Sat, 21 Nov 2009 23:01:44 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Sat, 21 Nov 2009 23:03:19 +0100 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <4B07AE83.7000409@mail.zedat.fu-berlin.de> In-Reply-To: <4B07AE83.7000409@mail.zedat.fu-berlin.de> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200911212303.21028.hselasky@c2i.net> Cc: "O. Hartmann" , freebsd-questions@freebsd.org Subject: Re: ukbd_set_leds_callback:700: error=USB_ERR_STALLED X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 22:01:47 -0000 On Saturday 21 November 2009 10:10:27 O. Hartmann wrote: > My personal workstation runs FreeBSD 8.0-PRE/amd64 on an oldish hardware > (AMD socket 939 platform). Since I replaced my good old but broken IBM > Model-M keyboard with a high-quality keyboard 'DASkeyboard', I receive > this error message on the console: > > > ukbd_set_leds_callback:700: error=USB_ERR_STALLED > > What does it means? Hi, It means that there was an error updating the LED information on your keyboard. Does the NUM-lock LED work for example? There is a sysctl to disable this feature: sysctl hw.usb.ukbd.no_leds=1 --HPS From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 22:17:40 2009 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 A3FB61065672 for ; Sat, 21 Nov 2009 22:17:40 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 77EFA8FC0C for ; Sat, 21 Nov 2009 22:17:40 +0000 (UTC) Received: by pwj15 with SMTP id 15so2986673pwj.3 for ; Sat, 21 Nov 2009 14:17:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=PUIfEg8VZpFBlSPBcaste1CdqyLAmbxNCTwpbDuGF/0=; b=stC9D2WpmNHxE+2e9IGUWr6mdEmk10xlRdafo+a1fHf0rqntQo8a6/xds2e7ZCJ4M+ MMCr8NynpWCK2YyADD6/mVQb98YbJl/mrFB2O5mlGAbbPrBfs0nGEboy7nEgcgyWB5uK 0pHql1Z+0yMD8yysyd6O3T0kisaoij1tDd9uQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=TTos2z87xsMU4elpFRI+CG7EnuTNQKwxovB1dDZISGkCJ0o3Hjt8v29u8Dqj5u6iYK m46cgr09OvVp/ZP3LCLZaVKpRYrfGl86EdPvrMp4fQQ8StCrf9dzDN1/t8uDMHqJexpf B0FtP3+mOBS7OVnAMbuUgCojPSRdEh+0t5AfM= MIME-Version: 1.0 Received: by 10.114.86.11 with SMTP id j11mr4746132wab.73.1258841860023; Sat, 21 Nov 2009 14:17:40 -0800 (PST) In-Reply-To: <25ff90d60911211202s325a4f18u116626beb355ab8d@mail.gmail.com> References: <4B083083.4000907@onetel.com> <25ff90d60911211202s325a4f18u116626beb355ab8d@mail.gmail.com> Date: Sat, 21 Nov 2009 15:17:39 -0700 Message-ID: From: Tim Judd To: David Horn Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Questions , Chris Whitehouse Subject: Re: device hint -> disable firewire or sbp 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: Sat, 21 Nov 2009 22:17:40 -0000 On 11/21/09, David Horn wrote: > On Sat, Nov 21, 2009 at 2:15 PM, Tim Judd wrote: >> On 11/21/09, Chris Whitehouse wrote: >>> Tim Judd wrote: >>>> Any way via tunables, environment, sysctl or device hints that one can >>>> disable firewire on the install medium of recent (7.2 and newer) >>>> Install CD/DVDs? >>>> >>>> more than one person is having problems with kernel panics on startup >>>> due to firewire, and I can't google my way out of this one. >>>> >>>> >>>> >>>> Any advice from the pros? >>>> _______________________________________________ >>>> 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" >>>> >>> Tim, >>> >>> I've got one of the affected motherboards if this is the problem you >>> mean: >>> >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=136327 >>> >>> The things that have worked for me are disabling firewire in the BIOS >>> and using a GENERIC kernel or building a kernel with device sbp disabled >>> and having firewire enabled in the BIOS. >> >> See though, the guys coming to FreeBSD from $another-OS gets a panic >> from the install medium, which isn't speaking very well of our >> quality. >> >> I got caught with this because the guy I was helping online had an >> amd64-capable system, to which I don't. I can't build a install CD or >> kernel to help him. I have a PCI firewire card that runs sbp, but the >> livecd doesn't panic when i was booting from it. >> >> >> I tried all sorts of disabling hints, tried to go upstream (see it's >> dependencies and disable it's dependencies) and it still gave me a sbp >> when the system finished booting. >> >> >> Thought about asking him to run the memstick and disabling it from >> there, but he still can't get past it booting to tweak anything. He >> didn't have an option to disable firewire in the BIOS, and there was >> no bios update from Sony for his Vaio. >> >> >> I got stuck, and it started to wear thin that we have such a major >> panic on install CDs. My mentality is to offer disk, cd and network >> support in the kernel on the install CD/DVDs, but the generic kernel >> that's installed has everything. >> >> >> If others would like to offer suggestions, I'm still open for them. >> >> >>> >>> hint.sbp.0.disabled="1" in /boot/device.hints with GENERIC kernel - >>> still get a panic >>> >>> sbp_load="YES" in /boot/loader.conf with sbp disabled in the kernel - >>> get panic. >>> >>> It seems ok to kldload sbp after the system is up, ie the machine >>> doesn't panic, but I don't have anything firewire to test with. >>> >>> Would it be an option to have sbp disabled by default in the install >>> CD's? Those without the problem can put sbp_load in loader.conf, those >>> with the problem will have to kldload it later but at least they will be >>> able to install. > > As per svn and cvs: > > r199112 | kensmith | 2009-11-09 16:39:42 -0500 (Mon, 09 Nov 2009) | 11 lines > Changed paths: > M /stable/8/sys/amd64/conf/GENERIC > M /stable/8/sys/i386/conf/GENERIC > M /stable/8/sys/ia64/conf/GENERIC > M /stable/8/sys/powerpc/conf/GENERIC > M /stable/8/sys/sparc64/conf/GENERIC > > Comment out the sbp(4) entry for GENERIC config files that contain it. > There are known issues with this driver that are beyond what can be > fixed for 8.0-RELEASE and the bugs can cause boot failure on some systems. > It's not clear if it impacts all systems and there is interest in getting > the problem fixed so for now just comment it out instead of remove it. > > Commit straight to stable/8, this is an 8.0-RELEASE issue. Head was left > alone so work on it can continue there. > > Reviewed by: Primary misc. architecture maintainers (marcel, marius) > > Looks like sbp(4) is disabled on the 8.0 branch already. And if I'm reading the SVN commit right, it went to -STABLE (aka RELENG_8) but not head (aka "."). It still won't fix all of FreeBSD 7 install mediums, right? or is that "to come", maybe in 7.3? Also, if I'm reading the commit right, 8.0-RELEASE is going to have sbp(4) enabled in GENERIC too. Can someone make sure I'm reading that right? > > --Dave > From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 22:17:54 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B3DF106566B for ; Sat, 21 Nov 2009 22:17:54 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from mx.utwente.nl (mx3.utsp.utwente.nl [130.89.2.14]) by mx1.freebsd.org (Postfix) with ESMTP id A3EB28FC1C for ; Sat, 21 Nov 2009 22:17:53 +0000 (UTC) Received: from nox-laptop.student.utwente.nl (nox-laptop.student.utwente.nl [130.89.170.109]) by mx.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id nALMHkHH022661; Sat, 21 Nov 2009 23:17:46 +0100 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Sat, 21 Nov 2009 23:17:46 +0100 User-Agent: KMail/1.9.10 References: <4B07F2D3.30501@gmx.net> In-Reply-To: <4B07F2D3.30501@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200911212317.46460.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact icts.servicedesk@utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Frank Staals Subject: Re: Glassfish v3 server: Admin port in use X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 22:17:54 -0000 On Saturday 21 November 2009 15:01:55 Frank Staals wrote: > Hey everyone, > > I'm trying to deploy a Glassfish v3 server on my workstation since I > need to do some jsf-developement. However when I try to start the server > it keeps telling me the admin port I'm trying to use is allready in use > by an other process, no matter what port I use. However I'm 100% certain > there is nothing running on the port it should use (sockstat confirms > that). Has anyone seen this type of behaviour and/or knows how to fix it > ? I'm running FreeBSD 8.0-RC1 with jdk16 installed from ports. Full log > is here: http://fstaals.net/junk/glassfish.txt Perhaps this is an error specific to glassfish 3. I used to have Glassfish 2.1.1 working on FreeBSD/head (i386). I don't know what your requirements are but maybe that version will suffice? I used the "Linux" installer if I remember correctly. You can also try asking freebsd-java@freebsd.org. Good luck, Pieter de Goeje From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 22:46:45 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D95E106566B for ; Sat, 21 Nov 2009 22:46:45 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505a.appriver.com [98.129.35.4]) by mx1.freebsd.org (Postfix) with ESMTP id 672678FC08 for ; Sat, 21 Nov 2009 22:46:45 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.14 X-Note-Reverse-DNS: ht01.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: 112 113 114 115 119 120 131 218 X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.14] (HELO ht01.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.2.14) with ESMTPS id 17435342 for freebsd-questions@freebsd.org; Sat, 21 Nov 2009 16:46:44 -0600 Received: from mbx03.exg5.exghost.com ([169.254.1.164]) by ht01.exg5.exghost.com ([98.129.23.14]) with mapi; Sat, 21 Nov 2009 16:46:44 -0600 From: Peter Steele To: "freebsd-questions@freebsd.org" Date: Sat, 21 Nov 2009 16:46:42 -0600 Thread-Topic: Postgresql download site Thread-Index: Acpq/H59KyCCOND8RjuQXwVY90CK4w== Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33AEBC39@MBX03.exg5.exghost.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Postgresql download site X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 22:46:45 -0000 What's the best place to pick up the latest 7.0 and 8.0 packages for postgr= esql client and server? From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 22:56:48 2009 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 3AABA106566C for ; Sat, 21 Nov 2009 22:56:48 +0000 (UTC) (envelope-from bouncecarcls1@carproperty.com) Received: from mail.carproperty.com (mail.carproperty.com [207.230.28.89]) by mx1.freebsd.org (Postfix) with ESMTP id B83E28FC0A for ; Sat, 21 Nov 2009 22:56:47 +0000 (UTC) Received: from mail.carproperty.com (mail2.carproperty.com [127.0.0.1]) by mail.carproperty.com (8.14.2/8.14.2) with ESMTP id nALMqHCV023225 for ; Sat, 21 Nov 2009 14:52:17 -0800 Received: (from root@localhost) by mail.carproperty.com (8.14.2/8.14.2/Submit) id nALMqGGt023223; Sat, 21 Nov 2009 14:52:16 -0800 To: Valued Member From: "CarProperty.com" Date: Sat, 21 Nov 2009 09:45:04 -0800 X-LibVersion: 3.3.1_4 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced by SwiftMailer 3.3.1_4 X-mid: cXVlc3Rpb25zQGZyZWVic2Qub3JnICwgbTIxOA== X-Mailer: AC Mailer Message-ID: <20091121225216.6008.1894173734.swift@mail.carproperty.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Ford 400 AD Sale - Save 35% until 11/30/2009 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 22:56:48 -0000 Use Promo Code: Ford400 ... to save 35% off all CarProperty.com listings ... this 0ffer expires November 30, 2009 @ 11:59pm PST GO HERE FOR THE FULL DETAILS: http://www.carproperty.com/page.php?id=33 Try the CarProperty.com Map Search at this link http://www.carproperty.com/mapsearch.php Your AD will show up on this incredible map searching tool and it will be very easy to find! We love these guys ... check them out: America's Car Show http://www.AmericasCarShow.com, broadcast live on Sirius XM Radio ... listen to it live on Sundays 10pm EST - 12AM EST .... this is the world's best automotive broadcast bar none!! New Monthly Feature: Car Tips, brought to you by Americas Car Show, hosted by Tom Torbjornsen and heard on Sirius 108 and XM 139 Read the full articles here http://eliteautorepairshops.wordpress.com Sports Car Market Magazine Family and Internet Resources http://www.sportscarmarket.com/family ________________________________________________________________________________________________________________________________ CarProperty.com sent this informational newsletter to questions@freebsd.org based on your CarProperty.com optional user preferences. Click here to update your profile http://letters.carproperty.com/p_m.php?mi=218&nl=4&ei=cXVlc3Rpb25zQGZyZWVic2Qub3Jn&eid=MjQ1Nzc4. Send this to a friend http://letters.carproperty.com/p_f.php?mi=218&nl=4&ei=cXVlc3Rpb25zQGZyZWVic2Qub3Jn&eid=MjQ1Nzc4 If you no longer wish to receive our non-system messages, you can remove yourself from our mailing list by clicking here http://letters.carproperty.com/box.php?funcml=unsub2&nl=4&mi=218&email=questions%40freebsd.org or mail your request to Car Property Group. 1620 Central Ave, Suite 202, Cheyenne, WY 82001(please allow 3 - 4 weeks using this unsubscribe method). Toll Free: 1-888-628-3683. If you received a forwarded copy of the Car Property News, you can subscribe by registering on www.CarProperty.com. Car Property News is sent from time to time but not on a set schedule. To help make sure you get our emails, please put our domain address of @carproperty.com in your email programs address book or safe senders list that monitors your inbox. You may have to forward this information to a systems administrator who runs your email systems so they can put us on your safe list. Please give them our domain address of @carproperty.com. If you need help putting our domain address in your email programs address book or safe senders list, please click on this link: How to Add an Address to Your Address Book or Safe Senders List CarProperty.com is a registered Trademark as are the phrases Car Property and Car Properties, by the Car Property Group. This notice is compliant with the US Governments regulations regarding emails. To Unsubscribe, please click here : http://letters.carproperty.com/box.php?funcml=unsub2&nl=4&mi=218&email=questions%40freebsd.org From owner-freebsd-questions@FreeBSD.ORG Sat Nov 21 23:05:19 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94DD4106566B for ; Sat, 21 Nov 2009 23:05:19 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 297008FC12 for ; Sat, 21 Nov 2009 23:05:18 +0000 (UTC) Received: by fxm10 with SMTP id 10so1943482fxm.14 for ; Sat, 21 Nov 2009 15:05:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=y5wcAe2OTG4J0fB9v7ncg6CzbgVqlKSpYdq2Yg3tICg=; b=qMeMIDSNJLE5ebdbziVS2jtMFXmrkC1T4jQsh/zyKRXiZ/4dnxXK3vuQZ/N+K5Zzda xqLifeCLtNNxFdp8yP4A1PQyj42w3QicdBc+LLZduyvNIYYJz8JCKdoI2/Yqg0HiGcTK djKaSdzNPHQoW4MBNoqjKDcNSGzsKbDjK4qYw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=XUTIZerAOwxnVTIjscu/sWWecoIP9o0OPxl0D7DmY/HCq17nPkNoMUwZdOR4rsn6zA VqCg6cyuHiKJqFcrQNXfYDtrpShudCpi+1/18sZ2CQ5QVWSlCL1KIHWNQYMTIkXGTSDr zu68yytGH6N3VsdxWLqE/X/y3yQZcmYFHmuWw= MIME-Version: 1.0 Received: by 10.103.7.31 with SMTP id k31mr1411474mui.48.1258844717913; Sat, 21 Nov 2009 15:05:17 -0800 (PST) In-Reply-To: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33AEBC39@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB33AEBC39@MBX03.exg5.exghost.com> Date: Sun, 22 Nov 2009 00:05:17 +0100 Message-ID: From: usleepless@gmail.com To: Peter Steele Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@freebsd.org" Subject: Re: Postgresql download site X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 23:05:19 -0000 On Sat, Nov 21, 2009 at 11:46 PM, Peter Steele wrote: > What's the best place to pick up the latest 7.0 and 8.0 packages for > postgresql client and server? > > just go to /usr/ports/databases and do a "ls | grep post" then go into a directory and do "make install" if you have objections to this method, please elaborate. regards, usleep _______________________________________________ > 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" >