From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 00:19:12 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B18FB2A4 for ; Sun, 20 Jan 2013 00:19:12 +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 5C5A271E for ; Sun, 20 Jan 2013 00:19:12 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r0K0J49h006980; Sat, 19 Jan 2013 17:19:04 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r0K0J3xt006977; Sat, 19 Jan 2013 17:19:04 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 19 Jan 2013 17:19:03 -0700 (MST) From: Warren Block To: Bob Willcox Subject: Re: Safe way to repair corrupted GPT partition table? In-Reply-To: <20130119145907.GA7788@rancor.immure.com> Message-ID: References: <20130118200824.GA4084@rancor.immure.com> <20130119072509.2579dcce@X220.ovitrap.com> <20130119145907.GA7788@rancor.immure.com> 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.7 (wonkity.com [127.0.0.1]); Sat, 19 Jan 2013 17:19:04 -0700 (MST) Cc: Erich Dollansky , questions list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 00:19:12 -0000 On Sat, 19 Jan 2013, Bob Willcox wrote: > On Sat, Jan 19, 2013 at 07:25:09AM +0700, Erich Dollansky wrote: >> Hi, >> >> On Fri, 18 Jan 2013 14:08:25 -0600 >> Bob Willcox wrote: >> >>> Is there a way to repair a GPT partition table that has gotten >>> corrupted (following a system hang during heavy I/O to a ZFS >>> filesystem)? >>> >> I would use a hex editor. Of course, try it out on another disk before >> working on that disk. You can even copy the data with dd from the other >> disk after you are sure it will work. Of course, the size must match or >> must be made matching. >> >> Ok, it is not a safe way but it is a working way. > > Have to say I was hoping that there was some programatic way to do this. > Certainly if I go down this path I'll have to practice on a disk that doesn't > contain data that I care about. Getting the size right as this is the only > disk of this size I have. (Actually, it's an Areca RAID 5 Volume Set.) If the primary table at the start of the disk is okay, 'gpart recover' can copy it to the backup table at the end of the disk. I thought it would do that the other way around also. Neither table should be affected by a power failure, as they are almost never written. How it got into a state where it could be recognized as GPT but not recoverable, don't know. Could be the disk device (ada0) was given to ZFS rather than the partition (ada0p1). ZFS is supposed to leave some space at the end of the disk to allow for slightly differing nominal disk sizes, which could have left the backup GPT table intact. ZFS has its own metadata, so it's not necessary to partition a drive with GPT unless you want to put more than one partition on it, or maybe control the size of space used. From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 00:32:25 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 687BB5FB for ; Sun, 20 Jan 2013 00:32:25 +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 279D17BC for ; Sun, 20 Jan 2013 00:32:24 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r0K0WLou007053; Sat, 19 Jan 2013 17:32:21 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r0K0WL40007050; Sat, 19 Jan 2013 17:32:21 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 19 Jan 2013 17:32:21 -0700 (MST) From: Warren Block To: Xyne Subject: Re: svn-export Re: svn bdb checkout? In-Reply-To: <20130119052245.004da49b@archlinux.ca> Message-ID: References: <20130116185832.GB8524@external.screwed.box> <50F6FD37.5060309@gmail.com> <20130116193534.GC8524@external.screwed.box> <50F704CE.3010904@gmail.com> <20130116200754.GD8524@external.screwed.box> <50F70C60.4000108@FreeBSD.org> <20130116205533.GE8524@external.screwed.box> <20130117045431.GB5392@external.screwed.box> <20130119052245.004da49b@archlinux.ca> 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.7 (wonkity.com [127.0.0.1]); Sat, 19 Jan 2013 17:32:22 -0700 (MST) Cc: Peter Vereshagin , freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 00:32:25 -0000 On Sat, 19 Jan 2013, Xyne wrote: > svn-export has now been rewritten in Python 3. Here's a quick list of > changes/features: > > * threads have been replaced with forks (and remain optional) > * new option to set svn binary > * new option to generate shell script instead of using internal calls > * no subshell invocation > * only svn binary is called directly > > I've only done some quick testing. Let me know how it works. Very cool! It will be a bit before I can try it, but hopefully others will also. Oh, and the URL: http://xyne.archlinux.ca/projects/svn-export/ Thanks! From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 01:37:21 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5D8891E2 for ; Sun, 20 Jan 2013 01:37:21 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm25-vm6.bullet.mail.ird.yahoo.com (nm25-vm6.bullet.mail.ird.yahoo.com [212.82.109.207]) by mx1.freebsd.org (Postfix) with ESMTP id 57251941 for ; Sun, 20 Jan 2013 01:37:20 +0000 (UTC) Received: from [77.238.189.48] by nm25.bullet.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 01:37:13 -0000 Received: from [217.146.189.96] by tm1.bullet.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 01:37:13 -0000 Received: from [127.0.0.1] by smtp112.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 01:37:13 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358645833; bh=WSA0t17nI6B1MeHrMF9/q1n4TubBdwkkz2RIKHGxzn4=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=kCHelKn3JGmtnGlAZmZQjYGqzB9UE/Us7W9f+suUogQ8eTnp8L/hUDxT0kyqLrwi10CSVBhkbIV5+9P06UGj4rCbq9b2uDXhHRwkgiUIGH/xFfYlQhrJ4HoW8eLVmGZQZnSDvPjb8aXqgC63++Lkdi3Sgb3oBaSdWA/n2eGLLmg= X-Yahoo-Newman-Id: 614132.92392.bm@smtp112.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: h1UjaSYVM1ksmfmhzQhZ40m_pT4tCVlenXNAOPMOUrApdTQ rohwBdmIRxUFlT36e5XKnAMXkg1V6h5ZBG8niJHyzGO2ool74cvhdtapeLXL TsbcLpoDCviupnIPmjBRupY00GjdcEiiE0VFn_MzHiOiktgttA5qz2cE.big bMnbtVg9R7POfx5x7KneK.zBpichiUMIofYsowlq3mRTUVC31rXtEzaor8_x szMIIB62j.Hp6G.ynCvZxW5_QOE3jsle1PWrGRfkoHRA6PAcEW.8rzj8YnXE QSLq0mlNBgRBdxFUFvVqF21sQZgc64qAxGl21hYh8sWLDwLoVxEEwaleDAtu SrA1r3QxnLz9FNuFyjzg4kiyWhGr5mVyiqdzYAfLRqWsXjmR9UjLtXNG59_e kU2m8ZpdYR5iebzm5lWHbixr1Uhdko0ds5AP7o6N5rG4IQo5ldi381sGsmCC u67HdS5PBvESrRgYtkbK05HaxL6LGndZZ1o0IGAOafZoCJEhriILwBAem66P 1_xBKUQwusg.MbHWBiwCjrwfg8SqnK3c- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.16.23 with login) by smtp112.mail.ird.yahoo.com with SMTP; 19 Jan 2013 17:37:13 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "FreeBSD quest" Subject: Re: Dependencies after port tree update References: <20130118055051.3dd2a12a.freebsd@edvax.de> <20130118165130.73cea17d.freebsd@edvax.de> <20130118172040.3e051cb6.freebsd@edvax.de> Date: Sun, 20 Jan 2013 02:37:13 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <20130118172040.3e051cb6.freebsd@edvax.de> User-Agent: Opera Mail/11.61 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 01:37:21 -0000 Pff! It's still compiling :S, but I get back more and more functionality, in the meanwhile I learned Old Greek. If there would be packages available for 9.1, I would have learned how to mix packages and ports instead. Is it foreseeable, when there will be packages available? OTOH I read that packages will not be updated. Is this true? On Fri, 18 Jan 2013 17:20:40 +0100, Polytropon wrote: > Andra moi ennepe, Mousa, ... http://www.utexas.edu/cola/centers/lrc/eieol/grkol-3-R.html From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 01:56:03 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4869CA2B for ; Sun, 20 Jan 2013 01:56:03 +0000 (UTC) (envelope-from crtb@cape.com) Received: from pop.cape.com (pop.cape.com [209.213.66.10]) by mx1.freebsd.org (Postfix) with ESMTP id 24E74A22 for ; Sun, 20 Jan 2013 01:56:02 +0000 (UTC) Received: from webmail.cape.com (pop.cape.com [127.0.0.1]) by pop.cape.com (Postfix) with ESMTP id E337D204057; Sat, 19 Jan 2013 20:50:35 -0500 (EST) Received: from 209.213.65.17 (SquirrelMail authenticated user crtb) by webmail.cape.com with HTTP; Sat, 19 Jan 2013 20:50:35 -0500 (EST) Message-ID: <2762.209.213.65.17.1358646635.squirrel@webmail.cape.com> Date: Sat, 19 Jan 2013 20:50:35 -0500 (EST) Subject: clobbered boot block From: "Chuck Bacon" To: questions@freebsd.org User-Agent: SquirrelMail/1.4.13 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Chuck Bacon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 01:56:03 -0000 I used dd to cover a whole new disk; bad idea. I installed 9.1-R, and the install CD said all was OK. Yet I was unable to mount any of it. fdisk seemed happy, and could read and write. bsdlabel returned "unable to get correct path for ada0s1 (same for ada01)". -- uname -a -- FreeBSD tomato.local 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue. Jan 3 07:46:30 UTC 2012 root@farrell.cse buffalo.edu: /usr/obj/usr/src/sys/GENERIC amd64 Hearty thanks to all, Chuck Bacon From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 03:01:02 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EB03E538 for ; Sun, 20 Jan 2013 03:01:02 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) by mx1.freebsd.org (Postfix) with ESMTP id 9F1F5D3E for ; Sun, 20 Jan 2013 03:01:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=OZfIUulM2wiuGKPt/NFVhezLXc524k/WsQ5c7oZCB9Q=; b=dJORMJQ8e59eoM/OSrp/0R66FqnMnZGveqPv3HrnbeeNyw7roTFn8gMdSgYjcv6HoyRleAtRu0+hq2hHWnamxzUqr0fTx34Q2UvCOH3r9HD0Sn5SUjFPQt8Blg0NEOIK; Received: from [122.129.203.50] (port=10016 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1Twl9O-003ZUo-Bx; Sat, 19 Jan 2013 20:00:54 -0700 Date: Sun, 20 Jan 2013 08:17:46 +0700 From: Erich Dollansky To: Bob Willcox Subject: Re: Safe way to repair corrupted GPT partition table? Message-ID: <20130120081746.3ef4300b@X220.ovitrap.com> In-Reply-To: <20130119145907.GA7788@rancor.immure.com> References: <20130118200824.GA4084@rancor.immure.com> <20130119072509.2579dcce@X220.ovitrap.com> <20130119145907.GA7788@rancor.immure.com> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: questions list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 03:01:03 -0000 Hi, On Sat, 19 Jan 2013 08:59:07 -0600 Bob Willcox wrote: > On Sat, Jan 19, 2013 at 07:25:09AM +0700, Erich Dollansky wrote: > > Hi, > > > > On Fri, 18 Jan 2013 14:08:25 -0600 > > Bob Willcox wrote: > > > > > Is there a way to repair a GPT partition table that has gotten > > > corrupted (following a system hang during heavy I/O to a ZFS > > > filesystem)? > > > > > I would use a hex editor. Of course, try it out on another disk > > before working on that disk. You can even copy the data with dd > > from the other disk after you are sure it will work. Of course, the > > size must match or must be made matching. > > > > Ok, it is not a safe way but it is a working way. > > Have to say I was hoping that there was some programatic way to do > this. Certainly if I go down this path I'll have to practice on a > disk that doesn't contain data that I care about. Getting the size > right as this is the only disk of this size I have. (Actually, it's > an Areca RAID 5 Volume Set.) > this does not make it easier. What really helps is to copy first the first the data you want to edit to a file and work then with the copy of the file. This enables you to copy the original back as often as you need. Just make sure that you do not lose this copy. This will be the most important file of all your files. I used a normal thumb drive to play around before I went once to a hard disk. Ok, there is a bit of sweat on your fingers, but the rest will be ok. Erich From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 05:23:37 2013 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C89B3E63 for ; Sun, 20 Jan 2013 05:23:37 +0000 (UTC) (envelope-from dlazaro@mac.com) Received: from st11p01mm-asmtp004.mac.com (st11p01mm-asmtp004.mac.com [17.172.204.239]) by mx1.freebsd.org (Postfix) with ESMTP id A0359E7 for ; Sun, 20 Jan 2013 05:23:37 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from [10.0.0.6] (110.Red-79-144-247.dynamicIP.rima-tde.net [79.144.247.110]) by st11p01mm-asmtp004.mac.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Jan 3 2012)) with ESMTPSA id <0MGW00JGKPIZ1350@st11p01mm-asmtp004.mac.com> for freebsd-questions@FreeBSD.org; Sun, 20 Jan 2013 04:23:25 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8327,1.0.431,0.0.0000 definitions=2013-01-19_07:2013-01-18,2013-01-19,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1212290000 definitions=main-1301190376 From: David Lazaro Saz Subject: bsdinstall(8) line drawing characters Message-id: <1C064C2C-52A4-4A37-AB3D-68049093D7BD@mac.com> Date: Sun, 20 Jan 2013 05:23:22 +0100 To: FreeBSD Questions X-Mailer: Apple Mail (2.1499) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 05:23:37 -0000 Hi, I've tried to find an answer to this question without success. Why does bsdinstall(8) use ASCII characters for drawing lines instead of line drawing characters as the old sysinstall(8) did? Thanks, David From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 06:35:25 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7B89D91B for ; Sun, 20 Jan 2013 06:35:25 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm22-vm6.bullet.mail.ird.yahoo.com (nm22-vm6.bullet.mail.ird.yahoo.com [212.82.109.225]) by mx1.freebsd.org (Postfix) with ESMTP id 7C46D23E for ; Sun, 20 Jan 2013 06:35:24 +0000 (UTC) Received: from [77.238.189.49] by nm22.bullet.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 06:35:16 -0000 Received: from [217.146.188.170] by tm2.bullet.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 06:35:16 -0000 Received: from [127.0.0.1] by smtp138.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 06:35:16 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358663716; bh=77O69JIRa5aZdRac2uPz0TiMBPyQPDmxeLrC8Ch4I9w=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=abBrsJ/5KoPbfK23N2R/vublUtNJ3K+N4j21ebXYuf3YWrkudIiYE7mnGc4nsMMFnLykGJx5pcbwvKqbsH/maBik1/WxDxlEYG6FQwc8C8bjdnwSHxMW4v0E6nEZs0WP9YuMq7XUt4U9zrL+Yaz+03CIUbN6AeyqxfPG7EXENfk= X-Yahoo-Newman-Id: 653204.80453.bm@smtp138.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: yeVWSL0VM1lexagrhbMWp9zWyLlTzNb2qb1nHD5dJATMTKG asPQSLlXlGRa0JFyTSzpc.TGJNE4bw_2nmGEP9OJGt6CO1kykmNpbUIt7iPK hQYql7Qx4sO7xSQxsgUQETV7V_lIlIxWfi8B39kyaxLKPh6aAQCC6E5Mkmv_ idj7_a0UOA_0uX4dY6khvcoGgjD3VlvzLzv7qn6huIADO082uZN7nrLaRvKX EgGzqbCML5KJ_IUUA346nfoyEElzC2M0papJ8N6KyoT9SKDCM0aPLZBNu27x 0Ze8gS_uK_yaGCvbwVO9Zh4c1wdox9_UjyNlpFbQMoGOef7CmAYmtQ6rbXFe Sk5Fw.INAErxZeRTBXuzQJ05WCrUO8kQAvog9dMFFFSSmfZZEpR35BRZSW53 LnU3YGFzSvNWQiuBMq3WYACb4f.nvnPdKYUcguRONiKOl1MieTasm1BhdRyQ fn.ADSihQfa2mjh1kBqhovgD9Naman0OpZ2uEbInzg0tYM1gMJXHKLnW_ybb Q8OUpUCaiNkp.y_cffOk- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.16.23 with login) by smtp138.mail.ird.yahoo.com with SMTP; 19 Jan 2013 22:35:16 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "FreeBSD quest" Subject: Re: Dependencies after port tree update References: <20130118055051.3dd2a12a.freebsd@edvax.de> <20130118165130.73cea17d.freebsd@edvax.de> <20130118172040.3e051cb6.freebsd@edvax.de> Date: Sun, 20 Jan 2013 07:35:16 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <20130118172040.3e051cb6.freebsd@edvax.de> User-Agent: Opera Mail/11.61 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 06:35:25 -0000 Compiling was finished, when I woke up at around 7 o'clock. Everything seems to be ok, but I didn't reboot until now. If everything should be ok after rebooting, I'll add all the steps to a thread in the forums later today or tomorrow, http://forums.freebsd.org/showthread.php?p=205453#post205453 . Thank you all for the help. The last command I run was root@freebsd:/usr/ports/ports-mgmt/portmaster # portmaster --no-confirm -y -G `cat ~/installed-port-list` From time to time I manually had to answer yes, when I was asked if a file should be deleted. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 07:12:50 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 125C11D3 for ; Sun, 20 Jan 2013 07:12:50 +0000 (UTC) (envelope-from gobble.wa@gmail.com) Received: from mail-bk0-f49.google.com (mail-bk0-f49.google.com [209.85.214.49]) by mx1.freebsd.org (Postfix) with ESMTP id 7CC6E303 for ; Sun, 20 Jan 2013 07:12:49 +0000 (UTC) Received: by mail-bk0-f49.google.com with SMTP id jm19so2576096bkc.22 for ; Sat, 19 Jan 2013 23:12:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=Ob4oVkWA3CsaaAy29KtHg9hszxH02D1yy4rKlU5P72U=; b=ZJgE2W+eUOrIBHXBYp3rVS6cXqSnvToDcX6BUzWyeYKPw1AI4pbUBtXHuNuLZ12T3M FOq6UlEgKDdFygkPSNKbX+izbMrOeSJUbFLhyS6bTi6EIPnloYOond0EFrjToKa0aNyY CmHTjv+eDm5BnEYBCYT7vz13paOYleSPBqCRIYuAmLp8vrft4RcL0BpakuMd6PIy7BBd KkcJC6ZxfppJlUcuT1nQ/I43Uga3gLQdayrNdwSP3+MLIXureqW33aM+VfLdF4ApCWPY VbPST9YFCwRaKMj6zCLdBtjf1PGQeMRTjuxJD1InlEFeYvulu+4Y+EdQXpH5XCnAeC+m BBGQ== MIME-Version: 1.0 X-Received: by 10.204.143.147 with SMTP id v19mr3748991bku.32.1358665961790; Sat, 19 Jan 2013 23:12:41 -0800 (PST) Received: by 10.204.229.135 with HTTP; Sat, 19 Jan 2013 23:12:41 -0800 (PST) In-Reply-To: References: <20130119144218.GA66249@whisperer.chthonixia.net> Date: Sat, 19 Jan 2013 23:12:41 -0800 Message-ID: Subject: Re: FreeBSD 9.1-RELEASE w/ SanDisk ImageMate S11202 From: Waitman Gobble To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 07:12:50 -0000 After fiddling with it I don't think the CAM status CCB errors in my previous post were actually related to the SanDisk device, but I am sure when it's plugged in there's a 20 minute reboot cycle. And that's a problem. I think it's maybe because the device I have needs some quirks stuff. i'll check it out. Somebody suggested I post in the freebsd-usb group, sounds like a better idea! Off I go/ I did get the multi card dumper daemon working. It's good for people who dump alot of cards. https://github.com/waitman/beenie -- Waitman Gobble San Jose California USA 510-830-7975 From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 08:24:16 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 37ECEE53 for ; Sun, 20 Jan 2013 08:24:16 +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 E4FED6F0 for ; Sun, 20 Jan 2013 08:24:15 +0000 (UTC) Received: from r56.edvax.de (port-92-195-45-17.dynamic.qsc.de [92.195.45.17]) by mx02.qsc.de (Postfix) with ESMTP id 1E77A24CF4; Sun, 20 Jan 2013 09:24:13 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0K8OGKh001914; Sun, 20 Jan 2013 09:24:16 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sun, 20 Jan 2013 09:24:16 +0100 From: Polytropon To: Xavier Subject: Re: laptop fan control via FreeBSD Message-Id: <20130120092416.87941a04.freebsd@edvax.de> In-Reply-To: References: <20130119151358.535d6b9f@fabiankeil.de> <20130119170436.e9dc8606.freebsd@edvax.de> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 08:24:16 -0000 On Sat, 19 Jan 2013 18:19:39 +0100, Xavier wrote: > On Sat, Jan 19, 2013 at 05:04:36PM +0100, Polytropon wrote: > > Hi Polytropon, > > > On Sat, 19 Jan 2013 16:55:23 +0100, Xavier wrote: > > > On Sat, Jan 19, 2013 at 03:13:58PM +0100, Fabian Keil wrote: > > > > > > Hi Fabian, > > > > > > > Xavier wrote: > > > > > > > > > Is there any way to control the on and off the fan on a laptop using FreeBSD? > > > > > > > > It depends on the laptop. On mine it works: > > > > > > > > fk@r500 ~ $sysctl -ad | grep fan > > > > dev.acpi_ibm.0.fan_speed: Fan speed > > > > dev.acpi_ibm.0.fan_level: Fan level > > > > dev.acpi_ibm.0.fan: Fan enable > > > > > > > > > > My output of 'sysctl -ad | grep fan' don't show these parameters. Why ? > > > Because, my BIOS don't support these aparameters ? Another answer ? > > > > For laptops, you usually load a kernel module for interfacing > > with the specific ACPI functions, like acpi_ibm.ko. There are > > several others, but see "man acpi_ibm" for some impressions. > > > > Yes, but I have an acer Aspire 5634WLMi, and: > > % ls /boot/kernel/acpi* > /boot/kernel/acpi_asus.ko /boot/kernel/acpi_panasonic.ko > /boot/kernel/acpi_asus.ko.symbols > /boot/kernel/acpi_panasonic.ko.symbols > /boot/kernel/acpi_dock.ko /boot/kernel/acpi_sony.ko > /boot/kernel/acpi_dock.ko.symbols > /boot/kernel/acpi_sony.ko.symbols > /boot/kernel/acpi_fujitsu.ko /boot/kernel/acpi_toshiba.ko > /boot/kernel/acpi_fujitsu.ko.symbols > /boot/kernel/acpi_toshiba.ko.symbols > /boot/kernel/acpi_hp.ko /boot/kernel/acpi_video.ko > /boot/kernel/acpi_hp.ko.symbols > /boot/kernel/acpi_video.ko.symbols > /boot/kernel/acpi_ibm.ko /boot/kernel/acpi_wmi.ko > /boot/kernel/acpi_ibm.ko.symbols /boot/kernel/acpi_wmi.ko.symbols > > I don't have an acer kernel module for ACPI. Two options: If you can derive from the documentation of your Acer laotop if it is _compatible_ to one of the implementations provided by the system, use that instead. You can do "trial & error" to see if one of the modules works, even though the name is different. In worst case, load them all (by using * wildcard) and check with "kldstat". -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 08:28:10 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3C975187 for ; Sun, 20 Jan 2013 08:28:10 +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 03F2D715 for ; Sun, 20 Jan 2013 08:28:09 +0000 (UTC) Received: from r56.edvax.de (port-92-195-45-17.dynamic.qsc.de [92.195.45.17]) by mx02.qsc.de (Postfix) with ESMTP id 3436624CF4; Sun, 20 Jan 2013 09:28:09 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0K8SBoe001933; Sun, 20 Jan 2013 09:28:11 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sun, 20 Jan 2013 09:28:11 +0100 From: Polytropon To: "Ralf Mardorf" Subject: Re: Dependencies after port tree update Message-Id: <20130120092811.67856559.freebsd@edvax.de> In-Reply-To: References: <20130118055051.3dd2a12a.freebsd@edvax.de> <20130118165130.73cea17d.freebsd@edvax.de> <20130118172040.3e051cb6.freebsd@edvax.de> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 08:28:10 -0000 On Sat, 19 Jan 2013 20:40:26 +0100, Ralf Mardorf wrote: > I now run the command with what options ever, don't remember, but it's > compiling and every few hours I have to answer n/y to delete a file, but > there aren't stops regarding to the configuration. I assume there is a -d or -D (delete distfiles) option missing or probably no -y. > I'm compiling since > yesterday 17 or 18 o'clock, perhaps -8 hours where it might stopped > regarding to such a question, when I didn't notice it. I know portmaster has decent options to avoid those "interactivity intermissions" to provide a full "batch based" unattended update configuration. You can use /usr/local/etc/mergemaster.rc to store your options mermanently; there is a sample file provided. > It's an Athlon > dual-core 2.1GHz with 4GB RAM, since I didn't edit anything, I suspect > just one job is running. 837 ports where found with 420 new versions. I > wonder how long it will continue compiling. That doesn't sound very much. Less than 24 hours of scheduled happy downtime should be sufficient. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 08:46:03 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 66424407 for ; Sun, 20 Jan 2013 08:46:03 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm3.bullet.mail.ird.yahoo.com (nm3.bullet.mail.ird.yahoo.com [77.238.189.60]) by mx1.freebsd.org (Postfix) with ESMTP id 2C1F9806 for ; Sun, 20 Jan 2013 08:46:01 +0000 (UTC) Received: from [77.238.189.52] by nm3.bullet.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 08:46:00 -0000 Received: from [217.146.188.173] by tm5.bullet.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 08:46:00 -0000 Received: from [127.0.0.1] by smtp141.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 08:46:00 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358671560; bh=aoyvsNuRutxEtG7CeMHTR9hVejtFBEj/uaIQmGfDnbw=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:Date:Subject:To:MIME-Version:Content-Transfer-Encoding:From:Message-ID:User-Agent; b=QJRL4z4SQKDYwyvD4FW+kI8uFnkd/frU2FMMRr6aXTHTtMqfcQ9z5DRgn7Fqtu5nHnDPHr2uUGRx1Is7l55R3YFE2ouOwaiQklw/qDWsnyutzeYFVVxyUqQZL7gOIhB1SxNo5F44N2JD2qB+Bs27VnyLnT1DrkYXvwpmMnErSBU= X-Yahoo-Newman-Id: 729001.32950.bm@smtp141.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: KbtBFBsVM1ldykfF0z_8N9By_r1BPdESyIbH01DESjm_BcA 5Dxvnz4wFb8UyKwbTNVAnJyAeiOKyGrC2plM.tq0597_6Mx.BuwElSk1Q9tr 0JQ7yv6PjSXTsCF5fDTO4Gx_y9gabnXkUI53zohlEawUV37.HWVdItoXBZpT vNl3H3LNqQ.caET1CtYmb9RzMlRn5y9_jzPG4kSNvKYgO_LqrrZppZFKwf35 kCKql5cfynvYLHeSaArDmaEjjFqydqrkqgYwMgDMFz1J5VCgKPPH1IBdYysy H9_zcGTA7wfkQAXsRaPPRtcY8ur.5GrO21S1Wy4Gt9gA86pnZzsGu8LPwkMH Kr9gwmwacjHhM1H_xGs0XHarHuqhE05Ih753nB2C9O69KILhS4YWNdhy.OIY es.Vz7K38cjdU0Ga7Qm6jXq9rKvOjLRJ0Atw9Qs4bCP3OgFia2B19Ch_1B8F TAEybSy_5Oiu8mR4bkjFTdQGH0V0.h1w_fcdZzGNRrN8PF0dbIjEGcNJHx6B JWDvmmn9aMgnkP0eobGK_FQwgvdyzBOWLz84fXQgBx_Q13ahCP2ua6waicVp kuWnIRG6.A3ss9jLt.7KEJi7EiZ2rw_uVso40VVtfiYQjpAGIEwj7v8XMxxF 9qZYmolGvVCs82gX8C3eDFjt3N608JP2HB66WPfXaX3JqbxrWoFWOpeOSzqj AMIMm7Q-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@92.231.4.247 with login) by smtp141.mail.ird.yahoo.com with SMTP; 20 Jan 2013 00:46:00 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Date: Sun, 20 Jan 2013 09:46:00 +0100 Subject: Editors are broken after update To: "FreeBSD quest" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 08:46:03 -0000 Wow, if on Linux something is fishy, it usually has to do with Lennart Poettering, does he break FreeBSD too? $ su - Password: root@freebsd:/root # mcedit Error "/root" is not a regular file [ Dismiss ] root@freebsd:/root # gedit (gedit:17410): Gtk-WARNING **: cannot open display: root@freebsd:/root # vi vi does run root@freebsd:/root # logout $ mcedit Failed to run: Your old settings were migrated from /home/rocketmouse/.mc to Freedesktop recommended dirs. To get more info, please visit http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html [1] $ gedit As user gedit does start, so perhaps I need gksu to run it as root. Fortunately pico does run for the user and for root. [1] That's a nightmare :(, I don't want to read something that has to do with Lennart Poettering. What the hell is broken now, regarding to the insane ideas of this man? OT: http://linux-bsd-sharing.blogspot.de/2008/08/howto-musicpd-music-player-daemon-on.html is not a valid howto for my upgraded FreeBSD ports :(. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 08:48:05 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3C07D4D1 for ; Sun, 20 Jan 2013 08:48:05 +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 0717481B for ; Sun, 20 Jan 2013 08:48:04 +0000 (UTC) Received: from r56.edvax.de (port-92-195-45-17.dynamic.qsc.de [92.195.45.17]) by mx02.qsc.de (Postfix) with ESMTP id 0B11624867; Sun, 20 Jan 2013 09:48:03 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0K8m62u002003; Sun, 20 Jan 2013 09:48:06 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sun, 20 Jan 2013 09:48:06 +0100 From: Polytropon To: David Lazaro Saz Subject: Re: bsdinstall(8) line drawing characters Message-Id: <20130120094806.535e90dd.freebsd@edvax.de> In-Reply-To: <1C064C2C-52A4-4A37-AB3D-68049093D7BD@mac.com> References: <1C064C2C-52A4-4A37-AB3D-68049093D7BD@mac.com> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 08:48:05 -0000 On Sun, 20 Jan 2013 05:23:22 +0100, David Lazaro Saz wrote: > Hi, > > I've tried to find an answer to this question without success. > > Why does bsdinstall(8) use ASCII characters for drawing lines > instead of line drawing characters as the old sysinstall(8) did? I assume this has to do with a change which happened long time ago. In the past, those characters could be used in text mode (for example by the Midnight Commander) and even in combination with LC settings like de_DE.ISO8859-1. Probably the character sets in /usr/share/syscons/fonts don't support them anymore. I've had success using the fonts directory content from a 4.x system and "transition" it though various later versions, but today I simply accept the inavailability. :-) Because the line drawing characters in the Midnight Commander don't work for me anymore, I use the -a option. Still when run in an X terminal, they are properly displayed. I think to avoid problems, the use of linedrawing characters has been dropped. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 08:53:34 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6069D5AC for ; Sun, 20 Jan 2013 08:53: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 089BC83B for ; Sun, 20 Jan 2013 08:53:33 +0000 (UTC) Received: from r56.edvax.de (port-92-195-45-17.dynamic.qsc.de [92.195.45.17]) by mx02.qsc.de (Postfix) with ESMTP id 021A124F62; Sun, 20 Jan 2013 09:53:32 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0K8rZke002022; Sun, 20 Jan 2013 09:53:35 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sun, 20 Jan 2013 09:53:35 +0100 From: Polytropon To: "Ralf Mardorf" Subject: Re: Dependencies after port tree update Message-Id: <20130120095335.fb2dbd0d.freebsd@edvax.de> In-Reply-To: References: <20130118055051.3dd2a12a.freebsd@edvax.de> <20130118165130.73cea17d.freebsd@edvax.de> <20130118172040.3e051cb6.freebsd@edvax.de> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 08:53:34 -0000 On Sun, 20 Jan 2013 07:35:16 +0100, Ralf Mardorf wrote: > The last command I run was > root@freebsd:/usr/ports/ports-mgmt/portmaster # portmaster --no-confirm -y > -G `cat ~/installed-port-list` > > From time to time I manually had to answer yes, when I was asked if a file > should be deleted. >From "man portmaster": While recursing through the dependencies, if a port is marked IS_INTERAC- TIVE this will be flagged. In the absence of this notification, under normal circumstances the only user interaction required after the port starts building is to answer questions about the deletion of stale dist- files. This can be eliminated with the -d or -D options. Maybe this helps to avoid that interaction in the future. If you want to continuously update your installed ports, you don't need to rely on the ~/installed-port-list file anymore, especially as portmaster can automatically determine which ports need to be worked on (portmaster -a). It's also a nice feature to put the "non-interactivity options" into a config file (/usr/local/etc/portmaster.rc) so you really only need the -a option if you want to start an update run. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 09:38:44 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E9E2F8F2 for ; Sun, 20 Jan 2013 09:38:44 +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 969F7915 for ; Sun, 20 Jan 2013 09:38:44 +0000 (UTC) Received: from r56.edvax.de (port-92-195-45-17.dynamic.qsc.de [92.195.45.17]) by mx02.qsc.de (Postfix) with ESMTP id 3754E24F76; Sun, 20 Jan 2013 10:38:43 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0K9cjUl002285; Sun, 20 Jan 2013 10:38:45 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sun, 20 Jan 2013 10:38:45 +0100 From: Polytropon To: "Ralf Mardorf" Subject: Re: Editors are broken after update Message-Id: <20130120103845.76c1a963.freebsd@edvax.de> In-Reply-To: References: Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 09:38:45 -0000 On Sun, 20 Jan 2013 09:46:00 +0100, Ralf Mardorf wrote: > Wow, if on Linux something is fishy, it usually has to do with Lennart > Poettering, does he break FreeBSD too? > > $ su - > Password: > root@freebsd:/root # mcedit > > Error > "/root" is not a regular file [ Dismiss ] Seems to be a problem with the configuration. Temporarily try the following: # cd /root # mv .mc .mc.orig # mcedit That should start the editor with the defaults. Of course, /root is not a regular file, it's a directory. :-) > root@freebsd:/root # gedit > > (gedit:17410): Gtk-WARNING **: cannot open display: This editor requires X. If you're running the above su command in an xterm, use "su -m root" and try again. > root@freebsd:/root # vi > > vi does run Because vi belongs to the OS, it's not a port. > root@freebsd:/root # logout > $ mcedit > Failed to run: > Your old settings were migrated from /home/rocketmouse/.mc > to Freedesktop recommended dirs. > To get more info, please visit > http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html [1] Seems that the new MC version has migrated its configuration files somewhere else... > $ gedit > > As user gedit does start, so perhaps I need gksu to run it as root. That sounds wrong. What would be a reason for an installed editor that is intended to be run on X _not_ to run from a user account that currently runs X? > [1] That's a nightmare :(, I don't want to read something that has to do > with Lennart Poettering. I'm not sure in how far this XDG stuff applies to MC / mcedit... but the message seems to originate from MC which adopts to the FreeDesktop recommendations... > What the hell is broken now, regarding to the insane ideas of this man? Implied statement (not _my_ words): "Every program should store its configuration data according to the XDG / FreeDesktop specification." Seems that the MC agreed. > OT: > http://linux-bsd-sharing.blogspot.de/2008/08/howto-musicpd-music-player-daemon-on.html > is not a valid howto for my upgraded FreeBSD ports :(. >From a short look at it, the content looks valid. But I haven't tried it in order to confirm that it's working. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 10:21:24 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B50081D9 for ; Sun, 20 Jan 2013 10:21:24 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm9-vm0.bullet.mail.ird.yahoo.com (nm9-vm0.bullet.mail.ird.yahoo.com [77.238.189.197]) by mx1.freebsd.org (Postfix) with ESMTP id 11409A35 for ; Sun, 20 Jan 2013 10:21:23 +0000 (UTC) Received: from [77.238.189.55] by nm9.bullet.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 10:21:17 -0000 Received: from [217.146.189.108] by tm8.bullet.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 10:21:17 -0000 Received: from [127.0.0.1] by smtp124.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 10:21:17 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358677277; bh=wcJAhJvtaBuN8w6CuV/gx1gpnWTkDmW2imHXUY9U0iQ=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Cc:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=F35rHG9l10o6YO6Iq3bZbROqeDRqgVAEUnmHe5ugB6PfCLuwMOzYzapsLSbW82nK/LEsLVqDvUWUTNSP7P3UKn8OhanVKCMK5gsI5twgUQKHsi5PZzTudTqdAOe1oV9eUED6jWDrqNGivxFGTon5RFp6SO3C3Vo9uWck+5U/HGk= X-Yahoo-Newman-Id: 632989.46404.bm@smtp124.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 0QXRjmcVM1lLYmIE3I2LXEIfo8akPOzYMrIc5yybSkWbk9S XD6yw1cAMJ_Whx7aT2tTPciBtGtXBCQF8RkpWuN.KfLidQBm.hG.jXvIuS6w ieBbmF_DzYoVwiuJLZZdjmF8NSaNgffeur.HH1f.t1KD77uPUxMN5HKUdtyl mLXhvnUCFHeakPXdrODL.wCs9Xxb6H9gpGU2Zy2PqflnX.pls7nxI6XMQ2rR ruytxDuugC74H6KdTozIK8zQnBxpnzq_e6lM66omyZaAmfslawYKUlGUb32x y.7mKvX6LKhevuO_MAtnbrNT5N9jWehmHGHa1XkOYnTE.dWnqd4uquRW6uR6 bAwgCWjLGlcmugOJCV2zf4ctgk4zz2gOhuLMYAqdZ1YHMbRhpSnXLX2VTBgc zIQPyK0qmxetXmp.EjMeqx7E30e_7QG1H6IncAodQjXVxMBA.RP89E9_MLLn fvoDzW6l9IsU77RLZ9r6VuKoRQH29UzooptUdrdn.0b6yN6FSlYjnxQ-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@92.231.4.247 with login) by smtp124.mail.ird.yahoo.com with SMTP; 20 Jan 2013 02:21:17 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: Polytropon Subject: Re: Editors are broken after update References: <20130120103845.76c1a963.freebsd@edvax.de> Date: Sun, 20 Jan 2013 11:21:17 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <20130120103845.76c1a963.freebsd@edvax.de> User-Agent: Opera Mail/12.12 (FreeBSD) Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 10:21:24 -0000 On Sun, 20 Jan 2013 10:38:45 +0100, Polytropon wrote: > # cd /root > # mv .mc .mc.orig > # mcedit $ mv .mc .mc.pre.update-01-Jan-2013 $ su root -c "mv /root/.mc /root/.mc.pre.update-01-Jan-2013" $ mcedit Error "user/home/rocketmouse" is not a regular file [ Dismiss ] > That should start the editor with the defaults. It doesn't do it for the user. > Of course, /root is not a regular file, it's a directory. :-) Yes and in this case it's true for the users home directory, but I only run mcedit, without a file name. > This editor requires X. If you're running the above su command > in an xterm, use "su -m root" and try again. On Linux regarding to this, there is a difference between "su" and "su -", I never had to run "su -m root". $ su -m root # mcedit Error "user/home/rocketmouse" is not a regular file [ Dismiss ] > Seems that the new MC version has migrated its configuration > files somewhere else... Yes. # ls -l .config/mc total 8 -rw-r--r-- 1 rocketmouse rocketmouse 2931 Jan 20 10:55 ini drwx------ 2 rocketmouse rocketmouse 512 Jan 20 09:28 mcedit -rw-r--r-- 1 rocketmouse rocketmouse 1 Jan 20 10:51 panels.ini # rm -r /root/.mc* /root/.config/mc /home/rocketmouse/.mc* /home/rocketmouse/.config/.mc rm: /home/rocketmouse/.config/.mc: No such file or directory # rm -r /home/rocketmouse/.config/mc # mcedit Error "user/home/rocketmouse" is not a regular file [ Dismiss ] # gedit GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: The connection is closed) GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP [snip] networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: The connection is closed) g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting. Terminated On Linux it's a common issue for some distros, when using apps from bloated DEs. It usually needs gksu or similar. At the end of the update I got the information, that for K3b I have to set the suid flag for cdrecord and cdrdao. Wow, for FreeBSD the kit family is installed, so setting suid IMO shouldn't be needed and should be avoided, perhaps there's the need to use kdesu? # cd /usr/ports/sysutils/gksu ; make install clean [...] $ gksu gedit Yes, it does work. I suspect for K3b it's not needed to set suid, but to install kdesu or perhaps gksu does work too. However, there's still this issue for mcedit :(. It would be nice if not so many Linux distros and FreeBSD won't follow upstream for some odd policies :(. When I read the name Lennart Poettering my blood pressure does rise ;). Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 11:03:46 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 09120997 for ; Sun, 20 Jan 2013 11:03:46 +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 95D8FCD1 for ; Sun, 20 Jan 2013 11:03:45 +0000 (UTC) Received: from r56.edvax.de (port-92-195-45-17.dynamic.qsc.de [92.195.45.17]) by mx01.qsc.de (Postfix) with ESMTP id 6835C1542; Sun, 20 Jan 2013 12:03:37 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0KB3euB003096; Sun, 20 Jan 2013 12:03:40 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sun, 20 Jan 2013 12:03:40 +0100 From: Polytropon To: "Ralf Mardorf" Subject: Re: Editors are broken after update Message-Id: <20130120120340.e29b1144.freebsd@edvax.de> In-Reply-To: References: <20130120103845.76c1a963.freebsd@edvax.de> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 11:03:46 -0000 On Sun, 20 Jan 2013 11:21:17 +0100, Ralf Mardorf wrote: > On Sun, 20 Jan 2013 10:38:45 +0100, Polytropon wrote: > > # cd /root > > # mv .mc .mc.orig > > # mcedit > > $ mv .mc .mc.pre.update-01-Jan-2013 > $ su root -c "mv /root/.mc /root/.mc.pre.update-01-Jan-2013" > $ mcedit > > Error > "user/home/rocketmouse" is not a regular file [ Dismiss ] Also looks wrong, that doesn't seem to be a valid path. I assume /home/rocketmouse would be your home directory, so MC (or mcedit) would access a configuration structure within that directory (~/.mc). > > That should start the editor with the defaults. > > It doesn't do it for the user. Are you able to start the "normal" Midnight Commander instead? And if yes, PF4 on a file to invoke the editor? > > Of course, /root is not a regular file, it's a directory. :-) > > Yes and in this case it's true for the users home directory, but I only > run mcedit, without a file name. That shouldn't be a problem. If I start mcedit without a filename here, I _still_ get the editor launched with an empty file, with PF2 allowing me to enter a file name. (Version here: 4.7.5_1 on FreeBSD 8.2-STABLE i386). > > This editor requires X. If you're running the above su command > > in an xterm, use "su -m root" and try again. > > On Linux regarding to this, there is a difference between "su" and "su -", > I never had to run "su -m root". The -m option makes sure the environment is not touched, so $DISPLAY will be kept. If you do a full root login (su - and su -l simulate a full login, and omission of the name assumes root, so "su -" is like "su -l root", discarding your user's environment). > $ su -m root > # mcedit > > Error > "user/home/rocketmouse" is not a regular file [ Dismiss ] That was designed for running gedit as root (because of X). :-) Again, the path specification just looks wrong - there is no such thing (not absolute, not relative to ~). > # ls -l .config/mc > total 8 > -rw-r--r-- 1 rocketmouse rocketmouse 2931 Jan 20 10:55 ini > drwx------ 2 rocketmouse rocketmouse 512 Jan 20 09:28 mcedit > -rw-r--r-- 1 rocketmouse rocketmouse 1 Jan 20 10:51 panels.ini Okay, so this looks like it would be the new configuration location. For comparison: % ls .mc Tree bindings_1 filepos ini bindings cedit/ history panels.ini And cedit/ is now mcedit/. > # rm -r /root/.mc* /root/.config/mc /home/rocketmouse/.mc* > /home/rocketmouse/.config/.mc > rm: /home/rocketmouse/.config/.mc: No such file or directory > # rm -r /home/rocketmouse/.config/mc > > # mcedit > > Error > "user/home/rocketmouse" is not a regular file [ Dismiss ] Time for portdowngrade? :-) > # gedit > GConf Error: Failed to contact configuration server; some possible causes > are that you need to enable TCP/IP networking for ORBit, or you have stale > NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for > information. (Details - 1: Failed to get connection to session: The > connection is closed) > GConf Error: Failed to contact configuration server; some possible causes > are that you need to enable TCP/IP > [snip] > networking for ORBit, or you have stale NFS locks due to a system crash. > See http://projects.gnome.org/gconf/ for information. (Details - 1: > Failed to get connection to session: The connection is closed) > g_dbus_connection_real_closed: Remote peer vanished with error: Underlying > GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting. > Terminated What a scary error message. It seems that gedit relies a lot on Gtk / Gnome services running to access its own configuration, and that is not accessible from an instance running as root (in opposite to running as the user who started X and the services required). > On Linux it's a common issue for some distros, when using apps from > bloated DEs. So it seems that this "nice tradition" is also carried with programs ported to FreeBSD. Excellent. % gimp (gimp:3045): GLib-WARNING **: goption.c:2132: ignoring no-arg, optional-arg or filename flags (8) on option of type 0 > It usually needs gksu or similar. Programs being designed to be primarily used within specific desktop environments heavily rely on the mechanisms provided by those environments, even though one would consider them optional (as the program can be used "stand-alone"). Obviously it's not true to consider that. > At the end of the update I > got the information, that for K3b I have to set the suid flag for cdrecord > and cdrdao. That doesn't seem to be the default: % ll /usr/local/bin/cdr* -r-xr-xr-x 1 root wheel 564156 2011-08-22 03:01:50 /usr/local/bin/cdrdao* -r-xr-xr-x 1 root wheel 399044 2011-08-22 03:12:57 /usr/local/bin/cdrecord* % ll /dev/cd* /dev/pass* /dev/xpt* crw-rw-r-- 1 root operator 0, 110 2013-01-20 09:18:50 /dev/cd0 crw-rw-r-- 1 root operator 0, 111 2013-01-20 09:18:50 /dev/cd1 lrwxr-xr-x 1 root wheel 4 2013-01-20 09:18:58 /dev/cdrom@ -> acd0 crw-rw---- 1 root operator 0, 103 2013-01-20 09:18:50 /dev/pass0 crw-rw---- 1 root operator 0, 104 2013-01-20 09:18:50 /dev/pass1 crw-rw---- 1 root operator 0, 99 2013-01-20 09:18:50 /dev/xpt0 My local user is in the "operator" group, and I can access the devices for burning without requiring any su mechanism. Maybe this is also possible for a program (K3b) that calls other tools (cdrecord, cdrdao). > Wow, for FreeBSD the kit family is installed, so setting suid > IMO shouldn't be needed and should be avoided, perhaps there's the need to > use kdesu? That's possible. What about good old permissions in /etc/devfs.conf to allow regular users to access optical devices for burning? We've been doing this with chmod on /dev files decades ago! > # cd /usr/ports/sysutils/gksu ; make install clean > [...] > > $ gksu gedit > > Yes, it does work. I suspect for K3b it's not needed to set suid, but to > install kdesu or perhaps gksu does work too. That's worth trying, but also consider file permissions so they can be accessed by cdredord or cdrdao as a user. You can do this by group permissions (e. g. root:operator 0664) for the cd, xpt and pass device(s). > However, there's still this issue for mcedit :(. That's really an issue. Can you use truss to check what mcedit is acually trying to access? As I said, the error message looks totally wrong. > It would be nice if not so many Linux distros and FreeBSD won't follow > upstream for some odd policies :(. It's not about those recommendations to standardize the plethora of deviations among the many Linusi: It's about transitioning them to FreeBSD which definitely isn't a Linux distribution, and is not centered around one desktop environment. To me, the Midnight Commander (and therefor mcedit) do not have any relation to FreeDesktop, as the MC is a very nice tool for use on a server. A server is not a desktop. Why force a concept that is not stupid per se (in fact, having ~/.config doesn't sound that wrong!) to apply to a software that is not related to that concept? Maybe I'm too old to understand that motivation. :-) > When I read the name Lennart Poettering my blood pressure does rise ;). This is because BSD isn't relevant anymore. ;-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 13:20:14 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C103B662 for ; Sun, 20 Jan 2013 13:20:14 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm9-vm0.bullet.mail.ird.yahoo.com (nm9-vm0.bullet.mail.ird.yahoo.com [77.238.189.197]) by mx1.freebsd.org (Postfix) with ESMTP id AB4D3258 for ; Sun, 20 Jan 2013 13:20:13 +0000 (UTC) Received: from [77.238.189.57] by nm9.bullet.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 13:20:12 -0000 Received: from [217.146.189.108] by tm10.bullet.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 13:20:12 -0000 Received: from [127.0.0.1] by smtp124.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 13:20:12 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358688012; bh=MPEuWyFcYUpAyb4C7rWUL1CV1clO6+p4Ubc4GgsjZi4=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Cc:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=yuxPfBf+XKejI3omBQ32S3ubR8ZGkq5y2BtMZwEuGXrvDnfN6I2DzAzpGawJ537CiDhNEpV1MY8mLmwID4C5f9+5bCNxw5Xg695ApYgVgqLjqaQVIAFQbnTEpeOo+jbS6XJ8cwAeyPngeJPIvntgFC1Mz49OeoxgoWIVbO4tnGk= X-Yahoo-Newman-Id: 66564.22469.bm@smtp124.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: X08fxacVM1nC9oIzQKmNzTE3OVx54qbyHJy9bGKrFvQi_7p UsROSSeayuNAFkX0TO4C6WFpH_vHb_XVF7KcDd9214mZXFbUB5KqXb1azgqA TZWfWBP9H4fVuQZc8FrqlouUY7qkk1Ze.MPdv_ESW6da9UxEngxaspNv8wX3 OUNjf70aN3LQnzILTjylur9vc154WZIM1Qk0nnzyjdIex.rsltKiZ3HUm8Hk Idq54.4pRMZ5QeGPw9YMaGNxMmqlNyZIZAhxHmoE7p4q4p7I0sCTrqBKRURW W7iE4TdY6bjza5aJYlpCo2vXDaUkCInUthCC3XyiNeTFSdfrPCmOmA3EMURp OnWqteGkwp6YaNNAaBqFrF7y1shB1SVByn9n7Yduk3DNRLnCGDe_L1AesOsN qBpNbdghlyfgqzb3ym_1iGGOCUp7jefxTxtXcOxm2wwo- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@92.231.4.247 with login) by smtp124.mail.ird.yahoo.com with SMTP; 20 Jan 2013 05:20:11 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: Polytropon Subject: Re: Editors are broken after update References: <20130120103845.76c1a963.freebsd@edvax.de> <20130120120340.e29b1144.freebsd@edvax.de> Date: Sun, 20 Jan 2013 14:20:10 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <20130120120340.e29b1144.freebsd@edvax.de> User-Agent: Opera Mail/12.12 (FreeBSD) Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 13:20:14 -0000 Since I only run "mcedit" without a file, the error message is grotesque and btw. $ ls -l /usr/home total 2 drwxr-xr-x 26 rocketmouse rocketmouse 1536 Jan 20 13:07 rocketmouse $ ls -l /home lrwxr-xr-x 1 root wheel 8 Dec 18 19:19 /home -> usr/home Thank you for the hints. I take the issues with a good portion of humor. This might explain why you're confused regarding to the /home path: $ cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/ad4s1b none swap sw 0 0 /dev/ad4s1a / ufs rw 1 1 /dev/ad4s1e /tmp ufs rw 2 2 /dev/ad4s1f /usr ufs rw 2 2 /dev/ad4s1d /var ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 #proc /proc procfs rw 0 0 $ mc does start midnight commander, but if I push "4 Edit" I get the same error message. I did "dump -0Launf [...]" everything and will continue later. Hopefully with some fun, when starting with audio, instead of mcedit. To be continued. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 13:20:37 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CA4DD6FA for ; Sun, 20 Jan 2013 13:20:37 +0000 (UTC) (envelope-from feenberg@nber.org) Received: from mail2.nber.org (mail2.nber.org [66.251.72.79]) by mx1.freebsd.org (Postfix) with ESMTP id 8EEBD262 for ; Sun, 20 Jan 2013 13:20:37 +0000 (UTC) Received: from nber4.nber.org (nber4.nber.org [66.251.72.74]) by mail2.nber.org (8.14.4/8.14.4) with ESMTP id r0KDBo4a054301 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 20 Jan 2013 08:11:51 -0500 (EST) (envelope-from feenberg@nber.org) Date: Sun, 20 Jan 2013 08:11:52 -0500 (EST) From: Daniel Feenberg To: Bernt Hansson Subject: Re: Problems with diskless/nfs In-Reply-To: <50FBBE6A.3020206@bananmonarki.se> Message-ID: References: <50FBBE6A.3020206@bananmonarki.se> User-Agent: Alpine 2.02 (LRH 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Anti-Virus: Kaspersky Anti-Virus for Linux Mail Server 5.6.39/RELEASE, bases: 20130120 #9114189, check: 20130120 clean Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 13:20:37 -0000 On Sun, 20 Jan 2013, Bernt Hansson wrote: > Hello list! > > I'm trying to set up a diskless workstation, but I fail. > > The boot process stops at "Can't find kernel" then the OK prompt appear. > > In the log I have this: > > mountd[1200]: mount request denied from 10.0.0.6 for /news/spool/ad16/x86 > > pxeboot loads but can't find the kernel because of this. > > in inetd.conf I have this for tftpd > > > tftp dgram udp wait root /usr/libexec/tftpd tftpd -l > -s /news/spool/ad16/x86 > > It seems like it is some problem with nfs. kernel is loaded by tftp - so nfs isn't the problem. Find a tftp client and see if the kernel is available to it. I suspect the kernel isn't world-readable and executable. It may also be that tftpd isn't available beyond localhost - did you edit hosts.allow? See http://www.nber.org/sys-admin/FreeBSD-diskless.html for our experiences with diskless boot. daniel feenberg NBER > > Any help is welcome. > > /B > _______________________________________________ > 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 Jan 20 13:51:01 2013 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5F448F41 for ; Sun, 20 Jan 2013 13:51:01 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id F278B333 for ; Sun, 20 Jan 2013 13:51:00 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.31]) by ltcfislmsgpa01.fnfis.com (8.14.5/8.14.5) with ESMTP id r0KDostW030034 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Sun, 20 Jan 2013 07:50:54 -0600 Received: from [10.0.0.102] (10.14.152.24) by smtp.fisglobal.com (10.132.206.31) with Microsoft SMTP Server (TLS) id 14.2.309.2; Sun, 20 Jan 2013 07:50:53 -0600 Subject: Re: bsdinstall(8) line drawing characters MIME-Version: 1.0 (Apple Message framework v1283) From: Devin Teske In-Reply-To: <1C064C2C-52A4-4A37-AB3D-68049093D7BD@mac.com> Date: Sun, 20 Jan 2013 05:50:52 -0800 Message-ID: <88E25E2A-24EE-491A-B82A-A26E849B1ABF@fisglobal.com> References: <1C064C2C-52A4-4A37-AB3D-68049093D7BD@mac.com> To: David Lazaro Saz X-Mailer: Apple Mail (2.1283) X-Originating-IP: [10.14.152.24] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8327, 1.0.431, 0.0.0000 definitions=2013-01-20_03:2013-01-18,2013-01-20,1970-01-01 signatures=0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Devin Teske List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 13:51:01 -0000 On Jan 19, 2013, at 8:23 PM, David Lazaro Saz wrote: > Hi, >=20 > I've tried to find an answer to this question without success. >=20 > Why does bsdinstall(8) use ASCII characters for drawing lines instead of = line drawing characters as the old sysinstall(8) did? >=20 A different theory=85 It should be noted that sysinstall uses an older version of libdialog (whic= h in 9.x was moved to libodialog). Here's a side-by-side comparison of libo= dialog (left) and libdialog (right): http://druidbsd.sf.net/download/bsdconfig/MediaCompareFTP.png In that case, $TERM was "xterm-256color" running via Apple's Terminal.app. Of interest I would think is the output of: dialog --version echo $TERM and whether (if possible) sysinstall produces similar results (what release= are you running?) --=20 Devin _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you. From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 13:58:51 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E043A29F for ; Sun, 20 Jan 2013 13:58:51 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id B2C9837F for ; Sun, 20 Jan 2013 13:58:51 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.17]) by ltcfislmsgpa04.fnfis.com (8.14.5/8.14.5) with ESMTP id r0KDwmcm008422 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Sun, 20 Jan 2013 07:58:48 -0600 Received: from [10.0.0.102] (10.14.152.24) by smtp.fisglobal.com (10.132.206.17) with Microsoft SMTP Server (TLS) id 14.2.309.2; Sun, 20 Jan 2013 07:58:48 -0600 Subject: Re: Problems with diskless/nfs MIME-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset="us-ascii" From: Devin Teske In-Reply-To: <50FBED2F.1040100@bananmonarki.se> Date: Sun, 20 Jan 2013 05:58:46 -0800 Content-Transfer-Encoding: 7bit Message-ID: <8DAD311E-7B34-42F3-B63E-10CFF73DE0C6@fisglobal.com> References: <50FBED2F.1040100@bananmonarki.se> To: Bernt Hansson X-Mailer: Apple Mail (2.1283) X-Originating-IP: [10.14.152.24] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8327, 1.0.431, 0.0.0000 definitions=2013-01-20_03:2013-01-18,2013-01-20,1970-01-01 signatures=0 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Devin Teske List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 13:58:51 -0000 On Jan 20, 2013, at 5:12 AM, Bernt Hansson wrote: > Hello list! > > I'm trying to set up a diskless workstation, but I fail. > > The boot process stops at "Can't find kernel" then the OK prompt appear. > > In the log I have this: > > mountd[1200]: mount request denied from 10.0.0.6 for /news/spool/ad16/x86 > > pxeboot loads but can't find the kernel because of this. > > in inetd.conf I have this for tftpd > > > tftp dgram udp wait root /usr/libexec/tftpd tftpd -l > -s /news/spool/ad16/x86 > > It seems like it is some problem with nfs. > > Any help is welcome. > What's the output of (on the pxeboot/tftp/dhcp server): $ showmount -e | grep "^[[:space:]]*/news/spool/ad16/x86" (empty? it shouldn't be) $ grep "^[[:space:]]*/news/spool/ad16/x86" /etc/exports (empty? it shouldn't be) -- Devin _____________ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you. From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 14:51:19 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6C28AEC0 for ; Sun, 20 Jan 2013 14:51:19 +0000 (UTC) (envelope-from 22karthikreddy@gmail.com) Received: from mail-we0-x22b.google.com (we-in-x022b.1e100.net [IPv6:2a00:1450:400c:c03::22b]) by mx1.freebsd.org (Postfix) with ESMTP id DC8FB748 for ; Sun, 20 Jan 2013 14:51:18 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id u3so1408028wey.16 for ; Sun, 20 Jan 2013 06:51:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=kiQr9F/YqfTD71kPhB5Z7ochvs+O9zQ5TivynZr5rXU=; b=DPN/rcv8Wniq7OWwN8lHbEDQA8Rkhsuo4njAnmIOQp8r9BcwgA40NOzcPzfTHmhtrQ bogiO5O2JYXDWX8d7GE5uO7krjDqacXZDsaJzsokn986YMUIL1wGj6DK8+Go6EnHOQMY LXixSRmJ9kC21b+D6iE6Frz6/xKC6V5lV29oBhIAha7WIdX1MfY4y0Me63P9JEB+g3DZ e8kC4boWdsoKCzBOGfU8Pmwo3l1R/rx0jTecT9aJCtjA6fxcjunlmOwC8pRykWMmBGCe UqnwO+DSwObGLoP90YPGvWC8lyBOB+5zOD4H3uk6hzR+0TTGaOn2Y3WrxBo0yqEv9Xea clFA== X-Received: by 10.180.33.44 with SMTP id o12mr11387958wii.28.1358693478032; Sun, 20 Jan 2013 06:51:18 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.6.1 with HTTP; Sun, 20 Jan 2013 06:50:57 -0800 (PST) From: Karthik Reddy <22karthikreddy@gmail.com> Date: Sun, 20 Jan 2013 10:50:57 -0400 Message-ID: Subject: What is the timeout of TCP in freeBSD? To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 14:51:19 -0000 I was doing a experiment on FreeBSD for testing TCP timeout and RTO. OS is being run from two different VMware versions 4.0 and 5.0. Present Scenario: VMware Player 4.0 I'll start a telnet session to a non-existing system in the network. When I look at the tcpdump the RTO starts at every 3 seconds and after some exponential backoff starts. In this scenario after 75 seconds the TCP gives up and tells me that there is no system existing with the IP and telnet session terminates. Next Scenario: VMware Player 5.0 In this scenario, I did the same but the RTO starts at 5 sec and then varies. In this scenario, it takes more than 120 seconds for telnet session to tell me that there is no system is available in the network. I have seen sysctl in both VM's. net.inet.tcp.keepinit = 75000 Is this problem something related to timing of the VM's or any other issue? -- Karthik Reddy I'm not the best, but I'm not like the Rest From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 14:56:51 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 480911CD for ; Sun, 20 Jan 2013 14:56:51 +0000 (UTC) (envelope-from bob@immure.com) Received: from maul.immure.com (adsl-66-136-206-1.dsl.austtx.swbell.net [66.136.206.1]) by mx1.freebsd.org (Postfix) with ESMTP id DD2C9780 for ; Sun, 20 Jan 2013 14:56:49 +0000 (UTC) Received: from rancor.immure.com (rancor.immure.com [10.1.132.9]) by maul.immure.com (8.14.5/8.14.5) with ESMTP id r0KEuN0b070527; Sun, 20 Jan 2013 08:56:23 -0600 (CST) (envelope-from bob@immure.com) Received: from rancor.immure.com (localhost [127.0.0.1]) by rancor.immure.com (8.14.6/8.14.6) with ESMTP id r0KEuNwL012140; Sun, 20 Jan 2013 08:56:23 -0600 (CST) (envelope-from bob@rancor.immure.com) Received: (from bob@localhost) by rancor.immure.com (8.14.6/8.14.6/Submit) id r0KEuMn2012139; Sun, 20 Jan 2013 08:56:22 -0600 (CST) (envelope-from bob) Date: Sun, 20 Jan 2013 08:56:22 -0600 From: Bob Willcox To: Warren Block Subject: Re: Safe way to repair corrupted GPT partition table? Message-ID: <20130120145622.GD7788@rancor.immure.com> References: <20130118200824.GA4084@rancor.immure.com> <20130119072509.2579dcce@X220.ovitrap.com> <20130119145907.GA7788@rancor.immure.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-immure-MailScanner-Information: Please contact the ISP for more information X-immure-MailScanner-ID: r0KEuN0b070527 X-immure-MailScanner: Found to be clean X-immure-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (not cached, score=-2.9, required 1, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90) X-immure-MailScanner-From: bob@immure.com X-Spam-Status: No Cc: Erich Dollansky , questions list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Bob Willcox List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 14:56:51 -0000 On Sat, Jan 19, 2013 at 05:19:03PM -0700, Warren Block wrote: > On Sat, 19 Jan 2013, Bob Willcox wrote: > > > On Sat, Jan 19, 2013 at 07:25:09AM +0700, Erich Dollansky wrote: > >> Hi, > >> > >> On Fri, 18 Jan 2013 14:08:25 -0600 > >> Bob Willcox wrote: > >> > >>> Is there a way to repair a GPT partition table that has gotten > >>> corrupted (following a system hang during heavy I/O to a ZFS > >>> filesystem)? > >>> > >> I would use a hex editor. Of course, try it out on another disk before > >> working on that disk. You can even copy the data with dd from the other > >> disk after you are sure it will work. Of course, the size must match or > >> must be made matching. > >> > >> Ok, it is not a safe way but it is a working way. > > > > Have to say I was hoping that there was some programatic way to do this. > > Certainly if I go down this path I'll have to practice on a disk that doesn't > > contain data that I care about. Getting the size right as this is the only > > disk of this size I have. (Actually, it's an Areca RAID 5 Volume Set.) > > If the primary table at the start of the disk is okay, 'gpart recover' > can copy it to the backup table at the end of the disk. I thought it > would do that the other way around also. Neither table should be > affected by a power failure, as they are almost never written. This wasn't a power outage, it was a system hang while I was copying data to the new zfs filesystem. It had been running for quite a while (couple of hours maybe) when it hung. I had created the partition table and zfs pool right before starting the copy. > > How it got into a state where it could be recognized as GPT but not > recoverable, don't know. Could be the disk device (ada0) was given to > ZFS rather than the partition (ada0p1). ZFS is supposed to leave some > space at the end of the disk to allow for slightly differing nominal > disk sizes, which could have left the backup GPT table intact. It's entirely possible that when I created the zfs pool in overwrote the GPT table since it wasn't till I had to reboot following the hang that the system complained. > > ZFS has its own metadata, so it's not necessary to partition a drive > with GPT unless you want to put more than one partition on it, or maybe > control the size of space used. If that's the case perhaps the only problem I have is that something in the system appears to believe that there should be a GPT partition table on the disk when there isn't one. Thanks for the insight. Maybe I can simply ignore the GEOM messages at boot. Bob -- Bob Willcox | LIVING YOUR LIFE: bob@immure.com | A task so difficult, it has never been attempted before. Austin, TX | From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 15:32:39 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BBBE0C6D for ; Sun, 20 Jan 2013 15:32:39 +0000 (UTC) (envelope-from peter@vereshagin.org) Received: from mx1.skyriver.ru (ns1.skyriver.ru [89.108.118.221]) by mx1.freebsd.org (Postfix) with ESMTP id 734728A1 for ; Sun, 20 Jan 2013 15:32:39 +0000 (UTC) Received: from localhost (exit-01c.noisetor.net [173.254.216.68]) by mx1.skyriver.ru (Postfix) with ESMTPSA id 33C285EE7 for ; Sun, 20 Jan 2013 19:32:28 +0400 (MSK) Date: Sun, 20 Jan 2013 19:32:04 +0400 From: Peter Vereshagin To: freebsd-questions@freebsd.org Subject: Re: svn-export Re: svn bdb checkout? Message-ID: <20130120153204.GB14521@external.screwed.box> References: <50F6FD37.5060309@gmail.com> <20130116193534.GC8524@external.screwed.box> <50F704CE.3010904@gmail.com> <20130116200754.GD8524@external.screwed.box> <50F70C60.4000108@FreeBSD.org> <20130116205533.GE8524@external.screwed.box> <20130117045431.GB5392@external.screwed.box> <20130118032508.445fa43b@archlinux.ca> <20130118235017.545509b5@archlinux.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20130118235017.545509b5@archlinux.ca> Organization: ' X-Face: 8T>{1owI$Byj]]a; ^G]kRf*dkq>E-3':F>4ODP[#X4s"dr?^b&2G@'3lukno]A1wvJ_L(~u 6>I2ra/<,j1%@C[LN=>p#_}RIV+#:KTszp-X$bQOj,K X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 15:32:39 -0000 Hello. 2013/01/18 23:50:17 +0000 Xyne => To Warren Block : X> On 2013-01-17 21:32 -0700 X> Warren Block wrote: X> X> >A working version in any language would be great. A better version in X> >Python would be nice, too, but it's the working part that's important. X> X> There's a difference between "working" and "working on a random system with X> unexpectedly disabled features". The current version works in the former sense. I suppose the latter is what the perl5 in general and cpan (cpan-testers at the least) was always considered to be about. I'd disclose that following TIMTOWTDI the so called 'modern perl' and a 'perl6' can be used to reconsider on this. For the case of following the former line the switch to python may (or may not) happen to be the (good) difference about such a freebsd-related task. Will see. Thank you. -- Peter Vereshagin (http://vereshagin.org) pgp: 1754B9C1 From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 15:49:21 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B73D0E3F; Sun, 20 Jan 2013 15:49:21 +0000 (UTC) (envelope-from hskuhra@eumx.net) Received: from eumx.net (eumx.net [91.82.101.43]) by mx1.freebsd.org (Postfix) with ESMTP id 68BD0918; Sun, 20 Jan 2013 15:49:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type; s=default; bh=Q7WJ7v38m4niCI7+RJAJQH vPdpE=; b=fRv7ymU0rE86pIQ034g6QR8QKjaw1zeutisaOiUrLMaRqkWkjtkq/N L3jpKbFs0X9koOY0gPksgU/yZFcrkkfk3p2w7nYemuvbb0BCwFJRXuMabXBQEDIv vTJ7eIzf07csEK4/8PEw+abrlAHBVlmnlOuI31QkEHHp+0wOn+awk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=date:message-id :from:to:cc:subject:in-reply-to:references:mime-version :content-type; q=dns; s=default; b=AJirWDjmHd6QbnkEM4OzY0aNfGri3 ZDg6miDgo6H9mTpnGIDIqO09S00siF0RkmBwFza/E0Bo2O6EIsvWIwL9M40JLiAZ hyFi/rjHDQjeg+8gu0eJew24QGwPf1iS5GgI/jXCdKuekkW1eRO9Ga6nG3wbhDBK jltR8fiTM1gUKQ= Date: Sun, 20 Jan 2013 16:49:12 +0100 Message-ID: <86pq0zsvlz.wl%hskuhra@eumx.net> From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org Subject: Re: Editors are broken after update In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.3.50 (i386-pc-freebsd9.1) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Cc: fjoe@FreeBSD.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 15:49:21 -0000 On Sun, 20 Jan 2013 09:46:00 +0100 "Ralf Mardorf" wrote: > Wow, if on Linux something is fishy, it usually has to do with Lennart > Poettering, does he break FreeBSD too? > > $ su - > Password: > root@freebsd:/root # mcedit > > Error > "/root" is not a regular file [ Dismiss ] https://www.midnight-commander.org/ticket/2754 There is a patch that fixes this problem: Maintainer CC'ed. -- Herbert From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 16:03:08 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 85FEF14F for ; Sun, 20 Jan 2013 16:03:08 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm13-vm0.bullet.mail.ird.yahoo.com (nm13-vm0.bullet.mail.ird.yahoo.com [77.238.189.195]) by mx1.freebsd.org (Postfix) with ESMTP id B8A25988 for ; Sun, 20 Jan 2013 16:03:07 +0000 (UTC) Received: from [77.238.189.57] by nm13.bullet.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 16:03:04 -0000 Received: from [217.146.189.66] by tm10.bullet.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 16:03:04 -0000 Received: from [127.0.0.1] by smtp146.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 16:03:04 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358697784; bh=oRXlUg/s9AaeW0v8ntA9FssB9wHE1WWyFK+maChJ5KE=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=VqcoOML7y5r0TXU9H6mft6TQKl/4sXcfHXilyY/pTcmeUAoxIurAzwei/8G/l1I+uU42W93DoR6zom+1wJasEcyt6n4KN0DuUP0VMGvIQ8S79C2AFQspnlnLzLZabzHmSwW27HCdEbL8y5Vx9ANumINC+1D/TYcoHoqcLl0N4Uo= X-Yahoo-Newman-Id: 180021.76742.bm@smtp146.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: JTe9r.QVM1lQG8TQHU2darkEek7AzTsFNQcJZUopwKJ3xgn 8ttV_bz1_S.xfIicK8OBKfE4MWgoKoYXF090buHHIzM91wVz2lsFjR_xoAMA d2TfAqJTrvExq.3exlTn90jPW2eF4iEQA0ZEaIUMBdffaYOAWp9nUn33S_7e nr9XKvf3n8k3Z43DInLfPjAhlNbwLLq6y5yU7ItzcspbX1Csba1kffT.f88S LoPm0PEsIJ8d.HiFxOIfLpBtdkeiIU9HQoJ_kYdc_F_W9nhvVhRfPRZFWZIz ukDDvoK1FLSjjdrM.wkBSb286UMZeLa6PzdbmsYxd_V_0mo6a0JB6Mkovt6P Nw.g6AR1rneZltLMTpeNxMnRS6L70v737UjKbblCpO7Bnveo_obtnctkwQHG hmGU.5cyJoJhMX2K2vqiZf_TKRTQeQcAQ_oBgCY4zGlo8Tk2K57fa0XjGPS1 H2Mp.54YciWdWvDwVLFqvaw9s7hYlhoWszYnarST8ufIp3ZRnx3.wWpgr9Pp WGpVRfWVyo8HqG1reu4aW_iaqbRiHmg-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@92.231.4.247 with login) by smtp146.mail.ird.yahoo.com with SMTP; 20 Jan 2013 08:03:04 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-questions@freebsd.org Subject: Re: Editors are broken after update References: <86pq0zsvlz.wl%hskuhra@eumx.net> Date: Sun, 20 Jan 2013 17:03:03 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <86pq0zsvlz.wl%hskuhra@eumx.net> User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 16:03:08 -0000 On Sun, 20 Jan 2013 16:49:12 +0100, Herbert J. Skuhra wrote: > On Sun, 20 Jan 2013 09:46:00 +0100 > "Ralf Mardorf" wrote: > >> Wow, if on Linux something is fishy, it usually has to do with Lennart >> Poettering, does he break FreeBSD too? >> >> $ su - >> Password: >> root@freebsd:/root # mcedit >> >> Error >> "/root" is not a regular file [ Dismiss ] > > https://www.midnight-commander.org/ticket/2754 > > There is a patch that fixes this problem: > > > > Maintainer CC'ed. I didn't notice that it does run with an exiting file-name, but it does $ mcedit /etc/fstab is ok. It's also ok for a file that doesn't exist $ mcedit foo this didn't work before I deleted the mc contend in /home/user_name. Thank you! From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 16:04:19 2013 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 447A4360; Sun, 20 Jan 2013 16:04:19 +0000 (UTC) (envelope-from dlazaro@mac.com) Received: from st11p01mm-asmtp001.mac.com (st11p01mm-asmtp001.mac.com [17.172.204.236]) by mx1.freebsd.org (Postfix) with ESMTP id 1FD509A2; Sun, 20 Jan 2013 16:04:18 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from [10.0.0.6] (110.Red-79-144-247.dynamicIP.rima-tde.net [79.144.247.110]) by st11p01mm-asmtp001.mac.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Jan 3 2012)) with ESMTPSA id <0MGX00A1KJ5X3B20@st11p01mm-asmtp001.mac.com>; Sun, 20 Jan 2013 15:03:36 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8327,1.0.431,0.0.0000 definitions=2013-01-20_03:2013-01-18,2013-01-20,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1212290000 definitions=main-1301200127 Subject: Re: bsdinstall(8) line drawing characters From: David Lazaro Saz In-reply-to: <88E25E2A-24EE-491A-B82A-A26E849B1ABF@fisglobal.com> Date: Sun, 20 Jan 2013 16:03:31 +0100 Message-id: <633A6573-BCDA-41CD-A5CA-1749DE36283A@mac.com> References: <1C064C2C-52A4-4A37-AB3D-68049093D7BD@mac.com> <88E25E2A-24EE-491A-B82A-A26E849B1ABF@fisglobal.com> To: Devin Teske X-Mailer: Apple Mail (2.1499) Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 16:04:19 -0000 On Jan 20, 2013, at 2:50 PM, Devin Teske wrote: > Of interest I would think is the output of: > > dialog --version > echo $TERM > > and whether (if possible) sysinstall produces similar results (what release are you running?) I'm still running 8.3 in production. I've noticed this while playing with 9.0 and 9.1 both on vmware and older machines. I think that you are right and it has to do with the TERM variable and how it is set in the system console. In 8.3, the system console is defined as "cons25" while on 9.1 it is defined as "xterm". If I execute the following command: # TERM=cons25 bsdinstall Then the line drawing characters are show correctly on the system console. If I do the opposite on 8.3, defining TERM as xterm, then the results are even worse than on 9.1. dialog(1) is on version 1.1-20100428 on 9.1 and on version 0.3 on 8.3. I can't find neither when nor why the system console was changed to xterm looking at the release notes of FreeBSD 9.0, but this seem to be the reason. The TERM variable is defined on /etc/ttys, so I'll try to find the change on the svn repository to shed some light. Would you recommend opening a PR about this? Thanks for your help. David From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 18:46:52 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 34F899B8; Sun, 20 Jan 2013 18:46:52 +0000 (UTC) (envelope-from dickey@saltmine.radix.net) Received: from saltmine.radix.net (saltmine.radix.net [207.192.128.40]) by mx1.freebsd.org (Postfix) with ESMTP id C86F1F7A; Sun, 20 Jan 2013 18:46:51 +0000 (UTC) Received: from saltmine.radix.net (localhost [127.0.0.1]) by saltmine.radix.net (8.12.2/8.12.2) with ESMTP id r0KIkUnA007509; Sun, 20 Jan 2013 13:46:30 -0500 (EST) Received: (from dickey@localhost) by saltmine.radix.net (8.12.2/8.12.2/Submit) id r0KIkUDE007508; Sun, 20 Jan 2013 13:46:30 -0500 (EST) Date: Sun, 20 Jan 2013 13:46:30 -0500 From: Thomas Dickey To: David Lazaro Saz Subject: Re: bsdinstall(8) line drawing characters Message-ID: <20130120184630.GA6610@saltmine.radix.net> References: <1C064C2C-52A4-4A37-AB3D-68049093D7BD@mac.com> <88E25E2A-24EE-491A-B82A-A26E849B1ABF@fisglobal.com> <633A6573-BCDA-41CD-A5CA-1749DE36283A@mac.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline In-Reply-To: <633A6573-BCDA-41CD-A5CA-1749DE36283A@mac.com> User-Agent: Mutt/1.3.27i Cc: Devin Teske , FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 18:46:52 -0000 --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jan 20, 2013 at 04:03:31PM +0100, David Lazaro Saz wrote: >=20 > On Jan 20, 2013, at 2:50 PM, Devin Teske wrot= e: >=20 > > Of interest I would think is the output of: > >=20 > > dialog --version > > echo $TERM > >=20 > > and whether (if possible) sysinstall produces similar results (what rel= ease are you running?) >=20 > I'm still running 8.3 in production. I've noticed this while playing with= 9.0 and 9.1 both on vmware and older machines. >=20 > I think that you are right and it has to do with the TERM variable and ho= w it is set in the system console. In 8.3, the system console is defined as= "cons25" while on 9.1 it is defined as "xterm". If I execute the following= command: >=20 > # TERM=3Dcons25 bsdinstall >=20 > Then the line drawing characters are show correctly on the system console= . If I do the opposite on 8.3, defining TERM as xterm, then the results are= even worse than on 9.1. >=20 > dialog(1) is on version 1.1-20100428 on 9.1 and on version 0.3 on 8.3. >=20 > I can't find neither when nor why the system console was changed to xterm > looking at the release notes of FreeBSD 9.0, but this seem to be the reas= on.=20 > The TERM variable is defined on /etc/ttys, so I'll try to find the change= on > the svn repository to shed some light. TERM is one thing, the driver is another. Since the "xterm" terminal description supports line-drawing characters, it sounds as if the underlying problem is in the console driver. ncurses would use ASCII characters if it is told that the terminal cannot use line-drawing characters. However, it uses the VT100 line-drawing characters if possible. Running vttest establishes that the issue is not in ncurses (menu item 3, character sets). That shows only ASCII characters. --=20 Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net --SLDf9lqlvOQaIe6s Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (SunOS) Comment: For info see http://www.gnupg.org iD8DBQFQ/DuDtIqByHxlDocRAs1VAKCL8K1nc7Qf1EZonzQGkTbW9tckaQCePIda caQFXjZ4hiY2T2NhtTVS/0E= =FF0A -----END PGP SIGNATURE----- --SLDf9lqlvOQaIe6s-- From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 20:48:33 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C5CA3B1E for ; Sun, 20 Jan 2013 20:48:33 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm5-vm0.bullet.mail.ird.yahoo.com (nm5-vm0.bullet.mail.ird.yahoo.com [77.238.189.207]) by mx1.freebsd.org (Postfix) with ESMTP id C7E77324 for ; Sun, 20 Jan 2013 20:48:32 +0000 (UTC) Received: from [77.238.189.230] by nm5.bullet.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 20:48:30 -0000 Received: from [217.146.189.101] by tm11.bullet.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 20:48:30 -0000 Received: from [127.0.0.1] by smtp117.mail.ird.yahoo.com with NNFMP; 20 Jan 2013 20:48:30 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358714910; bh=r+d8mu/a7JXIu4jLYTasvUeSAc4HrC4C/Jz6Q63/Lkw=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:Date:Subject:To:MIME-Version:Content-Transfer-Encoding:From:Message-ID:User-Agent; b=xrUgc1ZBaDvEeMrfcJlL2SgLIMc48p5hTw+JyN4R7A+2L50o02+LiECjbp2arGOXHvlC4wkXCj+4Ss9tozpWkQxOsoefE35STr99ISqw4/HcFMkAW1OAF4KYq2ESPMYLgPoEAu75EYL/c28wQ2P9MSc/hFTUWWysKSLPqPqqHJo= X-Yahoo-Newman-Id: 316200.62090.bm@smtp117.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: pXDopZIVM1lv0.5hYZJXYkt.d41hioAl79rkNdTy1vm_pw. tZIPIOtJ7ZFaJjtsRHJbwgsCV0wuhxhVc0zAgE7QxeQ_JAXJxb29xzWcvME1 XyZkc2oMKq2vSCJA6xThGnTYY4vE4BJTGlyzawlvahvTg.kLwGJpCiQcE979 n747oy_lIt2zWGZEOkrz1PReKcj0C_6BHjIYqrZyhmH4TSSyVPfZiWRUOboY K88JPS2i0zsWTJevc.g.0kXUP3YEDa5EWNPRKZG5xVmmZuOuL_Id8IDxoCA4 y1a2aWIp4.EzUsSSwpnb3uLnq5yEZ6j3e37Aj27orFQPlAvAUuS0LyyqmDAc Li_O5_oLDhEh_NAgqvE4F8kmsyPKDDzTkbNs9kbvmFEhd7mzeUdIfkDM8xNM jl0rRGaHyr7E4WGpwnLg_KLHUDJh7_uG4Qlw7YpOQvkY- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.19.98 with login) by smtp117.mail.ird.yahoo.com with SMTP; 20 Jan 2013 12:48:30 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Date: Sun, 20 Jan 2013 21:48:29 +0100 Subject: ext3 file system To: "FreeBSD quest" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 20:48:33 -0000 Hi :) is it possible to mount Linux ext3 file systems with fstab by label? Before I run mount -a /mnt/dump had the same permissions, owner and group as /mnt/archlinux has got. Is it possible to keep this? Both are Linux ext3 fs. Mounting without a label does work. root@freebsd:/usr/home/rocketmouse # cat /etc/fstab # Device Mountpoint FStype Options Dump Pass /dev/ad4s1b none swap sw 0 0 /dev/ad4s1a / ufs rw 1 1 /dev/ad4s1e /tmp ufs rw 2 2 /dev/ad4s1f /usr ufs rw 2 2 /dev/ad4s1d /var ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 #proc /proc procfs rw 0 0 /dev/ada0s8 /mnt/dump ext2fs rw 0 0 #/dev/label/dump /mnt/dump ext2fs rw 0 0 #/dev/label/archlinux /mnt/archlinux ext2fs rw 0 0 root@freebsd:/usr/home/rocketmouse # ls -l /mnt total 6 drwxr-xr-x 2 rocketmouse wheel 512 Jan 20 20:51 archlinux drwxrwxrwx 2 root wheel 4096 Jan 20 20:09 dump root@freebsd:/usr/home/rocketmouse # ls -l / | grep mnt drwxr-xr-x 4 root wheel 512 Jan 20 20:51 mnt I still search the Internet, but had bad luck until now. If I run 'gpart show -l' I can't see what /dev archlinux is, it doesn't show Linux labels, so I need to restart and boot Linux to see at what position it is, to figure out what /dev/ada*s* archlinux is. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 21:27:55 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9A0C519B for ; Sun, 20 Jan 2013 21:27:55 +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 5349D690 for ; Sun, 20 Jan 2013 21:27:55 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r0KLRk0Z045150; Sun, 20 Jan 2013 14:27:46 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r0KLRjss045147; Sun, 20 Jan 2013 14:27:46 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 20 Jan 2013 14:27:45 -0700 (MST) From: Warren Block To: Ralf Mardorf Subject: Re: ext3 file system In-Reply-To: Message-ID: References: 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.7 (wonkity.com [127.0.0.1]); Sun, 20 Jan 2013 14:27:46 -0700 (MST) Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 21:27:55 -0000 On Sun, 20 Jan 2013, Ralf Mardorf wrote: > is it possible to mount Linux ext3 file systems with fstab by label? > Before I run mount -a /mnt/dump had the same permissions, owner and group as > /mnt/archlinux has got. Is it possible to keep this? Both are Linux ext3 fs. > Mounting without a label does work. > > root@freebsd:/usr/home/rocketmouse # cat /etc/fstab > # Device Mountpoint FStype Options Dump Pass > /dev/ad4s1b none swap sw 0 0 > /dev/ad4s1a / ufs rw 1 1 > /dev/ad4s1e /tmp ufs rw 2 2 > /dev/ad4s1f /usr ufs rw 2 2 > /dev/ad4s1d /var ufs rw 2 2 > /dev/acd0 /cdrom cd9660 ro,noauto 0 0 > #proc /proc procfs rw 0 0 > /dev/ada0s8 /mnt/dump ext2fs rw 0 0 > #/dev/label/dump /mnt/dump ext2fs rw 0 0 > #/dev/label/archlinux /mnt/archlinux ext2fs rw 0 0 > > root@freebsd:/usr/home/rocketmouse # ls -l /mnt > total 6 > drwxr-xr-x 2 rocketmouse wheel 512 Jan 20 20:51 archlinux > drwxrwxrwx 2 root wheel 4096 Jan 20 20:09 dump > root@freebsd:/usr/home/rocketmouse # ls -l / | grep mnt > drwxr-xr-x 4 root wheel 512 Jan 20 20:51 mnt > > I still search the Internet, but had bad luck until now. > > If I run 'gpart show -l' I can't see what /dev archlinux is, it doesn't show > Linux labels, so I need to restart and boot Linux to see at what position it > is, to figure out what /dev/ada*s* archlinux is. 'gpart show -l' shows GPT labels, but that only works on a GPT disk. This disk is clearly MBR. If ext3 filesystem labels show up, they would be under /dev/ext2fs. See glabel(8). From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 23:41:43 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 26754DE1 for ; Sun, 20 Jan 2013 23:41:43 +0000 (UTC) (envelope-from carlj@peak.org) Received: from redcondor1.peak.org (redcondor1.peak.org [69.59.192.54]) by mx1.freebsd.org (Postfix) with ESMTP id 027F7B75 for ; Sun, 20 Jan 2013 23:41:42 +0000 (UTC) Received: from zmail-mta01.peak.org ([207.55.16.111]) by redcondor1.peak.org ({34b3fc79-8c76-4cfb-a4c0-c941747cf3b5}) via TCP (outbound) with ESMTP id 20130120233800193 for ; Sun, 20 Jan 2013 23:38:00 +0000 X-RC-FROM: X-RC-RCPT: Received: from bonsai.localnet (rad0.peak.org [69.59.192.40]) by zmail-mta01.peak.org (Postfix) with ESMTPSA id ADD8B491318 for ; Sun, 20 Jan 2013 15:37:59 -0800 (PST) Received: from oak.localnet (oak.localnet [192.168.193.34]) by bonsai.localnet (Postfix) with ESMTP id 6EABF3D5B4 for ; Sun, 20 Jan 2013 15:37:58 -0800 (PST) Received: from oak.localnet (localhost.localnet [127.0.0.1]) by oak.localnet (Postfix) with ESMTP id 2F754C593 for ; Sun, 20 Jan 2013 15:37:58 -0800 (PST) Received: (from carlj@localhost) by oak.localnet (8.14.4/8.14.4/Submit) id r0KNbwDa005384; Sun, 20 Jan 2013 15:37:58 -0800 (PST) (envelope-from carlj@peak.org) X-Authentication-Warning: oak.localnet: carlj set sender to carlj@peak.org using -f From: Carl Johnson To: freebsd-questions@freebsd.org Subject: Re: ext3 file system References: Mail-Followup-To: freebsd-questions@freebsd.org Date: Sun, 20 Jan 2013 15:37:57 -0800 In-Reply-To: (Ralf Mardorf's message of "Sun, 20 Jan 2013 21:48:29 +0100") Message-ID: <87622rfmsq.fsf@oak.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MAG-OUTBOUND: peakinternet.redcondor.net@207.55.16/22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 23:41:43 -0000 "Ralf Mardorf" writes: > Hi :) > > is it possible to mount Linux ext3 file systems with fstab by label? > Before I run mount -a /mnt/dump had the same permissions, owner and > group as /mnt/archlinux has got. Is it possible to keep this? Both are > Linux ext3 fs. Mounting without a label does work. > > root@freebsd:/usr/home/rocketmouse # cat /etc/fstab > # Device Mountpoint FStype Options Dump Pass > /dev/ad4s1b none swap sw 0 0 > /dev/ad4s1a / ufs rw 1 1 > /dev/ad4s1e /tmp ufs rw 2 2 > /dev/ad4s1f /usr ufs rw 2 2 > /dev/ad4s1d /var ufs rw 2 2 > /dev/acd0 /cdrom cd9660 ro,noauto 0 0 > #proc /proc procfs rw 0 0 > /dev/ada0s8 /mnt/dump ext2fs rw 0 0 > #/dev/label/dump /mnt/dump ext2fs rw 0 0 > #/dev/label/archlinux /mnt/archlinux ext2fs rw 0 0 > > root@freebsd:/usr/home/rocketmouse # ls -l /mnt > total 6 > drwxr-xr-x 2 rocketmouse wheel 512 Jan 20 20:51 archlinux > drwxrwxrwx 2 root wheel 4096 Jan 20 20:09 dump > root@freebsd:/usr/home/rocketmouse # ls -l / | grep mnt > drwxr-xr-x 4 root wheel 512 Jan 20 20:51 mnt > > I still search the Internet, but had bad luck until now. > > If I run 'gpart show -l' I can't see what /dev archlinux is, it > doesn't show Linux labels, so I need to restart and boot Linux to see > at what position it is, to figure out what /dev/ada*s* archlinux is. You should be able to see any labels the kernel knows about with 'glabel status', but my experience is that not all labels show up. You can check ext2/3 labels with e2label from the e2fsprogs port/package. My experience is that labels in /etc/fstab work fine, but they may or may not be visible in /dev or with glabel if they are not in fstab. -- Carl Johnson carlj@peak.org From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 00:02:05 2013 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A95AC647 for ; Mon, 21 Jan 2013 00:02:05 +0000 (UTC) (envelope-from kline@thought.org) Received: from smtpout08.prod.mesa1.secureserver.net (smtpout08-01.prod.mesa1.secureserver.net [64.202.165.119]) by mx1.freebsd.org (Postfix) with SMTP id 77E4FCF1 for ; Mon, 21 Jan 2013 00:02:05 +0000 (UTC) Received: (qmail 13249 invoked from network); 20 Jan 2013 23:55:23 -0000 Received: from unknown (209.180.213.209) by smtpout08.prod.mesa1.secureserver.net (64.202.165.119) with ESMTP; 20 Jan 2013 23:55:23 -0000 Date: Sun, 20 Jan 2013 15:55:22 -0800 From: Gary Kline To: FreeBSD Mailing List Subject: help with SVN needed {slightly off-topic} Message-ID: <20130120235522.GA2103@ethic.thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 00:02:05 -0000 (hm, well, other than to say that im installing 9.1 on my uni-CPU laptop, this is =really= OT.) okay, here's what I need help with and some of the whys and wherefors, etc: much to my surprise, my little speech application for the impaired is gaining recognition rapidly. ive heard from people from oz, from somewshere in the philippines, from england-- or maybe I should say "u.k.", as well as from a few locales here in the states. mostly, tho, my focus remains on writing or finishing this program fro the one computer per child project that is/was from MIT. I'm not sure I believe this, but according to some source, there are some unholy number of children with some disability. of the 7 billion there are 100 million children with some disability. not all speech, of course, but still--- a gtk+ wizard took my posted VBC code and make mods to it. he suggested that I set up an account on sourceforge.net so he and others could contribute. I have an acct there but couldn't figure anything out. a fellow on fbook suggested google. I spent most of saturday setting up a forum and a place for my code on google.code. if it sounds like I'm making progress, well, that's debatable. nothing to do with hacking. just the peripheral stuff. the part I need help with is Subversion. I used CVS about 15 years ago, and svn looks slightly familiar. the project on google.code are looking for me to use svn to install my base files. I think; not sure. on my desktop here I have one development directory for all my source files. I have subversion installed here. briefly: what now? do I create a svn directory here? or do I ftp/scp/<> things to the voice-by-computer account to the google.code project? thanks for any help. gary ps: from the ``ya don' hafta be a hacker to help Dept:'' a speech therapist wrote with some thoughts on what I should =avoid= as well as things to include. things I had never thought of!! -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix Twenty-six years of service to the Unix community. From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 02:12:10 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E366A8EE for ; Mon, 21 Jan 2013 02:12:10 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-qc0-f177.google.com (mail-qc0-f177.google.com [209.85.216.177]) by mx1.freebsd.org (Postfix) with ESMTP id 8134D16E for ; Mon, 21 Jan 2013 02:12:10 +0000 (UTC) Received: by mail-qc0-f177.google.com with SMTP id u28so3467058qcs.22 for ; Sun, 20 Jan 2013 18:12:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=H1X0t0HNPHtWZWBXsPWLAYaKa4bdshsSmmG7oZyy0HM=; b=tyOXjWzMd1At4U0UzTzsfYlgI7fdo4wqGd+ORPx77r4H4vMZ4of2HOjc2Cqzs7qKcR zVnoY3bX+mPHxvax1EF1rxpjnaQm3v4coFNu+U1SwgTPFkGZFh+kYfvwnjJwI0b7JUlm j7wuevLPFENwWI+yTLUHEpYj5O/FbWoj1yMcXgShhjD5H3OAjWDzU/A6dTRxUljVERCo FI0femWA+hr+7KEyH1Sd8YmS9SoV/RW8TKvdDXOO4m1yq2Sgo2AaDiB8tJ2+PyNu7/Oc erCsdOQTane8sfhtf6JlAFN+Xnpz4vcCDTXDuZKNHji+N5+kFWeqx5AoQhK/kQUWGNsw MTsg== MIME-Version: 1.0 X-Received: by 10.224.111.83 with SMTP id r19mr17736472qap.39.1358734329671; Sun, 20 Jan 2013 18:12:09 -0800 (PST) Received: by 10.49.128.168 with HTTP; Sun, 20 Jan 2013 18:12:09 -0800 (PST) In-Reply-To: References: Date: Sun, 20 Jan 2013 20:12:09 -0600 Message-ID: Subject: Re: What is the timeout of TCP in freeBSD? From: Adam Vande More To: Karthik Reddy <22karthikreddy@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 02:12:10 -0000 On Sun, Jan 20, 2013 at 8:50 AM, Karthik Reddy <22karthikreddy@gmail.com>wrote: > I was doing a experiment on FreeBSD for testing TCP timeout and RTO. OS is > being run from two different VMware versions 4.0 and 5.0. > > Present Scenario: VMware Player 4.0 > I'll start a telnet session to a non-existing system in the network. When I > look at the tcpdump the RTO starts at every 3 seconds and after some > exponential backoff starts. In this scenario after 75 seconds the TCP gives > up and tells me that there is no system existing with the IP and telnet > session terminates. > > Next Scenario: VMware Player 5.0 > In this scenario, I did the same but the RTO starts at 5 sec and then > varies. In this scenario, it takes more than 120 seconds for telnet session > to tell me that there is no system is available in the network. > > I have seen sysctl in both VM's. net.inet.tcp.keepinit = 75000 > > Is this problem something related to timing of the VM's or any other issue? > What's the wallclock delta during such a test? Have you tried setting 'kern.hz="50"' or fiddling other TC options? UP VM's tend to keep time better than other multicore configs. -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 02:35:32 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E7CD8F65 for ; Mon, 21 Jan 2013 02:35:32 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from mail-ea0-f178.google.com (mail-ea0-f178.google.com [209.85.215.178]) by mx1.freebsd.org (Postfix) with ESMTP id 8997D21C for ; Mon, 21 Jan 2013 02:35:32 +0000 (UTC) Received: by mail-ea0-f178.google.com with SMTP id a14so2303048eaa.37 for ; Sun, 20 Jan 2013 18:35:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=EczI96ViEfn9oSSRPU2uwt+5mwB39s18rMlJxLhs9qA=; b=bETn2qQlALlzzRSiVMTggMOYP6WW1Zy5FJS10AqoQWIAd40LeIaZenj/+yTkcWIgR4 r1ksr2+0QxGMwt2HqULJfyIfzPo9azdBzMt4zkiUmgyIXDi9OdA1jqN/jEz8X4NoKWd4 O3LzFrvJKuW+ZQqZOgy/Ney6j9UabMWC2k2VL050Zl43xr1d1T3oyb9RnSimrUEa6pv6 9M+x3+8+m8Se1eOmbiYrmliEklh6Af2TQDdRreiRS4FsdNCFaxByelVm5eALnqJUFu3e PfIpITeGqWKfb+h5z82lZLH0OXkWVEbEaFp6CHWeSsBQD4LwlKS/dO6vtYRfoCEooIWH Q6+w== MIME-Version: 1.0 X-Received: by 10.14.174.73 with SMTP id w49mr12800276eel.17.1358735731287; Sun, 20 Jan 2013 18:35:31 -0800 (PST) Received: by 10.14.215.134 with HTTP; Sun, 20 Jan 2013 18:35:31 -0800 (PST) Date: Sun, 20 Jan 2013 19:35:31 -0700 Message-ID: Subject: LaTeX Error: File `utf8x.def' not found From: Modulok To: "questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 02:35:33 -0000 List, I installed ``latex`` from packages. That part worked. When using latex however, it gives me an error:: "LaTeX Error: File `utf8x.def' not found." Where do I get this file? Obviously I'm missing some package of extras or something. Google reveals linux users solving this problem by installing ``unicode-tex``, but I didn't find a ``unicode-tex`` package in the FreeBSD packages list on ftp.freebsd.org. Any pointers? I'm using this with Sphinx on FreeBSD 8.3-RELEASE if that matters. Thanks! -Modulok- From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 02:37:17 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8BACC6B; Mon, 21 Jan 2013 02:37:17 +0000 (UTC) (envelope-from dlazaro@mac.com) Received: from st11p01mm-asmtp002.mac.com (st11p01mm-asmtp002.mac.com [17.172.204.237]) by mx1.freebsd.org (Postfix) with ESMTP id 431B322C; Mon, 21 Jan 2013 02:37:16 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from [10.0.0.6] (110.Red-79-144-247.dynamicIP.rima-tde.net [79.144.247.110]) by st11p01mm-asmtp002.mac.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Jan 3 2012)) with ESMTPSA id <0MGY00EVXCHTFM00@st11p01mm-asmtp002.mac.com>; Mon, 21 Jan 2013 01:37:08 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8327,1.0.431,0.0.0000 definitions=2013-01-20_05:2013-01-18,2013-01-20,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1212290000 definitions=main-1301200328 Subject: Re: bsdinstall(8) line drawing characters From: David Lazaro Saz In-reply-to: <20130120184630.GA6610@saltmine.radix.net> Date: Mon, 21 Jan 2013 02:37:05 +0100 Message-id: References: <1C064C2C-52A4-4A37-AB3D-68049093D7BD@mac.com> <88E25E2A-24EE-491A-B82A-A26E849B1ABF@fisglobal.com> <633A6573-BCDA-41CD-A5CA-1749DE36283A@mac.com> <20130120184630.GA6610@saltmine.radix.net> To: Thomas Dickey X-Mailer: Apple Mail (2.1499) Cc: Devin Teske , FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 02:37:17 -0000 On Jan 20, 2013, at 7:46 PM, Thomas Dickey wrote: > TERM is one thing, the driver is another. > > Since the "xterm" terminal description supports line-drawing characters, it sounds as if the underlying problem is in the console driver. You are right. The problem is in how teken(3) handles the special line drawing mode of xterm. When I changed the TERM variable to cons25, dialog(1) changed the way in which it draws the panels, using, it seems, direct code points for its graphics. It seems that teken(3) once handled this by using the code points for CP437 but that it was reverted because there were problems with other languages. It is documented in PR kern/141633 at . There seems to be support for using proper unicode code points for line drawing characters if Unicode support is enabled for teken(3). If anybody else is curious, the code for line drawing escape sequences is in /sys/teken/teken_scs.h. I would like to see this working by default. Who is the current maintainer of that code? David From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 02:54:02 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4DB6ABEC for ; Mon, 21 Jan 2013 02:54:02 +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 0A5222BC for ; Mon, 21 Jan 2013 02:54:01 +0000 (UTC) Received: from r56.edvax.de (port-92-195-45-17.dynamic.qsc.de [92.195.45.17]) by mx02.qsc.de (Postfix) with ESMTP id F3326244C0; Mon, 21 Jan 2013 03:53:53 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0L2ru69001975; Mon, 21 Jan 2013 03:53:56 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Mon, 21 Jan 2013 03:53:56 +0100 From: Polytropon To: "Ralf Mardorf" Subject: Re: Editors are broken after update Message-Id: <20130121035356.ab12a4e7.freebsd@edvax.de> In-Reply-To: References: <20130120103845.76c1a963.freebsd@edvax.de> <20130120120340.e29b1144.freebsd@edvax.de> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 02:54:02 -0000 On Sun, 20 Jan 2013 14:20:10 +0100, Ralf Mardorf wrote: > Since I only run "mcedit" without a file, the error message is grotesque > and btw. Exactly - it is, and probably misleading as it implies that mcedit is trying to access something that doesn't even exist, even with a maximum of imagination. > $ ls -l /usr/home > total 2 > drwxr-xr-x 26 rocketmouse rocketmouse 1536 Jan 20 13:07 rocketmouse > $ ls -l /home > lrwxr-xr-x 1 root wheel 8 Dec 18 19:19 /home -> usr/home That is a valid symlink on a FreeBSD installation (and has been a default for a long time), so /home/rocketmouse will equal /usr/home/rocketmouse, _not_ user/home/rocketmouse as shown in the error message. > Thank you for the hints. I take the issues with a good portion of humor. I think this isn't funny anymore - an editor that stops working without explaining the reason in an understandable way... > This might explain why you're confused regarding to the /home path: > > $ cat /etc/fstab > # Device Mountpoint FStype Options Dump Pass# > /dev/ad4s1b none swap sw 0 0 > /dev/ad4s1a / ufs rw 1 1 > /dev/ad4s1e /tmp ufs rw 2 2 > /dev/ad4s1f /usr ufs rw 2 2 > /dev/ad4s1d /var ufs rw 2 2 > /dev/acd0 /cdrom cd9660 ro,noauto 0 0 > #proc /proc procfs rw 0 0 No, looks perfectly valid. On my other system, for example, I have /home being /export/home with the proper symlink, and no problems at all. > $ mc > > does start midnight commander, but if I push "4 Edit" I get the same error > message. Okay, so the problem lies deeply within the editor. > I did "dump -0Launf [...]" everything and will continue later. Hopefully > with some fun, when starting with audio, instead of mcedit. In worst case, try portdowngrade (or use svn to obtain an older copy of the mc port where the editor hasn't been disimproved yet). -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 03:12:47 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AC6FD5B1 for ; Mon, 21 Jan 2013 03:12:47 +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 7757B405 for ; Mon, 21 Jan 2013 03:12:47 +0000 (UTC) Received: from r56.edvax.de (port-92-195-45-17.dynamic.qsc.de [92.195.45.17]) by mx02.qsc.de (Postfix) with ESMTP id 66EC823B64; Mon, 21 Jan 2013 04:12:46 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0L3CngY002070; Mon, 21 Jan 2013 04:12:49 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Mon, 21 Jan 2013 04:12:48 +0100 From: Polytropon To: Modulok Subject: Re: LaTeX Error: File `utf8x.def' not found Message-Id: <20130121041248.bcf50625.freebsd@edvax.de> In-Reply-To: References: Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 03:12:47 -0000 On Sun, 20 Jan 2013 19:35:31 -0700, Modulok wrote: > List, > > I installed ``latex`` from packages. That part worked. When using latex > however, it gives me an error:: > > "LaTeX Error: File `utf8x.def' not found." > > Where do I get this file? Obviously I'm missing some package of extras or > something. In your LaTeX source file, you have \usepackage[utf8x]{inputenc} somewhere, and you're using UTF-8 characters for whatever reason. You need to install the port "latex-ucs" (in the "print" category) to make this work. I assume there's also a package for this. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 03:44:06 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D63346C for ; Mon, 21 Jan 2013 03:44:06 +0000 (UTC) (envelope-from 22karthikreddy@gmail.com) Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6E369770 for ; Mon, 21 Jan 2013 03:44:06 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id fg15so3380707wgb.33 for ; Sun, 20 Jan 2013 19:44:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=bHmbICP6xIyXnEHPvUy6oS85nYAZ5qDC/mEN3RbFV54=; b=nJFDzM3PXDAs6fyZ7HCrnde8258WEZNlBB438VpIngC//1CN9auGcf24Aqx+OT1xap M7dz+FpimWdJiKzMDA0xOBuJZ9BQEIdMfCLdOswQALC8aMOGs4MDZ3Q+ur3VSMn0+Rr2 f1FQtLsLpJdNJra2LALssXrYPoTpNMjgoMaQTOghedV/fuT9RE9FAr+g/LdgCfXxL+lu 53Aq2XxZykKg/jkKLeDAuH/RIs2yc0SdghV/4sIcTb6suOCvTKcSTFamKNsoJw9AadG6 vAQElEcpKYzHkd1EOVFDaTgwXA9EFxiE4EknXImKxsFFT96Z80heUhG7/5dTBvmqd9jy lz0A== X-Received: by 10.194.58.175 with SMTP id s15mr23829956wjq.31.1358739538992; Sun, 20 Jan 2013 19:38:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.6.1 with HTTP; Sun, 20 Jan 2013 19:38:38 -0800 (PST) In-Reply-To: References: From: Karthik Reddy <22karthikreddy@gmail.com> Date: Sun, 20 Jan 2013 23:38:38 -0400 Message-ID: Subject: Re: What is the timeout of TCP in freeBSD? To: Adam Vande More Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 03:44:06 -0000 When I change the kern.hz to 50, the timeout is happening at 76sec. Could you please elaborate on kern.hz and how does it effect timing. On Sun, Jan 20, 2013 at 10:12 PM, Adam Vande More wrote: > On Sun, Jan 20, 2013 at 8:50 AM, Karthik Reddy <22karthikreddy@gmail.com>wrote: > >> I was doing a experiment on FreeBSD for testing TCP timeout and RTO. OS is >> being run from two different VMware versions 4.0 and 5.0. >> >> Present Scenario: VMware Player 4.0 >> I'll start a telnet session to a non-existing system in the network. When >> I >> look at the tcpdump the RTO starts at every 3 seconds and after some >> exponential backoff starts. In this scenario after 75 seconds the TCP >> gives >> up and tells me that there is no system existing with the IP and telnet >> session terminates. >> >> Next Scenario: VMware Player 5.0 >> In this scenario, I did the same but the RTO starts at 5 sec and then >> varies. In this scenario, it takes more than 120 seconds for telnet >> session >> to tell me that there is no system is available in the network. >> >> I have seen sysctl in both VM's. net.inet.tcp.keepinit = 75000 >> >> Is this problem something related to timing of the VM's or any other >> issue? >> > > What's the wallclock delta during such a test? Have you tried setting > 'kern.hz="50"' or fiddling other TC options? UP VM's tend to keep time > better than other multicore configs. > > -- > Adam Vande More -- Karthik Reddy I'm not the best, but I'm not like the Rest From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 05:13:55 2013 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4842720E for ; Mon, 21 Jan 2013 05:13:55 +0000 (UTC) (envelope-from gad@FreeBSD.org) Received: from smtp7.server.rpi.edu (smtp7.server.rpi.edu [128.113.2.227]) by mx1.freebsd.org (Postfix) with ESMTP id EBE6A9CD for ; Mon, 21 Jan 2013 05:13:54 +0000 (UTC) Received: from gilead.netel.rpi.edu (gilead.netel.rpi.edu [128.113.124.121]) by smtp7.server.rpi.edu (8.13.1/8.13.1) with ESMTP id r0L47NNW008651; Sun, 20 Jan 2013 23:07:24 -0500 Message-ID: <50FCBEFB.3010102@FreeBSD.org> Date: Sun, 20 Jan 2013 23:07:23 -0500 From: Garance A Drosehn User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100722 Eudora/3.0.4 MIME-Version: 1.0 To: "Thomas D. Dean" Subject: Re: time_t definition References: <50F5A189.7000701@speakeasy.org> <20130116120015.3b8d0db4@mr129166> <50F6EDFB.70501@speakeasy.org> In-Reply-To: <50F6EDFB.70501@speakeasy.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Bayes-Prob: 0.8365 (Score 2) X-RPI-SA-Score: 2.10 (**) [Hold at 11.00] COMBINED_FROM X-CanItPRO-Stream: outgoing X-Canit-Stats-ID: 56425075 - e92aad8d021f X-Scanned-By: CanIt (www . roaringpenguin . com) on 128.113.2.227 Cc: "questions@FreeBSD.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 05:13:55 -0000 On 1/16/13 1:14 PM, Thomas D. Dean wrote: > On 01/16/13 03:00, Patrick Lamaiziere wrote: > >> Looks like gcc47 checks the printf format string (-Wformat) >> Disable this check or convert your time_t. > > Yes, I know gcc47 checks the format string. > > But, time_t is of type int32, from a typedef statement. > > > #include > typedef int zzz; > typedef zzz yyy; > typedef yyy xxx; > int main() { > xxx idx; > for (idx=0; idx<10; idx++) printf("%d\n",idx); > return 0; > } > > does not produce the error (I did this on the 'other' system) > > gcc --version > gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 > ... > > > gcc -O2 -pipe -I../../include -std=gnu99 -fstack-protector > -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized > -Wno-pointer-sign xxx.c -o xxx > > I did not think to do this on the FreeBSD system I was using yesterday. > > What I don't understand is where gcc is losing track of this definition. > > In 9.0, or maybe earlier, the definition of time_t was changed with a > view toward 64-bit systems. I remember a statement to the effect of "in > 2038, 32-bit time will overflow. It is unlikely that many 32-biot > systems will be around then. So, making the change to 64-bit now will > prevent having to do it in the future". > > So, now, it seems that any calculation involving time_t requires a cast???? I'm the freebsd developer who changed time_t *ON SPARC64* to be a 64-bit value. We did not change it on the i386 platform. We did go with a 64-bit value for the AMD64 platform, so your example would work on amd64 but not on i386. Also, depending on the platform and the compiler you're using, "long int" is not the same as "int". In your example, time_t is explicitly set to a 32-bit integer, but you'll find that "long int" on your platform is a 64-bit integer. On some other platforms it may be true that "long int" is a 32-bit integer, but it is not on the platform you are on. When it comes to C data types, a 32-bit integer is not the same as a 64-bit integer. This is especially important when passing parameters when calling other routines. The format in the printf statement uses '%ld', which matches "long int". The warning from the compiler is correct. It has not lost track of anything. It is looking exactly at what your platform uses, and warning you that the printf in question will not work the way that you almost certainly want it to work. Yes, this means that the only reliable way to printf a time_t is to use a cast. That has been true for at least a decade. It may be true that you happened to avoid this issue before, but the only *RELIABLE* platform-independent way to print time_t's is via a cast. -- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 05:47:29 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 00650546 for ; Mon, 21 Jan 2013 05:47:28 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-ob0-f169.google.com (mail-ob0-f169.google.com [209.85.214.169]) by mx1.freebsd.org (Postfix) with ESMTP id C4E6FB0D for ; Mon, 21 Jan 2013 05:47:28 +0000 (UTC) Received: by mail-ob0-f169.google.com with SMTP id v19so5628747obq.0 for ; Sun, 20 Jan 2013 21:47:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding :x-gm-message-state; bh=wXR6p4JROr24e9jWMNjLe+Z14KViGXX/tY9OH1kuFKQ=; b=OWmOCboE1EdRyZEdff3q8oRWObtrsx/3EVcyZek8IYjurdocVGjq7od/EWjx1mXUb3 mNFwSoi0oeX2hi8bI3H1kdJ0BPQ9oAF/hrF3dyzYe6Ue1LzhVAH1FIprBzHPWjACdXeb 6RFZBPjH8yXMGcL2fUtRFBE0PeFHXQY7+GtbPjWmNJ6BwQW1rwIu4XeA99Vz6O8zSGv5 gTw14rn57/5GXWGiovPNcSiIZvmXfGVj0PAjC6u1QeC17hOsc+6EicplBd336HTGWgzJ mLw1HVVhh7lmGzQ3aklRlO5Ef+l1BHjbNewj2AC7b0MHaE8lHjBHs5KacyFRYW6hCKhG 1xzg== MIME-Version: 1.0 X-Received: by 10.60.0.165 with SMTP id 5mr13280825oef.128.1358747248168; Sun, 20 Jan 2013 21:47:28 -0800 (PST) Received: by 10.60.10.136 with HTTP; Sun, 20 Jan 2013 21:47:28 -0800 (PST) In-Reply-To: <50FCBEFB.3010102@FreeBSD.org> References: <50F5A189.7000701@speakeasy.org> <20130116120015.3b8d0db4@mr129166> <50F6EDFB.70501@speakeasy.org> <50FCBEFB.3010102@FreeBSD.org> Date: Sun, 20 Jan 2013 21:47:28 -0800 Message-ID: Subject: Re: time_t definition From: Michael Sierchio To: Garance A Drosehn Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQnNlFWMrv/2Sj26TRHCQXF8pjsb1TMAsYU8gJ/SaNkVNLv7GmlbLCdNDFb1kHnCdENHIIUa Cc: "Thomas D. Dean" , "questions@FreeBSD.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 05:47:29 -0000 On Sun, Jan 20, 2013 at 8:07 PM, Garance A Drosehn wrote: > Yes, this means that the only reliable way to printf a time_t is > to use a cast. That has been true for at least a decade. It may > be true that you happened to avoid this issue before, but the only > *RELIABLE* platform-independent way to print time_t's is via a cast. Especially for variadic functions like printf. You can reasonably assume that arithmetic expressions will automagically promote a type to the proper size, but you (Garance) ably reinforce what we've been trying to convey about this particular example. Well, Brahma said, even after ten thousand explanations, a fool is no wiser, but an intelligent man requires only two thousand five hundred. - The Mah=C4=81bh=C4=81rata. From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 06:17:24 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F0901953 for ; Mon, 21 Jan 2013 06:17:24 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from mail-ee0-f48.google.com (mail-ee0-f48.google.com [74.125.83.48]) by mx1.freebsd.org (Postfix) with ESMTP id 67B3BC34 for ; Mon, 21 Jan 2013 06:17:23 +0000 (UTC) Received: by mail-ee0-f48.google.com with SMTP id t10so2721444eei.35 for ; Sun, 20 Jan 2013 22:17:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=xGNO+HSaACHhy3l3GFcH4JzeiexxtdsFyjOwhiSXjkg=; b=r/0FHF9/VK4xYLQmQAcrxjMSCgZbEBY5+rFxd4cFOMgJTLOUf8vJ/sJCavBNX7lCdg vvpyMJw3DTzHqKReRd+qKvKydOsAF+A9DZAjqKOdXv9xSrRIwA02kosZmBF8Bkz4owxO DAG6AICBBaTnaVV+xpjZLLqvgZj4HdO2GB5rOusBJiuBZb1Vqebf+O5phxYEipC8L2Ag STmrZYbC+NxBG5UOZD0npom8ItN+KYTGlA4CsUSsbwkQZqdRjHQJNYaKA982H2oxnE67 4HU+iPIdlRR4FKgmBWNL2jOfu4/geSWlT8AxqZgnAadm13ZFKL4ORsqql82xwb1K3Cjd VASQ== MIME-Version: 1.0 X-Received: by 10.14.2.5 with SMTP id 5mr19517430eee.30.1358749043039; Sun, 20 Jan 2013 22:17:23 -0800 (PST) Received: by 10.14.215.134 with HTTP; Sun, 20 Jan 2013 22:17:22 -0800 (PST) In-Reply-To: <20130121041248.bcf50625.freebsd@edvax.de> References: <20130121041248.bcf50625.freebsd@edvax.de> Date: Sun, 20 Jan 2013 23:17:22 -0700 Message-ID: Subject: Re: LaTeX Error: File `utf8x.def' not found From: Modulok To: Polytropon Content-Type: text/plain; charset=ISO-8859-1 Cc: "questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 06:17:25 -0000 > In your LaTeX source file, you have \usepackage[utf8x]{inputenc} > somewhere, and you're using UTF-8 characters for whatever reason. > > You need to install the port "latex-ucs" (in the "print" category) > to make this work. I assume there's also a package for this. Hmmm. LaTeX is called by sphinx to render some math in my python docs, so I'm not sure where the utf-8 reference occurs, probably somewhere in the sphinx framework. I tried to install latex-ucs as suggested, which itself worked, but some of its dependents didn't (output shown below). Also, why is teTeX a dependency? I thought it was no longer maintained? Thanks! -Modulok- Command output shown below: # pkg_add -r latex-ucs Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/Latest/latex-ucs.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/printproto-1.0.5.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/libwww-5.4.0_4.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/tex-texmflocal-1.9.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/font-amsfonts-3.02_1.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/teTeX-texmf-3.0_8.tbz... Done. pkg_add: package 'teTeX-texmf-3.0_8' conflicts with latex2e-2003.12_1 pkg_add: package 'teTeX-texmf-3.0_8' conflicts with tex-3.14159_3 pkg_add: please use pkg_delete first to remove conflicting package(s) or -f to force installation pkg_add: pkg_add of dependency 'teTeX-texmf-3.0_8' failed! Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/texi2html-1.82,1.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/gd-2.0.35_7,1.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/libXext-1.3.0_1,1.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/libXp-1.0.1,1.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/libXt-1.0.9,1.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/libXmu-1.1.0,1.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/libXpm-3.5.9.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/libXaw-1.0.8,2.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/t1lib-5.1.2_1,1.tbz... Done. Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/ghostscript9-9.05_3.tbz... Done. pkg_add: package 'ghostscript9-9.05_3' conflicts with ghostscript9-nox11-9.05_3 pkg_add: please use pkg_delete first to remove conflicting package(s) or -f to force installation pkg_add: pkg_add of dependency 'ghostscript9-9.05_3' failed! Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/teTeX-base-3.0_22.tbz... Done. pkg_add: package 'teTeX-base-3.0_22' conflicts with latex2e-2003.12_1 pkg_add: package 'teTeX-base-3.0_22' conflicts with tex-3.14159_3 pkg_add: please use pkg_delete first to remove conflicting package(s) or -f to force installation pkg_add: pkg_add of dependency 'teTeX-base-3.0_22' failed! From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 06:27:27 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B9D42A6A for ; Mon, 21 Jan 2013 06:27:27 +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 6A331CEF for ; Mon, 21 Jan 2013 06:27:27 +0000 (UTC) Received: from r56.edvax.de (port-92-195-45-17.dynamic.qsc.de [92.195.45.17]) by mx01.qsc.de (Postfix) with ESMTP id 38B5F3DD17; Mon, 21 Jan 2013 07:27:25 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0L6RR8a003294; Mon, 21 Jan 2013 07:27:27 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Mon, 21 Jan 2013 07:27:27 +0100 From: Polytropon To: Modulok Subject: Re: LaTeX Error: File `utf8x.def' not found Message-Id: <20130121072727.ce51e5fb.freebsd@edvax.de> In-Reply-To: References: <20130121041248.bcf50625.freebsd@edvax.de> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 06:27:27 -0000 On Sun, 20 Jan 2013 23:17:22 -0700, Modulok wrote: > > In your LaTeX source file, you have \usepackage[utf8x]{inputenc} > > somewhere, and you're using UTF-8 characters for whatever reason. > > > > You need to install the port "latex-ucs" (in the "print" category) > > to make this work. I assume there's also a package for this. > > Hmmm. LaTeX is called by sphinx to render some math in my python docs, so I'm > not sure where the utf-8 reference occurs, probably somewhere in the sphinx > framework. I assume it uses UTF-8 as "input language" for widest portability. You could check some "intermediate LaTeX source file" for occurances of \usepackage[utf8x]{inputenc} or check if there are some UTF-8 characters present in input. > I tried to install latex-ucs as suggested, which itself worked, but some of its > dependents didn't (output shown below). Maybe those specific dependencies aren't needed? Does the result work? As I understand from the error messages, you've been installing "LaTeX components" manually or by TeXLive, whereas teTeX is a "package" of lots of related LaTeX stuff. You can see from this example list that some "additional" software relies on teTeX, as you can judge from their names: teTeX-3.0_5 teTeX-base-3.0_22 teTeX-texmf-3.0_8 dvipsk-tetex-5.95a_5 ifxetex-20090124_3 latex-cjk-4.8.2_5 latex-ucs-20041017_5 teTeX-texmf-3.0_8 tex-texmflocal-1.9 xdvik-tetex-22.84.16_3 On a system maintained via the TeXLive installer, this might look different. > Also, why is teTeX a dependency? I > thought it was no longer maintained? I'm still using teTeX here, but TeXLive is recommended today. It seems that still some ports define teTeX as "the LaTeX dependency", as there is no means to specify _which_ LaTeX to use (the one that is installed, or via some option like WITH_TETEX or WITH_TEXLIVE). > Command output shown below: > > # pkg_add -r latex-ucs > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/Latest/latex-ucs.tbz... > Done. > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/printproto-1.0.5.tbz... > Done. > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/libwww-5.4.0_4.tbz... > Done. > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/tex-texmflocal-1.9.tbz... > Done. > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/font-amsfonts-3.02_1.tbz... > Done. > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/teTeX-texmf-3.0_8.tbz... > Done. > pkg_add: package 'teTeX-texmf-3.0_8' conflicts with latex2e-2003.12_1 > pkg_add: package 'teTeX-texmf-3.0_8' conflicts with tex-3.14159_3 > pkg_add: please use pkg_delete first to remove conflicting package(s) > or -f to force installation > pkg_add: pkg_add of dependency 'teTeX-texmf-3.0_8' failed! > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/texi2html-1.82,1.tbz... > Done. > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/gd-2.0.35_7,1.tbz... > Done. > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/libXext-1.3.0_1,1.tbz... > Done. > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/libXp-1.0.1,1.tbz... > Done. > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/libXt-1.0.9,1.tbz... > Done. > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/libXmu-1.1.0,1.tbz... > Done. > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/libXpm-3.5.9.tbz... > Done. > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/libXaw-1.0.8,2.tbz... > Done. > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/t1lib-5.1.2_1,1.tbz... > Done. > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/ghostscript9-9.05_3.tbz... > Done. > pkg_add: package 'ghostscript9-9.05_3' conflicts with ghostscript9-nox11-9.05_3 > pkg_add: please use pkg_delete first to remove conflicting package(s) > or -f to force installation > pkg_add: pkg_add of dependency 'ghostscript9-9.05_3' failed! > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/teTeX-base-3.0_22.tbz... > Done. > pkg_add: package 'teTeX-base-3.0_22' conflicts with latex2e-2003.12_1 > pkg_add: package 'teTeX-base-3.0_22' conflicts with tex-3.14159_3 > pkg_add: please use pkg_delete first to remove conflicting package(s) > or -f to force installation > pkg_add: pkg_add of dependency 'teTeX-base-3.0_22' failed! Seems that latex-ucs has some "back-reference" on teTeX ("the" LaTeX dependency) and also to ghostscript. In worst case, why not simply install teTeX and see if it does everything you need? I know there are things that don't work in teTeX (but do in TeXLive), but I've not encountered one yet (maybe due to my very specific use of this software). -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 07:32:24 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 007E138E for ; Mon, 21 Jan 2013 07:32:23 +0000 (UTC) (envelope-from hrisikeshsahu@gmail.com) Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com [209.85.223.171]) by mx1.freebsd.org (Postfix) with ESMTP id C75D9F73 for ; Mon, 21 Jan 2013 07:32:23 +0000 (UTC) Received: by mail-ie0-f171.google.com with SMTP id 9so5507309iec.30 for ; Sun, 20 Jan 2013 23:32:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=BlKvHaw1MglCG9u9VhpO9liIF4EwfKureIxdgC1Gj+U=; b=Zo/2+IenhPy3v5Bso5ihwCAMgPwJHbR+78Bwow1u+4LwAS+gBMRW1zS3jn+Y3RGCs5 OiYjv4ygCm3+ZCidrq5fheYEHEierCy3vvmG7KOk1r6ktCW3sNfFake4ouOg0EHuQqTX EoAZrwm4nwgCk27NNJFnM6EexSLp7GonioCETAuOQJZMBFoTVydgLAFxBx0Luy0ANWD8 MA92BuHA6PysfZ3UB/xRkIFU+tXPIwZuXOkv8i7v0BEY9MSXHKgYwPsg685X/z8BeHkY PbksoqYnhwnxXPAmNpDgplAonyU4+nW8KNQcHzmzc7X4AsHXUt2ecCWpXTv8cxUfjYle D6dA== MIME-Version: 1.0 X-Received: by 10.50.91.168 with SMTP id cf8mr8574902igb.20.1358753537363; Sun, 20 Jan 2013 23:32:17 -0800 (PST) Received: by 10.42.9.34 with HTTP; Sun, 20 Jan 2013 23:32:17 -0800 (PST) Date: Mon, 21 Jan 2013 13:02:17 +0530 Message-ID: Subject: Upgrading 8.2 to 9.1, Gnome issue From: Hrisikesh sahu To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 07:32:24 -0000 Hi All, I followed this following link to upgrade from 8.2 RELEASE to 9.1 RELEASE. *http://www.freebsd.org/releases/9.0R/installation.html* After Code: # freebsd-update fetch # freebsd-update install Now the freebsd-update(8) utility can fetch bits belonging to 9.1-RELEASE. During this process freebsd-update(8) will ask for help in merging configuration files. Code: # freebsd-update upgrade -r 9.1-RELEASE # freebsd-update install The system must now be rebooted with the newly installed kernel before the non-kernel components are updated. Code: # shutdown -r now I followed the following command to upgrade Ports - # portupgrade -fr gnome-session But I am facing a problem "shared object libz.so.5 not found freebsd" I did all these steps to upgrade the ports Code: #pkgdb -fF # rm /var/db/pkg/pkgdb.db # portupgrade -arRn but i am facing a issue with - Code: /usr/local/sbin/portupgrade:1473:in `get_pkgname': Makefile broken (MakefileBrokenError) Please help me how to come out from this Makefile broken and "shared object libz.so.5 not found freebsd". Regards Hrisikesh From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 08:54:08 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CAEAAC1 for ; Mon, 21 Jan 2013 08:54:08 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm21-vm5.bullet.mail.ird.yahoo.com (nm21-vm5.bullet.mail.ird.yahoo.com [212.82.109.245]) by mx1.freebsd.org (Postfix) with ESMTP id 0BEE28D0 for ; Mon, 21 Jan 2013 08:54:07 +0000 (UTC) Received: from [77.238.189.49] by nm21.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 08:51:14 -0000 Received: from [217.146.188.164] by tm2.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 08:51:14 -0000 Received: from [127.0.0.1] by smtp132.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 08:51:14 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358758274; bh=fQLQqizeXvFyNeVBfIN/GrtBjfW3MYaHeWyVOhDUD9w=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=htGuTqKRQR5nVIj/1TuQMWFkTR1WtSppOyuUWhTcspedwLVHLfBYwHVBVDj007xbMwFEnuwnYDT9KrDf2DVtNixd9LlyY/cyy1jqoIyhxCJGyIUd8JAgcUdQQwVD1oHWOcTLULBuFBtK9pdZLrxZ/ZeCmi7D2To0JVL07Ag5Y0c= X-Yahoo-Newman-Id: 515378.53464.bm@smtp132.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 0Ba9m6oVM1mt6fRmAcUmlVxLQY4cVJx1dXEt9TbNRVvxDy0 oYk9heHSNZX75ZZq8X0rQwKfbVguJEluH7.qqPkHnmXmNALWkiB6kKJCBd3I QiZVCHHPtc0f0CAtx1Tg2yfWkys6u39BusX_zNCyt2vbJvRQfPqRpPwvKK.Z XZlknw1echytKcNUCOr2HzuC5qzFeECkZpLEEend0HI8cfEBmeMhh5Z0fi6p w_Hj7CjXBPqDLGZrHY4Y0LE0nO0kaSSsTJpLPFQr7.wPw.ozeUuC6fl0dp9U zT6XjJ0DiYKNGFGBZJ6zdTTe.syj0TKJc6pI.MOQOLdimT2W_NIpP.cEeMRj 9SS1uY3rv5Rbzd2IM32401nzBiwi9sbvUnlzZ2tE.TtcKOmZAjdAdRubQKrT gsWz7Luz9RCUd0vTmnw_0wdAnqWpIn6nR4iVmlLT29BU- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.19.98 with login) by smtp132.mail.ird.yahoo.com with SMTP; 21 Jan 2013 00:51:14 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "FreeBSD quest" Subject: Re: Editors are broken after update References: <20130120103845.76c1a963.freebsd@edvax.de> <20130120120340.e29b1144.freebsd@edvax.de> <20130121035356.ab12a4e7.freebsd@edvax.de> Date: Mon, 21 Jan 2013 09:51:13 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <20130121035356.ab12a4e7.freebsd@edvax.de> User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 08:54:08 -0000 On Mon, 21 Jan 2013 03:53:56 +0100, Polytropon wrote: > /usr/home/rocketmouse, _not_ user/home/rocketmouse It wasn't possible to copy the message, so I've written it. It's very likely that I made a typo. I'm a dyslexic and since there's no big difference between /usr and /user and it both is for "user" it's very likely that I haven't notice it all the times when I read it. If I would have written /usgr or something similar it could happen that I don't notice it when reading it 2 or 3 times, but when reading it for the 4th time I will notice it. It oven happens that people type 'unmount' instead of 'umount', so I've seen Linux distros that ship with an alias 'unmount' :D. I'm sorry for the confusion :). I only noticed it regarding to your comparison. OT: # grep alias .cshrc alias h history 25 alias j jobs -l alias la ls -aF alias lf ls -FA alias ll ls -lAF I avoid using aliases. FWIW on Linux mailing lists that aren't for a specific distro, it's unwanted to use aliases when posting to the list. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 09:08:55 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D9D0B77F for ; Mon, 21 Jan 2013 09:08:55 +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 9471C961 for ; Mon, 21 Jan 2013 09:08:55 +0000 (UTC) Received: from r56.edvax.de (port-92-195-45-17.dynamic.qsc.de [92.195.45.17]) by mx01.qsc.de (Postfix) with ESMTP id 713189C1A; Mon, 21 Jan 2013 10:08:54 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0L98vTt003871; Mon, 21 Jan 2013 10:08:57 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Mon, 21 Jan 2013 10:08:56 +0100 From: Polytropon To: "Ralf Mardorf" Subject: Re: Editors are broken after update Message-Id: <20130121100856.00a3769e.freebsd@edvax.de> In-Reply-To: References: <20130120103845.76c1a963.freebsd@edvax.de> <20130120120340.e29b1144.freebsd@edvax.de> <20130121035356.ab12a4e7.freebsd@edvax.de> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 09:08:55 -0000 On Mon, 21 Jan 2013 09:51:13 +0100, Ralf Mardorf wrote: > On Mon, 21 Jan 2013 03:53:56 +0100, Polytropon wrote: > > /usr/home/rocketmouse, _not_ user/home/rocketmouse > > It wasn't possible to copy the message, so I've written it. It's very > likely that I made a typo. I'm a dyslexic and since there's no big > difference between /usr and /user and it both is for "user" it's very > likely that I haven't notice it all the times when I read it. If I would > have written /usgr or something similar it could happen that I don't > notice it when reading it 2 or 3 times, but when reading it for the 4th > time I will notice it. It oven happens that people type 'unmount' instead > of 'umount', so I've seen Linux distros that ship with an alias 'unmount' > :D. Seen in this context, the message was probably beginning with "/usr" instead of "user" which makes sense (even though it would be considered a bug when the editor is invoked without a file name and it instead tries to open "something" that is not a file to edit). It also fits the tradition that "usr" is often pronounced "user" and therefor carries that "mental image". > OT: > > # grep alias .cshrc > alias h history 25 > alias j jobs -l > alias la ls -aF > alias lf ls -FA > alias ll ls -lAF > > I avoid using aliases. FWIW on Linux mailing lists that aren't for a > specific distro, it's unwanted to use aliases when posting to the list. That's a valid advice, especially when the alias name suggests that it does something it doesn't do in reality. However, a common alias "ll" for "list long" is widely accepted, even though the implementation (and additional flags and preferences) may differ from system to system. alias ls 'ls -FG -D "%Y-%m-%d %H:%M:%S"' alias ll 'ls -laFG -D "%Y-%m-%d %H:%M:%S"' setenv LSCOLORS ExGxdxdxCxDxDxBxBxegeg ;-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 09:14:36 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 791AB98E for ; Mon, 21 Jan 2013 09:14:36 +0000 (UTC) (envelope-from murthykvvsn@drreddys.com) Received: from mail2.drreddys.com (mail2.drreddys.com [202.3.66.84]) by mx1.freebsd.org (Postfix) with ESMTP id E4A769AF for ; Mon, 21 Jan 2013 09:14:35 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkIGAL4F/VDAqAHI/2dsb2JhbABErAIBij6EE4FYghdzgl8DI0FYPgvDOJBYYQOIX4Rbjl+NOQ X-IronPort-AV: E=Sophos;i="4.84,505,1355077800"; d="scan'208";a="24632739" Received: from unknown (HELO drreddys.co.in) ([192.168.1.200]) by mail2.drreddys.com with ESMTP; 21 Jan 2013 14:43:23 +0530 Subject: AUTO: KVVSN Murthy is out of the office (returning 01/25/2013) From: KVVSN Murthy To: freebsd-questions Message-ID: Date: Mon, 21 Jan 2013 14:59:16 +0530 X-MIMETrack: Serialize by Router on WEBSERV/DRG/IN(Release 8.5.2|August 10, 2010) at 01/21/2013 02:43:20 PM MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 09:14:36 -0000 I am out of the office until 01/25/2013. In my absence, please coordinate with either Mr.Siva nor Mr.Ravikanth for QA support. Note: This is an automated response to your message "freebsd-questions Digest, Vol 451, Issue 1" sent on 1/21/2013 2:39:02 PM. This is the only notification you will receive while this person is away. Disclaimer This message contains legally privileged and/or confidential information. If you are not the intended recipient(s), or employee or agent responsible for delivery of this message to the intended recipient(s), you are hereby notified that any dissemination, distribution or copying of this e-mail message is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete this e-mail message from your computer. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 09:15:10 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A700BA35 for ; Mon, 21 Jan 2013 09:15:10 +0000 (UTC) (envelope-from zam4ever@gmail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7DB739C5 for ; Mon, 21 Jan 2013 09:15:10 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id s9so9442886iec.27 for ; Mon, 21 Jan 2013 01:15:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to:cc :content-type; bh=zko31+ODm9E+G/rK7ydBIAPoje+rQVlXPc6gr7Yywaw=; b=VIc4X1t90id8rD779fgU7JzLxL3M28E4mfPFbV3BhvLevnmyoKNNpnS6KFtB/xsC4G OnVgxgqO62JTiZA1271LtZsFgAneDwvVSGcl6WP6mT6UmK1h5HVgrjrWHXd2URqH+Xmu RO8u+Lt6WryX0cIr7DF6w+UXRlW8vZCxaFbkBYbfoUFBaJblyCEoEfndVwKwX5CmvGbB CIcHtsGRWvb+B+0XvfJsqlidwwJrUxMM01HH/UV5MGq9/tLm9SDyYG90x1dUNNk9JinU UF2Iq/kxbNYbDOfTMPC9SgJ/LZ675LfkUg4ucD+Lw3yo4ixbux+sB2n7Mhg2oGAaEmQj aIJg== MIME-Version: 1.0 X-Received: by 10.50.40.229 with SMTP id a5mr8514286igl.59.1358759709913; Mon, 21 Jan 2013 01:15:09 -0800 (PST) Received: by 10.50.169.74 with HTTP; Mon, 21 Jan 2013 01:15:09 -0800 (PST) Date: Mon, 21 Jan 2013 17:15:09 +0800 Message-ID: Subject: FreeBSD 9.1 i386 and OpenBSD 5.2 i386 - Ping Test Intermittent From: Zamri Besar To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Zamri Besar X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 09:15:10 -0000 Good morning, I installed FreeBSD (9.1 i386) and OpenBSD (5.2 i386), and I found ping result from directly attached Cisco switch to FreeBSD boxes were intermittent. I test to ping to few other FreeBSD boxes, and still produce the same result like below, regardless either using em or bce, or changing the connected interface at Cisco switch that used by OpenBSD box. This is default installation of FreeBSD and OpenBSD. By the way, do syslog server (under FreeBSD or OpenBSD has limitation to receive more than 3000 messages per second? >From Cisco switch to FreeBSD box: #ping 10.100.3.73 repeat 1000 Type escape sequence to abort. Sending 1000, 100-byte ICMP Echos to 10.100.3.73, timeout is 2 seconds: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!.!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!.! Success rate is 99 percent (995/1000), round-trip min/avg/max = 1/1/8 ms >From Cisco switch to OpenBSD box: #ping 10.100.3.165 repeat 1000 Type escape sequence to abort. Sending 1000, 100-byte ICMP Echos to 10.100.3.165, timeout is 2 seconds: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!! Success rate is 100 percent (1000/1000), round-trip min/avg/max = 1/1/4 ms Please advise. -- Thank you. Zamri Besar From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 10:39:50 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 78FC9125 for ; Mon, 21 Jan 2013 10:39:50 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm3-vm0.bullet.mail.ird.yahoo.com (nm3-vm0.bullet.mail.ird.yahoo.com [77.238.189.213]) by mx1.freebsd.org (Postfix) with ESMTP id 7A2D5F1E for ; Mon, 21 Jan 2013 10:39:49 +0000 (UTC) Received: from [77.238.189.56] by nm3.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 10:39:46 -0000 Received: from [217.146.189.100] by tm9.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 10:39:46 -0000 Received: from [127.0.0.1] by smtp116.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 10:39:46 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358764786; bh=b8vzQcm9XUY7thjZyuSp1GtssWh3S0H4xntxnGoAxgY=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:Date:Subject:To:Cc:MIME-Version:Content-Transfer-Encoding:From:Message-ID:User-Agent; b=hBpzYeKBB9dBdQt7ItDWDTc8zXoygDjJWJ7EQcIHAYoBYj5IxYkxVx6N0Q2Zrx5XsNt7nB3gMQ7oEGkcxgas5IfDXYy4GzJAEdyCKxKr6bW1k2ilmidWpurr3de0rXSj17JAE5XTEqTA0KtpdmZaui2ejQ5vGLlshdmbGre0EHI= X-Yahoo-Newman-Id: 183138.19960.bm@smtp116.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: cUnPmUQVM1n3ldgOUte.fPnOP.202PpmWhosum3O3B8n9Bm BiJK3xxv9XKClhhEQRxOXo.RQBsSRUgJwBM_kIRFD.xlSrmACXrGniCTRzMM 6NCbjRAh.sxQ9FNep2UE0oFvxjuWINOiC8uQwZQgEa3dVRoOqLoTT6L6AUuZ 8Fg3VHVyn2hbqTHVAHKFJsD9Du7I.SOT2R3e2syohG9taF2wnPcDIo_zYRSw xDLyqtE5atdC0jIYwF3I8tTWW73sTwOwOvMXuMyh6kFB1anUwC8MayWzcGYL yfBimHvySzAMQaatd35rp8ruf0n8Hm1BmnN.XoAciCJ1pMkwJTPq.XrnCWkA FKqqTQp7m7A6WacFnr1wBXgJLltJVsoD.CNPMAgqUXEn73pq9hZnPidIYTCH C6n6SXAmud3V5l_AadPoxho6j7bvSOxlJQP3bwNmfZl77Rqiby4m7sWDDXGu fou6zx7GA15N5Et8zuFW5ZWbmliKo4zAxczB5LqZ4Kh_sjr_1nDGItbtlBq4 NN9pB7dozKqcc1VhIVXCLJsCghzI.dUe_u9ZCjlYP0eJ6Ssx_n85gSE8E0qG OEO2vH2ihID_K9w-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.19.98 with login) by smtp116.mail.ird.yahoo.com with SMTP; 21 Jan 2013 02:39:45 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Date: Mon, 21 Jan 2013 11:39:45 +0100 Subject: OSS and ALSA To: "FreeBSD multi" MIME-Version: 1.0 Content-Transfer-Encoding: Base64 From: "Ralf Mardorf" Message-ID: User-Agent: Opera Mail/12.12 (FreeBSD) Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 10:39:50 -0000 SGkgOikNCg0KSSBrbm93IGl0J3MgYSB0b3BpYyBmb3IgdGhlIG11bHRpbWVkaWEg bGlzdCwgYnV0IHRoZXJlJ3MgbGVzcyB0cmFmZmljIG9uDQp0aGF0IGxpc3QsIHNv IEkgaG9wZSBpdCdzIG9rYXkgdG8gcG9zdCBpdCB0byBib3RoIGxpc3RzIDpTLg0K DQpJJ2xsIHRlc3QgdGhlIHNuZF9oZHNwZSBkcml2ZXIuIEl0J3Mgd29ya2luZyBm b3IgdGhlIDIgYW5hbG9nIElPcyBvZiBhDQpIRFNQZSBBSU8sIGJ1dCBvdGhlciBw b3J0cyBhcmUgbWlzc2luZyBieSBqYWNrZC4NCg0KSSB3YXMgYXNrZWQgdG8gdXNl IG1wZCwgYnV0IEkgbmV2ZXIgdXNlZCB0aGlzIGtpbmQgb2YgbWVkaWEgcGxheWVy IGJlZm9yZS4NClVzdWFsbHkgSSdtIHVzaW5nIHByby1hdWRpbyBhcHBzIG9uIExp bnV4IGFuZCBzZWxkb20gSSB1c2UgImF2ZXJhZ2VkIg0KbWVkaWEgcGxheWVycyBh bmQgYXMgbWVudGlvbmVkIGJlZm9yZSwgSSBuZXZlciB1c2VkIHRoaXMga2luZCBv ZiBwbGF5ZXIuDQoNCkkgZG9uJ3Qga25vdyBob3cgdG8gdXNlIG1wZCBvciB0aGUg R25vbWUgR1VJIGZvciBpdCBhbmQgc29uYXRhIGZhaWxlZCB0bw0KYnVpbGQuDQoN ClBlcmhhcHMgSSBjb3VsZCB1c2UgYW4gImF2ZXJhZ2VkIiBtZWRpYSBwbGF5ZXIg dG8gZ2V0IGFjY2VzcyB0byBhbGwgcG9ydHM/DQoNCklzIHRoZXJlIGEgd2F5IHRv IGF1dG9tYXRpY2FsbHkgZ2V0IGFsbCBkZXBlbmRlbmNpZXMgd2hlbiBidWlsZGlu ZyAgDQphcHBsaWNhdGlvbnM/DQoNClRvIG1lIGl0J3MgYWxyZWFkeSBzdHJhbmdl IHRoYXQgYXVkYWNpb3VzIGlzIGJ1aWxkIHdpdGhvdXQgdGhlIG91dHB1dCAgDQpw bHVnaW5zLCBob3dldmVyLCBJJ2xsIGJ1aWxkIHRoZW0gbm93IGFuZCBJIGdldA0K DQpyb290QGZyZWVic2Q6L3Vzci9ob21lL3JvY2tldG1vdXNlICMgY2QgIA0KL3Vz ci9wb3J0cy9tdWx0aW1lZGlhL2F1ZGFjaW91cy1wbHVnaW5zIDsgbWFrZSBpbnN0 YWxsIGNsZWFuDQoNCg0KDQoNCg0KDQoNCg0KDQoNCiAgICAgICAgICAgICAgICAg ICAgIOKUjOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKU gOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKU gOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKU gOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKU gOKUgOKUgOKUgOKUgOKUgOKUgOKUkA0KICAgICAgICAgICAgICAgICAgICAg4pSC IE9wdGlvbnMgZm9yIGF1ZGFjaW91cy1wbHVnaW5zICANCjMuMy4zICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICDilIINCiAgICAgICAgICAgICAgICAgICAg IOKUgiAgDQrilIzilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilJAg4pSCDQogICAgICAgICAgICAgICAgICAgICDilIIg4pSC ICAgICAgICAgWypdIEFBQyAgICAgICAgIEFBQy9NUDQgIA0KZm9ybWF0ICAgICAg ICAgICAgICAgICAgICAgICAgIOKUgiDilIINCiAgICAgICAgICAgICAgICAgICAg IOKUgiDilIIgICAgICAgICBbKl0gQURQTFVHICAgICAgQURQTFVHICANCmRlY29k ZXIgICAgICAgICAgICAgICAgICAgICAgICAg4pSCIOKUgg0KICAgICAgICAgICAg ICAgICAgICAg4pSCIOKUgiAgICAgICAgIFsqXSBBTFNBICAgICAgICBBTFNBIGF1 ZGlvICANCmFyY2hpdGVjdHVyZSAgICAgICAgICAgICAgICDilIIg4pSCDQogICAg ICAgICAgICAgICAgICAgICDilIIg4pSCICAgICAgICAgWypdIEFNSURJICAgICAg IEFtaWRpICANCmRlY29kZXIgICAgICAgICAgICAgICAgICAgICAgICAgIOKUgiDi lIINCiAgICAgICAgICAgICAgICAgICAgIOKUgiDilIIgICAgICAgICBbKl0gQU9T RCAgICAgICAgQXVkYWNpb3VzICANCk9TRCAgICAgICAgICAgICAgICAgICAgICAg ICAg4pSCIOKUgg0KICAgICAgICAgICAgICAgICAgICAg4pSCIOKUgiAgICAgICAg IFsqXSBBT1NEWENPTVAgICBBdWRhY2lvdXMgT1NEIFggIA0KQ29tcG9zaXRlICAg ICAgICAgICAgICDilIIg4pSCDQogICAgICAgICAgICAgICAgICAgICDilIIg4pSC ICAgICAgICAgWypdIEJTMkIgICAgICAgIEJTMkIgIA0KZWZmZWN0ICAgICAgICAg ICAgICAgICAgICAgICAgICAgIOKUgiDilIINCiAgICAgICAgICAgICAgICAgICAg IOKUgiDilIIgICAgICAgICBbKl0gQ0RBVURJTyAgICAgQ0QgYXVkaW8gIA0KaW5w dXQgICAgICAgICAgICAgICAgICAgICAgICAg4pSCIOKUgg0KICAgICAgICAgICAg ICAgICAgICAg4pSCIOKUgiAgICAgICAgIFsqXSBDVUUgICAgICAgICBFbWJlZGRl ZCBDVUUgIA0Kc2hlZXRzICAgICAgICAgICAgICAgICAgICDilIIg4pSCDQogICAg ICAgICAgICAgICAgICAgICDilIIg4pSCICAgICAgICAgWypdIERCVVMgICAgICAg IEQtQnVzIElQQyAgDQpzeXN0ZW0gICAgICAgICAgICAgICAgICAgICAgIOKUgiDi lIINCiAgICAgICAgICAgICAgICAgICAgIOKUgiDilIIgICAgICAgICBbKl0gRkZB VURJTyAgICAgRkZBdWRpbyAgDQpkZWNvZGVyICAgICAgICAgICAgICAgICAgICAg ICAg4pSCIOKUgg0KICAgICAgICAgICAgICAgICAgICAg4pSCIOKUgiAgICAgICAg IFsqXSBGTEFDICAgICAgICBGTEFDIGxvc3NsZXNzIGF1ZGlvICANCmNvZGVjICAg ICAgICAgICAgICDilIIg4pSCDQogICAgICAgICAgICAgICAgICAgICDilIIg4pSC ICAgICAgICAgWypdIEdJTyAgICAgICAgIEdJTyAgDQpzdXBwb3J0ICAgICAgICAg ICAgICAgICAgICAgICAgICAgIOKUgiDilIINCiAgICAgICAgICAgICAgICAgICAg IOKUgiDilIIgICAgICAgICBbKl0gSkFDSyAgICAgICAgSkFDSyBhdWRpbyAgDQpz ZXJ2ZXIgICAgICAgICAgICAgICAgICAgICAg4pSCIOKUgg0KICAgICAgICAgICAg ICAgICAgICAg4pSCICANCuKUlOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKU gOKUgOKUgOKUgHYoKynilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIA0NSXilIDilIDilIDi lIDilIDilJgg4pSCDQogICAgICAgICAgICAgICAgICAgICDilJzilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilKQNCiAgICAgICAgICAgICAgICAgICAgIOKUgiAgICAgICAgICAgICAgICAg ICA8ICBPSyAgPiAgICAgICAgICAgDQo8Q2FuY2VsPiAgICAgICAgICAgICAgICAg ICAgICAg4pSCDQogICAgICAgICAgICAgICAgICAgICDilJTilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lJgNCg0KDQoNCg0KDQoNCg0KDQoNCg0KPT09PiAgRm91bmQgc2F2ZWQgY29uZmln dXJhdGlvbiBmb3IgYXVkYWNpb3VzLXBsdWdpbnMtMy4zLjMNCj0+IGF1ZGFjaW91 cy1wbHVnaW5zLTMuMy4zLnRhci5iejIgZG9lc24ndCBzZWVtIHRvIGV4aXN0IGlu ICANCi91c3IvcG9ydHMvZGlzdGZpbGVzLy4NCj0+IEF0dGVtcHRpbmcgdG8gZmV0 Y2ggIA0KaHR0cDovL2Rpc3RmaWxlcy5hdWRhY2lvdXMtbWVkaWEtcGxheWVyLm9y Zy9hdWRhY2lvdXMtcGx1Z2lucy0zLjMuMy50YXIuYnoyDQphdWRhY2lvdXMtcGx1 Z2lucy0zLjMuMy50YXIuYnoyICAgICAgICAgICAgICAgMTAwJSBvZiAxNjk5IGtC ICA1NzEga0Jwcw0KPT09PiAgRXh0cmFjdGluZyBmb3IgYXVkYWNpb3VzLXBsdWdp bnMtMy4zLjMNCj0+IFNIQTI1NiBDaGVja3N1bSBPSyBmb3IgYXVkYWNpb3VzLXBs dWdpbnMtMy4zLjMudGFyLmJ6Mi4NCj09PT4gIFBhdGNoaW5nIGZvciBhdWRhY2lv dXMtcGx1Z2lucy0zLjMuMw0KPT09PiAgIGF1ZGFjaW91cy1wbHVnaW5zLTMuMy4z IGRlcGVuZHMgb24gZXhlY3V0YWJsZTogYXVkYWNpb3VzIC0gZm91bmQNCj09PT4g ICBhdWRhY2lvdXMtcGx1Z2lucy0zLjMuMyBkZXBlbmRzIG9uIGZpbGU6ICANCi91 c3IvbG9jYWwvbGliL29zcy9pbmNsdWRlL3N5cy9zb3VuZGNhcmQuaCAtIG5vdCBm b3VuZA0KPT09PiAgICBWZXJpZnlpbmcgaW5zdGFsbCBmb3IgL3Vzci9sb2NhbC9s aWIvb3NzL2luY2x1ZGUvc3lzL3NvdW5kY2FyZC5oICANCmluIC91c3IvcG9ydHMv YXVkaW8vb3NzDQo9PT0+ICBvc3MtNC4yLmIyMDA3IHJlcXVpcmVzIGtlcm5lbCBz b3VyY2UgdG8gYmUgaW5zdGFsbGVkLg0KKioqIFtpbnN0YWxsXSBFcnJvciBjb2Rl IDENCg0KU3RvcCBpbiAvdXNyL3BvcnRzL2F1ZGlvL29zcy4NCioqKiBbYnVpbGQt ZGVwZW5kc10gRXJyb3IgY29kZSAxDQoNClN0b3AgaW4gL3Vzci9wb3J0cy9tdWx0 aW1lZGlhL2F1ZGFjaW91cy1wbHVnaW5zLg0KKioqIFtpbnN0YWxsXSBFcnJvciBj b2RlIDENCg0KU3RvcCBpbiAvdXNyL3BvcnRzL211bHRpbWVkaWEvYXVkYWNpb3Vz LXBsdWdpbnMuDQoNCk9rLCBJIG5lZWQgdGhlIGtlcm5lbCBzb3VyY2UsIEkgYmV0 IEknbGwgZmluZCB3aGF0IHRvIGRvIHVzaW5nIEdvb2dsZSwgYnV0ICANCkkgd29u ZGVyIHdoeSBPU1MgYWxyZWFkeSBpcyB3b3JraW5nLCB3aGVuIGl0J3Mgbm90IGlu c3RhbGxlZC4gSSBzdXNwZWN0ICANCnRoaXMgd2lsbCByZXBsYWNlIHNvbWV0aGlu ZyB0aGF0IGFscmVhZHkgaXMgcGFydCBvZiB0aGUga2VybmVsPyBJZiBzbywgIA0K Y291bGQgaXQgYnJlYWsgb3RoZXIgcG9ydHM/DQoNCkkgYWxzbyB3b25kZXIgd2h5 IEFMU0EgZG9lc24ndCB3b3JrLCB3aGVuIGl0J3MgaW5zdGFsbGVkIGFuZCB0aGUg c291bmQgIA0KY2FyZCdzIGRyaXZlciBpcyBpbnN0YWxsZWQuDQoNCkZXSVcsIGFm dGVyIGFuIHBvcnRzIHVwZGF0ZSB0aGVyZSBhbHJlYWR5IHdhcyB0aGUgYXBwbGlj YXRpb24gZmluZGVyIGljb24NCm1pc3NpbmcgYW5kIG5vdyB0aGVyZSdzIG5vIGlj b24gZm9yIGF1ZGFjaW91cyBmb3IgdGhlIG1lbnUuIEkga25vdyBob3cgdG8NCmdp dmUgdGhlbSBpY29ucywgSSBqdXN0IHdhbnQgdG8gaW5mb3JtLCB0aGF0IHRoZXJl IGFyZSBpY29ucyBtaXNzaW5nLg0KDQpSZWdhcmRzLA0KUmFsZg== From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 11:09:46 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6D37445E for ; Mon, 21 Jan 2013 11:09:46 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm3.bullet.mail.ird.yahoo.com (nm3.bullet.mail.ird.yahoo.com [77.238.189.60]) by mx1.freebsd.org (Postfix) with ESMTP id BEC788B3 for ; Mon, 21 Jan 2013 11:09:45 +0000 (UTC) Received: from [77.238.189.53] by nm3.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 11:09:36 -0000 Received: from [217.146.188.235] by tm6.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 11:09:36 -0000 Received: from [127.0.0.1] by smtp108.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 11:09:36 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358766576; bh=Iv8jrc3ue5UhZuHsqHL0rpARa9Pf+rQzsLtFjh9S44g=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:Date:To:Subject:MIME-Version:Content-Transfer-Encoding:From:Message-ID:User-Agent; b=Ix1afTJQ8hjgM6Cp4EbLpvn2zXG4WCTkLqq/PlHdgSe6J5AOipFuxASsrFDHwxkm+4fJ2uoBtFb1vSQ5daQIJz3Ms5ASh9VOb3WhvVc/DmkwWdePQDpRmSY/oxjgV2WNwqp36NQl5B5rzjfmP+6sL/GiH+UxSMa/s38qd9hA+xg= X-Yahoo-Newman-Id: 583313.29124.bm@smtp108.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 5pKoY6IVM1nwkaZWYzA0FAPLkkDEQD6xdNBIlAWyj5JLGN6 E.wY3V8fPsikrq5rpNmGSQd8TD96_NG7B.MGgJjEELj3xyWB4PDQbpXSj_kq 0B9FSkePaBOIiUUypJyk5CMNarQIhmGIdOlwtzEEfNjSvj527dm76qQCkJ0T AR4SXlV3IKit9M5x9S5ehd796KBVibiMCuHFaswvEMt4i4oNG2ko7RnA1Qhi 8HanTNjw9O6MJQILOqTvV8V19rYoNgbaMDZi6k_fTO1FY4n2Hk1kqTNJyi.j ctRX5RSuNQwha5cDmNdoZMJt38B1S43RZ8W2Eun5v3j3UTG9nSDSltcRPVJQ YOHEkZw72FsIVaCfkln4IiOUsmEA6yZr16qUao5bSPf03AnYjLmx9Qt5m7Xs T7D5cdPPX6uTUmA7l3qqvAZhiqlMr4XtGKtWWt4ym1O2dzqkrJXasWFRfZFq m3x1Nwp2q8kunDVRTFr4_AnuNCQ07PWFXSYt7MKNoEYX1eQXXxL1ArlSWpvW g7c8kTFGP46zTCKjiKEmO9XgXHb7q9DF3Jry.5ME8gArjKWgsBwE182gfu9a WmFFdGnEdGg5avsQxleQkGpZWAeB87A-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.19.98 with login) by smtp108.mail.ird.yahoo.com with SMTP; 21 Jan 2013 03:09:36 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Date: Mon, 21 Jan 2013 12:09:36 +0100 To: "FreeBSD quest" Subject: Kernel headers MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 11:09:46 -0000 I'm a FreeBSD novice, experienced with Linux audio. If on Linux the network does work, than it works. What is needed to have a working network on FreeBSD for all situations? http://www.cyberciti.biz/faq/freebsd-install-kernel-source-code/ German FTP: Unable to transfer the sbase distribution from ftp://ftp.de.freebsd.org. Some primary by HTTP: Value Required lease enter the address of the HTTP proxy in this format: hostname:port (the ':port' is optional, default is 3128) *?* Very often Google finds similar incomplete howtos :(. What "hostname" is required? Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 11:18:17 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 95DF9CC6 for ; Mon, 21 Jan 2013 11:18:17 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm7.bullet.mail.ird.yahoo.com (nm7.bullet.mail.ird.yahoo.com [77.238.189.21]) by mx1.freebsd.org (Postfix) with ESMTP id BDEA099B for ; Mon, 21 Jan 2013 11:18:16 +0000 (UTC) Received: from [77.238.189.232] by nm7.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 11:18:15 -0000 Received: from [217.146.189.67] by tm13.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 11:18:15 -0000 Received: from [127.0.0.1] by smtp147.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 11:18:15 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358767095; bh=qqBSRYmSYCr9wOuq/gplgOS9XjI2umo+4lakhJ1upKI=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=yhRVdpu2uM6rgTGyfjgHosWMQBqeW3tFDc31b5FNIcacRnIqT6j24LukAWE30/JV3X3L5OY7zN49mEDaQpklEXOS2r05P2PSL59tprxt/Rz98IMubTaNbfl/nywY1WADlNEdCPL99WvIUMHfJmtrOu6jJt9264auK5YpsH0epoM= X-Yahoo-Newman-Id: 355572.60410.bm@smtp147.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 13Tf77UVM1m6TJyK97BHcxtnDfpF4G4vkn8rjHUxVuLwkVj pxTWnTv0CY.CWO955f6ADke9PGbIy0RGxOT_e54EK86XxWR0iDgF5Lz_KTdD VEUIXgDz7k3y0byeWxWX5Ypf1CAza94oWoV59xcwohM..MFtQEJ.iED3oBuU 5l8TSe6pTflCumxjXCwqild5HLq0u3YEkTQqXnaLVurBSVETkXm8FXZsIcoV kx4sD8zORf7ISUZLx7w4y7Bog_ceSWfGlas4QY.wIELxdDnWynG6RbuEDVRk XVTFBf9z688OQicDIWHJuB_xmDldkE5pB_SBtE02kz7WnQMn3OwYaZ7B79dY N2SM_rRsSR44wPuXG6IZuK9lXmHaCvHQe4B7_RxOoHn3EP.qs7YFdrSnkx.W Kf1H5UreooDSuKXZ3xaHIAuZTVzQxdnoBrLxX1byv3Zq0xGaVHC9n766NhxG 4klSeYwMVBPLYb931mhtPboTdf7ei53QkNQV9s_hrz42WR.UUS7irfKA_p97 .R_P9OA9yq5AwjZOxlI02N6zdmWCYHdrxcAY3.0V8WbdwnrUKD22iaCQ2Vok caRkCt5KA0vKR0EcPe8vg13naj8aIMkYQboLOWCZplIPBX_AoujG7a_7Pb12 pxw-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.19.98 with login) by smtp147.mail.ird.yahoo.com with SMTP; 21 Jan 2013 03:18:15 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "FreeBSD quest" Subject: Re: Kernel headers References: Date: Mon, 21 Jan 2013 12:18:14 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 11:18:17 -0000 On Mon, 21 Jan 2013 12:09:36 +0100, Ralf Mardorf wrote: > http://www.cyberciti.biz/faq/freebsd-install-kernel-source-code/ I'm sorry, I missed the link from the last comment. http://forums.freebsd.org/showthread.php?t=29172 A long thread :S. From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 11:26:01 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 306F0F77 for ; Mon, 21 Jan 2013 11:26:01 +0000 (UTC) (envelope-from mailist@yandex.com.tr) Received: from forward14.mail.yandex.net (forward14.mail.yandex.net [IPv6:2a02:6b8:0:801::4]) by mx1.freebsd.org (Postfix) with ESMTP id B80019E4 for ; Mon, 21 Jan 2013 11:26:00 +0000 (UTC) Received: from web3f.yandex.ru (web3f.yandex.ru [95.108.130.100]) by forward14.mail.yandex.net (Yandex) with ESMTP id 6A4441981EEC; Mon, 21 Jan 2013 15:25:58 +0400 (MSK) Received: from 127.0.0.1 (localhost.localdomain [127.0.0.1]) by web3f.yandex.ru (Yandex) with ESMTP id 1992966E8078; Mon, 21 Jan 2013 15:25:58 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1358767558; bh=/U71zyCzXMVDLjAYTMmNJq0p1aiRytTp5yAvMbkS99M=; h=From:To:In-Reply-To:References:Subject:Date; b=VqUbSbLrWMIfVqwJw+qxZVscc/p8FiJOUIyTBiO1o0YR6Z1qOEWfnkXG6NCGh6pGT UAxsPE0P8NRgpULELRfQpBZpRNpjSHW7kydgYLc4bvKgCIleRpVUx5mMX/4yHglGPw 9pMGeFOQc1P7AG+bYXfKV2QMhcMk9h9E+Luy2M8Q= Received: from 85.98.130.105.dynamic.ttnet.com.tr (85.98.130.105.dynamic.ttnet.com.tr [85.98.130.105]) by web3f.yandex.ru with HTTP; Mon, 21 Jan 2013 15:25:57 +0400 From: =?utf-8?B?RW1yZSDDh2FtYWxhbg==?= Envelope-From: mailist@yandex.com.tr To: Ralf Mardorf , FreeBSD quest In-Reply-To: References: Subject: Re: Kernel headers MIME-Version: 1.0 Message-Id: <1925231358767557@web3f.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Mon, 21 Jan 2013 13:25:57 +0200 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 11:26:01 -0000 What is your distribution for installing FreeBSD, CD , DVD ? You can also use DVD for installing kernel. First , download FreeBSD 8.x or 9.x DVD distribution then try to install kernel with same way which is showing on cyberciti.biz. or reinstall your freebsd with FreeBSD 9.1 which ask to you for installing kernel. 21.01.2013, 13:12, "Ralf Mardorf" : > I'm a FreeBSD novice, experienced with Linux audio. If on Linux the > network does work, than it works. > What is needed to have a working network on FreeBSD for all situations? > > http://www.cyberciti.biz/faq/freebsd-install-kernel-source-code/ > > German FTP: > Unable to transfer the sbase distribution from ftp://ftp.de.freebsd.org. > Some primary by HTTP: > Value Required lease enter the address of the HTTP proxy in this format: > hostname:port (the ':port' is optional, default is 3128) > > *?* > > Very often Google finds similar incomplete howtos :(. > > What "hostname" is required? > > Regards, > Ralf > _______________________________________________ > 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 Jan 21 11:38:20 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7C1202A4 for ; Mon, 21 Jan 2013 11:38:20 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm1.bullet.mail.ird.yahoo.com (nm1.bullet.mail.ird.yahoo.com [77.238.189.58]) by mx1.freebsd.org (Postfix) with ESMTP id B062FA69 for ; Mon, 21 Jan 2013 11:38:18 +0000 (UTC) Received: from [212.82.105.245] by nm1.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 11:38:16 -0000 Received: from [217.146.189.67] by tm17.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 11:38:16 -0000 Received: from [127.0.0.1] by smtp147.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 11:38:16 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358768296; bh=enPjgLSZpsGysSYNy0A0z5NhOhND5OurZ8xAhjYI3VM=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=Y+rkxZQeVjQpbWfUhoLNlNx+bGgF/i6OPtybovf5OP6TtwvLtjVsTiA+XkdQwmKR6Bxh0PCV9Exdd9K5rOE8ySL/H5DQSeBH2aoSdG68za1lYUSyIav19g4+uAW/Epx0rWsvrL0tWA/T9z6XrjV4GMsQzG9OOmtMjVAhrRSIaco= X-Yahoo-Newman-Id: 528566.73138.bm@smtp147.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 9XQoPFMVM1lKpBTa2ORPxrOHXf2egp4j5d.HBCCQG4pNcun jE2uGJsWdXFHBvZitnSWzSvscAevhnSNXEKY8Vd5vKLvfbNMJLuMR6RMhjvn NMDjw5EDw.GLyI9XDKb9UQi_5v.U35sp_qQYHONWzhKi9uSTE6AJcV4hhiyA d6vUKm66LYAn2K79BLBt7fmJhmE8hmfcDxe1KH4CZ4qbHPC4nR3xjdueYaau pv7rP.9n7StmnU7ZXIfiJwXAWZlDwwS0lx7C2wF.iREkGglB_AbmlHFgbOzH l3eqHmBKLPmhM.lJIxDJ1k2OJzDgJ5go.WBQPEHTAMTrM2B82Tyvlu25aaqr Pl6higwO2mIrNXeflWk0mhr3uzh7wmFYfnR0iFYFT4ZewnZ8gqvdzdmrfkH_ eMzO0SaBvzk5Pg9blkkRoS2kPfmD4TPrsFVU2wbAuR7QYvG6u9b8z_2wiqPo XPZhefMqckfk2plpOOHmHRtZkfpSadlpy2xJ3tzaL45UAn0133rH8_3CY315 XBskIdA-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.19.98 with login) by smtp147.mail.ird.yahoo.com with SMTP; 21 Jan 2013 03:38:16 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "FreeBSD quest" , =?utf-8?Q?Emre_=C3=87amalan?= Subject: Re: Kernel headers References: <1925231358767557@web3f.yandex.ru> Date: Mon, 21 Jan 2013 12:38:15 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable From: "Ralf Mardorf" Message-ID: In-Reply-To: <1925231358767557@web3f.yandex.ru> User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 11:38:20 -0000 On Mon, 21 Jan 2013 12:25:57 +0100, Emre =C3=87amalan = wrote: > What is your distribution for installing FreeBSD, CD , DVD ? > > You can also use DVD for installing kernel. > > First , download FreeBSD 8.x or 9.x DVD distribution then try to insta= ll = > kernel with same way which is showing on cyberciti.biz. > or reinstall your freebsd with FreeBSD 9.1 which ask to you for = > installing kernel. I had to installed FreeBSD from the 8.3 DVD, because partitioning doesn'= t = work on my machine, when I used 9.0. I updated the Kernel to 9.1, world = = and the ports tree. I now use svn, but there's another issue now. root@freebsd:/usr/src # svn checkout = svn://svn.freebsd.org/base/releng/9.1/ /usr/src [snip] ^CA lib/libc/quad/fixdfdi.c svn: E200015: Caught signal root@freebsd:/usr/src # root@freebsd:/usr/src # uname -a FreeBSD freebsd 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 = 09:23:10 UTC 2012 = root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 I don't know what "/releng" is for. Does this fit to my kernel? I suspect I need to checkout r243825. How can I do this or what ever els= e = I have to do? Thank you. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 12:16:14 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4EBD7B2D for ; Mon, 21 Jan 2013 12:16:14 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-da0-f52.google.com (mail-da0-f52.google.com [209.85.210.52]) by mx1.freebsd.org (Postfix) with ESMTP id 2E688D87 for ; Mon, 21 Jan 2013 12:16:14 +0000 (UTC) Received: by mail-da0-f52.google.com with SMTP id f10so2681396dak.25 for ; Mon, 21 Jan 2013 04:16:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=X2Mv3NKSSwrFgWTF73lkfCCEKLVgYz16HQ+wN2loua8=; b=ETut1Pos9Xl+kKp6lBhe0EH00sWT2XwYpOkPJzepSuQ8h6Zxf4fpJy7YjQxMlBXsbS Vw22Rarr5iP+/xvXVf03yFM6EEv77pPcYPDaIxlxJopcZCLY7MZUHBZl2Cm/sgRHALx0 Q7KvM5SU9liwX2hU711mvjtrXbkZnZ387yHYgv/5UXUUxXY7l68N/N+kGpC0a8fx/tzS CfHTPGWAOMNlGW3NLuIRJSAy8hDv6qGmS4LuEtamScg/VYPARdKkBbfcwMx66eoRobnj Kp37+p7wRD4g2gUgoogldd4liWAvPXgI666QmsFuVg+tTIrnkEVezmW1F8Em3+VQ+8MZ pROQ== MIME-Version: 1.0 X-Received: by 10.66.52.102 with SMTP id s6mr46399569pao.6.1358770567868; Mon, 21 Jan 2013 04:16:07 -0800 (PST) Received: by 10.66.218.134 with HTTP; Mon, 21 Jan 2013 04:16:07 -0800 (PST) In-Reply-To: <50F7E0B8.7080700@gmail.com> References: <50F7BA96.1040001@gmail.com> <50F7E0B8.7080700@gmail.com> Date: Mon, 21 Jan 2013 13:16:07 +0100 Message-ID: Subject: Re: Change branch with svn From: David Demelier To: Volodymyr Kostyrko Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 12:16:14 -0000 Thank you ! 2013/1/17 Volodymyr Kostyrko > 17.01.2013 10:47, David Demelier: > > Hello folks, >> >> Just wanted to switch from RELEASE-9.1 to 9-STABLE my /usr/src, I was >> used to csup, this tool was updating the src tree without removing it. >> >> How can I switch my /usr/src tree to stable/9 branch without removing >> old files? >> > > # svn switch ^/stable/9 > > > -- > Sphinx of black quartz, judge my vow. > -- Demelier David From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 12:21:59 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D4171D21; Mon, 21 Jan 2013 12:21:59 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-pb0-f47.google.com (mail-pb0-f47.google.com [209.85.160.47]) by mx1.freebsd.org (Postfix) with ESMTP id AC0E9DC5; Mon, 21 Jan 2013 12:21:59 +0000 (UTC) Received: by mail-pb0-f47.google.com with SMTP id wz17so3291394pbc.20 for ; Mon, 21 Jan 2013 04:21:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=4oZyQBK+3GM8HCnsInTVQYouBwQaB8y09vab3I0hUOU=; b=yMnjIVGP8tM0wqBcwJGmZufXrbUIorJ3ffWcTQDSzIxhaNTi3gbvrj+sTctPs0L6gY KOKBsZ9rWqaLg9cqV0wO0j/c3/d28GqYEJQro8vL0+R2N7Qz/JofGaQujzBtSePT6t0W MyQkLWsQGlejXIMLrxcHLFnOWVU7y2QyPonBrlXxTbJ7RzIrMu+/9kq1FKGoQc1GMEwD Wj6qVWvfVElTrgPOwzTVX7fFeFMHxotSr12j2tGvS3DjYwbuj0zuwwj7SOAabaZLuTpR Zx4UV/VxdfUp9e2VnKVqomQs9hZLCbPXUkgWAhAc1E7/AiVFrm/IIJ9yWUbggeBphJEM s06g== MIME-Version: 1.0 X-Received: by 10.66.9.2 with SMTP id v2mr46600633paa.18.1358770913320; Mon, 21 Jan 2013 04:21:53 -0800 (PST) Received: by 10.66.218.134 with HTTP; Mon, 21 Jan 2013 04:21:53 -0800 (PST) In-Reply-To: References: Date: Mon, 21 Jan 2013 13:21:53 +0100 Message-ID: Subject: Re: OSS and ALSA From: David Demelier To: Ralf Mardorf Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD multi , FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 12:21:59 -0000 RG9uJ3QgZW5hYmxlIE9TUzQgbm9yIEFMU0EsIFZMQyBjYW4gcnVuIGZpbmUgd2l0aCBGcmVlQlNE IGtlcm5lbCBtaXhlcgpzdXBwb3J0ICh0aGF0IGhhcyBhIE9TUyBjb21wYXRpYmlsaXR5IHN1cHBv cnQpLgoKSnVzdCB1c2UgZGVmYXVsdHMsIGl0IHdpbGwgYWx3YXlzIHdvcmsgbW9yZSB3aGVuIHlv dSB1c2UgZGVmYXVsdCBvcHRpb25zLgoKCjIwMTMvMS8yMSBSYWxmIE1hcmRvcmYgPHJhbGYubWFy ZG9yZkByb2NrZXRtYWlsLmNvbT4KCj4gSGkgOikKPgo+IEkga25vdyBpdCdzIGEgdG9waWMgZm9y IHRoZSBtdWx0aW1lZGlhIGxpc3QsIGJ1dCB0aGVyZSdzIGxlc3MgdHJhZmZpYyBvbgo+IHRoYXQg bGlzdCwgc28gSSBob3BlIGl0J3Mgb2theSB0byBwb3N0IGl0IHRvIGJvdGggbGlzdHMgOlMuCj4K PiBJJ2xsIHRlc3QgdGhlIHNuZF9oZHNwZSBkcml2ZXIuIEl0J3Mgd29ya2luZyBmb3IgdGhlIDIg YW5hbG9nIElPcyBvZiBhCj4gSERTUGUgQUlPLCBidXQgb3RoZXIgcG9ydHMgYXJlIG1pc3Npbmcg YnkgamFja2QuCj4KPiBJIHdhcyBhc2tlZCB0byB1c2UgbXBkLCBidXQgSSBuZXZlciB1c2VkIHRo aXMga2luZCBvZiBtZWRpYSBwbGF5ZXIgYmVmb3JlLgo+IFVzdWFsbHkgSSdtIHVzaW5nIHByby1h dWRpbyBhcHBzIG9uIExpbnV4IGFuZCBzZWxkb20gSSB1c2UgImF2ZXJhZ2VkIgo+IG1lZGlhIHBs YXllcnMgYW5kIGFzIG1lbnRpb25lZCBiZWZvcmUsIEkgbmV2ZXIgdXNlZCB0aGlzIGtpbmQgb2Yg cGxheWVyLgo+Cj4gSSBkb24ndCBrbm93IGhvdyB0byB1c2UgbXBkIG9yIHRoZSBHbm9tZSBHVUkg Zm9yIGl0IGFuZCBzb25hdGEgZmFpbGVkIHRvCj4gYnVpbGQuCj4KPiBQZXJoYXBzIEkgY291bGQg dXNlIGFuICJhdmVyYWdlZCIgbWVkaWEgcGxheWVyIHRvIGdldCBhY2Nlc3MgdG8gYWxsIHBvcnRz Pwo+Cj4gSXMgdGhlcmUgYSB3YXkgdG8gYXV0b21hdGljYWxseSBnZXQgYWxsIGRlcGVuZGVuY2ll cyB3aGVuIGJ1aWxkaW5nCj4gYXBwbGljYXRpb25zPwo+Cj4gVG8gbWUgaXQncyBhbHJlYWR5IHN0 cmFuZ2UgdGhhdCBhdWRhY2lvdXMgaXMgYnVpbGQgd2l0aG91dCB0aGUgb3V0cHV0Cj4gcGx1Z2lu cywgaG93ZXZlciwgSSdsbCBidWlsZCB0aGVtIG5vdyBhbmQgSSBnZXQKPgo+IHJvb3RAZnJlZWJz ZDovdXNyL2hvbWUvKipyb2NrZXRtb3VzZSAjIGNkIC91c3IvcG9ydHMvbXVsdGltZWRpYS8qKmF1 ZGFjaW91cy1wbHVnaW5zCj4gOyBtYWtlIGluc3RhbGwgY2xlYW4KPgo+Cj4KPgo+Cj4KPgo+Cj4K Pgo+ICAgICAgICAgICAgICAgICAgICAg4pSM4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA 4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA KioKPiDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAqKuKUgOKUgOKUgOKUgOKUgOKU gOKUgOKUgOKUgOKUkAo+ICAgICAgICAgICAgICAgICAgICAg4pSCIE9wdGlvbnMgZm9yIGF1ZGFj aW91cy1wbHVnaW5zIDMuMy4zCj4gICAgICAgICAgICAgICAg4pSCCj4gICAgICAgICAgICAgICAg ICAgICDilIIg4pSM4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA 4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSAKioKPiDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIAqKuKUgOKUgOKUgOKUgOKUgOKUkCDilIIKPiAgICAgICAg ICAgICAgICAgICAgIOKUgiDilIIgICAgICAgICBbKl0gQUFDICAgICAgICAgQUFDL01QNCBmb3Jt YXQKPiAgICAgICAgICAgICDilIIg4pSCCj4gICAgICAgICAgICAgICAgICAgICDilIIg4pSCICAg ICAgICAgWypdIEFEUExVRyAgICAgIEFEUExVRyBkZWNvZGVyCj4gICAgICAgICAgICAg4pSCIOKU ggo+ICAgICAgICAgICAgICAgICAgICAg4pSCIOKUgiAgICAgICAgIFsqXSBBTFNBICAgICAgICBB TFNBIGF1ZGlvIGFyY2hpdGVjdHVyZQo+ICAgICAgICAgICAgICDilIIg4pSCCj4gICAgICAgICAg ICAgICAgICAgICDilIIg4pSCICAgICAgICAgWypdIEFNSURJICAgICAgIEFtaWRpIGRlY29kZXIK PiAgICAgICAgICAgICAg4pSCIOKUggo+ICAgICAgICAgICAgICAgICAgICAg4pSCIOKUgiAgICAg ICAgIFsqXSBBT1NEICAgICAgICBBdWRhY2lvdXMgT1NECj4gICAgICAgICAgICAgIOKUgiDilIIK PiAgICAgICAgICAgICAgICAgICAgIOKUgiDilIIgICAgICAgICBbKl0gQU9TRFhDT01QICAgQXVk YWNpb3VzIE9TRCBYIENvbXBvc2l0ZQo+ICAgICAgICAgICAgICDilIIg4pSCCj4gICAgICAgICAg ICAgICAgICAgICDilIIg4pSCICAgICAgICAgWypdIEJTMkIgICAgICAgIEJTMkIgZWZmZWN0Cj4g ICAgICAgICAgICAgIOKUgiDilIIKPiAgICAgICAgICAgICAgICAgICAgIOKUgiDilIIgICAgICAg ICBbKl0gQ0RBVURJTyAgICAgQ0QgYXVkaW8gaW5wdXQKPiAgICAgICAgICAgICDilIIg4pSCCj4g ICAgICAgICAgICAgICAgICAgICDilIIg4pSCICAgICAgICAgWypdIENVRSAgICAgICAgIEVtYmVk ZGVkIENVRSBzaGVldHMKPiAgICAgICAgICAgICAg4pSCIOKUggo+ICAgICAgICAgICAgICAgICAg ICAg4pSCIOKUgiAgICAgICAgIFsqXSBEQlVTICAgICAgICBELUJ1cyBJUEMgc3lzdGVtCj4gICAg ICAgICAgICAg4pSCIOKUggo+ICAgICAgICAgICAgICAgICAgICAg4pSCIOKUgiAgICAgICAgIFsq XSBGRkFVRElPICAgICBGRkF1ZGlvIGRlY29kZXIKPiAgICAgICAgICAgICAg4pSCIOKUggo+ICAg ICAgICAgICAgICAgICAgICAg4pSCIOKUgiAgICAgICAgIFsqXSBGTEFDICAgICAgICBGTEFDIGxv c3NsZXNzIGF1ZGlvIGNvZGVjCj4gICAgICAgICAgICAgIOKUgiDilIIKPiAgICAgICAgICAgICAg ICAgICAgIOKUgiDilIIgICAgICAgICBbKl0gR0lPICAgICAgICAgR0lPIHN1cHBvcnQKPiAgICAg ICAgICAgICAg4pSCIOKUggo+ICAgICAgICAgICAgICAgICAgICAg4pSCIOKUgiAgICAgICAgIFsq XSBKQUNLICAgICAgICBKQUNLIGF1ZGlvIHNlcnZlcgo+ICAgICAgICAgICAgICDilIIg4pSCCj4g ICAgICAgICAgICAgICAgICAgICDilIIg4pSU4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA 4pSA4pSA4pSAdigrKeKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgCoqCj4g4pSA 4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA 4pSA4pSA4pSA4pSA4pSA4pSA4pSANDUlKirilIDilIDilIDilIDilIDilJgg4pSCCj4gICAgICAg ICAgICAgICAgICAgICDilJzilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAqKgo+IOKUgOKU gOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKU gOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgCoq4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA 4pSkCj4gICAgICAgICAgICAgICAgICAgICDilIIgICAgICAgICAgICAgICAgICAgPCAgT0sgID4g ICAgICAgICAgPENhbmNlbD4KPiAgICAgICAgICAgICAgIOKUggo+ICAgICAgICAgICAgICAgICAg ICAg4pSU4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA 4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSAKioKPiDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIAqKuKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUmAo+Cj4KPgo+ Cj4KPgo+Cj4KPgo+Cj4gPT09PiAgRm91bmQgc2F2ZWQgY29uZmlndXJhdGlvbiBmb3IgYXVkYWNp b3VzLXBsdWdpbnMtMy4zLjMKPiA9PiBhdWRhY2lvdXMtcGx1Z2lucy0zLjMuMy50YXIuKipiejIg ZG9lc24ndCBzZWVtIHRvIGV4aXN0IGluCj4gL3Vzci9wb3J0cy9kaXN0ZmlsZXMvLgo+ID0+IEF0 dGVtcHRpbmcgdG8gZmV0Y2ggaHR0cDovL2Rpc3RmaWxlcy5hdWRhY2lvdXMtKioKPiBtZWRpYS1w bGF5ZXIub3JnL2F1ZGFjaW91cy0qKnBsdWdpbnMtMy4zLjMudGFyLmJ6MjxodHRwOi8vZGlzdGZp bGVzLmF1ZGFjaW91cy1tZWRpYS1wbGF5ZXIub3JnL2F1ZGFjaW91cy1wbHVnaW5zLTMuMy4zLnRh ci5iejI+Cj4gYXVkYWNpb3VzLXBsdWdpbnMtMy4zLjMudGFyLioqYnoyICAgICAgICAgICAgICAg MTAwJSBvZiAxNjk5IGtCICA1NzEga0Jwcwo+ID09PT4gIEV4dHJhY3RpbmcgZm9yIGF1ZGFjaW91 cy1wbHVnaW5zLTMuMy4zCj4gPT4gU0hBMjU2IENoZWNrc3VtIE9LIGZvciBhdWRhY2lvdXMtcGx1 Z2lucy0zLjMuMy50YXIuKipiejIuCj4gPT09PiAgUGF0Y2hpbmcgZm9yIGF1ZGFjaW91cy1wbHVn aW5zLTMuMy4zCj4gPT09PiAgIGF1ZGFjaW91cy1wbHVnaW5zLTMuMy4zIGRlcGVuZHMgb24gZXhl Y3V0YWJsZTogYXVkYWNpb3VzIC0gZm91bmQKPiA9PT0+ICAgYXVkYWNpb3VzLXBsdWdpbnMtMy4z LjMgZGVwZW5kcyBvbiBmaWxlOiAvdXNyL2xvY2FsL2xpYi9vc3MvaW5jbHVkZS8KPiAqKnN5cy9z b3VuZGNhcmQuaCAtIG5vdCBmb3VuZAo+ID09PT4gICAgVmVyaWZ5aW5nIGluc3RhbGwgZm9yIC91 c3IvbG9jYWwvbGliL29zcy9pbmNsdWRlLyoqc3lzL3NvdW5kY2FyZC5oCj4gaW4gL3Vzci9wb3J0 cy9hdWRpby9vc3MKPiA9PT0+ICBvc3MtNC4yLmIyMDA3IHJlcXVpcmVzIGtlcm5lbCBzb3VyY2Ug dG8gYmUgaW5zdGFsbGVkLgo+ICoqKiBbaW5zdGFsbF0gRXJyb3IgY29kZSAxCj4KPiBTdG9wIGlu IC91c3IvcG9ydHMvYXVkaW8vb3NzLgo+ICoqKiBbYnVpbGQtZGVwZW5kc10gRXJyb3IgY29kZSAx Cj4KPiBTdG9wIGluIC91c3IvcG9ydHMvbXVsdGltZWRpYS8qKmF1ZGFjaW91cy1wbHVnaW5zLgo+ ICoqKiBbaW5zdGFsbF0gRXJyb3IgY29kZSAxCj4KPiBTdG9wIGluIC91c3IvcG9ydHMvbXVsdGlt ZWRpYS8qKmF1ZGFjaW91cy1wbHVnaW5zLgo+Cj4gT2ssIEkgbmVlZCB0aGUga2VybmVsIHNvdXJj ZSwgSSBiZXQgSSdsbCBmaW5kIHdoYXQgdG8gZG8gdXNpbmcgR29vZ2xlLCBidXQKPiBJIHdvbmRl ciB3aHkgT1NTIGFscmVhZHkgaXMgd29ya2luZywgd2hlbiBpdCdzIG5vdCBpbnN0YWxsZWQuIEkg c3VzcGVjdAo+IHRoaXMgd2lsbCByZXBsYWNlIHNvbWV0aGluZyB0aGF0IGFscmVhZHkgaXMgcGFy dCBvZiB0aGUga2VybmVsPyBJZiBzbywKPiBjb3VsZCBpdCBicmVhayBvdGhlciBwb3J0cz8KPgo+ IEkgYWxzbyB3b25kZXIgd2h5IEFMU0EgZG9lc24ndCB3b3JrLCB3aGVuIGl0J3MgaW5zdGFsbGVk IGFuZCB0aGUgc291bmQKPiBjYXJkJ3MgZHJpdmVyIGlzIGluc3RhbGxlZC4KPgo+IEZXSVcsIGFm dGVyIGFuIHBvcnRzIHVwZGF0ZSB0aGVyZSBhbHJlYWR5IHdhcyB0aGUgYXBwbGljYXRpb24gZmlu ZGVyIGljb24KPiBtaXNzaW5nIGFuZCBub3cgdGhlcmUncyBubyBpY29uIGZvciBhdWRhY2lvdXMg Zm9yIHRoZSBtZW51LiBJIGtub3cgaG93IHRvCj4gZ2l2ZSB0aGVtIGljb25zLCBJIGp1c3Qgd2Fu dCB0byBpbmZvcm0sIHRoYXQgdGhlcmUgYXJlIGljb25zIG1pc3NpbmcuCj4KPiBSZWdhcmRzLAo+ IFJhbGYKPiBfX19fX19fX19fX19fX19fX19fX19fX19fX19fX18qKl9fX19fX19fX19fX19fX19f Cj4gZnJlZWJzZC1tdWx0aW1lZGlhQGZyZWVic2Qub3JnIG1haWxpbmcgbGlzdAo+IGh0dHA6Ly9s aXN0cy5mcmVlYnNkLm9yZy8qKm1haWxtYW4vbGlzdGluZm8vZnJlZWJzZC0qKm11bHRpbWVkaWE8 aHR0cDovL2xpc3RzLmZyZWVic2Qub3JnL21haWxtYW4vbGlzdGluZm8vZnJlZWJzZC1tdWx0aW1l ZGlhPgo+IFRvIHVuc3Vic2NyaWJlLCBzZW5kIGFueSBtYWlsIHRvICJmcmVlYnNkLW11bHRpbWVk aWEtKioKPiB1bnN1YnNjcmliZUBmcmVlYnNkLm9yZyA8ZnJlZWJzZC1tdWx0aW1lZGlhLXVuc3Vi c2NyaWJlQGZyZWVic2Qub3JnPiIKCgoKCi0tIApEZW1lbGllciBEYXZpZAo= From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 12:22:13 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9D136DA7; Mon, 21 Jan 2013 12:22:13 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by mx1.freebsd.org (Postfix) with ESMTP id 77ED0DC9; Mon, 21 Jan 2013 12:22:13 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id bi1so3358308pad.22 for ; Mon, 21 Jan 2013 04:22:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=Q38d+TW7IOgaYxQRYHS4lHnOaispD/TJR9gNKSaxMEA=; b=D2E8kTORKSLPZSycaVQCtZHCOEeWW3qPpGnADhygUKrvbdxvKWAg4g7NMvuaLbzMyM izDTQK9LgWsJLov2ghpGzZnoJ7oz49ZtM+kSYwPz9bMSFFc1P/FIdhwGUhcAFGciKzhm rgF8SpNrFdxADoVM/IIOXF+sP8J4fMjjd+WyqLB/adCyBjrWcDlibvot7J/ZqNiG8X+q +Qrc9JmZJVhz409dIVO63RDgbPTxaXU126Dbf4LNrXft5RfrQ4rsn54Q126bpJ1JEux0 ZPmfXxfkariffHNqrynyRv0isCE83yv8Kd76T7Wh/2O2s4b1kWaJJ4YczUQQqBxXuzFR 2XcQ== MIME-Version: 1.0 X-Received: by 10.68.135.99 with SMTP id pr3mr29622080pbb.151.1358770927675; Mon, 21 Jan 2013 04:22:07 -0800 (PST) Received: by 10.66.218.134 with HTTP; Mon, 21 Jan 2013 04:22:07 -0800 (PST) In-Reply-To: References: Date: Mon, 21 Jan 2013 13:22:07 +0100 Message-ID: Subject: Re: OSS and ALSA From: David Demelier To: Ralf Mardorf Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD multi , FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 12:22:13 -0000 SSBtZWFuIGF1ZGFjaW91cywgbm90IFZMQwoKCjIwMTMvMS8yMSBEYXZpZCBEZW1lbGllciA8ZGVt ZWxpZXIuZGF2aWRAZ21haWwuY29tPgoKPiBEb24ndCBlbmFibGUgT1NTNCBub3IgQUxTQSwgVkxD IGNhbiBydW4gZmluZSB3aXRoIEZyZWVCU0Qga2VybmVsIG1peGVyCj4gc3VwcG9ydCAodGhhdCBo YXMgYSBPU1MgY29tcGF0aWJpbGl0eSBzdXBwb3J0KS4KPgo+IEp1c3QgdXNlIGRlZmF1bHRzLCBp dCB3aWxsIGFsd2F5cyB3b3JrIG1vcmUgd2hlbiB5b3UgdXNlIGRlZmF1bHQgb3B0aW9ucy4KPgo+ Cj4gMjAxMy8xLzIxIFJhbGYgTWFyZG9yZiA8cmFsZi5tYXJkb3JmQHJvY2tldG1haWwuY29tPgo+ Cj4+IEhpIDopCj4+Cj4+IEkga25vdyBpdCdzIGEgdG9waWMgZm9yIHRoZSBtdWx0aW1lZGlhIGxp c3QsIGJ1dCB0aGVyZSdzIGxlc3MgdHJhZmZpYyBvbgo+PiB0aGF0IGxpc3QsIHNvIEkgaG9wZSBp dCdzIG9rYXkgdG8gcG9zdCBpdCB0byBib3RoIGxpc3RzIDpTLgo+Pgo+PiBJJ2xsIHRlc3QgdGhl IHNuZF9oZHNwZSBkcml2ZXIuIEl0J3Mgd29ya2luZyBmb3IgdGhlIDIgYW5hbG9nIElPcyBvZiBh Cj4+IEhEU1BlIEFJTywgYnV0IG90aGVyIHBvcnRzIGFyZSBtaXNzaW5nIGJ5IGphY2tkLgo+Pgo+ PiBJIHdhcyBhc2tlZCB0byB1c2UgbXBkLCBidXQgSSBuZXZlciB1c2VkIHRoaXMga2luZCBvZiBt ZWRpYSBwbGF5ZXIgYmVmb3JlLgo+PiBVc3VhbGx5IEknbSB1c2luZyBwcm8tYXVkaW8gYXBwcyBv biBMaW51eCBhbmQgc2VsZG9tIEkgdXNlICJhdmVyYWdlZCIKPj4gbWVkaWEgcGxheWVycyBhbmQg YXMgbWVudGlvbmVkIGJlZm9yZSwgSSBuZXZlciB1c2VkIHRoaXMga2luZCBvZiBwbGF5ZXIuCj4+ Cj4+IEkgZG9uJ3Qga25vdyBob3cgdG8gdXNlIG1wZCBvciB0aGUgR25vbWUgR1VJIGZvciBpdCBh bmQgc29uYXRhIGZhaWxlZCB0bwo+PiBidWlsZC4KPj4KPj4gUGVyaGFwcyBJIGNvdWxkIHVzZSBh biAiYXZlcmFnZWQiIG1lZGlhIHBsYXllciB0byBnZXQgYWNjZXNzIHRvIGFsbCBwb3J0cz8KPj4K Pj4gSXMgdGhlcmUgYSB3YXkgdG8gYXV0b21hdGljYWxseSBnZXQgYWxsIGRlcGVuZGVuY2llcyB3 aGVuIGJ1aWxkaW5nCj4+IGFwcGxpY2F0aW9ucz8KPj4KPj4gVG8gbWUgaXQncyBhbHJlYWR5IHN0 cmFuZ2UgdGhhdCBhdWRhY2lvdXMgaXMgYnVpbGQgd2l0aG91dCB0aGUgb3V0cHV0Cj4+IHBsdWdp bnMsIGhvd2V2ZXIsIEknbGwgYnVpbGQgdGhlbSBub3cgYW5kIEkgZ2V0Cj4+Cj4+IHJvb3RAZnJl ZWJzZDovdXNyL2hvbWUvKipyb2NrZXRtb3VzZSAjIGNkIC91c3IvcG9ydHMvbXVsdGltZWRpYS8q KmF1ZGFjaW91cy1wbHVnaW5zCj4+IDsgbWFrZSBpbnN0YWxsIGNsZWFuCj4+Cj4+Cj4+Cj4+Cj4+ Cj4+Cj4+Cj4+Cj4+Cj4+Cj4+ICAgICAgICAgICAgICAgICAgICAg4pSM4pSA4pSA4pSA4pSA4pSA 4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA 4pSA4pSA4pSA4pSA4pSAKioKPj4g4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA 4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSAKiri lIDilIDilIDilIDilIDilIDilIDilIDilIDilJAKPj4gICAgICAgICAgICAgICAgICAgICDilIIg T3B0aW9ucyBmb3IgYXVkYWNpb3VzLXBsdWdpbnMgMy4zLjMKPj4gICAgICAgICAgICAgICAg4pSC Cj4+ICAgICAgICAgICAgICAgICAgICAg4pSCIOKUjOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKU gOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKU gOKUgCoqCj4+IOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKU gOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgCoq4pSA4pSA4pSA4pSA 4pSA4pSQIOKUggo+PiAgICAgICAgICAgICAgICAgICAgIOKUgiDilIIgICAgICAgICBbKl0gQUFD ICAgICAgICAgQUFDL01QNCBmb3JtYXQKPj4gICAgICAgICAgICAgICDilIIg4pSCCj4+ICAgICAg ICAgICAgICAgICAgICAg4pSCIOKUgiAgICAgICAgIFsqXSBBRFBMVUcgICAgICBBRFBMVUcgZGVj b2Rlcgo+PiAgICAgICAgICAgICAgIOKUgiDilIIKPj4gICAgICAgICAgICAgICAgICAgICDilIIg 4pSCICAgICAgICAgWypdIEFMU0EgICAgICAgIEFMU0EgYXVkaW8gYXJjaGl0ZWN0dXJlCj4+ICAg ICAgICAgICAgICDilIIg4pSCCj4+ICAgICAgICAgICAgICAgICAgICAg4pSCIOKUgiAgICAgICAg IFsqXSBBTUlESSAgICAgICBBbWlkaSBkZWNvZGVyCj4+ICAgICAgICAgICAgICDilIIg4pSCCj4+ ICAgICAgICAgICAgICAgICAgICAg4pSCIOKUgiAgICAgICAgIFsqXSBBT1NEICAgICAgICBBdWRh Y2lvdXMgT1NECj4+ICAgICAgICAgICAgICDilIIg4pSCCj4+ICAgICAgICAgICAgICAgICAgICAg 4pSCIOKUgiAgICAgICAgIFsqXSBBT1NEWENPTVAgICBBdWRhY2lvdXMgT1NEIFggQ29tcG9zaXRl Cj4+ICAgICAgICAgICAgICDilIIg4pSCCj4+ICAgICAgICAgICAgICAgICAgICAg4pSCIOKUgiAg ICAgICAgIFsqXSBCUzJCICAgICAgICBCUzJCIGVmZmVjdAo+PiAgICAgICAgICAgICAg4pSCIOKU ggo+PiAgICAgICAgICAgICAgICAgICAgIOKUgiDilIIgICAgICAgICBbKl0gQ0RBVURJTyAgICAg Q0QgYXVkaW8gaW5wdXQKPj4gICAgICAgICAgICAgICDilIIg4pSCCj4+ICAgICAgICAgICAgICAg ICAgICAg4pSCIOKUgiAgICAgICAgIFsqXSBDVUUgICAgICAgICBFbWJlZGRlZCBDVUUgc2hlZXRz Cj4+ICAgICAgICAgICAgICDilIIg4pSCCj4+ICAgICAgICAgICAgICAgICAgICAg4pSCIOKUgiAg ICAgICAgIFsqXSBEQlVTICAgICAgICBELUJ1cyBJUEMgc3lzdGVtCj4+ICAgICAgICAgICAgICAg 4pSCIOKUggo+PiAgICAgICAgICAgICAgICAgICAgIOKUgiDilIIgICAgICAgICBbKl0gRkZBVURJ TyAgICAgRkZBdWRpbyBkZWNvZGVyCj4+ICAgICAgICAgICAgICDilIIg4pSCCj4+ICAgICAgICAg ICAgICAgICAgICAg4pSCIOKUgiAgICAgICAgIFsqXSBGTEFDICAgICAgICBGTEFDIGxvc3NsZXNz IGF1ZGlvIGNvZGVjCj4+ICAgICAgICAgICAgICDilIIg4pSCCj4+ICAgICAgICAgICAgICAgICAg ICAg4pSCIOKUgiAgICAgICAgIFsqXSBHSU8gICAgICAgICBHSU8gc3VwcG9ydAo+PiAgICAgICAg ICAgICAg4pSCIOKUggo+PiAgICAgICAgICAgICAgICAgICAgIOKUgiDilIIgICAgICAgICBbKl0g SkFDSyAgICAgICAgSkFDSyBhdWRpbyBzZXJ2ZXIKPj4gICAgICAgICAgICAgIOKUgiDilIIKPj4g ICAgICAgICAgICAgICAgICAgICDilIIg4pSU4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA 4pSA4pSA4pSAdigrKeKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgCoqCj4+IOKU gOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKU gOKUgOKUgOKUgOKUgOKUgOKUgOKUgDQ1JSoq4pSA4pSA4pSA4pSA4pSA4pSYIOKUggo+PiAgICAg ICAgICAgICAgICAgICAgIOKUnOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKU gOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgCoqCj4+IOKU gOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKU gOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgCoq4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA 4pSA4pSkCj4+ICAgICAgICAgICAgICAgICAgICAg4pSCICAgICAgICAgICAgICAgICAgIDwgIE9L ICA+ICAgICAgICAgIDxDYW5jZWw+Cj4+ICAgICAgICAgICAgICAgICDilIIKPj4gICAgICAgICAg ICAgICAgICAgICDilJTilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIAqKgo+PiDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIAqKuKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKU mAo+Pgo+Pgo+Pgo+Pgo+Pgo+Pgo+Pgo+Pgo+Pgo+Pgo+PiA9PT0+ICBGb3VuZCBzYXZlZCBjb25m aWd1cmF0aW9uIGZvciBhdWRhY2lvdXMtcGx1Z2lucy0zLjMuMwo+PiA9PiBhdWRhY2lvdXMtcGx1 Z2lucy0zLjMuMy50YXIuKipiejIgZG9lc24ndCBzZWVtIHRvIGV4aXN0IGluCj4+IC91c3IvcG9y dHMvZGlzdGZpbGVzLy4KPj4gPT4gQXR0ZW1wdGluZyB0byBmZXRjaCBodHRwOi8vZGlzdGZpbGVz LmF1ZGFjaW91cy0qKgo+PiBtZWRpYS1wbGF5ZXIub3JnL2F1ZGFjaW91cy0qKnBsdWdpbnMtMy4z LjMudGFyLmJ6MjxodHRwOi8vZGlzdGZpbGVzLmF1ZGFjaW91cy1tZWRpYS1wbGF5ZXIub3JnL2F1 ZGFjaW91cy1wbHVnaW5zLTMuMy4zLnRhci5iejI+Cj4+IGF1ZGFjaW91cy1wbHVnaW5zLTMuMy4z LnRhci4qKmJ6MiAgICAgICAgICAgICAgIDEwMCUgb2YgMTY5OSBrQiAgNTcxIGtCcHMKPj4gPT09 PiAgRXh0cmFjdGluZyBmb3IgYXVkYWNpb3VzLXBsdWdpbnMtMy4zLjMKPj4gPT4gU0hBMjU2IENo ZWNrc3VtIE9LIGZvciBhdWRhY2lvdXMtcGx1Z2lucy0zLjMuMy50YXIuKipiejIuCj4+ID09PT4g IFBhdGNoaW5nIGZvciBhdWRhY2lvdXMtcGx1Z2lucy0zLjMuMwo+PiA9PT0+ICAgYXVkYWNpb3Vz LXBsdWdpbnMtMy4zLjMgZGVwZW5kcyBvbiBleGVjdXRhYmxlOiBhdWRhY2lvdXMgLSBmb3VuZAo+ PiA9PT0+ICAgYXVkYWNpb3VzLXBsdWdpbnMtMy4zLjMgZGVwZW5kcyBvbiBmaWxlOgo+PiAvdXNy L2xvY2FsL2xpYi9vc3MvaW5jbHVkZS8qKnN5cy9zb3VuZGNhcmQuaCAtIG5vdCBmb3VuZAo+PiA9 PT0+ICAgIFZlcmlmeWluZyBpbnN0YWxsIGZvciAvdXNyL2xvY2FsL2xpYi9vc3MvaW5jbHVkZS8q KnN5cy9zb3VuZGNhcmQuaAo+PiBpbiAvdXNyL3BvcnRzL2F1ZGlvL29zcwo+PiA9PT0+ICBvc3Mt NC4yLmIyMDA3IHJlcXVpcmVzIGtlcm5lbCBzb3VyY2UgdG8gYmUgaW5zdGFsbGVkLgo+PiAqKiog W2luc3RhbGxdIEVycm9yIGNvZGUgMQo+Pgo+PiBTdG9wIGluIC91c3IvcG9ydHMvYXVkaW8vb3Nz Lgo+PiAqKiogW2J1aWxkLWRlcGVuZHNdIEVycm9yIGNvZGUgMQo+Pgo+PiBTdG9wIGluIC91c3Iv cG9ydHMvbXVsdGltZWRpYS8qKmF1ZGFjaW91cy1wbHVnaW5zLgo+PiAqKiogW2luc3RhbGxdIEVy cm9yIGNvZGUgMQo+Pgo+PiBTdG9wIGluIC91c3IvcG9ydHMvbXVsdGltZWRpYS8qKmF1ZGFjaW91 cy1wbHVnaW5zLgo+Pgo+PiBPaywgSSBuZWVkIHRoZSBrZXJuZWwgc291cmNlLCBJIGJldCBJJ2xs IGZpbmQgd2hhdCB0byBkbyB1c2luZyBHb29nbGUsCj4+IGJ1dCBJIHdvbmRlciB3aHkgT1NTIGFs cmVhZHkgaXMgd29ya2luZywgd2hlbiBpdCdzIG5vdCBpbnN0YWxsZWQuIEkgc3VzcGVjdAo+PiB0 aGlzIHdpbGwgcmVwbGFjZSBzb21ldGhpbmcgdGhhdCBhbHJlYWR5IGlzIHBhcnQgb2YgdGhlIGtl cm5lbD8gSWYgc28sCj4+IGNvdWxkIGl0IGJyZWFrIG90aGVyIHBvcnRzPwo+Pgo+PiBJIGFsc28g d29uZGVyIHdoeSBBTFNBIGRvZXNuJ3Qgd29yaywgd2hlbiBpdCdzIGluc3RhbGxlZCBhbmQgdGhl IHNvdW5kCj4+IGNhcmQncyBkcml2ZXIgaXMgaW5zdGFsbGVkLgo+Pgo+PiBGV0lXLCBhZnRlciBh biBwb3J0cyB1cGRhdGUgdGhlcmUgYWxyZWFkeSB3YXMgdGhlIGFwcGxpY2F0aW9uIGZpbmRlciBp Y29uCj4+IG1pc3NpbmcgYW5kIG5vdyB0aGVyZSdzIG5vIGljb24gZm9yIGF1ZGFjaW91cyBmb3Ig dGhlIG1lbnUuIEkga25vdyBob3cgdG8KPj4gZ2l2ZSB0aGVtIGljb25zLCBJIGp1c3Qgd2FudCB0 byBpbmZvcm0sIHRoYXQgdGhlcmUgYXJlIGljb25zIG1pc3NpbmcuCj4+Cj4+IFJlZ2FyZHMsCj4+ IFJhbGYKPj4gX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fKipfX19fX19fX19fX19fX19f Xwo+PiBmcmVlYnNkLW11bHRpbWVkaWFAZnJlZWJzZC5vcmcgbWFpbGluZyBsaXN0Cj4+IGh0dHA6 Ly9saXN0cy5mcmVlYnNkLm9yZy8qKm1haWxtYW4vbGlzdGluZm8vZnJlZWJzZC0qKm11bHRpbWVk aWE8aHR0cDovL2xpc3RzLmZyZWVic2Qub3JnL21haWxtYW4vbGlzdGluZm8vZnJlZWJzZC1tdWx0 aW1lZGlhPgo+PiBUbyB1bnN1YnNjcmliZSwgc2VuZCBhbnkgbWFpbCB0byAiZnJlZWJzZC1tdWx0 aW1lZGlhLSoqCj4+IHVuc3Vic2NyaWJlQGZyZWVic2Qub3JnIDxmcmVlYnNkLW11bHRpbWVkaWEt dW5zdWJzY3JpYmVAZnJlZWJzZC5vcmc+Igo+Cj4KPgo+Cj4gLS0KPiBEZW1lbGllciBEYXZpZAo+ CgoKCi0tIApEZW1lbGllciBEYXZpZAo= From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 14:16:19 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0F7A9579 for ; Mon, 21 Jan 2013 14:16:19 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm19-vm0.bullet.mail.ird.yahoo.com (nm19-vm0.bullet.mail.ird.yahoo.com [77.238.189.92]) by mx1.freebsd.org (Postfix) with ESMTP id 1B105305 for ; Mon, 21 Jan 2013 14:16:17 +0000 (UTC) Received: from [77.238.189.55] by nm19.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 14:16:16 -0000 Received: from [217.146.188.161] by tm8.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 14:16:16 -0000 Received: from [127.0.0.1] by smtp129.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 14:16:16 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358777776; bh=WwivseeCQBTSEXiYGXTiwSjl5XlXm/KiVcQ/5obXyYs=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Cc:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=5HlnLGP97I38xAUVL8ajH+ct3Ee83bY3Tm/5ECeyDGPdSGHpcjMyqecJQy4NY0Z7KH2dxebtisNjK0EqEuW4CqFD3IrDQIboYVDckio9ikIB9M31RTyt9Gbws8kl2f1YBb//jJ7qiwwuzaInAGfRrDYbQ7aeZv0hFcaM0o63HcY= X-Yahoo-Newman-Id: 12876.83257.bm@smtp129.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: jFM9jv0VM1naFfPFvJsHmybZiHHt76bpMM41FI6RXtDVO_H pox.Jo0qMscT0EainJfnTaTJx7Mir2O8vCpxg2NAhgrGzpFth8XBFcAp9k2u I0sdyz07KuZ.j3HItTT_4wBdaYhsryI.VaS7NQeWcrU.SuA0taOU.yCiJgCz r5SpNUS7dqLnEHFFki12V91ycjmCGoMEVemb9Rsyw8WTdYSr7r7IexjgMhBA epZ9xWXVcl1dxPW4QemdQQre382vX7yOa1P4M9lOQ.PCm8ZeL0Jd0j4ZPqfh 2l1wPForyqpXNrwINjg4MUGCaTC2Taz.1kCwEqNpYquCOfg1sqPz2MzZizrw Oem9VX9tPnIxrUgdneGVlohi8Zu24BeT7qhOHtF232xnpEZPQWj6i2diF1pA kNCzuKSlmSsmX01vDWtGzq13Z18w_HyK76wuyZpuamI0roOiBYCpQZTbwnmC SgMmqwXennWMW5x5x0swWCb8YQk5o1zGC_R5mVbbqYako7NDrhSnxkJB7aKK 2XfqdhecCRgvj9R3BzDlc6IsIfKabyy9.zo9jCZe7VcT9vTby_x71XDqwzVa roGRA6.qwRflGp1tnf4EwrIcxGeXhN_hXBfLA8wECjIOtBA-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.25.251 with login) by smtp129.mail.ird.yahoo.com with SMTP; 21 Jan 2013 06:16:15 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "David Demelier" Subject: Re: OSS and ALSA References: Date: Mon, 21 Jan 2013 15:16:15 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.12 (FreeBSD) Cc: FreeBSD multi , FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 14:16:19 -0000 Thank you David, On Mon, 21 Jan 2013 13:21:53 +0100, David Demelier wrote: > Don't enable OSS4 nor ALSA, VLC can run fine with FreeBSD kernel mixer > support (that has a OSS compatibility support). > Just use defaults, it will always work more when you use default options. I'll use audio software such as Ardour with jackd, if I launch jackd with oss, there are only the two analog IOs of my HDSPe AIO available, ALSA doesn't work. I'll get the 8 ADAT ports, since I connect my sound card to an ADAT device. This is the sound card: http://www.rme-audio.de/en_products_hdspe_aio.php This is the connected ADAT device: http://www.behringer.com/EN/Products/ADA8000.aspx Just for a test VLC would be ok. Ok, so I compile VLC and dependencies, that were not already compiled, with their default configuration. Some dependencies perhaps are already compiled. On Mon, 21 Jan 2013 13:22:07 +0100, David Demelier wrote: > I mean audacious, not VLC Audacious with jack and other non-defaults enabled will compile OSS. When VLC is compiled, I'll read how to reset the config and compile it with it's defaults. For test purposes this is ok, but for audio production it's a no-go. FWIW I generally don't add pulseaudio support since environments with pulseaudio don't work with professional gear on Linux. Even if it should work on FreeBSD, the code is odd, since it will adjust 2 volumes in the same signal chain at the same time. An audio engineer doing this, never ever would get a job. This is not how audio signals are handled in the professional world, doing it that way is idiotic. To be continued. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 14:16:27 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CA69A60F for ; Mon, 21 Jan 2013 14:16:27 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm13.bullet.mail.ird.yahoo.com (nm13.bullet.mail.ird.yahoo.com [77.238.189.66]) by mx1.freebsd.org (Postfix) with ESMTP id EFDFE30C for ; Mon, 21 Jan 2013 14:16:25 +0000 (UTC) Received: from [77.238.189.230] by nm13.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 14:16:23 -0000 Received: from [217.146.188.235] by tm11.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 14:16:23 -0000 Received: from [127.0.0.1] by smtp108.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 14:16:23 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358777783; bh=zRDZlcI5IE1A8SteRLpsILZmf6IzokEwEcOj6FjzPHI=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Cc:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=f3+ySYmZlECxkv1MJMHBhUgAP8vkez3KKlFgZIZPZr5imnw2ifPt2Up3VzZKbhM0gB6qEvWErRA/oz5xi7CpLuJz7xWOp2aKQml3uN5pskUMMcr3XXHARHJz+yzO9fZl/TBlqpd2MIrkDSat3S4PcnhHW+w52bb9RHQcJSbl+LE= X-Yahoo-Newman-Id: 233323.88918.bm@smtp108.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: kumSPvUVM1kcJfUzUcZJjjBYLs77hvddgzbl_AsS7MHICR8 rPBTUhAPiewATWXp59u59gzWeE.LYPqpFksxiwQfk.PCWpilGU8.zbji79Vt QjpzgQo3p1w7xairgZGaB7AopJDbPKtJVtT5w98FarkuvdP02vnyPD3cocg9 2qy9327z.D07kZlnfhEYeGZiRalq1YpSQqT0U2A7511ipfwrgem5LiSYMhqJ xR3k_uO7pVGy46jz4VmQ57..PCOI7uPuuZZJkBVDk0D.Zpw6KVH_G237o_Un B6lZo6LrhDEtc0gecKZgMyd4kA1hUg65rTpFpalNENvHC_.adJ5KsTOP73vo T8l3CScd1NeMELr1iVHLP9GZxLvGINH1xydCOB4xlhj2foOF87uOPL.tGHFp QQUxZoo0QMu7Phns3FpnJAb8BijdhRjKzAgNlbWlgggdqItorbF9_PNkz_tA VcfwAc2VoBHkVbWoK8mAaeW4TZR8Cg31O7nJUP2iilQ9VO8Rn.iPk.JyeZVJ RG5gNfg2XTRjakHGPvxtyJr6YhfkG1mdNo1Le.31EuP4GRpsMEEm0rpm.jaz AJDYnA_VbhBqmJfd8hjAL94Ml7ag0KtJiUolYPVI9QP8skLP9wKbQvQRc7Jd .Fk391oC5aqF8kQI2t0EK.alNgw4kRNZj3YOPwQ.EMzyrjXIs6NiWsnZRYjp TPQ-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.25.251 with login) by smtp108.mail.ird.yahoo.com with SMTP; 21 Jan 2013 06:16:23 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "David Demelier" Subject: Re: OSS and ALSA References: Date: Mon, 21 Jan 2013 15:16:22 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: Base64 From: "Ralf Mardorf" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.12 (FreeBSD) Cc: FreeBSD multi , FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 14:16:27 -0000 T24gTW9uLCAyMSBKYW4gMjAxMyAxMzoyMjowNyArMDEwMCwgRGF2aWQgRGVtZWxp ZXIgIA0KPGRlbWVsaWVyLmRhdmlkQGdtYWlsLmNvbT4gd3JvdGU6DQoNCj4gSSBt ZWFuIGF1ZGFjaW91cywgbm90IFZMQw0KPg0KPg0KPiAyMDEzLzEvMjEgRGF2aWQg RGVtZWxpZXIgPGRlbWVsaWVyLmRhdmlkQGdtYWlsLmNvbT4NCj4NCj4+IERvbid0 IGVuYWJsZSBPU1M0IG5vciBBTFNBLCBWTEMgY2FuIHJ1biBmaW5lIHdpdGggRnJl ZUJTRCBrZXJuZWwgbWl4ZXINCj4+IHN1cHBvcnQgKHRoYXQgaGFzIGEgT1NTIGNv bXBhdGliaWxpdHkgc3VwcG9ydCkuDQo+Pg0KPj4gSnVzdCB1c2UgZGVmYXVsdHMs IGl0IHdpbGwgYWx3YXlzIHdvcmsgbW9yZSB3aGVuIHlvdSB1c2UgZGVmYXVsdCAg DQo+PiBvcHRpb25zLg0KPj4NCj4+DQo+PiAyMDEzLzEvMjEgUmFsZiBNYXJkb3Jm IDxyYWxmLm1hcmRvcmZAcm9ja2V0bWFpbC5jb20+DQo+Pg0KPj4+IEhpIDopDQo+ Pj4NCj4+PiBJIGtub3cgaXQncyBhIHRvcGljIGZvciB0aGUgbXVsdGltZWRpYSBs aXN0LCBidXQgdGhlcmUncyBsZXNzIHRyYWZmaWMgIA0KPj4+IG9uDQo+Pj4gdGhh dCBsaXN0LCBzbyBJIGhvcGUgaXQncyBva2F5IHRvIHBvc3QgaXQgdG8gYm90aCBs aXN0cyA6Uy4NCj4+Pg0KPj4+IEknbGwgdGVzdCB0aGUgc25kX2hkc3BlIGRyaXZl ci4gSXQncyB3b3JraW5nIGZvciB0aGUgMiBhbmFsb2cgSU9zIG9mIGENCj4+PiBI RFNQZSBBSU8sIGJ1dCBvdGhlciBwb3J0cyBhcmUgbWlzc2luZyBieSBqYWNrZC4N Cj4+Pg0KPj4+IEkgd2FzIGFza2VkIHRvIHVzZSBtcGQsIGJ1dCBJIG5ldmVyIHVz ZWQgdGhpcyBraW5kIG9mIG1lZGlhIHBsYXllciAgDQo+Pj4gYmVmb3JlLg0KPj4+ IFVzdWFsbHkgSSdtIHVzaW5nIHByby1hdWRpbyBhcHBzIG9uIExpbnV4IGFuZCBz ZWxkb20gSSB1c2UgImF2ZXJhZ2VkIg0KPj4+IG1lZGlhIHBsYXllcnMgYW5kIGFz IG1lbnRpb25lZCBiZWZvcmUsIEkgbmV2ZXIgdXNlZCB0aGlzIGtpbmQgb2YgIA0K Pj4+IHBsYXllci4NCj4+Pg0KPj4+IEkgZG9uJ3Qga25vdyBob3cgdG8gdXNlIG1w ZCBvciB0aGUgR25vbWUgR1VJIGZvciBpdCBhbmQgc29uYXRhIGZhaWxlZCAgDQo+ Pj4gdG8NCj4+PiBidWlsZC4NCj4+Pg0KPj4+IFBlcmhhcHMgSSBjb3VsZCB1c2Ug YW4gImF2ZXJhZ2VkIiBtZWRpYSBwbGF5ZXIgdG8gZ2V0IGFjY2VzcyB0byBhbGwg IA0KPj4+IHBvcnRzPw0KPj4+DQo+Pj4gSXMgdGhlcmUgYSB3YXkgdG8gYXV0b21h dGljYWxseSBnZXQgYWxsIGRlcGVuZGVuY2llcyB3aGVuIGJ1aWxkaW5nDQo+Pj4g YXBwbGljYXRpb25zPw0KPj4+DQo+Pj4gVG8gbWUgaXQncyBhbHJlYWR5IHN0cmFu Z2UgdGhhdCBhdWRhY2lvdXMgaXMgYnVpbGQgd2l0aG91dCB0aGUgb3V0cHV0DQo+ Pj4gcGx1Z2lucywgaG93ZXZlciwgSSdsbCBidWlsZCB0aGVtIG5vdyBhbmQgSSBn ZXQNCj4+Pg0KPj4+IHJvb3RAZnJlZWJzZDovdXNyL2hvbWUvKipyb2NrZXRtb3Vz ZSAjIGNkICANCj4+PiAvdXNyL3BvcnRzL211bHRpbWVkaWEvKiphdWRhY2lvdXMt cGx1Z2lucw0KPj4+IDsgbWFrZSBpbnN0YWxsIGNsZWFuDQo+Pj4NCj4+Pg0KPj4+ DQo+Pj4NCj4+Pg0KPj4+DQo+Pj4NCj4+Pg0KPj4+DQo+Pj4NCj4+PiAgICAgICAg ICAgICAgICAgICAgIOKUjOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKU gOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKU gOKUgOKUgCoqDQo+Pj4g4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA 4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA 4pSA4pSA4pSAKirilIDilIDilIDilIDilIDilIDilIDilIDilIDilJANCj4+PiAg ICAgICAgICAgICAgICAgICAgIOKUgiBPcHRpb25zIGZvciBhdWRhY2lvdXMtcGx1 Z2lucyAzLjMuMw0KPj4+ICAgICAgICAgICAgICAgIOKUgg0KPj4+ICAgICAgICAg ICAgICAgICAgICAg4pSCIOKUjOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKU gOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKU gOKUgOKUgOKUgCoqDQo+Pj4g4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA 4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA 4pSA4pSA4pSA4pSAKirilIDilIDilIDilIDilIDilJAg4pSCDQo+Pj4gICAgICAg ICAgICAgICAgICAgICDilIIg4pSCICAgICAgICAgWypdIEFBQyAgICAgICAgIEFB Qy9NUDQgZm9ybWF0DQo+Pj4gICAgICAgICAgICAgICDilIIg4pSCDQo+Pj4gICAg ICAgICAgICAgICAgICAgICDilIIg4pSCICAgICAgICAgWypdIEFEUExVRyAgICAg IEFEUExVRyBkZWNvZGVyDQo+Pj4gICAgICAgICAgICAgICDilIIg4pSCDQo+Pj4g ICAgICAgICAgICAgICAgICAgICDilIIg4pSCICAgICAgICAgWypdIEFMU0EgICAg ICAgIEFMU0EgYXVkaW8gYXJjaGl0ZWN0dXJlDQo+Pj4gICAgICAgICAgICAgIOKU giDilIINCj4+PiAgICAgICAgICAgICAgICAgICAgIOKUgiDilIIgICAgICAgICBb Kl0gQU1JREkgICAgICAgQW1pZGkgZGVjb2Rlcg0KPj4+ICAgICAgICAgICAgICDi lIIg4pSCDQo+Pj4gICAgICAgICAgICAgICAgICAgICDilIIg4pSCICAgICAgICAg WypdIEFPU0QgICAgICAgIEF1ZGFjaW91cyBPU0QNCj4+PiAgICAgICAgICAgICAg 4pSCIOKUgg0KPj4+ICAgICAgICAgICAgICAgICAgICAg4pSCIOKUgiAgICAgICAg IFsqXSBBT1NEWENPTVAgICBBdWRhY2lvdXMgT1NEIFggIA0KPj4+IENvbXBvc2l0 ZQ0KPj4+ICAgICAgICAgICAgICDilIIg4pSCDQo+Pj4gICAgICAgICAgICAgICAg ICAgICDilIIg4pSCICAgICAgICAgWypdIEJTMkIgICAgICAgIEJTMkIgZWZmZWN0 DQo+Pj4gICAgICAgICAgICAgIOKUgiDilIINCj4+PiAgICAgICAgICAgICAgICAg ICAgIOKUgiDilIIgICAgICAgICBbKl0gQ0RBVURJTyAgICAgQ0QgYXVkaW8gaW5w dXQNCj4+PiAgICAgICAgICAgICAgIOKUgiDilIINCj4+PiAgICAgICAgICAgICAg ICAgICAgIOKUgiDilIIgICAgICAgICBbKl0gQ1VFICAgICAgICAgRW1iZWRkZWQg Q1VFIHNoZWV0cw0KPj4+ICAgICAgICAgICAgICDilIIg4pSCDQo+Pj4gICAgICAg ICAgICAgICAgICAgICDilIIg4pSCICAgICAgICAgWypdIERCVVMgICAgICAgIEQt QnVzIElQQyBzeXN0ZW0NCj4+PiAgICAgICAgICAgICAgIOKUgiDilIINCj4+PiAg ICAgICAgICAgICAgICAgICAgIOKUgiDilIIgICAgICAgICBbKl0gRkZBVURJTyAg ICAgRkZBdWRpbyBkZWNvZGVyDQo+Pj4gICAgICAgICAgICAgIOKUgiDilIINCj4+ PiAgICAgICAgICAgICAgICAgICAgIOKUgiDilIIgICAgICAgICBbKl0gRkxBQyAg ICAgICAgRkxBQyBsb3NzbGVzcyBhdWRpbyAgDQo+Pj4gY29kZWMNCj4+PiAgICAg ICAgICAgICAg4pSCIOKUgg0KPj4+ICAgICAgICAgICAgICAgICAgICAg4pSCIOKU giAgICAgICAgIFsqXSBHSU8gICAgICAgICBHSU8gc3VwcG9ydA0KPj4+ICAgICAg ICAgICAgICDilIIg4pSCDQo+Pj4gICAgICAgICAgICAgICAgICAgICDilIIg4pSC ICAgICAgICAgWypdIEpBQ0sgICAgICAgIEpBQ0sgYXVkaW8gc2VydmVyDQo+Pj4g ICAgICAgICAgICAgIOKUgiDilIINCj4+PiAgICAgICAgICAgICAgICAgICAgIOKU giDilJTilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIB2KCsp 4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSAKioNCj4+PiDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDilIDi lIDilIDilIDilIDilIDilIDilIDilIDilIDilIA0NSUqKuKUgOKUgOKUgOKUgOKU gOKUmCDilIINCj4+PiAgICAgICAgICAgICAgICAgICAgIOKUnOKUgOKUgOKUgOKU gOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKU gOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgCoqDQo+Pj4g4pSA4pSA4pSA4pSA 4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA 4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSAKirilIDilIDilIDilIDilIDi lIDilIDilIDilIDilKQNCj4+PiAgICAgICAgICAgICAgICAgICAgIOKUgiAgICAg ICAgICAgICAgICAgICA8ICBPSyAgPiAgICAgICAgICA8Q2FuY2VsPg0KPj4+ICAg ICAgICAgICAgICAgICDilIINCj4+PiAgICAgICAgICAgICAgICAgICAgIOKUlOKU gOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKU gOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgOKUgCoqDQo+Pj4g4pSA 4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA 4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSA4pSAKirilIDilIDi lIDilIDilIDilIDilIDilIDilIDilJgNCj4+Pg0KPj4+DQo+Pj4NCj4+Pg0KPj4+ DQo+Pj4NCj4+Pg0KPj4+DQo+Pj4NCj4+Pg0KPj4+ID09PT4gIEZvdW5kIHNhdmVk IGNvbmZpZ3VyYXRpb24gZm9yIGF1ZGFjaW91cy1wbHVnaW5zLTMuMy4zDQo+Pj4g PT4gYXVkYWNpb3VzLXBsdWdpbnMtMy4zLjMudGFyLioqYnoyIGRvZXNuJ3Qgc2Vl bSB0byBleGlzdCBpbg0KPj4+IC91c3IvcG9ydHMvZGlzdGZpbGVzLy4NCj4+PiA9 PiBBdHRlbXB0aW5nIHRvIGZldGNoIGh0dHA6Ly9kaXN0ZmlsZXMuYXVkYWNpb3Vz LSoqDQo+Pj4gbWVkaWEtcGxheWVyLm9yZy9hdWRhY2lvdXMtKipwbHVnaW5zLTMu My4zLnRhci5iejI8aHR0cDovL2Rpc3RmaWxlcy5hdWRhY2lvdXMtbWVkaWEtcGxh eWVyLm9yZy9hdWRhY2lvdXMtcGx1Z2lucy0zLjMuMy50YXIuYnoyPg0KPj4+IGF1 ZGFjaW91cy1wbHVnaW5zLTMuMy4zLnRhci4qKmJ6MiAgICAgICAgICAgICAgIDEw MCUgb2YgMTY5OSBrQiAgNTcxICANCj4+PiBrQnBzDQo+Pj4gPT09PiAgRXh0cmFj dGluZyBmb3IgYXVkYWNpb3VzLXBsdWdpbnMtMy4zLjMNCj4+PiA9PiBTSEEyNTYg Q2hlY2tzdW0gT0sgZm9yIGF1ZGFjaW91cy1wbHVnaW5zLTMuMy4zLnRhci4qKmJ6 Mi4NCj4+PiA9PT0+ICBQYXRjaGluZyBmb3IgYXVkYWNpb3VzLXBsdWdpbnMtMy4z LjMNCj4+PiA9PT0+ICAgYXVkYWNpb3VzLXBsdWdpbnMtMy4zLjMgZGVwZW5kcyBv biBleGVjdXRhYmxlOiBhdWRhY2lvdXMgLSBmb3VuZA0KPj4+ID09PT4gICBhdWRh Y2lvdXMtcGx1Z2lucy0zLjMuMyBkZXBlbmRzIG9uIGZpbGU6DQo+Pj4gL3Vzci9s b2NhbC9saWIvb3NzL2luY2x1ZGUvKipzeXMvc291bmRjYXJkLmggLSBub3QgZm91 bmQNCj4+PiA9PT0+ICAgIFZlcmlmeWluZyBpbnN0YWxsIGZvciAgDQo+Pj4gL3Vz ci9sb2NhbC9saWIvb3NzL2luY2x1ZGUvKipzeXMvc291bmRjYXJkLmgNCj4+PiBp biAvdXNyL3BvcnRzL2F1ZGlvL29zcw0KPj4+ID09PT4gIG9zcy00LjIuYjIwMDcg cmVxdWlyZXMga2VybmVsIHNvdXJjZSB0byBiZSBpbnN0YWxsZWQuDQo+Pj4gKioq IFtpbnN0YWxsXSBFcnJvciBjb2RlIDENCj4+Pg0KPj4+IFN0b3AgaW4gL3Vzci9w b3J0cy9hdWRpby9vc3MuDQo+Pj4gKioqIFtidWlsZC1kZXBlbmRzXSBFcnJvciBj b2RlIDENCj4+Pg0KPj4+IFN0b3AgaW4gL3Vzci9wb3J0cy9tdWx0aW1lZGlhLyoq YXVkYWNpb3VzLXBsdWdpbnMuDQo+Pj4gKioqIFtpbnN0YWxsXSBFcnJvciBjb2Rl IDENCj4+Pg0KPj4+IFN0b3AgaW4gL3Vzci9wb3J0cy9tdWx0aW1lZGlhLyoqYXVk YWNpb3VzLXBsdWdpbnMuDQo+Pj4NCj4+PiBPaywgSSBuZWVkIHRoZSBrZXJuZWwg c291cmNlLCBJIGJldCBJJ2xsIGZpbmQgd2hhdCB0byBkbyB1c2luZyBHb29nbGUs DQo+Pj4gYnV0IEkgd29uZGVyIHdoeSBPU1MgYWxyZWFkeSBpcyB3b3JraW5nLCB3 aGVuIGl0J3Mgbm90IGluc3RhbGxlZC4gSSAgDQo+Pj4gc3VzcGVjdA0KPj4+IHRo aXMgd2lsbCByZXBsYWNlIHNvbWV0aGluZyB0aGF0IGFscmVhZHkgaXMgcGFydCBv ZiB0aGUga2VybmVsPyBJZiBzbywNCj4+PiBjb3VsZCBpdCBicmVhayBvdGhlciBw b3J0cz8NCj4+Pg0KPj4+IEkgYWxzbyB3b25kZXIgd2h5IEFMU0EgZG9lc24ndCB3 b3JrLCB3aGVuIGl0J3MgaW5zdGFsbGVkIGFuZCB0aGUgc291bmQNCj4+PiBjYXJk J3MgZHJpdmVyIGlzIGluc3RhbGxlZC4NCj4+Pg0KPj4+IEZXSVcsIGFmdGVyIGFu IHBvcnRzIHVwZGF0ZSB0aGVyZSBhbHJlYWR5IHdhcyB0aGUgYXBwbGljYXRpb24g ZmluZGVyICANCj4+PiBpY29uDQo+Pj4gbWlzc2luZyBhbmQgbm93IHRoZXJlJ3Mg bm8gaWNvbiBmb3IgYXVkYWNpb3VzIGZvciB0aGUgbWVudS4gSSBrbm93IGhvdyAg DQo+Pj4gdG8NCj4+PiBnaXZlIHRoZW0gaWNvbnMsIEkganVzdCB3YW50IHRvIGlu Zm9ybSwgdGhhdCB0aGVyZSBhcmUgaWNvbnMgbWlzc2luZy4NCj4+Pg0KPj4+IFJl Z2FyZHMsDQo+Pj4gUmFsZg0KPj4+IF9fX19fX19fX19fX19fX19fX19fX19fX19f X19fXyoqX19fX19fX19fX19fX19fX18NCj4+PiBmcmVlYnNkLW11bHRpbWVkaWFA ZnJlZWJzZC5vcmcgbWFpbGluZyBsaXN0DQo+Pj4gaHR0cDovL2xpc3RzLmZyZWVi c2Qub3JnLyoqbWFpbG1hbi9saXN0aW5mby9mcmVlYnNkLSoqbXVsdGltZWRpYTxo dHRwOi8vbGlzdHMuZnJlZWJzZC5vcmcvbWFpbG1hbi9saXN0aW5mby9mcmVlYnNk LW11bHRpbWVkaWE+DQo+Pj4gVG8gdW5zdWJzY3JpYmUsIHNlbmQgYW55IG1haWwg dG8gImZyZWVic2QtbXVsdGltZWRpYS0qKg0KPj4+IHVuc3Vic2NyaWJlQGZyZWVi c2Qub3JnIDxmcmVlYnNkLW11bHRpbWVkaWEtdW5zdWJzY3JpYmVAZnJlZWJzZC5v cmc+Ig0KPj4NCj4+DQo+Pg0KPj4NCj4+IC0tDQo+PiBEZW1lbGllciBEYXZpZA0K Pj4NCj4NCj4= From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 14:18:39 2013 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7791076E; Mon, 21 Jan 2013 14:18:39 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 5DBE5347; Mon, 21 Jan 2013 14:18:38 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA16071; Mon, 21 Jan 2013 16:18:33 +0200 (EET) (envelope-from avg@FreeBSD.org) Message-ID: <50FD4E38.5040305@FreeBSD.org> Date: Mon, 21 Jan 2013 16:18:32 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130113 Thunderbird/17.0.2 MIME-Version: 1.0 To: David Demelier Subject: Re: OSS and ALSA References: In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: FreeBSD multi , Ralf Mardorf , FreeBSD quest , Oliver Lehmann X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 14:18:39 -0000 on 21/01/2013 14:22 David Demelier said the following: > I mean audacious, not VLC > > > 2013/1/21 David Demelier > >> Don't enable OSS4 nor ALSA, VLC can run fine with FreeBSD kernel mixer >> support (that has a OSS compatibility support). >> >> Just use defaults, it will always work more when you use default options. Are you sure? And are you speaking about the latest version - 3.3.3 ? In that version, if neither ALSA nor OSS4 is selected then the only output possible is FileWriter. BTW, OSS4 is "On" by default, which is annoying - why do I have install some external kernel code if we already have quite good audio code. It seems that audacious has lost support for "normal OSS" and became useless to me. Maybe "SDL Output" plugin/option could help, I need to try that. -- Andriy Gapon From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 14:22:43 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6420E882 for ; Mon, 21 Jan 2013 14:22:43 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm8.bullet.mail.ird.yahoo.com (nm8.bullet.mail.ird.yahoo.com [77.238.189.23]) by mx1.freebsd.org (Postfix) with ESMTP id 761D537C for ; Mon, 21 Jan 2013 14:22:42 +0000 (UTC) Received: from [77.238.189.49] by nm8.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 14:22:39 -0000 Received: from [217.146.188.165] by tm2.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 14:22:39 -0000 Received: from [127.0.0.1] by smtp133.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 14:22:39 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358778159; bh=BJOsUT1V+e21ucL1CxCBw9+UvsBmF0Yh3JhbyzEavGw=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Cc:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=iVW2WvjMYXfzPNHSdpFpnaPkOcovCjsOmqJQkVwG3AwabVXyP4D0R2mIr3Hy9zZ/wYVS/WWH8hD1zIxnj6aatDBlryjrhR+1gXVVQkjGJzr+N5xnt6S7YucjuCYTN2vscrE99Ebj3LaUp1UzbEbURWUtNgzxfmbTB3Cpo3QS1zk= X-Yahoo-Newman-Id: 284052.74077.bm@smtp133.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: zkztBSAVM1mF50M34JUCLWQynFBVQjC0ibOwUFdQF9HKWYw _7ZNsw95_y19rQ2D0fN97JJs.SN4psnpKtFwozJi3AeBEUTEpvI1beWqkzlc U5ZymbBOLt3VWKd.rL6LpMkuHX8r.4ScDGqqmi8yMEiVr9OZoSxC5ryh8t_q vwGYvZjsA4RGK.lk3I4QEpBAfiSjIYrfdzSu2SOUp55g5sPrwi0ZNKU48aAI 4vAXTGcMl9EpHhg7rm4IzR_RNloiQDXKV_1Nd8wC0tBDt6Oa1KQdBefcN72o Blt2lA4Kdpw1YEIyhqqISlU2qXOEWkEL1TZ1Ul4Lhx3Yt.pB.1D7oH2sUebc NPOOvKU_Q56s1YGroHpTQIaGQVJPAEm0VubxEIohnpv3QsshS1jMdud2xO2S dnaCbXwIV_.qWBviNiC8XnRwMWt1mfET3J4JUNQ-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.25.251 with login) by smtp133.mail.ird.yahoo.com with SMTP; 21 Jan 2013 06:22:39 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "David Demelier" , "Andriy Gapon" Subject: Re: OSS and ALSA References: <50FD4E38.5040305@FreeBSD.org> Date: Mon, 21 Jan 2013 15:22:38 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <50FD4E38.5040305@FreeBSD.org> User-Agent: Opera Mail/12.12 (FreeBSD) Cc: FreeBSD multi , FreeBSD quest , Oliver Lehmann X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 14:22:43 -0000 On Mon, 21 Jan 2013 15:18:32 +0100, Andriy Gapon wrote: > on 21/01/2013 14:22 David Demelier said the following: >> I mean audacious, not VLC >> >> >> 2013/1/21 David Demelier >> >>> Don't enable OSS4 nor ALSA, VLC can run fine with FreeBSD kernel mixer >>> support (that has a OSS compatibility support). >>> >>> Just use defaults, it will always work more when you use default >>> options. > > Are you sure? And are you speaking about the latest version - 3.3.3 ? > > In that version, if neither ALSA nor OSS4 is selected then the only > output > possible is FileWriter. BTW, OSS4 is "On" by default, which is annoying > - why do > I have install some external kernel code if we already have quite good > audio code. > > It seems that audacious has lost support for "normal OSS" and became > useless to > me. Maybe "SDL Output" plugin/option could help, I need to try that. I'm a FreeBSD beginner and I noticed that I can forget my Linux knowledge for FreeBSD audio. It would be nice to get some valid information for FreeBSD 9.1 amd64. Google isn't very helpful. From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 15:51:05 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A5A07F25 for ; Mon, 21 Jan 2013 15:51:05 +0000 (UTC) (envelope-from dondugger47@gmail.com) Received: from mail-lb0-f173.google.com (mail-lb0-f173.google.com [209.85.217.173]) by mx1.freebsd.org (Postfix) with ESMTP id 33AB6AC2 for ; Mon, 21 Jan 2013 15:51:04 +0000 (UTC) Received: by mail-lb0-f173.google.com with SMTP id gf7so3611481lbb.4 for ; Mon, 21 Jan 2013 07:50:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=afTcz3akfU6nwUCHikVyZDVN9r3OjHowhnZBtuqrKVs=; b=LhiABu/7m325+L8XaftZ0++WYKs7lCoIYdCAs3bZ2zwHuXGKmYFvqEpsJKZKMV7+L5 n6nMqo4XGtKhKikuIQnCHQTo89jt5EfCtvpEc+ZpRyAlx1QIykRYtL1zuiq4G9Fln2Jj Tk6Y79ubrbgxbWzfb/caoEMEUXx/YskSihLwLQu08H5itjjJlspEX5MfuTxYutCiybw8 5fwQA0i0jiRQqDNKYdCZKyMSDgYFOoLA0vVlVAJdohe3hYAl4jAkVgTFpo5Ke+yznfGu rYlrR8Ag1WDDoA3cvqpd0kq3usg68/wFINvBKBIIYBBU3nEu6/o3veUz2lqlIyAv2Z4t 656Q== MIME-Version: 1.0 X-Received: by 10.152.113.66 with SMTP id iw2mr17649166lab.37.1358783458215; Mon, 21 Jan 2013 07:50:58 -0800 (PST) Received: by 10.112.86.34 with HTTP; Mon, 21 Jan 2013 07:50:58 -0800 (PST) Date: Mon, 21 Jan 2013 07:50:58 -0800 Message-ID: Subject: zfs configuration From: Don Dugger To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 15:51:05 -0000 Hi All, So I use zfs for the root file system. Works well. However now I want to move /tmp to ram-disk (memory disk or what ever). When I try to unmount /tmp with the zfs command of course it won't because its busy. With ufs I would just edit fstab and reboot what do I don with zfs?? Thx in advance... Don 8( From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 16:01:19 2013 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2F99E22E; Mon, 21 Jan 2013 16:01:19 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 0791AB4E; Mon, 21 Jan 2013 16:01:17 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id SAA17157; Mon, 21 Jan 2013 18:01:14 +0200 (EET) (envelope-from avg@FreeBSD.org) Message-ID: <50FD6649.5040509@FreeBSD.org> Date: Mon, 21 Jan 2013 18:01:13 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130113 Thunderbird/17.0.2 MIME-Version: 1.0 To: David Demelier , Oliver Lehmann Subject: Re: OSS and ALSA References: <50FD4E38.5040305@FreeBSD.org> In-Reply-To: <50FD4E38.5040305@FreeBSD.org> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: FreeBSD multi , Ralf Mardorf , FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 16:01:19 -0000 on 21/01/2013 16:18 Andriy Gapon said the following: > Are you sure? And are you speaking about the latest version - 3.3.3 ? > > In that version, if neither ALSA nor OSS4 is selected then the only output > possible is FileWriter. BTW, OSS4 is "On" by default, which is annoying - why do > I have install some external kernel code if we already have quite good audio code. > > It seems that audacious has lost support for "normal OSS" and became useless to > me. Maybe "SDL Output" plugin/option could help, I need to try that. Yes, SDL Output works fine. I think that this should be the default for the following reasons: - unlike OSS4 it doesn't require an additional external kernel driver - unlike PulseAudio it doesn't require any daemon (and possibly extra configuration) - unlike ALSA OSS plugin, SDL code is sane in its usage of OSS API -- Andriy Gapon From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 16:23:24 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EB281539 for ; Mon, 21 Jan 2013 16:23:24 +0000 (UTC) (envelope-from oliver@freebsd.org) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [78.111.72.186]) by mx1.freebsd.org (Postfix) with ESMTP id 43E15D0A for ; Mon, 21 Jan 2013 16:23:23 +0000 (UTC) Received: (qmail 83806 invoked by uid 80); 21 Jan 2013 16:23:21 -0000 Received: from dsdf-4db5016d.pool.mediaWays.net (dsdf-4db5016d.pool.mediaWays.net [77.181.1.109]) by avocado.salatschuessel.net (Horde Framework) with HTTP; Mon, 21 Jan 2013 17:23:21 +0100 Date: Mon, 21 Jan 2013 17:23:21 +0100 Message-ID: <20130121172321.Horde.Ai_h1kd4LLQ_nfhnMFr-qQ1@avocado.salatschuessel.net> From: Oliver Lehmann To: Andriy Gapon Subject: Re: OSS and ALSA References: <50FD4E38.5040305@freebsd.org> <50FD6649.5040509@FreeBSD.org> In-Reply-To: <50FD6649.5040509@FreeBSD.org> User-Agent: Internet Messaging Program (IMP) H5 (6.0.3) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Cc: David Demelier , FreeBSD multi , Ralf Mardorf , FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 16:23:25 -0000 Andriy Gapon wrote: > Yes, SDL Output works fine. I think that this should be the default for the > following reasons: > - unlike OSS4 it doesn't require an additional external kernel driver > - unlike PulseAudio it doesn't require any daemon (and possibly > extra configuration) > - unlike ALSA OSS plugin, SDL code is sane in its usage of OSS API The "real" OSS support was dropped by audacious somewhere in the past and is unfortunally no longer available. I can switch the default from OSS4 to SDL if this is what the community wants - I have no hard feeling here. From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 16:30:42 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ED9408B8 for ; Mon, 21 Jan 2013 16:30:42 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-ea0-f175.google.com (mail-ea0-f175.google.com [209.85.215.175]) by mx1.freebsd.org (Postfix) with ESMTP id 877A3D99 for ; Mon, 21 Jan 2013 16:30:42 +0000 (UTC) Received: by mail-ea0-f175.google.com with SMTP id d1so2489365eab.6 for ; Mon, 21 Jan 2013 08:30:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=TEPhmA6NGRkhzqFVw6H4oftbQfpWI4EaBv1dhjam934=; b=Bi46J8BV3w02jZx1rNX4Wq44/iS3HvCi9FJcgSZjA2KAgUU55Qtn1smIZmXWShHs8h rE5qHc5SyZ85U+fZO3ITPYvECpZUcY87Cv93rXk4shZNgAH5LvHqEqoPI/kJkz/9Z8cH UrPPIVEm81xwdjyvvbbiPNZX9z83I9Rpuu2W8qoZJB/RRZQgbwx+rxxNtTVp5xojUEWy OA1h+62z4qznWDdyfHjCptND3GStdx+TNgWh/MiCK3VFWbqHUHIuRRxYAtkB/XcvTE7y tu8KB0cAvf1naaWu3ubkXgRX22A2IZzltgXHOQSG4XH01n1IXL5RFjoc+vfYxyBHzp4R wj2g== MIME-Version: 1.0 X-Received: by 10.14.203.3 with SMTP id e3mr27169997eeo.9.1358785836395; Mon, 21 Jan 2013 08:30:36 -0800 (PST) Received: by 10.14.124.79 with HTTP; Mon, 21 Jan 2013 08:30:36 -0800 (PST) In-Reply-To: References: Date: Mon, 21 Jan 2013 08:30:36 -0800 Message-ID: Subject: Re: Error upgrading Chromium From: Kurt Buff To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 16:30:43 -0000 I worked around this by reconfiguring the port so that it doesn't use pulseadio, recompiled, and it finished OK. Kurt On Thu, Jan 17, 2013 at 7:25 PM, Kurt Buff wrote: > Just updated from 8.3 to FreeBSD 9.0-RELEASE-p3, and am reinstalling ports. > Chromium is giving me two errors and bombing out. > > The errors are: > > media/audio/pulst/pulse_output.cc:89L28: error: use of undeclared identifier > 'kChannelOrderings'; did you mean 'ChannelOrder'? > int channel_position = kChannelOrderings[channel_layout][channel]; > ^~~~~~~~~~~~~~~~~ > ChannelOrder > > ./media/base/channel/_layout.h:121:18: note: 'ChannelOrder' declared here > MEDIA_EXPORT int ChannelOrder(ChannelLayout layout, Channels, channel); > ^ > > media/audio/pulse_output.cc:89:45: error: type 'int (media::ChannelLayout, > media::Channels)' does not provide a subscript operator > int channel_position = kChannelOrderings[channel_layout][channel]; > > 2 errors generated. > gmake: *** [out/Release/obj.target/media/media/audio/pulse/pulse_output.0] > Error 1 > > I've googled trying to see what if anyting this might be, and see nothing... > > Anyone have thoughts on this? > > Thanks, > > Kurt From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 16:39:07 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8065AC44 for ; Mon, 21 Jan 2013 16:39:07 +0000 (UTC) (envelope-from dweimer@dweimer.net) Received: from webmail.dweimer.net (24-240-198-187.static.stls.mo.charter.com [24.240.198.187]) by mx1.freebsd.org (Postfix) with ESMTP id 38AEFE1D for ; Mon, 21 Jan 2013 16:39:06 +0000 (UTC) Received: from www.dweimer.net (webmail.dweimer.local [192.168.5.1]) by webmail.dweimer.net (8.14.5/8.14.5) with ESMTP id r0LGL3Db063942 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 21 Jan 2013 10:21:03 -0600 (CST) (envelope-from dweimer@dweimer.net) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 21 Jan 2013 10:21:03 -0600 From: dweimer To: Subject: Re: zfs configuration Organization: dweimer.net Mail-Reply-To: In-Reply-To: References: Message-ID: X-Sender: dweimer@dweimer.net User-Agent: Roundcube Webmail/0.8.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dweimer@dweimer.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 16:39:07 -0000 On 2013-01-21 09:50, Don Dugger wrote: > Hi All, > > So I use zfs for the root file system. Works well. However now I want > to > move /tmp to ram-disk (memory disk or what ever). When I try to > unmount > /tmp with the zfs command of course it won't because its busy. With > ufs I > would just edit fstab and reboot what do I don with zfs?? > Your best option is to reboot into single user mode, however if that's not possible, zfs umount -f will force it to unmount. -- Thanks, Dean E. Weimer http://www.dweimer.net/ From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 16:51:25 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 38985E7D for ; Mon, 21 Jan 2013 16:51:25 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm13-vm0.bullet.mail.ird.yahoo.com (nm13-vm0.bullet.mail.ird.yahoo.com [77.238.189.195]) by mx1.freebsd.org (Postfix) with ESMTP id 2A8E5EA3 for ; Mon, 21 Jan 2013 16:51:23 +0000 (UTC) Received: from [212.82.105.246] by nm13.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 16:51:17 -0000 Received: from [217.146.189.106] by tm18.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 16:51:17 -0000 Received: from [127.0.0.1] by smtp122.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 16:51:17 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358787077; bh=YzUHZFsni8H/xUdYPS5XjCRFG5XKQvvRdliRVqXvfGY=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Subject:From:To:Date:In-Reply-To:References:Content-Type:X-Mailer:Content-Transfer-Encoding:Mime-Version; b=lBFCY+d0KVSYqlzyNtbDo8Gtkey9IOkL9mrPrUpi+udU8x4H7UZycE9AyefDaVFcVDSmQCgk7mJL26yLyIQ9646Xx0w98Cnpp3XZCKPL2ojmfLz/Iuju6V/jZThV4kftFA5+6P3g4T1cP5OqYh7NLSi0sPAEK7xBc9HHejvPk1w= X-Yahoo-Newman-Id: 367225.221.bm@smtp122.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: xAFQcLYVM1m2f_dcFIMImDA9KrIxso6ecZdABjPfZjXidfy dyC3JKb3cnfCikU_bgljvKFNpwnAhDNBjEH_uxJhPVU3M_dkYtN7PYsClnOb dLzIGUdRJvf9UXnj3TLTv3ivaOherU7bccn.FiwKx2QV4rYz39YWhfNcshc. sGFX3kqbSCV.RWGYZZuakFIj3fnginwvjLNJYbRkh4aCbrzwRtbMHGjS8MLa h.XkbGEhIZ2hzJUSrfg9nkMsXoxwrUPt813ej8bl4V9PwraCCQzF9n.R.sF7 TiFFZcbiI.eTY0uCKOHVAszcaora6BUyVEambB1.e80Xa41oWN572VvzGOiM y1P.vHcyeUspwd5QalEStf3TsvPOWf2c5OmKV5E3euSAZlK901t8lIe1c2Iw ieILMxln9XnDJMjPReCQXsOoQWbQsHZwzlQygBQIUWq4XFmZkyyJgdsx_jd8 ctUHrhAzmyt24ziLPojXwIP_zG5REQnAkpkn9wADbLcaGNmzrFbSZRAQZ8k3 s2yQG4I2YN7A4qiMFNz9pHfMuHMv9m.OWzucS.q1rOZ4qWGKQNk3.ftswlhV W.mfN012FiD85dzE- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from [85.182.26.185] (ralf.mardorf@85.182.26.185 with login) by smtp122.mail.ird.yahoo.com with SMTP; 21 Jan 2013 08:51:17 -0800 PST Message-ID: <1358787076.2832.10.camel@precise> Subject: Re: Error upgrading Chromium From: Ralf Mardorf To: freebsd-questions@freebsd.org Date: Mon, 21 Jan 2013 17:51:16 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 16:51:25 -0000 On Mon, 2013-01-21 at 08:30 -0800, Kurt Buff wrote: > I worked around this by reconfiguring the port so that it doesn't use > pulseadio, recompiled, and it finished OK. IIUC Google doesn't like to add pulseaudio and/or jackd support to their software. Because you need to be subscribed to Jack devel mailing list to read the archive, I copied an Email from another person who also is subscribed to this list. "As a follow up on the original topic the Chromium developers have already implemented CRAS. Their main reason is that they are seeking to minimise energy usage in the OS and not latency or audio routing issues as described in the webpage. Apparently even though Pulseaudio is fine for Palm's/HP's webOS it is not good enough for ChromeOS. I have yet to get to the bottom of how badly they have screwed up JACK integration but it is highly likely that ChromeBooks will not be able to integrate into a netjack system. So, I guess we can expect a new round of pissed off audio users complaining about the lack of JACK integration with ChromeOS in the coming years. Probably the easiest answer will be for them to stick within their Chrome eco system in much the same way that Android users have to now." - http://lists.jackaudio.org/private.cgi/jack-devel-jackaudio.org/2013-January/010592.html From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 17:10:36 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E06D441D for ; Mon, 21 Jan 2013 17:10:36 +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 8C0FBF79 for ; Mon, 21 Jan 2013 17:10:36 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r0LHAZwh052703; Mon, 21 Jan 2013 10:10:35 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r0LHAZbp052700; Mon, 21 Jan 2013 10:10:35 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 21 Jan 2013 10:10:35 -0700 (MST) From: Warren Block To: Ralf Mardorf Subject: Re: Kernel headers In-Reply-To: Message-ID: References: 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.7 (wonkity.com [127.0.0.1]); Mon, 21 Jan 2013 10:10:35 -0700 (MST) Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 17:10:36 -0000 On Mon, 21 Jan 2013, Ralf Mardorf wrote: > I'm a FreeBSD novice, experienced with Linux audio. If on Linux the network > does work, than it works. > What is needed to have a working network on FreeBSD for all situations? > > http://www.cyberciti.biz/faq/freebsd-install-kernel-source-code/ Those instructions only work on 8.X and earlier. For 9.X, http://forums.freebsd.org/showthread.php?p=162949 From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 17:15:07 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E612D5FB for ; Mon, 21 Jan 2013 17:15:07 +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 A39CCFB3 for ; Mon, 21 Jan 2013 17:15:07 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r0LHF7Qw052742; Mon, 21 Jan 2013 10:15:07 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r0LHF6F6052739; Mon, 21 Jan 2013 10:15:06 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 21 Jan 2013 10:15:06 -0700 (MST) From: Warren Block To: Ralf Mardorf Subject: Re: Kernel headers In-Reply-To: Message-ID: References: <1925231358767557@web3f.yandex.ru> 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.7 (wonkity.com [127.0.0.1]); Mon, 21 Jan 2013 10:15:07 -0700 (MST) Cc: FreeBSD quest , =?ISO-8859-15?Q?Emre_=C7amalan?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 17:15:08 -0000 On Mon, 21 Jan 2013, Ralf Mardorf wrote: > I had to installed FreeBSD from the 8.3 DVD, because partitioning doesn't > work on my machine, when I used 9.0. I updated the Kernel to 9.1, world and > the ports tree. The ports tree is not branched (ports are identical for all versions of FreeBSD), so that's not a problem. > I now use svn, but there's another issue now. > > root@freebsd:/usr/src # svn checkout svn://svn.freebsd.org/base/releng/9.1/ > /usr/src > [snip] > ^CA lib/libc/quad/fixdfdi.c > > svn: E200015: Caught signal > root@freebsd:/usr/src # > root@freebsd:/usr/src # uname -a > FreeBSD freebsd 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 > 09:23:10 UTC 2012 > root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > > I don't know what "/releng" is for. Does this fit to my kernel? Yes. > I suspect I need to checkout r243825. How can I do this or what ever else I > have to do? No, that's a specific revision number, like a bookmark. If you update only to that revision, nothing will change. See http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/svn.html From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 17:20:31 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 68FB771E for ; Mon, 21 Jan 2013 17:20:31 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm16-vm0.bullet.mail.ird.yahoo.com (nm16-vm0.bullet.mail.ird.yahoo.com [77.238.189.192]) by mx1.freebsd.org (Postfix) with ESMTP id 3D3FCC for ; Mon, 21 Jan 2013 17:20:29 +0000 (UTC) Received: from [77.238.189.53] by nm16.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 17:20:28 -0000 Received: from [217.146.189.97] by tm6.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 17:20:28 -0000 Received: from [127.0.0.1] by smtp113.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 17:20:28 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358788828; bh=pR58fo1fo+wI4Mk3fpBdwqMUvjDsRm75P5Uy7WHOZsI=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Subject:From:To:Date:In-Reply-To:References:Content-Type:X-Mailer:Content-Transfer-Encoding:Mime-Version; b=TR1t76Ww7VHCTWf5F/9xmigUU5sum0S016tu7CDI5FiFTwnT2uWVCVlCzspEcfF7BD5mBTJm+CmgLGG5s9fg1f5xm1I6QyKUgkJs0Ic0KlwNui27Y8UZEnM95uJrwpIP3gkmSy5V5ikWLiygQB/4Bn9Mqwvot4hGtQHU2MNJdDU= X-Yahoo-Newman-Id: 745481.74222.bm@smtp113.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 5snZSdQVM1mfBUuGijcPoEywM9HcrRzaRkSY_bE5AAmY76. Ysq5iSLmMRuhHWxzMbhaIIIeLvO602NHgGorAepEIUbJANxNJbfYkdA_r_wb FUl4_s3pa5eSnjCGx8_yYjNKOt4PjSkEGqut6PmTZI4nGGPjCLW22G4gFCe6 rKtEYoQHIYJ8oqLmtO6MCfmVgjdQE.R9jYeHibEjy7L4uQwxkSf5vdluwW1O wxajkFRvRpBbvXFUJ2kj_f7ulqZ0x60yG9IHzGDiL8ovHXFzaZAzs8oSkk3n dROlFnQvniSfZ9vzwOn.h3fwdoVpEDWicEbtJ26XdZxYj3LvRGlapxn_6G6o Xo7f3yBwnnNZFVM1ZOzEpE8xZ7JY8mR9GhaMQ_GZGxcyvUljwTZyVkba8TnC 9McEO4wezNwN6ASo_52LLBQ.5KGroInfRCdKIkawbhbbla2v4 X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from [85.182.26.185] (ralf.mardorf@85.182.26.185 with login) by smtp113.mail.ird.yahoo.com with SMTP; 21 Jan 2013 09:20:28 -0800 PST Message-ID: <1358788827.2832.12.camel@precise> Subject: [solved] Kernel headers From: Ralf Mardorf To: freebsd-questions@freebsd.org Date: Mon, 21 Jan 2013 18:20:27 +0100 In-Reply-To: References: <1925231358767557@web3f.yandex.ru> Content-Type: text/plain X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 17:20:31 -0000 Thank you Warren. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 17:20:56 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9B67A7B9 for ; Mon, 21 Jan 2013 17:20:56 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-la0-f53.google.com (mail-la0-f53.google.com [209.85.215.53]) by mx1.freebsd.org (Postfix) with ESMTP id 27D7270 for ; Mon, 21 Jan 2013 17:20:55 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id fr10so251232lab.26 for ; Mon, 21 Jan 2013 09:20:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=x67CpYCl1vl69mCBgkhxeG79tfCVxFuiKC4L8RSoLXQ=; b=sVwxv2m1XkfLEQcGuqQDRMJh/Jciq9qtofbntBhMak9VTGMrCHhtSuiaGpvUBj4iBg iU5lWlmHPP4rcPcc4/TBbyOFl2MKtzZeEnl8wTgqwjYyglQvlIP7EGjnAw71v3Hh633l RorNhkVpkSnUl8wvh+5pgp/ojZNeUSNe+p4YdgIr1Fx9OkqsACDaGsr4Qfh2mOyHWdKg RPqBrdNniJF/uzwUwzTSWuidqiPjOmxhCag61XTs6Plm3cgb69NCJoDCKrkprxrTWU4d INCAi+LGGAuaY9bcPkVLuz8HMXS6k2v5/LvxQL78TtWrq3vDTiU8rXDb6Io/+Bki1rMl 1jzA== X-Received: by 10.112.49.97 with SMTP id t1mr7825707lbn.58.1358788854796; Mon, 21 Jan 2013 09:20:54 -0800 (PST) Received: from [192.168.1.130] (mau.donbass.com. [92.242.127.250]) by mx.google.com with ESMTPS id er8sm5874103lbb.9.2013.01.21.09.20.53 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 21 Jan 2013 09:20:53 -0800 (PST) Message-ID: <50FD78F4.7070409@gmail.com> Date: Mon, 21 Jan 2013 19:20:52 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15 MIME-Version: 1.0 To: Don Dugger Subject: Re: zfs configuration References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 17:20:56 -0000 21.01.2013 17:50, Don Dugger: > Hi All, > > So I use zfs for the root file system. Works well. However now I want to > move /tmp to ram-disk (memory disk or what ever). When I try to unmount > /tmp with the zfs command of course it won't because its busy. With ufs I > would just edit fstab and reboot what do I don with zfs?? I've been moving a lot of machines from 9.0 to 9.1 with some patches this days (like tmpfs-nrbtree). I inject some code inde /etc/rc.d/zfs to update this. I'm adding this to /etc/fstab: tmpfs /tmp tmpfs rw,nosuid 0 0 After this I'm changing /etc/rc.d/zfs: @@ -23,6 +23,12 @@ zfs_start_main() { + umount /tmp + zfs destroy mypool/tmp + rm -rf /tmp + mkdir -p /tmp + chmod ugo+rwxt /tmp + mount /tmp zfs mount -a zfs share -a if [ ! -r /etc/zfs/exports ]; then After reboot zfs filesystem for tmp is gone and tmpfs is in charge. The code is harmless upon reexecution and just does the job. I haven't found easier way of doing this. -- Sphinx of black quartz, judge my vow. From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 18:12:58 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 75739BBC; Mon, 21 Jan 2013 18:12:58 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-lb0-f172.google.com (mail-lb0-f172.google.com [209.85.217.172]) by mx1.freebsd.org (Postfix) with ESMTP id 6E22F3FE; Mon, 21 Jan 2013 18:12:57 +0000 (UTC) Received: by mail-lb0-f172.google.com with SMTP id n8so2880292lbj.17 for ; Mon, 21 Jan 2013 10:12:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=JD0tATM5fZoIJqX1qwtuSdOiCRAb7eb4+CwgcmG7gpE=; b=Kq1yZPJQqBEt6AV0chRc3Em8dQdTtDUhXwU0PxlnCB1jCBrqe0Tb77PCXDQlpExn3t rvENE4WNWIXjHJ0f7WQgDaULF1EsF2IW0vH8dmoUP2AgtlReVdXtaPSmb+bLUHEQ0/B3 sfUMC/MyX1sLXZbCE7bUgXX9S1oqbpvLaOFd9FMHD6jI8xxKXajGa04zjSjyegMQSdPu BpfTYBIbPCNmn9StdAwdeJxRBma42rV9XKx3gDlp8I4nvZeLZGYYnSfb0q8h5wuOhEiF O3Iso0ZeQ6S08RhRm7cr/sUHCYMseP8eaknHgRgLUyXobSPwUX+eHYjR9ATwj3YqB8BN ViPg== X-Received: by 10.152.131.168 with SMTP id on8mr18414946lab.38.1358791976178; Mon, 21 Jan 2013 10:12:56 -0800 (PST) Received: from Melon.malikania.fr (AStrasbourg-651-1-15-57.w81-51.abo.wanadoo.fr. [81.51.150.57]) by mx.google.com with ESMTPS id iw6sm5908326lab.2.2013.01.21.10.12.53 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 21 Jan 2013 10:12:55 -0800 (PST) Message-ID: <50FD8512.5050609@gmail.com> Date: Mon, 21 Jan 2013 19:12:34 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130115 Thunderbird/17.0.2 MIME-Version: 1.0 To: Oliver Lehmann Subject: Re: OSS and ALSA References: <50FD4E38.5040305@freebsd.org> <50FD6649.5040509@FreeBSD.org> <20130121172321.Horde.Ai_h1kd4LLQ_nfhnMFr-qQ1@avocado.salatschuessel.net> In-Reply-To: <20130121172321.Horde.Ai_h1kd4LLQ_nfhnMFr-qQ1@avocado.salatschuessel.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: FreeBSD multi , Ralf Mardorf , FreeBSD quest , Andriy Gapon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 18:12:58 -0000 On 21/01/2013 17:23, Oliver Lehmann wrote: > > Andriy Gapon wrote: > >> Yes, SDL Output works fine. I think that this should be the default >> for the >> following reasons: >> - unlike OSS4 it doesn't require an additional external kernel driver >> - unlike PulseAudio it doesn't require any daemon (and possibly extra >> configuration) >> - unlike ALSA OSS plugin, SDL code is sane in its usage of OSS API > > The "real" OSS support was dropped by audacious somewhere in the past > and is > unfortunally no longer available. > I can switch the default from OSS4 to SDL if this is what the community > wants - I have no hard feeling here. Yes I think this is a better solution, OSSv4 is an huge port that must *replace* the in-kernel mixer/soundcard support. Cheers, David From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 18:43:51 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4E738226 for ; Mon, 21 Jan 2013 18:43:51 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from mail-ee0-f51.google.com (mail-ee0-f51.google.com [74.125.83.51]) by mx1.freebsd.org (Postfix) with ESMTP id DADE5768 for ; Mon, 21 Jan 2013 18:43:50 +0000 (UTC) Received: by mail-ee0-f51.google.com with SMTP id d17so2966557eek.10 for ; Mon, 21 Jan 2013 10:43:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=nSvGWHC5b6HGvXzMMFHNtq4ildUV1jjKNsliM44mnRo=; b=uxUdAHy1kw/QkgFnxlxHxOJ2/oQz9qCFz3M/mdHHdy1FsmFxt7ng/uCnhvJ3RpC1Bp MRP9F4DSdm2hDnBciecprshAs0QkuA3mj37wfBjX2+0oaWo36ojQLavaeoHwnHK/Dv85 7rGy4D3YtEy+eB2chsBLzc5qmZfOwCBKv0aeIsUc3l8CYhr6k1A1YjvxqPoS75FCBPPi GptdIEvJDLKfctSvy0nzQebLlwQLrhkcKUPmona5Q7H3iECDei79zOVxPTd3kFcDJ0gX yHb9NWkrTf4mrT+SLCQLJzzD5HVftKS+animooam+sSYzrDWrqk7JT8gP2l1sgNr1YHR bSLA== MIME-Version: 1.0 X-Received: by 10.14.2.196 with SMTP id 44mr62959070eef.25.1358793823652; Mon, 21 Jan 2013 10:43:43 -0800 (PST) Received: by 10.14.124.79 with HTTP; Mon, 21 Jan 2013 10:43:43 -0800 (PST) In-Reply-To: <1358787076.2832.10.camel@precise> References: <1358787076.2832.10.camel@precise> Date: Mon, 21 Jan 2013 10:43:43 -0800 Message-ID: Subject: Re: Error upgrading Chromium From: Kurt Buff To: Ralf Mardorf Content-Type: text/plain; charset=UTF-8 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 18:43:51 -0000 On Mon, Jan 21, 2013 at 8:51 AM, Ralf Mardorf wrote: > On Mon, 2013-01-21 at 08:30 -0800, Kurt Buff wrote: >> I worked around this by reconfiguring the port so that it doesn't use >> pulseadio, recompiled, and it finished OK. > > IIUC Google doesn't like to add pulseaudio and/or jackd support to their > software. Because you need to be subscribed to Jack devel mailing list > to read the archive, I copied an Email from another person who also is > subscribed to this list. > > "As a follow up on the original topic the Chromium developers have already > implemented CRAS. > > Their main reason is that they are seeking to minimise energy usage in the > OS and not latency or audio routing issues as described in the webpage. > > Apparently even though Pulseaudio is fine for Palm's/HP's webOS it is not > good enough for ChromeOS. > > I have yet to get to the bottom of how badly they have screwed up JACK > integration but it is highly likely that ChromeBooks will not be able to > integrate into a netjack system. > > So, I guess we can expect a new round of pissed off audio users > complaining about the lack of JACK integration with ChromeOS in the coming > years. > > Probably the easiest answer will be for them to stick within their Chrome > eco system in much the same way that Android users have to now." > - http://lists.jackaudio.org/private.cgi/jack-devel-jackaudio.org/2013-January/010592.html Good to know! Since ATM I'm only using Chromium on a netbook (Asus Aspire One - about 3 years old), and it doesn't have much of an audio system, I'm not too worked up about it, but I've got a new Dell laptop coming, and I suppose I'll just have to use one of the other web browsers for that. Thanks, Kurt From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 18:55:52 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7C8AC46B for ; Mon, 21 Jan 2013 18:55:52 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-227-057.chi1.dsl.speakeasy.net [64.81.227.57]) by mx1.freebsd.org (Postfix) with ESMTP id 8B19E7E1 for ; Mon, 21 Jan 2013 18:55:46 +0000 (UTC) Received: from i7-quad-PC.computinginnovations.com (dhcp-10-20-30-142.computinginnovations.com [10.20.30.142]) by betty.computinginnovations.com (8.14.5/8.14.3) with ESMTP id r0LIqNdY030065 for ; Mon, 21 Jan 2013 12:52:23 -0600 (CST) (envelope-from derek@computinginnovations.com) Message-Id: <6.0.0.22.2.20130121123250.067f3158@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Mon, 21 Jan 2013 12:52:17 -0600 To: freebsd-questions@freebsd.org From: Derek Ragona Subject: IPMI SOL setup on FreeBSD 9.1 amd64 supermicro X9SCM-F/X9CL-F Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-yoursite-MailScanner-Information: Please contact the ISP for more information X-yoursite-MailScanner-ID: r0LIqNdY030065 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 18:55:52 -0000 I have a couple servers that are built using the supermicro X9SCM-F/X9CL-F motherboards, and I can't quite get IPMI SOL working right. These motherboards have 3 NIC's. One NIC is for a dedicated IPMI interface. I have both servers configured to use the dedicated IPMI NIC and these NIC's are plugged into a separate unmanaged switch. Both systems boards are set to redirect com1. I changed /etc/ttys to run a getty on /dev/ttyu0. I have com1 configured to 115,200 baud, 8, n, 1, no flowcontrol in the BIOS. I in have /etc/ttys: ttyu0 "/usr/libexec/getty std.115200" vt100 on secure Using one server, I start an IPMI SOL session to the other server. But all I get is the IPMI SOL output, no login prompt. If I reboot the server I am SOL connected to, I do see the BIOS boot messages, and even the initial FreeBSD boot prompt. I can even make boot prompt changes from the SOL session. Once boot starts the SOL gets no more output. I looked at both servers and the one I am using to initiate the SOL has /dev/ipmi0 and ipmitool working fine. On the server I am trying to connect to has /dev/ipmi1 and ipmitool errors: Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory These are identical motherboards. I suspect that because the one system creates /dev/ipmi1 instead of /dev/ipmi0 may be why the SOL output stops right after the boot starts. If I do: ln -s /dev/ipmi1 /dev/ipmi0 ipmitool works fine, until the next reboot. How can I get the one system to make /dev/ipmi0 instead of /dev/ipmi1? In FreeBSD 9.1 do I use hint.uart instead of hint.sio in /boot/loader.conf? Any help would be appreciated. -Derek derek at computinginnovations.com -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 19:05:50 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C9606640 for ; Mon, 21 Jan 2013 19:05:50 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-gg0-f181.google.com (mail-gg0-f181.google.com [209.85.161.181]) by mx1.freebsd.org (Postfix) with ESMTP id 8656C83F for ; Mon, 21 Jan 2013 19:05:50 +0000 (UTC) Received: by mail-gg0-f181.google.com with SMTP id e5so254794ggh.26 for ; Mon, 21 Jan 2013 11:05:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=x-received:date:from:to:subject:message-id:in-reply-to:references :organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=bva8lFdohQKlSNdT85utcDNDGsBCuqHA+LDlxsfu2Uc=; b=fjWfPpu9GenjWrtubuZm829dKllqIzkQBcFzzIW/ciybsd3iKXEZxnRX1hMBAPct8k tfd3lKrrVw4iRElBcbRPAd5dgXBs+jA6NtTvoAMUg2x9L8j9nmYE/g4cNTwKWMEjBSmj esII9dt9KkqmSrQjf3A2NA6g2d3LRr35h8nf4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :organization:x-mailer:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=bva8lFdohQKlSNdT85utcDNDGsBCuqHA+LDlxsfu2Uc=; b=IxCG+gpgthZmQW0q5Xup1mcCwQaJCg9tdeEefZAdEpqYrDidVqCPxZCSNLWiV1QnS2 gKh3un23P31drN+09P2lxryitZYt2j6KZ3A9GTxRGFW9pXVOYymWKCTkx8WUEVuo1DJV qGZh8RR/LlQOdmgybyO0tTlwCb/DkoCFAEIM5DU1MMj1aNaRqUdieY7AG1xyvifDq5KC DTa8VpkYLh5TmhueDFVDWkv18r8dPJFa4yaaQpm2EOioJt952yzSyWZbrlR93+3No/c/ 8b5oa5AyppNw2p+kjyauCoN4MlJYPyaAPjWnDwf4oPX55V6nJRE4K83N4HyOOmUb+WiM RRXA== X-Received: by 10.101.94.20 with SMTP id w20mr6010038anl.2.1358795144614; Mon, 21 Jan 2013 11:05:44 -0800 (PST) Received: from papi ([187.113.74.84]) by mx.google.com with ESMTPS id q4sm12491441anp.18.2013.01.21.11.05.43 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 21 Jan 2013 11:05:44 -0800 (PST) Date: Mon, 21 Jan 2013 16:07:21 -0300 From: Mario Lobo To: freebsd-questions@freebsd.org Subject: Re: OSS and ALSA Message-ID: <20130121160721.586ba50b@papi> In-Reply-To: <50FD8512.5050609@gmail.com> References: <50FD4E38.5040305@freebsd.org> <50FD6649.5040509@FreeBSD.org> <20130121172321.Horde.Ai_h1kd4LLQ_nfhnMFr-qQ1@avocado.salatschuessel.net> <50FD8512.5050609@gmail.com> Organization: BSD X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQl918aR8ghLO+5YN12n0UQ5uTZ3jG23V9DLHMbNivskS3u8gP6d6M3GHqgQH3WFoiR9Ml33 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 19:05:50 -0000 On Mon, 21 Jan 2013 19:12:34 +0100 David Demelier wrote: > On 21/01/2013 17:23, Oliver Lehmann wrote: > > > > Andriy Gapon wrote: > > > >> Yes, SDL Output works fine. I think that this should be the > >> default for the > >> following reasons: > >> - unlike OSS4 it doesn't require an additional external kernel > >> driver > >> - unlike PulseAudio it doesn't require any daemon (and possibly > >> extra configuration) > >> - unlike ALSA OSS plugin, SDL code is sane in its usage of OSS API > > > > The "real" OSS support was dropped by audacious somewhere in the > > past and is > > unfortunally no longer available. > > I can switch the default from OSS4 to SDL if this is what the > > community wants - I have no hard feeling here. > > Yes I think this is a better solution, OSSv4 is an huge port that must > *replace* the in-kernel mixer/soundcard support. > > Cheers, > 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" Could one of you show the steps to set SDL as the default sound system on FBSD instead of OSS? Thanks, -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] (99% winblows FREE) From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 19:13:08 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 073287B1 for ; Mon, 21 Jan 2013 19:13:08 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-qa0-f43.google.com (mail-qa0-f43.google.com [209.85.216.43]) by mx1.freebsd.org (Postfix) with ESMTP id B7687875 for ; Mon, 21 Jan 2013 19:13:07 +0000 (UTC) Received: by mail-qa0-f43.google.com with SMTP id cr7so7013527qab.16 for ; Mon, 21 Jan 2013 11:13:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=SgL7Ou1xDmqGMStVhoCEo6d/qqOzuGiaB7UqwXc5LgY=; b=sdOGuvOWfWnlAWC9JpOmD1YeKrcMAHmm1t4dN7B3r2sFDYxLY5VLkESSFVubg6o+YI kbnz9m2w/SUCzs11RheVM9lDxswGpb6Z1O4Y7Tk4tMA4NwhOfwG8zdEh+3IzopkN5zfd WluviOT3RmwubEKRQU28oJHO6wEgpPdi3AXE6iVNBLX8ONiEb6547CV4V4T2OYx4GU6a lvMWMRceAHn6+f0QV/0jFs87gvQHuRkNaDxiX8Xh8JVR1vmDO29zuvjumCtCqyD0gc6F pa42VF38ngngQkpNKVFhtizZ3ssIcNUoZbEUKEFvunH8dPh8vFRmi6VVMkxin0xO+dQq oj7Q== MIME-Version: 1.0 X-Received: by 10.49.131.67 with SMTP id ok3mr23623720qeb.42.1358795581721; Mon, 21 Jan 2013 11:13:01 -0800 (PST) Received: by 10.49.128.168 with HTTP; Mon, 21 Jan 2013 11:13:01 -0800 (PST) In-Reply-To: References: Date: Mon, 21 Jan 2013 13:13:01 -0600 Message-ID: Subject: Re: What is the timeout of TCP in freeBSD? From: Adam Vande More To: Karthik Reddy <22karthikreddy@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 19:13:08 -0000 On Sun, Jan 20, 2013 at 9:38 PM, Karthik Reddy <22karthikreddy@gmail.com>wrote: > When I change the kern.hz to 50, the timeout is happening at 76sec. Could > you please elaborate on kern.hz and how does it effect timing. > Lower frequency so less opportunities for errors to be introduced, although you may have greater network latency at that setting. Some setting under sysctl kern.timecounter and/or sysctl kern.eventtimer should be able to allow the guest to run better if the hypervisor can't do it. -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 19:22:53 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 80231966 for ; Mon, 21 Jan 2013 19:22:53 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm22-vm6.bullet.mail.ird.yahoo.com (nm22-vm6.bullet.mail.ird.yahoo.com [212.82.109.225]) by mx1.freebsd.org (Postfix) with ESMTP id C8C5E8C7 for ; Mon, 21 Jan 2013 19:22:51 +0000 (UTC) Received: from [77.238.189.49] by nm22.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 19:22:45 -0000 Received: from [217.146.189.98] by tm2.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 19:22:45 -0000 Received: from [127.0.0.1] by smtp114.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 19:22:45 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358796165; bh=NwFCRCOM0pY5ZxOiwqcfbVjGfmemlbXNACcj7wMEtTY=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Subject:From:To:Date:In-Reply-To:References:Content-Type:X-Mailer:Content-Transfer-Encoding:Mime-Version; b=SYvKVcVq/wUtcMw74mdTge4RRCi/4pduWmp2669Ba7YNacrUxJYa9z7KjQb6xZaxPVml/KKYnW8D69AgtdPeoZaZ8VwOXLpdnvRgTvy25mUuo1oTxBpqj30ZNrQV8fIslKrzK1hV63FLQgcrum06df2GxB+LBpvR/W0/fTmHCXk= X-Yahoo-Newman-Id: 176198.16953.bm@smtp114.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: ZhkxqdUVM1lkVxBBVmuMsNdASrN.OFWiwjplXKvxSWs8ipk ZpUISKJmvby73Fi3NYArdBqaHbdBBtB4KNsSxwQZHC0XQgyD5NDROPYK7_P2 i76UT4NAC4aVhllJfY_1fdR84UvrmOTcThAeYQvT8nnc_JN97meb_iNVg1pW QQKfcNGFaJtusrKmEfGE6fpqIih57aCqexRegNFeG1.JJEIQXEHtkm4acQJr RbaMksl3BfBRwewARVgy3b9oBOv.eOYU._teG.aiMN43RuLxnOtlZVBirkT8 OgqOjREC0UHNsbaWRObnKLN1Wkj8AX.wGmwrU11MsNxrm9jwZRFZBJn1Feyx Fu6kribDfqIUw8wY88_3vZbRO1IQhDv7x7jG1MRUN12lHmRthUKsg.QqyTCa 5IlkXT.Xk8KW6786qJ5t3w9HNgD56n_auqwGQQPtwAtN7HoQauJZM8tuwyoh 07CDy5gEtIaC22yTsR0oh.Gb02FiCsot7oekjROEqWnS41ELAqgWWPYDHxFa ECbjt.QtK4mUQaxEYhjZ7UDWI9ANUVHIiIPjAzR8a96fhs0NSleCHRwkiK4V or_BkBwo72sDui1A- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from [85.182.26.185] (ralf.mardorf@85.182.26.185 with login) by smtp114.mail.ird.yahoo.com with SMTP; 21 Jan 2013 11:22:45 -0800 PST Message-ID: <1358796164.2832.17.camel@precise> Subject: Re: Error upgrading Chromium From: Ralf Mardorf To: freebsd-questions@freebsd.org Date: Mon, 21 Jan 2013 20:22:44 +0100 In-Reply-To: References: <1358787076.2832.10.camel@precise> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 19:22:53 -0000 On Mon, 2013-01-21 at 10:43 -0800, Kurt Buff wrote: > On Mon, Jan 21, 2013 at 8:51 AM, Ralf Mardorf > wrote: > > On Mon, 2013-01-21 at 08:30 -0800, Kurt Buff wrote: > >> I worked around this by reconfiguring the port so that it doesn't use > >> pulseadio, recompiled, and it finished OK. > > > > IIUC Google doesn't like to add pulseaudio and/or jackd support to their > > software. Because you need to be subscribed to Jack devel mailing list > > to read the archive, I copied an Email from another person who also is > > subscribed to this list. > > > > "As a follow up on the original topic the Chromium developers have already > > implemented CRAS. > > > > Their main reason is that they are seeking to minimise energy usage in the > > OS and not latency or audio routing issues as described in the webpage. > > > > Apparently even though Pulseaudio is fine for Palm's/HP's webOS it is not > > good enough for ChromeOS. > > > > I have yet to get to the bottom of how badly they have screwed up JACK > > integration but it is highly likely that ChromeBooks will not be able to > > integrate into a netjack system. > > > > So, I guess we can expect a new round of pissed off audio users > > complaining about the lack of JACK integration with ChromeOS in the coming > > years. > > > > Probably the easiest answer will be for them to stick within their Chrome > > eco system in much the same way that Android users have to now." > > - http://lists.jackaudio.org/private.cgi/jack-devel-jackaudio.org/2013-January/010592.html > > Good to know! > > Since ATM I'm only using Chromium on a netbook (Asus Aspire One - > about 3 years old), and it doesn't have much of an audio system, I'm > not too worked up about it, but I've got a new Dell laptop coming, and > I suppose I'll just have to use one of the other web browsers for > that. I'm not sure if it's an issue for the *NIX browser, or just for a GoogleOS. As far as I know, there's a browser called Chrom and Chromium, but there are also operating systems with this name. So some research still is needed. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 20:46:58 2013 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2BE04C26 for ; Mon, 21 Jan 2013 20:46:58 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45]) by mx1.freebsd.org (Postfix) with ESMTP id DEA10C47 for ; Mon, 21 Jan 2013 20:46:57 +0000 (UTC) Received: from 24-181-237-39.dhcp.oxfr.ma.charter.com ([24.181.237.39] helo=Gregory-Larkins-iMac.local) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1TxOGT-000Nbf-Qe; Mon, 21 Jan 2013 15:46:50 -0500 Received: from Gregory-Larkins-iMac.local (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by Gregory-Larkins-iMac.local (Postfix) with ESMTPS id 591A9196FA53; Mon, 21 Jan 2013 15:46:45 -0500 (EST) Message-ID: <50FDA935.6020201@FreeBSD.org> Date: Mon, 21 Jan 2013 15:46:45 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Gary Kline References: <20130120235522.GA2103@ethic.thought.org> In-Reply-To: <20130120235522.GA2103@ethic.thought.org> X-Enigmail-Version: 1.5 X-SA-Exim-Connect-IP: 24.181.237.39 X-SA-Exim-Mail-From: glarkin@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.sourcehosting.net X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.1 Subject: Re: help with SVN needed {slightly off-topic} Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) Cc: FreeBSD Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 21 Jan 2013 20:46:58 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 1/20/13 6:55 PM, Gary Kline wrote: > > [...] > the part I need help with is Subversion. I used CVS about 15 years > ago, and svn looks slightly familiar. the project on google.code > are looking for me to use svn to install my base files. I think; > not sure. on my desktop here I have one development directory for > all my source files. I have subversion installed here. briefly: > what now? > > do I create a svn directory here? or do I ftp/scp/<> things to > the voice-by-computer account to the google.code project? thanks > for any help. > > gary [...] Hi Gary, This will help you get started importing your code into the Google repository: http://svnbook.red-bean.com/en/1.7/svn.tour.importing.html After that, you'll find answers to most other questions here: http://svnbook.red-bean.com/en/1.7/index.html Best regards, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlD9qTQACgkQ0sRouByUApAMcwCfU3foxCGbu9bxwynYcWD/Kh3M Uo4An2L+nWg0FuamEMayMhp/JTfMJR3f =tYmv -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 22:40:51 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0EFA9F43 for ; Mon, 21 Jan 2013 22:40:51 +0000 (UTC) (envelope-from freebsd@chthonixia.net) Received: from www5.pairlite.com (www5.pairlite.com [64.130.10.15]) by mx1.freebsd.org (Postfix) with ESMTP id E59321A7 for ; Mon, 21 Jan 2013 22:40:50 +0000 (UTC) Received: from whisperer.chthonixia.net (unknown [184.152.30.105]) by www5.pairlite.com (Postfix) with ESMTPSA id 8EC352E2DA for ; Mon, 21 Jan 2013 17:40:43 -0500 (EST) Date: Mon, 21 Jan 2013 17:42:48 -0500 From: Joe Altman To: freebsd-questions@freebsd.org Subject: Re: Upgrading 8.2 to 9.1, Gnome issue Message-ID: <20130121224248.GA75986@whisperer.chthonixia.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 22:40:51 -0000 On Mon, Jan 21, 2013 at 01:02:17PM +0530, Hrisikesh sahu wrote: > > # portupgrade -fr gnome-session > > But I am facing a problem "shared object libz.so.5 not found freebsd" I see libz.so.6 in my /usr/lib on: 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r245243: Wed Jan 9 18:25:14 EST 2013 root@whisperer.chthonixia.net:/usr/obj/usr/src/sys/WHISPERER amd64 Remind me: did you buildworld and installworld prior to upgrading ports? > I did all these steps to upgrade the ports > Code: > > #pkgdb -fF > # rm /var/db/pkg/pkgdb.db > # portupgrade -arRn While I wonder why you deleted your pkgdb.db, more to the point: did you rebuild it? > but i am facing a issue with - > Code: > > /usr/local/sbin/portupgrade:1473:in `get_pkgname': Makefile broken > (MakefileBrokenError) My guess is that you did not rebuild the pkgdb.db... > Please help me how to come out from this Makefile broken and "shared object > libz.so.5 not found freebsd". ....and I'd do that before trying to solve fixing the libz.so.5 issue. Joe From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 23:33:52 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 49A2A95B for ; Mon, 21 Jan 2013 23:33:52 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm4.bullet.mail.ird.yahoo.com (nm4.bullet.mail.ird.yahoo.com [77.238.189.61]) by mx1.freebsd.org (Postfix) with ESMTP id 7F96035D for ; Mon, 21 Jan 2013 23:33:50 +0000 (UTC) Received: from [77.238.189.55] by nm4.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 23:33:50 -0000 Received: from [217.146.189.64] by tm8.bullet.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 23:33:49 -0000 Received: from [127.0.0.1] by smtp144.mail.ird.yahoo.com with NNFMP; 21 Jan 2013 23:33:49 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358811229; bh=IFd6tyoVnRJ2/3CgUc4oyoPG7snzjt+ymgBmlBMpO0Q=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Subject:From:To:Date:Content-Type:X-Mailer:Content-Transfer-Encoding:Mime-Version; b=kolv3/393mWS4S3ryqDE0BOw16L6VeMOfGWhPkzjwS7tnCKt5HGrJ/LkfjoLOqEXKcy0fi/eetExdpi82+HeZhW1B8l70PcN70N/esEDc7DShoTJwk+ljtYFYk7pwN46ekkEMZk2fEjodEMDx67WaiHvfAbCtNXkJKUhuiAedQM= X-Yahoo-Newman-Id: 978186.74712.bm@smtp144.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: BpHdRyAVM1nA.QcqiasymqEhwTzmmvpQfn.wgxvwIMY9jaW 8SBRPxlb4K1OhfYUwVM3hxxyzpeREZi15Lhg7s2SzKDMRdMiX1VlPfvg2Fzf 39XTJSMyrQmtsMNpQLpLeGbEcGHCdqC_TsL.JXHrHQpFJafd1duFs4SPeUzn XLeiy8cSSk7B4b8eVmJa0hwB57LON0K1Z65JRBRiJhdfxC92B8Ih9BRngp7G 9P42J6viRDytNzy37ul3Z00t_g4euUA.oijaWKUMNmCDxRodlPZXbkzU6zhj nBOnA4TojuSNBbbAZUgj7ALn78CpfLM614DI5NolVYB_r7btKbwlhykgbCiJ I6vKiLkR8_34BBuPox8lL8sWmh.zQGh1kbjgOLXLPsfrtbSarlWew5KC6G.x eAFKRRXOG5iJ87EFBNOyI8itODOBw0Elq8S7zff5INUE- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from [85.182.25.41] (ralf.mardorf@85.182.25.41 with login) by smtp144.mail.ird.yahoo.com with SMTP; 21 Jan 2013 15:33:49 -0800 PST Message-ID: <1358811229.2031.60.camel@precise> Subject: Sharing a mail folder between Linux and FreeBSD From: Ralf Mardorf To: FreeBSD Questions Date: Tue, 22 Jan 2013 00:33:49 +0100 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 23:33:52 -0000 Hi :) I'm sharing the same directory for Evolution emails, by several Linux installs. For e.g. Ubuntu Precise it's Evolution 3.2.3 and for e.g. Ubuntu Quantal it's Evolution 3.6.0. I'm doing it by a link: root@precise:~# ls -l /home/spinymouse/.local/share/evolution lrwxrwxrwx 1 spinymouse spinymouse 58 Apr 28 2012 mail -> /mnt/archlinux/home/spinymouse/.local/share/evolution/mail I would like to share it with Evolution from my FreeBSD install, but there's an issue regarding to permissions. For FreeBSD I don't have control about the permissions of the mounted Linux ext3 partitions. I get: root@freebsd:/usr/home/rocketmouse # ls -l /mnt drwxrwx--- 21 1000 1000 4096 Oct 28 19:11 archlinux drwxrwxrwx 2 root wheel 4096 Jan 20 20:09 dump The user is able to access /dump, but only /root can access /archlinux. The uid of the FreeBSD user is 1001. I wonder why for /archlinux I get rwxrwx--- and for /dump rwxrwxrwx, those permissions, user and group will be changed automatically. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 00:31:44 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3A461233 for ; Tue, 22 Jan 2013 00:31:44 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) by mx1.freebsd.org (Postfix) with ESMTP id 92701918 for ; Tue, 22 Jan 2013 00:31:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=K+sW7lLoPtMUObvUTWaAaH1YuHfKZogBSBEMXgVcs3Y=; b=K8a5xjRZeUfU0aUhobFBU/HWuoUbEmnnoYbqHE1DmX9tiHog/ADJI/4SQU67t8hjNOlfEaRJZsWoT7SZujAsVAb48OxaNjfVS8uh6a/D3Yru5rupD6pWx0bpZ/VJ281+; Received: from [122.129.203.50] (port=54598 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1TxRm3-001pxA-9j; Mon, 21 Jan 2013 17:31:36 -0700 Date: Tue, 22 Jan 2013 07:31:25 +0700 From: Erich Dollansky To: Ralf Mardorf Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-ID: <20130122073125.459ad795@X220.ovitrap.com> In-Reply-To: <1358811229.2031.60.camel@precise> References: <1358811229.2031.60.camel@precise> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 00:31:44 -0000 Hi, On Tue, 22 Jan 2013 00:33:49 +0100 Ralf Mardorf wrote: > > root@freebsd:/usr/home/rocketmouse # ls -l /mnt > drwxrwx--- 21 1000 1000 4096 Oct 28 19:11 archlinux > drwxrwxrwx 2 root wheel 4096 Jan 20 20:09 dump > it seems that you do not have a user with the id 1000 on this machine. Create one and that user will be able to access it. Erich From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 00:53:55 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4B21E75E for ; Tue, 22 Jan 2013 00:53:55 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm17.bullet.mail.ird.yahoo.com (nm17.bullet.mail.ird.yahoo.com [77.238.189.70]) by mx1.freebsd.org (Postfix) with ESMTP id 5D302A08 for ; Tue, 22 Jan 2013 00:53:53 +0000 (UTC) Received: from [77.238.189.232] by nm17.bullet.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 00:53:53 -0000 Received: from [217.146.188.74] by tm13.bullet.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 00:53:53 -0000 Received: from [127.0.0.1] by smtp102.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 00:53:53 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358816033; bh=3MQY2qOO1vOqMNhVb3SuPPGJqXYKhn6hqupJsswpL2o=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Subject:From:To:Date:In-Reply-To:References:Content-Type:X-Mailer:Content-Transfer-Encoding:Mime-Version; b=g1ACMos+NvA9bF/0vZhADNLCoTDj0ZQpacXQdzkOfNxo6wrly2YADHUrV5CzAA9FAlNRcsdTXCCMc3QVK97+gRhRolAwZUEWg3PaMyDjvqFKMYrQ40g9WaawpvJyiNrwZo7z7fu1OCwt3yfT+LgLDkBj502QReQ1TB0AmeTWRxo= X-Yahoo-Newman-Id: 60023.41962.bm@smtp102.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: jw_6NXkVM1nj.u_VUiE9AEJXfFDK0gPfkMtPiFM10hk.jQZ CqOMN2HYocY9U9oVxmuSjVrgcRRG4Ati8IFsWTv_xdzbeLRb9E.PckXSXSlV xoIKlTnHhZVjC9qGMgnGXzBXN2kRGv4UGjW6ekv20FeY1JMTySXad0b9t20o Wqp3d.XGoh0s5Op.IFArYvJGKpK9WtckgU7Dbw3y9cJCsksVsTdXglN8GxGw yf4qqGOMYL047C0iOOred.psCjnlip4GE6.HLZ.ErlTPC137SUyXezLf_ug1 qQ9wGInfUeRtmb0oNVBlA1kcpn5wOZEuYE.40CmpGWmLeVyyh7wNd7_R7FHZ zqGx_Z5fKeWSAkkHMAYGZsQHGiU1PVfqTXNFQyrOD_Fo6SQukFGJZKz6ZuWo fDeYG53hR.qOr_qW8mSpIIxbk8q0PZQCNxtZteOA7mKg- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from [85.182.25.41] (ralf.mardorf@85.182.25.41 with login) by smtp102.mail.ird.yahoo.com with SMTP; 21 Jan 2013 16:53:53 -0800 PST Message-ID: <1358816032.3045.53.camel@precise> Subject: Re: Sharing a mail folder between Linux and FreeBSD From: Ralf Mardorf To: freebsd-questions@freebsd.org Date: Tue, 22 Jan 2013 01:53:52 +0100 In-Reply-To: <20130122073125.459ad795@X220.ovitrap.com> References: <1358811229.2031.60.camel@precise> <20130122073125.459ad795@X220.ovitrap.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 00:53:55 -0000 On Tue, 2013-01-22 at 07:31 +0700, Erich Dollansky wrote: > On Tue, 22 Jan 2013 00:33:49 +0100 > Ralf Mardorf wrote: > > > > > root@freebsd:/usr/home/rocketmouse # ls -l /mnt > > drwxrwx--- 21 1000 1000 4096 Oct 28 19:11 archlinux > > drwxrwxrwx 2 root wheel 4096 Jan 20 20:09 dump > > > it seems that you do not have a user with the id 1000 on this machine. > Create one and that user will be able to access it. Hallo Erich :) correct, as already mentioned, the uid of the FreeBSD user is 1001. Why doesn't change chown the user and group, why do I get ---? I'll try it again, perhaps it was voodoo ;). Assumed it wasn't voodoo, is there no way to get consistent rwx permissions for "others" or to get a consistent group "wheel" instead of "1000"? Why do I get those permissions, owner and group automatically? And why does it differ to what I get for /dump? I guess it would be possible to change the id for the existing FreeBSD user and then to chown /home/user_name to fit to 1000? Ciao, Ralf From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 01:18:09 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 770C1EE9 for ; Tue, 22 Jan 2013 01:18:09 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) by mx1.freebsd.org (Postfix) with ESMTP id 31D9CAD3 for ; Tue, 22 Jan 2013 01:18:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=sfjET7/SkZtkcCUZUZV+2j/yThr7XsPDjAHNmAI9l6w=; b=U6Bux5RjM1ZAMu/FWEwf1exzkiCcC7p7Rwijir34o5bF32BQDje6nGbppeIOyyJu+TAtXcTLu9xuhpWRZUTXJ9gnVpBTxGYQ0EBSVkbvO0tPTLrNLLtzySgKJOaUfLKv; Received: from [122.129.203.50] (port=39030 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1TxSV5-0020Uy-Su; Mon, 21 Jan 2013 18:18:08 -0700 Date: Tue, 22 Jan 2013 08:18:04 +0700 From: Erich Dollansky To: Ralf Mardorf Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-ID: <20130122081804.5569d38c@X220.ovitrap.com> In-Reply-To: <1358816032.3045.53.camel@precise> References: <1358811229.2031.60.camel@precise> <20130122073125.459ad795@X220.ovitrap.com> <1358816032.3045.53.camel@precise> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 01:18:09 -0000 Hallo Ralf, On Tue, 22 Jan 2013 01:53:52 +0100 Ralf Mardorf wrote: > On Tue, 2013-01-22 at 07:31 +0700, Erich Dollansky wrote: > > On Tue, 22 Jan 2013 00:33:49 +0100 > > Ralf Mardorf wrote: > > > > > > > > root@freebsd:/usr/home/rocketmouse # ls -l /mnt > > > drwxrwx--- 21 1000 1000 4096 Oct 28 19:11 archlinux > > > drwxrwxrwx 2 root wheel 4096 Jan 20 20:09 dump > > > > > it seems that you do not have a user with the id 1000 on this > > machine. Create one and that user will be able to access it. > > Hallo Erich :) > > correct, as already mentioned, the uid of the FreeBSD user is 1001. > Why doesn't change chown the user and group, why do I get ---? I'll > try it again, perhaps it was voodoo ;). > > Assumed it wasn't voodoo, is there no way to get consistent rwx > permissions for "others" or to get a consistent group "wheel" instead > of "1000"? Why do I get those permissions, owner and group > automatically? And why does it differ to what I get for /dump? > root and wheel have the ID 0. All other IDs are more or less randomly used. I use scripts on my systems to have always the same IDs. > I guess it would be possible to change the id for the existing FreeBSD > user and then to chown /home/user_name to fit to 1000? Of course, this would work. But then all existing files of the existing FreeBSD would be without owner. Erich From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 01:31:15 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6108A207 for ; Tue, 22 Jan 2013 01:31:15 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm12.bullet.mail.ird.yahoo.com (nm12.bullet.mail.ird.yahoo.com [77.238.189.65]) by mx1.freebsd.org (Postfix) with ESMTP id 81B64B2C for ; Tue, 22 Jan 2013 01:31:13 +0000 (UTC) Received: from [212.82.105.244] by nm12.bullet.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 01:31:12 -0000 Received: from [217.146.188.231] by tm16.bullet.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 01:31:12 -0000 Received: from [127.0.0.1] by smtp106.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 01:31:12 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358818272; bh=RyMd+U23nA4QRQkNSv37t6AbmaAlhWzlpQGDW3FjPss=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Subject:From:To:Date:In-Reply-To:References:Content-Type:X-Mailer:Content-Transfer-Encoding:Mime-Version; b=UkHz5q//xC/YpjwuNJzd27h/ky0ObDQayxMrtKYdhUlajbRbwm9uv3wQnI8PSB6qzrQAAB4BUhS8PdGOsQ/CWwB+hBCKsDYXQ3QO74KcJaonYc3VQME9o5HDaaFO8TKvV1OulTZ3zea+ExUocK+cig7uaHlCTXLQGKOrr/Bx7U0= X-Yahoo-Newman-Id: 183748.23245.bm@smtp106.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: TaYdKpIVM1lFtoBJ3H1dbh6noLU1PCKpG2EUCKf53FNtdhT JF_WOqB6cgQB5hy3D8Javttwe6Ph6X_8.31U.Mbzrs.qXW79as4_hB6QK49s bIXHg05USM8enHk0WHQCtOLYS4hQJvAVlADTuKAYBUi9PqGDl8129.Vxtu9a PBFutySyQstXibvO_GPb_5JRwsW8KJHSUp5rgYoBC88JRdz.3N_2FbkhTUqX x3YKK3w.uvaFV0EMrvum_Poe4eszhrS9sBr7UezhEM7gorAREeYVcl2gWijY o0ravKzOgMBwsgBXEgQx3KeJ6U9cyqWSbaOG7u76hGKbLASNbcGo4F5Bpn7Y BfBSoEEcVBvw_FgPnj3AR1hlc8Rgp5phUuOMrq7cbR6DntedLg9Avb2FQDlg Z5X2EHGVJa7asQLCw1C1uE0JeAXlosUx7EvlBKkpUz7k- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from [85.182.25.41] (ralf.mardorf@85.182.25.41 with login) by smtp106.mail.ird.yahoo.com with SMTP; 21 Jan 2013 17:31:12 -0800 PST Message-ID: <1358818271.3045.66.camel@precise> Subject: Re: Sharing a mail folder between Linux and FreeBSD From: Ralf Mardorf To: freebsd-questions@freebsd.org Date: Tue, 22 Jan 2013 02:31:11 +0100 In-Reply-To: <20130122081804.5569d38c@X220.ovitrap.com> References: <1358811229.2031.60.camel@precise> <20130122073125.459ad795@X220.ovitrap.com> <1358816032.3045.53.camel@precise> <20130122081804.5569d38c@X220.ovitrap.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 01:31:15 -0000 On Tue, 2013-01-22 at 08:18 +0700, Erich Dollansky wrote: > > I guess it would be possible to change the id for the existing FreeBSD > > user and then to chown /home/user_name to fit to 1000? > > Of course, this would work. But then all existing files of the existing > FreeBSD would be without owner. The current user is: rocketmouse The uid is : 1001 Isn't it possible to change the uid to 1000? This would cause that the owner wouldn't be rocketmouse anymore, but still 1001. I then could run chown -R for /home/rocketmouse to switch from 1001 to back to rocketmouse = new uid 1000. Or another idea would be to create a new user with the uid 1000 and then to add rocketmouse to the group of this user. I guess this is what you already recommended. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 02:04:57 2013 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1DE756AC for ; Tue, 22 Jan 2013 02:04:57 +0000 (UTC) (envelope-from afterhoursprogramming@gmail.com) Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) by mx1.freebsd.org (Postfix) with ESMTP id 7DBC8CEC for ; Tue, 22 Jan 2013 02:04:55 +0000 (UTC) Received: by mail-lb0-f174.google.com with SMTP id l12so362227lbo.5 for ; Mon, 21 Jan 2013 18:04:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=hphQ8xFQ8znAlNjgMQdCp+kT/m5v95zdPWyzQHKiWtY=; b=HNsgO0K2z6CGa4ap42YFNcMuzv7Y6umfNFnaQ4FtOlwRLPNbvqTlyU0dUq7q+JFWgk etpSDboGpVcWXK4caLeWqyr9LKQDWiqVGF7mNPRyN+mVDf+M6xoZzMzvFRPV5gCp2rI6 3lVQrGvxfqZNrrMbeEvS7Rk0VKmXAPMSWUE1874Kg5Sc6C50oeF/OHENaKIpbYaQGgMG DTnRCdQZZzmSDser+dueqe7Wb6c/NOJVYBdQdLF2LoCYqVTuBaNvEztTNDbMiYTyI/n0 1zHDCJDga/dgG0v7+ZKiMdBPvDjU0/00d9pep8EI9BNKBVqA86TYCioZcF7v5pipGDe5 mSUQ== MIME-Version: 1.0 X-Received: by 10.152.108.195 with SMTP id hm3mr19432280lab.17.1358820294931; Mon, 21 Jan 2013 18:04:54 -0800 (PST) Received: by 10.112.143.194 with HTTP; Mon, 21 Jan 2013 18:04:54 -0800 (PST) Date: Mon, 21 Jan 2013 21:04:54 -0500 Message-ID: Subject: Reference Request From: Jared Drake To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 02:04:57 -0000 First, I must thank you for providing your knowledge to the web. I will not waste your time, so I will get to the point. I have poured my heart into a website (www.afterhoursprogramming.com) and I was hoping you would add it to your resources. I wish your website the best. -- Jared Drake After Hours Programming From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 02:50:51 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6ACB4361 for ; Tue, 22 Jan 2013 02:50:51 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail04.adl6.internode.on.net (ipmail04.adl6.internode.on.net [IPv6:2001:44b8:8060:ff02:300:1:6:4]) by mx1.freebsd.org (Postfix) with ESMTP id 06781E2C for ; Tue, 22 Jan 2013 02:50:50 +0000 (UTC) Received: from ppp247-71.static.internode.on.net (HELO leader.local) ([203.122.247.71]) by ipmail04.adl6.internode.on.net with ESMTP; 22 Jan 2013 13:20:47 +1030 Message-ID: <50FDFE37.5090800@ShaneWare.Biz> Date: Tue, 22 Jan 2013 13:19:27 +1030 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: FreeBSD-questions Subject: Re: zfs configuration References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 02:50:51 -0000 On 22/01/2013 02:51, dweimer wrote: > On 2013-01-21 09:50, Don Dugger wrote: >> Hi All, >> >> So I use zfs for the root file system. Works well. However now I want to >> move /tmp to ram-disk (memory disk or what ever). When I try to unmount >> /tmp with the zfs command of course it won't because its busy. With ufs I >> would just edit fstab and reboot what do I don with zfs?? >> > > Your best option is to reboot into single user mode, however if that's > not possible, zfs umount -f will force it to unmount. > haven't tried it but zfs set canmount=off zroot/tmp should match editing the fstab From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 02:56:37 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0C85E429 for ; Tue, 22 Jan 2013 02:56:37 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) by mx1.freebsd.org (Postfix) with ESMTP id B010BE50 for ; Tue, 22 Jan 2013 02:56:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=fczlm7L3sL5/l9JrFERd6+eFxOqaqI4pmJdHuSOzo8k=; b=NPGWM4xzYL2dXkurEfrZHSV6F9XCV5fJ0Dj346ngr2Aka4yc4cpTA/49JoE8o88tsBImau8nlbATT0D0G+A3AT+wBL3h8sq370R/wDzlr5TefT8I+TQcA6lGGzaxoQl3; Received: from [122.129.203.50] (port=53688 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1TxU2M-002MsP-08; Mon, 21 Jan 2013 19:56:35 -0700 Date: Tue, 22 Jan 2013 09:56:23 +0700 From: Erich Dollansky To: Ralf Mardorf Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-ID: <20130122095623.58727237@X220.ovitrap.com> In-Reply-To: <1358818271.3045.66.camel@precise> References: <1358811229.2031.60.camel@precise> <20130122073125.459ad795@X220.ovitrap.com> <1358816032.3045.53.camel@precise> <20130122081804.5569d38c@X220.ovitrap.com> <1358818271.3045.66.camel@precise> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 02:56:37 -0000 Hi, On Tue, 22 Jan 2013 02:31:11 +0100 Ralf Mardorf wrote: > On Tue, 2013-01-22 at 08:18 +0700, Erich Dollansky wrote: > > > I guess it would be possible to change the id for the existing > > > FreeBSD user and then to chown /home/user_name to fit to 1000? > > > > Of course, this would work. But then all existing files of the > > existing FreeBSD would be without owner. > > The current user is: rocketmouse > The uid is : 1001 > > Isn't it possible to change the uid to 1000? > This would cause that the owner wouldn't be rocketmouse anymore, but > still 1001. I then could run chown -R for /home/rocketmouse to switch > from 1001 to back to rocketmouse = new uid 1000. > > Or another idea would be to create a new user with the uid 1000 and > then to add rocketmouse to the group of this user. I guess this is > what you already recommended. yes, this is what I would do. Erich From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 05:02:54 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 276C5CE4 for ; Tue, 22 Jan 2013 05:02:54 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com [209.85.216.181]) by mx1.freebsd.org (Postfix) with ESMTP id BD3F02E5 for ; Tue, 22 Jan 2013 05:02:53 +0000 (UTC) Received: by mail-qc0-f181.google.com with SMTP id x40so4144547qcp.26 for ; Mon, 21 Jan 2013 21:02:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=+QSXA1s/MGPwugQEN67bW0CX+VsGasKWfqzAFq+xuwA=; b=qstgWS9m2Ci6RID+duwPx1NItVeQheoWYqA8gXu1A9z5wYLSGqXaRm4o/1ZU6imw3G suOKyXGZC5zPZie78M1vrwPdc0GuCZ565vO6hOnSNL25ALYIp15t2aQJQ2dfVf8Q6Jel GH3saw4Oc2z2zlyPl7mAmd9JJJOOKo0t91GHCdV9PqVPpeS2xdNXiFrZVpGgcj5MiEef NxM1Bb+E3EkeGoZ2TqQiBevhPTfqTGSrk+MPSW9e4S2vmTQTDtvK6MjYd9c9WxqiIRvo cRCCD1CBu4cRUXhW10uvfQjARlZpk+a8iKvyGSaLihcHmd8nu3EHhauMpz54eS/vqWrc gvqQ== MIME-Version: 1.0 X-Received: by 10.224.111.83 with SMTP id r19mr21874265qap.39.1358830967383; Mon, 21 Jan 2013 21:02:47 -0800 (PST) Received: by 10.49.128.168 with HTTP; Mon, 21 Jan 2013 21:02:47 -0800 (PST) In-Reply-To: <20130122043331.GA39426@neutralgood.org> References: <20130122043331.GA39426@neutralgood.org> Date: Mon, 21 Jan 2013 23:02:47 -0600 Message-ID: Subject: Re: zfs configuration From: Adam Vande More To: kpneal@pobox.com Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Don Dugger , freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 05:02:54 -0000 On Mon, Jan 21, 2013 at 10:33 PM, wrote: > On Mon, Jan 21, 2013 at 07:50:58AM -0800, Don Dugger wrote: > > Hi All, > > > > So I use zfs for the root file system. Works well. However now I want to > > move /tmp to ram-disk (memory disk or what ever). When I try to unmount > > /tmp with the zfs command of course it won't because its busy. With ufs I > > would just edit fstab and reboot what do I don with zfs?? > > You can install and run 'lsof' to see which running programs are currently > using anything in "/tmp". Stop them, mount a new /tmp, and then restart > them. > Or use fstat and avoid the lsof overhead -- Adam Vande More From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 05:32:35 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EAFDDEFC for ; Tue, 22 Jan 2013 05:32: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 B0B29384 for ; Tue, 22 Jan 2013 05:32:35 +0000 (UTC) Received: from r56.edvax.de (port-92-195-45-17.dynamic.qsc.de [92.195.45.17]) by mx02.qsc.de (Postfix) with ESMTP id EE35724935; Tue, 22 Jan 2013 06:32:27 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0M5WU1a001996; Tue, 22 Jan 2013 06:32:30 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Tue, 22 Jan 2013 06:32:30 +0100 From: Polytropon To: Ralf Mardorf Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-Id: <20130122063230.c0d65521.freebsd@edvax.de> In-Reply-To: <1358818271.3045.66.camel@precise> References: <1358811229.2031.60.camel@precise> <20130122073125.459ad795@X220.ovitrap.com> <1358816032.3045.53.camel@precise> <20130122081804.5569d38c@X220.ovitrap.com> <1358818271.3045.66.camel@precise> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 05:32:36 -0000 On Tue, 22 Jan 2013 02:31:11 +0100, Ralf Mardorf wrote: > On Tue, 2013-01-22 at 08:18 +0700, Erich Dollansky wrote: > > > I guess it would be possible to change the id for the existing FreeBSD > > > user and then to chown /home/user_name to fit to 1000? > > > > Of course, this would work. But then all existing files of the existing > > FreeBSD would be without owner. > > The current user is: rocketmouse > The uid is : 1001 > > Isn't it possible to change the uid to 1000? > This would cause that the owner wouldn't be rocketmouse anymore, but > still 1001. I then could run chown -R for /home/rocketmouse to switch > from 1001 to back to rocketmouse = new uid 1000. You would need to do two changes: First in the password database, with chsh (tidy way) or by editing the /etc/passwd, /etc/master.passwd and /etc/group files plus rebuilding the database with pwd_mkdb (untidy way) to assign rocketmouse = 1000 on FreeBSD. Then you would also have to "promote" this change to the file system, as all the files still belong to a user with UID 1001. Use chown -R with the new numerical value of 1000. Result: Your user would have the UID 1000 on all systems, so all the "low level functions" would behave similarly. > Or another idea would be to create a new user with the uid 1000 and then > to add rocketmouse to the group of this user. I guess this is what you > already recommended. Yes, that would also work. You only have to make sure that group permissions are valid, and the "access permission" is provided in /etc/group properly. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 05:35:40 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 53CBDFAB for ; Tue, 22 Jan 2013 05:35:40 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) by mx1.freebsd.org (Postfix) with ESMTP id E04F53A7 for ; Tue, 22 Jan 2013 05:35:39 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.69) (envelope-from ) id 1TxWAH-0000kr-4r for questions@freebsd.org; Tue, 22 Jan 2013 12:12:53 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id r0M5E84o057149 for ; Tue, 22 Jan 2013 12:14:08 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id r0M5Dln4057101 for questions@freebsd.org; Tue, 22 Jan 2013 12:13:47 +0700 (NOVT) (envelope-from danfe) Date: Tue, 22 Jan 2013 12:13:47 +0700 From: Alexey Dokuchaev To: questions@freebsd.org Subject: TRIM support on SSD via ata(4) Message-ID: <20130122051346.GA53833@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 05:35:40 -0000 Hi there, I've just bought this Crucial M4 SSD few days ago as a (hopefully) nice upgrade option for my old laptop (I'm currently using it via SATA->IDE cdrom bay). Not the best setup, but alas I see no other options for me due to lack of any real SATA ports and an old controller (my system is recent 8.3-STABLE): $ pciconf -lv | grep -i ata atapci0@pci0:0:31:1: class=0x01018a card=0x83191033 chip=0x266f8086 rev=0x04 hdr=0x00 device = 'PATA100 Controller - 266F (82801FB/FBM/FW/FR/FRW)' subclass = ATA Anyway, drive is recognized and seems to work quite fine, but one thing in dmesg puzzles me when I mount filesystem from SSD: TRIM flag on fs but disk does not support TRIM Under Linux, hdparm(8) reports that TRIM is supported, so I'm wondering why FreeBSD does not see it. My ata(4) support in /boot/loader.conf looks like this (little to none hardware support is compiled into the kernel): ataintel_load="YES" atadisk_load="YES" atapci_load="YES" $ kldstat | grep ata 20 1 0xc0a65000 4734 atadisk.ko 21 5 0xc0a6a000 e398 ata.ko 22 3 0xc0a79000 80d4 atapci.ko 38 1 0xc0afc000 76ec ataintel.ko 39 2 0xc0b04000 6f50 ataahci.ko Unfortunately, I cannot use ahci(4) and limited to atacontrol(8), which does not have "identify" command like camcontrol(8). Shall I recompile the kernel with ATA_CAM option? Is there way to force TRIM support, perhaps by sending ATA commands directly to the drive? Thanks, ./danfe P.S. Buying a new laptop is the easiest solution, but I do not want to do that for various reasons, mostly because it's quite hard to find one that would be nicely supported by FreeBSD these days. From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 07:24:57 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D7FE039B for ; Tue, 22 Jan 2013 07:24:57 +0000 (UTC) (envelope-from i.tanusheff@procreditbank.bg) Received: from mailgate.procreditbank.bg (mailgate.procreditbank.bg [193.26.216.3]) by mx1.freebsd.org (Postfix) with ESMTP id E6E79979 for ; Tue, 22 Jan 2013 07:24:56 +0000 (UTC) Received: (qmail 56408 invoked from network); 22 Jan 2013 07:23:51 -0000 Received: from unknown (HELO domino-archive.procreditbank.bg) (10.0.0.60) by 192.168.1.3 with RC4-MD5 encrypted SMTP; 22 Jan 2013 07:23:51 -0000 Received: from domino.procreditbank.bg ([10.0.0.15]) by domino-archive.procreditbank.bg (Lotus Domino Release 8.5.1FP5) with ESMTP id 2013012209244880-106255 ; Tue, 22 Jan 2013 09:24:48 +0200 In-Reply-To: References: X-Disclaimed: 41178 To: Don Dugger Subject: Re: zfs configuration MIME-Version: 1.0 X-KeepSent: 2D6716C5:97FD735E-C2257AFB:00286265; type=4; flags=0; name=$KeepSent X-Mailer: Lotus Notes Release 8.5.1 September 28, 2009 From: Ivailo Tanusheff Message-ID: Date: Tue, 22 Jan 2013 09:24:17 +0200 X-MIMETrack: Serialize by Router on DOMINO/BULGARIA/PROCREDITBANK(Release 8.5.1FP5|September 29, 2010) at 01/22/2013 09:24:48 AM, Serialize complete at 01/22/2013 09:24:48 AM, Itemize by SMTP Server on DOMINO-ARCHIVE/BULGARIA/PROCREDITBANK(Release 8.5.1FP5|September 29, 2010) at 01/22/2013 09:24:48 AM, Serialize by Router on DOMINO-ARCHIVE/BULGARIA/PROCREDITBANK(Release 8.5.1FP5|September 29, 2010) at 01/22/2013 09:24:48 AM Content-Type: text/plain; charset="US-ASCII" X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-questions@freebsd.org, owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 07:24:57 -0000 Hi, If you are using different filesystem for /tmp, which I guess you do, I would recommend trying: zfs set mountpoint=/something zfsroot/tmp This way you will change the mountpoint to some other location. Also if you have trouble dismounting the system you can do: 1. fstat to find out which process is using the system; 2. use -f option to force the dismount process. Hope this helps. Regards, Ivailo Tanusheff Don Dugger Sent by: owner-freebsd-questions@freebsd.org 21.01.2013 17:51 To freebsd-questions@freebsd.org cc Subject zfs configuration Hi All, So I use zfs for the root file system. Works well. However now I want to move /tmp to ram-disk (memory disk or what ever). When I try to unmount /tmp with the zfs command of course it won't because its busy. With ufs I would just edit fstab and reboot what do I don with zfs?? Thx in advance... Don 8( _______________________________________________ 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" Disclaimer: The information contained in this message is intended solely for the use of the individual or entity to whom it is addressed and to others authorised to receive it. It may contain confidential or legally privileged information. It you are not the intended recipient you are hereby notified that any disclosure, copying, distribution, or taking any action based on the contents of this message is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by responding to this e-mail and then delete it from your system. ProCredit Bank is neither liable for the proper and complete transmission for the information contained in this message nor for any delay in its receipt. From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 10:16:52 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 41295C29 for ; Tue, 22 Jan 2013 10:16:52 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-ia0-x231.google.com (ia-in-x0231.1e100.net [IPv6:2607:f8b0:4001:c02::231]) by mx1.freebsd.org (Postfix) with ESMTP id 16A38750 for ; Tue, 22 Jan 2013 10:16:52 +0000 (UTC) Received: by mail-ia0-f177.google.com with SMTP id h8so3172366iaa.36 for ; Tue, 22 Jan 2013 02:16:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=ldr3Yr8QtaDt99/oF55Pk03jYIU9jKrqAAiBBVxfpNo=; b=Ej1obj52MGUMjvaQGZuDWYJXkvUO29sgDefohRkerPf05AC/UcMYPoPbwD9blks+eR n5zCsu7/BuU93NiVjxTfiJXyeW2UCaUXex8ccW+lJTSOQKvOUOkJJLnczOcnf4k8flw7 z90IB/DlPfcZOcEVpCkoLJJHaXRUf6vFQGoCiNvOs0T3s7MWWbHGBMP2Lpvwkse4w4B8 sqxT2LA49KeyVEbLHajtjS81hBhbg4rP8FKidtJ8f+8prdtAwv4ejch7aMVjjr8WKdVX M2fcbXdoVMoY8MAhSrxAsr8VUoQ3TnKjzOJ9isp/L/L6ZuOw0cgRMRFCDvfAdNQaf2vi Xu0w== X-Received: by 10.50.190.234 with SMTP id gt10mr11740834igc.73.1358849811220; Tue, 22 Jan 2013 02:16:51 -0800 (PST) Received: from [192.168.1.14] (c-98-212-197-211.hsd1.il.comcast.net. [98.212.197.211]) by mx.google.com with ESMTPS id pr7sm10466462igc.16.2013.01.22.02.16.49 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 22 Jan 2013 02:16:49 -0800 (PST) Message-ID: <50FE670A.9040500@gmail.com> Date: Tue, 22 Jan 2013 04:16:42 -0600 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Sharing a mail folder between Linux and FreeBSD References: <1358811229.2031.60.camel@precise> In-Reply-To: <1358811229.2031.60.camel@precise> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 10:16:52 -0000 On 1/21/2013 5:33 PM, Ralf Mardorf wrote: > Hi :) > > I'm sharing the same directory for Evolution emails, by several Linux > installs. For e.g. Ubuntu Precise it's Evolution 3.2.3 and for e.g. > Ubuntu Quantal it's Evolution 3.6.0. > > I'm doing it by a link: > It looks like to me you're asking for long term trouble. You're using multiple versions, so in the future there could be changes that could corrupt your mail. Why not just use an IMAP server instead? It's what I do, so my mail's shared between FreeBSD, Windows, and Android. From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 10:22:05 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5DDB8DFB for ; Tue, 22 Jan 2013 10:22:05 +0000 (UTC) (envelope-from hrisikeshsahu@gmail.com) Received: from mail-ia0-x22b.google.com (ia-in-x022b.1e100.net [IPv6:2607:f8b0:4001:c02::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 344ED797 for ; Tue, 22 Jan 2013 10:22:05 +0000 (UTC) Received: by mail-ia0-f171.google.com with SMTP id z13so2003726iaz.2 for ; Tue, 22 Jan 2013 02:22:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=ZmYJbW9s7VQF2pKYUc9cjTOAmKBnJPb6OhH8wVTiLig=; b=UU60z281XwG8RWNtyvpJG+YD/cpSVgL+egryoY1thEI3RAI49ZvObpVG10ea4Bi/ye eQik7/IukLObImwJgHa27Bpf+7J0fnOuDgL8dri6ebtP4x6ZpLpBBCe15VtLA+KA4Q+8 VR4hCTEPNsWt5oTZQDo+y2x/nO1z0FwFzk5ouTXT7e+Jljf3/p9KaARWIN4C3W4OwjSi 3VGI8bF6ZrCxJGMFHFgEXmhNmHaEVc2NN06lDgwR+bK+xTIGSwF7/0n8AG0wluvExqPx mb2jvViM5UWQ9V5ePHQlbV5odKNl/LT7XZdFwV0uHwrsRL7XEXa7sYMMnhdfcq/HdHt2 xeoQ== MIME-Version: 1.0 X-Received: by 10.50.1.228 with SMTP id 4mr11144562igp.94.1358850124845; Tue, 22 Jan 2013 02:22:04 -0800 (PST) Received: by 10.42.9.34 with HTTP; Tue, 22 Jan 2013 02:22:04 -0800 (PST) In-Reply-To: <20130121224248.GA75986@whisperer.chthonixia.net> References: <20130121224248.GA75986@whisperer.chthonixia.net> Date: Tue, 22 Jan 2013 15:52:04 +0530 Message-ID: Subject: Re: Upgrading 8.2 to 9.1, Gnome issue From: Hrisikesh sahu To: Joe Altman Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 10:22:05 -0000 Hi , Forgive my stupidity. Yes, i was getting so many shared library issue. So I deleted to rebuild the pkgdb using #portupgrade. Now I am able to do #portupgrade gnome2. I followed both the following links to upgrade Xorg and Gnome2 . On command prompt Mouse and key board functionality is proper, but when i switched to GUI using #startx , then mouse and key stopped working. I have included HLAD and DBUS to the rc.conf . /etc/rc.conf -- ------------------------- keymap="us.iso" gdm_enable="YES" gnome_enable="YES" hald_enable="YES" dbus_enable="YES" sshd_enable="YES" moused_port="/dev/psm0" Now I installed wireshark , but I am getting a Gtk-warning **: cannot open display. Please help me what are ports used to upgrade mouse and Key Board functionality with X terminal. I think few libraries are getting linked when I switched from Command prompt to GUI terminal. Please let me know if there is any command used to rebuild all the installed ports and update pkgdb. I am new to this freebsd . Please help me out to set up this system properly. On Tue, Jan 22, 2013 at 4:12 AM, Joe Altman wrote: > > On Mon, Jan 21, 2013 at 01:02:17PM +0530, Hrisikesh sahu wrote: > > > > # portupgrade -fr gnome-session > > > > But I am facing a problem "shared object libz.so.5 not found freebsd" > > I see libz.so.6 in my /usr/lib on: > > 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r245243: Wed Jan 9 18:25:14 EST 2013 > root@whisperer.chthonixia.net:/usr/obj/usr/src/sys/WHISPERER amd64 > > Remind me: did you buildworld and installworld prior to upgrading ports? > > > I did all these steps to upgrade the ports > > Code: > > > > #pkgdb -fF > > # rm /var/db/pkg/pkgdb.db > > # portupgrade -arRn > > While I wonder why you deleted your pkgdb.db, more to the point: did you > rebuild it? > > > but i am facing a issue with - > > Code: > > > > /usr/local/sbin/portupgrade:1473:in `get_pkgname': Makefile broken > > (MakefileBrokenError) > > My guess is that you did not rebuild the pkgdb.db... > > > Please help me how to come out from this Makefile broken and "shared object > > libz.so.5 not found freebsd". > > ....and I'd do that before trying to solve fixing the libz.so.5 issue. > > Joe > _______________________________________________ > 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 Jan 22 10:26:24 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 11C5CFF3 for ; Tue, 22 Jan 2013 10:26:24 +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 CDED37CE for ; Tue, 22 Jan 2013 10:26:23 +0000 (UTC) Received: from r56.edvax.de (port-92-195-45-17.dynamic.qsc.de [92.195.45.17]) by mx01.qsc.de (Postfix) with ESMTP id 6020A3C98F; Tue, 22 Jan 2013 11:26:16 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0MAQIAS002807; Tue, 22 Jan 2013 11:26:19 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Tue, 22 Jan 2013 11:26:18 +0100 From: Polytropon To: Joshua Isom Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-Id: <20130122112618.9ef2bb2a.freebsd@edvax.de> In-Reply-To: <50FE670A.9040500@gmail.com> References: <1358811229.2031.60.camel@precise> <50FE670A.9040500@gmail.com> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 10:26:24 -0000 On Tue, 22 Jan 2013 04:16:42 -0600, Joshua Isom wrote: > On 1/21/2013 5:33 PM, Ralf Mardorf wrote: > > Hi :) > > > > I'm sharing the same directory for Evolution emails, by several Linux > > installs. For e.g. Ubuntu Precise it's Evolution 3.2.3 and for e.g. > > Ubuntu Quantal it's Evolution 3.6.0. > > > > I'm doing it by a link: > > > > It looks like to me you're asking for long term trouble. You're using > multiple versions, so in the future there could be changes that could > corrupt your mail. Why not just use an IMAP server instead? It's what > I do, so my mail's shared between FreeBSD, Windows, and Android. That might be overhead, but still the approach contains potential for future trouble, as you correctly pointed out. The reason is simple: While you may not have trouble if all programs use the same mechanism for _storing_ mail (e. g. in mbox, MH or Maildir format), they might store other aspects of communication (read / unread, address books, configuration settings) differently. This should happen _independently_ of the mail storage. As long as all involved programs are the same version, it will probably work without any trouble. But if one program of a newer version decides to rewrite the configuration data in a new (and backwards-incompatible) format, the older versions will definitely run into trouble. I've been using a similar approach in the past, having several GUI and TUI mail clients use the same mail _storage_. Still as you suggest, running a (local) IMAP server may prevent trouble, at least on the long run, and it enables you easier testing for mail clients that do not use the same storage format as your "old" ones do. Still you can have any "storage backend" you like, so even "plain text work" (easily done with MH and Maildir) can be done if required (like grepping through messages or processing them automatically in whatever manner). -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 10:33:15 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8B175201 for ; Tue, 22 Jan 2013 10:33:15 +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 4B22583C for ; Tue, 22 Jan 2013 10:33:15 +0000 (UTC) Received: from r56.edvax.de (port-92-195-45-17.dynamic.qsc.de [92.195.45.17]) by mx01.qsc.de (Postfix) with ESMTP id 62FAA3CA2C; Tue, 22 Jan 2013 11:33:14 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0MAXHRf002835; Tue, 22 Jan 2013 11:33:17 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Tue, 22 Jan 2013 11:33:17 +0100 From: Polytropon To: Hrisikesh sahu Subject: Re: Upgrading 8.2 to 9.1, Gnome issue Message-Id: <20130122113317.b70d618a.freebsd@edvax.de> In-Reply-To: References: <20130121224248.GA75986@whisperer.chthonixia.net> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 10:33:15 -0000 On Tue, 22 Jan 2013 15:52:04 +0530, Hrisikesh sahu wrote: > On command prompt Mouse and key board functionality is proper, but > when i switched to GUI using #startx , then mouse and key stopped > working. This looks like a typical configuration error, not quite uncommon today. :-) Note that you shouldn't run "startx" from your root account (which I assume you do because of "#startx"). For your local user account, make sure you've configured Gnome 2 to start automatically via ~/.xinitrc or ~/.xsession respectively. Refer to the FreeBSD Gnome FAQ for details. As you're also using GDM (Gnome display manager) for login, your ~/.xsession should contain "exec gnome2-session" (which I think to remember is the name of the Gnome desktop executable, but check the documentation to be sure). > I have included HLAD and DBUS to the rc.conf . > /etc/rc.conf -- > ------------------------- > keymap="us.iso" > gdm_enable="YES" > gnome_enable="YES" > hald_enable="YES" > dbus_enable="YES" > sshd_enable="YES" > moused_port="/dev/psm0" Looks correct. > Now I installed wireshark , but I am getting a Gtk-warning **: cannot > open display. You can only run this program when in X (e. g. calling it from an X terminal). > Please help me what are ports used to upgrade mouse and Key Board > functionality with X terminal. Check your X configuration: If both input methods work in text mode, but not within X, that's often the error. > Please let me know if there is any command used to rebuild all the > installed ports and update pkgdb. If I remember correctly, it's "portupgrade -arf", but as you're using portupgrade, see "man portupgrade", the EXAMPLES section should show the proper options. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 10:50:08 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 475373AF for ; Tue, 22 Jan 2013 10:50:08 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) by mx1.freebsd.org (Postfix) with ESMTP id E72438CC for ; Tue, 22 Jan 2013 10:50:07 +0000 (UTC) Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 4.69) (envelope-from ) id 1TxbQG-0000yY-UP for questions@freebsd.org; Tue, 22 Jan 2013 17:49:44 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id r0MAp1Z1015397 for ; Tue, 22 Jan 2013 17:51:02 +0700 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id r0MAoebu015355 for questions@freebsd.org; Tue, 22 Jan 2013 17:50:40 +0700 (NOVT) (envelope-from danfe) Date: Tue, 22 Jan 2013 17:50:40 +0700 From: Alexey Dokuchaev To: questions@freebsd.org Subject: Re: TRIM support on SSD via ata(4) Message-ID: <20130122105039.GA11236@regency.nsu.ru> References: <20130122051346.GA53833@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130122051346.GA53833@regency.nsu.ru> User-Agent: Mutt/1.4.2.1i X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 10:50:08 -0000 On Tue, Jan 22, 2013 at 12:13:46PM +0700, Alexey Dokuchaev wrote: > Unfortunately, I cannot use ahci(4) and limited to atacontrol(8), which > does not have "identify" command like camcontrol(8). Shall I recompile the > kernel with ATA_CAM option? I've switched to ATA_CAM and removed atadisk from /boot/loader.conf. CAM driver reported flags 0x896, which includes ADA_FLAG_CAN_TRIM (0x080). In adaregister() of /sys/cam/ata/ata_da.c, this is enough to in turn enable DISKFLAG_CANDELETE disk flag: if ((softc->flags & ADA_FLAG_CAN_TRIM) || ((softc->flags & ADA_FLAG_CAN_CFA) && !(softc->flags & ADA_FLAG_CAN_48BIT))) softc->disk->d_flags |= DISKFLAG_CANDELETE; In /sys/dev/ata/ata-disk.c, this check is different: if ((atadev->param.support.command2 & ATA_SUPPORT_CFA) || atadev->param.config == ATA_PROTO_CFA) adp->disk->d_flags |= DISKFLAG_CANDELETE; Since this disk evidently does not support CFA, ata(4) was not raising DISKFLAG_CANDELETE flag. With CAM_ATA, I can now use camcontrol(8) to talk to my disks: # camcontrol identify ada0 | egrep TRIM\|Feature Feature Support Enabled Value Vendor data set management (TRIM) yes "TRIM on fs but drive does not have it" warning is gone. I wonder why legacy ata(4) did not enable TRIM though. ./danfe From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 11:14:22 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 025039AA for ; Tue, 22 Jan 2013 11:14:21 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from anakin.london.02.net (anakin.london.02.net [87.194.255.134]) by mx1.freebsd.org (Postfix) with ESMTP id C3AFD9D4 for ; Tue, 22 Jan 2013 11:14:21 +0000 (UTC) Received: from [192.168.2.50] (87.194.237.233) by anakin.london.02.net (8.5.140) id 50D100E1009AC8C0 for freebsd-questions@freebsd.org; Tue, 22 Jan 2013 11:12:57 +0000 Message-ID: <50FE7438.4050700@onetel.com> Date: Tue, 22 Jan 2013 11:12:56 +0000 From: Chris Whitehouse User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20111228 Thunderbird/9.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Sharing a mail folder between Linux and FreeBSD References: <1358811229.2031.60.camel@precise> <20130122073125.459ad795@X220.ovitrap.com> <1358816032.3045.53.camel@precise> <20130122081804.5569d38c@X220.ovitrap.com> <1358818271.3045.66.camel@precise> <20130122063230.c0d65521.freebsd@edvax.de> In-Reply-To: <20130122063230.c0d65521.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 11:14:22 -0000 On 22/01/2013 05:32, Polytropon wrote: > On Tue, 22 Jan 2013 02:31:11 +0100, Ralf Mardorf wrote: >> On Tue, 2013-01-22 at 08:18 +0700, Erich Dollansky wrote: >>>> I guess it would be possible to change the id for the existing FreeBSD >>>> user and then to chown /home/user_name to fit to 1000? >>> >>> Of course, this would work. But then all existing files of the existing >>> FreeBSD would be without owner. >> >> The current user is: rocketmouse >> The uid is : 1001 >> >> Isn't it possible to change the uid to 1000? >> This would cause that the owner wouldn't be rocketmouse anymore, but >> still 1001. I then could run chown -R for /home/rocketmouse to switch >> from 1001 to back to rocketmouse = new uid 1000. > > You would need to do two changes: First in the password database, > with chsh (tidy way) or by editing the /etc/passwd, /etc/master.passwd > and /etc/group files plus rebuilding the database with pwd_mkdb > (untidy way) to assign rocketmouse = 1000 on FreeBSD. Could you do this with pw(8)? # pw usermod rocketmouse -u 1000 checking first there isn't a uid 1000 already. Then chown -R Chris > > Then you would also have to "promote" this change to the file > system, as all the files still belong to a user with UID 1001. > Use chown -R with the new numerical value of 1000. > > Result: Your user would have the UID 1000 on all systems, so > all the "low level functions" would behave similarly. > > > >> Or another idea would be to create a new user with the uid 1000 and then >> to add rocketmouse to the group of this user. I guess this is what you >> already recommended. > > Yes, that would also work. You only have to make sure that > group permissions are valid, and the "access permission" is > provided in /etc/group properly. > > > From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 12:17:53 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2FE77DBB for ; Tue, 22 Jan 2013 12:17:53 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-qc0-f177.google.com (mail-qc0-f177.google.com [209.85.216.177]) by mx1.freebsd.org (Postfix) with ESMTP id D2BEEE40 for ; Tue, 22 Jan 2013 12:17:52 +0000 (UTC) Received: by mail-qc0-f177.google.com with SMTP id u28so4318539qcs.8 for ; Tue, 22 Jan 2013 04:17:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:user-agent:in-reply-to:references:mime-version :content-type:subject:from:date:to:cc:message-id; bh=M8T+uwDTUIMo8otKxmK3CxA8JuXuUzshTFr8TElQTK4=; b=peabyYodVZ8y48ZkPH0NVVfQoEptzUHw5sKtAUsXTlWwISuWkI/zUn0sATvy1qRUeN Zkx4swuaJVC1O5Yo7+BzybyVW3vbm1f0adphBYD190P7r2wcSqsTPsEegG+RCDQZAxMi CFxDu5mCLTYCduy3lGCTdkotxXgMCLrfLt3HWgpvvv7KmH8f80XzjGaMEpT5kSWWICZk Pf0wCDxaJtTR0hxjlccClgTMPYeauYms6seAF2XTgGx6aZHec91AHTXFehixlpb143HP XKsdWsJdoINbpqTLTkrEXQ9KewTqenA4Gmk3B9f/JMLvoihXxBCiUy5MekaAkQhdfed4 qOPA== X-Received: by 10.229.203.89 with SMTP id fh25mr5419300qcb.90.1358855431336; Tue, 22 Jan 2013 03:50:31 -0800 (PST) Received: from ?IPV6:2600:1008:b00b:9e0a:4d4b:996e:3888:ea5d? ([2600:1008:b00b:9e0a:4d4b:996e:3888:ea5d]) by mx.google.com with ESMTPS id ou3sm10589037qeb.0.2013.01.22.03.50.29 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 22 Jan 2013 03:50:30 -0800 (PST) User-Agent: K-9 Mail for Android In-Reply-To: <20130122112618.9ef2bb2a.freebsd@edvax.de> References: <1358811229.2031.60.camel@precise> <50FE670A.9040500@gmail.com> <20130122112618.9ef2bb2a.freebsd@edvax.de> MIME-Version: 1.0 Subject: Re: Sharing a mail folder between Linux and FreeBSD From: Joshua Isom Date: Tue, 22 Jan 2013 05:50:26 -0600 To: Polytropon Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 12:17:53 -0000 He already mentioned different major versions, and changing to 5.0 in a few years may need the mail "migrated" for a new feature. Then there could be trouble. Getting storage away from the client is the most stable. A local cache will likely provide all the new fancy features. Polytropon wrote: >On Tue, 22 Jan 2013 04:16:42 -0600, Joshua Isom wrote: >> On 1/21/2013 5:33 PM, Ralf Mardorf wrote: >> > Hi :) >> > >> > I'm sharing the same directory for Evolution emails, by several >Linux >> > installs. For e.g. Ubuntu Precise it's Evolution 3.2.3 and for e.g. >> > Ubuntu Quantal it's Evolution 3.6.0. >> > >> > I'm doing it by a link: >> > >> >> It looks like to me you're asking for long term trouble. You're >using >> multiple versions, so in the future there could be changes that could > >> corrupt your mail. Why not just use an IMAP server instead? It's >what >> I do, so my mail's shared between FreeBSD, Windows, and Android. > >That might be overhead, but still the approach contains >potential for future trouble, as you correctly pointed >out. > >The reason is simple: While you may not have trouble if >all programs use the same mechanism for _storing_ mail >(e. g. in mbox, MH or Maildir format), they might store >other aspects of communication (read / unread, address >books, configuration settings) differently. This should >happen _independently_ of the mail storage. As long as >all involved programs are the same version, it will >probably work without any trouble. But if one program >of a newer version decides to rewrite the configuration >data in a new (and backwards-incompatible) format, the >older versions will definitely run into trouble. > >I've been using a similar approach in the past, having >several GUI and TUI mail clients use the same mail >_storage_. Still as you suggest, running a (local) IMAP >server may prevent trouble, at least on the long run, >and it enables you easier testing for mail clients that >do not use the same storage format as your "old" ones do. >Still you can have any "storage backend" you like, so >even "plain text work" (easily done with MH and Maildir) >can be done if required (like grepping through messages >or processing them automatically in whatever manner). > > > > >-- >Polytropon >Magdeburg, Germany >Happy FreeBSD user since 4.0 >Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 12:59:48 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1B819DD8 for ; Tue, 22 Jan 2013 12:59:48 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm5.bullet.mail.ird.yahoo.com (nm5.bullet.mail.ird.yahoo.com [77.238.189.62]) by mx1.freebsd.org (Postfix) with ESMTP id 275631B0 for ; Tue, 22 Jan 2013 12:59:46 +0000 (UTC) Received: from [212.82.105.244] by nm5.bullet.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 12:59:45 -0000 Received: from [46.228.39.105] by tm16.bullet.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 12:59:45 -0000 Received: from [127.0.0.1] by smtp142.mail.ir2.yahoo.com with NNFMP; 22 Jan 2013 12:59:45 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358859585; bh=M8Gii9TfbXuom4cfJ9hvsmE+t2OorCnt1cg5oQlkYsY=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:Subject:References:Date:To:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=QIM+xwLRsLNI8QYI0JlAyWpFF5EkOZ58XfPSWX0s5AG0sz/nkWNkjh+XALuSbDYwuddjwhcK6nzrUIV/6JpZgw3frF1kv2I7gFfT2bTHwThOB22qVvmLWK8GxSsEih96tt5i+CxjOfvrMVQPAMNiN64EEAgnJLuL7DBZxGacf5w= X-Yahoo-Newman-Id: 148885.87079.bm@smtp142.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: kq2VF68VM1k2Vb2DSJ067QPKT8NBq0qWm_D935Hjn3jVNdC 7JXo5p3_JipE131SKj4wysYQ8e8tZ8B17znmusvsHHnvhl6WONC1xno6k1zP Oc99TrhFMxfKRrWxSIXCCbORFTCGXRJHSuJpntXLm5ucUJd.pd49ilY1CGrt 7sSLCgTpGZGiA1hgxSOvFOqDUTbI2D9NGKtq9g0d2_yxEXY6woTAGP.KLkP0 mKcrIjeYutlzYjxM_mxGLfIOwNBYBEpZ2BfmvmY3RvpB.cRWozA9.j.uovxl TFtbwvG0Ct2t8iulu_Khs_nuSH3eDuVNmJQNeoEuA5n2sDmBtCzqa5XUYGTp YxTZhE_EEGq1UAQfYDJnfu_6YgxjsgLEoDVBLXZbiWUbv8VYgP81.AFFVLnh 3ZsTBbkSNfSOjM5F8tdcKcx7.f5BM1XJ5wtn7394cPkG_SHFSL6a.fXVAHB. 9tVH250ozK0IvkaQyDpTxngctSy151M0QWqqyKeynNHdkZ2tXo8CwsRNUhE5 GuqorDUlSc0457S.D85WAJe_Dyu92.MMDm6lG309XjNUbkJ.gGrvQB0UVjCV 8Iy9xSc5Ouo.zPHXZSEUYWawavFY3HWeTV.S6kIeGI.29phgOmvq523HgXjq c6eSlgDtERnx5BUdR5xR1nF53haAZYHm.jfUGVrXZso6xOuVHXD7r6.KmEJp 3Fc8s58gqhJRf7hVq7MzKuw-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@92.231.4.91 with login) by smtp142.mail.ir2.yahoo.com with SMTP; 22 Jan 2013 12:59:44 +0000 UTC Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Subject: Re: Upgrading 8.2 to 9.1, Gnome issue References: <20130121224248.GA75986@whisperer.chthonixia.net> Date: Tue, 22 Jan 2013 13:59:44 +0100 To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 12:59:48 -0000 On Tue, 22 Jan 2013 11:22:04 +0100, Hrisikesh sahu wrote: > #portupgrade gnome2 Is there a future for GNOME 2 on FreeBSD? GNOME 2 forks http://en.wikipedia.org/wiki/MATE_(desktop_environment) http://en.wikipedia.org/wiki/Cinnamon_(user_interface) GNOMER 3 fallback mode fork http://solusos.com/blog/2013/01/the-consort-desktop-environment/ OT: KDE 3 fork: https://wiki.archlinux.org/index.php/Trinity I didn't read it myself, I've got my information from Linux mailing lists. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 13:09:51 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B7CCB148 for ; Tue, 22 Jan 2013 13:09:51 +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 814E329B for ; Tue, 22 Jan 2013 13:09:51 +0000 (UTC) Received: from r56.edvax.de (port-92-195-45-17.dynamic.qsc.de [92.195.45.17]) by mx01.qsc.de (Postfix) with ESMTP id 3F3023CBA2; Tue, 22 Jan 2013 14:09:50 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0MD9qN8003281; Tue, 22 Jan 2013 14:09:53 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Tue, 22 Jan 2013 14:09:52 +0100 From: Polytropon To: "Ralf Mardorf" Subject: Re: Upgrading 8.2 to 9.1, Gnome issue Message-Id: <20130122140952.39097a50.freebsd@edvax.de> In-Reply-To: References: <20130121224248.GA75986@whisperer.chthonixia.net> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 13:09:51 -0000 On Tue, 22 Jan 2013 13:59:44 +0100, Ralf Mardorf wrote: > On Tue, 22 Jan 2013 11:22:04 +0100, Hrisikesh sahu > wrote: > > #portupgrade gnome2 > > Is there a future for GNOME 2 on FreeBSD? I assume -- on the _long_ run -- Gnome 2 will be dead, just as Gnome 1, KDE 1 and 2, and XFCE (capitals, so it "obviously" means version 3). MATE and Cinnamon are still maintained, and if there will be FreeBSD ports, they will probably work for some time, until eventually the required support libraries at certain levels of abstraction will not work (or even build) anymore, or when security concerns grow enough to abolish the port. Infrastructures are moving on, and backwards compatibility isn't the biggest strength of desktop environments. :-( -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 13:13:14 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D7E84350 for ; Tue, 22 Jan 2013 13:13:14 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm24-vm8.bullet.mail.ird.yahoo.com (nm24-vm8.bullet.mail.ird.yahoo.com [212.82.109.199]) by mx1.freebsd.org (Postfix) with ESMTP id 0187A2ED for ; Tue, 22 Jan 2013 13:13:13 +0000 (UTC) Received: from [212.82.105.246] by nm24.bullet.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 13:13:12 -0000 Received: from [217.146.189.101] by tm18.bullet.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 13:13:11 -0000 Received: from [127.0.0.1] by smtp117.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 13:13:11 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358860391; bh=UEAXlkP3whRGweYiPCuHbJF7sdZB7rmJATLcdp+mghc=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=GGhrWq9A1B0SrRWcL3aMXLWz9rqw0yDpCVfEFmMqudT0d4Nw0HDivi7KKk7/7CAt4/1lNNo4dII+TtOwrxGaAlbK1FuoRZKsSEVPtWT8JAbaYhNu+gTthXkewyqrhtuccqSyN0oDxjXDJ3EFEDIQkGWVDF64/uAXZtUxTRlpo+8= X-Yahoo-Newman-Id: 854602.52996.bm@smtp117.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-5 X-YMail-OSG: atMNnWcVM1kpXyk7oRmJix7MWuXBx9uO5wMiKgtM361ubfl 9XasUnd6hFLffxiK_cLkGZrKuoe4r02PcKrmbA1SG.XrPPJ..8T4wow1B6gK PCTu7csw54JpMYWLrnyrMOEklt8SHAL7Y4zQ4zcKa8UUkIGBLrNHrYFQ73mg AuIagJJoqAFBdeQ52gz3cs4V5jIA6rtuxaTzvrOb.6OEP82GmlLJy2gpnL0n 2vzy4XzyeYAfNIZvZt2CN8WkhbSS.PvR6xQHzwoGB3qsk7mSbSGaiEAGuJga aRHreePxxQQPNJKFhOllgt6luDTnVVdY2VJlSm0QrnwAqf1qBifcwdizeJep t9vy8AZh97OWkqL2a2q2Fo4Mscl3rk0PSfmxoJ5nH2biSqb9MqSOP9UJr3Lt VHIfd1hzJrp81qsJcaR4jgL1eXSS510mufSSfG8rZyrbYQd_fXaaBbb2mZOC 6nto0Z0iQGzTG1X1fAIeGug-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@92.231.4.91 with login) by smtp117.mail.ird.yahoo.com with SMTP; 22 Jan 2013 05:13:11 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-questions@freebsd.org Subject: Re: Sharing a mail folder between Linux and FreeBSD References: <1358811229.2031.60.camel@precise> <50FE670A.9040500@gmail.com> Date: Tue, 22 Jan 2013 14:13:11 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <50FE670A.9040500@gmail.com> User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 13:13:14 -0000 On Tue, 22 Jan 2013 11:16:42 +0100, Joshua Isom wrote: > It looks like to me you're asking for long term trouble. You're using > multiple versions, so in the future there could be changes that could > corrupt your mail. Why not just use an IMAP server instead? It's what > I do, so my mail's shared between FreeBSD, Windows, and Android. I'm doing it for a long time and I only link to the mail directory. I experienced IMAP as a PITA, not only that there would be the need to set up IMAP for each install, I only have one computer, it did cause incompatibilities, not seldom thousands of mails get fetched several times. Sync can cause tons of issues. Keeping mails on the servers of the two providers I'm using (Alice and Rocketmail) is no option. I will fetch emails and delete them on their servers. The only issue with sharing the GNOME email folder is, that GNOME 3 is a broken DE and Evolution 3.6 is buggy, but this also is an issue, if I don't share the email folder. Unfortunately the mail dir format can't be shared with other mail dir MUAs. YMMV! Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 13:20:00 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C5270534 for ; Tue, 22 Jan 2013 13:20:00 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm12.bullet.mail.ird.yahoo.com (nm12.bullet.mail.ird.yahoo.com [77.238.189.65]) by mx1.freebsd.org (Postfix) with ESMTP id F3E3835B for ; Tue, 22 Jan 2013 13:19:59 +0000 (UTC) Received: from [212.82.105.247] by nm12.bullet.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 13:19:58 -0000 Received: from [217.146.189.97] by tm19.bullet.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 13:19:58 -0000 Received: from [127.0.0.1] by smtp113.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 13:19:58 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358860798; bh=EVRCFo9Cca6j4THMWZ3Mk0OWx6voHIM/FIHXwoQxFQU=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=4iIbyq4JkIo7GFmio/pCi7m8YK77cLQt4P3rF2Hi+eLtu/9biKbxG0BvBoXiC9OOENMJFYbbXema32zepxChK1xaeqEtZMGaDK4UNQ0psPa12hO4e3JBoF7Wg6slc9KMFzlnC9PErXVolha4qpd2oomAUM5fG983ymxbvXJsDoA= X-Yahoo-Newman-Id: 476890.66020.bm@smtp113.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: FiKYeGsVM1mXZiW_vzO3tuvbuiLo7CJeSDbHewM8j2w3AYA 4veZFg3WoS1FeLqd93CVE.ZQzOiyBBJHTTlOYc37YN7gtZ6Bq_nP6kxGsmsM SEG7HPXsG6TG2r7djNcntVidCYvXKLToBqWczZ.FtuiVSMN__9_cFaPD3CqX Eg5TU3YDx9rYNTeGIE_Ov5Y2TMqp6p_nxMjBf.6KnXLnzWGqCMPn6x526t8X eK_ojPa2yNqkXt06garQhxisNiBNPZXOszzFcsKA3K4u05d9fJHnm_lqq9r9 PGU_7oAHBF7u_Y1dq2DoX_lUXfaJ6DUICSF7OPy4LwFcn4o9FveQZGJ2t9f2 AxJ3Lx28XG5R..tEHbtEarnFfV4nGpBjasxoW0N5fCGt90VWnx9zIpjHFDeI NQK9lEoTkt73PSbxiIsSzLxlg_18dK.juc5FYq0f8jg-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@92.231.4.91 with login) by smtp113.mail.ird.yahoo.com with SMTP; 22 Jan 2013 05:19:58 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-questions@freebsd.org Subject: Re: Sharing a mail folder between Linux and FreeBSD References: <1358811229.2031.60.camel@precise> <50FE670A.9040500@gmail.com> <20130122112618.9ef2bb2a.freebsd@edvax.de> Date: Tue, 22 Jan 2013 14:19:57 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <20130122112618.9ef2bb2a.freebsd@edvax.de> User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 13:20:00 -0000 On Tue, 22 Jan 2013 11:26:18 +0100, Polytropon wrote: > On Tue, 22 Jan 2013 04:16:42 -0600, Joshua Isom wrote: >> On 1/21/2013 5:33 PM, Ralf Mardorf wrote: >> > Hi :) >> > >> > I'm sharing the same directory for Evolution emails, by several Linux >> > installs. For e.g. Ubuntu Precise it's Evolution 3.2.3 and for e.g. >> > Ubuntu Quantal it's Evolution 3.6.0. >> > >> > I'm doing it by a link: >> > >> >> It looks like to me you're asking for long term trouble. You're using >> multiple versions, so in the future there could be changes that could >> corrupt your mail. Why not just use an IMAP server instead? It's what >> I do, so my mail's shared between FreeBSD, Windows, and Android. > > That might be overhead, but still the approach contains > potential for future trouble, as you correctly pointed > out. > > The reason is simple: While you may not have trouble if > all programs use the same mechanism for _storing_ mail > (e. g. in mbox, MH or Maildir format), they might store > other aspects of communication (read / unread, address > books, configuration settings) differently. This should > happen _independently_ of the mail storage. As long as > all involved programs are the same version, it will > probably work without any trouble. But if one program > of a newer version decides to rewrite the configuration > data in a new (and backwards-incompatible) format, the > older versions will definitely run into trouble. > > I've been using a similar approach in the past, having > several GUI and TUI mail clients use the same mail > _storage_. Still as you suggest, running a (local) IMAP > server may prevent trouble, at least on the long run, > and it enables you easier testing for mail clients that > do not use the same storage format as your "old" ones do. > Still you can have any "storage backend" you like, so > even "plain text work" (easily done with MH and Maildir) > can be done if required (like grepping through messages > or processing them automatically in whatever manner). I don't share configurations, filters etc. only the mails and it never did cause an issue. Read and unread always worked. First I let Evolution restore all data from an Evolution backup, Evolution has gut an option to do it, so it will convert all configurations, filters etc., then I delete mail and only link "mail". Doing this with e.g. Mozilla MUAs does cause issues, when they are from different versions, but it works flawlessly for Evolution. For older versions of Evolution it wasn't possible to backup and restore everything by an Evolution option, then we had to do a lot of manually work, even when not sharing a folder. Since this is fixed, sharing the mail folder always will work. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 13:21:53 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 837EE6DE for ; Tue, 22 Jan 2013 13:21:53 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm21-vm0.bullet.mail.ird.yahoo.com (nm21-vm0.bullet.mail.ird.yahoo.com [212.82.108.204]) by mx1.freebsd.org (Postfix) with ESMTP id AA53238A for ; Tue, 22 Jan 2013 13:21:52 +0000 (UTC) Received: from [77.238.189.54] by nm21.bullet.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 13:21:49 -0000 Received: from [217.146.188.79] by tm7.bullet.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 13:21:49 -0000 Received: from [127.0.0.1] by smtp103.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 13:21:49 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358860909; bh=BC/5I+mDA1ri/EK17KTl2SI+vUhUTeOEv/ORZ/sMr0E=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Cc:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=3SGYaSsZ7mCIPchOmo1TvDdF+YgYmZqRyCEycF761RTAF2+Xr/6x9346lQABQQAoF6dVglrcNCZA0BYGVuWuoXkOKM5icYtIgld9tuBx67JWfOFHJMWDn+SUzZcK1RNnEWs3/SxJjobUDM2ExBBl96x15f0Y6p6TmXRwxIoTLlA= X-Yahoo-Newman-Id: 783210.48764.bm@smtp103.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: R5EIuLoVM1m8YI9d09lj9EOShPa_0poJncV1.Is3x2ZiNIS TShJz4YC6Czuxij3bKsIoOeJh2qQ4geCoHvFi_XvlwH5XiEv1XvtQy4qYdWj JKkGXxOaU_lMQhk4vG9eKIN9OMZtwO0463LOcv67WqVNQt.rNpoheCmQy4tH zfS9_1LLlAck48fAC9I2cWdt4eEkeGYJJecdsjH58ade9TtsLBQ5oOt9i.MI AvlB2RsnMl45dCDmpEcBBsXBH_yY2Dcw7JPnpyP.Y4sHLyU0FNIwNZ6iseuh j_TAUys1h9Rmbf3u8ZqyonrqpdbaVHw4HLEoEMbg51wJUhyZuoREKuHYxAaI U5_bmZATbqaBwHRdBs1j0DDBdTV5YWnzXWwXgnU5pHJNkb50dn8j9m8Mxp_x KSHAxRykgg4eZJwG4q2mm9b_8aPBNfUxRG40CGQvD X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@92.231.4.91 with login) by smtp103.mail.ird.yahoo.com with SMTP; 22 Jan 2013 05:21:49 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: Polytropon Subject: Re: Upgrading 8.2 to 9.1, Gnome issue References: <20130121224248.GA75986@whisperer.chthonixia.net> <20130122140952.39097a50.freebsd@edvax.de> Date: Tue, 22 Jan 2013 14:21:49 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <20130122140952.39097a50.freebsd@edvax.de> User-Agent: Opera Mail/12.12 (FreeBSD) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 13:21:53 -0000 On Tue, 22 Jan 2013 14:09:52 +0100, Polytropon wrote: > Infrastructures are moving on, and > backwards compatibility isn't the biggest strength > of desktop environments. :-( Full ACK with the smiley ;) ... :(. From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 13:33:30 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 583A29A9 for ; Tue, 22 Jan 2013 13:33:30 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm20.bullet.mail.ird.yahoo.com (nm20.bullet.mail.ird.yahoo.com [77.238.189.77]) by mx1.freebsd.org (Postfix) with ESMTP id 5F84E684 for ; Tue, 22 Jan 2013 13:33:28 +0000 (UTC) Received: from [77.238.189.49] by nm20.bullet.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 13:33:26 -0000 Received: from [217.146.188.167] by tm2.bullet.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 13:33:26 -0000 Received: from [127.0.0.1] by smtp135.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 13:33:26 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358861606; bh=sVGWyW3f5raMKoLyHLVZP6bBBrdhS7hLLt2ogwbSupI=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:References:Subject:To:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=Vk+jUmKYBJjeyfk/j3fzFPLtKAqLKe0z32SZY55KUTdLms/OJOt+i0ren8uR0h9GyT8gxDaYwbwg8OQVuKhdaOmazEcB2nWaEfOjLCfJVMf7YqnA1NQBUTnUT4XoB6e/Yd1lSW+xpD4FKQGwemUOxCB1vHWOg5EidOkaIbymodE= X-Yahoo-Newman-Id: 515608.39728.bm@smtp135.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: h8g9RGUVM1kA0hVWCiQaQMOfAFtYhmxl8AracWxPxMYCC.I hppfIfIJqS_936VjuhlJTMqIQkfqJ7dXvM8OySJejHRi6ORy7oZGyZH10IZX SNBm6PyZiKR1Zg4CXiXI2lEae05Ev8BBBTwayjHC5V8zMzRqCtdNW3mNo1Pz baQ2Fsa2CifWOYJD35b.JiJx06qZlc6BPLw8RNMeQggvTHtzkaB9Pv9k5RtI TmocV54PEzJRvrz2YVzF83AkJ2nBj0180UCiXlVzHxD5XG5kTyCXrYc8VcAD RZLmhrWR1iwC6J0YOQWBdHgZ3ViDqyua0Qe9IKpHnlk0uhwv8UbrmLKRjueV M8oPX_R8.F8igjSv7p3jiTwyXtkVOIkO26RgAyWAM.sQLvLwp3jAhy64aEag QDHCE.77qoaqWQCHEivBbjC8ILWc4IhCYBZ3WE3DtWA-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@92.231.4.91 with login) by smtp135.mail.ird.yahoo.com with SMTP; 22 Jan 2013 05:33:26 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes References: <20130121224248.GA75986@whisperer.chthonixia.net> <20130122113317.b70d618a.freebsd@edvax.de> Subject: Re: Upgrading 8.2 to 9.1, Gnome issue To: freebsd-questions@freebsd.org Date: Tue, 22 Jan 2013 14:33:25 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <20130122113317.b70d618a.freebsd@edvax.de> User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 13:33:30 -0000 On Tue, 22 Jan 2013 11:33:17 +0100, Polytropon wrote: > Note that you shouldn't run "startx" from your root account I've still tons of issues to solve, one issue is to get GDM run or to directly start x without a display manager. It didn't work as described in the handbook, perhaps it would work now, after the ports tree upgrade, however, I start x from tty after login in as user ... $ startx ... IIRC, if you start x as root, Thunar will warn you, that you run the session as root. I'll do an experiment now, Ctrl + Alt + F1 [snip] ... Don't worry, I'm back in a user session, but I run a root session and got "Warning, you are using the root account, you may harm your system." by Thunar 1.6.2. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 17:06:29 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9A7F39D8 for ; Tue, 22 Jan 2013 17:06:29 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180]) by mx1.freebsd.org (Postfix) with ESMTP id 215A9382 for ; Tue, 22 Jan 2013 17:06:28 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id q12so359243lbc.25 for ; Tue, 22 Jan 2013 09:06:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:from:date:message-id:subject:to :content-type; bh=+AutTafAG7PpUVni3ws+bIb05xy5WE/XNGM7fTmtB44=; b=aLZ6zbSHPe23QdvtYd5MCRraWRr/uxmSw2MCzKICyz71/OC5anE3ZglX/OvGwmn3Vi lJX+ARfuDfQdsUhx8Keej8q655s+fOPXkA8txPX/CIuZhaGiysBgbkOuNEDC8kx2nEi1 oLhPgx3MvOCpgbDW9sE9PPi/LANHfdIhnGPD4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=+AutTafAG7PpUVni3ws+bIb05xy5WE/XNGM7fTmtB44=; b=oPYe4inkk2V1Pzr29xn5VrfIjL8hEoHX2LerPZ69WCrepoq9FdgkJVKTNWvawV1caX IrcJoREXzSifs/i5l5Vf5mvdwqZE++DRyNN2M/fIytfrO0x5rZJ6OXehApf0fE5QkkTr YkE92ehgAMUADU3EkMoJUfqp6q454dbP6gpTC/pq3MMSpWJneOlWs5YY0dchT6NVwpP8 ve5X7Te6uvTKwIbb+GsBaX0XDwRmKjVUhC+qJMXRVP82hBpjez7qZWSI3JxnX1+MOX3X 8KzHPaEklTzpsmVd8WUUVXtiov7akkjSFaqbLQzYwUfnJzP7bpW2u60tFRtOSxPBkOOc hsKQ== X-Received: by 10.112.17.137 with SMTP id o9mr3524468lbd.15.1358874387761; Tue, 22 Jan 2013 09:06:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.100.164 with HTTP; Tue, 22 Jan 2013 09:05:57 -0800 (PST) From: Eitan Adler Date: Tue, 22 Jan 2013 12:05:57 -0500 Message-ID: Subject: lagg with devices that may disappear To: questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmgTV6bw4K++FAdi0v1Ehxj+C4e13/F8DqaWqzdiTAKNBEghyzfs6juTw0i/GTCapFW1snO X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 17:06:29 -0000 I have two USB devices: run0/wlan0 - a wireless nic ue0 - a wired nic In my rc.conf I have these set up to lagg - (note that this is done from memory and may not be exact): # ether address also set up here ifconfig_ue0="up" wlans_ue0="wlan0" ifconfig_wlan0="WPA" cloned_interfaces="lagg0" ifconfig_lagg0="laggproto failover laggport ue0 laggport wlan0 DHCP" This behaves as expected when both devices are plugged in. However, when either the ue0 or wlan0 device is removed the link goes down. In addition, if the device is reinserted I need to re-run "service netif start" before the link returns. It would be nice if removing the either nic failed over to the other one without additional work. Is there a way I can set up these devices to properly failover and return on device removal and insertion? Please CC me as I am not subscribed. -- Eitan Adler From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 20:33:29 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7CC0AEE3 for ; Tue, 22 Jan 2013 20:33:29 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm9-vm0.bullet.mail.ird.yahoo.com (nm9-vm0.bullet.mail.ird.yahoo.com [77.238.189.197]) by mx1.freebsd.org (Postfix) with ESMTP id 879BE1E5 for ; Tue, 22 Jan 2013 20:33:10 +0000 (UTC) Received: from [212.82.105.246] by nm9.bullet.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 20:32:56 -0000 Received: from [217.146.188.239] by tm18.bullet.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 20:32:40 -0000 Received: from [127.0.0.1] by smtp107.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 20:32:40 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358886760; bh=c32xiuOuCCyao2Fsuzkp13SEBa2+5+4djL43OQCRcZQ=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:Date:To:Cc:Subject:MIME-Version:Content-Transfer-Encoding:From:Message-ID:User-Agent; b=jnQlSEnPS61sx9fegLyF1gq9cgHS+3xF92iq2dy1neCK9wLzurOvpZRvrHqgZQ447QDwU14bsSud586w5fkoYZrKM++m4fBYRtciFWk+K0t/a1JphiIujWu6q8wwwY8aRPQ5ywSoQygBUd0hV7aiWWUDdkBa0i2na2HKkE3nueo= X-Yahoo-Newman-Id: 92305.48041.bm@smtp107.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 28YhoNgVM1msVlpjf6WHFoQQSTgk6G5VkpdKOncJ5Bgzdo8 pmcUPvKcjWMOB8Gc6HLZ64ISeCfeKSS51oqAUOXKi3s.1h_387gNyvGTY0_L hNQNrLGy_BtvlPfFHRaZrw2LR3ftGZHGjB9bnnbBQ9vN3aePAvraw7ZWce9. qILXDMnRGicHVz24UlEO7nw1tMWevoT3VMy9OEYqBT8IHXVq0s1yUVtPe3Ad uEz6fpj7PJ17rio6XtNRsxKAmwsB7ax6HeT9TfzDX9qtDf96Uuie9LGDDEgW yJ3M1CxF0guIQG4TSdzRiRGD1PE0fRYzOjZhrB.MPWdZsVXqjhk0I.9UxmN9 c5J4FJWtx73ZCcUCnEPYsqfkw7DbO0sWs9X92xSC6.JZeglujXJXCr2BRVFZ yGZtYWcbyRRGZDCC1dI5qjBpCGyTyJnA7GCmOs8bgvQ-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@78.50.22.17 with login) by smtp107.mail.ird.yahoo.com with SMTP; 22 Jan 2013 12:32:39 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Date: Tue, 22 Jan 2013 21:32:39 +0100 To: "FreeBSD multi" Subject: FreeBSD and snd_hdspe last-ditch attempt MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: User-Agent: Opera Mail/12.12 (FreeBSD) Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 20:33:29 -0000 Hi :) I can use Opera to play YouTube by the analog IOs of the HDSPe AIO sound card. I can use Jack with OSS and play a WAV by Audacity and by Audacious and I also can hear ZynAddSubFX. All of them only use the 2 analog IOs. If I test VLC with OSS and /dev/dsp or /dev/dsp* (* is for 0 to 7), it doesn't work. I don't know how to use Gnome Music Player Client. It's asking for an ominous host, it's seemingly not the name of the machine. cat file > /dev/dsp is mentioned in the handbook, but it doesn't work. ALSA completely isn't available. Is there nobody able to help? Are there no correct instructions what to do? Is anybody else using snd_hdspe besides the coder and me? Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 21:05:46 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3E75BC8E for ; Tue, 22 Jan 2013 21:05:46 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm13.bullet.mail.ird.yahoo.com (nm13.bullet.mail.ird.yahoo.com [77.238.189.66]) by mx1.freebsd.org (Postfix) with ESMTP id BEF5E338 for ; Tue, 22 Jan 2013 21:05:29 +0000 (UTC) Received: from [77.238.189.56] by nm13.bullet.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 21:05:24 -0000 Received: from [217.146.189.246] by tm9.bullet.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 21:05:17 -0000 Received: from [127.0.0.1] by smtp111.mail.ird.yahoo.com with NNFMP; 22 Jan 2013 21:05:17 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358888717; bh=KZAcpm5RzPNhHDSgNd3tPi9+UL+eTG4qhYu2B6te4QA=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=FaOqJrp+ZsogbpsJpkXpBeAidGPqAUUABPsAVtYG/Pl2Mp9+U81TJz4qyvwR53wbRVBKCeSeXgCB8wYQL4mFz7HxejvjtYMSRWIg/dEwl+KZTl1UOeJP/DtoYrNDyyamWr38OHiAA6K2fSKUt7ImFKSXdoJ/4jMomQ/JF1m+4WU= X-Yahoo-Newman-Id: 434220.6486.bm@smtp111.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 5Fu0O6oVM1ksKLor6LTN0lb0F9q.JiAbTL7zzYTtOs_vUdD c6dt1T9tLsI6arJTDRAMarTegJ0Cmh3laAXXpY90MRUqIEYt5vcr9YhXlvkz fJlZaKdTxhdJ7AOavayXoqWQ4dE1j.eY8hBTyh8pOxRbwM7gWS43BAQDtepv W4ent9K6SYw1Rrx0gi9FQCZLSnHVQe9WsYYHc2DxZqpXJ.EA1znNNRyJztcz _n2faj.jB1gUtaY1oeIMKVtN7YKpmGh7_wKP4GKI0TLVAhx9Bvq3bHZ0ic51 58o0mCG5Yv.V_DPeF9pqg1F1ckAN2vWWhFsDs9B5l9C.lgMpA3wfeWhvS9ch 59JksdtywpsMzCr1TAD7agMsGO479jTW9_zYUh2nEOOXJbhgksRvK7QH3sev iKWMPEdujKTZ3bna0gt1s3L6HIA7neqwdKUkZt9YdeOyvaQ-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@92.224.211.214 with login) by smtp111.mail.ird.yahoo.com with SMTP; 22 Jan 2013 13:05:17 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-questions@freebsd.org Subject: Re: Sharing a mail folder between Linux and FreeBSD References: <1358811229.2031.60.camel@precise> <20130122073125.459ad795@X220.ovitrap.com> <1358816032.3045.53.camel@precise> <20130122081804.5569d38c@X220.ovitrap.com> <1358818271.3045.66.camel@precise> <20130122063230.c0d65521.freebsd@edvax.de> <50FE7438.4050700@onetel.com> Date: Tue, 22 Jan 2013 22:05:16 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <50FE7438.4050700@onetel.com> User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 21:05:46 -0000 Hi :) perhaps good news for me. That's strange. Now user and group are kept for the mount point of the ext3 fs. Can I assume that this usually should work and that I just had bad luck, when permissions, user and group were automatically changed? root@freebsd:/mnt # ls -l drwxrwx--- 21 1000 1000 4096 Oct 28 19:11 archlinux drwxrwxrwx 2 root wheel 4096 Jan 22 07:09 dump root@freebsd:/mnt # chown rocketmouse:wheel archlinux root@freebsd:/mnt # ls -l drwxrwx--- 21 rocketmouse wheel 4096 Oct 28 19:11 archlinux drwxrwxrwx 2 root wheel 4096 Jan 22 07:09 dump root@freebsd:/mnt # shutdown -r now root@freebsd:/mnt # ls -l drwxrwx--- 21 rocketmouse wheel 4096 Oct 28 19:11 archlinux drwxrwxrwx 2 root wheel 4096 Jan 22 07:09 dump Before I continue with setting up Evolution, I'll take care about it for a few shutdowns and startups. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 01:29:40 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 45155975; Wed, 23 Jan 2013 01:29:40 +0000 (UTC) (envelope-from peter@vereshagin.org) Received: from mx1.skyriver.ru (ns1.skyriver.ru [89.108.118.221]) by mx1.freebsd.org (Postfix) with ESMTP id 0AC3BAD; Wed, 23 Jan 2013 01:29:39 +0000 (UTC) Received: from localhost (tor18.anonymizer.ccc.de [31.172.30.1]) by mx1.skyriver.ru (Postfix) with ESMTPSA id 873E85CAF; Wed, 23 Jan 2013 05:29:35 +0400 (MSK) Date: Wed, 23 Jan 2013 05:29:15 +0400 From: Peter Vereshagin To: xyne@archlinux.ca Subject: 'svn-export' incrementing? Message-ID: <20130123012915.GA16404@external.screwed.box> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Organization: ' X-Face: 8T>{1owI$Byj]]a; ^G]kRf*dkq>E-3':F>4ODP[#X4s"dr?^b&2G@'3lukno]A1wvJ_L(~u 6>I2ra/<,j1%@C[LN=>p#_}RIV+#:KTszp-X$bQOj,K Cc: glarkin@freebsd.org, questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 01:29:40 -0000 Hello. I use the 'svn-export this way and expect it will try to update the 'work-tree' next time I run it: $ python3 svn-export-2013.1/svn-export http://svn.gna.org/svn/nasmail/trunk nasmail Exporting new repository. Exported revision 1546 [portato@screwed /tmp]$ ls -a nasmail . decode plugin_pack tests utilities .. nasmail plugins translations [portato@screwed /tmp]$ python3 svn-export-2013.1/svn-export http://svn.gna.org/svn/nasmail/trunk nasmail Exporting new repository. svn: E155000: Destination directory exists; please remove the directory or use --force to overwrite svn: E155000: 'nasmail' already exists error: Command '['svn', 'export', '-r', 'HEAD', 'http://svn.gna.org/svn/nasmail/trunk', 'nasmail']' returned non-zero exit status 1 I believe there is something wrong in the way I use the 'svn-export'. Otherwise it's a no problem for me to patch for '--force'. How can I update the already created 'work tree' with 'svn update'? I think the correct answer is a good idea for 'Synopsis' docs section. Thank you. -- Peter Vereshagin (http://vereshagin.org) pgp: 1754B9C1 From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 02:19:39 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 23B74FF1; Wed, 23 Jan 2013 02:19:39 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail04.adl6.internode.on.net (ipmail04.adl6.internode.on.net [IPv6:2001:44b8:8060:ff02:300:1:6:4]) by mx1.freebsd.org (Postfix) with ESMTP id 48DF720E; Wed, 23 Jan 2013 02:19:37 +0000 (UTC) Received: from ppp247-71.static.internode.on.net (HELO leader.local) ([203.122.247.71]) by ipmail04.adl6.internode.on.net with ESMTP; 23 Jan 2013 12:49:31 +1030 Message-ID: <50FF4863.9060800@ShaneWare.Biz> Date: Wed, 23 Jan 2013 12:48:11 +1030 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Peter Vereshagin Subject: Re: 'svn-export' incrementing? References: <20130123012915.GA16404@external.screwed.box> In-Reply-To: <20130123012915.GA16404@external.screwed.box> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: glarkin@freebsd.org, xyne@archlinux.ca, questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 02:19:39 -0000 On 23/01/2013 11:59, Peter Vereshagin wrote: > I believe there is something wrong in the way I use the 'svn-export'. > Otherwise it's a no problem for me to patch for '--force'. > > How can I update the already created 'work tree' with 'svn update'? > I think the correct answer is a good idea for 'Synopsis' docs > section. The command "svn export" exports a clean source tree - without revision control information. Basically a clean snapshot of the revision you export, intended as a sourcecode release version snapshot. It expects to be exporting to a clean directory which is why you need to force it to overwrite existing files. To "update" a source tree you need the revision information for svn to test what has changed, which you get with svn checkout and svn update From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 04:38:20 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 04CDF94E; Wed, 23 Jan 2013 04:38:20 +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 557278DF; Wed, 23 Jan 2013 04:38:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id r0N4Px6l077069; Wed, 23 Jan 2013 15:26:00 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Wed, 23 Jan 2013 15:25:59 +1100 (EST) From: Ian Smith To: Ralf Mardorf Subject: Re: FreeBSD and snd_hdspe last-ditch attempt In-Reply-To: Message-ID: <20130123144008.A62930@sola.nimnet.asn.au> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 04:38:20 -0000 On Tue, 22 Jan 2013, Ralf Mardorf wrote: > Cc: FreeBSD quest > Hi :) Hi Ralf, I've been following this saga for a while, with interest but no specific knowledge of your gear nor how you intend to use it. All I can comment on is the way you're going about reporting and debugging your issues. I'm not sure repeating these in questions@ will be much use if you can't get answers in multimedia@, but I'll leave that alone for now. I know you're new to FreeBSD from Linux and can't know what advice might be useful and what may be wild goose chases, harder to tell in questions@ > I can use Opera to play YouTube by the analog IOs of the HDSPe AIO sound > card. I can use Jack with OSS and play a WAV by Audacity and by Audacious and > I also can hear ZynAddSubFX. All of them only use the 2 analog IOs. > > If I test VLC with OSS and /dev/dsp or /dev/dsp* (* is for 0 to 7), it > doesn't work. What you're not telling people, now at least, is some of the basics from sound(4), ie which hints and sysctls you have set, for example how many channels and vchans you have enabled, which /dev/dsp* actually exist now (showing with 'ls -l /dev/dsp*' rather than telling), and how thoroughly you've taken the advice in sound(4) re setup and debugging, like setting sysctl hw.snd.verbose to 4 and reporting 'cat /dev/sndstat' results - this will be voluminous I'm sure, but will be needed by whoever is going to look at this. I suggest gathering all the necessary information in one place and submitting a PR, if you can't get direct help on lists. > I don't know how to use Gnome Music Player Client. It's asking for an ominous > host, it's seemingly not the name of the machine. > > cat file > /dev/dsp is mentioned in the handbook, but it doesn't work. ALSA > completely isn't available. > > Is there nobody able to help? Are there no correct instructions what to do? > Is anybody else using snd_hdspe besides the coder and me? I assume you've read what little there is in snd_hdspe(4) and the great deal that there is in sound(4) and are now well familiar with it, though your messages don't particularly indicate such familiarity. I realise that you're an audio professional, but being a new card with few if any other users you may have to do a fair bit of digging, like inspecting /sys/dev/sound/pci/hdspe* and playing around with hw.snd tunables. This is a new driver, first appearing in FreeBSD 10 :) according to snd_hdspe(4). I don't know when it was merged to 9 or what level of testing it's had in the field, but I have to assume you've already discussed your issues with its author, Ruslan Bukin ? Sorry I can't offer anything more concrete, and good luck. cheers, Ian From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 09:47:13 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7B1C7D05 for ; Wed, 23 Jan 2013 09:47:13 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm9-vm0.bullet.mail.ird.yahoo.com (nm9-vm0.bullet.mail.ird.yahoo.com [77.238.189.197]) by mx1.freebsd.org (Postfix) with ESMTP id 36432638 for ; Wed, 23 Jan 2013 09:47:11 +0000 (UTC) Received: from [77.238.189.54] by nm9.bullet.mail.ird.yahoo.com with NNFMP; 23 Jan 2013 09:47:10 -0000 Received: from [217.146.188.172] by tm7.bullet.mail.ird.yahoo.com with NNFMP; 23 Jan 2013 09:47:10 -0000 Received: from [127.0.0.1] by smtp140.mail.ird.yahoo.com with NNFMP; 23 Jan 2013 09:47:10 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358934430; bh=mFbOQIBuoTNNsdk2FolVPWG8Zj2PuamZn+X0R0oC/eA=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Cc:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=cuqzgulAM5kQps677gD/WujheuZlE6VT3BajwIPa2D/H1mbr5aZjihVDoda6T2Mwr52PzCLAD5dh+cE/yqk7Hl2QTBBF2Z+LOEvZAmfvN/BQ3ntbt3lSgGFbL4HynVvsKMrMhJR3M8lIqfnrP4+m1FJ7f2ukDv3Em8H3a/rA6AA= X-Yahoo-Newman-Id: 456514.60508.bm@smtp140.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: bbP3XNgVM1n90R_G_i1kp4IK24ebDGAHATqeu3KkHKgwi1U r9x9nuWiKZ4.ZuX_DcUVdifXEda4z3gd8Juogk_QY3G4xp5NP8FvkImnI6fr GFFWIXWSVMzTabcdPQ6VqIyhfxDCpM5_1VzlrVdB5IA3XHReDW5bUdp7Hk8l TyzJYL2tTOmFJdMjcTUiTnqTwLCkaOmHyJg7zVCnCoEZTAy0yoVI9Zcnsxkj gYb.x5FAuHu_KXjT6zmxjgf.ZdXQwcJsbERO88Bg2_HHIrbHTNsiRAIvlVvZ xxGNUZzjkswGbyfRsXWoP3m8MhEl1lnEk_OmkQ8hbh62MsOBSs8VUef0gsWY 1AsFLnczj7Gsm71exv4d2VTm_Mduzsb71JITMicpsc0AW.5LZPjNb5I6tvo5 UTsCKmIbPAcf6mGQWSjXkY_lEVgg5aSfwJcDWYVeUWw-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@92.231.6.25 with login) by smtp140.mail.ird.yahoo.com with SMTP; 23 Jan 2013 01:47:10 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Ian Smith" Subject: ADAT does work, but often is interrupted by noise - Was: FreeBSD and snd_hdspe last-ditch attempt References: <20130123144008.A62930@sola.nimnet.asn.au> Date: Wed, 23 Jan 2013 10:47:09 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <20130123144008.A62930@sola.nimnet.asn.au> User-Agent: Opera Mail/12.12 (FreeBSD) Cc: freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 09:47:13 -0000 Thank you Ian :) On Wed, 23 Jan 2013 05:25:59 +0100, Ian Smith wrote: > 'cat /dev/sndstat' I already posted it ;). However, I set sysctl hw.snd.verbose=2, here it's again [1]. It's a cheap professional audio device, IOW it's not a consumer or semi-professional device, so cheap doesn't mean low quality. Professional and semi-professional devices usually don't support surround sound, but at least the professional devices provide special interfaces, such as AES/EBU and ADAT. The card I'm using comes with two analog IOs, AES/EBU, ADAT and it supports consumer's SPDIF. $ ls -l /dev/dsp* crw-rw-rw- 1 root wheel 0, 205 Jan 23 09:41 /dev/dsp0.0 crw-rw-rw- 1 root wheel 0, 204 Jan 23 09:41 /dev/dsp1.0 crw-rw-rw- 1 root wheel 0, 203 Jan 23 09:41 /dev/dsp2.0 crw-rw-rw- 1 root wheel 0, 202 Jan 23 09:41 /dev/dsp3.0 crw-rw-rw- 1 root wheel 0, 201 Jan 23 09:41 /dev/dsp4.0 crw-rw-rw- 1 root wheel 0, 200 Jan 23 09:41 /dev/dsp5.0 crw-rw-rw- 1 root wheel 0, 199 Jan 23 09:41 /dev/dsp6.0 crw-rw-rw- 1 root wheel 0, 198 Jan 23 09:41 /dev/dsp7.0 > have to assume you've already > discussed your issues with its author, Ruslan Bukin Yes, Ruslan does or at least did follow the thread. I set jackd to use OSS with /dev/dsp4.0, I connected synaddsubfx $ zynaddsubfx ZynAddSubFX - Copyright (c) 2002-2009 Nasca Octavian Paul and others Compiled: Jan 20 2013 03:10:05 This program is free software (GNU GPL v.2 or later) and it comes with ABSOLUTELY NO WARRANTY. Try 'zynaddsubfx --help' for command-line options. Sound Buffer Size = 256 samples Internal latency = 5.3 ms ADsynth Oscil.Size = 1024 samples Internal SampleRate = 48000 Jack Output SampleRate= 48000 ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory Now there sometimes is audio output and sometimes dangerous noise, that could damage the speakers. Jack is running without real-time, Frames/Period 1024, Periods/Buffer 2, Samplerae 48000, Word Length 16. Regards, Ralf [1] $ cat /dev/sndstat FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) Installed devices: pcm0: at io 0xfdff0000 irq 18 kld snd_hdspe (1p:1v/1r:1v) default snddev flags=0x2e6 [pcm0:play:dsp0.p0]: spd 48000, fmt 0x00200010/0x00201000, flags 0x00002100, 0x00000006 interrupts 0, underruns 0, feed 0, ready 0 [b:131072/4096/32|bs:65536/2048/32] channel flags=0x2100 {userland} -> feeder_mixer(0x00200010) -> feeder_format(0x00200010 -> 0x00201000) -> {hardware} pcm0:play:dsp0.p0[pcm0:virtual:dsp0.vp0]: spd 8000, fmt 0x00100008, flags 0x10000000, 0x00000000 interrupts 0, underruns 0, feed 0, ready 0 [b:0/0/0|bs:0/0/0] channel flags=0x10000000 {userland} -> feeder_root(0x00000000) -> {hardware} [pcm0:record:dsp0.r0]: spd 48000, fmt 0x00200010/0x00201000, flags 0x00002100, 0x00000007 interrupts 0, overruns 0, feed 0, hfree 131072, sfree 65536 [b:131072/4096/32|bs:65536/2048/32] channel flags=0x2100 {hardware} -> feeder_root(0x00201000) -> feeder_format(0x00201000 -> 0x00200010) -> feeder_mixer(0x00200010) -> {userland} pcm0:record:dsp0.r0[pcm0:virtual:dsp0.vr0]: spd 8000, fmt 0x00100008, flags 0x10000000, 0x00000000 interrupts 0, overruns 0, feed 0, hfree 0, sfree 0 [b:0/0/0|bs:0/0/0] channel flags=0x10000000 {hardware} -> feeder_root(0x00000000) -> {userland} pcm1: at io 0xfdff0000 irq 18 kld snd_hdspe (1p:1v/0r:0v) snddev flags=0x2e7 [pcm1:play:dsp1.p0]: spd 48000, fmt 0x00200010/0x00201000, flags 0x00002100, 0x00000006 interrupts 0, underruns 0, feed 0, ready 0 [b:131072/4096/32|bs:65536/2048/32] channel flags=0x2100 {userland} -> feeder_mixer(0x00200010) -> feeder_format(0x00200010 -> 0x00201000) -> {hardware} pcm1:play:dsp1.p0[pcm1:virtual:dsp1.vp0]: spd 8000, fmt 0x00100008, flags 0x10000000, 0x00000000 interrupts 0, underruns 0, feed 0, ready 0 [b:0/0/0|bs:0/0/0] channel flags=0x10000000 {userland} -> feeder_root(0x00000000) -> {hardware} pcm2: at io 0xfdff0000 irq 18 kld snd_hdspe (1p:1v/1r:1v) snddev flags=0x2e6 [pcm2:play:dsp2.p0]: spd 48000, fmt 0x00200010/0x00201000, flags 0x00002100, 0x00000006 interrupts 0, underruns 0, feed 0, ready 0 [b:131072/4096/32|bs:65536/2048/32] channel flags=0x2100 {userland} -> feeder_mixer(0x00200010) -> feeder_format(0x00200010 -> 0x00201000) -> {hardware} pcm2:play:dsp2.p0[pcm2:virtual:dsp2.vp0]: spd 8000, fmt 0x00100008, flags 0x10000000, 0x00000000 interrupts 0, underruns 0, feed 0, ready 0 [b:0/0/0|bs:0/0/0] channel flags=0x10000000 {userland} -> feeder_root(0x00000000) -> {hardware} [pcm2:record:dsp2.r0]: spd 48000, fmt 0x00200010/0x00201000, flags 0x00002100, 0x00000007 interrupts 0, overruns 0, feed 0, hfree 131072, sfree 65536 [b:131072/4096/32|bs:65536/2048/32] channel flags=0x2100 {hardware} -> feeder_root(0x00201000) -> feeder_format(0x00201000 -> 0x00200010) -> feeder_mixer(0x00200010) -> {userland} pcm2:record:dsp2.r0[pcm2:virtual:dsp2.vr0]: spd 8000, fmt 0x00100008, flags 0x10000000, 0x00000000 interrupts 0, overruns 0, feed 0, hfree 0, sfree 0 [b:0/0/0|bs:0/0/0] channel flags=0x10000000 {hardware} -> feeder_root(0x00000000) -> {userland} pcm3: at io 0xfdff0000 irq 18 kld snd_hdspe (1p:1v/1r:1v) snddev flags=0x2e6 [pcm3:play:dsp3.p0]: spd 48000, fmt 0x00200010/0x00201000, flags 0x00002100, 0x00000006 interrupts 0, underruns 0, feed 0, ready 0 [b:131072/4096/32|bs:65536/2048/32] channel flags=0x2100 {userland} -> feeder_mixer(0x00200010) -> feeder_format(0x00200010 -> 0x00201000) -> {hardware} pcm3:play:dsp3.p0[pcm3:virtual:dsp3.vp0]: spd 8000, fmt 0x00100008, flags 0x10000000, 0x00000000 interrupts 0, underruns 0, feed 0, ready 0 [b:0/0/0|bs:0/0/0] channel flags=0x10000000 {userland} -> feeder_root(0x00000000) -> {hardware} [pcm3:record:dsp3.r0]: spd 48000, fmt 0x00200010/0x00201000, flags 0x00002100, 0x00000007 interrupts 0, overruns 0, feed 0, hfree 131072, sfree 65536 [b:131072/4096/32|bs:65536/2048/32] channel flags=0x2100 {hardware} -> feeder_root(0x00201000) -> feeder_format(0x00201000 -> 0x00200010) -> feeder_mixer(0x00200010) -> {userland} pcm3:record:dsp3.r0[pcm3:virtual:dsp3.vr0]: spd 8000, fmt 0x00100008, flags 0x10000000, 0x00000000 interrupts 0, overruns 0, feed 0, hfree 0, sfree 0 [b:0/0/0|bs:0/0/0] channel flags=0x10000000 {hardware} -> feeder_root(0x00000000) -> {userland} pcm4: at io 0xfdff0000 irq 18 kld snd_hdspe (1p:1v/1r:1v) snddev flags=0x2e6 [pcm4:play:dsp4.p0]: spd 48000, fmt 0x00200010/0x00201000, flags 0x00002100, 0x00000006 interrupts 0, underruns 0, feed 0, ready 0 [b:131072/4096/32|bs:65536/2048/32] channel flags=0x2100 {userland} -> feeder_mixer(0x00200010) -> feeder_format(0x00200010 -> 0x00201000) -> {hardware} pcm4:play:dsp4.p0[pcm4:virtual:dsp4.vp0]: spd 8000, fmt 0x00100008, flags 0x10000000, 0x00000000 interrupts 0, underruns 0, feed 0, ready 0 [b:0/0/0|bs:0/0/0] channel flags=0x10000000 {userland} -> feeder_root(0x00000000) -> {hardware} [pcm4:record:dsp4.r0]: spd 48000, fmt 0x00200010/0x00201000, flags 0x00002100, 0x00000007 interrupts 0, overruns 0, feed 0, hfree 131072, sfree 65536 [b:131072/4096/32|bs:65536/2048/32] channel flags=0x2100 {hardware} -> feeder_root(0x00201000) -> feeder_format(0x00201000 -> 0x00200010) -> feeder_mixer(0x00200010) -> {userland} pcm4:record:dsp4.r0[pcm4:virtual:dsp4.vr0]: spd 8000, fmt 0x00100008, flags 0x10000000, 0x00000000 interrupts 0, overruns 0, feed 0, hfree 0, sfree 0 [b:0/0/0|bs:0/0/0] channel flags=0x10000000 {hardware} -> feeder_root(0x00000000) -> {userland} pcm5: at io 0xfdff0000 irq 18 kld snd_hdspe (1p:1v/1r:1v) snddev flags=0x2e6 [pcm5:play:dsp5.p0]: spd 48000, fmt 0x00200010/0x00201000, flags 0x00002100, 0x00000006 interrupts 0, underruns 0, feed 0, ready 0 [b:131072/4096/32|bs:65536/2048/32] channel flags=0x2100 {userland} -> feeder_mixer(0x00200010) -> feeder_format(0x00200010 -> 0x00201000) -> {hardware} pcm5:play:dsp5.p0[pcm5:virtual:dsp5.vp0]: spd 8000, fmt 0x00100008, flags 0x10000000, 0x00000000 interrupts 0, underruns 0, feed 0, ready 0 [b:0/0/0|bs:0/0/0] channel flags=0x10000000 {userland} -> feeder_root(0x00000000) -> {hardware} [pcm5:record:dsp5.r0]: spd 48000, fmt 0x00200010/0x00201000, flags 0x00002100, 0x00000007 interrupts 0, overruns 0, feed 0, hfree 131072, sfree 65536 [b:131072/4096/32|bs:65536/2048/32] channel flags=0x2100 {hardware} -> feeder_root(0x00201000) -> feeder_format(0x00201000 -> 0x00200010) -> feeder_mixer(0x00200010) -> {userland} pcm5:record:dsp5.r0[pcm5:virtual:dsp5.vr0]: spd 8000, fmt 0x00100008, flags 0x10000000, 0x00000000 interrupts 0, overruns 0, feed 0, hfree 0, sfree 0 [b:0/0/0|bs:0/0/0] channel flags=0x10000000 {hardware} -> feeder_root(0x00000000) -> {userland} pcm6: at io 0xfdff0000 irq 18 kld snd_hdspe (1p:1v/1r:1v) snddev flags=0x2e6 [pcm6:play:dsp6.p0]: spd 48000, fmt 0x00200010/0x00201000, flags 0x00002100, 0x00000006 interrupts 0, underruns 0, feed 0, ready 0 [b:131072/4096/32|bs:65536/2048/32] channel flags=0x2100 {userland} -> feeder_mixer(0x00200010) -> feeder_format(0x00200010 -> 0x00201000) -> {hardware} pcm6:play:dsp6.p0[pcm6:virtual:dsp6.vp0]: spd 8000, fmt 0x00100008, flags 0x10000000, 0x00000000 interrupts 0, underruns 0, feed 0, ready 0 [b:0/0/0|bs:0/0/0] channel flags=0x10000000 {userland} -> feeder_root(0x00000000) -> {hardware} [pcm6:record:dsp6.r0]: spd 48000, fmt 0x00200010/0x00201000, flags 0x00002100, 0x00000007 interrupts 0, overruns 0, feed 0, hfree 131072, sfree 65536 [b:131072/4096/32|bs:65536/2048/32] channel flags=0x2100 {hardware} -> feeder_root(0x00201000) -> feeder_format(0x00201000 -> 0x00200010) -> feeder_mixer(0x00200010) -> {userland} pcm6:record:dsp6.r0[pcm6:virtual:dsp6.vr0]: spd 8000, fmt 0x00100008, flags 0x10000000, 0x00000000 interrupts 0, overruns 0, feed 0, hfree 0, sfree 0 [b:0/0/0|bs:0/0/0] channel flags=0x10000000 {hardware} -> feeder_root(0x00000000) -> {userland} pcm7: at io 0xfdff0000 irq 18 kld snd_hdspe (1p:1v/1r:1v) snddev flags=0x2e6 [pcm7:play:dsp7.p0]: spd 48000, fmt 0x00200010/0x00201000, flags 0x00002100, 0x00000006 interrupts 0, underruns 0, feed 0, ready 0 [b:131072/4096/32|bs:65536/2048/32] channel flags=0x2100 {userland} -> feeder_mixer(0x00200010) -> feeder_format(0x00200010 -> 0x00201000) -> {hardware} pcm7:play:dsp7.p0[pcm7:virtual:dsp7.vp0]: spd 8000, fmt 0x00100008, flags 0x10000000, 0x00000000 interrupts 0, underruns 0, feed 0, ready 0 [b:0/0/0|bs:0/0/0] channel flags=0x10000000 {userland} -> feeder_root(0x00000000) -> {hardware} [pcm7:record:dsp7.r0]: spd 48000, fmt 0x00200010/0x00201000, flags 0x00002100, 0x00000007 interrupts 0, overruns 0, feed 0, hfree 131072, sfree 65536 [b:131072/4096/32|bs:65536/2048/32] channel flags=0x2100 {hardware} -> feeder_root(0x00201000) -> feeder_format(0x00201000 -> 0x00200010) -> feeder_mixer(0x00200010) -> {userland} pcm7:record:dsp7.r0[pcm7:virtual:dsp7.vr0]: spd 8000, fmt 0x00100008, flags 0x10000000, 0x00000000 interrupts 0, overruns 0, feed 0, hfree 0, sfree 0 [b:0/0/0|bs:0/0/0] channel flags=0x10000000 {hardware} -> feeder_root(0x00000000) -> {userland} From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 09:52:45 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 18C8AE7A; Wed, 23 Jan 2013 09:52:45 +0000 (UTC) (envelope-from br@www01.runexis.ru) Received: from www01.runexis.ru (www01.runexis.ru [80.253.8.195]) by mx1.freebsd.org (Postfix) with ESMTP id 67F2B699; Wed, 23 Jan 2013 09:52:44 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=www01.runexis.ru) by www01.runexis.ru with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Txx8m-0002t4-T5; Wed, 23 Jan 2013 14:01:09 +0400 Received: (from br@localhost) by www01.runexis.ru (8.14.5/8.14.5/Submit) id r0NA17po011099; Wed, 23 Jan 2013 14:01:07 +0400 (MSK) (envelope-from br) Date: Wed, 23 Jan 2013 14:01:07 +0400 From: Ruslan Bukin To: Ralf Mardorf Subject: Re: ADAT does work, but often is interrupted by noise - Was: FreeBSD and snd_hdspe last-ditch attempt Message-ID: <20130123100107.GA10466@jail.io> References: <20130123144008.A62930@sola.nimnet.asn.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@freebsd.org, Ian Smith , freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 09:52:45 -0000 please include also the output of 1. sysctl hw.snd 2. sysctl dev.pcm On Wed, Jan 23, 2013 at 10:47:09AM +0100, Ralf Mardorf wrote: > Thank you Ian :) > > On Wed, 23 Jan 2013 05:25:59 +0100, Ian Smith wrote: > > 'cat /dev/sndstat' > > I already posted it ;). However, I set sysctl hw.snd.verbose=2, here it's > again [1]. > It's a cheap professional audio device, IOW it's not a consumer or > semi-professional device, so cheap doesn't mean low quality. Professional > and semi-professional devices usually don't support surround sound, but at > least the professional devices provide special interfaces, such as AES/EBU > and ADAT. The card I'm using comes with two analog IOs, AES/EBU, ADAT and > it supports consumer's SPDIF. > > $ ls -l /dev/dsp* > crw-rw-rw- 1 root wheel 0, 205 Jan 23 09:41 /dev/dsp0.0 > crw-rw-rw- 1 root wheel 0, 204 Jan 23 09:41 /dev/dsp1.0 > crw-rw-rw- 1 root wheel 0, 203 Jan 23 09:41 /dev/dsp2.0 > crw-rw-rw- 1 root wheel 0, 202 Jan 23 09:41 /dev/dsp3.0 > crw-rw-rw- 1 root wheel 0, 201 Jan 23 09:41 /dev/dsp4.0 > crw-rw-rw- 1 root wheel 0, 200 Jan 23 09:41 /dev/dsp5.0 > crw-rw-rw- 1 root wheel 0, 199 Jan 23 09:41 /dev/dsp6.0 > crw-rw-rw- 1 root wheel 0, 198 Jan 23 09:41 /dev/dsp7.0 > > > have to assume you've already > > discussed your issues with its author, Ruslan Bukin > > Yes, Ruslan does or at least did follow the thread. > > I set jackd to use OSS with /dev/dsp4.0, I connected synaddsubfx > > $ zynaddsubfx > > ZynAddSubFX - Copyright (c) 2002-2009 Nasca Octavian Paul and others > Compiled: Jan 20 2013 03:10:05 > This program is free software (GNU GPL v.2 or later) and > it comes with ABSOLUTELY NO WARRANTY. > > Try 'zynaddsubfx --help' for command-line options. > Sound Buffer Size = 256 samples > Internal latency = 5.3 ms > ADsynth Oscil.Size = 1024 samples > Internal SampleRate = 48000 > Jack Output SampleRate= 48000 > ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such > file or directory > > Now there sometimes is audio output and sometimes dangerous noise, that > could damage the speakers. Jack is running without real-time, > Frames/Period 1024, Periods/Buffer 2, Samplerae 48000, Word Length 16. > > Regards, > Ralf > > [1] > $ cat /dev/sndstat > FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) > Installed devices: > pcm0: at io 0xfdff0000 irq 18 kld snd_hdspe > (1p:1v/1r:1v) default > snddev flags=0x2e6 > [pcm0:play:dsp0.p0]: spd 48000, fmt 0x00200010/0x00201000, flags > 0x00002100, 0x00000006 > interrupts 0, underruns 0, feed 0, ready 0 > [b:131072/4096/32|bs:65536/2048/32] > channel flags=0x2100 > {userland} -> feeder_mixer(0x00200010) -> feeder_format(0x00200010 -> > 0x00201000) -> {hardware} > pcm0:play:dsp0.p0[pcm0:virtual:dsp0.vp0]: spd 8000, fmt 0x00100008, flags > 0x10000000, 0x00000000 > interrupts 0, underruns 0, feed 0, ready 0 [b:0/0/0|bs:0/0/0] > channel flags=0x10000000 > {userland} -> feeder_root(0x00000000) -> {hardware} > [pcm0:record:dsp0.r0]: spd 48000, fmt 0x00200010/0x00201000, flags > 0x00002100, 0x00000007 > interrupts 0, overruns 0, feed 0, hfree 131072, sfree 65536 > [b:131072/4096/32|bs:65536/2048/32] > channel flags=0x2100 > {hardware} -> feeder_root(0x00201000) -> feeder_format(0x00201000 -> > 0x00200010) -> feeder_mixer(0x00200010) -> {userland} > pcm0:record:dsp0.r0[pcm0:virtual:dsp0.vr0]: spd 8000, fmt 0x00100008, > flags 0x10000000, 0x00000000 > interrupts 0, overruns 0, feed 0, hfree 0, sfree 0 [b:0/0/0|bs:0/0/0] > channel flags=0x10000000 > {hardware} -> feeder_root(0x00000000) -> {userland} > pcm1: at io 0xfdff0000 irq 18 kld snd_hdspe > (1p:1v/0r:0v) > snddev > flags=0x2e7 > [pcm1:play:dsp1.p0]: spd 48000, fmt 0x00200010/0x00201000, flags > 0x00002100, 0x00000006 > interrupts 0, underruns 0, feed 0, ready 0 > [b:131072/4096/32|bs:65536/2048/32] > channel flags=0x2100 > {userland} -> feeder_mixer(0x00200010) -> feeder_format(0x00200010 -> > 0x00201000) -> {hardware} > pcm1:play:dsp1.p0[pcm1:virtual:dsp1.vp0]: spd 8000, fmt 0x00100008, flags > 0x10000000, 0x00000000 > interrupts 0, underruns 0, feed 0, ready 0 [b:0/0/0|bs:0/0/0] > channel flags=0x10000000 > {userland} -> feeder_root(0x00000000) -> {hardware} > pcm2: at io 0xfdff0000 irq 18 kld snd_hdspe (1p:1v/1r:1v) > snddev flags=0x2e6 > [pcm2:play:dsp2.p0]: spd 48000, fmt 0x00200010/0x00201000, flags > 0x00002100, 0x00000006 > interrupts 0, underruns 0, feed 0, ready 0 > [b:131072/4096/32|bs:65536/2048/32] > channel flags=0x2100 > {userland} -> feeder_mixer(0x00200010) -> feeder_format(0x00200010 -> > 0x00201000) -> {hardware} > pcm2:play:dsp2.p0[pcm2:virtual:dsp2.vp0]: spd 8000, fmt 0x00100008, flags > 0x10000000, 0x00000000 > interrupts 0, underruns 0, feed 0, ready 0 [b:0/0/0|bs:0/0/0] > channel flags=0x10000000 > {userland} -> feeder_root(0x00000000) -> {hardware} > [pcm2:record:dsp2.r0]: spd 48000, fmt 0x00200010/0x00201000, flags > 0x00002100, 0x00000007 > interrupts 0, overruns 0, feed 0, hfree 131072, sfree 65536 > [b:131072/4096/32|bs:65536/2048/32] > channel flags=0x2100 > {hardware} -> feeder_root(0x00201000) -> feeder_format(0x00201000 -> > 0x00200010) -> feeder_mixer(0x00200010) -> {userland} > pcm2:record:dsp2.r0[pcm2:virtual:dsp2.vr0]: spd 8000, fmt 0x00100008, > flags 0x10000000, 0x00000000 > interrupts 0, overruns 0, feed 0, hfree 0, sfree 0 [b:0/0/0|bs:0/0/0] > channel flags=0x10000000 > {hardware} -> feeder_root(0x00000000) -> {userland} > pcm3: at io 0xfdff0000 irq 18 kld snd_hdspe > (1p:1v/1r:1v) > snddev flags=0x2e6 > [pcm3:play:dsp3.p0]: spd 48000, fmt 0x00200010/0x00201000, flags > 0x00002100, 0x00000006 > interrupts 0, underruns 0, feed 0, ready 0 > [b:131072/4096/32|bs:65536/2048/32] > channel flags=0x2100 > {userland} -> feeder_mixer(0x00200010) -> feeder_format(0x00200010 -> > 0x00201000) -> {hardware} > pcm3:play:dsp3.p0[pcm3:virtual:dsp3.vp0]: spd 8000, fmt 0x00100008, flags > 0x10000000, 0x00000000 > interrupts 0, underruns 0, feed 0, ready 0 [b:0/0/0|bs:0/0/0] > channel flags=0x10000000 > {userland} -> feeder_root(0x00000000) -> {hardware} > [pcm3:record:dsp3.r0]: spd 48000, fmt 0x00200010/0x00201000, flags > 0x00002100, 0x00000007 > interrupts 0, overruns 0, feed 0, hfree 131072, sfree 65536 > [b:131072/4096/32|bs:65536/2048/32] > channel flags=0x2100 > {hardware} -> feeder_root(0x00201000) -> feeder_format(0x00201000 -> > 0x00200010) -> feeder_mixer(0x00200010) -> {userland} > pcm3:record:dsp3.r0[pcm3:virtual:dsp3.vr0]: spd 8000, fmt 0x00100008, > flags 0x10000000, 0x00000000 > interrupts 0, overruns 0, feed 0, hfree 0, sfree 0 [b:0/0/0|bs:0/0/0] > channel flags=0x10000000 > {hardware} -> feeder_root(0x00000000) -> {userland} > pcm4: at io 0xfdff0000 irq 18 kld snd_hdspe > (1p:1v/1r:1v) > snddev flags=0x2e6 > [pcm4:play:dsp4.p0]: spd 48000, fmt 0x00200010/0x00201000, flags > 0x00002100, 0x00000006 > interrupts 0, underruns 0, feed 0, ready 0 > [b:131072/4096/32|bs:65536/2048/32] > channel flags=0x2100 > {userland} -> feeder_mixer(0x00200010) -> feeder_format(0x00200010 -> > 0x00201000) -> {hardware} > pcm4:play:dsp4.p0[pcm4:virtual:dsp4.vp0]: spd 8000, fmt 0x00100008, flags > 0x10000000, 0x00000000 > interrupts 0, underruns 0, feed 0, ready 0 [b:0/0/0|bs:0/0/0] > channel flags=0x10000000 > {userland} -> feeder_root(0x00000000) -> {hardware} > [pcm4:record:dsp4.r0]: spd 48000, fmt 0x00200010/0x00201000, flags > 0x00002100, 0x00000007 > interrupts 0, overruns 0, feed 0, hfree 131072, sfree 65536 > [b:131072/4096/32|bs:65536/2048/32] > channel flags=0x2100 > {hardware} -> feeder_root(0x00201000) -> feeder_format(0x00201000 -> > 0x00200010) -> feeder_mixer(0x00200010) -> {userland} > pcm4:record:dsp4.r0[pcm4:virtual:dsp4.vr0]: spd 8000, fmt 0x00100008, > flags 0x10000000, 0x00000000 > interrupts 0, overruns 0, feed 0, hfree 0, sfree 0 [b:0/0/0|bs:0/0/0] > channel flags=0x10000000 > {hardware} -> feeder_root(0x00000000) -> {userland} > pcm5: at io 0xfdff0000 irq 18 kld snd_hdspe > (1p:1v/1r:1v) > snddev flags=0x2e6 > [pcm5:play:dsp5.p0]: spd 48000, fmt 0x00200010/0x00201000, flags > 0x00002100, 0x00000006 > interrupts 0, underruns 0, feed 0, ready 0 > [b:131072/4096/32|bs:65536/2048/32] > channel flags=0x2100 > {userland} -> feeder_mixer(0x00200010) -> feeder_format(0x00200010 -> > 0x00201000) -> {hardware} > pcm5:play:dsp5.p0[pcm5:virtual:dsp5.vp0]: spd 8000, fmt 0x00100008, flags > 0x10000000, 0x00000000 > interrupts 0, underruns 0, feed 0, ready 0 [b:0/0/0|bs:0/0/0] > channel flags=0x10000000 > {userland} -> feeder_root(0x00000000) -> {hardware} > [pcm5:record:dsp5.r0]: spd 48000, fmt 0x00200010/0x00201000, flags > 0x00002100, 0x00000007 > interrupts 0, overruns 0, feed 0, hfree 131072, sfree 65536 > [b:131072/4096/32|bs:65536/2048/32] > channel flags=0x2100 > {hardware} -> feeder_root(0x00201000) -> feeder_format(0x00201000 -> > 0x00200010) -> feeder_mixer(0x00200010) -> {userland} > pcm5:record:dsp5.r0[pcm5:virtual:dsp5.vr0]: spd 8000, fmt 0x00100008, > flags 0x10000000, 0x00000000 > interrupts 0, overruns 0, feed 0, hfree 0, sfree 0 [b:0/0/0|bs:0/0/0] > channel flags=0x10000000 > {hardware} -> feeder_root(0x00000000) -> {userland} > pcm6: at io 0xfdff0000 irq 18 kld snd_hdspe > (1p:1v/1r:1v) > snddev flags=0x2e6 > [pcm6:play:dsp6.p0]: spd 48000, fmt 0x00200010/0x00201000, flags > 0x00002100, 0x00000006 > interrupts 0, underruns 0, feed 0, ready 0 > [b:131072/4096/32|bs:65536/2048/32] > channel flags=0x2100 > {userland} -> feeder_mixer(0x00200010) -> feeder_format(0x00200010 -> > 0x00201000) -> {hardware} > pcm6:play:dsp6.p0[pcm6:virtual:dsp6.vp0]: spd 8000, fmt 0x00100008, flags > 0x10000000, 0x00000000 > interrupts 0, underruns 0, feed 0, ready 0 [b:0/0/0|bs:0/0/0] > channel flags=0x10000000 > {userland} -> feeder_root(0x00000000) -> {hardware} > [pcm6:record:dsp6.r0]: spd 48000, fmt 0x00200010/0x00201000, flags > 0x00002100, 0x00000007 > interrupts 0, overruns 0, feed 0, hfree 131072, sfree 65536 > [b:131072/4096/32|bs:65536/2048/32] > channel flags=0x2100 > {hardware} -> feeder_root(0x00201000) -> feeder_format(0x00201000 -> > 0x00200010) -> feeder_mixer(0x00200010) -> {userland} > pcm6:record:dsp6.r0[pcm6:virtual:dsp6.vr0]: spd 8000, fmt 0x00100008, > flags 0x10000000, 0x00000000 > interrupts 0, overruns 0, feed 0, hfree 0, sfree 0 [b:0/0/0|bs:0/0/0] > channel flags=0x10000000 > {hardware} -> feeder_root(0x00000000) -> {userland} > pcm7: at io 0xfdff0000 irq 18 kld snd_hdspe > (1p:1v/1r:1v) > snddev flags=0x2e6 > [pcm7:play:dsp7.p0]: spd 48000, fmt 0x00200010/0x00201000, flags > 0x00002100, 0x00000006 > interrupts 0, underruns 0, feed 0, ready 0 > [b:131072/4096/32|bs:65536/2048/32] > channel flags=0x2100 > {userland} -> feeder_mixer(0x00200010) -> feeder_format(0x00200010 -> > 0x00201000) -> {hardware} > pcm7:play:dsp7.p0[pcm7:virtual:dsp7.vp0]: spd 8000, fmt 0x00100008, flags > 0x10000000, 0x00000000 > interrupts 0, underruns 0, feed 0, ready 0 [b:0/0/0|bs:0/0/0] > channel flags=0x10000000 > {userland} -> feeder_root(0x00000000) -> {hardware} > [pcm7:record:dsp7.r0]: spd 48000, fmt 0x00200010/0x00201000, flags > 0x00002100, 0x00000007 > interrupts 0, overruns 0, feed 0, hfree 131072, sfree 65536 > [b:131072/4096/32|bs:65536/2048/32] > channel flags=0x2100 > {hardware} -> feeder_root(0x00201000) -> feeder_format(0x00201000 -> > 0x00200010) -> feeder_mixer(0x00200010) -> {userland} > pcm7:record:dsp7.r0[pcm7:virtual:dsp7.vr0]: spd 8000, fmt 0x00100008, > flags 0x10000000, 0x00000000 > interrupts 0, overruns 0, feed 0, hfree 0, sfree 0 [b:0/0/0|bs:0/0/0] > channel flags=0x10000000 > {hardware} -> feeder_root(0x00000000) -> {userland} > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 09:58:07 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 857F1156 for ; Wed, 23 Jan 2013 09:58:07 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm23-vm2.bullet.mail.ird.yahoo.com (nm23-vm2.bullet.mail.ird.yahoo.com [212.82.109.231]) by mx1.freebsd.org (Postfix) with ESMTP id E9A856F6 for ; Wed, 23 Jan 2013 09:58:06 +0000 (UTC) Received: from [77.238.189.56] by nm23.bullet.mail.ird.yahoo.com with NNFMP; 23 Jan 2013 09:57:58 -0000 Received: from [46.228.39.121] by tm9.bullet.mail.ird.yahoo.com with NNFMP; 23 Jan 2013 09:57:57 -0000 Received: from [127.0.0.1] by smtp158.mail.ir2.yahoo.com with NNFMP; 23 Jan 2013 09:57:57 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358935077; bh=n3fDfJ5caJq/s5PQUqam6UHoipVNzpNIev2IaUSnuDY=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Cc:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=uSR43adpjDcv8Nsac4zu8vMb7J4Uxx3CfLvr3hByR4ekd44WmnIRTxVERq08VMpbjofJfLW6Vrbs8N/9VtxRu0T6la1iITku8xP2o+evD2JBTQIalO4IRTu/wJHITqHDG6b4W0ZPjiZDsYBs6Mb77qis26ntrwHMUByY7AM8Jo0= X-Yahoo-Newman-Id: 913602.58702.bm@smtp158.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: CaNdorEVM1m07HnSjVGgy.w56OPwZ9rPTVdlF83jBgF.tQf k8G4M60vv1HcTh0MWGbTaxvPqGkLH_QQRz2GKqVSSijWuP0FawoxoTN8j6Cu Y2pBqzo_Go11TOyVtnVgBjVib__714WvgAdZ93dfVcs0LTZ_cMZhML2MvphQ Qd8EnteBrjoBFAUZbF6J4To9HMMZmYbquZ9XbSCAeY8l9hBc8TUHVE19rISo vQEPWZ4MCnRQAarGILKmOxPg70dvd3egtGIg8.5cBtC5iJTsMX3IUoULpK5z aijrlE5Zj.tqVT5Q7PFeH.7zjg1Fw8FVIEEuyj9_4MVBme5v.R89fPQRqN5g bmB1Mwbju3dDmUnjztS3.M0l5lZiEZe99ZAyG6yH.dvterfDLlq60zPsH5k8 4nZTcgJVVMRy3Ifgair3N7CPYbvvJ8Siy1FNS4xfx X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@92.231.6.25 with login) by smtp158.mail.ir2.yahoo.com with SMTP; 23 Jan 2013 09:57:57 +0000 UTC Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Ruslan Bukin" Subject: Re: ADAT does work, but often is interrupted by noise - Was: FreeBSD and snd_hdspe last-ditch attempt References: <20130123144008.A62930@sola.nimnet.asn.au> <20130123100107.GA10466@jail.io> Date: Wed, 23 Jan 2013 10:57:56 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <20130123100107.GA10466@jail.io> User-Agent: Opera Mail/12.12 (FreeBSD) Cc: freebsd-multimedia@freebsd.org, Ian Smith , freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 09:58:07 -0000 Hi Ruslan :) here's the output of sysctl hw.snd and sysctl dev.pcm. $ sysctl hw.snd hw.snd.vpc_reset: 0 hw.snd.vpc_0db: 45 hw.snd.vpc_autoreset: 1 hw.snd.latency_profile: 1 hw.snd.latency: 5 hw.snd.report_soft_matrix: 1 hw.snd.report_soft_formats: 1 hw.snd.compat_linux_mmap: 0 hw.snd.feeder_eq_exact_rate: 0 hw.snd.feeder_eq_presets: PEQ:16000,0.2500,62,0.2500:-9,9,1.0:44100,48000,88200,96000,176400,192000 hw.snd.feeder_rate_quality: 1 hw.snd.feeder_rate_round: 25 hw.snd.feeder_rate_max: 2016000 hw.snd.feeder_rate_min: 1 hw.snd.feeder_rate_polyphase_max: 183040 hw.snd.feeder_rate_presets: 100:8:0.85 100:36:0.92 100:164:0.97 hw.snd.vpc_mixer_bypass: 1 hw.snd.verbose: 2 hw.snd.maxautovchans: 16 hw.snd.default_unit: 0 hw.snd.version: 2009061500/amd64 hw.snd.default_auto: 1 $ sysctl dev.pcm dev.pcm.0.%desc: HDSPe AIO [line] dev.pcm.0.%driver: pcm dev.pcm.0.%parent: hdspe0 dev.pcm.0.play.vchans: 1 dev.pcm.0.play.vchanmode: fixed dev.pcm.0.play.vchanrate: 48000 dev.pcm.0.play.vchanformat: s16le:2.0 dev.pcm.0.rec.vchans: 1 dev.pcm.0.rec.vchanmode: fixed dev.pcm.0.rec.vchanrate: 48000 dev.pcm.0.rec.vchanformat: s16le:2.0 dev.pcm.0.buffersize: 0 dev.pcm.0.bitperfect: 0 dev.pcm.1.%desc: HDSPe AIO [phone] dev.pcm.1.%driver: pcm dev.pcm.1.%parent: hdspe0 dev.pcm.1.play.vchans: 1 dev.pcm.1.play.vchanmode: fixed dev.pcm.1.play.vchanrate: 48000 dev.pcm.1.play.vchanformat: s16le:2.0 dev.pcm.1.buffersize: 0 dev.pcm.1.bitperfect: 0 dev.pcm.2.%desc: HDSPe AIO [aes] dev.pcm.2.%driver: pcm dev.pcm.2.%parent: hdspe0 dev.pcm.2.play.vchans: 1 dev.pcm.2.play.vchanmode: fixed dev.pcm.2.play.vchanrate: 48000 dev.pcm.2.play.vchanformat: s16le:2.0 dev.pcm.2.rec.vchans: 1 dev.pcm.2.rec.vchanmode: fixed dev.pcm.2.rec.vchanrate: 48000 dev.pcm.2.rec.vchanformat: s16le:2.0 dev.pcm.2.buffersize: 0 dev.pcm.2.bitperfect: 0 dev.pcm.3.%desc: HDSPe AIO [s/pdif] dev.pcm.3.%driver: pcm dev.pcm.3.%parent: hdspe0 dev.pcm.3.play.vchans: 1 dev.pcm.3.play.vchanmode: fixed dev.pcm.3.play.vchanrate: 48000 dev.pcm.3.play.vchanformat: s16le:2.0 dev.pcm.3.rec.vchans: 1 dev.pcm.3.rec.vchanmode: fixed dev.pcm.3.rec.vchanrate: 48000 dev.pcm.3.rec.vchanformat: s16le:2.0 dev.pcm.3.buffersize: 0 dev.pcm.3.bitperfect: 0 dev.pcm.4.%desc: HDSPe AIO [adat] dev.pcm.4.%driver: pcm dev.pcm.4.%parent: hdspe0 dev.pcm.4.play.vchans: 1 dev.pcm.4.play.vchanmode: fixed dev.pcm.4.play.vchanrate: 48000 dev.pcm.4.play.vchanformat: s16le:2.0 dev.pcm.4.rec.vchans: 1 dev.pcm.4.rec.vchanmode: fixed dev.pcm.4.rec.vchanrate: 48000 dev.pcm.4.rec.vchanformat: s16le:2.0 dev.pcm.4.buffersize: 0 dev.pcm.4.bitperfect: 0 dev.pcm.5.%desc: HDSPe AIO [adat] dev.pcm.5.%driver: pcm dev.pcm.5.%parent: hdspe0 dev.pcm.5.play.vchans: 1 dev.pcm.5.play.vchanmode: fixed dev.pcm.5.play.vchanrate: 48000 dev.pcm.5.play.vchanformat: s16le:2.0 dev.pcm.5.rec.vchans: 1 dev.pcm.5.rec.vchanmode: fixed dev.pcm.5.rec.vchanrate: 48000 dev.pcm.5.rec.vchanformat: s16le:2.0 dev.pcm.5.buffersize: 0 dev.pcm.5.bitperfect: 0 dev.pcm.6.%desc: HDSPe AIO [adat] dev.pcm.6.%driver: pcm dev.pcm.6.%parent: hdspe0 dev.pcm.6.play.vchans: 1 dev.pcm.6.play.vchanmode: fixed dev.pcm.6.play.vchanrate: 48000 dev.pcm.6.play.vchanformat: s16le:2.0 dev.pcm.6.rec.vchans: 1 dev.pcm.6.rec.vchanmode: fixed dev.pcm.6.rec.vchanrate: 48000 dev.pcm.6.rec.vchanformat: s16le:2.0 dev.pcm.6.buffersize: 0 dev.pcm.6.bitperfect: 0 dev.pcm.7.%desc: HDSPe AIO [adat] dev.pcm.7.%driver: pcm dev.pcm.7.%parent: hdspe0 dev.pcm.7.play.vchans: 1 dev.pcm.7.play.vchanmode: fixed dev.pcm.7.play.vchanrate: 48000 dev.pcm.7.play.vchanformat: s16le:2.0 dev.pcm.7.rec.vchans: 1 dev.pcm.7.rec.vchanmode: fixed dev.pcm.7.rec.vchanrate: 48000 dev.pcm.7.rec.vchanformat: s16le:2.0 dev.pcm.7.buffersize: 0 dev.pcm.7.bitperfect: 0 Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 11:43:30 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 79EEFB1C for ; Wed, 23 Jan 2013 11:43:30 +0000 (UTC) (envelope-from ralf.mardorf@alice-dsl.net) Received: from smtp-out03.alice-dsl.net (smtp-out03.alice-dsl.net [88.44.63.5]) by mx1.freebsd.org (Postfix) with ESMTP id 13D54B33 for ; Wed, 23 Jan 2013 11:43:29 +0000 (UTC) Received: from out.alice-dsl.de ([192.168.125.61]) by smtp-out03.alice-dsl.net with Microsoft SMTPSVC(6.0.3790.3959); Wed, 23 Jan 2013 12:42:22 +0100 Received: from freebsd ([85.182.21.154]) by out.alice-dsl.de with Microsoft SMTPSVC(6.0.3790.3959); Wed, 23 Jan 2013 12:42:01 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Date: Wed, 23 Jan 2013 12:42:00 +0100 To: "FreeBSD quest" Subject: Security updates MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: User-Agent: Opera Mail/12.12 (FreeBSD) X-OriginalArrivalTime: 23 Jan 2013 11:42:01.0340 (UTC) FILETIME=[A888EBC0:01CDF95E] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 11:43:30 -0000 Hi :) since I updated the ports tree I'm able to fix one issue after the other, e.g. GDM now can start Xfce4. IIUC correctly freebsd-update ( http://www.freebsd.org/cgi/man.cgi?query=freebsd-update&sektion=8 ) will not take care about updates for e.g. Firefox, since I guess it doesn't belong to the base system. Because compiling does take very long, I will not update the whole ports tree that often, I alos like to keep software versions that fit to my needs when ever possible, but I guess without breaking dependencies it theoretically should be possible to update Internet browsers, MUAs etc. only from time to time, for security reasons. Is it possible to update just some Internet stuff? Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 12:04:12 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0A30C1A0 for ; Wed, 23 Jan 2013 12:04:12 +0000 (UTC) (envelope-from jan0sch@gmx.net) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by mx1.freebsd.org (Postfix) with ESMTP id 8092ED27 for ; Wed, 23 Jan 2013 12:04:11 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.1]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MM1JK-1TqHQ62PW8-007oUv for ; Wed, 23 Jan 2013 13:04:10 +0100 Received: (qmail invoked by alias); 23 Jan 2013 12:04:10 -0000 Received: from dslb-088-072-254-127.pools.arcor-ip.net (EHLO magni.rostock.home) [88.72.254.127] by mail.gmx.net (mp001) with SMTP; 23 Jan 2013 13:04:10 +0100 X-Authenticated: #1545395 X-Provags-ID: V01U2FsdGVkX1+6mfJqYQi6MfS609mFuN1RAL6+BYdRIcl9rdYhJC 1VymPG7H1s3t1S Date: Wed, 23 Jan 2013 13:04:08 +0100 From: Jens Jahnke To: freebsd-questions@freebsd.org Subject: Re: Security updates Message-Id: <20130123130408.9fbd518bb8fcac4ee41a361b@gmx.net> In-Reply-To: References: X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) X-Face: &?!P`87-36gaG)/K:yi&ixw=uy]y'?$vrc Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA512"; boundary="Signature=_Wed__23_Jan_2013_13_04_08_+0100_DsQ0NMKV.BxNRni6" X-Y-GMX-Trusted: 0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 12:04:12 -0000 --Signature=_Wed__23_Jan_2013_13_04_08_+0100_DsQ0NMKV.BxNRni6 Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Wed, 23 Jan 2013 12:42:00 +0100 "Ralf Mardorf" wrote: RM> Because compiling does take very long, I will not update the whole RM> ports tree that often, I alos like to keep software versions that RM> fit to my needs when ever possible, but I guess without breaking RM> dependencies it theoretically should be possible to update Internet RM> browsers, MUAs etc. only from time to time, for security reasons. RM>=20 RM> Is it possible to update just some Internet stuff? yes, using some tools. Take a look at portmaster or portupgrade. Maybe you should install portaudit too. It tells you for which ports security flaws have been found. To update a single port using portmaster you would run=20 # portmaster www/firefox for example. Regards, Jens --=20 23. Hartung 2013, 13:02 Homepage : http://www.jan0sch.de The student in question is performing minimally for his peer group and is an emerging underachiever. --Signature=_Wed__23_Jan_2013_13_04_08_+0100_DsQ0NMKV.BxNRni6 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQG8BAEBCgAGBQJQ/9G4AAoJED2+SXzzbciGwDINAK3ziuLCabAr7w2HGxMnfi1g ZVkzjTBb7erOHC+vvwEOzG17iIreVEj/khR12iGRA8ARkKSn6Af85lxEDdZWUo1p aKMzcjmS87tFTp3N9tVevlYvD7HCCBo19+q0AqE2Zldj0npmSssQ/RLzp3nlKvA7 lMQ2pKMKgIdWL/aru0fMRE014ILfk6EjeA99SwKxsJN/mAfljeLwaFWXIsOgAz5h NQJ/Z2S/JXkKzPtp2gnHxYsWlpHVCGPF2CeyzLMmq6gPt2CJy2bTauqaMYu1cUyc ucJ3lSdH9/hcTERE3exsRdC9OrXhranWAWV4OtPl36Qqitz+RgXEh/3IWXLmQJkG nC/qsETQbVWs8OtHwZMlN9HXzZUA7tE9rvq2hicuhAvPI9gK4GnzJT3EfD2G4ssJ 0fa8djm9Bply9f1g1Ge12Wn8vW93KcG0iWntjLTTpAsxSKkNm0jmsM28H5IKlnJh c9XkbHdhypjKnPdOdI8kqzHFsaQDek5VoItFVpsP9OiZOm9t8yuIwzFWNAoMVc6Q aySsZEK6OI88abBgUx+s =F2Y5 -----END PGP SIGNATURE----- --Signature=_Wed__23_Jan_2013_13_04_08_+0100_DsQ0NMKV.BxNRni6-- From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 12:10:18 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 30C302A0 for ; Wed, 23 Jan 2013 12:10:18 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm3-vm0.bullet.mail.ird.yahoo.com (nm3-vm0.bullet.mail.ird.yahoo.com [77.238.189.213]) by mx1.freebsd.org (Postfix) with ESMTP id 74644D69 for ; Wed, 23 Jan 2013 12:10:17 +0000 (UTC) Received: from [77.238.189.57] by nm3.bullet.mail.ird.yahoo.com with NNFMP; 23 Jan 2013 12:10:15 -0000 Received: from [46.228.39.126] by tm10.bullet.mail.ird.yahoo.com with NNFMP; 23 Jan 2013 12:10:15 -0000 Received: from [127.0.0.1] by smtp163.mail.ir2.yahoo.com with NNFMP; 23 Jan 2013 12:10:15 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358943015; bh=DGXlhhuQjpUuMlaJTWgd6qStwwNlbjXDE+c+YJUsKo4=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=hhVmzNOXJV3gRhhjRUZ4o3vD6PhwlJE6w8jyNGRjUEaMXVtzOyaQMANvtVNqBQ+RRj46YL35REnUCYrLdc/DVyVoWrynlxKS0wRyVtyYk+z+rWsTa3HQfEqSweYQ/j93/x67fxUSDf5HCWQPJFoSVzPUNXOKv16A+fIjL3hvI1I= X-Yahoo-Newman-Id: 352885.91788.bm@smtp163.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: Aprc5sYVM1lVkBIl8xBZi1wHs.VF1pU.lKcPGNM4dw5Y34. pQ2QxKrVWDbZuwCE82x7MzYUMwmPby5MHkX.qmxxKf6lZRqXsPIfHFgDShH9 AIkcSqBQCx0Uq_cld8lwSBMIAWsd9eRC4wT9DmC0rE4VHHhbrQU07o0kg5Hz HBOaVaW0g_P67F_m1kYVFCAkQoYxTZ2j9dsoNGTq5SFQIk8qrkWCxbxVVAA. sKKkql.CMIobmUt.P7efxKG.1KV7JfpSRP9WjPhhx2FXKkF7iL_l3Np_zNqP yXRsbtou8Dvk4Rm4xh_3RQYZakRUbPo6bcyCrm9XnACXCVqjqbSoYoOWrBkx 2THJFH8Tam4ANZj3QGuMLYbxnwNTN3fy2k5eu0jPu48WvnJVzJUNw0dxo.2B BHYJb4CMyUvJefGA7R9wimG5iqsLrryrPaGxnpwgdMY7D X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.21.154 with login) by smtp163.mail.ir2.yahoo.com with SMTP; 23 Jan 2013 12:10:15 +0000 UTC Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-questions@freebsd.org Subject: [solved] Security updates References: <20130123130408.9fbd518bb8fcac4ee41a361b@gmx.net> Date: Wed, 23 Jan 2013 13:10:14 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <20130123130408.9fbd518bb8fcac4ee41a361b@gmx.net> User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 12:10:18 -0000 On Wed, 23 Jan 2013 13:04:08 +0100, Jens Jahnke wrote: > [snip] Maybe > you should install portaudit too. It tells you for which ports security > flaws have been found. > > To update a single port using portmaster you would run > # portmaster www/firefox > for example. Hi Jens :) thank you. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 14:19:13 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D87195B0 for ; Wed, 23 Jan 2013 14:19:13 +0000 (UTC) (envelope-from hrisikeshsahu@gmail.com) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by mx1.freebsd.org (Postfix) with ESMTP id B0B32618 for ; Wed, 23 Jan 2013 14:19:13 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id c10so13498078ieb.25 for ; Wed, 23 Jan 2013 06:19:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=ynW5ohTxfhei4luoE46ovvqORbyVxxtF6JOtEKJzKrY=; b=SXawv2j4cuyIi9jAiLkH86lmf9yXOrwSy/29vzzuSQ/wOZy8gFFqeJ/RvG7A3SIA6N MmFTTCheoBeRLlSkxWBUklGbAkuHFKxrsfr95+HBh2EbtahqDpNcqDQaci7WL93W5qhQ L1x7/GTLaR3J2zKl7xaWDzKoh11SkWdVTgof4pOVM+cUgya5kDMEU/hPkUyUQqZGhndn +qhzHMYqJiMp6Am6p3jai/9x1p2j6F+tw3KYX4B5INb7c3fGa0sXuptqm0+fL/K2Lm9t uknijbs+Ah7x4ZG6egh/kOc+viyjJ6eIxvibfsbecYcrNDaNwOJDqDzHktMEcOrk2zeZ UQjw== MIME-Version: 1.0 X-Received: by 10.50.179.99 with SMTP id df3mr1158003igc.94.1358950753294; Wed, 23 Jan 2013 06:19:13 -0800 (PST) Received: by 10.42.9.34 with HTTP; Wed, 23 Jan 2013 06:19:13 -0800 (PST) Date: Wed, 23 Jan 2013 19:49:13 +0530 Message-ID: Subject: Fresh installation 9.1 From: Hrisikesh sahu To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 14:19:13 -0000 Hi All, I am facing a strange issue.. I installed 9.1 release and installation went successful After boot up i got this error - File system had an unexpected inconsistency. > ufs : /dev/ada0s1d (/var) unknown error ; ! Help Error - Aborting Boot Going to single user mode. # Please help me if i need to do anything else. I followed this link - http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/using-bsdinstall.html Help me on this SETUP. Regards Hrisikesh From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 14:30:09 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 60930C47 for ; Wed, 23 Jan 2013 14:30:09 +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 2A8CD6E0 for ; Wed, 23 Jan 2013 14:30:09 +0000 (UTC) Received: from r56.edvax.de (port-92-195-45-17.dynamic.qsc.de [92.195.45.17]) by mx02.qsc.de (Postfix) with ESMTP id 0A9C93331D; Wed, 23 Jan 2013 15:30:01 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0NEU4uW004655; Wed, 23 Jan 2013 15:30:04 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Wed, 23 Jan 2013 15:30:04 +0100 From: Polytropon To: Hrisikesh sahu Subject: Re: Fresh installation 9.1 Message-Id: <20130123153004.cfdcd3de.freebsd@edvax.de> In-Reply-To: References: Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 14:30:09 -0000 On Wed, 23 Jan 2013 19:49:13 +0530, Hrisikesh sahu wrote: > Hi All, > I am facing a strange issue.. > I installed 9.1 release and installation went successful > After boot up i got this error - > > > File system had an unexpected inconsistency. > > ufs : /dev/ada0s1d (/var) > unknown error ; ! Help > Error - Aborting Boot > > Going to single user mode. > > # > > > Please help me if i need to do anything else. It seems that the /var partition has not been unmounted properly. Perform a manual file system check and retry. The command # fsck -yf /dev/ada0s1d should be applied in single user mode, with /var being unmounted. To make sure file systems are clean _prior_ to booting the system, put background_fsck="NO" into /etc/rc.conf; this may lead to longer startup times when something is "strange" regarding file systems, but it will prevent you from booting into a possibly damaged environment (which could cause more trouble and maybe even data loss, which justifies the longer boot time in my opinion). -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 15:07:37 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 56FE4D21 for ; Wed, 23 Jan 2013 15:07:37 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 17DAC945 for ; Wed, 23 Jan 2013 15:07:36 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ty1vU-0000bB-J4 for freebsd-questions@freebsd.org; Wed, 23 Jan 2013 16:07:44 +0100 Received: from office-nat.spylog.net ([193.169.234.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Jan 2013 16:07:44 +0100 Received: from citrin by office-nat.spylog.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Jan 2013 16:07:44 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Anton Yuzhaninov Subject: Re: IPMI SOL setup on FreeBSD 9.1 amd64 supermicro X9SCM-F/X9CL-F Date: Wed, 23 Jan 2013 15:07:15 +0000 (UTC) Organization: Vega Lines: 27 Sender: Anton Yuzhaninov Message-ID: References: <6.0.0.22.2.20130121123250.067f3158@mail.computinginnovations.com> X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: office-nat.spylog.net X-Comment-To: Derek Ragona User-Agent: tin/2.0.1-20111224 ("Achenvoir") (UNIX) (FreeBSD/10.0-CURRENT (i386)) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 15:07:37 -0000 On Mon, 21 Jan 2013 22:52:17, Derek Ragona wrote: DR> I have a couple servers that are built using the supermicro X9SCM-F/X9CL-F DR> motherboards, and I can't quite get IPMI SOL working right. DR> DR> These motherboards have 3 NIC's. One NIC is for a dedicated IPMI interface. DR> DR> I have both servers configured to use the dedicated IPMI NIC and these DR> NIC's are plugged into a separate unmanaged switch. DR> DR> Both systems boards are set to redirect com1. I changed /etc/ttys to run a DR> getty on /dev/ttyu0. I have com1 configured to 115,200 baud, 8, n, 1, no DR> flowcontrol in the BIOS. I in have /etc/ttys: DR> ttyu0 "/usr/libexec/getty std.115200" vt100 on secure /etc/ttys: ttyu1 "/usr/libexec/getty std.115200" vt100 on secure /boot/loader.conf: hint.uart.0.flags="0" hint.uart.1.flags="0x10" boot_serial="YES" boot_multicons="YES" comconsole_speed="115200" console="comconsole vidconsole" -- Anton Yuzhaninov From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 15:22:36 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1F8DFF8 for ; Wed, 23 Jan 2013 15:22:36 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: from mail-ia0-x22a.google.com (mail-ia0-x22a.google.com [IPv6:2607:f8b0:4001:c02::22a]) by mx1.freebsd.org (Postfix) with ESMTP id E62E7A08 for ; Wed, 23 Jan 2013 15:22:35 +0000 (UTC) Received: by mail-ia0-f170.google.com with SMTP id k20so4097498iak.1 for ; Wed, 23 Jan 2013 07:22:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:date:x-google-sender-auth:message-id :subject:from:to:content-type; bh=PPyKVocN+sCTgtnGrBpuek1kVReEQNp2J4SGAyGvWfE=; b=n++J1JMygInAaT+g1pVLYNQXPZXAWBjbOYxO79Uf8vsvKnVJyrzKowVlteVOCRK2d/ i2wedWQXgggqCAzoSambe7I86hESo4zdkdy/zK3yWiHuvBrfd/plhlclqAa0mwliShtl MvfTlyjT7Y35QMNTe9UkFXFRrZLGSIic4bgytZ2ZvYv5JVYby+wv9QPIcF6ujj4O7UfT We2qDzLGjRNRMArvjhp0e+L7lmguHbHIBPZSDdle8JxiE3iahBGYp93HIFuaT2WD55Mi CUh4x/c40C59nsdEKIk/0+O6AVRdJ3xPQivWJ2bb4Yqai1r0073ciq5ONBvorPWJP92p 302A== MIME-Version: 1.0 X-Received: by 10.50.33.138 with SMTP id r10mr1438091igi.6.1358954555098; Wed, 23 Jan 2013 07:22:35 -0800 (PST) Sender: vrwmiller@gmail.com Received: by 10.231.158.73 with HTTP; Wed, 23 Jan 2013 07:22:34 -0800 (PST) Date: Wed, 23 Jan 2013 10:22:34 -0500 X-Google-Sender-Auth: nbrMmzzeeQAm3p1Z7HDltttt0GE Message-ID: Subject: building crunchgen fails From: Rick Miller To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 15:22:36 -0000 Hi All, When executing crunchgen -o boot_crunch.conf && make -f boot_crunch.mk I get the following error: cc -static -o boot_crunch boot_crunch.o hostname.lo pwd.lo rm.lo sh.lo ls.lo test.lo cat.lo df.lo sleep.lo camcontrol.lo dhclient.lo fsck_ffs.lo ifconfig.lo mount_nfs.lo newfs.lo route.lo rtsol.lo tunefs.lo kenv.lo sysctl.lo mdmfs.lo dmesg.lo fdisk.lo bsdlabel.lo uname.lo cpio.lo find.lo minigzip.lo sed.lo awk.lo fetch.lo arp.lo sysinstall.lo usbconfig.lo grep.lo -lcam -lsbuf -lutil -ll -ledit -lfetch -lmd -lcrypt -lftpio -lz -lnetgraph -ldialog -lncurses -ldisk -lufs -ldevinfo -lkvm -lgeom -lbsdxml -larchive -lbz2 -lusb -lgnuregex -llzma -lssl -lcrypto -ljail -lm camcontrol.lo(.text+0x730b): In function `main': : undefined reference to `mode_edit' camcontrol.lo(.text+0x73fa): In function `main': : undefined reference to `mode_list' *** Error code 1 Stop in /tmp/crunchtmp. I understand that there may need to be some shuffling of the libraries in the boot_crunch.conf, but I've done that to no avail. Wondering if anyone else may be able to shed some light on this... The boot_crunch.conf can be viewed at http://pastebin.com/ZwVPQn3h -- Take care Rick Miller From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 16:01:27 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7BFEDD50; Wed, 23 Jan 2013 16:01:27 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id 4301CD14; Wed, 23 Jan 2013 16:01:26 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.31]) by ltcfislmsgpa07.fnfis.com (8.14.5/8.14.5) with ESMTP id r0NG10jq019432 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Wed, 23 Jan 2013 10:01:18 -0600 Received: from [10.0.0.102] (10.14.152.7) by smtp.fisglobal.com (10.132.206.31) with Microsoft SMTP Server (TLS) id 14.2.309.2; Wed, 23 Jan 2013 10:01:14 -0600 Subject: Re: building crunchgen fails MIME-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset="us-ascii" From: Devin Teske In-Reply-To: Date: Wed, 23 Jan 2013 08:01:12 -0800 Content-Transfer-Encoding: quoted-printable Message-ID: <82E7A4A3-B65D-4ECA-BEF4-FD67445AF1B2@fisglobal.com> References: To: Rick Miller X-Mailer: Apple Mail (2.1283) X-Originating-IP: [10.14.152.7] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8327, 1.0.431, 0.0.0000 definitions=2013-01-23_05:2013-01-23,2013-01-23,1970-01-01 signatures=0 Cc: Devin Teske , FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Devin Teske List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 16:01:27 -0000 On Jan 23, 2013, at 7:22 AM, Rick Miller wrote: > Hi All, >=20 > When executing crunchgen -o boot_crunch.conf && make -f boot_crunch.mk > I get the following error: >=20 > cc -static -o boot_crunch boot_crunch.o hostname.lo pwd.lo rm.lo sh.lo > ls.lo test.lo cat.lo df.lo sleep.lo camcontrol.lo dhclient.lo > fsck_ffs.lo ifconfig.lo mount_nfs.lo newfs.lo route.lo rtsol.lo > tunefs.lo kenv.lo sysctl.lo mdmfs.lo dmesg.lo fdisk.lo bsdlabel.lo > uname.lo cpio.lo find.lo minigzip.lo sed.lo awk.lo fetch.lo arp.lo > sysinstall.lo usbconfig.lo grep.lo -lcam -lsbuf -lutil -ll -ledit > -lfetch -lmd -lcrypt -lftpio -lz -lnetgraph -ldialog -lncurses -ldisk > -lufs -ldevinfo -lkvm -lgeom -lbsdxml -larchive -lbz2 -lusb -lgnuregex > -llzma -lssl -lcrypto -ljail -lm > camcontrol.lo(.text+0x730b): In function `main': > : undefined reference to `mode_edit' > camcontrol.lo(.text+0x73fa): In function `main': > : undefined reference to `mode_list' > *** Error code 1 >=20 > Stop in /tmp/crunchtmp. >=20 > I understand that there may need to be some shuffling of the libraries > in the boot_crunch.conf, but I've done that to no avail. Wondering if > anyone else may be able to shed some light on this... >=20 > The boot_crunch.conf can be viewed at http://pastebin.com/ZwVPQn3h >=20 According to the Makefile, if RELEASE_CRUNCH is defined, then modeedit.o ob= ject is omitted (causing your undefined references). I perceive the long-term real solution would be to patch camcontrol.c (and = pedantically camcontrol.h) to not use mode_edit()/mode_list() when RELEASE_= CRUNCH is defined. However, you should be able to get through your problem by adjusting your b= oot_crunch.conf slightly: Try http://pastebin.com/Ge6UCZEZ The difference being: --- boot_crunch.conf.orig 2013-01-03 16:29:20.000000000 -0800 +++ boot_crunch.conf 2013-01-03 16:29:13.000000000 -0800 @@ -17,6 +17,7 @@ =20 srcdirs /usr/src/sbin progs camcontrol +special camcontrol objs camcontrol.o modeedit.o util.o progs dhclient progs fsck_ffs progs ifconfig --=20 Devin _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you. From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 16:25:10 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E242C76D for ; Wed, 23 Jan 2013 16:25:10 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-227-057.chi1.dsl.speakeasy.net [64.81.227.57]) by mx1.freebsd.org (Postfix) with ESMTP id 7F8B3E91 for ; Wed, 23 Jan 2013 16:25:07 +0000 (UTC) Received: from i7-quad-PC.computinginnovations.com (dhcp-10-20-30-142.computinginnovations.com [10.20.30.142]) by betty.computinginnovations.com (8.14.5/8.14.3) with ESMTP id r0NGOldw057746; Wed, 23 Jan 2013 10:24:47 -0600 (CST) (envelope-from derek@computinginnovations.com) Message-Id: <6.0.0.22.2.20130123101917.069e4328@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 23 Jan 2013 10:24:38 -0600 To: Polytropon , Hrisikesh sahu From: Derek Ragona Subject: Re: Fresh installation 9.1 In-Reply-To: <20130123153004.cfdcd3de.freebsd@edvax.de> References: <20130123153004.cfdcd3de.freebsd@edvax.de> Mime-Version: 1.0 X-yoursite-MailScanner-Information: Please contact the ISP for more information X-yoursite-MailScanner-ID: r0NGOldw057746 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 16:25:10 -0000 At 08:30 AM 1/23/2013, Polytropon wrote: >On Wed, 23 Jan 2013 19:49:13 +0530, Hrisikesh sahu wrote: > > Hi All, > > I am facing a strange issue.. > > I installed 9.1 release and installation went successful > > After boot up i got this error - > > > > > > File system had an unexpected inconsistency. > > > ufs : /dev/ada0s1d (/var) > > unknown error ; ! Help > > Error - Aborting Boot > > > > Going to single user mode. > > > > # > > > > > > Please help me if i need to do anything else. > >It seems that the /var partition has not been unmounted >properly. Perform a manual file system check and retry. > >The command > > # fsck -yf /dev/ada0s1d > >should be applied in single user mode, with /var being >unmounted. > >To make sure file systems are clean _prior_ to booting >the system, put > > background_fsck="NO" > >into /etc/rc.conf; this may lead to longer startup times >when something is "strange" regarding file systems, but >it will prevent you from booting into a possibly damaged >environment (which could cause more trouble and maybe even >data loss, which justifies the longer boot time in my >opinion). > I setup a number of servers with 9.1 and had the same issue. I'm not sure why, all of the installation went with no errors. I ended up with this in rc.conf: fsck_y_enable="YES" background_fsck="NO" force_fsck="YES" After a few reboots I was able to take it out. Also if you have this in /etc/rc.conf: dumpdev="YES" It always does a dump even on reboot, which also marks the filesystems as dirty. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 16:37:14 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7B2E9E30 for ; Wed, 23 Jan 2013 16:37:14 +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 252E3F59 for ; Wed, 23 Jan 2013 16:37:14 +0000 (UTC) Received: from r56.edvax.de (port-92-195-45-17.dynamic.qsc.de [92.195.45.17]) by mx01.qsc.de (Postfix) with ESMTP id C6B943D0FB; Wed, 23 Jan 2013 17:37:05 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0NGb7bn002332; Wed, 23 Jan 2013 17:37:07 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Wed, 23 Jan 2013 17:37:07 +0100 From: Polytropon To: Derek Ragona Subject: Re: Fresh installation 9.1 Message-Id: <20130123173707.71c7e31f.freebsd@edvax.de> In-Reply-To: <6.0.0.22.2.20130123101917.069e4328@mail.computinginnovations.com> References: <20130123153004.cfdcd3de.freebsd@edvax.de> <6.0.0.22.2.20130123101917.069e4328@mail.computinginnovations.com> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Hrisikesh sahu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 16:37:14 -0000 On Wed, 23 Jan 2013 10:24:38 -0600, Derek Ragona wrote: > Also if you have this in /etc/rc.conf: > dumpdev="YES" > > It always does a dump even on reboot, which also marks the filesystems as > dirty. That doesn't seem to conform to what /etc/defaults/rc.conf says: dumpdev="NO" # Device to crashdump to (device name, AUTO, or NO). dumpdir="/var/crash" # Directory where crash dumps are to be stored savecore_flags="" # Used if dumpdev is enabled above, and present. crashinfo_enable="YES" # Automatically generate crash dump summary. crashinfo_program="/usr/sbin/crashinfo" # Script to generate crash dump summary. So "YES" looks invalid. But note that I could be wrong here, I'm checking on a v8 system, not v9, so maybe the configuration has actually been changed... -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 16:41:28 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 95E25250 for ; Wed, 23 Jan 2013 16:41:28 +0000 (UTC) (envelope-from scizaro007@gmail.com) Received: from mail-gh0-f191.google.com (mail-gh0-f191.google.com [209.85.160.191]) by mx1.freebsd.org (Postfix) with ESMTP id 5662CFA7; Wed, 23 Jan 2013 16:41:27 +0000 (UTC) Received: by mail-gh0-f191.google.com with SMTP id f1so1515193ghb.18 for ; Wed, 23 Jan 2013 08:41:27 -0800 (PST) X-Received: by 10.182.86.162 with SMTP id q2mr75603obz.28.1358959287381; Wed, 23 Jan 2013 08:41:27 -0800 (PST) X-Google-Doc-Id: 4dfc365f122a43d6 X-Google-Web-Client: true Date: Wed, 23 Jan 2013 08:41:26 -0800 (PST) From: scizaro007@gmail.com To: ml-freebsd-questions@googlegroups.com Message-Id: <3fd2d26f-3852-4827-a590-584508c22b29@googlegroups.com> In-Reply-To: <20130118200824.GA4084@rancor.immure.com> References: <20130118200824.GA4084@rancor.immure.com> Subject: Re: Safe way to repair corrupted GPT partition table? MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_919_24802124.1358959286795" X-Google-IP: 106.51.107.40 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: questions list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 16:41:28 -0000 ------=_Part_919_24802124.1358959286795 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi you may once try with this partition recovery software. It can help you to recover all sort of data from corrupted or lost partition. It helped me lot to recover my data from lost partition. It works really well to all kind of partition. For more details visit the link- http://www.macpartitionrecovery.com/corrupted.html ------=_Part_919_24802124.1358959286795-- From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 16:44:08 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B9A6D5C2; Wed, 23 Jan 2013 16:44:08 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: from mail-lb0-f176.google.com (mail-lb0-f176.google.com [209.85.217.176]) by mx1.freebsd.org (Postfix) with ESMTP id 1B950FE3; Wed, 23 Jan 2013 16:44:07 +0000 (UTC) Received: by mail-lb0-f176.google.com with SMTP id s4so3109658lbc.21 for ; Wed, 23 Jan 2013 08:44:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=TL3IRGKTArIULhVi3QIh6ezSc4Kh7MzQiFGFQShb0ro=; b=EKtb0niIUYwiD3IhQG3cPanb7ua6uOObxkxby6WjEMSbPbGsQTAu1ZNrTJ7UR5sV3t TWlWDd4mIjC9lMWozPYCcEVvcZ+mZYZpKJY2hFUvVH/0g2SLHzltUFX07w8LBxEFCPqe yB+9int3+1KgsCOuYZy5nI4hh0kGkGRvgy9QvvvcmnppM+D0/d+ba6LlmotHt1vh7rP7 JoxJJhxo8HN/5LZK2hUVk+NI/Uqu3auLdKsgXVkrqzGtAoluFewTSXgJdSl21mC3Wr+T WyUP8NCJ6rIBjBNPl45vCPEiFB6aOMM5JVVWpMteaeWcJnsQqYzd0fp8bfqWZTVACYkC RAEQ== MIME-Version: 1.0 X-Received: by 10.112.51.44 with SMTP id h12mr948694lbo.111.1358959446539; Wed, 23 Jan 2013 08:44:06 -0800 (PST) Sender: vrwmiller@gmail.com Received: by 10.112.3.68 with HTTP; Wed, 23 Jan 2013 08:44:06 -0800 (PST) In-Reply-To: <82E7A4A3-B65D-4ECA-BEF4-FD67445AF1B2@fisglobal.com> References: <82E7A4A3-B65D-4ECA-BEF4-FD67445AF1B2@fisglobal.com> Date: Wed, 23 Jan 2013 11:44:06 -0500 X-Google-Sender-Auth: jxvWirc2bLtYFiMgk_QyteBpk5M Message-ID: Subject: Re: building crunchgen fails From: Rick Miller To: Devin Teske Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 16:44:08 -0000 On Wed, Jan 23, 2013 at 11:01 AM, Devin Teske wrote: > > On Jan 23, 2013, at 7:22 AM, Rick Miller wrote: > >> Hi All, >> >> When executing crunchgen -o boot_crunch.conf && make -f boot_crunch.mk >> I get the following error: >> >> cc -static -o boot_crunch boot_crunch.o hostname.lo pwd.lo rm.lo sh.lo >> ls.lo test.lo cat.lo df.lo sleep.lo camcontrol.lo dhclient.lo >> fsck_ffs.lo ifconfig.lo mount_nfs.lo newfs.lo route.lo rtsol.lo >> tunefs.lo kenv.lo sysctl.lo mdmfs.lo dmesg.lo fdisk.lo bsdlabel.lo >> uname.lo cpio.lo find.lo minigzip.lo sed.lo awk.lo fetch.lo arp.lo >> sysinstall.lo usbconfig.lo grep.lo -lcam -lsbuf -lutil -ll -ledit >> -lfetch -lmd -lcrypt -lftpio -lz -lnetgraph -ldialog -lncurses -ldisk >> -lufs -ldevinfo -lkvm -lgeom -lbsdxml -larchive -lbz2 -lusb -lgnuregex >> -llzma -lssl -lcrypto -ljail -lm >> camcontrol.lo(.text+0x730b): In function `main': >> : undefined reference to `mode_edit' >> camcontrol.lo(.text+0x73fa): In function `main': >> : undefined reference to `mode_list' >> *** Error code 1 >> >> Stop in /tmp/crunchtmp. >> >> I understand that there may need to be some shuffling of the libraries >> in the boot_crunch.conf, but I've done that to no avail. Wondering if >> anyone else may be able to shed some light on this... >> >> The boot_crunch.conf can be viewed at http://pastebin.com/ZwVPQn3h >> > > According to the Makefile, if RELEASE_CRUNCH is defined, then modeedit.o object is omitted (causing your undefined references). > > I perceive the long-term real solution would be to patch camcontrol.c (and pedantically camcontrol.h) to not use mode_edit()/mode_list() when RELEASE_CRUNCH is defined. > > However, you should be able to get through your problem by adjusting your boot_crunch.conf slightly: > > Try http://pastebin.com/Ge6UCZEZ > > The difference being: > > --- boot_crunch.conf.orig 2013-01-03 16:29:20.000000000 -0800 > +++ boot_crunch.conf 2013-01-03 16:29:13.000000000 -0800 > @@ -17,6 +17,7 @@ > > srcdirs /usr/src/sbin > progs camcontrol > +special camcontrol objs camcontrol.o modeedit.o util.o > progs dhclient > progs fsck_ffs > progs ifconfig Thanks, Devin! That worked...which Makefile did you find this in? -- Take care Rick Miller From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 17:00:41 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1E559DF1 for ; Wed, 23 Jan 2013 17:00:41 +0000 (UTC) (envelope-from 49bd1bb2.duZ.dtO.r.2iiYV3+questions=freebsd.org@bnc.mailjet.com) Received: from o6.p4.mailjet.com (o6.p4.mailjet.com [178.33.221.6]) by mx1.freebsd.org (Postfix) with ESMTP id C759C138 for ; Wed, 23 Jan 2013 17:00:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/simple; q=dns/txt; d=bnc.mailjet.com; i=@bnc.mailjet.com; s=mailjet; h=message-id:mime-version:content-type:from:reply-to:to:subject:date:x-priority:precedence:x-sender; bh=Lnq7hLUfc8Pk5q1TeapzSJJQWsk=; b=irSgAzldQ9eaphJYbu/8QOchWnJsEeesDrzOO5uQEBbCLwR9WFw396r1oEA4AuaMnBRnSgDg0lv2GGLz5RiUULmaDxb2VN6RliFG/uyCGH0pi05lo7P110UG/i9XXXu808d7g4sG/QTCZmYOdLDsBzpbs7aLYqBgfOyR4NNP/qY= Message-Id: <49bd1bb2.duZ.dtO.r.2iiYV3@mailjet.com> Mime-Version: 1.0 From: "Martin Maxson" To: questions@freebsd.org Subject: =?utf-8?Q?Insert_Paypal_Here_And_Receive_Your_Cash_Prize=e2=9c=94?= Date: Wed, 23 Jan 2013 17:38:38 +0100 X-Priority: 3 (Normal) Precedence: bulk X-Sender: martinmaxson@cash-made-simple.info Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Reply-To: "martinmaxson@cash-made-simple.info" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 17:00:41 -0000 View online version Heres my 4 HUGE F'REE giveaway links. Get them while there HOT !!!==>http://solo-ads.org/38m1==>http://solo-ads.org/kts4All the best guysTo Your SuccessTakeabuck Methods   This email has been sent to questions@freebsd.org, click here to unsubscribe. wayne smith 65 tennyson road s652nq rotherham From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 18:20:15 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 336901F1; Wed, 23 Jan 2013 18:20:15 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id 01B10694; Wed, 23 Jan 2013 18:20:14 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.16]) by ltcfislmsgpa06.fnfis.com (8.14.5/8.14.5) with ESMTP id r0NIK0LO002535 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Wed, 23 Jan 2013 12:20:11 -0600 Received: from [10.0.0.102] (10.14.152.7) by smtp.fisglobal.com (10.132.206.16) with Microsoft SMTP Server (TLS) id 14.2.309.2; Wed, 23 Jan 2013 12:19:46 -0600 Subject: Re: building crunchgen fails MIME-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset="iso-8859-1" From: Devin Teske In-Reply-To: Date: Wed, 23 Jan 2013 10:19:44 -0800 Content-Transfer-Encoding: quoted-printable Message-ID: <662D7C34-8A06-412D-9319-C988D8242156@fisglobal.com> References: <82E7A4A3-B65D-4ECA-BEF4-FD67445AF1B2@fisglobal.com> To: Rick Miller X-Mailer: Apple Mail (2.1283) X-Originating-IP: [10.14.152.7] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8327, 1.0.431, 0.0.0000 definitions=2013-01-23_06:2013-01-23,2013-01-23,1970-01-01 signatures=0 Cc: Devin Teske , FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Devin Teske List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 18:20:15 -0000 On Jan 23, 2013, at 8:44 AM, Rick Miller wrote: > On Wed, Jan 23, 2013 at 11:01 AM, Devin Teske = wrote: >>=20 >> On Jan 23, 2013, at 7:22 AM, Rick Miller wrote: >>=20 >>> Hi All, >>>=20 >>> When executing crunchgen -o boot_crunch.conf && make -f boot_crunch.mk >>> I get the following error: >>>=20 >>> cc -static -o boot_crunch boot_crunch.o hostname.lo pwd.lo rm.lo sh.lo >>> ls.lo test.lo cat.lo df.lo sleep.lo camcontrol.lo dhclient.lo >>> fsck_ffs.lo ifconfig.lo mount_nfs.lo newfs.lo route.lo rtsol.lo >>> tunefs.lo kenv.lo sysctl.lo mdmfs.lo dmesg.lo fdisk.lo bsdlabel.lo >>> uname.lo cpio.lo find.lo minigzip.lo sed.lo awk.lo fetch.lo arp.lo >>> sysinstall.lo usbconfig.lo grep.lo -lcam -lsbuf -lutil -ll -ledit >>> -lfetch -lmd -lcrypt -lftpio -lz -lnetgraph -ldialog -lncurses -ldisk >>> -lufs -ldevinfo -lkvm -lgeom -lbsdxml -larchive -lbz2 -lusb -lgnuregex >>> -llzma -lssl -lcrypto -ljail -lm >>> camcontrol.lo(.text+0x730b): In function `main': >>> : undefined reference to `mode_edit' >>> camcontrol.lo(.text+0x73fa): In function `main': >>> : undefined reference to `mode_list' >>> *** Error code 1 >>>=20 >>> Stop in /tmp/crunchtmp. >>>=20 >>> I understand that there may need to be some shuffling of the libraries >>> in the boot_crunch.conf, but I've done that to no avail. Wondering if >>> anyone else may be able to shed some light on this... >>>=20 >>> The boot_crunch.conf can be viewed at https://urldefense.proofpoint.com= /v1/url?u=3Dhttp://pastebin.com/ZwVPQn3h&k=3D%2FbkpAUdJWZuiTILCq%2FFnQg%3D%= 3D%0A&r=3DMrjs6vR4%2Faj2Ns9%2FssHJjg%3D%3D%0A&m=3DHnn4NG9Hyf8%2F%2F0%2FFE6h= jIC649weMNcRXdV4V8oYmXGs%3D%0A&s=3Da3915bb0ab3862b707fc373a12f153257c6a06b1= ee05925c9714f88fc81d783b >>>=20 >>=20 >> According to the Makefile, if RELEASE_CRUNCH is defined, then modeedit.o= object is omitted (causing your undefined references). >>=20 >> I perceive the long-term real solution would be to patch camcontrol.c (a= nd pedantically camcontrol.h) to not use mode_edit()/mode_list() when RELEA= SE_CRUNCH is defined. >>=20 >> However, you should be able to get through your problem by adjusting you= r boot_crunch.conf slightly: >>=20 >> Try https://urldefense.proofpoint.com/v1/url?u=3Dhttp://pastebin.com/Ge6= UCZEZ&k=3D%2FbkpAUdJWZuiTILCq%2FFnQg%3D%3D%0A&r=3DMrjs6vR4%2Faj2Ns9%2FssHJj= g%3D%3D%0A&m=3DHnn4NG9Hyf8%2F%2F0%2FFE6hjIC649weMNcRXdV4V8oYmXGs%3D%0A&s=3D= 27ceca7c7f03287568ea4d5c6af082fdf0e1182cdd8b90841429dd7d55752e42 >>=20 >> The difference being: >>=20 >> --- boot_crunch.conf.orig 2013-01-03 16:29:20.000000000 -0800 >> +++ boot_crunch.conf 2013-01-03 16:29:13.000000000 -0800 >> @@ -17,6 +17,7 @@ >>=20 >> srcdirs /usr/src/sbin >> progs camcontrol >> +special camcontrol objs camcontrol.o modeedit.o util.o >> progs dhclient >> progs fsck_ffs >> progs ifconfig >=20 > Thanks, Devin! That worked...which Makefile did you find this in? >=20 sbin/camcontrol/Makefile --=20 Cheers, Devin _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you. From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 20:08:28 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D8EF4498 for ; Wed, 23 Jan 2013 20:08:28 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 6CB26BD6 for ; Wed, 23 Jan 2013 20:08:21 +0000 (UTC) Received: from [10.0.10.3] ([173.88.197.103]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 23 Jan 2013 12:07:20 -0800 Message-ID: <510042DC.6000406@a1poweruser.com> Date: Wed, 23 Jan 2013 15:06:52 -0500 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: FreeBSD questions Subject: creating new user account password. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Jan 2013 20:07:20.0715 (UTC) FILETIME=[404A65B0:01CDF9A5] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 20:08:28 -0000 I know I can create a new user account having a password same as the user name. After logging in the first time using the user account name as the password, I want to force the user to create a new password. Is there a way to do that? From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 20:08:36 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F3A67527; Wed, 23 Jan 2013 20:08:35 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by mx1.freebsd.org (Postfix) with ESMTP id 12C26BD7; Wed, 23 Jan 2013 20:08:34 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id dq11so2420059wgb.2 for ; Wed, 23 Jan 2013 12:08:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:user-agent:mime-version :content-type:content-transfer-encoding:message-id; bh=cQQow+B0A96YdaOq4/OQSHeuYW03ksgTxHVaN4fcni4=; b=keKLGTONlklCkoAdhGiHHJ5/alozVzz5Uj5TJQgTuCE0Dhv+9Vx3gBVMF9CXXOkmg8 U9QG9fVjY/V7ufDaZ7RhXVAK1Z7iGKHq/uRDJtrOkL0bHpc3A7f+M2ROK1Xl/Ns9YALa nqgE7/ExHXAUkYsao6D5cgTUjQQgVpsGMXxHSBIUqB1usYG0+iZb0DVnx+vACvwt5cxC DLemeWTTpOIevwKNmzfC6oJLtIyfInszwjevqcLplikCnX0Rm6z1BFCrJpeV8Z3jd//0 LzBKHqY7iOkFnKed9QqPc/l/HzOer3J8mG77wvV/1hj7A0VXDLCmD5VbtTjBZT2ULVdb +5sg== X-Received: by 10.180.78.137 with SMTP id b9mr29496579wix.30.1358971713815; Wed, 23 Jan 2013 12:08:33 -0800 (PST) Received: from dragon.dg (41-132-93-222.dsl.mweb.co.za. [41.132.93.222]) by mx.google.com with ESMTPS id df2sm28388713wib.0.2013.01.23.12.08.29 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 23 Jan 2013 12:08:32 -0800 (PST) From: David Naylor To: freebsd-questions@freebsd.org, freebsd-emulation@freebsd.org Subject: Wine-fbsd64 updated to 1.5.22 (32bit Wine for 64bit FreeBSD) Date: Wed, 23 Jan 2013 22:08:14 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-RELEASE; KDE/4.9.1; amd64; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2512383.ej4Bn3jPeB"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201301232208.18712.naylor.b.david@gmail.com> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 20:08:36 -0000 --nextPart2512383.ej4Bn3jPeB Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, Packages [1] for wine-fbsd64-1.5.21 have been uploaded to mediafire [2]. T= he=20 packages for FreeBSD 10 have been temporarily discontinued due to build err= ors=20 [3]. =20 Please read the installation messages, if you use the nVidia graphics drive= r,=20 for further information. =20 =46AQ =2D-- Q: Wine crashing when launching some 3D programs (aka games) A: This appears to be some clash with software however I have not been able= to=20 isolate where the problem is occurring (wine, ports, world, kernel, i386,=20 amd64). A possible solution in to try upgrading, or downgrading, software= =20 used however I have not been able to fix the problem with my attempts. If = you=20 find a solution please email me, or post the solution on the mailing list. Q: wine: failed to initialize: / usr/local/lib32/wine/ntdll.dll.so: Undefin= ed symbol "_ThreadRuneLocale" A: This problem is specific to FreeBSD-9.0, please either stick with=20 wine-1.5.10 or update to a newer version of FreeBSD (-STABLE or 9.1). =20 Apologies for the inconvenience. =20 Q: Creating pkgng packages for FreeBSD-9 A: When there is no demand for FreeBSD-8 packages I'll create additional pk= gng=20 packages for FreeBSD-9. Since it is possible to install the existing pkg=20 packages in a pkgng environment (which I do) this is not a high priority. = =20 Q: Wine doesn't run (properly) with a clang built world A: Clang was compiling i386 on a 16-byte boundary while gcc was using a 4-b= yte=20 boundary. To fix, recompile world after ensuring your sources include=20 http://beta.freshbsd.org/commit/freebsd/r242835 or the relevant MFC. =20 Regards, David [1] MD5 (wine-1.5.x-freebsd8/wine-fbsd64-1.5.22,1.tbz) =3D=20 a4c0b8454cee0af89525764e522c3c5c MD5 (wine-1.5.x-freebsd9/wine-fbsd64-1.5.22.1.txz) =3D=20 963a74f63b2b979e5ad0b792c0bfa3af [2] http://www.mediafire.com/wine_fbsd64 [3] I'm building using FreeBSD 9.1 system and a FreeBSD 10-current chroot. = =20 The error is "tar: getvfsbyname failed: No such file or directory". Likely= a=20 compatibility issue... --nextPart2512383.ej4Bn3jPeB Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEABECAAYFAlEAQzIACgkQUaaFgP9pFrItRQCfa0LtoZWIYStZdHKfCxrynTSS lfUAniJcOc/2/0FJnF4EykzWS832T/ke =qsyI -----END PGP SIGNATURE----- --nextPart2512383.ej4Bn3jPeB-- From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 20:25:28 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B49A0BAF for ; Wed, 23 Jan 2013 20:25:28 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 36B0FD29 for ; Wed, 23 Jan 2013 20:25:28 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.2.117.99]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.6/8.14.6) with ESMTP id r0NKPK7Z025573 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Wed, 23 Jan 2013 20:25:20 GMT (envelope-from matthew@FreeBSD.org) DKIM-Filter: OpenDKIM Filter v2.7.4 smtp.infracaninophile.co.uk r0NKPK7Z025573 Authentication-Results: smtp.infracaninophile.co.uk/r0NKPK7Z025573; dkim=none reason="no signature"; dkim-adsp=none (insecure policy) Message-ID: <51004729.6080809@FreeBSD.org> Date: Wed, 23 Jan 2013 20:25:13 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: creating new user account password. References: <510042DC.6000406@a1poweruser.com> In-Reply-To: <510042DC.6000406@a1poweruser.com> X-Enigmail-Version: 1.5 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2SBLHVXTHSQESLMEMXVMN" X-Virus-Scanned: clamav-milter 0.97.6 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 20:25:28 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2SBLHVXTHSQESLMEMXVMN Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 23/01/2013 20:06, Fbsd8 wrote: > I know I can create a new user account having a password same as the > user name. After logging in the first time using the user account name > as the password, I want to force the user to create a new password. > Is there a way to do that? You can set the password to expire virtually immediately: pw usermod -n username -p +1m or add the '-p +1m' bit to the 'pw useradd' line used to create the accou= nt. I believe this will mean the user is required to set a new password on login after the password has expired. Might be an idea to test that thou= gh. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey ------enig2SBLHVXTHSQESLMEMXVMN Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlEARzAACgkQ8Mjk52CukIxF6ACeOsFfnSgm69oiRW3lCN9EsHPh osEAnjGKU7EWQW73lhf0mbX7/iYrBXn7 =z20C -----END PGP SIGNATURE----- ------enig2SBLHVXTHSQESLMEMXVMN-- From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 20:26:23 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BDC02C58 for ; Wed, 23 Jan 2013 20:26:23 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45]) by mx1.freebsd.org (Postfix) with ESMTP id 929AFD49 for ; Wed, 23 Jan 2013 20:26:23 +0000 (UTC) Received: from 24-181-237-39.dhcp.oxfr.ma.charter.com ([24.181.237.39] helo=Gregory-Larkins-iMac.local) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1Ty6th-000Du5-Dp; Wed, 23 Jan 2013 15:26:22 -0500 Received: from Gregory-Larkins-iMac.local (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by Gregory-Larkins-iMac.local (Postfix) with ESMTPS id 948A819A2C26; Wed, 23 Jan 2013 15:26:12 -0500 (EST) Message-ID: <51004764.2000400@FreeBSD.org> Date: Wed, 23 Jan 2013 15:26:12 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Fbsd8 References: <510042DC.6000406@a1poweruser.com> In-Reply-To: <510042DC.6000406@a1poweruser.com> X-Enigmail-Version: 1.5 X-SA-Exim-Connect-IP: 24.181.237.39 X-SA-Exim-Mail-From: glarkin@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.sourcehosting.net X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.1 Subject: Re: creating new user account password. Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) Cc: FreeBSD questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 23 Jan 2013 20:26:23 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 1/23/13 3:06 PM, Fbsd8 wrote: > I know I can create a new user account having a password same as > the user name. After logging in the first time using the user > account name as the password, I want to force the user to create a > new password. Is there a way to do that? This looks like it will help: http://www.itedit.com/blog/?p=34 Regards, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlEAR2QACgkQ0sRouByUApDN/QCgh9B23vgN7bv9otoKnt3t8dqW 30QAoLsdUgTRl6Fx0N5wEdcGZ/of3LUi =1n+g -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 20:34:58 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A0FC111F for ; Wed, 23 Jan 2013 20:34:58 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from mailhost01.okstate.edu (mailhost08.okstate.edu [139.78.133.14]) by mx1.freebsd.org (Postfix) with ESMTP id 5C2ABDB7 for ; Wed, 23 Jan 2013 20:34:58 +0000 (UTC) Received: from x.it.okstate.edu (x.it.okstate.edu [139.78.2.13]) by mailhost08.okstate.edu (8.14.5/8.14.5) with ESMTP id r0NKQGWv025331 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 23 Jan 2013 14:26:50 -0600 Received: from x.it.okstate.edu (localhost [127.0.0.1]) by x.it.okstate.edu (8.14.5/8.14.5) with ESMTP id r0NKQGqF070301 for ; Wed, 23 Jan 2013 14:26:16 -0600 (CST) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <201301232026.r0NKQGqF070301@x.it.okstate.edu> From: Martin McCormick To: FreeBSD Questions Subject: Setuid binaries and File Ownerships in FreeBSD9.0 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <70299.1358972776.1@x.it.okstate.edu> Date: Wed, 23 Jan 2013 14:26:16 -0600 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8327, 1.0.431, 0.0.0000 definitions=2013-01-23_06:2013-01-23,2013-01-23,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=adultspam_notspam policy=adultspam score=0 spamscore=0 suspectscore=1 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1211240000 definitions=main-1301230177 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 20:34:58 -0000 The executable in question is a C program whos file permissions are 4755 and the file belongs to root so all files it opens are also owned by root and that works properly, but what I need is for this application to first open a few files owned by the caller and then later, upgrade back to root and write to files the caller can not write to. I was hoping to avoid using chown and chgrp and simply let the privilege level of the application dictate ownership of any file it opens. When the application first runs, it gets the UID and GID of the user and uses setuid(heruid); and setgid(hergid); to temporarily downgrade and those files are owned by the right user but setuid(0); doesn't appear to upgrade back to root. Is there any other strategy that gets one back to root short of using chown and then a system call and never downgrading privilege? Thank you. From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 20:43:25 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D0E8B628 for ; Wed, 23 Jan 2013 20:43:25 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45]) by mx1.freebsd.org (Postfix) with ESMTP id AA41DE3E for ; Wed, 23 Jan 2013 20:43:25 +0000 (UTC) Received: from 24-181-237-39.dhcp.oxfr.ma.charter.com ([24.181.237.39] helo=Gregory-Larkins-iMac.local) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1Ty7AB-000Dza-F3; Wed, 23 Jan 2013 15:43:24 -0500 Received: from Gregory-Larkins-iMac.local (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by Gregory-Larkins-iMac.local (Postfix) with ESMTPS id 162CE19A2D5B; Wed, 23 Jan 2013 15:43:15 -0500 (EST) Message-ID: <51004B62.5090305@FreeBSD.org> Date: Wed, 23 Jan 2013 15:43:14 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Xyne References: <20130116185832.GB8524@external.screwed.box> <50F6FD37.5060309@gmail.com> <20130116193534.GC8524@external.screwed.box> <50F704CE.3010904@gmail.com> <20130116200754.GD8524@external.screwed.box> <50F70C60.4000108@FreeBSD.org> <20130116205533.GE8524@external.screwed.box> <20130117045431.GB5392@external.screwed.box> <20130119052245.004da49b@archlinux.ca> In-Reply-To: <20130119052245.004da49b@archlinux.ca> X-Enigmail-Version: 1.5 X-SA-Exim-Connect-IP: 24.181.237.39 X-SA-Exim-Mail-From: glarkin@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.sourcehosting.net X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.1 Subject: Re: svn-export Re: svn bdb checkout? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) Cc: Peter Vereshagin , freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 23 Jan 2013 20:43:25 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 1/19/13 12:22 AM, Xyne wrote: > Hi, > > svn-export has now been rewritten in Python 3. Here's a quick list > of changes/features: > > * threads have been replaced with forks (and remain optional) * new > option to set svn binary * new option to generate shell script > instead of using internal calls * no subshell invocation * only svn > binary is called directly > > I've only done some quick testing. Let me know how it works. > > Regards, Xyne > Hi Xyne, Thanks for turning that around so quickly, and I am doing some testing here with the idea to incorporate svn-export into the FreeBSD ports tree. I've run into a couple of problems that I hope you can take a look at it: - - Changesets containing directory or file deletions cause the script to exit. Here is an example where I fetched the FreeBSD ports tree at a particular revision, then attempted to update to the latest revision: # python3 svn-export --revision-file foo2.dat http://svn.freebsd.org/head/ports-mgmt ports-mgmt Determining current revision. Current revision is 310894. Determining changes [310000:310894]. 16 new/modified files, 5 deletions Traceback (most recent call last): File "svn-export", line 407, in svn.main() File "svn-export", line 380, in main self.remove_old_files(deleted) File "svn-export", line 302, in remove_old_files os.unlink(path) PermissionError: [Errno 1] Operation not permitted: 'ports-mgmt/pkg/files' - - I can't get the --to-script option to work if there are any file/directory deletions in the changeset. It looks like the actual deletion operations are attempted (like above) even when the - --to-script option is selected. Let me know if you need any other information. Thank you, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlEAS2IACgkQ0sRouByUApCNCACeKQ7hFTqIwX65utRksM2B/9g3 tl4AoKz3MT+I+vB4nUntVzHbiTe2p7CV =hd+V -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 20:46:00 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 547107B9 for ; Wed, 23 Jan 2013 20:46:00 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45]) by mx1.freebsd.org (Postfix) with ESMTP id 061D5E60 for ; Wed, 23 Jan 2013 20:45:59 +0000 (UTC) Received: from 24-181-237-39.dhcp.oxfr.ma.charter.com ([24.181.237.39] helo=Gregory-Larkins-iMac.local) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1Ty7Cl-000E0b-4R; Wed, 23 Jan 2013 15:45:59 -0500 Received: from Gregory-Larkins-iMac.local (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by Gregory-Larkins-iMac.local (Postfix) with ESMTPS id BADED19A2DA1; Wed, 23 Jan 2013 15:45:54 -0500 (EST) Message-ID: <51004C02.9040107@FreeBSD.org> Date: Wed, 23 Jan 2013 15:45:54 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Peter Vereshagin References: <20130123012915.GA16404@external.screwed.box> In-Reply-To: <20130123012915.GA16404@external.screwed.box> X-Enigmail-Version: 1.5 X-SA-Exim-Connect-IP: 24.181.237.39 X-SA-Exim-Mail-From: glarkin@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.sourcehosting.net X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.1 Subject: Re: 'svn-export' incrementing? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) Cc: xyne@archlinux.ca, questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 23 Jan 2013 20:46:00 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 1/22/13 8:29 PM, Peter Vereshagin wrote: > Hello. > > I use the 'svn-export this way and expect it will try to update > the 'work-tree' next time I run it: > > $ python3 svn-export-2013.1/svn-export > http://svn.gna.org/svn/nasmail/trunk nasmail Exporting new > repository. Exported revision 1546 [portato@screwed /tmp]$ ls -a > nasmail . decode plugin_pack tests > utilities .. nasmail plugins > translations [portato@screwed /tmp]$ python3 > svn-export-2013.1/svn-export http://svn.gna.org/svn/nasmail/trunk > nasmail Exporting new repository. svn: E155000: Destination > directory exists; please remove the directory or use --force to > overwrite svn: E155000: 'nasmail' already exists error: Command > '['svn', 'export', '-r', 'HEAD', > 'http://svn.gna.org/svn/nasmail/trunk', 'nasmail']' returned > non-zero exit status 1 > > I believe there is something wrong in the way I use the > 'svn-export'. Otherwise it's a no problem for me to patch for > '--force'. > > How can I update the already created 'work tree' with 'svn update'? > I think the correct answer is a good idea for 'Synopsis' docs > section. > Hi Peter, In order for svn-export to work in incremental mode, you need to use the --revision-file argument like so: python3 svn-export-2013.1/svn-export -r rev.dat http://svn.gna.org/svn/nasmail/trunk nasmail Then at some point in the future, run the same command. svn-export will read rev.dat, compare the version in there with the current HEAD revision. If they are different, the script creates a diff and applies it to the local directory. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlEATAIACgkQ0sRouByUApDBCgCgthHZtPIKq332sNIa7gyxnt/9 BcMAn2aXoD0niPr90A/r+etu0HD7XYxG =tpL9 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 21:15:40 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 91CBBF5C for ; Wed, 23 Jan 2013 21:15:40 +0000 (UTC) (envelope-from oliver@freebsd.org) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [78.111.72.186]) by mx1.freebsd.org (Postfix) with ESMTP id D20D5F76 for ; Wed, 23 Jan 2013 21:15:39 +0000 (UTC) Received: (qmail 57422 invoked by uid 80); 23 Jan 2013 21:15:37 -0000 Received: from dsdf-4db5257d.pool.mediaWays.net (dsdf-4db5257d.pool.mediaWays.net [77.181.37.125]) by avocado.salatschuessel.net (Horde Framework) with HTTP; Wed, 23 Jan 2013 22:15:37 +0100 Date: Wed, 23 Jan 2013 22:15:37 +0100 Message-ID: <20130123221537.Horde.8LiRA0mL-VI5d-S-VYpm5Q8@avocado.salatschuessel.net> From: Oliver Lehmann To: David Demelier Subject: Re: OSS and ALSA References: <50FD4E38.5040305@freebsd.org> <50FD6649.5040509@freebsd.org> <20130121172321.Horde.Ai_h1kd4LLQ_nfhnMFr-qQ1@avocado.salatschuessel.net> <50FD8512.5050609@gmail.com> In-Reply-To: <50FD8512.5050609@gmail.com> User-Agent: Internet Messaging Program (IMP) H5 (6.0.3) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Cc: FreeBSD multi , Ralf Mardorf , FreeBSD quest , Andriy Gapon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 21:15:40 -0000 I noticed, that the OSS4 plugin also workes without the oss4 dependency. Can someone please try this as well? - deinstall audacious-plugins - deinstall oss4 - change audacious-plugins/Makefile and comment out the oss4 BUILD_DEPENDENCY - install audacious-plugins - start audacious for me it works... please some more "tests". From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 21:52:00 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5091CBBF for ; Wed, 23 Jan 2013 21:52:00 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 1153422E for ; Wed, 23 Jan 2013 21:51:59 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ty8Ew-0008Ls-7N for freebsd-questions@freebsd.org; Wed, 23 Jan 2013 22:52:14 +0100 Received: from 79-139-19-75.prenet.pl ([79.139.19.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Jan 2013 22:52:14 +0100 Received: from jb.1234abcd by 79-139-19-75.prenet.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Jan 2013 22:52:14 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: jb Subject: Re: Setuid binaries and File Ownerships in FreeBSD9.0 Date: Wed, 23 Jan 2013 21:51:41 +0000 (UTC) Lines: 38 Message-ID: References: <201301232026.r0NKQGqF070301@x.it.okstate.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 79.139.19.75 (Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130109 Firefox/10.0.12) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 21:52:00 -0000 Martin McCormick dc.cis.okstate.edu> writes: > > The executable in question is a C program whos file > permissions are 4755 and the file belongs to root so all files > it opens are also owned by root and that works properly, but > what I need is for this application to first open a few files owned by > the caller and then later, upgrade back to root and write to > files the caller can not write to. I was hoping to avoid using > chown and chgrp and simply let the privilege level of the > application dictate ownership of any file it opens. > > When the application first runs, it gets the UID and GID > of the user and uses > > setuid(heruid); and setgid(hergid); to temporarily downgrade and > those files are owned by the right user but setuid(0); doesn't > appear to upgrade back to root. > > Is there any other strategy that gets one back to root > short of using chown and then a system call and never > downgrading privilege? > > Thank you. Unix processes have an effective (EUID, EGID), a real (UID, GID) and a saved (SUID, SGID) ID. Get familiar with this document: http://www.cs.berkeley.edu/~daw/papers/setuid-usenix02.pdf Then verify its validity on your target and current OS. jb From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 21:53:54 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E266CDBA for ; Wed, 23 Jan 2013 21:53:54 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id 903E5259 for ; Wed, 23 Jan 2013 21:53:54 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id r0NLvOir062346; Wed, 23 Jan 2013 15:57:24 -0600 (CST) Date: Wed, 23 Jan 2013 15:57:24 -0600 (CST) From: Robert Bonomi Message-Id: <201301232157.r0NLvOir062346@mail.r-bonomi.com> To: freebsd-questions@freebsd.org, martin@dc.cis.okstate.edu Subject: Re: Setuid binaries and File Ownerships in FreeBSD9.0 In-Reply-To: <201301232026.r0NKQGqF070301@x.it.okstate.edu> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 21:53:54 -0000 > From: Martin McCormick > To: FreeBSD Questions > Subject: Setuid binaries and File Ownerships in FreeBSD9.0 > Date: Wed, 23 Jan 2013 14:26:16 -0600 > [[.. sneck ..]] > When the application first runs, it gets the UID and GID > of the user and uses > > setuid(heruid); and setgid(hergid); to temporarily downgrade and > those files are owned by the right user but setuid(0); doesn't > appear to upgrade back to root. > > Is there any other strategy that gets one back to root > short of using chown and then a system call and never > downgrading privilege? man setEuid From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 22:20:56 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EAA864C8 for ; Wed, 23 Jan 2013 22:20:56 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from mailhost01.okstate.edu (mailhost07.okstate.edu [139.78.133.12]) by mx1.freebsd.org (Postfix) with ESMTP id 83B3F356 for ; Wed, 23 Jan 2013 22:20:55 +0000 (UTC) Received: from x.it.okstate.edu (x.it.okstate.edu [139.78.2.13]) by mailhost07.okstate.edu (8.14.5/8.14.5) with ESMTP id r0NLxWvg015583 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 23 Jan 2013 15:59:32 -0600 Received: from x.it.okstate.edu (localhost [127.0.0.1]) by x.it.okstate.edu (8.14.5/8.14.5) with ESMTP id r0NLxWaf071310 for ; Wed, 23 Jan 2013 15:59:32 -0600 (CST) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <201301232159.r0NLxWaf071310@x.it.okstate.edu> From: Martin McCormick cc: freebsd-questions@freebsd.org Subject: Re: Setuid binaries and File Ownerships in FreeBSD9.0 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <71308.1358978372.1@x.it.okstate.edu> Date: Wed, 23 Jan 2013 15:59:32 -0600 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8327, 1.0.431, 0.0.0000 definitions=2013-01-23_06:2013-01-23,2013-01-23,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=adultspam_notspam policy=adultspam score=0 spamscore=0 suspectscore=2 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1211240000 definitions=main-1301230197 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 22:20:57 -0000 jb writes: > Get familiar with this document: > http://www.cs.berkeley.edu/~daw/papers/setuid-usenix02.pdf > > Then verify its validity on your target and current OS. Thank you. I had read the man page several times and like most man pages, it is a summary and one can miss some of the finer points which I seem to be missing right now. From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 22:22:18 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 44344657 for ; Wed, 23 Jan 2013 22:22:18 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com [74.125.83.53]) by mx1.freebsd.org (Postfix) with ESMTP id CEBFE373 for ; Wed, 23 Jan 2013 22:22:17 +0000 (UTC) Received: by mail-ee0-f53.google.com with SMTP id e53so4219347eek.12 for ; Wed, 23 Jan 2013 14:22:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=DFI5+0pJET8l9gkPmHAbfhY7eAje3BmcYT3yY1EMCIM=; b=vsLXMPpfHUUbV6j3z2Es9mILSNmRNZDGIWY/y5/Hh1D/fmPi2mStlUnxuqAEUh7YiL dEA1CR2zL883XI+a3iApasQS9cPo6WZWCcjFmzvQUK198JDw8zWMXj+1mr7bwJMahHUy zbPXHsKAL9bD32/WKpB3HEm2W0MWJCo/AeV8xroloh/C3hBgWSnYdYW2oiWxqQjE11Te 0zJCLNpm6MZi+VBqUaqmOARGfbQgEQtIxWs2hA8GGxMRW2LEIJ/1cemuhWYSkq9d275v BlSKpQ4Vm2CdNnlg5aEX9o17F/xRh5LMRkazypTX+Ljx1XTpI1AqTCuKr2a+4MPNf47a ZnWQ== X-Received: by 10.14.3.137 with SMTP id 9mr8731344eeh.2.1358979730865; Wed, 23 Jan 2013 14:22:10 -0800 (PST) Received: from Melon.malikania.fr (AStrasbourg-651-1-15-57.w81-51.abo.wanadoo.fr. [81.51.150.57]) by mx.google.com with ESMTPS id z8sm32600068eeo.11.2013.01.23.14.22.07 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 23 Jan 2013 14:22:09 -0800 (PST) Message-ID: <51006270.8070204@gmail.com> Date: Wed, 23 Jan 2013 23:21:36 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130115 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: urxvt mouse selection / links troubles References: <50EFBEF3.2050700@gmail.com> <20130111141806.756b7446@fabiankeil.de> <20130111141250.GE12956@unistra.fr> In-Reply-To: <20130111141250.GE12956@unistra.fr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 22:22:18 -0000 On 11/01/2013 15:12, Guy Brand wrote: > Fabian Keil (freebsd-listen@fabiankeil.de) on 11/01/2013 at 14:18 wrote: > > Hi > >>> I use rxvt-unicode for years, but these days I'm having trouble when >>> selecting link texts, what does not work anymore : >>> > ... > >>> URxvt*font: xft:DejaVu Sans Mono:pixelsize=11 >>> URxvt*modifier:alt >>> URxvt*urlLauncher: firefox > > The changelog of 9.16 says there is an incompatible change from version > 9.15: urlLauncher resource has been renamed to url-launcher. > Thanks! Didn't see this one, it works again :) Cheers, David From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 22:40:38 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 46D55B89; Wed, 23 Jan 2013 22:40:38 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 06908662; Wed, 23 Jan 2013 22:40:25 +0000 (UTC) Received: from [10.0.10.3] ([173.88.197.103]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 23 Jan 2013 14:37:40 -0800 Message-ID: <510065E4.4070200@a1poweruser.com> Date: Wed, 23 Jan 2013 17:36:20 -0500 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Matthew Seaman Subject: Re: creating new user account password. References: <510042DC.6000406@a1poweruser.com> <51004729.6080809@FreeBSD.org> In-Reply-To: <51004729.6080809@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Jan 2013 22:37:46.0733 (UTC) FILETIME=[443771D0:01CDF9BA] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] Cc: glarkin@FreeBSD.org, freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 22:40:38 -0000 Matthew Seaman wrote: > On 23/01/2013 20:06, Fbsd8 wrote: >> I know I can create a new user account having a password same as the >> user name. After logging in the first time using the user account name >> as the password, I want to force the user to create a new password. >> Is there a way to do that? > > You can set the password to expire virtually immediately: > > pw usermod -n username -p +1m > > or add the '-p +1m' bit to the 'pw useradd' line used to create the account. > > I believe this will mean the user is required to set a new password on > login after the password has expired. Might be an idea to test that though. > > Cheers, > > Matthew > Thank you both, Matthew and Greg I added -p 12-12-12 as a date in the past day 12 month 12 year 12. I tested and right after entering the account name pw I was asked for a new password. That is what I wanted. Matthew gave me the -p option to use on the pw adduser command and Greg gave me the clue to use a date in the past. From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 23:24:22 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C735E93D for ; Wed, 23 Jan 2013 23:24:22 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm15-vm0.bullet.mail.ird.yahoo.com (nm15-vm0.bullet.mail.ird.yahoo.com [77.238.189.216]) by mx1.freebsd.org (Postfix) with SMTP id EFE2F837 for ; Wed, 23 Jan 2013 23:24:21 +0000 (UTC) Received: from [77.238.189.232] by nm15.bullet.mail.ird.yahoo.com with NNFMP; 23 Jan 2013 23:24:14 -0000 Received: from [212.82.108.254] by tm13.bullet.mail.ird.yahoo.com with NNFMP; 23 Jan 2013 23:24:14 -0000 Received: from [127.0.0.1] by omp1019.mail.ird.yahoo.com with NNFMP; 23 Jan 2013 22:37:18 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 887747.29489.bm@omp1019.mail.ird.yahoo.com Received: (qmail 85622 invoked by uid 60001); 23 Jan 2013 22:37:18 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358980638; bh=+5teqfZoCyasjjX6ARKpScDTmag9OVH+OkG4iPLFG1Q=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=F7yq40rAV6zGsxLvOAGNeN4rWrKNa+vEyegj8OibPuK7nxPSfC1oZYSeLr1L7Gz6xJbfPGDCAX5owoSf2ZCa4KofPzZxqqpYcxtOvTkuOYqNHfv/aoyxdLmSeOfjutpBKtiLhcf4TOgcZP2wEYok2Rro/pZu1PCAx+qsMWUXT88= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rocketmail.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=mBimYhP4NNQcNMueXivfqAtgP4rg4HN/r43UXzug7tiMDHXqBnFyTQom5nrbxXCJm5nqIEnvd4AkWg/vPN/P+jsHtJWKcJAeQOt8xyjUjcmuDE/dGlygwgvP80U2MJ9Cfkk2/cQoXQmlFnep3WO0iXgaw4HK3E26N16t1kcJBhE=; X-YMail-OSG: KJjedd8VM1laH9DBsAYeFUP6fxclbQVB2Jd_EudJ.yEyUK0 zPmsWwXjTaEQBVdbI8GZQBgdDTdtEgSahojrka7Z2s1maxRNCzSAlut4hOsP 8unz0NHAs.5Zyf0YeP4ktwts3dedTvdzxtY5yfnjWYRWY1IX41igS7Sxjz9e MVyUwbqN_LRFXkOVNNu1FU5BGCcarlrvrwbBgHNvIdmMKyNwgjNsFyIaT0t. LhZPZkzA1W_aM5TyUa3_1lpIFZnygZ2eEldMhE.1su_eE7y1zDrUYvrzIUpa T9S6Z7iaH6sparpmpcRtlS3Pc54IFhcQdWC5hWYs2KGcXOAeUDeqWAlDPLTp Yijq80jc0dXz_64acp990Ed84CO53zJwt.XtDn5F3GmM71VaEVvi3l5Erigo 53AD6krlkDBBD9n9diCeXPcyVJI8q1yeb06RoOUiZhfawLoXE6A8QGNX0Jmv A554ZwSzLlzEkGswJRCgM8Ma_iW4n8iDfCH_isrA- Received: from [92.224.211.117] by web172204.mail.ir2.yahoo.com via HTTP; Wed, 23 Jan 2013 22:37:17 GMT X-Rocket-MIMEInfo: 001.001, SSB3b25kZXIgaWYgbXkgb3JpZ2luYWwgbWFpbCBkaWQgcmVhY2ggYW55Ym9keSwgaXQgc2VlbWluZ2x5IGRpZG4ndCBjYW1lIHRocm91Z2ggdGhlIGxpc3RzLiBVbmZvcnR1bmF0ZWx5IEkgZGVsZXRlZCB0aGUgbWFpbCB3aXRoIHRoZSB2ZXJib3NlIHJlcG9ydC4KCk5vIHJlcG9ydCBub3csIGp1c3QgYSBzaG9ydCBub3RlOgoKSXQgZG9lcyB3b3JrIGhlcmUgdG9vLgoKSHRoLApSYWxmCgotLS0tLSBVcnNwcsO8bmdsaWNoZSBNZXNzYWdlIC0tLS0tClZvbjogT2xpdmVyIExlaG1hbm4gPG9saXZlckBmcmVlYnMBMAEBAQE- X-Mailer: YahooMailWebService/0.8.130.494 References: <50FD4E38.5040305@freebsd.org> <50FD6649.5040509@freebsd.org> <20130121172321.Horde.Ai_h1kd4LLQ_nfhnMFr-qQ1@avocado.salatschuessel.net> <50FD8512.5050609@gmail.com> <20130123221537.Horde.8LiRA0mL-VI5d-S-VYpm5Q8@avocado.salatschuessel.net> Message-ID: <1358980637.85321.YahooMailNeo@web172204.mail.ir2.yahoo.com> Date: Wed, 23 Jan 2013 22:37:17 +0000 (GMT) From: Mardorf Ralf Subject: Re: OSS and ALSA To: Oliver Lehmann , David Demelier In-Reply-To: <20130123221537.Horde.8LiRA0mL-VI5d-S-VYpm5Q8@avocado.salatschuessel.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD multi , FreeBSD quest , Andriy Gapon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Mardorf Ralf List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 23:24:22 -0000 I wonder if my original mail did reach anybody, it seemingly didn't came th= rough the lists. Unfortunately I deleted the mail with the verbose report.= =0A=0ANo report now, just a short note:=0A=0AIt does work here too.=0A=0AHt= h,=0ARalf=0A=0A----- Urspr=FCngliche Message -----=0AVon: Oliver Lehmann =0AAn: David Demelier =0ACC: Fr= eeBSD multi ; Ralf Mardorf ; FreeBSD quest ; Andriy Gapon = =0AGesendet: 22:15 Mittwoch, 23.Januar 2013=0ABetreff: Re:= OSS and ALSA=0A=0AI noticed, that the OSS4 plugin also workes without the = oss4 dependency.=0ACan someone please try this as well?=0A=0A- deinstall au= dacious-plugins=0A- deinstall oss4=0A- change audacious-plugins/Makefile an= d comment out the oss4 BUILD_DEPENDENCY=0A- install audacious-plugins=0A- s= tart audacious=0A=0Afor me it works... please some more "tests".=0A=0A=0A__= _____________________________________________=0Afreebsd-questions@freebsd.o= rg mailing list=0Ahttp://lists.freebsd.org/mailman/listinfo/freebsd-questio= ns=0ATo unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebs= d.org"=0A From owner-freebsd-questions@FreeBSD.ORG Wed Jan 23 23:25:39 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7A6499EF for ; Wed, 23 Jan 2013 23:25:39 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm19.bullet.mail.ird.yahoo.com (nm19.bullet.mail.ird.yahoo.com [77.238.189.76]) by mx1.freebsd.org (Postfix) with SMTP id E19C0852 for ; Wed, 23 Jan 2013 23:25:38 +0000 (UTC) Received: from [77.238.189.230] by nm19.bullet.mail.ird.yahoo.com with NNFMP; 23 Jan 2013 23:25:31 -0000 Received: from [217.146.188.169] by tm11.bullet.mail.ird.yahoo.com with NNFMP; 23 Jan 2013 23:25:28 -0000 Received: from [127.0.0.1] by smtp137.mail.ird.yahoo.com with NNFMP; 23 Jan 2013 22:17:52 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1358979472; bh=9xE2xHiXdK2b4U0cFZwueWTCOZY6rVQB0ILd8cyTNbM=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Cc:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=39GeEbYwXC7qGXwcWGaGzT7TQxbzOgpx16Vuve42GQ7e4lKu1KjkAXRxYQJSpjDVs67oSxgMUqldq0ykVQRFKIbvteeE7zjajgr7qoVPhlipLA+i+HcVZbf6uj5vt74g3LwP+mvgE73OIx0alT3Hn5+jMKmLrAau8mWUP6C6LjM= X-Yahoo-Newman-Id: 822546.97929.bm@smtp137.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: OqYk6b8VM1lVD16NLWMuT7T9R4ZvEPYM2HwnZa_rJ7BQbKR 40gHWvfCUx3CA.X.ATB2_5C1UwsYsnnp8Lc3lf6PSN3rdWfJthyEf63suSEb 6fThRzVE2xEULVVE4x7uZ6uXFsA_X.Ji1STWR9b9WfSL9ozWAoqpsb17p48v sXSNeFchBlQJfNYiGhJcLUa7OJZW37tiAA3itH1yV9oUsyL.3JHlAiZrNld2 gcu51OSIDi0T7mpWwWh1EN2Tg7_Css7.2G6jD_Z33sVF5COhKuwY3CkAfwiA W7Tu.qIsQ0ibFNRQ8Z0487Ai0J1vHjDFR3m4zFd9ytt4EYWYWg0AXbsGQHR1 pRhMtuaBcIeLwrdzKRVDAJ.DuWh61HgdBNT.gi8lMa3iDAN7QsQkNgDRDYZA E0np.WZzv9L5HFNeBGDdaVw5fJzTLCdyUjf51vmwfB4sNAFl3IOHOqiuJCHe 0Df4QCP67KG0ijdrVBZLwdoB3LNHkI61RnpM- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@92.224.211.117 with login) by smtp137.mail.ird.yahoo.com with SMTP; 23 Jan 2013 14:17:52 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "David Demelier" , "Oliver Lehmann" Subject: Re: OSS and ALSA References: <50FD4E38.5040305@freebsd.org> <50FD6649.5040509@freebsd.org> <20130121172321.Horde.Ai_h1kd4LLQ_nfhnMFr-qQ1@avocado.salatschuessel.net> <50FD8512.5050609@gmail.com> <20130123221537.Horde.8LiRA0mL-VI5d-S-VYpm5Q8@avocado.salatschuessel.net> Date: Wed, 23 Jan 2013 23:17:50 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <20130123221537.Horde.8LiRA0mL-VI5d-S-VYpm5Q8@avocado.salatschuessel.net> User-Agent: Opera Mail/12.12 (FreeBSD) Cc: FreeBSD multi , FreeBSD quest , Andriy Gapon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2013 23:25:39 -0000 The audacious-plugins on my system were build with NOTIFY, OSS4 and PULSE disabled, anything else was enabled. # cd /usr/ports/multimedia/audacious-plugins ; make deinstall ===> Deinstalling for multimedia/audacious-plugins ===> Deinstalling audacious-plugins-3.3.3 pkg_delete: file '/usr/local/lib/audacious/General/mtp_up.so' doesn't exist pkg_delete: unable to completely remove directory '/usr/local/lib/audacious/General' pkg_delete: unable to completely remove directory '/usr/local/lib/audacious/Input/amidi-plug' pkg_delete: unable to completely remove directory '/usr/local/lib/audacious/Input' pkg_delete: unable to completely remove directory '/usr/local/share/doc/audacious-plugins' pkg_delete: couldn't entirely delete package `audacious-plugins-3.3.3' (perhaps the packing list is incorrectly specified?) # mcedit Makefile #.if ${PORT_OPTIONS:MOSS4} #BUILD_DEPENDS+= ${LOCALBASE}/lib/oss/include/sys/soundcard.h:${PORTSDIR}/audio/oss #PLIST_SUB+= OSS4PLUGIN="" #CONFIGURE_ARGS+=--enable-oss4 #.else #PLIST_SUB+= OSS4PLUGIN="@comment " #CONFIGURE_ARGS+=--disable-oss4 #.endif # make install clean [snip] ===> Registering installation for audacious-plugins-3.3.3 ===> Cleaning for audacious-plugins-3.3.3 $ audacious ERR: bio2jack.c::releaseDriver(353) lock returned an error ERR: bio2jack.c::releaseDriver(353) lock returned an error ERR: bio2jack.c::releaseDriver(353) lock returned an error ERR: bio2jack.c::releaseDriver(353) lock returned an error ERR: bio2jack.c::releaseDriver(353) lock returned an error ERR: bio2jack.c::releaseDriver(353) lock returned an error ERR: bio2jack.c::releaseDriver(353) lock returned an error ERR: bio2jack.c::releaseDriver(353) lock returned an error ERR: bio2jack.c::releaseDriver(353) lock returned an error ERR: bio2jack.c::releaseDriver(353) lock returned an error However, using jackd it does play still ok. When I switched to SDL output, the sound became louder and muddy, but it's still ok. When I switched to OSS4 output, the sound is equal to SDL, perhaps it does sound different to jackd (using OSS), regarding to the loudness. For ALSA the terminal output continued with ALSA lib ctl_oss.c:408:(_snd_ctl_oss_open) Cannot get mixer info for device /dev/mixer alsa: snd_mixer_attach failed: Invalid argument. ALSA lib ctl_oss.c:408:(_snd_ctl_oss_open) Cannot get mixer info for device /dev/mixer It does "work", but "plays" with chattering gaps, the same effect when using zynaddsubfx by jackd using OSS, when I chose ADAT, but now I used the analog IOs only. This effect can differ, sometimes it's more like noise, for ADAT I experienced the noise like sound only for this synaddsubfx test. alsa: snd_pcm_recover failed: Unknown error: 6144. alsa: snd_pcm_recover failed: Unknown error: 7168. alsa: snd_pcm_recover failed: Unknown error: 6144. alsa: snd_pcm_recover failed: Unknown error: 7168. alsa: snd_pcm_recover failed: Unknown error: 6144. alsa: snd_pcm_recover failed: Unknown error: 7168. alsa: snd_pcm_recover failed: Unknown error: 7168. alsa: snd_pcm_recover failed: Unknown error: 7168. alsa: snd_pcm_recover failed: Unknown error: 7168. alsa: snd_pcm_recover failed: Unknown error: 6144. alsa: snd_pcm_recover failed: Unknown error: 7168. For file writer plugin an error window displays: "Cannot open /home/musicpd/music/piano2-1.wav: Permission denied." Hth, Ralf From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 00:28:39 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 08B167F4 for ; Thu, 24 Jan 2013 00:28:39 +0000 (UTC) (envelope-from cyberleo@cyberleo.net) Received: from paka.cyberleo.net (mtumishi.cyberleo.net [216.226.128.201]) by mx1.freebsd.org (Postfix) with ESMTP id D82F3A60 for ; Thu, 24 Jan 2013 00:28:38 +0000 (UTC) Received: from [172.16.44.4] (den.cyberleo.net [216.80.73.130]) by paka.cyberleo.net (Postfix) with ESMTPSA id 518361255CD; Wed, 23 Jan 2013 15:51:14 -0500 (EST) Message-ID: <51004D41.2070609@cyberleo.net> Date: Wed, 23 Jan 2013 14:51:13 -0600 From: CyberLeo Kitsana User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121201 Thunderbird/10.0.11 MIME-Version: 1.0 To: Martin McCormick Subject: Re: Setuid binaries and File Ownerships in FreeBSD9.0 References: <201301232026.r0NKQGqF070301@x.it.okstate.edu> In-Reply-To: <201301232026.r0NKQGqF070301@x.it.okstate.edu> X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 00:28:39 -0000 On 01/23/2013 02:26 PM, Martin McCormick wrote: > The executable in question is a C program whos file > permissions are 4755 and the file belongs to root so all files > it opens are also owned by root and that works properly, but > what I need is for this application to first open a few files owned by > the caller and then later, upgrade back to root and write to > files the caller can not write to. I was hoping to avoid using > chown and chgrp and simply let the privilege level of the > application dictate ownership of any file it opens. > > When the application first runs, it gets the UID and GID > of the user and uses > > setuid(heruid); and setgid(hergid); to temporarily downgrade and > those files are owned by the right user but setuid(0); doesn't > appear to upgrade back to root. > > Is there any other strategy that gets one back to root > short of using chown and then a system call and never > downgrading privilege? seteuid(2) ? Alternately, open the privileged files before dropping root; you should still be able to write to them afterwards. -- Fuzzy love, -CyberLeo Furry Peace! - http://www.fur.com/peace/ From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 05:57:50 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0CB3A419 for ; Thu, 24 Jan 2013 05:57:50 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (neu.net [199.48.129.194]) by mx1.freebsd.org (Postfix) with ESMTP id B3F80872 for ; Thu, 24 Jan 2013 05:57:49 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.6/8.14.5) with ESMTP id r0O5vksY068163 for ; Thu, 24 Jan 2013 00:57:47 -0500 (EST) (envelope-from andy@neu.net) Date: Thu, 24 Jan 2013 00:57:46 -0500 (EST) From: AN To: freebsd-questions@freebsd.org Subject: problem with espeak Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.97.6 at my.mail.server X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=4.5 tests=RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 05:57:50 -0000 Is anyone successfully using espeak? I have the following installed: espeak-1.46.02_1 A software speech synthesizer /usr/local/lib/compat/pkg/libespeak.so.1.1.46 /usr/local/lib/libespeak.a /usr/local/lib/libespeak.so /usr/local/lib/libespeak.so.1 /usr/local/lib/libespeak.so.1.1.46 ls -l /usr/local/share/espeak total 4 drwxr-xr-x 6 root wheel 1024 Dec 11 22:17 espeak-data # mixer Mixer vol is currently set to 62:62 Mixer pcm is currently set to 100:100 Mixer speaker is currently set to 74:74 Mixer line is currently set to 50:50 Mixer mic is currently set to 67:67 Mixer mix is currently set to 74:74 Mixer rec is currently set to 35:35 Mixer igain is currently set to 0:0 Mixer ogain is currently set to 100:100 Recording source: mic All sound is working normally, however when I try espeak "This is a test" nothing is heard. Thanks in advance for any help. From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 06:20:54 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 70300761 for ; Thu, 24 Jan 2013 06:20:54 +0000 (UTC) (envelope-from oliver@freebsd.org) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [78.111.72.186]) by mx1.freebsd.org (Postfix) with ESMTP id B5E958F4 for ; Thu, 24 Jan 2013 06:20:53 +0000 (UTC) Received: (qmail 73952 invoked by uid 80); 24 Jan 2013 06:20:51 -0000 Received: from 164.61.223.12 ([164.61.223.12]) by avocado.salatschuessel.net (Horde Framework) with HTTP; Thu, 24 Jan 2013 07:20:51 +0100 Date: Thu, 24 Jan 2013 07:20:51 +0100 Message-ID: <20130124072051.Horde.5-jY9Ega2QELCXnrw4asqg1@avocado.salatschuessel.net> From: Oliver Lehmann To: Ralf Mardorf Subject: Re: OSS and ALSA References: <50FD4E38.5040305@freebsd.org> <50FD6649.5040509@freebsd.org> <20130121172321.Horde.Ai_h1kd4LLQ_nfhnMFr-qQ1@avocado.salatschuessel.net> <50FD8512.5050609@gmail.com> <20130123221537.Horde.8LiRA0mL-VI5d-S-VYpm5Q8@avocado.salatschuessel.net> In-Reply-To: User-Agent: Internet Messaging Program (IMP) H5 (6.0.3) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Cc: David Demelier , FreeBSD multi , FreeBSD quest , Andriy Gapon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 06:20:54 -0000 Hi Ralf, the idea was to only comment out BUILD_DEPENDS+= ${LOCALBASE}/lib/oss/include/sys/soundcard.h:${PORTSDIR}/audio/oss not the whole OSS4 block ;) But Ma Ralf Mardorf wrote: > The audacious-plugins on my system were build with NOTIFY, OSS4 and > PULSE disabled, anything else was enabled. > > # cd /usr/ports/multimedia/audacious-plugins ; make deinstall > ===> Deinstalling for multimedia/audacious-plugins > ===> Deinstalling audacious-plugins-3.3.3 > pkg_delete: file '/usr/local/lib/audacious/General/mtp_up.so' doesn't exist > pkg_delete: unable to completely remove directory > '/usr/local/lib/audacious/General' > pkg_delete: unable to completely remove directory > '/usr/local/lib/audacious/Input/amidi-plug' > pkg_delete: unable to completely remove directory > '/usr/local/lib/audacious/Input' > pkg_delete: unable to completely remove directory > '/usr/local/share/doc/audacious-plugins' > pkg_delete: couldn't entirely delete package `audacious-plugins-3.3.3' > (perhaps the packing list is incorrectly specified?) > > # mcedit Makefile > > #.if ${PORT_OPTIONS:MOSS4} > #BUILD_DEPENDS+= ${LOCALBASE}/lib/oss/include/sys/soundcard.h:${PORTSDIR}/audio/oss > #PLIST_SUB+= OSS4PLUGIN="" > #CONFIGURE_ARGS+=--enable-oss4 > #.else > #PLIST_SUB+= OSS4PLUGIN="@comment " > #CONFIGURE_ARGS+=--disable-oss4 > #.endif > > # make install clean > [snip] > ===> Registering installation for audacious-plugins-3.3.3 > ===> Cleaning for audacious-plugins-3.3.3 > > $ audacious > ERR: bio2jack.c::releaseDriver(353) lock returned an error > ERR: bio2jack.c::releaseDriver(353) lock returned an error > ERR: bio2jack.c::releaseDriver(353) lock returned an error > ERR: bio2jack.c::releaseDriver(353) lock returned an error > ERR: bio2jack.c::releaseDriver(353) lock returned an error > ERR: bio2jack.c::releaseDriver(353) lock returned an error > ERR: bio2jack.c::releaseDriver(353) lock returned an error > ERR: bio2jack.c::releaseDriver(353) lock returned an error > ERR: bio2jack.c::releaseDriver(353) lock returned an error > ERR: bio2jack.c::releaseDriver(353) lock returned an error > > However, using jackd it does play still ok. > When I switched to SDL output, the sound became louder and muddy, > but it's still ok. > When I switched to OSS4 output, the sound is equal to SDL, perhaps > it does sound different to jackd (using OSS), regarding to the > loudness. > For ALSA the terminal output continued with > > ALSA lib ctl_oss.c:408:(_snd_ctl_oss_open) Cannot get mixer info for > device /dev/mixer > alsa: snd_mixer_attach failed: Invalid argument. > ALSA lib ctl_oss.c:408:(_snd_ctl_oss_open) Cannot get mixer info for > device /dev/mixer > > It does "work", but "plays" with chattering gaps, the same effect > when using zynaddsubfx by jackd using OSS, when I chose ADAT, but > now I used the analog IOs only. This effect can differ, sometimes > it's more like noise, for ADAT I experienced the noise like sound > only for this synaddsubfx test. > > alsa: snd_pcm_recover failed: Unknown error: 6144. > alsa: snd_pcm_recover failed: Unknown error: 7168. > alsa: snd_pcm_recover failed: Unknown error: 6144. > alsa: snd_pcm_recover failed: Unknown error: 7168. > alsa: snd_pcm_recover failed: Unknown error: 6144. > alsa: snd_pcm_recover failed: Unknown error: 7168. > alsa: snd_pcm_recover failed: Unknown error: 7168. > alsa: snd_pcm_recover failed: Unknown error: 7168. > alsa: snd_pcm_recover failed: Unknown error: 7168. > alsa: snd_pcm_recover failed: Unknown error: 6144. > alsa: snd_pcm_recover failed: Unknown error: 7168. > > For file writer plugin an error window displays: > "Cannot open /home/musicpd/music/piano2-1.wav: Permission denied." > > Hth, > Ralf From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 09:05:30 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 59D058FC for ; Thu, 24 Jan 2013 09:05:30 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm9-vm0.bullet.mail.ird.yahoo.com (nm9-vm0.bullet.mail.ird.yahoo.com [77.238.189.197]) by mx1.freebsd.org (Postfix) with SMTP id 8C83975 for ; Thu, 24 Jan 2013 09:05:29 +0000 (UTC) Received: from [77.238.189.232] by nm9.bullet.mail.ird.yahoo.com with NNFMP; 24 Jan 2013 09:05:26 -0000 Received: from [46.228.39.23] by tm13.bullet.mail.ird.yahoo.com with NNFMP; 24 Jan 2013 09:05:26 -0000 Received: from [127.0.0.1] by smtp208.mail.ir2.yahoo.com with NNFMP; 24 Jan 2013 09:05:25 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359018325; bh=MXw44Ti66V9O2EcXYau/2MejWgCw1cqsu0oBL1vX0RU=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Cc:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=MR7NihWcLH1KMfUFVF8wtK6QR/MZK+A8Y9Wi9IbJbzNGGfwnETZDXOsbg4t5X19tsUmRhr8HkmZxhgp00lMSfh2Lt/1qonnhckC7tQ3kNDX7NrY7AxVWmRyv/BZIuOHSYy3CH1ow+ebqPJ+QIgBMPwGEIphUa6Pq6rzTK0549u8= X-Yahoo-Newman-Id: 980232.83109.bm@smtp208.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: 0Xc3.tUVM1kZxHjx5d1Tn3ZnRXuJJxq.BJLC5F_3W1ewSjA IGJF2H3tu3Auh7ZBQK6NrNpbZe.FbBFfz.R2IRj062Y6KyR4z8QpYUSh1BcO XyA.M.8ygRsOVT6yRJnbzs78QkjOVLuzotEawp484K7m5QMsN1IaldVMpCs7 dM8e6zqwflq4arfwsGy6mb_PJY5_3EWnuD0tJDNHHru7a5Ejh0NZ_iSM2QzG 9KemkoT8wnX9lcbtTWiLLsGZGxQ9BxcxOrqa2gDlu3HCvo7u2wy2wuiZTne4 dj65TyAaUa00GxsmkTmWIivdGwy6uJHdGPZR4DXb7JD7.KrNGH2s0FpdXy0_ hj8xltzzF27p4PockAgNK4vNrghq7d37xnrcYFSdfJw8itltdtq7IuocKi0w znoBj5BOba1c7T1.BItQS8p1pu4Is25fPOp_Ce9vokIry X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@92.224.209.34 with login) by smtp208.mail.ir2.yahoo.com with SMTP; 24 Jan 2013 09:05:25 +0000 UTC Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Oliver Lehmann" Subject: Re: OSS and ALSA References: <50FD4E38.5040305@freebsd.org> <50FD6649.5040509@freebsd.org> <20130121172321.Horde.Ai_h1kd4LLQ_nfhnMFr-qQ1@avocado.salatschuessel.net> <50FD8512.5050609@gmail.com> <20130123221537.Horde.8LiRA0mL-VI5d-S-VYpm5Q8@avocado.salatschuessel.net> <20130124072051.Horde.5-jY9Ega2QELCXnrw4asqg1@avocado.salatschuessel.net> Date: Thu, 24 Jan 2013 10:05:25 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <20130124072051.Horde.5-jY9Ega2QELCXnrw4asqg1@avocado.salatschuessel.net> User-Agent: Opera Mail/12.12 (FreeBSD) Cc: David Demelier , FreeBSD multi , FreeBSD quest , Andriy Gapon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 09:05:30 -0000 On Thu, 24 Jan 2013 07:20:51 +0100, Oliver Lehmann wrote: > Hi Ralf, > > the idea was to only comment out > > BUILD_DEPENDS+= > ${LOCALBASE}/lib/oss/include/sys/soundcard.h:${PORTSDIR}/audio/oss > > not the whole OSS4 block ;) > > But Ma Should I build it again? IMO it isn't needed, since OSS does work, even while everything is commented out. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 09:15:55 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5D413E25 for ; Thu, 24 Jan 2013 09:15:55 +0000 (UTC) (envelope-from oliver@freebsd.org) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [78.111.72.186]) by mx1.freebsd.org (Postfix) with ESMTP id A916A131 for ; Thu, 24 Jan 2013 09:15:54 +0000 (UTC) Received: (qmail 82335 invoked by uid 80); 24 Jan 2013 09:15:47 -0000 Received: from 164.61.223.12 ([164.61.223.12]) by avocado.salatschuessel.net (Horde Framework) with HTTP; Thu, 24 Jan 2013 10:15:47 +0100 Date: Thu, 24 Jan 2013 10:15:47 +0100 Message-ID: <20130124101547.Horde.7C1ae_37gL0mlKgZ6oSpLg1@avocado.salatschuessel.net> From: Oliver Lehmann To: Ralf Mardorf Subject: Re: OSS and ALSA References: <50FD4E38.5040305@freebsd.org> <50FD6649.5040509@freebsd.org> <20130121172321.Horde.Ai_h1kd4LLQ_nfhnMFr-qQ1@avocado.salatschuessel.net> <50FD8512.5050609@gmail.com> <20130123221537.Horde.8LiRA0mL-VI5d-S-VYpm5Q8@avocado.salatschuessel.net> <20130124072051.Horde.5-jY9Ega2QELCXnrw4asqg1@avocado.salatschuessel.net> In-Reply-To: User-Agent: Internet Messaging Program (IMP) H5 (6.0.3) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Cc: David Demelier , FreeBSD multi , FreeBSD quest , Andriy Gapon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 09:15:55 -0000 Ralf Mardorf wrote: > On Thu, 24 Jan 2013 07:20:51 +0100, Oliver Lehmann > wrote: >> Hi Ralf, >> >> the idea was to only comment out >> >> BUILD_DEPENDS+= >> ${LOCALBASE}/lib/oss/include/sys/soundcard.h:${PORTSDIR}/audio/oss >> >> not the whole OSS4 block ;) >> >> But Ma > > Should I build it again? IMO it isn't needed, since OSS does work, > even while everything is commented out. OK, probably it was autodetected. I'll commit my change later to enable OSS support without the additional oss4 dependency. From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 09:26:19 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 52732402 for ; Thu, 24 Jan 2013 09:26:19 +0000 (UTC) (envelope-from ralf.mardorf@alice-dsl.net) Received: from smtp-out02.alice-dsl.net (smtp-out02.alice-dsl.net [88.44.60.9]) by mx1.freebsd.org (Postfix) with ESMTP id CD6D31D5 for ; Thu, 24 Jan 2013 09:26:18 +0000 (UTC) Received: from out.alice-dsl.de ([192.168.125.59]) by smtp-out02.alice-dsl.net with Microsoft SMTPSVC(6.0.3790.3959); Thu, 24 Jan 2013 10:26:09 +0100 Received: from freebsd ([92.224.209.34]) by out.alice-dsl.de with Microsoft SMTPSVC(6.0.3790.3959); Thu, 24 Jan 2013 10:26:02 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Subject: Re: Fwd: Re: Sharing a mail folder between Linux and FreeBSD References: <1358988080.4855.5.camel@precise> Date: Thu, 24 Jan 2013 10:26:01 +0100 To: "FreeBSD quest" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <1358988080.4855.5.camel@precise> User-Agent: Opera Mail/12.12 (FreeBSD) X-OriginalArrivalTime: 24 Jan 2013 09:26:02.0225 (UTC) FILETIME=[D3BC8610:01CDFA14] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 09:26:19 -0000 I was surpriesed, when Evolution from Linux had no permissions anymore to access the mail folder, after drwxrwx--- rocketmouse wheel was stable for FreeBSD I wasn't aware, that even between Linux only, the folders for mount points share the same permissions, once the partition is mounted, since my Linux users usually share the same uid. I tested it some minutes ago. However, I add a group freebsd (1001) to a Linux and chown/chmod most of the pass without -R option and for the mail directory I used the -R option, now everything _should_ work ... $ ls -hAl /mnt drwxrwx--- 21 1000 rocketmouse 4.0k Oct 28 19:11 archlinux but at the end of the pass I noticed this: $ ls -hAl /mnt/archlinux/home/spinymouse/.local/share/evolution/mail total 28 drwxrwx--- 3 1000 rocketmouse 4.0k Jan 24 02:37 1323712251.1853.2@archlinux drwxrwx--- 3 1000 rocketmouse 4.0k Jan 24 02:13 1353406324.3645.4@q drwxrwx--- 3 1000 rocketmouse 4.0k Jan 24 02:13 1353606434.360.4@q drwx------ 2 1000 1000 4.0k Jan 24 02:37 1358783158.2173.1@precise drwxrwx--- 17 1000 rocketmouse 4.0k Jan 24 02:37 local drwxrwx--- 4 1000 rocketmouse 4.0k Jan 24 02:10 trash drwxrwx--- 2 1000 rocketmouse 4.0k Jan 24 02:37 vfolder I suspect I write-accessed /1358783158.2173.1@precise with a Linux that has no group 1001? I'll add a group or user 1001 to all Linux and I'll add a user or group 1000 to FreeBSD. If I've done that, could I expect still any issues? Regards Ralf From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 10:50:51 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E10C8674 for ; Thu, 24 Jan 2013 10:50:51 +0000 (UTC) (envelope-from hunci@hunci.sk) Received: from mail-ia0-x22f.google.com (ia-in-x022f.1e100.net [IPv6:2607:f8b0:4001:c02::22f]) by mx1.freebsd.org (Postfix) with ESMTP id A31D5DF5 for ; Thu, 24 Jan 2013 10:50:51 +0000 (UTC) Received: by mail-ia0-f175.google.com with SMTP id r4so4560248iaj.6 for ; Thu, 24 Jan 2013 02:50:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-originating-ip:from:date:message-id :subject:to:content-type:x-gm-message-state; bh=7ach2AmKZRbjmZ1kWs2xyMJquDynOCr+juLNIT+Sjp4=; b=MTvU1C+SGWXm7yL6ZoEtrFdKDkaqpkLVz+pzTQ6l2BITIimBE2M+bKPeXlCQ948GRw z05LoR9tr1yDi5t4MyMGieBvY+CHC/ErDheEJ01jpGFLhMJ/S2fVCdD/cT+7PZ+prfml 5OxOrFooo5eDZ4pS4IO6hWHwMQ3b80zvT6ciFSS4piKlI3v+dd52BJEwfFr9YjbyG7Nb 7J6Jy45tZUJ2xxmOXj6JrL/p4Ng0dlLb9FbeUY3MYoIcrURCcf+uwO4TkAX/SoiKmawA yLGzIBDzJ7hWk1IRT+VC8eHwH07zkuVV0ORUTMnl7q+GNL14Nx1fD+PWhZIH7IY6Hw7c VGgg== X-Received: by 10.50.151.207 with SMTP id us15mr996078igb.10.1359024650917; Thu, 24 Jan 2013 02:50:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.127.201 with HTTP; Thu, 24 Jan 2013 02:50:30 -0800 (PST) X-Originating-IP: [15.195.185.83] From: =?UTF-8?B?UGV0ZXIgSHVuxI3DoXI=?= Date: Thu, 24 Jan 2013 11:50:30 +0100 Message-ID: Subject: 9.0 & 9.1-RELEASE and HP Proliant DL 360 G3 To: freebsd-questions@freebsd.org X-Gm-Message-State: ALoCoQl7lW0M9zORe9LN6fF4dPqInxvk5bvfsYp50ltmfuK/G4DMyggx7I3vha9eLgzDxj70waVR Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 10:50:51 -0000 Hello Is there anybody runnign 9.0 and newer on HP Proliant DL 360 G3? I'm not able to install anything newer than 8.3 on any of my Proliant G3 boxes. Binary upgrade process from 8.3-RELEASE to 9.0-RELEASE after kernel upgrade hangs at boot at the same place: (8.3-RELEASE dmesg is at the bottom of the e-mail, the 8.3 kernel is stripped only, no HW disabled) Is there some HW/BIOS option I should disable to get this working? Or 9.0/9.1 simply won't run on those systems? I tried (almost) everything (ACPI on/off, bios etc) Thank you. psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Generic PS/2 mouse, device ID 0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 fdc0: port 0x3f2-0x3f5 irq 6 drq 2 on acpi0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xcbfff,0xcc000-0xcd7ff ,0xee000-0xeffff pnpid ORM0000 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 atrtc0: at port 0x70 irq 8 on isa0 atrtc0: Warning: Couldn't map I/O. Event timer "RTC" frequency 32768 Hz quality 0 ppc0: parallel port not found. p4tcc0: on cpu0 p4tcc1: on cpu1 p4tcc2: on cpu2 p4tcc3: on cpu3 Timecounters tick every 1.000 msec usbus0: 12Mbps Full Speed USB v1.0 ugen0.1: <0x1166> at usbus0 uhub0: <0x1166 OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0 8.3-RELEASE dmesg: Copyright (c) 1992-2012 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 8.3-RELEASE #2: Mon Dec 10 17:10:11 CET 2012 root@curie.chemnet.sk:/usr/obj/usr/src/sys/CURIE i386 Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(TM) CPU 3.06GHz (3065.82-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf27 Family = f Model = 2 Stepping = 7 Features=0xbfebfbff Features2=0x4400 real memory = 2147483648 (2048 MB) avail memory = 2088177664 (1991 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 2 package(s) x 1 core(s) x 2 HTT threads cpu0 (BSP): APIC ID: 0 cpu1 (AP/HT): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP/HT): APIC ID: 7 ACPI Warning: Invalid length for Pm1aControlBlock: 32, using default 16 (20101013/tbfadt-707) ACPI Warning: Invalid length for Pm1bControlBlock: 32, using default 16 (20101013/tbfadt-707) MADT: Forcing active-low polarity and level trigger for SCI ioapic0 irqs 0-15 on motherboard ioapic1 irqs 16-31 on motherboard ioapic2 irqs 32-47 on motherboard ioapic3 irqs 48-63 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x920-0x923 on acpi0 cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 pcib0: on acpi0 pci0: on pcib0 vgapci0: port 0x2400-0x24ff mem 0xf6000000-0xf6ffffff,0xf5ff0000-0xf5ff0fff at device 3.0 on pci0 ciss0: port 0x2800-0x28ff mem 0xf5f80000-0xf5fbffff,0xf5df0000-0xf5df3fff irq 31 at device 4.0 on pci0 ciss0: PERFORMANT Transport ciss0: [ITHREAD] pci0: at device 5.0 (no driver attached) pci0: at device 5.2 (no driver attached) isab0: at device 15.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x2000-0x200f at device 15.1 on pci0 ata0: at channel 0 on atapci0 ata0: [ITHREAD] ata1: at channel 1 on atapci0 ata1: [ITHREAD] ohci0: mem 0xf5e70000-0xf5e70fff irq 10 at device 15.2 on pci0 ohci0: [ITHREAD] usbus0: on ohci0 pcib1: on acpi0 pci1: on pcib1 bge0: mem 0xf7ef0000-0xf7efffff irq 30 at device 2.0 on pci1 bge0: CHIP ID 0x00001002; ASIC REV 0x01; CHIP REV 0x10; PCI-X miibus0: on bge0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge0: Ethernet address: 00:0b:cd:82:56:12 bge0: [ITHREAD] pcib2: on acpi0 pci4: on pcib2 bge1: mem 0xf7ff0000-0xf7ffffff irq 29 at device 2.0 on pci4 bge1: CHIP ID 0x00001002; ASIC REV 0x01; CHIP REV 0x10; PCI-X miibus1: on bge1 brgphy1: PHY 1 on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge1: Ethernet address: 00:0b:cd:82:55:f9 bge1: [ITHREAD] acpi_tz0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: [ITHREAD] psm0: model Generic PS/2 mouse, device ID 0 fdc0: port 0x3f2-0x3f5 irq 6 drq 2 on acpi0 fdc0: does not respond device_attach: fdc0 attach returned 6 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xcbfff,0xee000-0xeffff pnpid ORM0000 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 atrtc0: at port 0x70 irq 8 on isa0 ppc0: parallel port not found. p4tcc0: on cpu0 p4tcc1: on cpu1 p4tcc2: on cpu2 p4tcc3: on cpu3 ZFS NOTICE: Prefetch is disabled by default on i386 -- to enable, add "vfs.zfs.prefetch_disable=0" to /boot/loader.conf. ZFS filesystem version 5 ZFS storage pool version 28 Timecounters tick every 1.000 msec usbus0: 12Mbps Full Speed USB v1.0 ugen0.1: <0x1166> at usbus0 uhub0: <0x1166 OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0 acd0: CDROM at ata0-master PIO4 uhub0: 4 ports with 4 removable, self powered ugen0.2: at usbus0 da0 at ciss0 bus 0 scbus0 target 0 lun 0 da0: Fixed Direct Access SCSI-4 device da0: 135.168MB/s transfers da0: Command Queueing enabled da0: 34727MB (71122560 512 byte sectors: 255H 32S/T 8716C) SMP: AP CPU #3 Launched! SMP: AP CPU #1 Launched! SMP: AP CPU #2 Launched! Thank you Peter Huncar From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 11:18:40 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A5C7EC72 for ; Thu, 24 Jan 2013 11:18:40 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) by mx1.freebsd.org (Postfix) with ESMTP id 56EA3F5D for ; Thu, 24 Jan 2013 11:18:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=+2UotfWOO8SCRufUK589R7S48CynlY506mcu4/pzqK8=; b=dRPtzPxPzoUdnYD2SbaGPBXvLJCGZrjpJiE4+avCTSS2QOHVrYY6uD42oPNW0L51h5SVfw7jr1j2Bdq+STYyAqcbDZqQh7rZ0O7pzYR7EzVS5QgcGOqEREgY+bgrZPyY; Received: from [122.129.203.50] (port=17731 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1TyKox-004Fhi-M1; Thu, 24 Jan 2013 04:18:33 -0700 Date: Thu, 24 Jan 2013 18:16:32 +0700 From: Erich Dollansky To: Peter =?UTF-8?B?SHVuxI3DoXI=?= Subject: Re: 9.0 & 9.1-RELEASE and HP Proliant DL 360 G3 Message-ID: <20130124181632.0ac8428c@X220.ovitrap.com> In-Reply-To: References: X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 11:18:40 -0000 Hi, On Thu, 24 Jan 2013 11:50:30 +0100 Peter Hun=C4=8D=C3=A1r wrote: > usbus0: 12Mbps Full Speed USB v1.0 > ugen0.1: <0x1166> at usbus0 > uhub0: <0x1166 OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on > usbus0 so, it hangs here? Should be the probing for the CD drive next? I would check the settings for USB in the BIOS and I would take the CD drive out. Erich From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 11:27:11 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7489E97 for ; Thu, 24 Jan 2013 11:27:11 +0000 (UTC) (envelope-from its.code.in.here@gmail.com) Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com [209.85.223.180]) by mx1.freebsd.org (Postfix) with ESMTP id 4BDB4FE4 for ; Thu, 24 Jan 2013 11:27:11 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id c10so15628845ieb.11 for ; Thu, 24 Jan 2013 03:27:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to:cc :content-type; bh=FHKEbmiwujlASl1aR047x1XUjOdWVfAyK1CaNRLlXnI=; b=fF5NnLCnFUYgee93VMAKp2PBY9jLn6o1RvXbGCw8lxBeExlfueph0lYNqXdI6bkD9z WsIJKvOWUEzlWYHxloox0gz0JvW4ecwKXxU90vKVeQwXxtorBqd+4hmPbkN9w+QZayvz HYpqcLamh3IOrHLneSd4vvwuhlQYQV0xCp8rjGi0BB5cq0MQl02jysH53nkBu5gZm4rf ptMPPGrzDilvI9s3eOLOa7uwPyyX1jvT+h0Gr+s/AHOYVJJ+J9hmandAGgYqfNoPUKDW dpf6slpMRPdvyU9rnAjcDUDHrXHsMxflDV+suCtIt+XUBSRiu5ZAx0FdmsHWaAuX2+Lp NvhA== MIME-Version: 1.0 X-Received: by 10.50.237.103 with SMTP id vb7mr1067615igc.29.1359026830840; Thu, 24 Jan 2013 03:27:10 -0800 (PST) Received: by 10.64.164.164 with HTTP; Thu, 24 Jan 2013 03:27:10 -0800 (PST) Date: Thu, 24 Jan 2013 12:27:10 +0100 Message-ID: Subject: Crontabbing a Ruby script inside a screen From: Dwayne Henderson To: ruby-talk@ruby-lang.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 11:27:11 -0000 Hi, I run this Ruby + Sequel script inside a screen that records data from this live stream 24/7. But it tends to core dump every once in a while, and since I run it in a screen (so it's easy to check in on), I can't really scroll up to catch the error whenever it happens. So how do I crontab the screen with the Ruby script inside it? Has to be with a "don't run it if it's already running" check to avoid fatal consequences. So far I have: $ crontab -e */10 * * * * lockf -t 0 /home/anonymous/.myscript.rb.lock /usr/local/bin/screen -d -m -S myscript /home/anonymous/.rvm/rubies/ruby-1.9.3-p0/bin/ruby /home/anonymous/myscript.rb Thank you! --Dwayne From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 12:39:24 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 187892D4 for ; Thu, 24 Jan 2013 12:39:24 +0000 (UTC) (envelope-from its.code.in.here@gmail.com) Received: from mail-ie0-f178.google.com (mail-ie0-f178.google.com [209.85.223.178]) by mx1.freebsd.org (Postfix) with ESMTP id B747038E for ; Thu, 24 Jan 2013 12:39:23 +0000 (UTC) Received: by mail-ie0-f178.google.com with SMTP id c12so15743719ieb.9 for ; Thu, 24 Jan 2013 04:39:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=VxlbSDdGxyllnwGN1fXycryivBQXjV5M1ONqF234Ot8=; b=HYYldLmejkmT8N7aDugBXDZ9cHsh/HJFvIzSJuRfGWZ0bkEOOLXwiO93+pwG8h6Wxl UgFLhTCnm34qZBTtT8N9oVQWdIoM8gnSxn98Sham3HoggJCSTOvy4ZCjRTaDfLl0rrQ0 uyrImEacAY8/W4qwMjOlVJwTHlXJos+/Cpl9azX+vTs2ntk5AYRa3H1suHOcfD6ZD7dH TRbphHQtiOoySuVUnGPqSRk6FRpeFVotjMR0riNY5nSrd2WWd0B+EbjMB3NH1qFyPzvX /m3YjGotE1SCRfFgPbr24adYu2t8sGKE2UsuSU2fwFd3/vbnLmxj/4giaAZWpfORmso/ 6b+Q== MIME-Version: 1.0 X-Received: by 10.50.160.165 with SMTP id xl5mr1158844igb.54.1359031157677; Thu, 24 Jan 2013 04:39:17 -0800 (PST) Received: by 10.64.164.164 with HTTP; Thu, 24 Jan 2013 04:39:17 -0800 (PST) In-Reply-To: References: Date: Thu, 24 Jan 2013 13:39:17 +0100 Message-ID: Subject: Re: Crontabbing a Ruby script inside a screen From: Dwayne Henderson To: ruby-talk@ruby-lang.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 12:39:24 -0000 On Thu, Jan 24, 2013 at 1:33 PM, Robert Klemme wrote: > > I am not 100% sure what you want to achieve. But it seems to me that > it would be easier to wrap your Ruby script in something else that > restarts the script if it crashes. Like > > #!/usr/bin/dash > > # no cores > ulimit -c 0 > > while :; do > /home/anonymous/.rvm/rubies/ruby-1.9.3-p0/bin/ruby > /home/anonymous/myscript.rb > done > > And have screen start this script. > My God, Robert, this is brilliant :D Thanks a bunch man. Nice blog too! --Dwayne > > Kind regards > > robert > > -- > remember.guy do |as, often| as.you_can - without end > http://blog.rubybestpractices.com/ > > From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 15:17:37 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E39C661B for ; Thu, 24 Jan 2013 15:17:37 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm14-vm0.bullet.mail.ird.yahoo.com (nm14-vm0.bullet.mail.ird.yahoo.com [77.238.189.193]) by mx1.freebsd.org (Postfix) with SMTP id 1BCEFE9F for ; Thu, 24 Jan 2013 15:17:36 +0000 (UTC) Received: from [77.238.189.57] by nm14.bullet.mail.ird.yahoo.com with NNFMP; 24 Jan 2013 15:17:35 -0000 Received: from [217.146.189.69] by tm10.bullet.mail.ird.yahoo.com with NNFMP; 24 Jan 2013 15:17:35 -0000 Received: from [127.0.0.1] by smtp149.mail.ird.yahoo.com with NNFMP; 24 Jan 2013 15:17:35 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359040655; bh=hytI9YexTOh4mR1Pf/1yqjBmQ/5uU5/oh8/mkB0D7D4=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:Date:To:Subject:MIME-Version:Content-Transfer-Encoding:From:Message-ID:User-Agent; b=KcY/28oVIl+hOj5sXw3/CCc3EhgvUK+foyblsMiIfpr3r4LyPsiSF3RTngyGkt2b5XBe0oG+l2yoxqofgs7YBf/YzEQusmSZNVaz81TSJbG0qhETV+11fu9Qcl2k0dU95OvfZmrkenUYwKwlUOgD0ZlR1DTOOv4VlCGgaFQbqvM= X-Yahoo-Newman-Id: 584823.70413.bm@smtp149.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: lpY1DkoVM1mZ5nHfspF0N8JBrU.qUUE.N96LTG.lVmU0l7H VTLrV.Z4fUsGaRVg84sGwOA4dT3M8pgva7feYzTCvRLxfO6UU.n6bSeMc6Uo shDBiC7T2ns5rnkwv5Je1uRV5a9RnPEyYOSCDtsTR6uYU6fMCX9tZUmYAAb4 oll7DER4oVJA74Y0n6tEjJPJiGYXtzndLADu2225oE1E7i0fhhhTeYfZCeG1 Ey9QElIyaT2qx8uO4dejlOTl0SpD2UbddDKkFOfGxJnYCE6Y7KFjHX9UhvF. Ocb2Ld8_FWb6GD8EVDKUA3LEeroMHdfht29I83MbidPRc_Yuv_ebQ8C1Y6ZJ JrWi4ln6LnN8AaGAJIWDJ.sVF03eRW076vp0VGFxKQYVa3MS8kAPkhRDDLtx 9O1jVgHSxqqkZA0oIYJZJf9vrmdx0bFv7vkKIiGV0Jttvk7ZehDO9iahWCt8 kQJkGniGHtdAnv6G9hzMyVVmIunczPYqWXEoh9MntGMlSLiSfgsFIwB9t38U FsorNl0HorDWf6iZpnnwz1pTKtWI6a4ZRZXklMHydY_BxT0it X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@92.224.209.34 with login) by smtp149.mail.ird.yahoo.com with SMTP; 24 Jan 2013 07:17:35 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Date: Thu, 24 Jan 2013 16:17:34 +0100 To: "FreeBSD quest" Subject: Again: Security updates of individual porst MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 15:17:37 -0000 Oops, the security update issue isn't solved. http://lists.freebsd.org/pipermail/freebsd-questions/2013-January/248511.html # /usr/local/sbin/portaudit -Fda Database created: Thu Jan 24 15:50:04 CET 2013 Affected package: chromium-24.0.1312.52 Type of problem: chromium -- multiple vulnerabilities. Reference: http://portaudit.FreeBSD.org/8d03202c-6559-11e2-a389-00262d5ed8ee.html # portmaster /usr/ports/www/chromium/ ===> chromium-24.0.1312.52 has known vulnerabilities: Affected package: chromium-24.0.1312.52 Type of problem: chromium -- multiple vulnerabilities. Reference: http://portaudit.FreeBSD.org/8d03202c-6559-11e2-a389-00262d5ed8ee.html => Please update your ports tree and try again. *** [check-vulnerable] Error code 1 Stop in /usr/ports/www/chromium. *** [build] Error code 1 Stop in /usr/ports/www/chromium. ===>>> make failed for www/chromium ===>>> Aborting update Terminated ===>>> You can restart from the point of failure with this command line: portmaster www/chromium So I have to # portsnap fetch update? If so, wouldn't it cause dependency issues, if I wouldn't update all ports? Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 15:31:00 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0B5F7B6F for ; Thu, 24 Jan 2013 15:31: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 BC236F55 for ; Thu, 24 Jan 2013 15:30:59 +0000 (UTC) Received: from r56.edvax.de (port-92-195-8-191.dynamic.qsc.de [92.195.8.191]) by mx02.qsc.de (Postfix) with ESMTP id 764DB27656; Thu, 24 Jan 2013 16:30:51 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0OFUs5n006107; Thu, 24 Jan 2013 16:30:55 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Thu, 24 Jan 2013 16:30:54 +0100 From: Polytropon To: "Ralf Mardorf" Subject: Re: Again: Security updates of individual porst Message-Id: <20130124163054.1c9b3cb1.freebsd@edvax.de> In-Reply-To: References: Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 15:31:00 -0000 On Thu, 24 Jan 2013 16:17:34 +0100, Ralf Mardorf wrote: > So I have to # portsnap fetch update? Yes. > If so, wouldn't it cause dependency > issues, if I wouldn't update all ports? If you use portmaster to deal with updating your installation, it will take care of the dependencies. However, it might lead to "unrelated" ports being udated, too. Example: foo-1.0 has vulnerabilities. Updating ports tree. foo-1.1 is the "safe" version. You're running "portmaster foo". foo is going to be be upgraded. foo-1.1 relies on bar-2.5, whereas foo-1.0 relied on bar-2.2. The portmaster run will also upgrade bar. Possible problem: baz-5.0 is installed and has been linked against bar-2.2. baz itself doesn't need updating (not vulnerable). Depending on how baz implements library calling (dependency), it might have stopped working. Solution: Use "portmaster -a" to check all ports if they need updating. Possible follow-up problem: Ports you don't want to be updated (because you're totally happy with the version you're running) will also be updated by this command. Solution: Be selective in using portmaster and specify exactly the ports you want to upgrade. You can also use SVN to checkout only specific ports, but that leads to an inconsistend ports tree which is not supported to work (even though it _mostly_ will). -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 15:39:25 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 05698DD1 for ; Thu, 24 Jan 2013 15:39:25 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) by mx1.freebsd.org (Postfix) with ESMTP id 81A82FD0 for ; Thu, 24 Jan 2013 15:39:24 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id gm6so3442669lbb.12 for ; Thu, 24 Jan 2013 07:39:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=W+PVcnGR4z4mWumXhXOY1KY9gXAC3E6ga5FibD8WOKY=; b=LhgGegV/bo87ixVZ9uiXwfKuMBIJZ3HL/S6RGDrQ64cwx27FtkQGFFSPYm/CqIcAYh 7mHK82N8G5N5/V/7xNy91GLQ/F5BMCPo3GomngMioHn8DCv5N45xJHiKNexj0kgvILxX qxfT3yiRF7XhDWTozZFvzo5UxLw7reGct5HUZq1PzV+z5J4PbXCVy7sGw2AqD+KyV86h Bh8DgaZForGeCpWXOt/u24ksHPay6WkPiP3JmDx6UTrl/7L94Uzre8IaDMXe6A5L3+1p yGggTKld6vJUGVop4iUsAOqjw++sb3YtxTDRQ/NEnnSf9VUVK9FNr6EEJS1mhUhr+Km8 MwAQ== X-Received: by 10.112.98.197 with SMTP id ek5mr958551lbb.80.1359041963098; Thu, 24 Jan 2013 07:39:23 -0800 (PST) Received: from Melon.malikania.fr (AStrasbourg-651-1-15-57.w81-51.abo.wanadoo.fr. [81.51.150.57]) by mx.google.com with ESMTPS id oy10sm2255872lab.8.2013.01.24.07.39.20 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 24 Jan 2013 07:39:21 -0800 (PST) Message-ID: <51015592.7080807@gmail.com> Date: Thu, 24 Jan 2013 16:38:58 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130115 Thunderbird/17.0.2 MIME-Version: 1.0 To: FreeBSD quest Subject: Disable monitor recording source Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 15:39:25 -0000 Hello, I would like to record only from mic but I can't remove monitor from recording : markand@Melon ~ $ cat /dev/sndstat FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) Installed devices: pcm0: (play) pcm1: (play/rec) default markand@Melon ~ $ mixer Mixer vol is currently set to 90:90 Mixer pcm is currently set to 90:90 Mixer speaker is currently set to 0:0 Mixer mic is currently set to 90:90 Mixer rec is currently set to 80:80 Mixer igain is currently set to 0:0 Mixer ogain is currently set to 100:100 Mixer monitor is currently set to 80:80 Recording source: mic, monitor markand@Melon ~ $ mixer -rec monitor Recording source: mic, monitor markand@Melon ~ $ What I'm doing wrong? Cheers, From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 16:00:41 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2CAD2688 for ; Thu, 24 Jan 2013 16:00:41 +0000 (UTC) (envelope-from rodperson@rodperson.com) Received: from www6.pairlite.com (www6.pairlite.com [64.130.10.16]) by mx1.freebsd.org (Postfix) with ESMTP id 0F8AB199 for ; Thu, 24 Jan 2013 16:00:40 +0000 (UTC) Received: from unknown (unknown-ip-614.ccbh.upmc.edu [128.147.110.113]) by www6.pairlite.com (Postfix) with ESMTPA id 3D01567AF4; Thu, 24 Jan 2013 10:53:27 -0500 (EST) Date: Thu, 24 Jan 2013 10:53:26 -0500 From: Rod Person To: David Demelier Subject: Re: Disable monitor recording source Message-ID: <20130124105326.00001461.rodperson@rodperson.com> In-Reply-To: <51015592.7080807@gmail.com> References: <51015592.7080807@gmail.com> X-Mailer: Claws Mail 3.8.0cvs30 (GTK+ 2.16.6; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 16:00:41 -0000 On Thu, 24 Jan 2013 16:38:58 +0100 David Demelier wrote: > Hello, > > I would like to record only from mic but I can't remove monitor from > recording : > > markand@Melon ~ $ cat /dev/sndstat > FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) > Installed devices: > pcm0: (play) > pcm1: (play/rec) default > markand@Melon ~ $ mixer > Mixer vol is currently set to 90:90 > Mixer pcm is currently set to 90:90 > Mixer speaker is currently set to 0:0 > Mixer mic is currently set to 90:90 > Mixer rec is currently set to 80:80 > Mixer igain is currently set to 0:0 > Mixer ogain is currently set to 100:100 > Mixer monitor is currently set to 80:80 > Recording source: mic, monitor > markand@Melon ~ $ mixer -rec monitor > Recording source: mic, monitor > markand@Melon ~ $ > I've never had this issues, but what about setting monitor to zero? $ mixer monitor 0 -- Just because it can been done, does not mean it should be done. From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 16:06:14 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 503EDA56 for ; Thu, 24 Jan 2013 16:06:14 +0000 (UTC) (envelope-from dweimer@dweimer.net) Received: from webmail.dweimer.net (24-240-198-187.static.stls.mo.charter.com [24.240.198.187]) by mx1.freebsd.org (Postfix) with ESMTP id 0FF2A202 for ; Thu, 24 Jan 2013 16:06:13 +0000 (UTC) Received: from www.dweimer.net (webmail.dweimer.local [192.168.5.1]) by webmail.dweimer.net (8.14.5/8.14.5) with ESMTP id r0OG66Aa043426 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 24 Jan 2013 10:06:06 -0600 (CST) (envelope-from dweimer@dweimer.net) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 24 Jan 2013 10:06:06 -0600 From: dweimer To: FreeBSD Questions Subject: Squid 3.2 Reverse Proxy Problems on FreeBSD Organization: dweimer.net Mail-Reply-To: Message-ID: <81f88b6ec81cc621e0e54318fd80e567@dweimer.net> X-Sender: dweimer@dweimer.net User-Agent: Roundcube Webmail/0.8.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dweimer@dweimer.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 16:06:14 -0000 Is anyone running else running the Squid 3.2 branch on FreeBSD as a reverse proxy? Specifically using HTTPS and uploading data? The reason I ask, I have a server Running FreeBSD 9.0-p4 and Squid 3.1.21, all works I tried upgrading to a new server running FreeBSD 9.1 with Squid 3.2.6, thought everything was working, then we started getting complaints on to of the back end applications. Tracked the issue down to any submit forms on HTTPS, if somewhere between 2.2k and 3k it breaks, if the post is under that very small size instant success, if over that size the browser churns for a few minutes then returns a "Bad Request Your browser sent a request that this server could not understand." On the Squid side there is a TCP_MISS_ABORTED log entry that gets logged. The problem doesn't show up on HTTP, I can upload large files, tested up to 50M. I just wanted to see if any one else is successfully doing this, maybe something specific to my server build and I just need to start over. Both servers have been built from source, both using clang, including ports, except on gcc, open-vm-tools, and squid. They are both running on the same cluster of ESX 4.1 servers. Other than the FreeBSD version and Squid version the other difference is ZFS used on the file system for the FreeBSD 9.1 and UFS used for the FreeBSD 9.0-p4. I have already started a thread on the Squid mailing list on the issue as well, but haven't gotten any help yet. But now that I have the production setup going through the old server again, I can do some more testing and enable debugging and possibly get some useful information as to whats happening. -- Thanks, Dean E. Weimer http://www.dweimer.net/ From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 16:16:02 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 988F1DCE for ; Thu, 24 Jan 2013 16:16:02 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-227-057.chi1.dsl.speakeasy.net [64.81.227.57]) by mx1.freebsd.org (Postfix) with ESMTP id 204AF2A3 for ; Thu, 24 Jan 2013 16:16:00 +0000 (UTC) Received: from i7-quad-PC.computinginnovations.com (dhcp-10-20-30-142.computinginnovations.com [10.20.30.142]) by betty.computinginnovations.com (8.14.5/8.14.3) with ESMTP id r0OGFg19072119; Thu, 24 Jan 2013 10:15:43 -0600 (CST) (envelope-from derek@computinginnovations.com) Message-Id: <6.0.0.22.2.20130124101025.069e9900@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Thu, 24 Jan 2013 10:15:33 -0600 To: Anton Yuzhaninov , freebsd-questions@freebsd.org From: Derek Ragona Subject: Re: IPMI SOL setup on FreeBSD 9.1 amd64 supermicro X9SCM-F/X9CL-F In-Reply-To: References: <6.0.0.22.2.20130121123250.067f3158@mail.computinginnovations.com> Mime-Version: 1.0 X-yoursite-MailScanner-Information: Please contact the ISP for more information X-yoursite-MailScanner-ID: r0OGFg19072119 X-yoursite-MailScanner: Found to be clean X-yoursite-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 16:16:02 -0000 At 09:07 AM 1/23/2013, Anton Yuzhaninov wrote: >On Mon, 21 Jan 2013 22:52:17, Derek Ragona wrote: >DR> I have a couple servers that are built using the supermicro >X9SCM-F/X9CL-F >DR> motherboards, and I can't quite get IPMI SOL working right. >DR> >DR> These motherboards have 3 NIC's. One NIC is for a dedicated IPMI >interface. >DR> >DR> I have both servers configured to use the dedicated IPMI NIC and these >DR> NIC's are plugged into a separate unmanaged switch. >DR> >DR> Both systems boards are set to redirect com1. I changed /etc/ttys to >run a >DR> getty on /dev/ttyu0. I have com1 configured to 115,200 baud, 8, n, 1, no >DR> flowcontrol in the BIOS. I in have /etc/ttys: >DR> ttyu0 "/usr/libexec/getty std.115200" vt100 on secure > >/etc/ttys: >ttyu1 "/usr/libexec/getty std.115200" vt100 on secure > >/boot/loader.conf: >hint.uart.0.flags="0" >hint.uart.1.flags="0x10" >boot_serial="YES" >boot_multicons="YES" >comconsole_speed="115200" >console="comconsole vidconsole" Anton, Thanks for answering. I thought: >/etc/ttys: >ttyu1 "/usr/libexec/getty std.115200" vt100 on secure is for com2? I also thought: hint.uart.1.flags="0x10" Is for com2? you said: hint.uart.1.flags="0x10" Is that for for a serial only console? I read in some posts, to use: hint.uart.1.flags="0x30" for both a local console with a serial console. I could not find much documentation on the uart or sio flags. -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 16:23:30 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3D944169 for ; Thu, 24 Jan 2013 16:23:30 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) by mx1.freebsd.org (Postfix) with ESMTP id A9298324 for ; Thu, 24 Jan 2013 16:23:29 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id n1so5115887lba.9 for ; Thu, 24 Jan 2013 08:23:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=53+mnFtEmvuW4rJFjgad0ZQ78WfSTH4yMJKmkW2AMiY=; b=NcfNprI8Msnv2HOAXbQmNdxWP1YMP+roN7+HSeQO3kxUdb4lAnrisxzB1w1z/f6n3M X9lek25P8Xb3WmTgynZUiRBFpFDDDDCuhestky/7PDHvLsDmTlWVT3ali/m0Q1+7U1wo 017ZYfqQ/AbdKmKTSHzyo58lxvNn+Qkb8ddf7ZScq60urEtSlPVsHvPTgyklyQt1AT/n 80+0E9pIizR7fMvFZv/miTRTNfhoVKAH6z1VtHWMwDiSrjV7f4UjCEKq+KD1iqMxAia9 jNVJAInki77fj9vU2JSJ4N1SyBh5dKiC8r91ylUwpX0iP6PTTZWVh58CgXxXlYhtPEhT OwzQ== X-Received: by 10.112.47.168 with SMTP id e8mr1045537lbn.46.1359044608549; Thu, 24 Jan 2013 08:23:28 -0800 (PST) Received: from Melon.malikania.fr (AStrasbourg-651-1-15-57.w81-51.abo.wanadoo.fr. [81.51.150.57]) by mx.google.com with ESMTPS id a5sm8738788lbl.1.2013.01.24.08.23.25 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 24 Jan 2013 08:23:27 -0800 (PST) Message-ID: <51015FE7.5030604@gmail.com> Date: Thu, 24 Jan 2013 17:23:03 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130115 Thunderbird/17.0.2 MIME-Version: 1.0 To: Rod Person Subject: Re: Disable monitor recording source References: <51015592.7080807@gmail.com> <20130124105326.00001461.rodperson@rodperson.com> In-Reply-To: <20130124105326.00001461.rodperson@rodperson.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 16:23:30 -0000 On 24/01/2013 16:53, Rod Person wrote: > On Thu, 24 Jan 2013 16:38:58 +0100 > David Demelier wrote: > >> Hello, >> >> I would like to record only from mic but I can't remove monitor from >> recording : >> >> markand@Melon ~ $ cat /dev/sndstat >> FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) >> Installed devices: >> pcm0: (play) >> pcm1: (play/rec) default >> markand@Melon ~ $ mixer >> Mixer vol is currently set to 90:90 >> Mixer pcm is currently set to 90:90 >> Mixer speaker is currently set to 0:0 >> Mixer mic is currently set to 90:90 >> Mixer rec is currently set to 80:80 >> Mixer igain is currently set to 0:0 >> Mixer ogain is currently set to 100:100 >> Mixer monitor is currently set to 80:80 >> Recording source: mic, monitor >> markand@Melon ~ $ mixer -rec monitor >> Recording source: mic, monitor >> markand@Melon ~ $ >> > > I've never had this issues, but what about setting monitor to zero? > > $ mixer monitor 0 > > I tried, it completely mute recording From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 16:51:55 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 94A6A91D for ; Thu, 24 Jan 2013 16:51:55 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 29FA76D2 for ; Thu, 24 Jan 2013 16:51:54 +0000 (UTC) Received: from [10.0.10.3] ([173.88.197.103]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 24 Jan 2013 08:51:53 -0800 Message-ID: <510166A2.7090501@a1poweruser.com> Date: Thu, 24 Jan 2013 11:51:46 -0500 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: FreeBSD questions Subject: jails & ip addresses Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Jan 2013 16:51:55.0393 (UTC) FILETIME=[1DDDFF10:01CDFA53] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 16:51:55 -0000 Is there any situation where assigning the same IP address to a new jail that has already been assigned to a previous jail valid? I think not, but want verification. What are your thoughts? From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 16:53:44 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3C7D9AF6 for ; Thu, 24 Jan 2013 16:53:44 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from mail1.g3.pair.com (mail1.g3.pair.com [66.39.3.114]) by mx1.freebsd.org (Postfix) with ESMTP id 0CA8C6F3 for ; Thu, 24 Jan 2013 16:53:43 +0000 (UTC) Received: from ip-10-108-9-130 (ec2-184-72-125-209.compute-1.amazonaws.com [184.72.125.209]) by mail1.g3.pair.com (Postfix) with ESMTPSA id 7D03E33EEB; Thu, 24 Jan 2013 11:46:59 -0500 (EST) Date: Thu, 24 Jan 2013 11:43:30 -0500 (EST) From: "Brian Seklecki (Mobile)" X-X-Sender: root@ecs00.cozzaenterprises.com To: Dwayne Henderson Subject: Re: Crontabbing a Ruby script inside a screen In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (LRH 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: ruby-talk@ruby-lang.org, questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 16:53:44 -0000 screen(1) is just going to fill a massive buffer, then eventually core. You can capture stdout/stderr to a file using script(1) instead. Its basically the same as: % nohup ./command 2>&1 | tee -a ~/command.log & ~BAS On Thu, 24 Jan 2013, Dwayne Henderson wrote: > Hi, I run this Ruby + Sequel script inside a screen that records data from > this live stream 24/7. But it tends to core dump every once in a while, and > since I run it in a screen (so it's easy to check in on), I can't really > scroll up to catch the error whenever it happens. > > So how do I crontab the screen with the Ruby s From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 17:04:46 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D0E7ECD for ; Thu, 24 Jan 2013 17:04:46 +0000 (UTC) (envelope-from c.kworr@gmail.com) Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) by mx1.freebsd.org (Postfix) with ESMTP id 5EE587B4 for ; Thu, 24 Jan 2013 17:04:45 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id n1so5173874lba.37 for ; Thu, 24 Jan 2013 09:04:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=ohAqZkgcnQodTxZyK89cilu0mVVsnqwvrswhR5z4lU0=; b=cz7owFR3tYwrR7ONWlFptrpYh4xzfJEuxQqFooFDWVOeFMpYO2mifHh26+3vNZMEqY Wt1ShMtjN403d7JzDAZiKnE/pa7UyuwI9ySQSUkcpoxkfH27v+LoN2thQLakSIE9awzV HqXdYOVcUUsCQrRuH8Ux0euRHIawgjP3R8zfi3BUR3eYzQt011WcNIdVsgdFYs2ZVlqD 7zHZEr0sfINkI/Ke+OAfgoXF3bxKtOJnEiCFXZmX8UJ1zwaKMxuFRqSR/yCXhN7o5O0d lpnlPFevVPuP4GtXj3KdLsKuVX0MWNEEY+RnflvDSjDpjeazfQKLK/DGqGTHou5CWmub f+XQ== X-Received: by 10.112.54.1 with SMTP id f1mr1082915lbp.85.1359047085137; Thu, 24 Jan 2013 09:04:45 -0800 (PST) Received: from [192.168.1.125] (mau.donbass.com. [92.242.127.250]) by mx.google.com with ESMTPS id b3sm9987157lbl.0.2013.01.24.09.04.42 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 24 Jan 2013 09:04:43 -0800 (PST) Message-ID: <5101699E.1050001@gmail.com> Date: Thu, 24 Jan 2013 19:04:30 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15 MIME-Version: 1.0 To: Dwayne Henderson Subject: Re: Crontabbing a Ruby script inside a screen References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ruby-talk@ruby-lang.org, questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 17:04:46 -0000 24.01.2013 13:27, Dwayne Henderson: > Hi, I run this Ruby + Sequel script inside a screen that records data from > this live stream 24/7. But it tends to core dump every once in a while, and > since I run it in a screen (so it's easy to check in on), I can't really > scroll up to catch the error whenever it happens. > > So how do I crontab the screen with the Ruby script inside it? Has to be > with a "don't run it if it's already running" check to avoid fatal > consequences. So far I have: > > $ crontab -e > > */10 * * * * lockf -t 0 /home/anonymous/.myscript.rb.lock > /usr/local/bin/screen -d -m -S myscript > /home/anonymous/.rvm/rubies/ruby-1.9.3-p0/bin/ruby > /home/anonymous/myscript.rb Another suggestion would be using daemon(8) with -r option. -- Sphinx of black quartz, judge my vow. From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 18:07:42 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 75D4A83A for ; Thu, 24 Jan 2013 18:07:42 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 6743BAFF for ; Thu, 24 Jan 2013 18:07:42 +0000 (UTC) Received: from [10.0.10.3] ([173.88.197.103]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 24 Jan 2013 10:07:42 -0800 Message-ID: <5101786C.3070209@a1poweruser.com> Date: Thu, 24 Jan 2013 13:07:40 -0500 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: FreeBSD questions Subject: sh script ? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Jan 2013 18:07:42.0981 (UTC) FILETIME=[B470DB50:01CDFA5D] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 18:07:42 -0000 I get this message [: 10.0.10.21: bad number on this code [ "${saved_ip}" -eq "${used_ip}" ] && echo "good match" Both variables have valid ip addresses in them. Why does it think the variable content is a number and not text? What am I doing wrong? Thanks for your help From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 18:28:48 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0C98AE69 for ; Thu, 24 Jan 2013 18:28:48 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id BAFF6CD5 for ; Thu, 24 Jan 2013 18:28:47 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.31]) by ltcfislmsgpa05.fnfis.com (8.14.5/8.14.5) with ESMTP id r0OISdj2003768 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Thu, 24 Jan 2013 12:28:39 -0600 Received: from LTCFISWMSGMB21.FNFIS.com ([10.132.99.23]) by LTCFISWMSGHT03.FNFIS.com ([10.132.206.31]) with mapi id 14.02.0309.002; Thu, 24 Jan 2013 12:28:39 -0600 From: "Teske, Devin" To: Fbsd8 Subject: Re: sh script ? Thread-Topic: sh script ? Thread-Index: AQHN+mCglLVBzr+w8EqGC7NM2jem0g== Date: Thu, 24 Jan 2013 18:28:38 +0000 Message-ID: <13CA24D6AB415D428143D44749F57D7201E9D6B1@ltcfiswmsgmb21> References: <5101786C.3070209@a1poweruser.com> In-Reply-To: <5101786C.3070209@a1poweruser.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.14.152.7] Content-Type: text/plain; charset="us-ascii" Content-ID: <816BEBE2D6BD374E9AB71F6C08DC0D4E@fisglobal.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8327, 1.0.431, 0.0.0000 definitions=2013-01-24_07:2013-01-24,2013-01-24,1970-01-01 signatures=0 Cc: FreeBSD questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 18:28:48 -0000 Use =3D for string comparison with the [ built-in and -eq for numerical com= parison. --=20 Devin On Jan 24, 2013, at 10:07 AM, Fbsd8 wrote: > I get this message [: 10.0.10.21: bad number on this code >=20 > [ "${saved_ip}" -eq "${used_ip}" ] && echo "good match" >=20 > Both variables have valid ip addresses in them. > Why does it think the variable content is a number and not text? > What am I doing wrong? >=20 > Thanks for your help > _______________________________________________ > 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" _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you. From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 18:29:51 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 84D08F3B for ; Thu, 24 Jan 2013 18:29:51 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: from mail-lb0-f170.google.com (mail-lb0-f170.google.com [209.85.217.170]) by mx1.freebsd.org (Postfix) with ESMTP id 18B2ACF1 for ; Thu, 24 Jan 2013 18:29:50 +0000 (UTC) Received: by mail-lb0-f170.google.com with SMTP id ge1so4112320lbb.29 for ; Thu, 24 Jan 2013 10:29:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=FFjMnzz32ameCJz/6hqH6Qp9s6VcD4NTahzF0VYb+Kg=; b=b7VOXLZpQwcCnUYv5r77DrCV0DscEIxWInIRRGCPZEwqMu19oI4j2E1Q1tHLI63RXy hJhDbq3fwhtGwrMeID1IKVPoccgVxMuC8klnlZyjCzx2aOIeAg4sahNlLAInEf6jyzHT HVjpeckfPwlMAXgF0aUwY4MCvr0QXPoiv3HEDyOTtRJv8Mx2v5sgGXPViTWIe5S76MEa pSQCQm7WA5whaGgDxxud8nY/B0GRA/Xq0FHh5jBZwiBrBM1slWcbN4P041R7fvkSN0yq O400V0E6eq8H06qdnvvYwFfoBO5V/41RylEhrfCbO9IkgvcylkSCzSXxbdpxkIv6mW01 R8Xw== MIME-Version: 1.0 X-Received: by 10.152.144.38 with SMTP id sj6mr2691353lab.48.1359052189872; Thu, 24 Jan 2013 10:29:49 -0800 (PST) Sender: vrwmiller@gmail.com Received: by 10.112.3.68 with HTTP; Thu, 24 Jan 2013 10:29:49 -0800 (PST) In-Reply-To: <5101786C.3070209@a1poweruser.com> References: <5101786C.3070209@a1poweruser.com> Date: Thu, 24 Jan 2013 13:29:49 -0500 X-Google-Sender-Auth: 7z8AG3kNry8ivwz-1Y4mGP1Hunw Message-ID: Subject: Re: sh script ? From: Rick Miller To: Fbsd8 Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 18:29:51 -0000 On Thu, Jan 24, 2013 at 1:07 PM, Fbsd8 wrote: > I get this message [: 10.0.10.21: bad number on this code > > [ "${saved_ip}" -eq "${used_ip}" ] && echo "good match" > > Both variables have valid ip addresses in them. > Why does it think the variable content is a number and not text? > What am I doing wrong? The -eq operator is used to compare integers. When comparing strings, use the == operator. -- Take care Rick Miller From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 18:56:56 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2A5F4AEB for ; Thu, 24 Jan 2013 18:56:56 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id D8052E8D for ; Thu, 24 Jan 2013 18:56:55 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id r0OJ0Zck076069; Thu, 24 Jan 2013 13:00:35 -0600 (CST) Date: Thu, 24 Jan 2013 13:00:35 -0600 (CST) From: Robert Bonomi Message-Id: <201301241900.r0OJ0Zck076069@mail.r-bonomi.com> To: fbsd8@a1poweruser.com, questions@freebsd.org Subject: Re: sh script ? In-Reply-To: <5101786C.3070209@a1poweruser.com> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 18:56:56 -0000 > From owner-freebsd-questions@freebsd.org Thu Jan 24 12:11:42 2013 > Date: Thu, 24 Jan 2013 13:07:40 -0500 > From: Fbsd8 > To: FreeBSD questions > Subject: sh script ? > > I get this message [: 10.0.10.21: bad number on this code > > [ "${saved_ip}" -eq "${used_ip}" ] && echo "good match" > > Both variables have valid ip addresses in them. > Why does it think the variable content is a number and not text? Why?? BECAUSE YOU TOld IT TO. RTFM applies. Specifically 'man test'. You need to either read some books on BASIC shell programming or take a course or two on that subject. This may sound harsh, but you will save yourself a -lot- of future aggravation with some structured education. It will also assist you in getting maximum value from the manpages. Programming _is_ an art-form. You have to train yourself to think the way the machine does. When it complains about 'something', it is *AlMOST*ALWAYS* correct, and something you -think- is correct is actually wrong. the hard thing to learn in troubleshooting problems is to set aside what you "know" is correct, and look for anything that could possibly cause the complaint. Remember, you're looking for something "impossible". From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 21:17:01 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ACF571D5 for ; Thu, 24 Jan 2013 21:17:01 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 96F8E794 for ; Thu, 24 Jan 2013 21:17:01 +0000 (UTC) Received: from [10.0.10.3] ([173.88.197.103]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 24 Jan 2013 13:16:56 -0800 Message-ID: <5101A4C6.2050907@a1poweruser.com> Date: Thu, 24 Jan 2013 16:16:54 -0500 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Robert Bonomi Subject: Re: sh script ? References: <201301241900.r0OJ0Zck076069@mail.r-bonomi.com> In-Reply-To: <201301241900.r0OJ0Zck076069@mail.r-bonomi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 24 Jan 2013 21:16:56.0568 (UTC) FILETIME=[23B4BF80:01CDFA78] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] Cc: questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 21:17:01 -0000 Robert Bonomi wrote: >> From owner-freebsd-questions@freebsd.org Thu Jan 24 12:11:42 2013 >> Date: Thu, 24 Jan 2013 13:07:40 -0500 >> From: Fbsd8 >> To: FreeBSD questions >> Subject: sh script ? >> >> I get this message [: 10.0.10.21: bad number on this code >> >> [ "${saved_ip}" -eq "${used_ip}" ] && echo "good match" >> >> Both variables have valid ip addresses in them. >> Why does it think the variable content is a number and not text? > > Why?? BECAUSE YOU TOld IT TO. > > RTFM applies. Specifically 'man test'. > > You need to either read some books on BASIC shell programming or > take a course or two on that subject. > > This may sound harsh, but you will save yourself a -lot- of future > aggravation with some structured education. It will also assist > you in getting maximum value from the manpages. > > Programming _is_ an art-form. You have to train yourself to think > the way the machine does. When it complains about 'something', it > is *AlMOST*ALWAYS* correct, and something you -think- is correct > is actually wrong. the hard thing to learn in troubleshooting > problems is to set aside what you "know" is correct, and look for > anything that could possibly cause the complaint. Remember, you're > looking for something "impossible". > Quit fishing for a flame. You know nothing about my background and years of experience. I have forgotten more about IT and programming than you will ever learn in a life time. You already read the 3 other reply posts and there was no need to say what you did. You added nothing to the info in the thread. The thread was basically ended already. This is not the first time you have replied to posts in this condescending manner. I am putting you on notice, your manner and tone is not acceptable on this list. Please take more time to consider your replies before posting again. Any further reply from you about this will be considered as flaming and ignored. From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 21:25:17 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AE26853B for ; Thu, 24 Jan 2013 21:25:17 +0000 (UTC) (envelope-from mike.jeays@rogers.com) Received: from nm7.access.bullet.mail.mud.yahoo.com (nm7.access.bullet.mail.mud.yahoo.com [66.94.237.208]) by mx1.freebsd.org (Postfix) with ESMTP id 2ED59810 for ; Thu, 24 Jan 2013 21:25:16 +0000 (UTC) Received: from [66.94.237.192] by nm7.access.bullet.mail.mud.yahoo.com with NNFMP; 24 Jan 2013 21:25:16 -0000 Received: from [98.139.221.70] by tm3.access.bullet.mail.mud.yahoo.com with NNFMP; 24 Jan 2013 21:25:16 -0000 Received: from [127.0.0.1] by smtp107.rog.mail.bf1.yahoo.com with NNFMP; 24 Jan 2013 21:25:16 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rogers.com; s=s1024; t=1359062716; bh=foEa0ps/TKExapTPkNITqjcmz8ETiScjAeb688xp4QA=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding; b=QR+Z70sbY0qzMnhdlDD97RFHCqSHrpMo6M517xqEsCyA20jo8ihnNzJg6d2ANURRRj269o38cFw8+E0sqdjrbUbvB54l2G3qScNcS6ti5N5DxxHJkjBtyXa40N2pGgYnKvt8S/dCp5qYfoa8JmkF2oPeycjzAgJHYS/AN22Qi4U= X-Yahoo-Newman-Id: 263578.21479.bm@smtp107.rog.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: vYf2KrIVM1mtXUKsdIEFXt.fAu5plNDS76F3e6KZL4kWXTG 5IIROXUrDnwA.IerF.xRCmeWjKJRmtxZ.ovuOV3NzbsnhWNPKDtmnlhjlPDn teq5aOJ8acK1TvXQG52fZmBd1XSr8a2VxUZ70sLr5X28tYvjLzAbpdYQwT_3 .ixHSYC0_DxyAnFiql400_A3jh6oapGKgdm7vrK6yIq9702bnjNZbZi0.AS2 TlXdeuxLQWLQgTD_3bu2InX.Xah12AmXWYyl_EZ2UlHr_ROaQpb0AYHwRqze k6Vdx..vcQCaN0KmHQFoeI5xCyojKQezeD2u99jwcM.qkqV6g6pRGtgJ5Xk0 cp6CqblOs3oZOZYzyotcpUkkj4LZX.dnMCAwwhbQ7FVZiurbs5GrOB3Hoi0c NB7kO6dc6JUU2nLkmB7U5AEV93b.Y0AMsMAs2N9GjPoV2luU5fUkPM_uxBJs s3qsIPRCxLJTp7I4n7P2x1KbhldFbQmL9kfXawvHPSc2zT3linFYx9DVK3fu Wrm336R0HPLtp2SfCsfdgtuI- X-Yahoo-SMTP: N82WFx6swBBjwcHWPFR2CGt6udzA8RPrA.xm0enFFXaK2g-- Received: from europa (mike.jeays@173.33.93.170 with login) by smtp107.rog.mail.bf1.yahoo.com with SMTP; 24 Jan 2013 13:25:16 -0800 PST Date: Thu, 24 Jan 2013 16:25:10 -0500 From: Mike Jeays To: freebsd-questions@freebsd.org Subject: Re: [Bulk] Re: sh script ? Message-ID: <20130124162510.2fecbd83@europa> In-Reply-To: <5101A4C6.2050907@a1poweruser.com> References: <201301241900.r0OJ0Zck076069@mail.r-bonomi.com> <5101A4C6.2050907@a1poweruser.com> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.24.4; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 21:25:17 -0000 On Thu, 24 Jan 2013 16:16:54 -0500 Fbsd8 wrote: > Robert Bonomi wrote: > >> From owner-freebsd-questions@freebsd.org Thu Jan 24 12:11:42 2013 > >> Date: Thu, 24 Jan 2013 13:07:40 -0500 > >> From: Fbsd8 > >> To: FreeBSD questions > >> Subject: sh script ? > >> > >> I get this message [: 10.0.10.21: bad number on this code > >> > >> [ "${saved_ip}" -eq "${used_ip}" ] && echo "good match" > >> > >> Both variables have valid ip addresses in them. > >> Why does it think the variable content is a number and not text? > > > > Why?? BECAUSE YOU TOld IT TO. > > > > RTFM applies. Specifically 'man test'. > > > > You need to either read some books on BASIC shell programming or > > take a course or two on that subject. > > > > This may sound harsh, but you will save yourself a -lot- of future > > aggravation with some structured education. It will also assist > > you in getting maximum value from the manpages. > > > > Programming _is_ an art-form. You have to train yourself to think > > the way the machine does. When it complains about 'something', it > > is *AlMOST*ALWAYS* correct, and something you -think- is correct > > is actually wrong. the hard thing to learn in troubleshooting > > problems is to set aside what you "know" is correct, and look for > > anything that could possibly cause the complaint. Remember, you're > > looking for something "impossible". > > > > > Quit fishing for a flame. > > You know nothing about my background and years of experience. > I have forgotten more about IT and programming than you will > ever learn in a life time. > > You already read the 3 other reply posts and there was no need to > say what you did. You added nothing to the info in the thread. > The thread was basically ended already. > > This is not the first time you have replied to posts in > this condescending manner. > > I am putting you on notice, your manner and tone is not acceptable on > this list. Please take more time to consider your replies before posting > again. > > Any further reply from you about this will be considered as flaming and > ignored. > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Well said. From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 21:55:25 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B3F01B28 for ; Thu, 24 Jan 2013 21:55:25 +0000 (UTC) (envelope-from xyne@archlinux.ca) Received: from oproxy11-pub.bluehost.com (oproxy11-pub.bluehost.com [173.254.64.10]) by mx1.freebsd.org (Postfix) with SMTP id 94BDA951 for ; Thu, 24 Jan 2013 21:55:25 +0000 (UTC) Received: (qmail 2923 invoked by uid 0); 24 Jan 2013 21:54:57 -0000 Received: from unknown (HELO box539.bluehost.com) (74.220.219.139) by oproxy11.bluehost.com with SMTP; 24 Jan 2013 21:54:57 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=archlinux.ca; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=br5MQnLj1QYzxBdU9fmNXGNymt+ouGplv3sMdFA0fes=; b=OMLu4myNWwskLsMIcgTmMDhsnbkiMucXBve4dbbBauI7tv6NI7+VpKRixJk1FjMteMu03jXJrUsdA7g3KwOrzHAKNw+0dLE1UipME/7JpSGLZ00Mg+Rau213UdQagMZ+; Received: from [83.154.192.247] (port=58048 helo=localhost.localdomain) by box539.bluehost.com with esmtpsa (SSLv3:RC4-SHA:128) (Exim 4.80) (envelope-from ) id 1TyUl6-0007CH-W9; Thu, 24 Jan 2013 14:54:57 -0700 Date: Thu, 24 Jan 2013 21:54:52 +0000 From: Xyne To: Peter Vereshagin Subject: Re: 'svn-export' incrementing? Message-ID: <20130124215452.3fba0d68@archlinux.ca> In-Reply-To: <51004C02.9040107@FreeBSD.org> References: <20130123012915.GA16404@external.screwed.box> <51004C02.9040107@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Identified-User: {4243:box539.bluehost.com:archlinu:archlinux.ca} {sentby:smtp auth 83.154.192.247 authed with xyne@archlinux.ca} Cc: glarkin@FreeBSD.org, questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 21:55:25 -0000 Greg Larkin wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >On 1/22/13 8:29 PM, Peter Vereshagin wrote: >> Hello. >> >> I use the 'svn-export this way and expect it will try to update >> the 'work-tree' next time I run it: >> >> $ python3 svn-export-2013.1/svn-export >> http://svn.gna.org/svn/nasmail/trunk nasmail Exporting new >> repository. Exported revision 1546 [portato@screwed /tmp]$ ls -a >> nasmail . decode plugin_pack tests >> utilities .. nasmail plugins >> translations [portato@screwed /tmp]$ python3 >> svn-export-2013.1/svn-export http://svn.gna.org/svn/nasmail/trunk >> nasmail Exporting new repository. svn: E155000: Destination >> directory exists; please remove the directory or use --force to >> overwrite svn: E155000: 'nasmail' already exists error: Command >> '['svn', 'export', '-r', 'HEAD', >> 'http://svn.gna.org/svn/nasmail/trunk', 'nasmail']' returned >> non-zero exit status 1 >> >> I believe there is something wrong in the way I use the >> 'svn-export'. Otherwise it's a no problem for me to patch for >> '--force'. >> >> How can I update the already created 'work tree' with 'svn update'? >> I think the correct answer is a good idea for 'Synopsis' docs >> section. >> > >Hi Peter, > >In order for svn-export to work in incremental mode, you need to use >the --revision-file argument like so: > >python3 svn-export-2013.1/svn-export -r rev.dat >http://svn.gna.org/svn/nasmail/trunk nasmail > >Then at some point in the future, run the same command. svn-export >will read rev.dat, compare the version in there with the current HEAD >revision. If they are different, the script creates a diff and >applies it to the local directory. > >Hope that helps, >Greg Hi, The explanation is correct but the command example is not. It should be svn-export --revision-file rev.dat ... The reason for this is that svn-export does not include any SVN data with the exported files so it has no way to determine what the currently exported revision is from the directory alone. You could manually run svn-export -r :HEAD ..." but it would be tedious. The "--revision-file" option automates this by storing the local export's revision number in a file. It is used to determine which revision to diff against. Essentially it is the same as running svn-export -r $(cat rev.dat):... I hope this clears things up. Regards, Xyne From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 22:10:16 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4673EF10 for ; Thu, 24 Jan 2013 22:10:16 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-ia0-x235.google.com (ia-in-x0235.1e100.net [IPv6:2607:f8b0:4001:c02::235]) by mx1.freebsd.org (Postfix) with ESMTP id 1C35A9FB for ; Thu, 24 Jan 2013 22:10:16 +0000 (UTC) Received: by mail-ia0-f181.google.com with SMTP id k25so5419981iah.40 for ; Thu, 24 Jan 2013 14:10:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=OuSH/LYaErgL8X6N8pD94mE0xXvl+6CTmpShqmL+ujw=; b=cuGF3FhW7b8Aijd2TsrtGK57UCGg6NZ+Rt+Dd/4LCNZNAQ5tCoErw5KqHVN1GxAzPg uo3gnospnmtRfccRZOkNeQ918DlVI6O2b5cB/Svj6a1fXdpwIKVOmzHkD9Eyz3A0SnqK ZcUCFSo/WsvxAbKA+8khzwWforPLsao4oZzQC10l3EhVRLzp2MF4ej6mkzjy1U5pWvQZ Oo7XShQJel6ec3Hj/6jYbIkFwfogBTFKV6y+TplF36a0ASkedG9D5etBdQ6WT4MQRasS ORFFik/tjB5o9C7ThRihbAQIcFwZ2B9witVj0g6t1Q4pzwXZ7r/LURcfQ2RsyibQlzgu 8Wwg== X-Received: by 10.50.91.230 with SMTP id ch6mr2540417igb.92.1359065415426; Thu, 24 Jan 2013 14:10:15 -0800 (PST) Received: from [192.168.1.14] (c-98-212-197-211.hsd1.il.comcast.net. [98.212.197.211]) by mx.google.com with ESMTPS id ui8sm2122407igb.14.2013.01.24.14.10.13 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 24 Jan 2013 14:10:14 -0800 (PST) Message-ID: <5101B141.2090909@gmail.com> Date: Thu, 24 Jan 2013 16:10:09 -0600 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Fwd: Re: Sharing a mail folder between Linux and FreeBSD References: <1358988080.4855.5.camel@precise> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 22:10:16 -0000 On 1/24/2013 3:26 AM, Ralf Mardorf wrote: > I was surpriesed, when Evolution from Linux had no permissions anymore > to access the mail folder, after > drwxrwx--- rocketmouse wheel was stable for FreeBSD > > I wasn't aware, that even between Linux only, the folders for mount > points share the same permissions, once the partition is mounted, since > my Linux users usually share the same uid. I tested it some minutes ago. > > However, I add a group freebsd (1001) to a Linux and chown/chmod most of > the pass without -R option and for the mail directory I used the -R > option, now everything _should_ work ... > > $ ls -hAl /mnt > drwxrwx--- 21 1000 rocketmouse 4.0k Oct 28 19:11 archlinux > > but at the end of the pass I noticed this: > > $ ls -hAl /mnt/archlinux/home/spinymouse/.local/share/evolution/mail > total 28 > drwxrwx--- 3 1000 rocketmouse 4.0k Jan 24 02:37 > 1323712251.1853.2@archlinux > drwxrwx--- 3 1000 rocketmouse 4.0k Jan 24 02:13 1353406324.3645.4@q > drwxrwx--- 3 1000 rocketmouse 4.0k Jan 24 02:13 1353606434.360.4@q > drwx------ 2 1000 1000 4.0k Jan 24 02:37 > 1358783158.2173.1@precise > drwxrwx--- 17 1000 rocketmouse 4.0k Jan 24 02:37 local > drwxrwx--- 4 1000 rocketmouse 4.0k Jan 24 02:10 trash > drwxrwx--- 2 1000 rocketmouse 4.0k Jan 24 02:37 vfolder > > I suspect I write-accessed /1358783158.2173.1@precise with a Linux that > has no group 1001? > > I'll add a group or user 1001 to all Linux and I'll add a user or group > 1000 to FreeBSD. > > If I've done that, could I expect still any issues? > > Regards > Ralf > _______________________________________________ > 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're primarily using Linux and toying with FreeBSD, I'd just change your uid and gid to match what you use on linux. If your Linux uid is 1000 and your FreeBSD uid is 1001 you'll always have a problem. Your best bet it to open up and edit /etc/passwd, /etc/master.passwd, and /etc/group and change all the 1001's to 1000. You should be safe since the uid is so high. Some programs expect certain things to be a certain uid, but you should be safe with 1000. You'll have to remember to chown all the files. Files are stored by the number, the name's for human. I assume running these two commands should do it. find / -uid 1001 -exec chown 1000 '{}' \; find / -gid 1001 -exec chown :1000 '{}' \; From owner-freebsd-questions@FreeBSD.ORG Thu Jan 24 22:17:08 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2FC2B292 for ; Thu, 24 Jan 2013 22:17:08 +0000 (UTC) (envelope-from xyne@archlinux.ca) Received: from oproxy12-pub.bluehost.com (oproxy12-pub.bluehost.com [50.87.16.10]) by mx1.freebsd.org (Postfix) with SMTP id E7E75A5D for ; Thu, 24 Jan 2013 22:17:07 +0000 (UTC) Received: (qmail 6708 invoked by uid 0); 24 Jan 2013 22:16:40 -0000 Received: from unknown (HELO box539.bluehost.com) (74.220.219.139) by oproxy12.bluehost.com with SMTP; 24 Jan 2013 22:16:40 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=archlinux.ca; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=P/nzoKe/MWj/ArYRbv1DGzfnN/236aQsWqo9EvUmBnA=; b=gacWz1DebJCOVQ9+qj6ZNQ+czQmMgtn+Jr08BBYau9em1KCK9OWMsjhE9I99+zZp6DTKcUeBrPjtB+vIXNBs8wrqI81H6AGulkwBgYbd8wj6qFyTJclKmAxlOM+s4Y0C; Received: from [83.154.192.247] (port=58385 helo=localhost.localdomain) by box539.bluehost.com with esmtpsa (SSLv3:RC4-SHA:128) (Exim 4.80) (envelope-from ) id 1TyV68-0008RH-8G; Thu, 24 Jan 2013 15:16:40 -0700 Date: Thu, 24 Jan 2013 22:16:36 +0000 From: Xyne To: glarkin@FreeBSD.org Subject: Re: svn-export Re: svn bdb checkout? Message-ID: <20130124221636.307dca09@archlinux.ca> In-Reply-To: <51004B62.5090305@FreeBSD.org> References: <20130116185832.GB8524@external.screwed.box> <50F6FD37.5060309@gmail.com> <20130116193534.GC8524@external.screwed.box> <50F704CE.3010904@gmail.com> <20130116200754.GD8524@external.screwed.box> <50F70C60.4000108@FreeBSD.org> <20130116205533.GE8524@external.screwed.box> <20130117045431.GB5392@external.screwed.box> <20130119052245.004da49b@archlinux.ca> <51004B62.5090305@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Identified-User: {4243:box539.bluehost.com:archlinu:archlinux.ca} {sentby:smtp auth 83.154.192.247 authed with xyne@archlinux.ca} Cc: Peter Vereshagin , freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 22:17:08 -0000 Greg Larkin wrote: >Hi Xyne, > >Thanks for turning that around so quickly, and I am doing some testing >here with the idea to incorporate svn-export into the FreeBSD ports tree. > >I've run into a couple of problems that I hope you can take a look at it: > >- - Changesets containing directory or file deletions cause the script >to exit. Here is an example where I fetched the FreeBSD ports tree at >a particular revision, then attempted to update to the latest revision: > ># python3 svn-export --revision-file foo2.dat >http://svn.freebsd.org/head/ports-mgmt ports-mgmt >Determining current revision. >Current revision is 310894. >Determining changes [310000:310894]. >16 new/modified files, 5 deletions >Traceback (most recent call last): > File "svn-export", line 407, in > svn.main() > File "svn-export", line 380, in main > self.remove_old_files(deleted) > File "svn-export", line 302, in remove_old_files > os.unlink(path) >PermissionError: [Errno 1] Operation not permitted: 'ports-mgmt/pkg/files' > >- - I can't get the --to-script option to work if there are any >file/directory deletions in the changeset. It looks like the actual >deletion operations are attempted (like above) even when the >- --to-script option is selected. > >Let me know if you need any other information. > >Thank you, >Greg Hi, I think I have fixed both errors in svn-export-2013.1.24, along with another directory-related error that I discovered while debugging (attempts to cat new directories in incremental exports instead of recursing them). Please try again and let me know if it works. If not, please post steps to reproduce the error with a publicly accessible repo. I was unable to access the ports-mgmt repos in your example. Incidentally, if anyone is looking at the code for svn-export, feel free to suggest a better way to incrementally export new subdirectories (see the "get_new_files()" method). Incidentally, my release scripts do not leave old source archives on the server for very long after a new release and I tend to update often when I can. If you need me to increase the shelf life of old archives to prevent 404's, let me know (give me a reasonable interval and I will update my scripts). In the future I may switch to posting my private Git repos, but I tend to rewrite history and I know that really irks people. Regards, Xyne From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 00:19:53 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 10D499DB for ; Fri, 25 Jan 2013 00:19:53 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45]) by mx1.freebsd.org (Postfix) with ESMTP id D95C2FD3 for ; Fri, 25 Jan 2013 00:19:52 +0000 (UTC) Received: from 24-181-237-39.dhcp.oxfr.ma.charter.com ([24.181.237.39] helo=Gregory-Larkins-iMac.local) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1TyX1A-000N9x-5D; Thu, 24 Jan 2013 19:19:48 -0500 Received: from Gregory-Larkins-iMac.local (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by Gregory-Larkins-iMac.local (Postfix) with ESMTPS id BD0E419A9E44; Thu, 24 Jan 2013 19:19:39 -0500 (EST) Message-ID: <5101CF9A.90903@FreeBSD.org> Date: Thu, 24 Jan 2013 19:19:38 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Xyne References: <20130123012915.GA16404@external.screwed.box> <51004C02.9040107@FreeBSD.org> <20130124215452.3fba0d68@archlinux.ca> In-Reply-To: <20130124215452.3fba0d68@archlinux.ca> X-Enigmail-Version: 1.5 X-SA-Exim-Connect-IP: 24.181.237.39 X-SA-Exim-Mail-From: glarkin@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.sourcehosting.net X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.1 Subject: Re: 'svn-export' incrementing? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) Cc: Peter Vereshagin , questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 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, 25 Jan 2013 00:19:53 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 1/24/13 4:54 PM, Xyne wrote: > Greg Larkin wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >> >> On 1/22/13 8:29 PM, Peter Vereshagin wrote: >>> Hello. >>> >>> I use the 'svn-export this way and expect it will try to >>> update the 'work-tree' next time I run it: >>> >>> $ python3 svn-export-2013.1/svn-export >>> http://svn.gna.org/svn/nasmail/trunk nasmail Exporting new >>> repository. Exported revision 1546 [portato@screwed /tmp]$ ls >>> -a nasmail . decode plugin_pack >>> tests utilities .. nasmail plugins >>> translations [portato@screwed /tmp]$ python3 >>> svn-export-2013.1/svn-export >>> http://svn.gna.org/svn/nasmail/trunk nasmail Exporting new >>> repository. svn: E155000: Destination directory exists; please >>> remove the directory or use --force to overwrite svn: E155000: >>> 'nasmail' already exists error: Command '['svn', 'export', >>> '-r', 'HEAD', 'http://svn.gna.org/svn/nasmail/trunk', >>> 'nasmail']' returned non-zero exit status 1 >>> >>> I believe there is something wrong in the way I use the >>> 'svn-export'. Otherwise it's a no problem for me to patch for >>> '--force'. >>> >>> How can I update the already created 'work tree' with 'svn >>> update'? I think the correct answer is a good idea for >>> 'Synopsis' docs section. >>> >> >> Hi Peter, >> >> In order for svn-export to work in incremental mode, you need to >> use the --revision-file argument like so: >> >> python3 svn-export-2013.1/svn-export -r rev.dat >> http://svn.gna.org/svn/nasmail/trunk nasmail >> >> Then at some point in the future, run the same command. >> svn-export will read rev.dat, compare the version in there with >> the current HEAD revision. If they are different, the script >> creates a diff and applies it to the local directory. >> >> Hope that helps, Greg > > Hi, > > The explanation is correct but the command example is not. It > should be > > svn-export --revision-file rev.dat ... > > The reason for this is that svn-export does not include any SVN > data with the exported files so it has no way to determine what the > currently exported revision is from the directory alone. You could > manually run > > svn-export -r :HEAD ..." > > but it would be tedious. The "--revision-file" option automates > this by storing the local export's revision number in a file. It is > used to determine which revision to diff against. Essentially it is > the same as running > > svn-export -r $(cat rev.dat):... > > I hope this clears things up. > > Regards, Xyne > Hi Xyne, Thanks for catching that. I had intended to write "--revision-file", but PEBKAC took over! Cheers, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlEBz5oACgkQ0sRouByUApBHUACeP/a83cmkE2EUn2rRL1b1MfaR 8sYAn3ycyyi2wfT2fFEp2KYkMR4V8OCu =SY/z -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 01:10:24 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CE80F1F7 for ; Fri, 25 Jan 2013 01:10:24 +0000 (UTC) (envelope-from johnl@iecc.com) Received: from leila.iecc.com (leila6.iecc.com [IPv6:2001:470:1f07:1126:0:4c:6569:6c61]) by mx1.freebsd.org (Postfix) with ESMTP id 38F3C1B8 for ; Fri, 25 Jan 2013 01:10:24 +0000 (UTC) Received: (qmail 39008 invoked from network); 25 Jan 2013 01:10:23 -0000 Received: from leila.iecc.com (64.57.183.34) by mail1.iecc.com with QMQP; 25 Jan 2013 01:10:23 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=iecc.com; h=date:message-id:from:to:cc:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:vbr-info; s=5101db7f.xn--btvx9d.k1301; i=johnl@user.iecc.com; bh=N9/Piv0q3bnAcV7nSiSVbRB0SKVc/vUQpc3mFkXqTOg=; b=QgW9M6N9yWHFxmrHGChTxbSJCyeyjb265aFC0bw/RS4V7+lEg9wNF59iZ2EWcH7DtGnr2kLstKD2gkMyxtInNS6zm2/sP1kOxSA/cfW7PigruAgX8aYUaS+bwM/Y6nwVF2qd1eEBc1vHQd9pV1m1wVrZapeOQOikW+BGqAKkwXM= VBR-Info: md=iecc.com; mc=all; mv=dwl.spamhaus.org Date: 25 Jan 2013 01:10:01 -0000 Message-ID: <20130125011001.4689.qmail@joyce.lan> From: "John Levine" To: freebsd-questions@freebsd.org Subject: Re: sh script ? In-Reply-To: <5101786C.3070209@a1poweruser.com> Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 7bit Cc: fbsd8@a1poweruser.com X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 01:10:24 -0000 >I get this message [: 10.0.10.21: bad number on this code > > [ "${saved_ip}" -eq "${used_ip}" ] && echo "good match" > >Both variables have valid ip addresses in them. >Why does it think the variable content is a number and not text? >What am I doing wrong? My guess would be that you didn't read the man page for the "test" (sometimes spelled "[" ) command. From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 01:11:36 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3C21B43E for ; Fri, 25 Jan 2013 01:11:36 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm10-vm0.bullet.mail.ird.yahoo.com (nm10-vm0.bullet.mail.ird.yahoo.com [77.238.189.90]) by mx1.freebsd.org (Postfix) with SMTP id 6A9EC1D3 for ; Fri, 25 Jan 2013 01:11:34 +0000 (UTC) Received: from [212.82.105.224] by nm10.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 01:11:28 -0000 Received: from [217.146.189.103] by tm20.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 01:11:28 -0000 Received: from [127.0.0.1] by smtp119.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 01:11:28 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359076288; bh=2B1FfZQMFQx/GmzfQeQUgz3vKPnXeCj0q6QEsVPYUT4=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Subject:From:To:Date:In-Reply-To:References:X-Priority:Content-Type:X-Mailer:Content-Transfer-Encoding:Mime-Version; b=Uxp/AwM7RVKu2ikgOTRuBYphBdvH6L5ElELoRhDhXgw6/HoDgso4YHOg4REbu3e+/T5LY5y3ALxhOV9cSNngpPDNzuF61cDXw/h/yACI4/0j2hWmX/OkGDi+rU2GjofnNQOy9masVu0qsnUSwFRILdc3Aj4waGagN81YSFM50DA= X-Yahoo-Newman-Id: 180168.44940.bm@smtp119.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: bw5l7LwVM1mFPuQcF5kZliMLTP3MxMJGUsUwwmkIJ5nYMUU W.HxrVUPOvKpvU1t2tpsMmjELadyhP2qstQmBb8qVinxX8UvdNWNyQ7orOZy lI5kxOIgPeWF8g1ABTAZHqyxTbnbLQsOZMkGvCWWXq9Ho4hmxTlDMoeCDY8j uRHZAzQngd7seyym1Ic2I1k9mQYflwDb3SvGwrns1rHPkPixc.JK3NAELPlK yQcrjIOv7B6cIWNbKB.Y4ULAFadTPiNODNpgO7iZAGdLKp8wmapAAgpgU1lt vKIZf6nx8GfcREE_7hhHdbjnggjNLIJKr6LrAF7o_EarQ5DNnapKmxubLohk lvu9F6a2PACwB.uinpO7qOQsVT5N2l6Vze4ZoXkmb_qa3wzAckpHAKmMDCIi lgS.Cy7OvXME7CjSPR5IUSNh37TdYX72Gc3_I1q8s4BqtZg-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from [92.224.210.252] (ralf.mardorf@92.224.210.252 with login) by smtp119.mail.ird.yahoo.com with SMTP; 24 Jan 2013 17:11:28 -0800 PST Message-ID: <1359076287.2155.18.camel@precise> Subject: Re: Sharing a mail folder between Linux and FreeBSD From: Ralf Mardorf To: freebsd-questions@freebsd.org Date: Fri, 25 Jan 2013 02:11:27 +0100 In-Reply-To: <5101B141.2090909@gmail.com> References: <1358988080.4855.5.camel@precise> <5101B141.2090909@gmail.com> X-Priority: 1 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 01:11:36 -0000 Hi all, hi Joshua, On Thu, 2013-01-24 at 16:10 -0600, Joshua Isom wrote: > find / -uid 1001 -exec chown 1000 '{}' \; > find / -gid 1001 -exec chown :1000 '{}' \; I made one mistake, when I run "find / -gid 1001 -exec chown :1000 '{}' \;" for the fist time, I did it without the ":". Later I run it without the typo. There's a serious problem now, rocketmouse still is 1001. .login_conf was '1000 1001', after I "chown 1001" it, to start X as user, it became 'rocketmouse 1001', the user rocketmouse still can't run a X session anymore. After rebooting this is the output I get: # id rocketmouse uid=1001(rocketmouse) gid=1001 groups=1001,0(wheel) # ls -hAl /home/ | grep rocketmouse drwxr-xr-x 28 1000 rocketmouse 1.5k Jan 24 18:14 rocketmouse # grep 100 /etc/group rocketmouse:*:1000: musicpd:*:1002: # grep 100 /etc/passwd rocketmouse:*:1000:1000:Ralf:/home/rocketmouse:/bin/sh musicpd:*:1002:1002:Music Player Daemon:/home/musicpd:/usr/sbin/nologin # grep 100 /etc/master.passwd rocketmouse:$1$3mMkzcfl $VuryrlzFZ92LmaC6cUOa/.:1000:1000::0:0:Ralf:/home/rocketmouse:/bin/sh musicpd:*LOCKED**:1002:1002:daemon:0:0:Music Player Daemon:/home/musicpd:/usr/sbin/nologin I repeated both find-chown several times and rebooted, nothing changed, it doesn't list any files anymore. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 03:06:23 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3B9F02B7 for ; Fri, 25 Jan 2013 03:06:23 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) by mx1.freebsd.org (Postfix) with ESMTP id 0C27C833 for ; Fri, 25 Jan 2013 03:06:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=3LdUGNrCGsrD+N8aPt4J78c3t7VIRMVq5Rb9p3qsWyY=; b=XGeWCRjH/LZI9RaYGU9dkYzfJV6SK+3H2YWVttl34RTk48VbYAP6olw6Y2SemYI+psklJjC+isg0zCjFbG4Un42So4ZcMsk5v4YYkKqZg9PbQYrYK7z7/M2Q0g9odvNg; Received: from [122.129.203.50] (port=31073 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1TyZcO-004HM8-Bw; Thu, 24 Jan 2013 20:06:16 -0700 Date: Fri, 25 Jan 2013 10:06:12 +0700 From: Erich Dollansky To: Ralf Mardorf Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-ID: <20130125100612.71a9630c@X220.ovitrap.com> In-Reply-To: <1359076287.2155.18.camel@precise> References: <1358988080.4855.5.camel@precise> <5101B141.2090909@gmail.com> <1359076287.2155.18.camel@precise> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 03:06:23 -0000 Hi, On Fri, 25 Jan 2013 02:11:27 +0100 Ralf Mardorf wrote: > Hi all, hi Joshua, > > On Thu, 2013-01-24 at 16:10 -0600, Joshua Isom wrote: > > find / -uid 1001 -exec chown 1000 '{}' \; > > find / -gid 1001 -exec chown :1000 '{}' \; > > I made one mistake, when I run "find / -gid 1001 -exec chown :1000 > '{}' \;" for the fist time, I did it without the ":". Later I run it > without the typo. > > There's a serious problem now, rocketmouse still is 1001. > > .login_conf was '1000 1001', after I "chown 1001" it, to start X as > user, it became 'rocketmouse 1001', the user rocketmouse still can't > run a X session anymore. > > After rebooting this is the output I get: > > # id rocketmouse > uid=1001(rocketmouse) gid=1001 groups=1001,0(wheel) > > # ls -hAl /home/ | grep rocketmouse > drwxr-xr-x 28 1000 rocketmouse 1.5k Jan 24 18:14 rocketmouse > > # grep 100 /etc/group > rocketmouse:*:1000: > musicpd:*:1002: > > # grep 100 /etc/passwd > rocketmouse:*:1000:1000:Ralf:/home/rocketmouse:/bin/sh > musicpd:*:1002:1002:Music Player > Daemon:/home/musicpd:/usr/sbin/nologin > > # grep 100 /etc/master.passwd > rocketmouse:$1$3mMkzcfl > $VuryrlzFZ92LmaC6cUOa/.:1000:1000::0:0:Ralf:/home/rocketmouse:/bin/sh > musicpd:*LOCKED**:1002:1002:daemon:0:0:Music Player > Daemon:/home/musicpd:/usr/sbin/nologin > > I repeated both find-chown several times and rebooted, nothing > changed, it doesn't list any files anymore. > did you run something like? /usr/sbin/pwd_mkdb -d/etc /etc/master.passwd erich From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 04:51:41 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AC325325 for ; Fri, 25 Jan 2013 04:51:41 +0000 (UTC) (envelope-from carlj@peak.org) Received: from redcondor2.peak.org (redcondor2.peak.org [69.59.192.56]) by mx1.freebsd.org (Postfix) with ESMTP id 5E54FD0E for ; Fri, 25 Jan 2013 04:51:40 +0000 (UTC) Received: from zmail-mta01.peak.org ([207.55.16.111]) by redcondor2.peak.org ({6c724cae-de34-4c5f-b615-3072b86419fa}) via TCP (outbound) with ESMTP id 20130125044818169 for ; Fri, 25 Jan 2013 04:48:18 +0000 X-RC-FROM: X-RC-RCPT: Received: from bonsai.localnet (rad0.peak.org [69.59.192.40]) by zmail-mta01.peak.org (Postfix) with ESMTPSA id E7E9C461210 for ; Thu, 24 Jan 2013 20:48:17 -0800 (PST) Received: from oak.localnet (oak.localnet [192.168.193.34]) by bonsai.localnet (Postfix) with ESMTP id E1C203DB53 for ; Thu, 24 Jan 2013 20:48:16 -0800 (PST) Received: from oak.localnet (localhost.localnet [127.0.0.1]) by oak.localnet (Postfix) with ESMTP id 99D45C146 for ; Thu, 24 Jan 2013 20:48:16 -0800 (PST) Received: (from carlj@localhost) by oak.localnet (8.14.4/8.14.4/Submit) id r0P4mGrE014775; Thu, 24 Jan 2013 20:48:16 -0800 (PST) (envelope-from carlj@peak.org) X-Authentication-Warning: oak.localnet: carlj set sender to carlj@peak.org using -f From: Carl Johnson To: freebsd-questions@freebsd.org Subject: Re: How to see all labels? References: <87ehhsocs3.fsf@oak.localnet> Mail-Followup-To: freebsd-questions@freebsd.org Date: Thu, 24 Jan 2013 20:48:16 -0800 In-Reply-To: <87ehhsocs3.fsf@oak.localnet> (Carl Johnson's message of "Thu, 10 Jan 2013 15:10:04 -0800") Message-ID: <87vcaleulr.fsf@oak.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MAG-OUTBOUND: peakinternet.redcondor.net@207.55.16/22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 04:51:41 -0000 Carl Johnson writes: > I recently installed 9.1 on a system and labels don't seem to work as > I would expect. I can get them to work in /etc/fstab, but only the > ones referenced there show up in /dev/ufs and /dev/gpt. I have seen > this in previous versions, and in those cases they sometimes work. In > at least one previous case one ufs label (of several) would never work > even in fstab. The following shows my current configuration: > > $ uname -a > FreeBSD bonsai.localnet 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: > Tue Dec 4 09:23:10 UTC 2012 > root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > $ gpart backup ada0 > GPT 128 > 1 freebsd-boot 64 128 > 2 freebsd-ufs 192 35651584 Bonsai > 3 freebsd-swap 35651776 4224671 BonsaiSwap > $ glabel status > Name Status Components > gptid/150b03ac-5767-11e2-a154-001485411fc8 N/A ada0p1 > ufs/Bonsai N/A ada0p2 > gpt/BonsaiSwap N/A ada0p3 > $ ls -l /dev/ufs > total 0 > crw-r----- 1 root operator 0, 109 2013-01-08 09:42 Bonsai > $ ls -l /dev/gpt > total 0 > crw-r----- 1 root operator 0, 112 2013-01-08 09:42 BonsaiSwap > $ cat /etc/fstab > # Device Mountpoint FStype Options Dump Pass# > #/dev/ada0p2 / ufs rw 1 1 > #/dev/ada0p3 none swap sw 0 0 > /dev/ufs/Bonsai / ufs rw 1 1 > /dev/gpt/BonsaiSwap none swap sw 0 0 > > In this case I have two GPT labels defined, but only the one used in > fstab (BonsaiSwap) is shown in /dev/gpt and by glabel. When I used > the original fstab without labels, there were no /dev/gpt or /dev/ufs > directories, and glabel didn't show any of them. > > Does anybody have any ideas about how to get the system to recognize > all labels? A command after boot would be acceptable since I could > just put it in /etc/rc.local. I just discoved the sysctl 'kern.geom.label.debug=2' and did some further testing. It appears that the system removes what it considers redundant labels. For the Bonsai label it has labels for ufs, ufsid, gpt, and gptid; so it removes the ufsid, gpt, and gptid labels after I use the ufs label. The swap partition has gpt and gptid labels, and it removes the gptid label after I use the gpt label. I don't really agree with it, but I feel better about it now that I think I understand what it is doing. -- Carl Johnson carlj@peak.org From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 06:51:32 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ADDBA6B8 for ; Fri, 25 Jan 2013 06:51:32 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm9.bullet.mail.ird.yahoo.com (nm9.bullet.mail.ird.yahoo.com [77.238.189.35]) by mx1.freebsd.org (Postfix) with SMTP id D977712A for ; Fri, 25 Jan 2013 06:51:31 +0000 (UTC) Received: from [212.82.105.244] by nm9.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 06:51:30 -0000 Received: from [46.228.39.45] by tm16.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 06:51:30 -0000 Received: from [127.0.0.1] by smtp178.mail.ir2.yahoo.com with NNFMP; 25 Jan 2013 06:51:30 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359096690; bh=pbrHZJUtLFsDI+dl1ihN9R2PWlQRUiYMOCuwn05qm9E=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Subject:From:To:Date:In-Reply-To:References:Content-Type:X-Mailer:Content-Transfer-Encoding:Mime-Version; b=5I441aIBOHtIW7gLeJuXB+sSz5k1CAY4xjGs9a/3KDoaB7E8QADT5AMTXQ/pzOvKPMlWdDO863LWZBwd4kB6GbknZkKDUd2NqhIemAl9cfa3CS/kO735RZHWK+ydpcJyxGsRRe7/3aTE6AnYZWurjlR2Um6zBLd2UVGU2tUepTQ= X-Yahoo-Newman-Id: 694849.72084.bm@smtp178.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: XakQqiMVM1lyEAGB1OdyE2PUgETYxPrnLj2IyubAd.4ucgn HMnNNPjvVp4jSd3U.fs1MQ.i_EEHU.5dAGLq2GgtBug3ZlGI8ByU9KuzFPJx c4GYaD8K7ZWwDfRtE7xVVqBK6iYoFD65cWMzpzGAiV8hfaFbef3.7_Mdk2DT 49eJ6lK3Jm9.TzN72Bn1JZTvCTLvovhogVec.x.yrSkAZl7MqP6OjTbeBKRn EXs2dZB_ptnga9YDb3HQfKBXp.Pp7u9LOTIAdNtx653tl36DneY53t3ObXXg z0AML3H58ScW0I5GHSru66CHIOVgMtHXov9hxmL.gn5FrXNFK6HxqBndoHjR qubroV9YZMVNkSJHpTERt0yHGzwD6aIoy9qEtvt8KNcltRAZ1pX7.2VEVlRN iNjoxpEqkCiLlyTWA0BXkw7meprtUcGAd51OpdZOUJZZsJfbjLRIQN4wmSP4 NNd0ucy8U3_VbbM0Im_qp_gOzmeUlpMf831ckO9vdo6lfeyR53VaqKKxLFYp imeo1_hGlfeeGupYhh6FoSkk- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from [92.224.210.252] (ralf.mardorf@92.224.210.252 with login) by smtp178.mail.ir2.yahoo.com with SMTP; 25 Jan 2013 06:51:30 +0000 UTC Message-ID: <1359096690.2155.29.camel@precise> Subject: Re: Sharing a mail folder between Linux and FreeBSD From: Ralf Mardorf To: freebsd-questions@freebsd.org Date: Fri, 25 Jan 2013 07:51:30 +0100 In-Reply-To: <20130125100612.71a9630c@X220.ovitrap.com> References: <1358988080.4855.5.camel@precise> <5101B141.2090909@gmail.com> <1359076287.2155.18.camel@precise> <20130125100612.71a9630c@X220.ovitrap.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 06:51:32 -0000 Thank you Kevin, thank you Erich, On Thu, 2013-01-24 at 21:10 -0500, kpneal@pobox.com wrote: > The correct way to edit the password file is with the "vipw" > command. When you are done with your changes it rewrites the password > file AND rebuilds the password database. > > I'm guessing you have a stale password database now. Use 'vipw' to > make a trivial change and then save and exit out. Ok, I used mcedit to make the changes before and will try vipw now, resp. ... On Fri, 2013-01-25 at 10:06 +0700, Erich Dollansky wrote: > did you run something like? > > /usr/sbin/pwd_mkdb -d/etc /etc/master.passwd No, I didn't. I assume this is what vipw will do, so I can run this instead of using vipw? "Once the information has been verified, vipw uses pwd_mkdb(8) to update the user database. This is run in the background, and, at very large sites could take severa minutes. Until this update is completed, the password file is unavailable for other updates and the new information is not available to programs." - http://www.freebsd.org/cgi/man.cgi?query=vipw&sektion=8 Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 07:03:16 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8FB207E6 for ; Fri, 25 Jan 2013 07:03:16 +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 3EDB4186 for ; Fri, 25 Jan 2013 07:03:16 +0000 (UTC) Received: from r56.edvax.de (port-92-195-8-191.dynamic.qsc.de [92.195.8.191]) by mx02.qsc.de (Postfix) with ESMTP id 29A03277C6; Fri, 25 Jan 2013 08:03:08 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0P73BPU002011; Fri, 25 Jan 2013 08:03:11 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Fri, 25 Jan 2013 08:03:11 +0100 From: Polytropon To: Ralf Mardorf Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-Id: <20130125080311.d794da70.freebsd@edvax.de> In-Reply-To: <1359076287.2155.18.camel@precise> References: <1358988080.4855.5.camel@precise> <5101B141.2090909@gmail.com> <1359076287.2155.18.camel@precise> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 07:03:16 -0000 On Fri, 25 Jan 2013 02:11:27 +0100, Ralf Mardorf wrote: > Hi all, hi Joshua, > > On Thu, 2013-01-24 at 16:10 -0600, Joshua Isom wrote: > > find / -uid 1001 -exec chown 1000 '{}' \; > > find / -gid 1001 -exec chown :1000 '{}' \; > > I made one mistake, when I run "find / -gid 1001 -exec chown :1000 '{}' > \;" for the fist time, I did it without the ":". Later I run it without > the typo. > > There's a serious problem now, rocketmouse still is 1001. You should have been reading my advice about changing the UID:GID in detail. :-) What you seem to be missing is a rebuild of the database that reflects the content of the password files (where you have properly made the changes 1001 -> 1000 in /etc/passwd, /etc/master.passwd and /etc/group). The command you're searching for is pwd_mkdb. > .login_conf was '1000 1001', after I "chown 1001" it, to start X as > user, it became 'rocketmouse 1001', the user rocketmouse still can't run > a X session anymore. UIDs and GIDs should match here. All files belonging to rocketmouse should be 1000:1000 _and_ the name "rocketmouse" should be associated to those numerical values (see files mentioned above). > After rebooting this is the output I get: Rebooting is _not_ the way to make a probem magically go away. :-) > # id rocketmouse > uid=1001(rocketmouse) gid=1001 groups=1001,0(wheel) This means the change of 1001 -> 1000 has not been fully done, in _all_ involved files. > # ls -hAl /home/ | grep rocketmouse > drwxr-xr-x 28 1000 rocketmouse 1.5k Jan 24 18:14 rocketmouse Here, on "file system level", the UID has been changed to 1000 properly, but this UID still doesn't have a matching "name". > # grep 100 /etc/group > rocketmouse:*:1000: > musicpd:*:1002: > > # grep 100 /etc/passwd > rocketmouse:*:1000:1000:Ralf:/home/rocketmouse:/bin/sh > musicpd:*:1002:1002:Music Player Daemon:/home/musicpd:/usr/sbin/nologin > > # grep 100 /etc/master.passwd > rocketmouse:$1$3mMkzcfl > $VuryrlzFZ92LmaC6cUOa/.:1000:1000::0:0:Ralf:/home/rocketmouse:/bin/sh > musicpd:*LOCKED**:1002:1002:daemon:0:0:Music Player > Daemon:/home/musicpd:/usr/sbin/nologin All correct. But pwd.db and spwd.db (the password databases with encrypted content) don't reflect those informations! > I repeated both find-chown several times and rebooted, nothing changed, > it doesn't list any files anymore. No, repeating what has already been done properly and then rebooting is, as I said, not a way to make problems magically go away. I don't know a setting where this should work... :-) So here's what you need to do: Read "man pwd_mkdb" and rebuild the databases. If you would have used the "vipw" command to make the change to the passwd (plain text) files, it would have called pwd_mkdb after the change. But don't worry: Knowing those "low level hacks" can be helpful in some worst-case scenario. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 07:33:02 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DC5E6FC6 for ; Fri, 25 Jan 2013 07:33:02 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm4.bullet.mail.ird.yahoo.com (nm4.bullet.mail.ird.yahoo.com [77.238.189.61]) by mx1.freebsd.org (Postfix) with SMTP id 20E1E2A8 for ; Fri, 25 Jan 2013 07:33:01 +0000 (UTC) Received: from [77.238.189.56] by nm4.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 07:32:55 -0000 Received: from [46.228.39.90] by tm9.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 07:32:55 -0000 Received: from [127.0.0.1] by smtp127.mail.ir2.yahoo.com with NNFMP; 25 Jan 2013 07:32:55 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359099175; bh=oVgd5TOzwV90tK2gOiCqR2kz40lxRSwiFcwDxIxCXKE=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Subject:From:To:Date:In-Reply-To:References:Content-Type:X-Mailer:Content-Transfer-Encoding:Mime-Version; b=P37YH7P+OeWJJmQd6kMZUW0lmmD46p0IxC15nZBhjDivKt691En2bhRMz4K0nl+sEUsZ5AgkyShpWQsmB2Egf4BQNgutrkU+0A5+gTq6ahr0D+AxwETJdnuKWJdhsWd4IOVtGgudo7E5HXe0QRNanLTJ3J4Yj8K1GfSpanwlV84= X-Yahoo-Newman-Id: 650121.53846.bm@smtp127.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: h1kAbpUVM1l96XSyqT44Wx3TLf6lpnDeJPP8QQyAWJ4665p bfe06168fyHmiZXT0h2HTI8zjL5WkHVBjUn9H9Ni30_rB9jAoQDJZSqOSrp5 8WIYUbBDBqZfVIzHOF2I29l2Z6YJqC1N2AZj1ECP0vjmV6bp.r5ok7Zm.g7e 8XlElb4WGJ.nGkxAUsN59suvJzNKaYZzfCvMnSA7QfS5N4SjKDcG_Xvqcisk rZTtVdlVVOxaEvjkR4aujhzmvyxnaCHrmf2Z_nfrHnbL6z.WK3uX1pPrw6Ux JbrdRTMoaDOkL93J6AJHA7rV13CMbkYSrTXxxrVTx18ggquGQcyjWXCAahos Jsx3Crz4Br5Xp6G1l6jiZiQ52slhKYUitwHmd2OWBWUwypX5v_0oD9wJpYwy bCulgDyeP8_r5Hnx9OWTZMabC1oIylskPgYSDorImx4z7dw-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from [92.224.210.252] (ralf.mardorf@92.224.210.252 with login) by smtp127.mail.ir2.yahoo.com with SMTP; 25 Jan 2013 07:32:55 +0000 UTC Message-ID: <1359099175.2155.42.camel@precise> Subject: Re: Sharing a mail folder between Linux and FreeBSD From: Ralf Mardorf To: freebsd-questions@freebsd.org Date: Fri, 25 Jan 2013 08:32:55 +0100 In-Reply-To: <20130125080311.d794da70.freebsd@edvax.de> References: <1358988080.4855.5.camel@precise> <5101B141.2090909@gmail.com> <1359076287.2155.18.camel@precise> <20130125080311.d794da70.freebsd@edvax.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 07:33:02 -0000 On Fri, 2013-01-25 at 08:03 +0100, Polytropon wrote: > You should have been reading my advice about changing the > UID:GID in detail. :-) I deleted it by accident from the until now _not_ shared mails, IOW I deleted it from the FreeBSD mails only and missed it, when having a brief look at the mailing list archive. > UIDs and GIDs should match here. All files belonging to rocketmouse > should be 1000:1000 _and_ the name "rocketmouse" should be > associated to those numerical values (see files mentioned > above). Yes, but because I missed to update the database X login asked for 1001. > But pwd.db and spwd.db (the password databases with encrypted > content) don't reflect those informations! So '# /usr/sbin/pwd_mkdb -d/etc /etc/master.passwd' is ok, regarding to ... > "man pwd_mkdb" and rebuild > the databases. -c and -u switches could be used too, but aren't needed, since the entries are correct. > If you would have used the "vipw" command to make the change > to the passwd (plain text) files, it would have called pwd_mkdb > after the change. But don't worry: Knowing those "low level hacks" > can be helpful in some worst-case scenario. :-) And then I don't need to use vi, if the default text editor still should be vi. Thank you! Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 07:36:57 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 720A2128 for ; Fri, 25 Jan 2013 07:36:57 +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 1BF442D3 for ; Fri, 25 Jan 2013 07:36:56 +0000 (UTC) Received: from r56.edvax.de (port-92-195-8-191.dynamic.qsc.de [92.195.8.191]) by mx02.qsc.de (Postfix) with ESMTP id 1486827656; Fri, 25 Jan 2013 08:36:56 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0P7awEi002126; Fri, 25 Jan 2013 08:36:58 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Fri, 25 Jan 2013 08:36:58 +0100 From: Polytropon To: Ralf Mardorf Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-Id: <20130125083658.446cb519.freebsd@edvax.de> In-Reply-To: <1359096690.2155.29.camel@precise> References: <1358988080.4855.5.camel@precise> <5101B141.2090909@gmail.com> <1359076287.2155.18.camel@precise> <20130125100612.71a9630c@X220.ovitrap.com> <1359096690.2155.29.camel@precise> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 07:36:57 -0000 On Fri, 25 Jan 2013 07:51:30 +0100, Ralf Mardorf wrote: > Thank you Kevin, thank you Erich, > > On Thu, 2013-01-24 at 21:10 -0500, kpneal@pobox.com wrote: > > The correct way to edit the password file is with the "vipw" > > command. When you are done with your changes it rewrites the password > > file AND rebuilds the password database. > > > > I'm guessing you have a stale password database now. Use 'vipw' to > > make a trivial change and then save and exit out. > > Ok, I used mcedit to make the changes before and will try vipw now, > resp. ... That won't make any difference. :-) If your $EDITOR points to mcedit, _that_ editor will be used; afterwards pwd_mkdb will be called and the binary database files will be updated - and your changes will be fine. > On Fri, 2013-01-25 at 10:06 +0700, Erich Dollansky wrote: > > did you run something like? > > > > /usr/sbin/pwd_mkdb -d/etc /etc/master.passwd > > No, I didn't. I assume this is what vipw will do, so I can run this > instead of using vipw? Yes, because vipw can be seen as a chain "editor -> validate -> update database", involving the "lower level" programs that you can call yourself any time. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 07:40:19 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B83A91EE for ; Fri, 25 Jan 2013 07:40: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 81D1B2F4 for ; Fri, 25 Jan 2013 07:40:19 +0000 (UTC) Received: from r56.edvax.de (port-92-195-8-191.dynamic.qsc.de [92.195.8.191]) by mx02.qsc.de (Postfix) with ESMTP id A40D627784; Fri, 25 Jan 2013 08:40:18 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0P7eLi3002132; Fri, 25 Jan 2013 08:40:21 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Fri, 25 Jan 2013 08:40:21 +0100 From: Polytropon To: Ralf Mardorf Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-Id: <20130125084021.04e96f8f.freebsd@edvax.de> In-Reply-To: <1359099175.2155.42.camel@precise> References: <1358988080.4855.5.camel@precise> <5101B141.2090909@gmail.com> <1359076287.2155.18.camel@precise> <20130125080311.d794da70.freebsd@edvax.de> <1359099175.2155.42.camel@precise> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 07:40:19 -0000 On Fri, 25 Jan 2013 08:32:55 +0100, Ralf Mardorf wrote: > On Fri, 2013-01-25 at 08:03 +0100, Polytropon wrote: > > UIDs and GIDs should match here. All files belonging to rocketmouse > > should be 1000:1000 _and_ the name "rocketmouse" should be > > associated to those numerical values (see files mentioned > > above). > > Yes, but because I missed to update the database X login asked for 1001. Correct - several programs query that database instead of the plain text files. > > But pwd.db and spwd.db (the password databases with encrypted > > content) don't reflect those informations! > > So '# /usr/sbin/pwd_mkdb -d/etc /etc/master.passwd' is ok, regarding > to ... Yes, use that command. > > "man pwd_mkdb" and rebuild > > the databases. > > -c and -u switches could be used too, but aren't needed, since the > entries are correct. It's not needed to make things that complicated (to selectively deal with entries, for example). The simple thing of # cd /etc # pkd_mkdb /etc/master.passwd should do the trick here. > > If you would have used the "vipw" command to make the change > > to the passwd (plain text) files, it would have called pwd_mkdb > > after the change. But don't worry: Knowing those "low level hacks" > > can be helpful in some worst-case scenario. :-) > > And then I don't need to use vi, if the default text editor still should > be vi. The $EDITOR variable will be honored, and as long as the program is available (and the terminal capabilities apply), it will work as expected. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 12:05:59 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 139E282F for ; Fri, 25 Jan 2013 12:05:59 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm22-vm6.bullet.mail.ird.yahoo.com (nm22-vm6.bullet.mail.ird.yahoo.com [212.82.109.225]) by mx1.freebsd.org (Postfix) with SMTP id 21780685 for ; Fri, 25 Jan 2013 12:05:57 +0000 (UTC) Received: from [77.238.189.52] by nm22.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 12:05:51 -0000 Received: from [217.146.188.173] by tm5.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 12:05:51 -0000 Received: from [127.0.0.1] by smtp141.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 12:05:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359115551; bh=0evqM9iTih2HvkxN5NmbK6LJUtHxo5YXV7yqgcnMU4A=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:Date:Subject:To:MIME-Version:Content-Transfer-Encoding:From:Message-ID:User-Agent; b=L42qJfzOEaH/xcfwJ2X4LWjKMi710zetkWYxEp3/OE/lMEnwVkCyIkNV3Q+YSuk3Y3R9ojVdR1OEVk4CX6C6Ty6rZ1I/D5gbx1vHNwAUF2ONYvcwJsTClHUT/j3Vqz1j3wdMsPhs4+zZVrf8tSXmwrD8YpxHhW/sgXpgDBmVDbY= X-Yahoo-Newman-Id: 263730.26860.bm@smtp141.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: sOcM5MMVM1kBWfLEbD6ogm7_RkA8WcJsPNoAyDXSrRo6ygT 270QpDDCUa64Ac_O_ydv4jQbmvjCkOHphqIwqjrN2E2ERyVRAcSTE5BjrVOO 428mPUbqquF8tdBMoj1JKpFJi6l0C8UPt5Oqtg66qZMSmiGdM0TUHpMGDqd2 J3E.cAgOmgLLzqJLDgdvblLfhB7aqLreQFkTDf9Rv1yUAY1N.yjPzILT0qZI WR52of0mpCeoOThwbWmAGdS1v_Sy8mK99RMohR8P3e5z2bZ73g1OdioJr6hr UHi76y1cbxjPVhIWQtI31nrTxfTyMKJLnZXN5HLwWvl59bYWpLASwzqPus8h KKJOeKCG070yeoesDbCLkWwB09XXWTdwCeFyf_3gkEbeagg6EpJfuh_wSwZ7 dB_8200bom7GJei7xX36tO8taA7KKJbEVvpGVZ1TKp.G0 X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.22.147 with login) by smtp141.mail.ird.yahoo.com with SMTP; 25 Jan 2013 04:05:51 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Date: Fri, 25 Jan 2013 13:05:51 +0100 Subject: Re: Sharing a mail folder between Linux and FreeBSD To: "FreeBSD quest" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 12:05:59 -0000 Hi :) after running '# /usr/sbin/pwd_mkdb -d /etc /etc/master.passwd' (FWIW there were no messages) I can now log in to a user X session by GDM. The user can't become root using Xfce Terminal Emulator or by ttyv1 (Ctrl + Alt + F2). This was possible before I switched the uid. Before the switch PPPoE was enabled automatically, now I have to do it manually. $ su su: not running setuid $ ls -l `which su` -r-sr-xr-x 1 rocketmouse wheel 16880 Dec 23 18:38 /usr/bin/su $ ls -l /home/ | grep rocketmouse drwxr-xr-x 28 rocketmouse rocketmouse 1536 Jan 25 12:17 rocketmouse $ ls -l /mnt | grep archlinux drwxrwx--- 21 rocketmouse rocketmouse 4096 Oct 28 19:11 archlinux $ id uid=1000(rocketmouse) gid=1000(rocketmouse) groups=1000(rocketmouse),0(wheel) Ctrl + Alt + F2 > '# ppp -ddial alice' does work '# find / -uid 1001 -exec chown 1000 '{}' \;' no messages '# find / -gid 1001 -exec chown :1000 '{}' \;' no messages > Ctrl + Alt + F9 Without success I again read some important messages of this thread in the archive and googled regarding to the suid issue. Any hints are welcome! Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 12:25:20 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 09298B3B for ; Fri, 25 Jan 2013 12:25:20 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) by mx1.freebsd.org (Postfix) with ESMTP id B14F3752 for ; Fri, 25 Jan 2013 12:25:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=N2PdrGHsdzbOIWz/D2QvqyE7w7Ia9iZz4c0m0IuiGkE=; b=TySz+3Ir5xw2XQnRu+qMmhUjAyevi3JuET+J6A+l8Xt376SPxsj/Q8PMGJXsa6owm/56zwJKsTP6WwKEkJeYSk4eH1rpog9Yn70WN6h3WgRzb3ygZ+B7IrktfWzXb5IE; Received: from [122.129.203.50] (port=25273 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1TyiLH-002Ejw-Tu; Fri, 25 Jan 2013 05:25:12 -0700 Date: Fri, 25 Jan 2013 19:25:07 +0700 From: Erich Dollansky To: "Ralf Mardorf" Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-ID: <20130125192507.0a0c552d@X220.ovitrap.com> In-Reply-To: References: X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 12:25:20 -0000 Hi, On Fri, 25 Jan 2013 13:05:51 +0100 "Ralf Mardorf" wrote: > after running '# /usr/sbin/pwd_mkdb > -d /etc /etc/master.passwd' (FWIW there were no messages) > I can now log in to a user X session by GDM. > this sounds so much better. > The user can't become root using Xfce Terminal Emulator or by ttyv1 > (Ctrl > + Alt + F2). This was possible before I switched the uid. > What happens on a normal TTY? > Ctrl + Alt + F2 > So, you can switch to them. Can you try a su here? > '# ppp -ddial alice' does work > '# find / -uid 1001 -exec chown 1000 '{}' \;' no messages > '# find / -gid 1001 -exec chown :1000 '{}' \;' no messages > > Ctrl + Alt + F9 > > Without success I again read some important messages of this thread > in the archive and googled regarding to the suid issue. Der Wald und die Baeume ... Erich From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 12:33:52 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6053CD5C for ; Fri, 25 Jan 2013 12:33:52 +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 24D787C1 for ; Fri, 25 Jan 2013 12:33:52 +0000 (UTC) Received: from r56.edvax.de (port-92-195-8-191.dynamic.qsc.de [92.195.8.191]) by mx02.qsc.de (Postfix) with ESMTP id B426B277D2; Fri, 25 Jan 2013 13:33:43 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0PCXkl1003170; Fri, 25 Jan 2013 13:33:46 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Fri, 25 Jan 2013 13:33:46 +0100 From: Polytropon To: "Ralf Mardorf" Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-Id: <20130125133346.f1484ed8.freebsd@edvax.de> In-Reply-To: References: Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 12:33:52 -0000 On Fri, 25 Jan 2013 13:05:51 +0100, Ralf Mardorf wrote: > The user can't become root using Xfce Terminal Emulator or by ttyv1 (Ctrl > + Alt + F2). This was possible before I switched the uid. > > Before the switch PPPoE was enabled automatically, now I have to do it > manually. > > $ su > su: not running setuid > > $ ls -l `which su` > -r-sr-xr-x 1 rocketmouse wheel 16880 Dec 23 18:38 /usr/bin/su Erm... that looks horribly wrong. The permissions indicate that setuid is set, but the file owner is wrong. For comparison: -r-sr-xr-x 1 root wheel 14604 2011-08-21 20:24:28 /usr/bin/su* This program has to belong to root. It seems that your attempt to reflect UID changes in the file permissions exceeded the scope of this task: Programs of the OS seem to be affected, which is definitely not good. > $ ls -l /home/ | grep rocketmouse > drwxr-xr-x 28 rocketmouse rocketmouse 1536 Jan 25 12:17 rocketmouse You can use ls -ld to omit the grep step. :-) > $ id > uid=1000(rocketmouse) gid=1000(rocketmouse) > groups=1000(rocketmouse),0(wheel) Seems to be okay. > Ctrl + Alt + F2 > > '# ppp -ddial alice' does work > '# find / -uid 1001 -exec chown 1000 '{}' \;' no messages > '# find / -gid 1001 -exec chown :1000 '{}' \;' no messages > > Ctrl + Alt + F9 I think you can now spot a possible mistake for the file owner change I mentioned above: Only files inside /home should have been in the initial scope, but somehow -uid 1001 has been avaluated true for /usr/bin/su, even though I cannot imagine what should have caused this. Do you have other files in /usr or even /usr/local that do belong to rocketmouse (uid == 1000 or 1001) now? That should not have happened... > Without success I again read some important messages of this thread in the > archive and googled regarding to the suid issue. Some programs check by whom they are called or who they belong to; if that's != root when it is _supposed_ to be root, that can cause problems, especially when it's not a simple x (execute), but s (setuid) program like an X display manager. > Any hints are welcome! Check for defective permissions. In worst case, update your system from source or binary to fix permissions. Maybe there's also an "mtree trick" to do it. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 12:39:14 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AC68AF52 for ; Fri, 25 Jan 2013 12:39:14 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm5.bullet.mail.ird.yahoo.com (nm5.bullet.mail.ird.yahoo.com [77.238.189.62]) by mx1.freebsd.org (Postfix) with SMTP id DCA3180F for ; Fri, 25 Jan 2013 12:39:13 +0000 (UTC) Received: from [77.238.189.233] by nm5.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 12:39:07 -0000 Received: from [217.146.189.97] by tm14.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 12:39:07 -0000 Received: from [127.0.0.1] by smtp113.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 12:39:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359117547; bh=q80xbsd8sOcLLDSw+2xsdBs6W/6oHPzHBpaDLuL1Qy4=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=jxeVhdPljAIGqUtNSrPhVzAvDRQI3Cxc2lRbcmhyXtFq0VTbRVvZoZSy0rQrnJOM8Io6ZzX1MUzGuO3i0t/6/CIZ2c2Dpn9trAcjJfAYdNQEgb6AB0M6kqABO46kqP4C2QhYJoJSRDy2DRJ17t8PdcfdK1DX3BT22nqPJoNjNtg= X-Yahoo-Newman-Id: 646384.5673.bm@smtp113.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: cIse37cVM1n9I5nh2Qgj_QLwBz6AM.a3OjE5hcC.EJPQYh6 QnanrY16T2k0Yu89c7uH._yqxYu900rm4GlpvsJLcCpYJtRHe1dY70HBVXa9 xz.px4l4wH5SxKmEMvCN8FoPaRuZpKjwk.6SPEPCLEU_8.gl.z8U3..qJ2AZ 4XrkKfYlwnWzlGbiVPtFpzM2nEU8fNm2TodBxcI7W1yxqh.dm13Y3SiPbeSH 4ixYN.Hc3AaxdqRcDz0RRLazmr56yx3Gfz.Nrb3twpwFfqI.KdG45xvCtClf OxZi6g98fqxOWRJxRDdE_5BBe_8xSFgUa1_HYL_UCq7tsRKF7UqAey1t53aa ZDY95frK9dOzkxXFE3Zp3bkUTYRY3mC45EcG3O8Dt3LfH1VPpZTVnvUwz55A pFf7DtbVSMj0qe5Y8RhKXIKxdE4Mres8l4E3c7xUP4oQe X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.22.147 with login) by smtp113.mail.ird.yahoo.com with SMTP; 25 Jan 2013 04:39:07 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "FreeBSD quest" Subject: Re: Sharing a mail folder between Linux and FreeBSD References: <20130125192507.0a0c552d@X220.ovitrap.com> Date: Fri, 25 Jan 2013 13:39:07 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <20130125192507.0a0c552d@X220.ovitrap.com> User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 12:39:14 -0000 Hi Erich :) On Fri, 25 Jan 2013 13:25:07 +0100, Erich Dollansky wrote: > What happens on a normal TTY? > >> Ctrl + Alt + F2 > > > So, you can switch to them. Can you try a su here? Ctrl + Alt + F* will open a ttyv* I can log in as root, but if I log in as user, I can't run su successfully. > Der Wald und die Baeume ... Quite possibly that I miss the forest for the trees ;). Regards, Ralf PS: Btw. thank you all for your patience and effort. From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 12:47:57 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6DC5A129 for ; Fri, 25 Jan 2013 12:47:57 +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 18950857 for ; Fri, 25 Jan 2013 12:47:56 +0000 (UTC) Received: from r56.edvax.de (port-92-195-8-191.dynamic.qsc.de [92.195.8.191]) by mx02.qsc.de (Postfix) with ESMTP id 2B1B3249EC; Fri, 25 Jan 2013 13:47:54 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0PClvVR003217; Fri, 25 Jan 2013 13:47:57 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Fri, 25 Jan 2013 13:47:57 +0100 From: Polytropon To: "Ralf Mardorf" Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-Id: <20130125134757.f1de503d.freebsd@edvax.de> In-Reply-To: References: <20130125192507.0a0c552d@X220.ovitrap.com> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 12:47:57 -0000 On Fri, 25 Jan 2013 13:39:07 +0100, Ralf Mardorf wrote: > Hi Erich :) > > On Fri, 25 Jan 2013 13:25:07 +0100, Erich Dollansky > wrote: > > What happens on a normal TTY? > > > >> Ctrl + Alt + F2 > > > > > So, you can switch to them. Can you try a su here? > > Ctrl + Alt + F* will open a ttyv* > > I can log in as root, but if I log in as user, I can't run su successfully. Because as you quoted, the su binary doesn't have the UID 0, this means it's not owned by root anymore which may have bad influence on its runtime behaviour. :-) You have: -r-sr-xr-x 1 rocketmouse wheel 16880 Dec 23 18:38 /usr/bin/su You should have: -r-sr-xr-x 1 root wheel 14604 2011-08-21 20:24:28 /usr/bin/su* As I mentioned in my previous message, somehow the UID change had some strange side effects. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 12:57:25 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9D0F126D for ; Fri, 25 Jan 2013 12:57:25 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) by mx1.freebsd.org (Postfix) with ESMTP id 08D4B8AC for ; Fri, 25 Jan 2013 12:57:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=u8ctTKPAADWt2DEieovp/XA4vqif0I3W2Tpm1IqY7pY=; b=tA/wN4C0yHYEU1ZNkJxq+19zalxo12Gq8yWqstvJERR/DhwjsWIJadohyxaAvN+jy1Y3FZQpHo8nAD5eAivZYfMqb+r122233uDw15CKm3SJyCgRlfnnr3eEpihyGZIV; Received: from [122.129.203.50] (port=18055 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1TyiqQ-002NqU-Qn; Fri, 25 Jan 2013 05:57:24 -0700 Date: Fri, 25 Jan 2013 19:57:13 +0700 From: Erich Dollansky To: "Ralf Mardorf" Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-ID: <20130125195713.6367ee20@X220.ovitrap.com> In-Reply-To: References: <20130125192507.0a0c552d@X220.ovitrap.com> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 12:57:25 -0000 Hi Ralf, On Fri, 25 Jan 2013 13:39:07 +0100 "Ralf Mardorf" wrote: > On Fri, 25 Jan 2013 13:25:07 +0100, Erich Dollansky > wrote: > > What happens on a normal TTY? > > > >> Ctrl + Alt + F2 > > > > > So, you can switch to them. Can you try a su here? > > Ctrl + Alt + F* will open a ttyv* > > I can log in as root, but if I log in as user, I can't run su > successfully. It all seems that Polytropon's idea is right. The owner of all system files must be root. Try to set this back. > > > Der Wald und die Baeume ... > > Quite possibly that I miss the forest for the trees ;). > Yeah, the old problem if IT. > Regards, > Ralf > > PS: Btw. thank you all for your patience and effort. Do not worry. This is the main advantage of FreeBSD over many other operating systems. The chances are very, verhy high that you will find help when needed. Erich From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 13:48:27 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CD2DDAC0 for ; Fri, 25 Jan 2013 13:48:27 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm4-vm0.bullet.mail.ird.yahoo.com (nm4-vm0.bullet.mail.ird.yahoo.com [77.238.189.211]) by mx1.freebsd.org (Postfix) with SMTP id 3F558AFE for ; Fri, 25 Jan 2013 13:48:26 +0000 (UTC) Received: from [77.238.189.50] by nm4.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 13:48:20 -0000 Received: from [46.228.39.98] by tm3.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 13:48:20 -0000 Received: from [127.0.0.1] by smtp135.mail.ir2.yahoo.com with NNFMP; 25 Jan 2013 13:48:20 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359121700; bh=I8QZJAPQw5n1c7FtOl178fAafoeaLzHTA+UjTfhnM7w=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:References:Subject:To:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=5dMwUweE7igD0lI4g8b2iI+LJSJ26XWv1dKMTntwS+swWWV2cpEyIH9FybycX2pLeewmistgqIAAzRbC8tdm1HNfNbdyYDHA3I0nxFnV5YEnI6Uw1kOCXCRiyvU3sPFUa2Jnwf7gzPYnb2nbWQ0ubom9DnxQkTSTPfdVatfpkuo= X-Yahoo-Newman-Id: 184988.41339.bm@smtp135.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: sz4E_I8VM1kqdoFVyM68FGW4yvAoQ5CCh8nXnH0wew9hqSY hOmeU5VeNFFtblTjB.fqmbcjR1ezMZFxuYcqzdfko36hJN8N_ZQJtIEzwgRb bBc4S5pOdEZ_MD72_uEIleOOBG9cPEyC2cqVGCoQrvCdOfl3KHEcO9D22umn 2Uc7jKaxiGAhZaMBWMg_thoWb__b1tQIV8AaEpkfTXqIo7sgAXEFpKA8eT1r 7.aM4l0l1uSacNOulB255l5YJkzAt43wmUNAtz_gTpsmnswFHsXBy_Q7qGqH 8CFvQDJdv96Gx1vRVIYs0N.XXMT5OJu_to9f24KycH995H8rPgtKSUMzNOcn MLmu61gEsH..tbBG9tmt5mmeCgnnBMlSq_90Ay8HL5QMQacy9ZFFri.lhR1V moshokWK7y8cmkfyfbD73TbcTDX.6DpTldnA67m8Nhvg- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.21.29 with login) by smtp135.mail.ir2.yahoo.com with SMTP; 25 Jan 2013 13:48:19 +0000 UTC Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes References: <20130125133346.f1484ed8.freebsd@edvax.de> Subject: Re: Sharing a mail folder between Linux and FreeBSD To: "FreeBSD quest" Date: Fri, 25 Jan 2013 14:48:19 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <20130125133346.f1484ed8.freebsd@edvax.de> User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 13:48:27 -0000 Thank you all :) everything is ok now. I don't mark the thread as solved, since I still didn't set up Evolution. On Fri, 25 Jan 2013 13:33:46 +0100, Polytropon wrote: >> $ ls -l `which su` >> -r-sr-xr-x 1 rocketmouse wheel 16880 Dec 23 18:38 /usr/bin/su > > Erm... that looks horribly wrong. > > The permissions indicate that setuid is set, but the file > owner is wrong. For comparison: > > -r-sr-xr-x 1 root wheel 14604 2011-08-21 20:24:28 /usr/bin/su* > > This program has to belong to root. It seems that your > attempt to reflect UID changes in the file permissions > exceeded the scope of this task: Programs of the OS > seem to be affected, which is definitely not good. IMO setuid alone already is a security risk. >> $ ls -l /home/ | grep rocketmouse >> drwxr-xr-x 28 rocketmouse rocketmouse 1536 Jan 25 12:17 >> rocketmouse > > You can use ls -ld to omit the grep step. :-) $ ls -ld /home/rocketmouse drwxr-xr-x 28 rocketmouse rocketmouse 1536 Jan 25 13:19 /home/rocketmouse :) I was sure that using grep is stupid and should have done a 'man ls', since 'help' wasn't helpful. This issue and 'cat | grep' instead of grep only are common mistakes by many Linux users. Thank you for the hint. > I think you can now spot a possible mistake for the file owner > change I mentioned above: Only files inside /home should have > been in the initial scope, but somehow -uid 1001 has been > avaluated true for /usr/bin/su, even though I cannot imagine > what should have caused this. In this case /home and /mnt/*, but I understand what you mean. > Do you have other files in /usr or even /usr/local that do > belong to rocketmouse (uid == 1000 or 1001) now? That should > not have happened... /usr/bin is ok /usr/include is ok /usr/include/* seem to be ok, I just checked some folders /usr/lib and /usr/lib/* are ok /usr/libdata and /usr/libdata/* are ok /usr/libexec and /usr/libexec/*/* are ok /usr/ports is ok /usr/ports/* seem to be ok, I just checked some folders /usr/sbin is ok /usr/share is ok /usr/share/* seem to be ok, I just checked some folders /usr/src is ok /usr/src/*/* seem to be ok, I just checked some folders /usr/local is ok /usr/local/bin and /usr/local/bin/* are ok /usr/local/bootstrap* and [...]/* are ok /usr/local/etc is ok /usr/local/etc/* seem to be ok, at least PolicyKit and ConsoleKit are /usr/local/include is ok [snip] All /usr/local/* are ok and all /usr/local/*/* seem to be ok. Other directories in /usr and /usr/local are empty. OT: /usr/lib32 and /usr/lib32/* belong to the empty folders in /usr. So FreeBSD is multi arch capable? (since there's /usr/ports/astro/google-earth for amd64, I suspect it is) > Some programs check by whom they are called or who they > belong to; if that's != root when it is _supposed_ to > be root, that can cause problems, especially when it's > not a simple x (execute), but s (setuid) program like > an X display manager. So I guess I only need to correct the owner for /usr/bin/su. $ ls -l /usr/bin/su -r-sr-xr-x 1 root wheel 16880 Dec 23 18:38 /usr/bin/su I wonder if setting suid is needed, while the kit family is installed. For sure it's possible to add a rool to some kit config. Restart PPPoE was enabled automagically :). $ su Password: You have mail. root@freebsd:/usr/home/rocketmouse # :) Ctrl + Alt + F* will switch to ttyv* and su does work too. :) So the switch to uid 1000 seem to be complete now, without any gaps. On Fri, 25 Jan 2013 13:57:13 +0100, Erich Dollansky wrote: > Do not worry. This is the main advantage of FreeBSD over many other > operating systems. The chances are very, verhy high that you will find > help when needed. For Linux it depends to the mailing list. it depends not only to the traffic and kind of list, but also to the kind of people who are subscribed. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 13:58:40 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9B3BECA6 for ; Fri, 25 Jan 2013 13:58:40 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [94.23.254.147]) by mx1.freebsd.org (Postfix) with ESMTP id 509D2BE5 for ; Fri, 25 Jan 2013 13:58:39 +0000 (UTC) Received: from mr129166.localdomain (mr129166.cri.univ-rennes1.fr [129.20.129.166]) by smtp.lamaiziere.net (Postfix) with ESMTPA id A982AACF1; Fri, 25 Jan 2013 14:51:34 +0100 (CET) Received: from mr129166 (localhost [127.0.0.1]) by mr129166.localdomain (Postfix) with ESMTP id BC8F6620F; Fri, 25 Jan 2013 14:51:33 +0100 (CET) Date: Fri, 25 Jan 2013 14:51:33 +0100 From: Patrick Lamaiziere To: Fbsd8 Subject: Re: jails & ip addresses Message-ID: <20130125145133.30d1302c@mr129166> In-Reply-To: <510166A2.7090501@a1poweruser.com> References: <510166A2.7090501@a1poweruser.com> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: FreeBSD questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 13:58:40 -0000 Le Thu, 24 Jan 2013 11:51:46 -0500, Fbsd8 a écrit : > Is there any situation where assigning the same IP address to a new > jail that has already been assigned to a previous jail valid? > > I think not, but want verification. > > What are your thoughts? I'm sure they are case of this. One example is poudriere (a package builder), it starts several jails to build the packages and all the jails are bound to 127.0.0.1. The jail IP enforces that the jailed processus cannot use another one IP but that's all. Regards. From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 14:04:20 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3893CDB5 for ; Fri, 25 Jan 2013 14:04: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 DC84AC2C for ; Fri, 25 Jan 2013 14:04:19 +0000 (UTC) Received: from r56.edvax.de (port-92-195-8-191.dynamic.qsc.de [92.195.8.191]) by mx02.qsc.de (Postfix) with ESMTP id 46974277D3; Fri, 25 Jan 2013 15:04:11 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0PE4EGk003421; Fri, 25 Jan 2013 15:04:14 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Fri, 25 Jan 2013 15:04:14 +0100 From: Polytropon To: "Ralf Mardorf" Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-Id: <20130125150414.f262d162.freebsd@edvax.de> In-Reply-To: References: <20130125133346.f1484ed8.freebsd@edvax.de> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 14:04:20 -0000 On Fri, 25 Jan 2013 14:48:19 +0100, Ralf Mardorf wrote: > On Fri, 25 Jan 2013 13:33:46 +0100, Polytropon wrote: > >> $ ls -l `which su` > >> -r-sr-xr-x 1 rocketmouse wheel 16880 Dec 23 18:38 /usr/bin/su > > > > Erm... that looks horribly wrong. > > > > The permissions indicate that setuid is set, but the file > > owner is wrong. For comparison: > > > > -r-sr-xr-x 1 root wheel 14604 2011-08-21 20:24:28 /usr/bin/su* > > > > This program has to belong to root. It seems that your > > attempt to reflect UID changes in the file permissions > > exceeded the scope of this task: Programs of the OS > > seem to be affected, which is definitely not good. > > IMO setuid alone already is a security risk. The su program is part of the operating system, so it can safely be considered safe. :-) > >> $ ls -l /home/ | grep rocketmouse > >> drwxr-xr-x 28 rocketmouse rocketmouse 1536 Jan 25 12:17 > >> rocketmouse > > > > You can use ls -ld to omit the grep step. :-) > > $ ls -ld /home/rocketmouse > drwxr-xr-x 28 rocketmouse rocketmouse 1536 Jan 25 13:19 > /home/rocketmouse > > :) > > I was sure that using grep is stupid and should have done a 'man ls', > since 'help' wasn't helpful. That's why "man ls" exists. :-) > This issue and 'cat | grep' instead of grep > only are common mistakes by many Linux users. This reminds me to "useless use of 'cat'" which is often used because it constructs a convenient and easy to read "chain" of commands, but can often be avoided, especially when files can be redirected from. > > Do you have other files in /usr or even /usr/local that do > > belong to rocketmouse (uid == 1000 or 1001) now? That should > > not have happened... > > /usr/bin is ok > /usr/include is ok > /usr/include/* seem to be ok, I just checked some > folders > /usr/lib and /usr/lib/* are ok > /usr/libdata and /usr/libdata/* are ok > /usr/libexec and /usr/libexec/*/* are ok > /usr/ports is ok > /usr/ports/* seem to be ok, I just checked some > folders > /usr/sbin is ok > /usr/share is ok > /usr/share/* seem to be ok, I just checked some > folders > /usr/src is ok > /usr/src/*/* seem to be ok, I just checked some > folders > > /usr/local is ok > /usr/local/bin and /usr/local/bin/* are ok > /usr/local/bootstrap* and [...]/* are ok > /usr/local/etc is ok > /usr/local/etc/* seem to be ok, at least PolicyKit and > ConsoleKit are > /usr/local/include is ok > [snip] > > All /usr/local/* are ok and all /usr/local/*/* seem to be ok. > Other directories in /usr and /usr/local are empty. You can do something like this: % ls -lR / | grep -v "/home" | grep "rocketmouse" This will probably show some "false-positives" in /tmp and maybe in /var, but should show nothing in /usr directly (or in other top level system directories). > OT: /usr/lib32 and /usr/lib32/* belong to the empty folders in /usr. Allow me a polite note regarding terminology: There are no folders. Those are called directories. This is the valid technical term. A "folder" is the name of a typical GUI representation element _for_ a directory. Relations: "is a" vs. "represents a" or "looks like a". I know it's common to call directories "folders", but this is as wrong as calling a device driver "Bob". ;-) > So > FreeBSD is multi arch capable? > (since there's /usr/ports/astro/google-earth for amd64, I suspect it is) The system shares some stuff across architectures, and it's possible to run 32 bit applications on a 64 bit system, so specific "fixed bit width libraries" are provided. This is reflected in naming conventions. Even though the installer might create those directories in advance, it's possible that they only receive content under specific circumstances. Ports do usually work on both systems. Those that do _not_ have a checking mechanism in their Makefile that indicates on which platform they don't build, or if they are designed for one specific platform only. > > Some programs check by whom they are called or who they > > belong to; if that's != root when it is _supposed_ to > > be root, that can cause problems, especially when it's > > not a simple x (execute), but s (setuid) program like > > an X display manager. > > So I guess I only need to correct the owner for /usr/bin/su. If that's the only occurance, it should be sufficient. > $ ls -l /usr/bin/su > -r-sr-xr-x 1 root wheel 16880 Dec 23 18:38 /usr/bin/su > > I wonder if setting suid is needed, while the kit family is installed. For > sure it's possible to add a rool to some kit config. The su program is part of the OS, while things like PolicyKit are additional software. It sounds doubleplusungood to modify a standard (!) system setting at file permission level for such a purpose. > Restart > > PPPoE was enabled automagically :). You probably have the required magic in /etc/rc.conf. :-) > $ su > Password: > You have mail. > root@freebsd:/usr/home/rocketmouse # :) > > Ctrl + Alt + F* will switch to ttyv* and su does work too. :) Because su will work everywhere it's supposed to work. :-) > So the switch to uid 1000 seem to be complete now, without any gaps. Just to make sure, check with the ls | grep command listed above. Nothing "surprising" should show up in the result. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 14:26:31 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AA8174BC for ; Fri, 25 Jan 2013 14:26:31 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm11-vm0.bullet.mail.ird.yahoo.com (nm11-vm0.bullet.mail.ird.yahoo.com [77.238.189.218]) by mx1.freebsd.org (Postfix) with SMTP id E2424DFB for ; Fri, 25 Jan 2013 14:26:30 +0000 (UTC) Received: from [77.238.189.50] by nm11.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 14:26:23 -0000 Received: from [46.228.39.40] by tm3.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 14:26:23 -0000 Received: from [127.0.0.1] by smtp173.mail.ir2.yahoo.com with NNFMP; 25 Jan 2013 14:26:23 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359123983; bh=jgne5I6jsKvx4Inlr56SY9PL60d7rdOtRjonnNvnppg=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Cc:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=yHjnjSMUPuP8uUpIXfWUY9LxnSX5P1Le3bWeKI4cfHsO7jYqGXLSst+xmwTQp9Oq8iy6fds8X2UbZ07YO1YHRB+sN2NV/B+lM0OApQ7KbnBDPPhckQbX48zhymKSSY/TbZF3Pt5y4VgF+H5tERJAge/tdog7LuHJgH75fao+to4= X-Yahoo-Newman-Id: 927019.43558.bm@smtp173.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: DUg9onEVM1ke2lBDDtftzOsN_g_0t_sMbXVAuKheKMHumv4 YnKqa2sXOluUBZnwRtFrLa9R1m5lpewTGf38bkhdsYr_xpa5w4fKupYReu38 tGwcAyMuBlzieD5MCeCW2_wIJqkeB728zUjucAJ5pf2upLhWpJYKcuGJyQgK JtxocdctNGpczScj2QUkxLIG9LVhTNTD9Ud1MUSCGE0aESTwSnHY78TtjbX2 XUoMDsl0p9DeOsjClRVfeNfdRZrMedU_LzyBTwDBsKCKeQEoRnFk3gZ82OYo b4x42zBQEm2DcCnSwpY.9I.P78NEF019e.VpxEUFGBPV2CfACpPtwHBHgZYG Nkv2u.aZ8HL_Tku1ZkC.nRa4205WqrSgwHOQEi7JuQ7G.T7mJlgi.Y3dcnmc pJ57pei7W9HoAiFtfN.gvkMpobAryDwXxPgVas85yIo0- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.21.29 with login) by smtp173.mail.ir2.yahoo.com with SMTP; 25 Jan 2013 14:26:23 +0000 UTC Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: Polytropon Subject: Re: Sharing a mail folder between Linux and FreeBSD References: <20130125133346.f1484ed8.freebsd@edvax.de> <20130125150414.f262d162.freebsd@edvax.de> Date: Fri, 25 Jan 2013 15:26:23 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <20130125150414.f262d162.freebsd@edvax.de> User-Agent: Opera Mail/12.12 (FreeBSD) Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 14:26:31 -0000 On Fri, 25 Jan 2013 15:04:14 +0100, Polytropon wrote: > % ls -lR / | grep -v "/home" | grep "rocketmouse" It's better I umount at least Arch Linux. # cat /etc/fstab # Device Mountpoint FStype Options Dump Pass /dev/ad4s1b none swap sw 0 0 /dev/ad4s1a / ufs rw 1 1 /dev/ad4s1e /tmp ufs rw 2 2 /dev/ad4s1f /usr ufs rw 2 2 /dev/ad4s1d /var ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 /dev/ada0s8 /mnt/dump ext2fs rw 0 0 /dev/ada0s9 /mnt/archlinux ext2fs rw 0 0 # umount /dev/ada0s8 # umount /dev/ada0s9 There anyway is an issue, it doesn't show the pass, I checked this with $ ls -lR /home/ | grep -v "/home" after running $ ls -lR / | grep -v "/home" | grep "rocketmouse" IOW I get tons of files, but don't know to which directory they belong. >> PPPoE was enabled automagically :). > > You probably have the required magic in /etc/rc.conf. :-) Yes, but it wasn't started, when the owner for /usr/bin/su wasn't root. From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 14:32:47 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 574F384C for ; Fri, 25 Jan 2013 14:32:47 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm17-vm0.bullet.mail.ird.yahoo.com (nm17-vm0.bullet.mail.ird.yahoo.com [77.238.189.214]) by mx1.freebsd.org (Postfix) with SMTP id 6F3B8E83 for ; Fri, 25 Jan 2013 14:32:45 +0000 (UTC) Received: from [212.82.105.247] by nm17.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 14:32:38 -0000 Received: from [46.228.39.120] by tm19.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 14:32:38 -0000 Received: from [127.0.0.1] by smtp157.mail.ir2.yahoo.com with NNFMP; 25 Jan 2013 14:32:38 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359124358; bh=Fqe9fAqq69mh3t/RlsUQntQZT/i01tqnLYwyyCSwKyQ=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Cc:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=QVbnlBMO+O+bwff/kbFMVinNbwzhgp0gcFIqN7p2NAaMlAJ2Y+TsvZ1VWBvAMsfUL9JBzmDIvf1nGnJy4xh/pjovQ2NBL7zt9cLBv5h0dWXEI33hRm8h+qcKHVubKk5bogexvkLL1d+KU+X+jkuvn9Aj/PHtASrcCCV2pPpLzjg= X-Yahoo-Newman-Id: 685967.59639.bm@smtp157.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: lsvrYcsVM1mGN6YC7kdgRkwA1a9fZnPDEUYWk8ElABHBEHg K93pVaHILTycOCbxjD_.d1z2Gr8BKbClq9iokUjhhvhGU8i4_jxwged1wCJr 3Fpw5XW2iJngjQI6yXt.nNZjcjseKL7uNfyVssoyaQuMcFg83Ng8krWIUsl4 1O2KSd5FVNt5rLnWgyqB4mxAWNmbsAxeSuiWFoVb1ClJa5YL71ZwlSTRWxt6 cw4pAVlv20FaG6OsfTfqorLAMtK5xZ11fzo6v6u6J6eKr1BquQQErFvTasVx IpOcF8k_BBT2nX8ZsQDML4Wg6k_QNXiU2t36Wyp0WwDU3VHr2zViKC0fhleq 7LdH5yum0iKDpRtVVerlIVg0g_1uJ.ATr8VHM6psstmr2R9oDnTTJ.mOJlpZ f_FaK38Zw4MIK1ZYNjCLS6hR7Y2fxOXFP7U2fz0NI8_Q- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.21.29 with login) by smtp157.mail.ir2.yahoo.com with SMTP; 25 Jan 2013 14:32:38 +0000 UTC Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: Polytropon Subject: Re: Sharing a mail folder between Linux and FreeBSD References: <20130125133346.f1484ed8.freebsd@edvax.de> <20130125150414.f262d162.freebsd@edvax.de> Date: Fri, 25 Jan 2013 15:32:38 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.12 (FreeBSD) Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 14:32:47 -0000 PS: On Fri, 25 Jan 2013 15:26:23 +0100, Ralf Mardorf wrote: > There anyway is an issue, it doesn't show the pass, I checked this with > > $ ls -lR /home/ | grep -v "/home" > > after running > > $ ls -lR / | grep -v "/home" | grep "rocketmouse" > > IOW I get tons of files, but don't know to which directory they belong. I guess the output is different for user and root and it does remove the path, but anyway display also contend of /home. From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 15:12:20 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A1E439B1 for ; Fri, 25 Jan 2013 15:12: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 6A594200 for ; Fri, 25 Jan 2013 15:12:20 +0000 (UTC) Received: from r56.edvax.de (port-92-195-8-191.dynamic.qsc.de [92.195.8.191]) by mx01.qsc.de (Postfix) with ESMTP id C4A2B3CEF3; Fri, 25 Jan 2013 16:12:12 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0PFCFMX006548; Fri, 25 Jan 2013 16:12:15 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Fri, 25 Jan 2013 16:12:15 +0100 From: Polytropon To: "Ralf Mardorf" Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-Id: <20130125161215.f498f4e4.freebsd@edvax.de> In-Reply-To: References: <20130125133346.f1484ed8.freebsd@edvax.de> <20130125150414.f262d162.freebsd@edvax.de> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 15:12:20 -0000 On Fri, 25 Jan 2013 15:26:23 +0100, Ralf Mardorf wrote: > On Fri, 25 Jan 2013 15:04:14 +0100, Polytropon wrote: > > % ls -lR / | grep -v "/home" | grep "rocketmouse" > > It's better I umount at least Arch Linux. True. :-) > There anyway is an issue, it doesn't show the pass, I checked this with > > $ ls -lR /home/ | grep -v "/home" > > after running > > $ ls -lR / | grep -v "/home" | grep "rocketmouse" > > IOW I get tons of files, but don't know to which directory they belong. Sorry, that was something I didn't take into mind, you're right. Maybe this command is more efficient: # find / -exec ls -l {} \; | grep -v "/home" | grep "rocketmouse" It may be a good idea to send the output into a temporary file and check it when the command has finished. As I said, you will probably see some "false positives", but look for anything strange in /usr. > >> PPPoE was enabled automagically :). > > > > You probably have the required magic in /etc/rc.conf. :-) > > Yes, but it wasn't started, when the owner for /usr/bin/su wasn't root. That was to be expected. :-) On Fri, 25 Jan 2013 15:32:38 +0100, Ralf Mardorf wrote: > PS: > > I guess the output is different for user and root and it does remove the > path, but anyway display also contend of /home. Yes, access permissions matter a lot, so the command should be run as root. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 15:40:45 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 03ECEA54 for ; Fri, 25 Jan 2013 15:40:45 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45]) by mx1.freebsd.org (Postfix) with ESMTP id D10E0678 for ; Fri, 25 Jan 2013 15:40:44 +0000 (UTC) Received: from 24-181-237-39.dhcp.oxfr.ma.charter.com ([24.181.237.39] helo=Gregory-Larkins-iMac.local) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1TylOM-0002lL-Uw; Fri, 25 Jan 2013 10:40:40 -0500 Received: from Gregory-Larkins-iMac.local (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by Gregory-Larkins-iMac.local (Postfix) with ESMTPS id 745E019AC275; Fri, 25 Jan 2013 10:40:34 -0500 (EST) Message-ID: <5102A771.1080704@FreeBSD.org> Date: Fri, 25 Jan 2013 10:40:33 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Xyne References: <20130116185832.GB8524@external.screwed.box> <50F6FD37.5060309@gmail.com> <20130116193534.GC8524@external.screwed.box> <50F704CE.3010904@gmail.com> <20130116200754.GD8524@external.screwed.box> <50F70C60.4000108@FreeBSD.org> <20130116205533.GE8524@external.screwed.box> <20130117045431.GB5392@external.screwed.box> <20130119052245.004da49b@archlinux.ca> <51004B62.5090305@FreeBSD.org> <20130124221636.307dca09@archlinux.ca> In-Reply-To: <20130124221636.307dca09@archlinux.ca> X-Enigmail-Version: 1.5 X-SA-Exim-Connect-IP: 24.181.237.39 X-SA-Exim-Mail-From: glarkin@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.sourcehosting.net X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.1 Subject: Re: svn-export Re: svn bdb checkout? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) Cc: Peter Vereshagin , freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 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, 25 Jan 2013 15:40:45 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 1/24/13 5:16 PM, Xyne wrote: > Greg Larkin wrote: > >> Hi Xyne, >> >> Thanks for turning that around so quickly, and I am doing some >> testing here with the idea to incorporate svn-export into the >> FreeBSD ports tree. >> >> I've run into a couple of problems that I hope you can take a >> look at it: >> >> - - Changesets containing directory or file deletions cause the >> script to exit. Here is an example where I fetched the FreeBSD >> ports tree at a particular revision, then attempted to update to >> the latest revision: >> >> # python3 svn-export --revision-file foo2.dat >> http://svn.freebsd.org/head/ports-mgmt ports-mgmt Determining >> current revision. Current revision is 310894. Determining changes >> [310000:310894]. 16 new/modified files, 5 deletions Traceback >> (most recent call last): File "svn-export", line 407, in >> svn.main() File "svn-export", line 380, in main >> self.remove_old_files(deleted) File "svn-export", line 302, in >> remove_old_files os.unlink(path) PermissionError: [Errno 1] >> Operation not permitted: 'ports-mgmt/pkg/files' >> >> - - I can't get the --to-script option to work if there are any >> file/directory deletions in the changeset. It looks like the >> actual deletion operations are attempted (like above) even when >> the - --to-script option is selected. >> >> Let me know if you need any other information. >> >> Thank you, Greg > > > Hi, > > I think I have fixed both errors in svn-export-2013.1.24, along > with another directory-related error that I discovered while > debugging (attempts to cat new directories in incremental exports > instead of recursing them). Please try again and let me know if it > works. > > If not, please post steps to reproduce the error with a publicly > accessible repo. I was unable to access the ports-mgmt repos in > your example. Hi Xyne, I mistyped the repository URL in my previous email, and I just captured a session that displays an error similar to the one above. Note that I pre-seeded the environment with a rev.dat file containing the string "310000". I did that to simulate an incremental fetch, as you'll see here: # python3 svn-export -r 310000 http://svn.freebsd.org/ports/head/ports-mgmt ports-mgmt Exporting new repository. Exported revision 310000 # python3 svn-export --revision-file rev.dat http://svn.freebsd.org/ports/head/ports-mgmt ports-mgmt Determining current revision. Current revision is 310981. Determining changes [310000:310981]. 16 new/modified files, 5 deletions Traceback (most recent call last): File "svn-export", line 459, in svn.main() File "svn-export", line 432, in main self.remove_old_files(deleted) File "svn-export", line 310, in remove_old_files os.unlink(path) PermissionError: [Errno 1] Operation not permitted: 'ports-mgmt/pkg/files' # exit As far as I can tell, svn-export attempts to remove a directory before the file contained within that directory. It seems like PermissionError isn't the best error code for Python to throw in that case, since it appears to mask the root problem. Can you re-order the deletes so all files are deleted first, then directories are deleted in a bottom-up sequence? I think that will solve this problem. > > Incidentally, if anyone is looking at the code for svn-export, feel > free to suggest a better way to incrementally export new > subdirectories (see the "get_new_files()" method). I'll take a look at that soon to see if there are any possible optimizations. > > Incidentally, my release scripts do not leave old source archives > on the server for very long after a new release and I tend to > update often when I can. If you need me to increase the shelf life > of old archives to prevent 404's, let me know (give me a reasonable > interval and I will update my scripts). In the future I may switch > to posting my private Git repos, but I tend to rewrite history and > I know that really irks people. > > Regards, Xyne > Once we create a port for svn-export, we typically point to the original download site in the port Makefile. It's a good idea for the port maintainer to find a mirror site and include that too, but if not, all distro files are eventually mirrored to the FreeBSD cluster. Ideally, the source distros remain in place forever or at least until the FreeBSD port is updated to the latest version, but if that's not possible, I can mirror the files too. Thank you, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlECp3EACgkQ0sRouByUApDo2gCfRLq1/7Cl40y7GDShUOamQTMr aqQAn0IPLS/nkcyjOadEA3cKzuoDc0Wp =3JN4 -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 17:31:59 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EF1CFF01 for ; Fri, 25 Jan 2013 17:31:59 +0000 (UTC) (envelope-from bsd@todoo.biz) Received: from newmail.rmm.fr (newmail.rmm.fr [213.251.152.9]) by mx1.freebsd.org (Postfix) with ESMTP id B75BEB6A for ; Fri, 25 Jan 2013 17:31:59 +0000 (UTC) Received: from newmail.rmm.fr (newmail.rmm.fr [213.251.152.9]) by newmail.rmm.fr (Postfix) with ESMTP id 9C37F1477E0 for ; Fri, 25 Jan 2013 18:25:07 +0100 (CET) X-Virus-Scanned: amavisd-new 2.8.0 (20120630) at rmm.fr Received: from newmail.rmm.fr ([213.251.152.9]) by newmail.rmm.fr (newmail.rmm.fr [213.251.152.9]) (amavisd-new, port 10026) with ESMTP id PlehuYHri8J7 for ; Fri, 25 Jan 2013 18:25:07 +0100 (CET) Received: from newmail.rmm.fr (newmail.rmm.fr [87.98.206.99]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: hidden) by newmail.rmm.fr (Postfix) with ESMTPSA id 557FD1477D7 for ; Fri, 25 Jan 2013 18:25:07 +0100 (CET) From: bsd Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Best approach to jails + zfs Date: Fri, 25 Jan 2013 18:25:06 +0100 Message-Id: <6951EF94-E2BD-4B03-9F42-EA94BD23B718@todoo.biz> To: Liste FreeBSD Mime-Version: 1.0 (Apple Message framework v1085) X-Mailer: Apple Mail (2.1085) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 17:32:00 -0000 Hi,=20 I wanted to have the point of view of the community on the best approach = in order to handle a quite large system with couple of jails (shouldn't = have more than 5 to 10). Whole system is based on zfs. I'll use this as = a backup server. I have been using the "handbook" approach so far. It is quite stable but = the linked directories inside each jail is quite error prone and may be = confusing. With this approach you can update all your jails at once=85 = this is quite tempting, but if you have an error=85 all your jails are = gone at once ! =3D=3D you can't afford to have a kernel compile problem = while updating your system or you're dead !!=20 http://www.freebsd.org/doc//handbook/jails-build.html The other approach that I have found is to use create a base jail system = using sysinstall and then zfs snapshot to clone It. You then use this to = create a jail. You end up with couple of independent jails which are not = linked to each other in any way. You can / need to update each jail one = by one.=20 http://vocalbit.com/article/402/freebsd-jails-using-zfs-and-bsdinstall =95 I wanted to know if the handbook approach is still the most recent = one considering the latest progress in FBSD jail management ?=20 =95 I wanted to know if you had some "mixed" approach that can leverage = the risk of the handbook approach ?=20 =95 Last but not least - do you have any good pointer to recent guide / = howto / studies on the subject ?=20 Thanks=20 =96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96= =96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96 ---------> Gr=E9gory Bernard Director <--------- ---------------> www.osnet.eu <--------------- --> Your provider of OpenSource appliances <-- =96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96= =96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96 OSnetOSnetOSnetOSnetOSnetOSnetOSnetOSnetOSnetO From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 18:05:40 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 381CD667 for ; Fri, 25 Jan 2013 18:05:40 +0000 (UTC) (envelope-from ateve@sohara.org) Received: from uk1rly2283.eechost.net (relay01a.mail.uk1.eechost.net [217.69.40.75]) by mx1.freebsd.org (Postfix) with ESMTP id F3285DC6 for ; Fri, 25 Jan 2013 18:05:39 +0000 (UTC) Received: from [31.186.37.179] (helo=smtp.marelmo.com) by uk1rly2283.eechost.net with esmtpa (Exim 4.72) (envelope-from ) id 1TynIR-00019e-LE; Fri, 25 Jan 2013 17:42:35 +0000 Received: from [192.168.63.1] (helo=steve.marelmo.com) by smtp.marelmo.com with smtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1TynI1-0005yo-Lm; Fri, 25 Jan 2013 17:42:09 +0000 Date: Fri, 25 Jan 2013 17:41:52 +0000 From: Steve O'Hara-Smith To: bsd Subject: Re: Best approach to jails + zfs Message-Id: <20130125174152.385948bbc82410a3eecc4472@sohara.org> In-Reply-To: <6951EF94-E2BD-4B03-9F42-EA94BD23B718@todoo.biz> References: <6951EF94-E2BD-4B03-9F42-EA94BD23B718@todoo.biz> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Auth-Info: 15567@permanet.ie (plain) Cc: Liste FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 18:05:40 -0000 On Fri, 25 Jan 2013 18:25:06 +0100 bsd wrote: > Hi, > > I wanted to have the point of view of the community on the best approach > in order to handle a quite large system with couple of jails (shouldn't > have more than 5 to 10). Whole system is based on zfs. I'll use this as a > backup server. You might like the sysutils/ezjail port - I use it for a very similar purpose and find it works well. -- Steve O'Hara-Smith From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 18:14:47 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6C11C84E for ; Fri, 25 Jan 2013 18:14:47 +0000 (UTC) (envelope-from bsd@todoo.biz) Received: from newmail.rmm.fr (newmail.rmm.fr [213.251.152.9]) by mx1.freebsd.org (Postfix) with ESMTP id 32D04E71 for ; Fri, 25 Jan 2013 18:14:47 +0000 (UTC) Received: from newmail.rmm.fr (newmail.rmm.fr [213.251.152.9]) by newmail.rmm.fr (Postfix) with ESMTP id 7344714871B for ; Fri, 25 Jan 2013 19:14:46 +0100 (CET) X-Virus-Scanned: amavisd-new 2.8.0 (20120630) at rmm.fr Received: from newmail.rmm.fr ([213.251.152.9]) by newmail.rmm.fr (newmail.rmm.fr [213.251.152.9]) (amavisd-new, port 10026) with ESMTP id MqPpjOrVXEOA for ; Fri, 25 Jan 2013 19:14:46 +0100 (CET) Received: from newmail.rmm.fr (newmail.rmm.fr [87.98.206.99]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: hidden) by newmail.rmm.fr (Postfix) with ESMTPSA id 28B15148716 for ; Fri, 25 Jan 2013 19:14:46 +0100 (CET) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Apple Message framework v1085) Subject: Re: Best approach to jails + zfs From: bsd In-Reply-To: <20130125174152.385948bbc82410a3eecc4472@sohara.org> Date: Fri, 25 Jan 2013 19:14:45 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <193A9ED3-53E5-474B-AECA-4B2652356283@todoo.biz> References: <6951EF94-E2BD-4B03-9F42-EA94BD23B718@todoo.biz> <20130125174152.385948bbc82410a3eecc4472@sohara.org> To: Liste FreeBSD X-Mailer: Apple Mail (2.1085) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 18:14:47 -0000 Le 25 janv. 2013 =E0 18:41, Steve O'Hara-Smith a =E9crit : > On Fri, 25 Jan 2013 18:25:06 +0100 > bsd wrote: >=20 >> Hi,=20 >>=20 >> I wanted to have the point of view of the community on the best = approach >> in order to handle a quite large system with couple of jails = (shouldn't >> have more than 5 to 10). Whole system is based on zfs. I'll use this = as a >> backup server. >=20 > You might like the sysutils/ezjail port - I use it for a very > similar purpose and find it works well. >=20 > --=20 > Steve O'Hara-Smith I am a bit skeptical on the third party script approach.=20 How stable has It been ?=20 I have been using warden with PC-BSD "TrueOS" for testing and I have = encountered all sorts of problems (not stable when you have two pools of = disks - can't delete jail=85)=85 Quite interesting approach, but not = mature enough to be launched in production.=20 I have finally gotten back to the FreeBSD root file system which I am = using since couple of years now. It is not fancy, It does not provide = script to ease your pain=85 But you understand what you are doing and It = does what you tell him to do !!=20 ZFS has introduced a new challenge, but now that I have understood (more = or less) how It is working, I found It really great!=20 Just trying to figure out the best way to use both Jail + ZFS.=20 But I might re-consider my position=85 Does ezjail comply with the = latest FreeBSD 9 / 9.1 advances in jail / ZFS management improvement ?=20= Thanks for your feedback.=20 =96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96= =96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96 ---------> Gr=E9gory Bernard Director <--------- ---------------> www.osnet.eu <--------------- --> Your provider of OpenSource appliances <-- =96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96= =96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96=96 OSnetOSnetOSnetOSnetOSnetOSnetOSnetOSnetOSnetO From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 18:53:47 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1B2A82D9 for ; Fri, 25 Jan 2013 18:53:47 +0000 (UTC) (envelope-from xyne@archlinux.ca) Received: from oproxy12-pub.bluehost.com (oproxy12-pub.bluehost.com [50.87.16.10]) by mx1.freebsd.org (Postfix) with SMTP id EC231D8 for ; Fri, 25 Jan 2013 18:53:46 +0000 (UTC) Received: (qmail 17853 invoked by uid 0); 25 Jan 2013 18:53:19 -0000 Received: from unknown (HELO box539.bluehost.com) (74.220.219.139) by oproxy12.bluehost.com with SMTP; 25 Jan 2013 18:53:19 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=archlinux.ca; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=J14yJMwRbNLLN9vpBbVwzqIvzGU01Ze6gvwsJ/VinQI=; b=UBMkc2OJA6+/QhhkumJWYWiXyqoi9WUAaUS9+EuQ13dBayX8oCv7K7YSaR0uQi5GJ2QBoQwtnSTEnEMFjyw+AefY/Yeib3RMNswQjacDAPf+OsVweCTxP5IhdkUCBdWt; Received: from [83.154.192.247] (port=55168 helo=localhost.localdomain) by box539.bluehost.com with esmtpsa (SSLv3:RC4-SHA:128) (Exim 4.80) (envelope-from ) id 1TyoOt-0003xN-9N; Fri, 25 Jan 2013 11:53:19 -0700 Date: Fri, 25 Jan 2013 18:53:03 +0000 From: Xyne To: glarkin@FreeBSD.org Subject: Re: svn-export Re: svn bdb checkout? Message-ID: <20130125185303.1396d2a4@archlinux.ca> In-Reply-To: <5102A771.1080704@FreeBSD.org> References: <20130116185832.GB8524@external.screwed.box> <50F6FD37.5060309@gmail.com> <20130116193534.GC8524@external.screwed.box> <50F704CE.3010904@gmail.com> <20130116200754.GD8524@external.screwed.box> <50F70C60.4000108@FreeBSD.org> <20130116205533.GE8524@external.screwed.box> <20130117045431.GB5392@external.screwed.box> <20130119052245.004da49b@archlinux.ca> <51004B62.5090305@FreeBSD.org> <20130124221636.307dca09@archlinux.ca> <5102A771.1080704@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Identified-User: {4243:box539.bluehost.com:archlinu:archlinux.ca} {sentby:smtp auth 83.154.192.247 authed with xyne@archlinux.ca} Cc: Peter Vereshagin , freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 18:53:47 -0000 Greg Larkin wrote: ># python3 svn-export -r 310000 >http://svn.freebsd.org/ports/head/ports-mgmt ports-mgmt >Exporting new repository. >Exported revision 310000 ># python3 svn-export --revision-file rev.dat >http://svn.freebsd.org/ports/head/ports-mgmt ports-mgmt >Determining current revision. >Current revision is 310981. >Determining changes [310000:310981]. >16 new/modified files, 5 deletions >Traceback (most recent call last): > File "svn-export", line 459, in > svn.main() > File "svn-export", line 432, in main > self.remove_old_files(deleted) > File "svn-export", line 310, in remove_old_files > os.unlink(path) >PermissionError: [Errno 1] Operation not permitted: 'ports-mgmt/pkg/files' ># exit > >As far as I can tell, svn-export attempts to remove a directory before >the file contained within that directory. It seems like >PermissionError isn't the best error code for Python to throw in that >case, since it appears to mask the root problem. On Arch Linux, Python raises the expected "IsADirectoryError" exception. Perhaps "PermissionError" is due to a bug in Python 3 on FreeBSD. It would not be the first exception bug that I have encountered (e.g. os.makedirs(..., exist_ok=True) raises "FileExists" when permissions differ on existing directories... very confusing the first time it shows up). Regardless, svn-export now tries to remove a directory in both cases. Please updated to version 2013.1.25 and let me know if it works on FreeBSD. >> Incidentally, if anyone is looking at the code for svn-export, feel >> free to suggest a better way to incrementally export new >> subdirectories (see the "get_new_files()" method). > >I'll take a look at that soon to see if there are any possible >optimizations. Ok, thanks. >Once we create a port for svn-export, we typically point to the >original download site in the port Makefile. It's a good idea for the >port maintainer to find a mirror site and include that too, but if >not, all distro files are eventually mirrored to the FreeBSD cluster. > >Ideally, the source distros remain in place forever or at least until >the FreeBSD port is updated to the latest version, but if that's not >possible, I can mirror the files too. I have changed the time-to-live to 6 months for old archives. Regards, Xyne From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 19:09:14 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1A372659 for ; Fri, 25 Jan 2013 19:09:14 +0000 (UTC) (envelope-from ateve@sohara.org) Received: from uk1rly2283.eechost.net (relay01a.mail.uk1.eechost.net [217.69.40.75]) by mx1.freebsd.org (Postfix) with ESMTP id D98921B2 for ; Fri, 25 Jan 2013 19:09:13 +0000 (UTC) Received: from [31.186.37.179] (helo=smtp.marelmo.com) by uk1rly2283.eechost.net with esmtpa (Exim 4.72) (envelope-from ) id 1TyoeZ-0000Nk-OV for freebsd-questions@freebsd.org; Fri, 25 Jan 2013 19:09:32 +0000 Received: from [192.168.63.1] (helo=steve.marelmo.com) by smtp.marelmo.com with smtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Tyoe6-0006Km-Uj for freebsd-questions@freebsd.org; Fri, 25 Jan 2013 19:09:02 +0000 Date: Fri, 25 Jan 2013 19:08:46 +0000 From: Steve O'Hara-Smith To: freebsd-questions@freebsd.org Subject: Re: Best approach to jails + zfs Message-Id: <20130125190846.3a465d358e5abd273aa7ca79@sohara.org> In-Reply-To: <193A9ED3-53E5-474B-AECA-4B2652356283@todoo.biz> References: <6951EF94-E2BD-4B03-9F42-EA94BD23B718@todoo.biz> <20130125174152.385948bbc82410a3eecc4472@sohara.org> <193A9ED3-53E5-474B-AECA-4B2652356283@todoo.biz> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Auth-Info: 15567@permanet.ie (plain) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 19:09:14 -0000 On Fri, 25 Jan 2013 19:14:45 +0100 bsd wrote: > Le 25 janv. 2013 à 18:41, Steve O'Hara-Smith a écrit : > > > On Fri, 25 Jan 2013 18:25:06 +0100 > > bsd wrote: > > > >> Hi, > >> > >> I wanted to have the point of view of the community on the best > >> approach in order to handle a quite large system with couple of jails > >> (shouldn't have more than 5 to 10). Whole system is based on zfs. I'll > >> use this as a backup server. > > > > You might like the sysutils/ezjail port - I use it for a very > > similar purpose and find it works well. > > > > -- > > Steve O'Hara-Smith > > > > I am a bit skeptical on the third party script approach. > > How stable has It been ? Rock solid - for me YMMV of course. The underpinnings are quite straightforward so it should be easy to fix anything that does go astray. > ZFS has introduced a new challenge, but now that I have understood (more > or less) how It is working, I found It really great! Just trying to > figure out the best way to use both Jail + ZFS. > > But I might re-consider my position… Does ezjail comply with the latest > FreeBSD 9 / 9.1 advances in jail / ZFS management improvement ? I'm using it on a 9,1 box to admin a bunch of 9.1 jails. It doesn't require ZFS but it can use it (along with a variety of other storage options). It uses standard ZFS commands to do it's work with ZFS. It's just a shell script program (albeit a 1500 line one), I might have written a simpler, cruder one myself had it not existed and worked. -- Steve O'Hara-Smith From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 19:41:33 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7C2BF6B for ; Fri, 25 Jan 2013 19:41:33 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm20.bullet.mail.ird.yahoo.com (nm20.bullet.mail.ird.yahoo.com [77.238.189.77]) by mx1.freebsd.org (Postfix) with SMTP id B0106350 for ; Fri, 25 Jan 2013 19:41:32 +0000 (UTC) Received: from [77.238.189.48] by nm20.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 19:41:25 -0000 Received: from [217.146.188.167] by tm1.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 19:41:25 -0000 Received: from [127.0.0.1] by smtp135.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 19:41:25 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359142885; bh=CaL/B9yl9Vaaoa6REojaZ5inDC88y2WjG+HJwVOC4no=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=kbIwXWrpFoOa9Mghg5MwPvYJgYh4e4npXs4YtstQ80IK7Fa5PsW/QAQqPzspHU1Mnzto6Ilw15a+yhWaL/EYq3n5nVTSHFa3kk3RZszFHzzm/Q0xLapuf9KwBxDYZpFBHFVe3MWamOMUJPNLe/qWY55pitre7btgPrgLfWuhWOM= X-Yahoo-Newman-Id: 310007.24621.bm@smtp135.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: BkzOBt8VM1nHg29husRmrgIbFmK_d0D35yuhr5wiWq67Urz k_z_srXu3oPX1DnfeqkJpX6QtKYidkW7iulWneHIHKW4RQg1j_.8bcgmw_nu ujsSTHX59546j5mp1bfFLRQMzLEeC49gIMqIAiDy0DjaIV3NMJRR89Yva1x1 18kPDo_8W3h99YTJhJI_wvzRZBJYDCxDvroPKqro92EA_OcoenjI0UB1K.9B u_gsiKM9W0o4uzbriNHuhGZs50xWtyU7tY0mpZeeSGdLsLIXfmlnhp9HbwmG jNLL_d7PBjIeqQ6KSVQgPRBF1YCLoTx2lwf4ZPfoyQsjcaeJWGYl6ViFHqUl ._pkNfk49vZWPjCbqOjbdZnv208UlDKsElE2XiiPSA84QxpqChCtze7xR7ZC WBzNoswp7QpJZKhxbi4DL_6Nt5upXoevY0yS6QqDnuxS_o1q0UbJWCb3R.Ur jMdnC5GrTpL6jMo3p.yP8KTc5Ul_yZt5qm4JGn15eaaf0lVXbbPJ4TO67wCv ZWU1Ldy3SOpbRBlODiTvzZHyB41Tn90YlO4jmkPIy60Uj8IE4A8mLOLfQl8n TxHV5HA-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.24.0 with login) by smtp135.mail.ird.yahoo.com with SMTP; 25 Jan 2013 11:41:25 -0800 PST Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "FreeBSD quest" Subject: Re: Sharing a mail folder between Linux and FreeBSD References: <20130125133346.f1484ed8.freebsd@edvax.de> <20130125150414.f262d162.freebsd@edvax.de> <20130125161215.f498f4e4.freebsd@edvax.de> Date: Fri, 25 Jan 2013 20:41:24 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <20130125161215.f498f4e4.freebsd@edvax.de> User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 19:41:33 -0000 On Fri, 25 Jan 2013 16:12:15 +0100, Polytropon wrote: > find / -exec ls -l {} \; | grep -v "/home" | grep "rocketmouse" -r-xr-xr-x 1 rocketmouse wheel 32736 Dec 23 18:38 ssh-agent -r-xr-xr-x 1 rocketmouse wheel 32736 Dec 23 18:38 /usr/bin/ssh-agent ^C A lot of stuff from /tmp is shown without a path, however root@freebsd:/usr/home/rocketmouse # ls -l /usr/bin/ssh-agent -r-xr-xr-x 1 rocketmouse wheel 32736 Dec 23 18:38 /usr/bin/ssh-agent but without write permission. I now run root@freebsd:/usr/home/rocketmouse # find / -exec ls -l {} \; | grep -v "/home" | grep "rocketmouse" > find_1000.txt and will take a look at it tomorrow. Thank you :). Regards, Ralf -- Technology doesn't necessarily make you smarter http://lists.alioth.debian.org/pipermail/d-community-offtopic/2013-January/000172.html From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 19:51:24 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EF788431 for ; Fri, 25 Jan 2013 19:51:24 +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 B7CBF3ED for ; Fri, 25 Jan 2013 19:51:24 +0000 (UTC) Received: from r56.edvax.de (port-92-195-8-191.dynamic.qsc.de [92.195.8.191]) by mx01.qsc.de (Postfix) with ESMTP id 290093D043; Fri, 25 Jan 2013 20:51:16 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0PJpK0s007886; Fri, 25 Jan 2013 20:51:20 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Fri, 25 Jan 2013 20:51:20 +0100 From: Polytropon To: "Ralf Mardorf" Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-Id: <20130125205120.1aa97ae4.freebsd@edvax.de> In-Reply-To: References: <20130125133346.f1484ed8.freebsd@edvax.de> <20130125150414.f262d162.freebsd@edvax.de> <20130125161215.f498f4e4.freebsd@edvax.de> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD quest X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 19:51:25 -0000 On Fri, 25 Jan 2013 20:41:24 +0100, Ralf Mardorf wrote: > On Fri, 25 Jan 2013 16:12:15 +0100, Polytropon wrote: > > find / -exec ls -l {} \; | grep -v "/home" | grep "rocketmouse" > > -r-xr-xr-x 1 rocketmouse wheel 32736 Dec 23 18:38 ssh-agent > -r-xr-xr-x 1 rocketmouse wheel 32736 Dec 23 18:38 /usr/bin/ssh-agent > ^C Definitely to be changed. > A lot of stuff from /tmp is shown without a path, however That will probably be the "false-positives" I mentioned. > root@freebsd:/usr/home/rocketmouse # ls -l /usr/bin/ssh-agent > -r-xr-xr-x 1 rocketmouse wheel 32736 Dec 23 18:38 /usr/bin/ssh-agent > > but without write permission. The permissions haven't change (they're correct), just the owner is wrong. For comparison: -r-xr-xr-x 1 root wheel 23428 2011-08-21 20:24:03 /usr/bin/ssh-agent* The program is installed without the w attribute by default. > I now run > > root@freebsd:/usr/home/rocketmouse # find / -exec ls -l {} \; | grep -v > "/home" | grep "rocketmouse" > find_1000.txt > > and will take a look at it tomorrow. That will be an interesting read. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 21:27:52 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6C2ACEB8 for ; Fri, 25 Jan 2013 21:27:52 +0000 (UTC) (envelope-from ralf.mardorf@alice-dsl.net) Received: from smtp-out03.alice-dsl.net (smtp-out03.alice-dsl.net [88.44.63.5]) by mx1.freebsd.org (Postfix) with ESMTP id DD86EAD5 for ; Fri, 25 Jan 2013 21:27:51 +0000 (UTC) Received: from out.alice-dsl.de ([192.168.125.61]) by smtp-out03.alice-dsl.net with Microsoft SMTPSVC(6.0.3790.3959); Fri, 25 Jan 2013 22:25:26 +0100 Received: from freebsd ([85.182.24.0]) by out.alice-dsl.de with Microsoft SMTPSVC(6.0.3790.3959); Fri, 25 Jan 2013 22:25:17 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Date: Fri, 25 Jan 2013 22:25:17 +0100 To: "FreeBSD quest" Subject: Re: Sharing a mail folder between Linux and FreeBSD MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: User-Agent: Opera Mail/12.12 (FreeBSD) X-OriginalArrivalTime: 25 Jan 2013 21:25:17.0749 (UTC) FILETIME=[78D8A650:01CDFB42] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 21:27:52 -0000 It still does list directories in /home :(. This file definitively only is in /home: $ grep find_ find_1000.txt -rw-r--r-- 1 root rocketmouse 81920 Jan 25 20:52 find_1000.txt $ ls -ld find_1000.txt -rw-r--r-- 1 root rocketmouse 513434 Jan 25 21:14 find_1000.txt Others seemingly are from home too, e.g. [1]. Apart from that there are files in /lib and /usr with a wrong owner I missed before :(. I don't have the leisure to check the whole output right now. I'm just curious, so I had a brief look [1]. Regards, Ralf [1] $ ls -ld /home/rocketmouse/.gnome2 drwx------ 7 rocketmouse rocketmouse 512 Jan 24 18:14 /home/rocketmouse/.gnome2 $ ls -ld /root/.gnome2 drwxr-xr-x 6 root wheel 512 Jan 25 00:01 /root/.gnome2 $ grep "gnome2" find_1000.txt drwx------ 7 rocketmouse rocketmouse 512 Jan 24 18:14 .gnome2 drwx------ 2 rocketmouse rocketmouse 512 Jan 12 02:56 .gnome2_private $ $ $ $ $ $ $ $ grep lib find_1000.txt -r-xr-xr-x 1 rocketmouse wheel 71008 Jan 20 02:12 /usr/local/lib/xfce4/xfconf/xfconfd -r-xr-xr-x 1 rocketmouse wheel 25672 Jan 20 02:21 /usr/local/lib/xfce4/panel/wrapper -r-xr-xr-x 1 rocketmouse wheel 74600 Jan 18 22:04 /usr/local/libexec/gam_server -r-xr-xr-x 1 rocketmouse wheel 66536 Jan 18 22:51 /usr/local/libexec/gconfd-2 -r-xr-xr-x 1 rocketmouse wheel 141384 Jan 18 23:55 /usr/local/libexec/gvfsd -r-xr-xr-x 1 rocketmouse wheel 157000 Jan 18 23:55 /usr/local/libexec/gvfsd-trash -r-xr-xr-x 1 rocketmouse wheel 100032 Jan 18 23:55 /usr/local/libexec/gvfs-hal-volume-monitor -r-xr-xr-x 1 rocketmouse wheel 70992 Jan 18 23:55 /usr/local/libexec/gvfs-gphoto2-volume-monitor -r-xr-xr-x 1 rocketmouse wheel 66960 Jan 19 15:36 /usr/local/libexec/evolution/2.32/evolution-alarm-notify -r-xr-xr-x 1 rocketmouse wheel 92080 Jan 19 19:09 /usr/local/libexec/gdm-session-worker -r-xr-xr-x 1 rocketmouse wheel 67672 Jan 20 02:36 /usr/local/libexec/xfce4/panel-plugins/xfce4-xkb-plugin -r-sr-xr-x 1 rocketmouse wheel 13864 Jan 20 02:34 /usr/local/libexec/gnome-pty-helper -rw-r--r-- 1 rocketmouse rocketmouse 276 Jan 13 22:58 http%3A%2F%2Fapps.linuxaudio.org%2Flib%2Ftpl%2Flau2%2Fimages%2Ffavicon.png -rw-r--r-- 1 rocketmouse rocketmouse 447 Jan 19 20:07 http%3A%2F%2Fwiki.bash-hackers.org%2Flib%2Ftpl%2Farctic%2Fimages%2Ffavicon.png -rw-r--r-- 1 rocketmouse rocketmouse 700 Jan 15 09:39 http%3A%2F%2Fwiki.bsdforen.de%2Flib%2Ftpl%2Fmonobook%2Fuser%2Ffavicon.png -rw-r--r-- 1 rocketmouse rocketmouse 276 Jan 14 01:43 http%3A%2F%2Fwiki.linuxaudio.org%2Flib%2Ftpl%2Flau2%2Fimages%2Ffavicon.png -rw-r--r-- 1 rocketmouse rocketmouse 447 Jan 22 22:34 http%3A%2F%2Fwiki.linuxmusicians.com%2Flib%2Ftpl%2Fdefault%2Fimages%2Ffavicon.png -rw-r--r-- 1 rocketmouse rocketmouse 147 Jan 13 15:38 http%3A%2F%2Fwww.freebsdsoftware.org%2Fwp-content%2Fthemes%2Fthesis%2Flib%2Fimages%2Ficon-swatch.png lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/gnome-pty-helper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/8448/file -> /usr/local/libexec/gnome-pty-helper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/gvfsd-metadata lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/3053/file -> /usr/local/libexec/gvfsd-metadata lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/lib/opera/opera lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2282/file -> /usr/local/lib/opera/opera lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/gvfsd-trash lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2265/file -> /usr/local/libexec/gvfsd-trash lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/gconfd-2 lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2175/file -> /usr/local/libexec/gconfd-2 lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/gvfs-gphoto2-volume-monitor lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2173/file -> /usr/local/libexec/gvfs-gphoto2-volume-monitor lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/gvfs-hal-volume-monitor lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2171/file -> /usr/local/libexec/gvfs-hal-volume-monitor lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/xfce4/panel-plugins/xfce4-xkb-plugin lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2166/file -> /usr/local/libexec/xfce4/panel-plugins/xfce4-xkb-plugin lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/lib/xfce4/panel/wrapper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2165/file -> /usr/local/lib/xfce4/panel/wrapper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/lib/xfce4/panel/wrapper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2164/file -> /usr/local/lib/xfce4/panel/wrapper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/lib/xfce4/panel/wrapper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2163/file -> /usr/local/lib/xfce4/panel/wrapper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/lib/xfce4/panel/wrapper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2162/file -> /usr/local/lib/xfce4/panel/wrapper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/evolution/2.32/evolution-alarm-notify lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2157/file -> /usr/local/libexec/evolution/2.32/evolution-alarm-notify lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/gam_server lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2155/file -> /usr/local/libexec/gam_server lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/gvfsd lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2149/file -> /usr/local/libexec/gvfsd lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/lib/xfce4/xfconf/xfconfd lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2137/file -> /usr/local/lib/xfce4/xfconf/xfconfd lr--r--r-- 1 root rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/gdm-session-worker lr--r--r-- 1 root rocketmouse 0 Jan 25 21:14 /proc/2091/file -> /usr/local/libexec/gdm-session-worker $ grep usr find_1000.txt -r-xr-xr-x 1 rocketmouse wheel 32736 Dec 23 18:38 /usr/bin/ssh-agent -r-xr-xr-x 1 rocketmouse wheel 377744 Jan 18 22:44 /usr/local/bin/dbus-daemon -r-xr-xr-x 1 rocketmouse wheel 25520 Jan 18 22:44 /usr/local/bin/dbus-launch -r-xr-xr-x 1 rocketmouse wheel 895304 Jan 19 06:14 /usr/local/bin/gnome-keyring-daemon -r-xr-xr-x 1 rocketmouse wheel 275272 Jan 19 15:32 /usr/local/bin/gpg-agent -r-xr-xr-x 1 rocketmouse wheel 285032 Jan 20 02:21 /usr/local/bin/xfce4-panel -r-xr-xr-x 1 rocketmouse wheel 87984 Jan 20 02:28 /usr/local/bin/xfsettingsd -r-xr-xr-x 1 rocketmouse wheel 293640 Jan 20 02:30 /usr/local/bin/xfdesktop -r-xr-xr-x 1 rocketmouse wheel 170400 Jan 20 02:32 /usr/local/bin/xfce4-session -r-xr-xr-x 1 rocketmouse wheel 330264 Jan 20 02:33 /usr/local/bin/xfwm4 -r-xr-xr-x 1 rocketmouse wheel 176504 Jan 20 02:34 /usr/local/bin/xfce4-terminal -r-xr-xr-x 1 rocketmouse wheel 71008 Jan 20 02:12 /usr/local/lib/xfce4/xfconf/xfconfd -r-xr-xr-x 1 rocketmouse wheel 25672 Jan 20 02:21 /usr/local/lib/xfce4/panel/wrapper -r-xr-xr-x 1 rocketmouse wheel 74600 Jan 18 22:04 /usr/local/libexec/gam_server -r-xr-xr-x 1 rocketmouse wheel 66536 Jan 18 22:51 /usr/local/libexec/gconfd-2 -r-xr-xr-x 1 rocketmouse wheel 141384 Jan 18 23:55 /usr/local/libexec/gvfsd -r-xr-xr-x 1 rocketmouse wheel 157000 Jan 18 23:55 /usr/local/libexec/gvfsd-trash -r-xr-xr-x 1 rocketmouse wheel 100032 Jan 18 23:55 /usr/local/libexec/gvfs-hal-volume-monitor -r-xr-xr-x 1 rocketmouse wheel 70992 Jan 18 23:55 /usr/local/libexec/gvfs-gphoto2-volume-monitor -r-xr-xr-x 1 rocketmouse wheel 66960 Jan 19 15:36 /usr/local/libexec/evolution/2.32/evolution-alarm-notify -r-xr-xr-x 1 rocketmouse wheel 92080 Jan 19 19:09 /usr/local/libexec/gdm-session-worker -r-xr-xr-x 1 rocketmouse wheel 67672 Jan 20 02:36 /usr/local/libexec/xfce4/panel-plugins/xfce4-xkb-plugin -r-sr-xr-x 1 rocketmouse wheel 13864 Jan 20 02:34 /usr/local/libexec/gnome-pty-helper -rw-r--r-- 1 rocketmouse rocketmouse 62778916 Jan 17 09:30 /usr/ports/distfiles/diablo-caffe-freebsd7-amd64-1.6.0_07-b02.tar.bz2 lr--r--r-- 1 rocketmouse wheel 0 Jan 25 21:14 file -> /usr/bin/su lr--r--r-- 1 rocketmouse wheel 0 Jan 25 21:14 /proc/8450/file -> /usr/bin/su lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/gnome-pty-helper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/8448/file -> /usr/local/libexec/gnome-pty-helper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/bin/xfce4-terminal lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/8447/file -> /usr/local/bin/xfce4-terminal lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/gvfsd-metadata lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/3053/file -> /usr/local/libexec/gvfsd-metadata lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/lib/opera/opera lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2282/file -> /usr/local/lib/opera/opera lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/gvfsd-trash lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2265/file -> /usr/local/libexec/gvfsd-trash lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/gconfd-2 lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2175/file -> /usr/local/libexec/gconfd-2 lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/gvfs-gphoto2-volume-monitor lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2173/file -> /usr/local/libexec/gvfs-gphoto2-volume-monitor lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/gvfs-hal-volume-monitor lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2171/file -> /usr/local/libexec/gvfs-hal-volume-monitor lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/xfce4/panel-plugins/xfce4-xkb-plugin lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2166/file -> /usr/local/libexec/xfce4/panel-plugins/xfce4-xkb-plugin lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/lib/xfce4/panel/wrapper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2165/file -> /usr/local/lib/xfce4/panel/wrapper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/lib/xfce4/panel/wrapper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2164/file -> /usr/local/lib/xfce4/panel/wrapper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/lib/xfce4/panel/wrapper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2163/file -> /usr/local/lib/xfce4/panel/wrapper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/lib/xfce4/panel/wrapper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2162/file -> /usr/local/lib/xfce4/panel/wrapper lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/evolution/2.32/evolution-alarm-notify lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2157/file -> /usr/local/libexec/evolution/2.32/evolution-alarm-notify lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/gam_server lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2155/file -> /usr/local/libexec/gam_server lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/gvfsd lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2149/file -> /usr/local/libexec/gvfsd lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/bin/xfdesktop lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2145/file -> /usr/local/bin/xfdesktop lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/bin/xfsettingsd lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2144/file -> /usr/local/bin/xfsettingsd lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/bin/xfce4-panel lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2142/file -> /usr/local/bin/xfce4-panel lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/bin/xfwm4 lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2141/file -> /usr/local/bin/xfwm4 lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/bin/gpg-agent lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2140/file -> /usr/local/bin/gpg-agent lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/lib/xfce4/xfconf/xfconfd lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2137/file -> /usr/local/lib/xfce4/xfconf/xfconfd lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/bin/dbus-daemon lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2135/file -> /usr/local/bin/dbus-daemon lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/bin/dbus-launch lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2134/file -> /usr/local/bin/dbus-launch lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/bin/xfce4-session lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2131/file -> /usr/local/bin/xfce4-session lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/bin/ssh-agent lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2125/file -> /usr/bin/ssh-agent lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 file -> /usr/local/bin/gnome-keyring-daemon lr--r--r-- 1 rocketmouse rocketmouse 0 Jan 25 21:14 /proc/2102/file -> /usr/local/bin/gnome-keyring-daemon lr--r--r-- 1 root rocketmouse 0 Jan 25 21:14 file -> /usr/local/libexec/gdm-session-worker lr--r--r-- 1 root rocketmouse 0 Jan 25 21:14 /proc/2091/file -> /usr/local/libexec/gdm-session-worker -- Technology doesn't necessarily make you smarter http://lists.alioth.debian.org/pipermail/d-community-offtopic/2013-January/000172.html From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 21:52:01 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 69CCC964 for ; Fri, 25 Jan 2013 21:52:01 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-ia0-x235.google.com (ia-in-x0235.1e100.net [IPv6:2607:f8b0:4001:c02::235]) by mx1.freebsd.org (Postfix) with ESMTP id 133FFC3B for ; Fri, 25 Jan 2013 21:52:01 +0000 (UTC) Received: by mail-ia0-f181.google.com with SMTP id k25so1359039iah.12 for ; Fri, 25 Jan 2013 13:52:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=wizwsIaaQS8jT1pw09DhPbLAEIbo58c6Q4heNcx312s=; b=Lob6oVRURd4hnDfhORkko1M/dVbCWMq9UbQ1lpeTRPB/q1wkpMp5h0OmkwGDJBjHbi txdEQmigiFbBCE4NGdvjA7FijRPAFNKqUKa7u2NfBgyNBbjvQZC0dweshFrYOk6f7ZM9 iBXgsRhGSLcLP3PcQH5b70IkvOvqAeCQD4STIvKe4tKi2C4b9O2Jxp8DQVF6Wud0luqR T0LKDufiGyLrDZlP3mkyQH6x8vgMI32wFDz1qQ7XIBCageoLR2+jMqM89u2l6XnSnmZa rd0Lnv+gJtHV6DLoHnhqbzi3HMZvJvxBL/aTIWDdagsPLsESPzsGiuzfkA1hqbYL5WKx Gtmg== X-Received: by 10.50.41.165 with SMTP id g5mr5145423igl.66.1359150720738; Fri, 25 Jan 2013 13:52:00 -0800 (PST) Received: from [192.168.1.14] (c-98-212-197-211.hsd1.il.comcast.net. [98.212.197.211]) by mx.google.com with ESMTPS id rd10sm4691496igb.1.2013.01.25.13.51.59 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 25 Jan 2013 13:51:59 -0800 (PST) Message-ID: <5102FE7B.4070808@gmail.com> Date: Fri, 25 Jan 2013 15:51:55 -0600 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Sharing a mail folder between Linux and FreeBSD References: <20130125133346.f1484ed8.freebsd@edvax.de> <20130125150414.f262d162.freebsd@edvax.de> <20130125161215.f498f4e4.freebsd@edvax.de> In-Reply-To: <20130125161215.f498f4e4.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 21:52:01 -0000 On 1/25/2013 9:12 AM, Polytropon wrote: > On Fri, 25 Jan 2013 15:26:23 +0100, Ralf Mardorf wrote: >> On Fri, 25 Jan 2013 15:04:14 +0100, Polytropon wrote: >>> % ls -lR / | grep -v "/home" | grep "rocketmouse" >> >> It's better I umount at least Arch Linux. > > True. :-) > > > >> There anyway is an issue, it doesn't show the pass, I checked this with >> >> $ ls -lR /home/ | grep -v "/home" >> >> after running >> >> $ ls -lR / | grep -v "/home" | grep "rocketmouse" >> >> IOW I get tons of files, but don't know to which directory they belong. > > Sorry, that was something I didn't take into mind, you're right. > Maybe this command is more efficient: > > # find / -exec ls -l {} \; | grep -v "/home" | grep "rocketmouse" > > It may be a good idea to send the output into a temporary file > and check it when the command has finished. As I said, you will > probably see some "false positives", but look for anything > strange in /usr. > > Since there was a comment about cats, you can also use this. find / -not \( -name home -prune \) -uid 1000 -or -gid 1000 -ls Sorry if my original command ended up breaking your system, but at least you're getting to learn how to fix problems without just wiping and starting over from scratch. I once was in /tmp and ran "rm -rf .*" to delete all hidden directories in /tmp. I realized a problem when it tried to delete files in /usr that aren't deletable without changing permissions. I was able to recover and reinstall from /usr/src. The rm had wiped out /boot. From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 21:52:23 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8349BA01 for ; Fri, 25 Jan 2013 21:52:23 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45]) by mx1.freebsd.org (Postfix) with ESMTP id 5D11ECB4 for ; Fri, 25 Jan 2013 21:52:23 +0000 (UTC) Received: from 24-181-237-39.dhcp.oxfr.ma.charter.com ([24.181.237.39] helo=Gregory-Larkins-iMac.local) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1TyrBz-0004fa-Sa; Fri, 25 Jan 2013 16:52:16 -0500 Received: from Gregory-Larkins-iMac.local (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by Gregory-Larkins-iMac.local (Postfix) with ESMTPS id 6696E19AF9D1; Fri, 25 Jan 2013 16:52:11 -0500 (EST) Message-ID: <5102FE8A.109@FreeBSD.org> Date: Fri, 25 Jan 2013 16:52:10 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Xyne References: <20130116185832.GB8524@external.screwed.box> <50F6FD37.5060309@gmail.com> <20130116193534.GC8524@external.screwed.box> <50F704CE.3010904@gmail.com> <20130116200754.GD8524@external.screwed.box> <50F70C60.4000108@FreeBSD.org> <20130116205533.GE8524@external.screwed.box> <20130117045431.GB5392@external.screwed.box> <20130119052245.004da49b@archlinux.ca> <51004B62.5090305@FreeBSD.org> <20130124221636.307dca09@archlinux.ca> <5102A771.1080704@FreeBSD.org> <20130125185303.1396d2a4@archlinux.ca> In-Reply-To: <20130125185303.1396d2a4@archlinux.ca> X-Enigmail-Version: 1.5 X-SA-Exim-Connect-IP: 24.181.237.39 X-SA-Exim-Mail-From: glarkin@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.sourcehosting.net X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.1 Subject: Re: svn-export Re: svn bdb checkout? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) Cc: Peter Vereshagin , freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 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, 25 Jan 2013 21:52:23 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 1/25/13 1:53 PM, Xyne wrote: > Greg Larkin wrote: > >> # python3 svn-export -r 310000 >> http://svn.freebsd.org/ports/head/ports-mgmt ports-mgmt Exporting >> new repository. Exported revision 310000 # python3 svn-export >> --revision-file rev.dat >> http://svn.freebsd.org/ports/head/ports-mgmt ports-mgmt >> Determining current revision. Current revision is 310981. >> Determining changes [310000:310981]. 16 new/modified files, 5 >> deletions Traceback (most recent call last): File "svn-export", >> line 459, in svn.main() File "svn-export", line 432, in >> main self.remove_old_files(deleted) File "svn-export", line 310, >> in remove_old_files os.unlink(path) PermissionError: [Errno 1] >> Operation not permitted: 'ports-mgmt/pkg/files' # exit >> >> As far as I can tell, svn-export attempts to remove a directory >> before the file contained within that directory. It seems like >> PermissionError isn't the best error code for Python to throw in >> that case, since it appears to mask the root problem. > > On Arch Linux, Python raises the expected "IsADirectoryError" > exception. Perhaps "PermissionError" is due to a bug in Python 3 on > FreeBSD. It would not be the first exception bug that I have > encountered (e.g. os.makedirs(..., exist_ok=True) raises > "FileExists" when permissions differ on existing directories... > very confusing the first time it shows up). > > Regardless, svn-export now tries to remove a directory in both > cases. Please updated to version 2013.1.25 and let me know if it > works on FreeBSD. Yes, it does work on FreeBSD now, but I suggest investigating whether it's possible to reorder the removal list with files first, then directories. That way, you won't have to rely on an exception to determine if a directory to be removed is not empty yet. The os.walk() method looks like it would be useful here: http://docs.python.org/3/library/os.html?highlight=os.walk#os.walk > > >>> Incidentally, if anyone is looking at the code for svn-export, >>> feel free to suggest a better way to incrementally export new >>> subdirectories (see the "get_new_files()" method). >> >> I'll take a look at that soon to see if there are any possible >> optimizations. > > Ok, thanks. I looked at the method, and my first idea was to "svn cat" as many files at once as possible, up to the maximum command line length. You will avoid spawning a lot of svn processes and opening new network connections each time. If the threads option is >1, you could divide the maximum command line length by that number and keep filling in filenames up to that limit in each child process. I expect you would also get a nice performance boost if you changed from spawning svn commands to the Python SVN bindings. Here's an example of how it works: http://svn.apache.org/repos/asf/subversion/trunk/tools/examples/getfile.py > > >> Once we create a port for svn-export, we typically point to the >> original download site in the port Makefile. It's a good idea >> for the port maintainer to find a mirror site and include that >> too, but if not, all distro files are eventually mirrored to the >> FreeBSD cluster. >> >> Ideally, the source distros remain in place forever or at least >> until the FreeBSD port is updated to the latest version, but if >> that's not possible, I can mirror the files too. > > I have changed the time-to-live to 6 months for old archives. Excellent, thank you. Hope that all helps, Greg -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlEC/ooACgkQ0sRouByUApCa0wCfQr4rIT9oQrI3LkYPlMGbfCnj KqoAniabxFC2xeNAzvdLHLYhXhxYs1xi =cfUS -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 22:15:34 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2AF76E45 for ; Fri, 25 Jan 2013 22:15:34 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-ia0-x22c.google.com (ia-in-x022c.1e100.net [IPv6:2607:f8b0:4001:c02::22c]) by mx1.freebsd.org (Postfix) with ESMTP id CCC7BDB6 for ; Fri, 25 Jan 2013 22:15:33 +0000 (UTC) Received: by mail-ia0-f172.google.com with SMTP id u8so1370653iag.17 for ; Fri, 25 Jan 2013 14:15:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=UjRWIC9apDYrM2TdteeEz5d9sd2nOitSVIBf2EvfE18=; b=umEB41dD+MXe/6sUERBD0ERbe99PFZNbk8aX1Eb09a3+gr+sNc/Eie70Qft9n93Gwv WWfKP3w1iCwk3mnqKOLk6+G62fipKchwt3oufFoWW7qHw1zmUqm6bnCVr+EBvjqdZXNv cwBp5o2EdFHCWdKFmfl6onbVElgqEjNrmdij5DnBbhWYUC1rW1SrHgAUVJXpszyQHwgG aSx1lZUkFvEXbqQhai2t82jbBqn/z2UYwQYw3xh/Diua25UdswUEdibbqa2bgb9Ai+OD OGVLdrApzE0Prin6kcLyQs8GfDuLubxi25BwezMFKjxDbTjdYySfAYvp724/TzlXlEBK zXZw== X-Received: by 10.50.1.201 with SMTP id 9mr5021709igo.80.1359152133096; Fri, 25 Jan 2013 14:15:33 -0800 (PST) Received: from [192.168.1.14] (c-98-212-197-211.hsd1.il.comcast.net. [98.212.197.211]) by mx.google.com with ESMTPS id ua8sm4706969igb.12.2013.01.25.14.15.31 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 25 Jan 2013 14:15:32 -0800 (PST) Message-ID: <51030400.9050404@gmail.com> Date: Fri, 25 Jan 2013 16:15:28 -0600 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Sharing a mail folder between Linux and FreeBSD References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 22:15:34 -0000 On 1/25/2013 3:25 PM, Ralf Mardorf wrote: > It still does list directories in /home :(. > > This file definitively only is in /home: > > $ grep find_ find_1000.txt > -rw-r--r-- 1 root rocketmouse 81920 Jan 25 20:52 > find_1000.txt > $ ls -ld find_1000.txt > -rw-r--r-- 1 root rocketmouse 513434 Jan 25 21:14 find_1000.txt > > Others seemingly are from home too, e.g. [1]. > > Apart from that there are files in /lib and /usr with a wrong owner I > missed before :(. > > I don't have the leisure to check the whole output right now. I'm just > curious, so I had a brief look [1]. > > Regards, > Ralf > Ignore /proc, unmount it even. You don't need it on FreeBSD and shouldn't expect it to be there. As for the listings in /usr/local they'll need fixed. On my system, almost everything's owned by root. The man directories are owned by man, and /usr/local/libexec/polkit-set-default-helper is set as polkit:polkit. There's a difference between lib directories and libexec directories. Libraries are stored in lib and programs you're not expected to invoke yourself are stored in libexec. From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 22:22:38 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 93EB7232 for ; Fri, 25 Jan 2013 22:22:38 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm25-vm4.bullet.mail.ird.yahoo.com (nm25-vm4.bullet.mail.ird.yahoo.com [212.82.109.205]) by mx1.freebsd.org (Postfix) with SMTP id AF2C9E02 for ; Fri, 25 Jan 2013 22:22:37 +0000 (UTC) Received: from [77.238.189.50] by nm25.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 22:22:29 -0000 Received: from [46.228.39.112] by tm3.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 22:22:29 -0000 Received: from [127.0.0.1] by smtp149.mail.ir2.yahoo.com with NNFMP; 25 Jan 2013 22:22:29 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359152549; bh=glwn88BNPfATbX/vNk3uZLyCFZpWfDLosWMqC0VD0uA=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=jYoCAvg7LWPBjwKDT2n6TVg0yy4mVv9FtYWB1Zp6aAMUUb7SsJhRDTboDTvaMbCUUNP3xv0YBcIeO9PWjnQsoqijjfepHPJXEyX4Aw1EHeFxlyl98JXooP8WykOtRZSYyxJz7eZapuh3styQ0dc6Q6D5I7mv6+uZOAW+IRF+Jig= X-Yahoo-Newman-Id: 651573.77573.bm@smtp149.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: QChbxpkVM1nNy0mYhrcQRTKHYBzguwuppZUFUOMqFJyPMK4 GX8iLkJLedXVORQdHftmdjcqPTeM_drFUySKYp1JowYt0yBGXlU0N4qrGSTg njoFjl7DfLD2dn4Srxvb6AS1v46NrJdk6.l0dXD3LMZCSzT1z3H4Y8ztXUBs nr7uVEnSiK6XfH6FQQ.klrD.SnrtQUnpBGLh7sJrBWOqTcZf9XJdzbquOLXJ 8VeeRxaDB1TOuNWXe4JUgkUyHfS87V2cRayssp9GMRYfZHJykJDC2ianjH9_ tcIbXWUCNBQ.7dYKY79spd_g9jypWpeGIpc3LsfvAV6rULQnxpYP6yrZZurO B9WIUYSjOFYhu51_v97uxinAt13j5YF1pL5hdrQ3tsV9n72XsOJo6kt4HquM QmqEnwFgxjSxdYPVYGlJ74E.lvhJk1wR6AxJW0Ica1Q7GQY5c2QOM0e0X2VE P.YEIL6in_lVEyUCpPYBosFCbtht7fyW9F5NWOv6t9aHR5uZzkAHVlDK1qhI HwlY2INZQXu3087auxJJqlJmbvsLVLGAX5MitCMxpkMwSGWZUGeytpvlktkc - X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.24.0 with login) by smtp149.mail.ir2.yahoo.com with SMTP; 25 Jan 2013 22:22:29 +0000 UTC Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-questions@freebsd.org, "Joshua Isom" Subject: Re: Sharing a mail folder between Linux and FreeBSD References: <20130125133346.f1484ed8.freebsd@edvax.de> <20130125150414.f262d162.freebsd@edvax.de> <20130125161215.f498f4e4.freebsd@edvax.de> <5102FE7B.4070808@gmail.com> Date: Fri, 25 Jan 2013 23:22:29 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <5102FE7B.4070808@gmail.com> User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 22:22:38 -0000 On Fri, 25 Jan 2013 22:51:55 +0100, Joshua Isom wrote: > Sorry if my original command ended up breaking your system Don't worry, I run dump to backup it, but I'll try to fix it without restoring it from the backup. -- Technology doesn't necessarily make you smarter http://lists.alioth.debian.org/pipermail/d-community-offtopic/2013-January/000172.html From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 22:33:21 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 496ED4D5 for ; Fri, 25 Jan 2013 22:33:21 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm3-vm0.bullet.mail.ird.yahoo.com (nm3-vm0.bullet.mail.ird.yahoo.com [77.238.189.213]) by mx1.freebsd.org (Postfix) with SMTP id 996BBE68 for ; Fri, 25 Jan 2013 22:33:20 +0000 (UTC) Received: from [212.82.105.245] by nm3.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 22:33:19 -0000 Received: from [46.228.39.40] by tm17.bullet.mail.ird.yahoo.com with NNFMP; 25 Jan 2013 22:33:19 -0000 Received: from [127.0.0.1] by smtp173.mail.ir2.yahoo.com with NNFMP; 25 Jan 2013 22:33:19 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359153199; bh=VmtfasqP1zXh616/UtbqpOxmrhZtFJmY9F59X67xtJg=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Cc:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=KQ994ZB+mx+kZ3/3B0T9cbhy3zz3+PqIva1jYJyUOjaIS5EpaUdsZFe+2V5z9ecmkTsY8hHI2jefDa+z3ifPDqlNU2blEe++QS3J2JTGpZrtnRegWfuYKUgAUgZHrzsNThg+GBJlToHSIq4qZeY+jj7a/zwBF/WM4MAX6iagrKc= X-Yahoo-Newman-Id: 28376.40263.bm@smtp173.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: IkPlGq0VM1lyJpmvv1ULnfXhs5T9ldDpk2l_3j3Sn0kg3kd MiRxXmHrhgkhOXop6r0McCyPDZKFl6y5m7JCgdaifLkZdzaJojlLbis7rBiy ClT2tWxCYHzFanoxPlQSYp2WvF3vwquykeK7AVoaAP.CeceI_sFThgpLsG7d QdZCxGB36ACs6EGIjzGRAYUscRcmXhmBF7f.8Lhwto2yVVpD3CAbUhL.VpXB Umbi5pXxAFfQvwN_F8O16Gyor3q6v75r049o.29ZuO6E_KqfcEI6VL_u4UVF c8ckFs5cVFY.WbpGZ0S_bq26A0DUvJxgWHwDsOnjhM._pHU5RU2Fgzs1jY_P R8v8wqCYp5EY7iWXkp0XQ4FV_4lBp3gm_1CUk.Jvawl78FGM4ahyOPgzW7W. F.hSfvmVgiW1HjB1E5FdBC6sBAI_jNOemU1xhNcXmhFiaxp8aU0cIWU3AGzp CJHyyYioU1w7b0zzhxKs0HmGbjSkmJO7rosL8zP6LJJgb8uHBy3XcQLw0k_C J3sGtqVigWyKG4OM0RGolFbKTKuYcoEY3RglZOfD_Te2oVQ0PrhnGA2T6WFJ .jZ76CQ-- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.24.0 with login) by smtp173.mail.ir2.yahoo.com with SMTP; 25 Jan 2013 22:33:18 +0000 UTC Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "Ruslan Bukin" Subject: Re: ADAT does work, but often is interrupted by noise - Was: FreeBSD and snd_hdspe last-ditch attempt References: <20130123144008.A62930@sola.nimnet.asn.au> <20130123100107.GA10466@jail.io> Date: Fri, 25 Jan 2013 23:33:18 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.12 (FreeBSD) Cc: freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 22:33:21 -0000 Hi :) if you should be subscribed to jack devel, you might be interested in this thread. http://lists.jackaudio.org/private.cgi/jack-devel-jackaudio.org/2013-January/010610.html [1] I don't expect hints, but it's worth to ask. Oops, I made a mistake, I only tested the inputs, not the outputs. Regards, Ralf [1] ------- Forwarded message ------- From: "Ralf Mardorf" To: "Jack devel" Subject: [Jack-Devel] Jack1 on FreeBSD Date: Fri, 25 Jan 2013 23:20:20 +0100 Hi :) I'm testing audio on FreeBSD. It can't compare to Linux, but it's anyway interesting. The card is a RME HDSPe AIO on FreeBSD used without TotalMix and without ALSA. The analog IOs are ok, but I get distortion and click noise or gaps when I use ADAT. When the source is zynaddsubfx with nperiods there aren't gaps, but there's distortion and there are clicks. It's only working in duplex mode and I can't drop the word length setting. I already switched nperiods from 2 to 3. It might be, that the driver is buggy, but perhaps I need unusual settings to use ADAT on FreeBSD. Does somebody know some (secret ;) settings I should test? jackd -r -doss -r48000 -p1024 -n3 -w16 -C/dev/dsp4.0 -P/dev/dsp4.0 is one of the settings I tested. I still didn't check if there are IRQ issues, which is very likely and if I can unbind devices on FreeBSD. jackd -r -doss -r48000 -p1024 -n3 -w16 -C/dev/dsp4.0 -P/dev/dsp4.0 jackd 0.121.3 Except for being limited to only 2 IOs with ADAT and not the very best latency, the card on Linux can be used for serious production. It's likely that it's a driver issue, but perhaps there is some magic that can be done by jack, resp. OSS settings to get it working on FreeBSD too. Any hints are welcome. Regards, Ralf _______________________________________________ Jack-Devel mailing list Jack-Devel@lists.jackaudio.org http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org -- Technology doesn't necessarily make you smarter http://lists.alioth.debian.org/pipermail/d-community-offtopic/2013-January/000172.html From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 23:37:09 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EE810211 for ; Fri, 25 Jan 2013 23:37:09 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id A05C1D8 for ; Fri, 25 Jan 2013 23:37:09 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tyspm-0000nZ-Mt for freebsd-questions@freebsd.org; Sat, 26 Jan 2013 00:37:22 +0100 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Jan 2013 00:37:22 +0100 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Jan 2013 00:37:22 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Mount Logical (ext2fs) Partitions? Date: Fri, 25 Jan 2013 23:36:45 +0000 (UTC) Lines: 80 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 23:37:10 -0000 9.1 on x86_64. No doubt this question has been asked before, but how do I mount logical partitions (e2fs) under FreeBSD? I have checked the handbook, and DuckDuckGo'ed, but without finding anything useful. The third slice on my first disk is a physical one, and will mount happily under FreeBSD. >From /etc/fstab: /dev/ada0s3 /Mail ext2fs rw 0 0 But I have a couple of logical partitions (also ext2fs) in the fourth slice, which I have been trying, unsuccessfully, to mount. For information, here is the BSD view of the disk: $ sudo fdisk ******* Working on device /dev/ada0 ******* parameters extracted from in-core disklabel are: cylinders=310101 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=310101 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 131 (0x83),(Linux native) start 2048, size 24576000 (12000 Meg), flag 0 beg: cyl 0/ head 32/ sector 33; end: cyl 1023/ head 254/ sector 63 The data for partition 2 is: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) start 24578064, size 44040150 (21503 Meg), flag 80 (active) beg: cyl 1023/ head 255/ sector 63; end: cyl 1023/ head 255/ sector 63 The data for partition 3 is: sysid 131 (0x83),(Linux native) start 68618240, size 958464 (468 Meg), flag 0 beg: cyl 1023/ head 254/ sector 63; end: cyl 1023/ head 254/ sector 63 The data for partition 4 is: sysid 5 (0x05),(Extended DOS) start 69577576, size 243002520 (118653 Meg), flag 0 beg: cyl 1023/ head 254/ sector 63; end: cyl 1023/ head 254/ sector 63 $ Now here's how Linux sees it: $ sudo fdisk -l /dev/sda Disk /dev/sda: 160.0 GB, 160041885696 bytes, 312581808 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x38d5b517 Device Boot Start End Blocks Id System /dev/sda1 2048 24578047 12288000 83 Linux /dev/sda2 * 24578064 68618213 22020075 a5 FreeBSD /dev/sda3 68618240 69576703 479232 83 Linux /dev/sda4 69577576 312580095 121501260 5 Extended /dev/sda5 94158848 112590847 9216000 83 Linux /dev/sda6 112592896 118736895 3072000 82 Linux swap / Solaris /dev/sda7 118738944 159698943 20480000 83 Linux /dev/sda8 159700992 241620991 40960000 83 Linux /dev/sda9 241623040 270299135 14338048 83 Linux /dev/sda10 270301184 312580095 21139456 83 Linux /dev/sda11 69580800 94156799 12288000 83 Linux Partition table entries are not in disk order $ Can anyone provide a pointer please? From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 23:45:06 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BAAC157E for ; Fri, 25 Jan 2013 23:45:06 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-ia0-x235.google.com (ia-in-x0235.1e100.net [IPv6:2607:f8b0:4001:c02::235]) by mx1.freebsd.org (Postfix) with ESMTP id 737B2129 for ; Fri, 25 Jan 2013 23:45:06 +0000 (UTC) Received: by mail-ia0-f181.google.com with SMTP id k25so1486481iah.26 for ; Fri, 25 Jan 2013 15:45:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=2o/Zv746vNDKvfjKIK9tnuo+7t2hO1VKMdnxNOxJekY=; b=Bl+ica7G7yPdPhzADDiPvgfrcTqlJIlhghSWBUcjvmpG9g6gVW4+nexBnoi2OXNOd0 L0UHQB/hxBM4rvm9FdfsVF5WH4HOHc2+672IvbXfOwncfdylb08vQUvpV/QLIseHBgUp RYN/eK6Uy1GzuHF8x8P+R0wrv2NOoM654okEOrmCBcHXFHvQ3YwQWxnURM83N3ZWE9Wk 9A0Y+8I2SZMmvgKTHGKeHcV51YX+zx9d/iFwfIFIRI/zxplasR3wvvN0KiJeqLCMbcH9 ayS+5Ru31zjdZodNVg5mnchMj16bla/FLfYDMWQmE8zcHJQU5QiUuYRd7a+9NG+P/V6t HIkg== X-Received: by 10.50.100.170 with SMTP id ez10mr151012igb.16.1359157506084; Fri, 25 Jan 2013 15:45:06 -0800 (PST) Received: from [192.168.1.14] (c-98-212-197-211.hsd1.il.comcast.net. [98.212.197.211]) by mx.google.com with ESMTPS id ez8sm184282igb.17.2013.01.25.15.45.04 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 25 Jan 2013 15:45:05 -0800 (PST) Message-ID: <510318FD.5070303@gmail.com> Date: Fri, 25 Jan 2013 17:45:01 -0600 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Mount Logical (ext2fs) Partitions? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 23:45:06 -0000 On 1/25/2013 5:36 PM, Walter Hurry wrote: > 9.1 on x86_64. > > No doubt this question has been asked before, but how do I mount logical > partitions (e2fs) under FreeBSD? I have checked the handbook, and > DuckDuckGo'ed, but without finding anything useful. > > The third slice on my first disk is a physical one, and will mount > happily under FreeBSD. > > From /etc/fstab: > > /dev/ada0s3 /Mail ext2fs rw 0 0 > > But I have a couple of logical partitions (also ext2fs) in the fourth > slice, which I have been trying, unsuccessfully, to mount. > > For information, here is the BSD view of the disk: > > $ sudo fdisk > ******* Working on device /dev/ada0 ******* > parameters extracted from in-core disklabel are: > cylinders=310101 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=310101 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 131 (0x83),(Linux native) > start 2048, size 24576000 (12000 Meg), flag 0 > beg: cyl 0/ head 32/ sector 33; > end: cyl 1023/ head 254/ sector 63 > The data for partition 2 is: > sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) > start 24578064, size 44040150 (21503 Meg), flag 80 (active) > beg: cyl 1023/ head 255/ sector 63; > end: cyl 1023/ head 255/ sector 63 > The data for partition 3 is: > sysid 131 (0x83),(Linux native) > start 68618240, size 958464 (468 Meg), flag 0 > beg: cyl 1023/ head 254/ sector 63; > end: cyl 1023/ head 254/ sector 63 > The data for partition 4 is: > sysid 5 (0x05),(Extended DOS) > start 69577576, size 243002520 (118653 Meg), flag 0 > beg: cyl 1023/ head 254/ sector 63; > end: cyl 1023/ head 254/ sector 63 > $ > > Now here's how Linux sees it: > > $ sudo fdisk -l /dev/sda > > Disk /dev/sda: 160.0 GB, 160041885696 bytes, 312581808 sectors > Units = sectors of 1 * 512 = 512 bytes > Sector size (logical/physical): 512 bytes / 512 bytes > I/O size (minimum/optimal): 512 bytes / 512 bytes > Disk identifier: 0x38d5b517 > > Device Boot Start End Blocks Id System > /dev/sda1 2048 24578047 12288000 83 Linux > /dev/sda2 * 24578064 68618213 22020075 a5 FreeBSD > /dev/sda3 68618240 69576703 479232 83 Linux > /dev/sda4 69577576 312580095 121501260 5 Extended > /dev/sda5 94158848 112590847 9216000 83 Linux > /dev/sda6 112592896 118736895 3072000 82 Linux swap / > Solaris > /dev/sda7 118738944 159698943 20480000 83 Linux > /dev/sda8 159700992 241620991 40960000 83 Linux > /dev/sda9 241623040 270299135 14338048 83 Linux > /dev/sda10 270301184 312580095 21139456 83 Linux > /dev/sda11 69580800 94156799 12288000 83 Linux > > Partition table entries are not in disk order > $ > > Can anyone provide a pointer please? > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > What do /dev and the output of dmesg look like? It looks like linux fdisk is hiding the fact that you have to cheat the bios to get more than four partitions with MBR partitioning. From owner-freebsd-questions@FreeBSD.ORG Fri Jan 25 23:55:47 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B9C60688 for ; Fri, 25 Jan 2013 23:55:47 +0000 (UTC) (envelope-from markus.hoenicka@mhoenicka.de) Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de [80.67.31.95]) by mx1.freebsd.org (Postfix) with ESMTP id 6911E177 for ; Fri, 25 Jan 2013 23:55:47 +0000 (UTC) Received: from [93.132.91.119] (helo=wombat.mininet) by smtprelay06.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1Tyt6i-000416-Qo for freebsd-questions@freebsd.org; Sat, 26 Jan 2013 00:54:53 +0100 X-Mailer: emacs 24.2.1 (via feedmail 11-beta-1 I); VM 8.1.2 under 24.2.1 (amd64-portbld-freebsd9.0) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20739.7055.151377.161980@wombat.mininet> Date: Sat, 26 Jan 2013 00:55:59 +0100 To: freebsd-questions@freebsd.org Subject: lagg problems (or lack of understanding?) From: markus.hoenicka@mhoenicka.de X-Df-Sender: NDcyNTgy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2013 23:55:47 -0000 Hi, I'd like to use both ethernet and wlan, whichever is available, with my laptop. In many cases I prefer wlan at home as I'm not tethered and performance is good enough. However, in some cases I prefer to connect to a switch via ethernet to have faster connection to a desktop PC. I followed these instructions: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-aggregation.html Specifically, I use the rc.conf entries mentioned in the box at the very bottom on the page, except that my ethernet interface is re0 instead of bge0. The lagg module is loaded during boot using an appropriate entry in /boot/loader.conf. Things almost work: boot with ethernet plugged in, ethernet still in: connected via ethernet boot with ethernet plugged in, ethernet out: connected via wlan boot with ethernet unplugged, ethernet still out: connected via wlan boot with ethernet unplugged, ethernet in: no connection What bothers me is the last scenario: this would force me to boot with ethernet plugged in whenever I intend to use ethernet in the same session. Is this expected behaviour? Is there a way to fix this? regards, Markus -- Markus Hoenicka http://www.mhoenicka.de AQ score 38 From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 01:38:47 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D9E7E4A6 for ; Sat, 26 Jan 2013 01:38:47 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) by mx1.freebsd.org (Postfix) with ESMTP id 8711B776 for ; Sat, 26 Jan 2013 01:38:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=N4hlZROveFc4N9O2Xmi2vUO0WnHT7VRBJ4FUkm3Ap18=; b=PoVS6M1qDebYG+VW7iyicWUkI5A5dlw49sK6v71JbXJgdFy6P5+33AKNRoeksT1HBN4uk6lw0PFqo6KTn8rnh0J0Iv8QhY8Sonmg7eUVIe1HS/G6Nmo/gBnRr2Uo5y3s; Received: from [122.129.203.50] (port=12004 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1TyujD-001aLz-0y; Fri, 25 Jan 2013 18:38:43 -0700 Date: Sat, 26 Jan 2013 08:38:39 +0700 From: Erich Dollansky To: markus.hoenicka@mhoenicka.de Subject: Re: lagg problems (or lack of understanding?) Message-ID: <20130126083839.3fced29d@X220.ovitrap.com> In-Reply-To: <20739.7055.151377.161980@wombat.mininet> References: <20739.7055.151377.161980@wombat.mininet> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 01:38:47 -0000 Hi, On Sat, 26 Jan 2013 00:55:59 +0100 markus.hoenicka@mhoenicka.de wrote: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-aggregation.html > > Specifically, I use the rc.conf entries mentioned in the box at the > very bottom on the page, except that my ethernet interface is re0 > instead of bge0. The lagg module is loaded during boot using an > appropriate entry in /boot/loader.conf. > if you could post your settings here? Erich From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 05:08:08 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EB037367 for ; Sat, 26 Jan 2013 05:08:08 +0000 (UTC) (envelope-from carlj@peak.org) Received: from redcondor2.peak.org (redcondor2.peak.org [69.59.192.56]) by mx1.freebsd.org (Postfix) with ESMTP id 9110DF35 for ; Sat, 26 Jan 2013 05:08:08 +0000 (UTC) Received: from zmail-mta01.peak.org ([207.55.16.111]) by redcondor2.peak.org ({6c724cae-de34-4c5f-b615-3072b86419fa}) via TCP (outbound) with ESMTP id 20130126050801612 for ; Sat, 26 Jan 2013 05:08:01 +0000 X-RC-FROM: X-RC-RCPT: Received: from bonsai.localnet (rad0.peak.org [69.59.192.40]) by zmail-mta01.peak.org (Postfix) with ESMTPSA id 0AD41490F31 for ; Fri, 25 Jan 2013 21:08:01 -0800 (PST) Received: from oak.localnet (oak.localnet [192.168.193.34]) by bonsai.localnet (Postfix) with ESMTP id DE7783D5A3 for ; Fri, 25 Jan 2013 21:07:59 -0800 (PST) Received: from oak.localnet (localhost.localnet [127.0.0.1]) by oak.localnet (Postfix) with ESMTP id A55C1C06D for ; Fri, 25 Jan 2013 21:07:59 -0800 (PST) Received: (from carlj@localhost) by oak.localnet (8.14.4/8.14.4/Submit) id r0Q57xJs005175; Fri, 25 Jan 2013 21:07:59 -0800 (PST) (envelope-from carlj@peak.org) X-Authentication-Warning: oak.localnet: carlj set sender to carlj@peak.org using -f From: Carl Johnson To: freebsd-questions@freebsd.org Subject: Re: Mount Logical (ext2fs) Partitions? References: Mail-Followup-To: freebsd-questions@freebsd.org Date: Fri, 25 Jan 2013 21:07:59 -0800 In-Reply-To: (Walter Hurry's message of "Fri, 25 Jan 2013 23:36:45 +0000 (UTC)") Message-ID: <87fw1o5y6o.fsf@oak.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MAG-OUTBOUND: peakinternet.redcondor.net@207.55.16/22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 05:08:09 -0000 Walter Hurry writes: > 9.1 on x86_64. > > No doubt this question has been asked before, but how do I mount logical > partitions (e2fs) under FreeBSD? I have checked the handbook, and > DuckDuckGo'ed, but without finding anything useful. > > The third slice on my first disk is a physical one, and will mount > happily under FreeBSD. > >>From /etc/fstab: > > /dev/ada0s3 /Mail ext2fs rw 0 0 > > But I have a couple of logical partitions (also ext2fs) in the fourth > slice, which I have been trying, unsuccessfully, to mount. > > For information, here is the BSD view of the disk: > > $ sudo fdisk > ******* Working on device /dev/ada0 ******* > parameters extracted from in-core disklabel are: > cylinders=310101 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=310101 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 131 (0x83),(Linux native) > start 2048, size 24576000 (12000 Meg), flag 0 > beg: cyl 0/ head 32/ sector 33; > end: cyl 1023/ head 254/ sector 63 > The data for partition 2 is: > sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) > start 24578064, size 44040150 (21503 Meg), flag 80 (active) > beg: cyl 1023/ head 255/ sector 63; > end: cyl 1023/ head 255/ sector 63 > The data for partition 3 is: > sysid 131 (0x83),(Linux native) > start 68618240, size 958464 (468 Meg), flag 0 > beg: cyl 1023/ head 254/ sector 63; > end: cyl 1023/ head 254/ sector 63 > The data for partition 4 is: > sysid 5 (0x05),(Extended DOS) > start 69577576, size 243002520 (118653 Meg), flag 0 > beg: cyl 1023/ head 254/ sector 63; > end: cyl 1023/ head 254/ sector 63 > $ > > Now here's how Linux sees it: > > $ sudo fdisk -l /dev/sda > > Disk /dev/sda: 160.0 GB, 160041885696 bytes, 312581808 sectors > Units = sectors of 1 * 512 = 512 bytes > Sector size (logical/physical): 512 bytes / 512 bytes > I/O size (minimum/optimal): 512 bytes / 512 bytes > Disk identifier: 0x38d5b517 > > Device Boot Start End Blocks Id System > /dev/sda1 2048 24578047 12288000 83 Linux > /dev/sda2 * 24578064 68618213 22020075 a5 FreeBSD > /dev/sda3 68618240 69576703 479232 83 Linux > /dev/sda4 69577576 312580095 121501260 5 Extended > /dev/sda5 94158848 112590847 9216000 83 Linux > /dev/sda6 112592896 118736895 3072000 82 Linux swap / > Solaris > /dev/sda7 118738944 159698943 20480000 83 Linux > /dev/sda8 159700992 241620991 40960000 83 Linux > /dev/sda9 241623040 270299135 14338048 83 Linux > /dev/sda10 270301184 312580095 21139456 83 Linux > /dev/sda11 69580800 94156799 12288000 83 Linux There is a package called 'linuxfdisk' that is just a FreeBSD implementation of the linux fdisk and will show you what the FreeBSD partitions/slices are. You can also use gpart in the base system to get the same information. The command 'gpart list ada0' will show the primary partitions, and the command 'gpart list ada0s4' should show the logical partitions inside of the extended partition. You can also use 'file -s' and possibly do read-only mounts to see exactly what they contain. The names will probably map out like linux, but the 'sda*' will be changed to 'ada0s*'. -- Carl Johnson carlj@peak.org From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 07:48:57 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 39CD068F for ; Sat, 26 Jan 2013 07:48:57 +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 02444307 for ; Sat, 26 Jan 2013 07:48:56 +0000 (UTC) Received: from r56.edvax.de (port-92-195-8-191.dynamic.qsc.de [92.195.8.191]) by mx01.qsc.de (Postfix) with ESMTP id AAAC63D0CA; Sat, 26 Jan 2013 08:48:53 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0Q7muig001900; Sat, 26 Jan 2013 08:48:56 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sat, 26 Jan 2013 08:48:56 +0100 From: Polytropon To: Joshua Isom Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-Id: <20130126084856.787531e6.freebsd@edvax.de> In-Reply-To: <51030400.9050404@gmail.com> References: <51030400.9050404@gmail.com> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 07:48:57 -0000 On Fri, 25 Jan 2013 16:15:28 -0600, Joshua Isom wrote: > Ignore /proc, unmount it even. You don't need it on FreeBSD and > shouldn't expect it to be there. As far as I know, Gnome (or at least GDM) _requires_ it to be able to show the available user names. I have no idea why. :-) > As for the listings in /usr/local > they'll need fixed. On my system, almost everything's owned by root. There are a few exceptions when files are owned by a daemon. As I said, re-installing those parts (or even world) should fix this, but maybe it's possible to apply some "mtree magic" to fix the owner to the proper one (root in most cases). > The man directories are owned by man, and > /usr/local/libexec/polkit-set-default-helper is set as polkit:polkit. That's a good example for the non-root exceptions; there might be others. > There's a difference between lib directories and libexec directories. > Libraries are stored in lib and programs you're not expected to invoke > yourself are stored in libexec. Correct. That's why my printer filters are in /opt/libexec. ;-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 07:49:55 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6CAB4744 for ; Sat, 26 Jan 2013 07:49:55 +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 2CDEF32A for ; Sat, 26 Jan 2013 07:49:55 +0000 (UTC) Received: from r56.edvax.de (port-92-195-8-191.dynamic.qsc.de [92.195.8.191]) by mx01.qsc.de (Postfix) with ESMTP id 7A8033CD0A; Sat, 26 Jan 2013 08:49:54 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0Q7nv5a001904; Sat, 26 Jan 2013 08:49:57 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sat, 26 Jan 2013 08:49:57 +0100 From: Polytropon To: "Ralf Mardorf" Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-Id: <20130126084957.2dd3f122.freebsd@edvax.de> In-Reply-To: References: <20130125133346.f1484ed8.freebsd@edvax.de> <20130125150414.f262d162.freebsd@edvax.de> <20130125161215.f498f4e4.freebsd@edvax.de> <5102FE7B.4070808@gmail.com> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Joshua Isom , freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 07:49:55 -0000 On Fri, 25 Jan 2013 23:22:29 +0100, Ralf Mardorf wrote: > On Fri, 25 Jan 2013 22:51:55 +0100, Joshua Isom wrote: > > Sorry if my original command ended up breaking your system > > Don't worry, I run dump to backup it, but I'll try to fix it without > restoring it from the backup. Maybe you can read the original owners from that backup and just _change them_ accordingly? As the files haven't been altered, there would be no need to rewrite them entirely. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 09:01:27 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1103CF0C for ; Sat, 26 Jan 2013 09:01:27 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm12.bullet.mail.ird.yahoo.com (nm12.bullet.mail.ird.yahoo.com [77.238.189.65]) by mx1.freebsd.org (Postfix) with SMTP id 1AB7E6F7 for ; Sat, 26 Jan 2013 09:01:25 +0000 (UTC) Received: from [212.82.105.247] by nm12.bullet.mail.ird.yahoo.com with NNFMP; 26 Jan 2013 09:01:18 -0000 Received: from [217.146.189.101] by tm19.bullet.mail.ird.yahoo.com with NNFMP; 26 Jan 2013 09:01:18 -0000 Received: from [127.0.0.1] by smtp117.mail.ird.yahoo.com with NNFMP; 26 Jan 2013 09:01:18 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359190878; bh=W+n06XzSRedFBmnsrZSUWFPXbL/O81c+0j7QG1xB0lY=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Subject:From:To:Date:In-Reply-To:References:Content-Type:X-Mailer:Content-Transfer-Encoding:Mime-Version; b=XxH0Zb2yLmYU61pkgp12i5+Vu2nSMQF3WKnhMF99RCu6X4Q0xeU7lbcd20hWDwNM0Rfd70glAAj9+Dg8lPP8/FfkNeERwKlMPLEURVuQNW6vKrb8jNB5UHPmp8mUHSG8PFs+iT9ioWYBQBYkmz77VJ9CpxnRBq8fLVsGTXiOrNE= X-Yahoo-Newman-Id: 708682.11129.bm@smtp117.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: k6TP1h0VM1mmK7PwVPZetxG5wAEGU2hsx3JW2cSvlnsFg8D 3rWGpxEc8hT1S.zZVU3AIJyx9R.5lvWRyX5j.HV8xjnDePPLuiv5hh_VVh66 aW8g1uNqYaJEKptUDbHcHyXI_.F4ejF80m35PNfJgrtjt5wQ41o7UhjWw8MN 8YUlkuWnq9iGGLTjJaaLFxZ2.dpZn5EpBuXzYb0JE_VVqNCuYH577oXv_XIi xIxAoH7kYHi1N25aBzeGG4QtX4huaCzhLJZfpfuEo5UXLmTXEZk5HPigprOc EkywxCXadfjxn48cG1YfaaZRjfxW5UIZgmzSyxXMiw6h9OMuDCgc7KJZwvUj MTP3DmDLjcyS5LZ3mYTu06jP9Pcd5FWnIniWV0gr7q5nqYor9r2Kf.iTe._6 AZzYthUnHZuiWNdOOGNQnLacn8cr_elGC7WVpExQJzAE- X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from [78.50.21.103] (ralf.mardorf@78.50.21.103 with login) by smtp117.mail.ird.yahoo.com with SMTP; 26 Jan 2013 01:01:18 -0800 PST Message-ID: <1359190878.2029.42.camel@precise> Subject: Re: Sharing a mail folder between Linux and FreeBSD From: Ralf Mardorf To: freebsd-questions@freebsd.org Date: Sat, 26 Jan 2013 10:01:18 +0100 In-Reply-To: <20130126084856.787531e6.freebsd@edvax.de> References: <51030400.9050404@gmail.com> <20130126084856.787531e6.freebsd@edvax.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 09:01:27 -0000 On Sat, 2013-01-26 at 08:48 +0100, Polytropon wrote: > On Fri, 25 Jan 2013 16:15:28 -0600, Joshua Isom wrote: > > Ignore /proc, unmount it even. You don't need it on FreeBSD and > > shouldn't expect it to be there. > > As far as I know, Gnome (or at least GDM) _requires_ it to > be able to show the available user names. I have no idea > why. :-) IIUC not GDM does need it, but GNOME. > > As for the listings in /usr/local > > they'll need fixed. On my system, almost everything's owned by root. > > There are a few exceptions when files are owned by a daemon. > As I said, re-installing those parts (or even world) should > fix this, but maybe it's possible to apply some "mtree magic" > to fix the owner to the proper one (root in most cases). Rebuilding world only shouldn't take that long. > > The man directories are owned by man, and > > /usr/local/libexec/polkit-set-default-helper is set as polkit:polkit. > > That's a good example for the non-root exceptions; there might > be others. There are others on my system, so I can't simply run chown -R :(. Regards, Ralf PS: At the moment I'm booted into Linux, I'll take a look at all the hints later today. Thank you all. From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 09:11:41 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D6FC1FFD for ; Sat, 26 Jan 2013 09:11:41 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm25-vm2.bullet.mail.ird.yahoo.com (nm25-vm2.bullet.mail.ird.yahoo.com [212.82.109.203]) by mx1.freebsd.org (Postfix) with SMTP id 1549C736 for ; Sat, 26 Jan 2013 09:11:40 +0000 (UTC) Received: from [212.82.105.246] by nm25.bullet.mail.ird.yahoo.com with NNFMP; 26 Jan 2013 09:11:38 -0000 Received: from [217.146.189.96] by tm18.bullet.mail.ird.yahoo.com with NNFMP; 26 Jan 2013 09:11:37 -0000 Received: from [127.0.0.1] by smtp112.mail.ird.yahoo.com with NNFMP; 26 Jan 2013 09:11:37 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359191497; bh=fr8X2MAn2nufngzvhFSFS51BH+JeQsNK1Jj0AUA7KtM=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Message-ID:Subject:From:To:Date:In-Reply-To:References:Content-Type:X-Mailer:Content-Transfer-Encoding:Mime-Version; b=WR26DpMc769RuN78RREFlOTQQDWtL58/Ozza4iO7BQbN17FfHWJvQRZbaqCRjMo67llm06P066pvavsR/Ou8uG2iSXHcz0U/H0GgH6quV4SXJYbSc74XEGDsIJ5tN/W2ZGVXb0YQ1meAbhE3IasTuVrXP25uoXeLhgGwalsDvEs= X-Yahoo-Newman-Id: 974202.71354.bm@smtp112.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: k5blFSkVM1kQLfzrPjfI2d8YCzZVEdojqtoZ_SV0B2zdP92 BJ1mG6nq.ezAmUxKOM38LxMVfr4xg302JjzDFu.0R8X9vnN00iRgQN8O0FEJ 6Xo3QmX4ebotlqSK2Z05GFJMMUGjSbbIFz6zNFC_xcXB0VNavQhBRoeahk.0 k5QtWSeNoxBDUUnzOYdWq1RcgdXAVPg9kWwdb8NG01hDSuDfIsjcKQhQor72 u2VnAjCuvlJrCyDSO9xrVAyP8mpXibiPGc.4uVreeK5Zsczi92Q.1ONFoVUL np4YaV6Y3apxSEi8upcv7cQ2hyIsx0hb8W0QbO7e1_BgDNMPkKpxZR2uY2cv sGx9SLZCHrni4xE3XEktNo4eODBJVcasmFq.svQbptqFAfZq0pNWsWIqW8xC vpkbUuLhIqoZODqLP0e.XktNA2uorqHkl5ntg X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from [78.50.21.103] (ralf.mardorf@78.50.21.103 with login) by smtp112.mail.ird.yahoo.com with SMTP; 26 Jan 2013 01:11:37 -0800 PST Message-ID: <1359191497.2029.49.camel@precise> Subject: Re: Sharing a mail folder between Linux and FreeBSD From: Ralf Mardorf To: freebsd-questions@freebsd.org Date: Sat, 26 Jan 2013 10:11:37 +0100 In-Reply-To: <20130126084957.2dd3f122.freebsd@edvax.de> References: <20130125133346.f1484ed8.freebsd@edvax.de> <20130125150414.f262d162.freebsd@edvax.de> <20130125161215.f498f4e4.freebsd@edvax.de> <5102FE7B.4070808@gmail.com> <20130126084957.2dd3f122.freebsd@edvax.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 09:11:41 -0000 On Sat, 2013-01-26 at 08:49 +0100, Polytropon wrote: > On Fri, 25 Jan 2013 23:22:29 +0100, Ralf Mardorf wrote: > > On Fri, 25 Jan 2013 22:51:55 +0100, Joshua Isom wrote: > > > Sorry if my original command ended up breaking your system > > > > Don't worry, I run dump to backup it, but I'll try to fix it without > > restoring it from the backup. > > Maybe you can read the original owners from that backup and > just _change them_ accordingly? As the files haven't been > altered, there would be no need to rewrite them entirely. I used dump and can't find how to extract something from the dump files. If I would restore from a dump I would lose something, since the dump is some days old and I worked on my FreeBSD. If it would be possible to write a script that does rebuild everything, with the same configs and _without the need of user interaction_ I would rebuild and if needed update (at least Chromium) everything. But last time there were still yes/no (should I delete this file) questions all the times. Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 09:22:28 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8596028C for ; Sat, 26 Jan 2013 09:22:28 +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 35884794 for ; Sat, 26 Jan 2013 09:22:28 +0000 (UTC) Received: from r56.edvax.de (port-92-195-8-191.dynamic.qsc.de [92.195.8.191]) by mx01.qsc.de (Postfix) with ESMTP id 5FB473D093; Sat, 26 Jan 2013 10:22:24 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0Q9MRNQ002185; Sat, 26 Jan 2013 10:22:27 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sat, 26 Jan 2013 10:22:27 +0100 From: Polytropon To: Ralf Mardorf Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-Id: <20130126102227.a67614f1.freebsd@edvax.de> In-Reply-To: <1359190878.2029.42.camel@precise> References: <51030400.9050404@gmail.com> <20130126084856.787531e6.freebsd@edvax.de> <1359190878.2029.42.camel@precise> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 09:22:28 -0000 On Sat, 26 Jan 2013 10:01:18 +0100, Ralf Mardorf wrote: > On Sat, 2013-01-26 at 08:48 +0100, Polytropon wrote: > > On Fri, 25 Jan 2013 16:15:28 -0600, Joshua Isom wrote: > > > As for the listings in /usr/local > > > they'll need fixed. On my system, almost everything's owned by root. > > > > There are a few exceptions when files are owned by a daemon. > > As I said, re-installing those parts (or even world) should > > fix this, but maybe it's possible to apply some "mtree magic" > > to fix the owner to the proper one (root in most cases). > > Rebuilding world only shouldn't take that long. If you still have the /usr/obj subtree where you installed world from last time, you only need to "make installworld" (as explained in /usr/src/Makefile's comment header). There has also been a very good advice on how to use mtree to do this (as the files don't need re-installation per se, because they haven't changed). > > > The man directories are owned by man, and > > > /usr/local/libexec/polkit-set-default-helper is set as polkit:polkit. > > > > That's a good example for the non-root exceptions; there might > > be others. > > There are others on my system, so I can't simply run chown -R :(. That's correct. If you can spot those "irregularities" in /usr/local, it seems to be the safest way to re-install the ports those files belong to. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 12:02:06 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A88AF5DC for ; Sat, 26 Jan 2013 12:02:06 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 679FEC3E for ; Sat, 26 Jan 2013 12:02:06 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tz4Sc-0004XQ-Rd for freebsd-questions@freebsd.org; Sat, 26 Jan 2013 13:02:14 +0100 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Jan 2013 13:02:14 +0100 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Jan 2013 13:02:14 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Re: Mount Logical (ext2fs) Partitions? Date: Sat, 26 Jan 2013 12:01:45 +0000 (UTC) Lines: 40 Message-ID: References: <87fw1o5y6o.fsf@oak.localnet> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 12:02:06 -0000 On Fri, 25 Jan 2013 21:07:59 -0800, Carl Johnson wrote: > There is a package called 'linuxfdisk' that is just a FreeBSD > implementation of the linux fdisk and will show you what the FreeBSD > partitions/slices are. You can also use gpart in the base system to get > the same information. The command 'gpart list ada0' will show the > primary partitions, and the command 'gpart list ada0s4' should show the > logical partitions inside of the extended partition. You can also use > 'file -s' and possibly do read-only mounts to see exactly what they > contain. The names will probably map out like linux, but the 'sda*' > will be changed to 'ada0s*'. Thanks for the pointers. Here is the relevant part of the output from 'gpart list ada0s4': 4. Name: ada0s8 Mediasize: 41943040000 (39G) Sectorsize: 512 Stripesize: 0 Stripeoffset: 162529280 Mode: r0w0e0 rawtype: 131 length: 41943040000 offset: 46143188992 type: linux-data index: 1430498 end: 172043415 start: 90121368 So I put into my /etc/fstab: /dev/ada0s8 /u01 ext2fs ro,noauto 0 0 But when I issue 'sudo mount /u01' I get: mount: /dev/ada0s8: Invalid argument What am I doing wrong? From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 13:17:25 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 783EAED for ; Sat, 26 Jan 2013 13:17:25 +0000 (UTC) (envelope-from peter@aboutsupport.com) Received: from mail-ee0-f46.google.com (mail-ee0-f46.google.com [74.125.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id E9BA5F0E for ; Sat, 26 Jan 2013 13:17:24 +0000 (UTC) Received: by mail-ee0-f46.google.com with SMTP id e49so627393eek.33 for ; Sat, 26 Jan 2013 05:17:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=RybSseCRV9jHdJWadamK9z/uFkBpZA7qTaomhzPtrIE=; b=iUTebCesVG8UzXwFL2li7IZpADPvhL4yyrvd8eIV4FVbg9wgSjbez0AnPcejA175QD AAOG3qnR8Zh9uMC2KIev0nn3b6A6Xpqg4GJaTOXLwKeXu0WoNwvZemyJ1ANUGjS/hUlc OooHlfdcoDtrCs2TyBHRQsuQ5D3SLQCnYn2EDXakEQUTN6U4pXHuyxx//SjVA4YyDTZd v4ByyIyMO1enWxKnssujnZ776rGEQSHk1bIUdWhIsrm3NzwX4liuSRvydIkR9ueboSc/ MkKcA7/xsJqLOYI3htyP0sZ7+gDESegEJbLOSomgdSWzq+aFuU51GMNAsSJPeL/8XVC/ u42A== X-Received: by 10.14.216.70 with SMTP id f46mr30065091eep.12.1359206237765; Sat, 26 Jan 2013 05:17:17 -0800 (PST) Received: from [192.168.30.151] ([95.87.236.33]) by mx.google.com with ESMTPS id 6sm6392868eea.3.2013.01.26.05.17.16 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 26 Jan 2013 05:17:16 -0800 (PST) Message-ID: <5103D759.5060008@aboutsupport.com> Date: Sat, 26 Jan 2013 15:17:13 +0200 From: "Zyumbilev, Peter" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Subject: jails bind ip Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmeEacrG4JExmSe2Hf5wNfjjq7s6hVqBi+oTc3Ev2hFLdAYZ1H8Ts03hft+kXRrS6br0oPW X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 13:17:25 -0000 Hi, I have successfully run multiple jails on freebsd 9.1 Two of the jails are FreeBSD and I have no problems with them. However I havesome strange problem with Debian 6.0 Jail. This is my config jail_debian_rootdir="/jail/debian" jail_debian_hostname="debian.bivol.net" jail_debian_ip="192.168.30.12,127.0.0.1" jail_debian_interface="bge0" jail_debian_devfs_enable="YES" jail_debian_devfs_ruleset="devfsrules_jail" jail_debian_flags="-n debian" #jail_debian_mount_enable="YES" # mount YES|NO jail_debian_fstab="/jail/conf/fstab.debian" # File with Filesystems to mount I tried with and without 127.0.0.1. This is how ifconfig looks from inside debian: root@debian:/# ifconfig eth0 Link encap:Ethernet HWaddr e8:39:35:25:d2:ef inet addr:192.168.30.12 Bcast:192.168.30.12 Mask:255.255.255.255 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:425676061 errors:0 dropped:0 overruns:0 frame:0 TX packets:483122783 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 RX bytes:478459387769 (445.6 GiB) TX bytes:190485214007 (177.4 GiB) eth1 Link encap:Ethernet HWaddr 00:00:00:00:00:00 UP MULTICAST MTU:65536 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) lo0 Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MULTICAST MTU:16384 Metric:1 RX packets:1273268 errors:0 dropped:0 overruns:0 frame:0 TX packets:1273274 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 RX bytes:103125473 (98.3 MiB) TX bytes:103125585 (98.3 MiB) usbus0 Link encap:Ethernet HWaddr 00:00:00:00:00:00 UP MTU:0 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) usbus1 Link encap:Ethernet HWaddr 00:00:00:00:00:00 UP MTU:0 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) usbus2 Link encap:Ethernet HWaddr 00:00:00:00:00:00 UP MTU:0 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) usbus3 Link encap:Ethernet HWaddr 00:00:00:00:00:00 UP MTU:0 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) usbus4 Link encap:Ethernet HWaddr 00:00:00:00:00:00 UP MTU:0 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) usbus5 Link encap:Ethernet HWaddr 00:00:00:00:00:00 UP MTU:0 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) However, applications have problem binding. Two applications that fail are plexmedia server and psmedia server. 1. PS3 media server throws crazy errors like that it canncot bind - no matter which IP I choose: [main] INFO 2013-01-26 16:03:02.833 Loading configuration file: Panasonic.conf [main] DEBUG 2013-01-26 16:03:02.833 Base path set to file:///etc/ps3mediaserver/renderers/Panasonic.conf [main] INFO 2013-01-26 16:03:02.855 Loading configuration file: PS3.conf [main] DEBUG 2013-01-26 16:03:02.855 Base path set to file:///etc/ps3mediaserver/renderers/PS3.conf [main] INFO 2013-01-26 16:03:02.861 Loading configuration file: AirPlayer.conf [main] DEBUG 2013-01-26 16:03:02.862 Base path set to file:///etc/ps3mediaserver/renderers/AirPlayer.conf [main] INFO 2013-01-26 16:03:02.864 Checking MPlayer font cache. It can take a minute or so. [main] DEBUG 2013-01-26 16:03:02.865 launching: /usr/lib/ps3mediaserver/linux/mplayer [main] INFO 2013-01-26 16:03:03.008 Done! [main] INFO 2013-01-26 16:03:03.016 Searching for plugins in /usr/lib/ps3mediaserver/plugins [main] INFO 2013-01-26 16:03:03.029 No plugins found [main] INFO 2013-01-26 16:03:03.060 Registering transcoding engine: FFmpeg Audio [main] INFO 2013-01-26 16:03:03.078 Registering transcoding engine: MEncoder [main] INFO 2013-01-26 16:03:03.079 Registering transcoding engine: MPlayer Audio [main] INFO 2013-01-26 16:03:03.079 Registering transcoding engine: MEncoder Web [main] INFO 2013-01-26 16:03:03.080 Registering transcoding engine: MPlayer Video Dump [main] INFO 2013-01-26 16:03:03.080 Registering transcoding engine: MPlayer Web [main] INFO 2013-01-26 16:03:03.082 Registering transcoding engine: tsMuxeR [main] INFO 2013-01-26 16:03:03.083 Registering transcoding engine: Audio High Fidelity [main] INFO 2013-01-26 16:03:03.083 Registering transcoding engine: VLC Audio Streaming [main] INFO 2013-01-26 16:03:03.083 Registering transcoding engine: VLC Video Streaming [main] INFO 2013-01-26 16:03:03.084 Registering transcoding engine: dcraw Thumbnailer [main] INFO 2013-01-26 16:03:03.084 Using forced address 127.0.0.1 [main] INFO 2013-01-26 16:03:03.085 Created socket: /127.0.0.1:5001 [main] ERROR 2013-01-26 16:03:03.186 A serious error occurred during PMS init org.jboss.netty.channel.ChannelException: Failed to bind to: /127.0.0.1:5001 at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:303) ~[pms.jar:na] at net.pms.network.HTTPServer.start(HTTPServer.java:122) ~[pms.jar:na] at net.pms.PMS.init(PMS.java:468) [pms.jar:na] at net.pms.PMS.createInstance(PMS.java:811) [pms.jar:na] at net.pms.PMS.main(PMS.java:883) [pms.jar:na] Caused by: java.io.IOException: Function not implemented at sun.nio.ch.EPollArrayWrapper.epollCreate(Native Method) ~[na:1.6.0_26] at sun.nio.ch.EPollArrayWrapper.(EPollArrayWrapper.java:69) ~[na:1.6.0_26] at sun.nio.ch.EPollSelectorImpl.(EPollSelectorImpl.java:52) ~[na:1.6.0_26] at sun.nio.ch.EPollSelectorProvider.openSelector(EPollSelectorProvider.java:18) ~[na:1.6.0_26] at java.nio.channels.Selector.open(Selector.java:209) ~[na:1.6.0_26] at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink$Boss.(NioServerSocketPipelineSink.java:218) ~[pms.jar:na] at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.bind(NioServerSocketPipelineSink.java:156) ~[pms.jar:na] at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.handleServerSocket(NioServerSocketPipelineSink.java:100) ~[pms.jar:na] at org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.eventSunk(NioServerSocketPipelineSink.java:74) ~[pms.jar:na] at org.jboss.netty.channel.Channels.bind(Channels.java:468) ~[pms.jar:na] at org.jboss.netty.channel.AbstractChannel.bind(AbstractChannel.java:200) ~[pms.jar:na] at org.jboss.netty.bootstrap.ServerBootstrap$Binder.channelOpen(ServerBootstrap.java:348) ~[pms.jar:na] at org.jboss.netty.channel.Channels.fireChannelOpen(Channels.java:176) ~[pms.jar:na] at org.jboss.netty.channel.socket.nio.NioServerSocketChannel.(NioServerSocketChannel.java:85) ~[pms.jar:na] at org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:142) ~[pms.jar:na] at org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:90) ~[pms.jar:na] at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:282) ~[pms.jar:na] 2. Plex stars but cannot bind admin panel. PS3 is multicass FYI. Any hints what Ic an check more ? Peter From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 14:33:17 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 35138FAC for ; Sat, 26 Jan 2013 14:33:17 +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 E96961D8 for ; Sat, 26 Jan 2013 14:33:16 +0000 (UTC) Received: from r56.edvax.de (port-92-195-8-191.dynamic.qsc.de [92.195.8.191]) by mx01.qsc.de (Postfix) with ESMTP id EA8333CDC8; Sat, 26 Jan 2013 15:33:11 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0QEXE10003447; Sat, 26 Jan 2013 15:33:14 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sat, 26 Jan 2013 15:33:14 +0100 From: Polytropon To: Ralf Mardorf Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-Id: <20130126153314.1b3aab01.freebsd@edvax.de> In-Reply-To: <1359191497.2029.49.camel@precise> References: <20130125133346.f1484ed8.freebsd@edvax.de> <20130125150414.f262d162.freebsd@edvax.de> <20130125161215.f498f4e4.freebsd@edvax.de> <5102FE7B.4070808@gmail.com> <20130126084957.2dd3f122.freebsd@edvax.de> <1359191497.2029.49.camel@precise> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 14:33:17 -0000 On Sat, 26 Jan 2013 10:11:37 +0100, Ralf Mardorf wrote: > On Sat, 2013-01-26 at 08:49 +0100, Polytropon wrote: > > On Fri, 25 Jan 2013 23:22:29 +0100, Ralf Mardorf wrote: > > > On Fri, 25 Jan 2013 22:51:55 +0100, Joshua Isom wrote: > > > > Sorry if my original command ended up breaking your system > > > > > > Don't worry, I run dump to backup it, but I'll try to fix it without > > > restoring it from the backup. > > > > Maybe you can read the original owners from that backup and > > just _change them_ accordingly? As the files haven't been > > altered, there would be no need to rewrite them entirely. > > I used dump and can't find how to extract something from the dump files. > If I would restore from a dump I would lose something, since the dump is > some days old and I worked on my FreeBSD. Maybe something along "restore -t" is possible, as you only would want to extract owner information and nothing more. That information could be used to chown the files which need that change. > If it would be possible to write a script that does rebuild everything, > with the same configs and _without the need of user interaction_ I would > rebuild and if needed update (at least Chromium) everything. But last > time there were still yes/no (should I delete this file) questions all > the times. Maybe you can do a separate check for /usr/local (installed ports) and "everything else" (and both excluding /home). The one is cured by the "mtree magic" (or "make installworld" in worst case), the other by reinstalling ports that need it (or, if only few files are affected, to check the "install" directives in the Makefile and do it manually). -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 16:55:11 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5C964BF3 for ; Sat, 26 Jan 2013 16:55:11 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 491477A0 for ; Sat, 26 Jan 2013 16:55:10 +0000 (UTC) Received: from [10.0.10.3] ([173.88.197.103]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 26 Jan 2013 08:55:06 -0800 Message-ID: <51040A68.2010008@a1poweruser.com> Date: Sat, 26 Jan 2013 11:55:04 -0500 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: "Zyumbilev, Peter" Subject: Re: jails bind ip References: <5103D759.5060008@aboutsupport.com> In-Reply-To: <5103D759.5060008@aboutsupport.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Jan 2013 16:55:06.0209 (UTC) FILETIME=[E46DB510:01CDFBE5] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 16:55:11 -0000 Zyumbilev, Peter wrote: > Hi, > > I have successfully run multiple jails on freebsd 9.1 > > Two of the jails are FreeBSD and I have no problems with them. > > However I havesome strange problem with Debian 6.0 Jail. > > This is my config > > jail_debian_rootdir="/jail/debian" > jail_debian_hostname="debian.bivol.net" > jail_debian_ip="192.168.30.12,127.0.0.1" > jail_debian_interface="bge0" > jail_debian_devfs_enable="YES" > jail_debian_devfs_ruleset="devfsrules_jail" > jail_debian_flags="-n debian" > #jail_debian_mount_enable="YES" # mount YES|NO > jail_debian_fstab="/jail/conf/fstab.debian" # File with > Filesystems to mount > > > I tried with and without 127.0.0.1. > > This is how ifconfig looks from inside debian: > > root@debian:/# ifconfig > eth0 Link encap:Ethernet HWaddr e8:39:35:25:d2:ef > inet addr:192.168.30.12 Bcast:192.168.30.12 Mask:255.255.255.255 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:425676061 errors:0 dropped:0 overruns:0 frame:0 > TX packets:483122783 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 > RX bytes:478459387769 (445.6 GiB) TX bytes:190485214007 > (177.4 GiB) > > eth1 Link encap:Ethernet HWaddr 00:00:00:00:00:00 > UP MULTICAST MTU:65536 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) > > lo0 Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > UP LOOPBACK RUNNING MULTICAST MTU:16384 Metric:1 > RX packets:1273268 errors:0 dropped:0 overruns:0 frame:0 > TX packets:1273274 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 > RX bytes:103125473 (98.3 MiB) TX bytes:103125585 (98.3 MiB) > > usbus0 Link encap:Ethernet HWaddr 00:00:00:00:00:00 > UP MTU:0 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) > > usbus1 Link encap:Ethernet HWaddr 00:00:00:00:00:00 > UP MTU:0 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) > > usbus2 Link encap:Ethernet HWaddr 00:00:00:00:00:00 > UP MTU:0 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) > > usbus3 Link encap:Ethernet HWaddr 00:00:00:00:00:00 > UP MTU:0 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) > > usbus4 Link encap:Ethernet HWaddr 00:00:00:00:00:00 > UP MTU:0 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) > > usbus5 Link encap:Ethernet HWaddr 00:00:00:00:00:00 > UP MTU:0 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) > > > However, applications have problem binding. Two applications that fail > are plexmedia server and psmedia server. > > 1. PS3 media server throws crazy errors like that it canncot bind - no > matter which IP I choose: > > [main] INFO 2013-01-26 16:03:02.833 Loading configuration file: > Panasonic.conf > [main] DEBUG 2013-01-26 16:03:02.833 Base path set to > file:///etc/ps3mediaserver/renderers/Panasonic.conf > [main] INFO 2013-01-26 16:03:02.855 Loading configuration file: PS3.conf > [main] DEBUG 2013-01-26 16:03:02.855 Base path set to > file:///etc/ps3mediaserver/renderers/PS3.conf > [main] INFO 2013-01-26 16:03:02.861 Loading configuration file: > AirPlayer.conf > [main] DEBUG 2013-01-26 16:03:02.862 Base path set to > file:///etc/ps3mediaserver/renderers/AirPlayer.conf > [main] INFO 2013-01-26 16:03:02.864 Checking MPlayer font cache. It can > take a minute or so. > [main] DEBUG 2013-01-26 16:03:02.865 launching: > /usr/lib/ps3mediaserver/linux/mplayer > [main] INFO 2013-01-26 16:03:03.008 Done! > [main] INFO 2013-01-26 16:03:03.016 Searching for plugins in > /usr/lib/ps3mediaserver/plugins > [main] INFO 2013-01-26 16:03:03.029 No plugins found > [main] INFO 2013-01-26 16:03:03.060 Registering transcoding engine: > FFmpeg Audio > [main] INFO 2013-01-26 16:03:03.078 Registering transcoding engine: > MEncoder > [main] INFO 2013-01-26 16:03:03.079 Registering transcoding engine: > MPlayer Audio > [main] INFO 2013-01-26 16:03:03.079 Registering transcoding engine: > MEncoder Web > [main] INFO 2013-01-26 16:03:03.080 Registering transcoding engine: > MPlayer Video Dump > [main] INFO 2013-01-26 16:03:03.080 Registering transcoding engine: > MPlayer Web > [main] INFO 2013-01-26 16:03:03.082 Registering transcoding engine: tsMuxeR > [main] INFO 2013-01-26 16:03:03.083 Registering transcoding engine: > Audio High Fidelity > [main] INFO 2013-01-26 16:03:03.083 Registering transcoding engine: VLC > Audio Streaming > [main] INFO 2013-01-26 16:03:03.083 Registering transcoding engine: VLC > Video Streaming > [main] INFO 2013-01-26 16:03:03.084 Registering transcoding engine: > dcraw Thumbnailer > [main] INFO 2013-01-26 16:03:03.084 Using forced address 127.0.0.1 > [main] INFO 2013-01-26 16:03:03.085 Created socket: /127.0.0.1:5001 > [main] ERROR 2013-01-26 16:03:03.186 A serious error occurred during PMS > init > org.jboss.netty.channel.ChannelException: Failed to bind to: /127.0.0.1:5001 > at > org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:303) > ~[pms.jar:na] > at net.pms.network.HTTPServer.start(HTTPServer.java:122) > ~[pms.jar:na] > at net.pms.PMS.init(PMS.java:468) [pms.jar:na] > at net.pms.PMS.createInstance(PMS.java:811) [pms.jar:na] > at net.pms.PMS.main(PMS.java:883) [pms.jar:na] > Caused by: java.io.IOException: Function not implemented > at sun.nio.ch.EPollArrayWrapper.epollCreate(Native Method) > ~[na:1.6.0_26] > at > sun.nio.ch.EPollArrayWrapper.(EPollArrayWrapper.java:69) > ~[na:1.6.0_26] > at > sun.nio.ch.EPollSelectorImpl.(EPollSelectorImpl.java:52) > ~[na:1.6.0_26] > at > sun.nio.ch.EPollSelectorProvider.openSelector(EPollSelectorProvider.java:18) > ~[na:1.6.0_26] > at java.nio.channels.Selector.open(Selector.java:209) ~[na:1.6.0_26] > at > org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink$Boss.(NioServerSocketPipelineSink.java:218) > ~[pms.jar:na] > at > org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.bind(NioServerSocketPipelineSink.java:156) > ~[pms.jar:na] > at > org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.handleServerSocket(NioServerSocketPipelineSink.java:100) > ~[pms.jar:na] > at > org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink.eventSunk(NioServerSocketPipelineSink.java:74) > ~[pms.jar:na] > at org.jboss.netty.channel.Channels.bind(Channels.java:468) > ~[pms.jar:na] > at > org.jboss.netty.channel.AbstractChannel.bind(AbstractChannel.java:200) > ~[pms.jar:na] > at > org.jboss.netty.bootstrap.ServerBootstrap$Binder.channelOpen(ServerBootstrap.java:348) > ~[pms.jar:na] > at > org.jboss.netty.channel.Channels.fireChannelOpen(Channels.java:176) > ~[pms.jar:na] > at > org.jboss.netty.channel.socket.nio.NioServerSocketChannel.(NioServerSocketChannel.java:85) > ~[pms.jar:na] > at > org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:142) > ~[pms.jar:na] > at > org.jboss.netty.channel.socket.nio.NioServerSocketChannelFactory.newChannel(NioServerSocketChannelFactory.java:90) > ~[pms.jar:na] > at > org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:282) > ~[pms.jar:na] > > > > 2. Plex stars but cannot bind admin panel. > > > > PS3 is multicass FYI. > > > Any hints what Ic an check more ? > > > Peter > > What exactly do you mean by this statement from above? "However I have some strange problem with Debian 6.0 Jail." Are you saying you installed the Debian 6.0 operating system inside of a Freebsd jail and expect it to function? From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 17:24:31 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9C1375DA for ; Sat, 26 Jan 2013 17:24:31 +0000 (UTC) (envelope-from carlj@peak.org) Received: from redcondor1.peak.org (redcondor1.peak.org [69.59.192.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4B8C489C for ; Sat, 26 Jan 2013 17:24:30 +0000 (UTC) Received: from zmail-mta01.peak.org ([207.55.16.111]) by redcondor1.peak.org ({34b3fc79-8c76-4cfb-a4c0-c941747cf3b5}) via TCP (outbound) with ESMTP id 20130126172408229 for ; Sat, 26 Jan 2013 17:24:08 +0000 X-RC-FROM: X-RC-RCPT: Received: from bonsai.localnet (rad0.peak.org [69.59.192.40]) by zmail-mta01.peak.org (Postfix) with ESMTPSA id D095D491EC8 for ; Sat, 26 Jan 2013 09:24:07 -0800 (PST) Received: from oak.localnet (oak.localnet [192.168.193.34]) by bonsai.localnet (Postfix) with ESMTP id 27FBE3DB60 for ; Sat, 26 Jan 2013 09:24:07 -0800 (PST) Received: from oak.localnet (localhost.localnet [127.0.0.1]) by oak.localnet (Postfix) with ESMTP id EBFE7BC86 for ; Sat, 26 Jan 2013 09:24:06 -0800 (PST) Received: (from carlj@localhost) by oak.localnet (8.14.4/8.14.4/Submit) id r0QHO6S8095376; Sat, 26 Jan 2013 09:24:06 -0800 (PST) (envelope-from carlj@peak.org) X-Authentication-Warning: oak.localnet: carlj set sender to carlj@peak.org using -f From: Carl Johnson To: freebsd-questions@freebsd.org Subject: Re: Mount Logical (ext2fs) Partitions? References: <87fw1o5y6o.fsf@oak.localnet> Mail-Followup-To: freebsd-questions@freebsd.org Date: Sat, 26 Jan 2013 09:24:06 -0800 In-Reply-To: (Walter Hurry's message of "Sat, 26 Jan 2013 12:01:45 +0000 (UTC)") Message-ID: <87bocb6eo9.fsf@oak.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MAG-OUTBOUND: peakinternet.redcondor.net@207.55.16/22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 17:24:31 -0000 Walter Hurry writes: > On Fri, 25 Jan 2013 21:07:59 -0800, Carl Johnson wrote: > >> There is a package called 'linuxfdisk' that is just a FreeBSD >> implementation of the linux fdisk and will show you what the FreeBSD >> partitions/slices are. You can also use gpart in the base system to get >> the same information. The command 'gpart list ada0' will show the >> primary partitions, and the command 'gpart list ada0s4' should show the >> logical partitions inside of the extended partition. You can also use >> 'file -s' and possibly do read-only mounts to see exactly what they >> contain. The names will probably map out like linux, but the 'sda*' >> will be changed to 'ada0s*'. > > Thanks for the pointers. Here is the relevant part of the output from > 'gpart list ada0s4': > > 4. Name: ada0s8 > Mediasize: 41943040000 (39G) > Sectorsize: 512 > Stripesize: 0 > Stripeoffset: 162529280 > Mode: r0w0e0 > rawtype: 131 > length: 41943040000 > offset: 46143188992 > type: linux-data > index: 1430498 > end: 172043415 > start: 90121368 > > So I put into my /etc/fstab: > > /dev/ada0s8 /u01 ext2fs ro,noauto 0 0 > > But when I issue 'sudo mount /u01' I get: > > mount: /dev/ada0s8: Invalid argument > > > What am I doing wrong? I don't see anything wrong there. I use labels when possible, but that doesn't really change anything. Have you tried using 'file -s /dev/ada0s8' to see what the kernel thinks it is? -- Carl Johnson carlj@peak.org From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 17:33:19 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 537217F4 for ; Sat, 26 Jan 2013 17:33:19 +0000 (UTC) (envelope-from peter@aboutsupport.com) Received: from mail-ee0-f49.google.com (mail-ee0-f49.google.com [74.125.83.49]) by mx1.freebsd.org (Postfix) with ESMTP id E49308EF for ; Sat, 26 Jan 2013 17:33:18 +0000 (UTC) Received: by mail-ee0-f49.google.com with SMTP id d4so670223eek.22 for ; Sat, 26 Jan 2013 09:33:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=OepvTaFDNmPVayjE2qSKThu4K1sZOW8d0fHMjCjwsn0=; b=VE9xY1aMEsz66YzCBKb1bxLWpTKPJybdYyRxZ/iKqqBHVVOMCdRvWuYPDsWhS6P+R1 ecx3P/bGA2X3eMWi8gDhyBqDVS+aOoCLUlqb+cS0rpY8ExhaEkynYpZo/zR1NvTXcOBB KjWFVcwnVokH5ro7ckjkhFCVlPTX3hTm1T33SOHG+RtB7ViZy1JZU6d/nxpXPRzDcnEX GWOzSS9zvsRU+487Tmpyv7KVYq6Qv0wV59EeFcHZsn48noqOh/T/GnCnKIEcwNxTOypg sskmxqEHfy6rF2sqa8lcHKRfiC/s8Qz6ycd8WxEpgOt2Xin1lGk165UPahnxv2wIqpHb 2EDg== X-Received: by 10.14.174.73 with SMTP id w49mr32352301eel.17.1359221592569; Sat, 26 Jan 2013 09:33:12 -0800 (PST) Received: from [192.168.30.151] ([95.87.236.33]) by mx.google.com with ESMTPS id e2sm7400927eeo.8.2013.01.26.09.33.10 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 26 Jan 2013 09:33:11 -0800 (PST) Message-ID: <51041353.4050503@aboutsupport.com> Date: Sat, 26 Jan 2013 19:33:07 +0200 From: "Zyumbilev, Peter" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Subject: Re: jails bind ip References: <5103D759.5060008@aboutsupport.com> <51040A68.2010008@a1poweruser.com> In-Reply-To: <51040A68.2010008@a1poweruser.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlAppieNdBFWiSsjzGXzfgRreNnDRoGxsv/y1bFh6I2+hO/KSFo7USzYxANRfhu2vJEdaVG X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 17:33:19 -0000 > Are you saying you installed the Debian 6.0 operating system > inside of a Freebsd jail and expect it to function? > > on top of all works ;-) Look at mailing list archives earlier ...See mails from me. Peter From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 17:39:32 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C5C428DF for ; Sat, 26 Jan 2013 17:39:32 +0000 (UTC) (envelope-from ralf.mardorf@rocketmail.com) Received: from nm2-vm0.bullet.mail.ird.yahoo.com (nm2-vm0.bullet.mail.ird.yahoo.com [77.238.189.199]) by mx1.freebsd.org (Postfix) with SMTP id E9C5C91F for ; Sat, 26 Jan 2013 17:39:31 +0000 (UTC) Received: from [212.82.105.247] by nm2.bullet.mail.ird.yahoo.com with NNFMP; 26 Jan 2013 17:39:25 -0000 Received: from [46.228.39.86] by tm19.bullet.mail.ird.yahoo.com with NNFMP; 26 Jan 2013 17:39:25 -0000 Received: from [127.0.0.1] by smtp123.mail.ir2.yahoo.com with NNFMP; 26 Jan 2013 17:39:25 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s1024; t=1359221965; bh=+pw4UJ3GOV9zpLBYebej+8ymSeRRGu1pqvndqUCjL6c=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Content-Type:To:Subject:References:Date:MIME-Version:Content-Transfer-Encoding:From:Message-ID:In-Reply-To:User-Agent; b=RTMq4lrAbuNwv0hsnXG1JLP5i7RTPHk+5/e8j7UWntbNODnjqCwyq1DY6/TACPBr4oiFAgalBQP++npnM8DXdtK+bTA+wNkX0bvHNU3hHoHxiFfdSoCUAUsf9i5qxqzoP/N9B8aXY/t5LeCb2Wwy4Ygiea29krUku5eMugjD7QQ= X-Yahoo-Newman-Id: 461938.48593.bm@smtp123.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: SOiG9XIVM1nEc7YtQwp1JjszvUZxtV_yHKlil7SF8sijjjq dS3W5jKYHESoQEF18elFQMLzE2bi5UHZKwRb1SH6rzcU0uIRgJrdyod4xUVP uh0zNkByZW_Mm5zZrR0mSa1OPoEzs.BFUu5t5oaBhrT4R9yZFzN80x_rE.yT qYgB66NT9V9oxGaMbYk6l_KUhGJv7szeRroGJVZEfLdgBfkMrZl8ajXUTpN0 K7QHpBbh6qLNt8aFlKoJQitfwu1V3GNz3chT2ZwE2HkWg6Oxj6I_aU1Hogwv zflJDJXHmRZhDwF38glxD99IHM1WZcn5UGUHYlI.SkXd2iZrSEpO7pylkmEp zgQE_dBB12R3Pjmd0e5I03xI2W4p_2_G33NfCyCRP.9llPoQJSjcyc7J3b_A dXMbU_O2UaDDjhC9WQyaFPj9mNmIw2GpNwOfAvWd_zOl4 X-Yahoo-SMTP: BeMCPs2swBABTJ3kAeEiC_hE0mz8jRexLddJfD8pI2j32fOacjBmXg-- Received: from freebsd (ralf.mardorf@85.182.25.114 with login) by smtp123.mail.ir2.yahoo.com with SMTP; 26 Jan 2013 17:39:25 +0000 UTC Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-questions@freebsd.org Subject: Re: Mount Logical (ext2fs) Partitions? References: <87fw1o5y6o.fsf@oak.localnet> <87bocb6eo9.fsf@oak.localnet> Date: Sat, 26 Jan 2013 18:39:24 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: In-Reply-To: <87bocb6eo9.fsf@oak.localnet> User-Agent: Opera Mail/12.12 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 17:39:32 -0000 On Sat, 26 Jan 2013 18:24:06 +0100, Carl Johnson wrote: >> /dev/ada0s8 /u01 ext2fs ro,noauto 0 0 I've got 2 ext3 "partitions" mounted. /dev/ada0s8 /mnt/dump ext2fs rw 0 0 /dev/ada0s9 /mnt/archlinux ext2fs rw 0 0 Did you already test "rw"? Even if you wish "ro,...", just for testing purpose. $ uname -a FreeBSD freebsd 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 Regards, Ralf From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 18:23:52 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C8B4C308 for ; Sat, 26 Jan 2013 18:23:52 +0000 (UTC) (envelope-from jnagyjr1978@gmail.com) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 71BE8A76 for ; Sat, 26 Jan 2013 18:23:52 +0000 (UTC) Received: by mail-gh0-f182.google.com with SMTP id z15so225002ghb.13 for ; Sat, 26 Jan 2013 10:23:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=VH6lL0En0Kd91TaSjyIP/Vgy4PJbphjpCmd5rO5SCEI=; b=N3gSB6JbhIhi3qS9z2INFp5l7u0xlHJPnpBF7xuu8QBF5ZGmb6ivLc1YqnbUwvdE9X LYpbcab969tWRkhGwLmDRNJ8G5KiYt2jSonKtHNbIDkD89W/6fD41Q8LNh4rdMFfs7d5 T7PFVdxS2IsuM7VDPkaTgHUBMt+s820iumf2fsStIpQHQLg20RsfPQX3mbuO0lWv37t+ 1c04mp1NavOku1n6ex7cf5AOQ07XApa4wapMrNxI66OcDQ4sOAqDbQJ59aSuPaT7xmjD vUmfC1dZaGBPt4444hh4jIKbUUjWaJbw39TPFmAgj58H1mbnOiIGr8yRGeMXVBvK5gcO o42g== X-Received: by 10.236.54.197 with SMTP id i45mr1191727yhc.90.1359224626084; Sat, 26 Jan 2013 10:23:46 -0800 (PST) Received: from [192.168.2.3] (24-183-225-51.dhcp.kgpt.tn.charter.com. [24.183.225.51]) by mx.google.com with ESMTPS id j26sm663693ani.6.2013.01.26.10.23.44 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 26 Jan 2013 10:23:45 -0800 (PST) Message-ID: <51041F2E.6090008@gmail.com> Date: Sat, 26 Jan 2013 12:23:42 -0600 From: "Joseph A. Nagy, Jr" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130112 Thunderbird/17.0.2 MIME-Version: 1.0 To: "Questions @ FreeBSD" Subject: [OT-ish] Need a Binary for lang/sml-nj Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 18:23:52 -0000 I've got an amd64 machine (and no spare) and need help getting a binary for lang/sml-nj (it won't compile on amd64, it's marked ignore for whatever reason). I can send someone a 'pciconf -lv' of my machine if it would help. Thanks! -- Yours in Christ, Joseph A Nagy Jr "Whoever loves instruction loves knowledge, But he who hates correction is stupid." -- Proverbs 12:1 Emails are not formal business letters, whatever businesses may want. Original content CopyFree (F) under the OWL http://owl.apotheon.org From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 19:44:37 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 615F2482 for ; Sat, 26 Jan 2013 19:44:37 +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 1CD77CF6 for ; Sat, 26 Jan 2013 19:44:36 +0000 (UTC) Received: from r56.edvax.de (port-92-195-8-191.dynamic.qsc.de [92.195.8.191]) by mx01.qsc.de (Postfix) with ESMTP id 36FBC3CC7E; Sat, 26 Jan 2013 20:44:29 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0QJiWtQ005497; Sat, 26 Jan 2013 20:44:32 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sat, 26 Jan 2013 20:44:31 +0100 From: Polytropon To: "Joseph A. Nagy, Jr" Subject: Re: [OT-ish] Need a Binary for lang/sml-nj Message-Id: <20130126204431.aa16e0b2.freebsd@edvax.de> In-Reply-To: <51041F2E.6090008@gmail.com> References: <51041F2E.6090008@gmail.com> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "Questions @ FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 19:44:37 -0000 On Sat, 26 Jan 2013 12:23:42 -0600, Joseph A. Nagy, Jr wrote: > I've got an amd64 machine (and no spare) and need help getting a binary > for lang/sml-nj (it won't compile on amd64, it's marked ignore for > whatever reason). I can send someone a 'pciconf -lv' of my machine if it > would help. 1. Have you tried compiling anyway? :-) 2. Maybe you can install the i386 precompiled package for that software with $PACKAGESITE set accordingly, and it will probably run on amd64. 3. Check /usr/ports/lang/sml-nj/pkg-descr for inspiration about alternatives. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 19:55:46 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 54466585 for ; Sat, 26 Jan 2013 19:55:46 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 1230BD49 for ; Sat, 26 Jan 2013 19:55:45 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TzBr6-0007AR-LX for freebsd-questions@freebsd.org; Sat, 26 Jan 2013 20:56:00 +0100 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Jan 2013 20:56:00 +0100 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 26 Jan 2013 20:56:00 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Re: Mount Logical (ext2fs) Partitions? Date: Sat, 26 Jan 2013 19:55:30 +0000 (UTC) Lines: 60 Message-ID: References: <87fw1o5y6o.fsf@oak.localnet> <87bocb6eo9.fsf@oak.localnet> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 19:55:46 -0000 On Sat, 26 Jan 2013 09:24:06 -0800, Carl Johnson wrote: > Walter Hurry writes: > >> On Fri, 25 Jan 2013 21:07:59 -0800, Carl Johnson wrote: >> >>> There is a package called 'linuxfdisk' that is just a FreeBSD >>> implementation of the linux fdisk and will show you what the FreeBSD >>> partitions/slices are. You can also use gpart in the base system to >>> get the same information. The command 'gpart list ada0' will show the >>> primary partitions, and the command 'gpart list ada0s4' should show >>> the logical partitions inside of the extended partition. You can also >>> use 'file -s' and possibly do read-only mounts to see exactly what >>> they contain. The names will probably map out like linux, but the >>> 'sda*' will be changed to 'ada0s*'. >> >> Thanks for the pointers. Here is the relevant part of the output from >> 'gpart list ada0s4': >> >> 4. Name: ada0s8 >> Mediasize: 41943040000 (39G) >> Sectorsize: 512 Stripesize: 0 Stripeoffset: 162529280 Mode: r0w0e0 >> rawtype: 131 length: 41943040000 offset: 46143188992 type: >> linux-data index: 1430498 end: 172043415 start: 90121368 >> >> So I put into my /etc/fstab: >> >> /dev/ada0s8 /u01 ext2fs ro,noauto 0 0 >> >> But when I issue 'sudo mount /u01' I get: >> >> mount: /dev/ada0s8: Invalid argument >> >> >> What am I doing wrong? > > I don't see anything wrong there. I use labels when possible, but that > doesn't really change anything. Have you tried using 'file -s > /dev/ada0s8' to see what the kernel thinks it is? Sorry, I didn't take advantage of that earlier piece of advice. Here it is: $ file -s /dev/ada0s8 /dev/ada0s8: no read permission $ ls -l /dev/ada0s8 crw-r----- 1 root operator 0, 102 26 Jan 18:09 / dev/ada0s8 $ sudo file -s /dev/ada0s8 /dev/ada0s8: Linux rev 1.0 ext4 filesystem data,UUID=d93b0074-04ca-4e5d-bee9-dfd85bce0b14, volume name "u01" (extents) (large files) (huge files) $ So it's my stupid mistake. I could have sworn it was ext2, but it was ext4. Sorry for all the noise! However, I'm glad you have helped, and that I have learned a little bit about Linux partitions as FreeeBSD slices. It was empty, so I just reformatted it as ext2, and hey presto; all is right with the world. Thanks again. From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 20:50:41 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 97384FD3 for ; Sat, 26 Jan 2013 20:50:41 +0000 (UTC) (envelope-from jnagyjr1978@gmail.com) Received: from mail-yh0-f42.google.com (mail-yh0-f42.google.com [209.85.213.42]) by mx1.freebsd.org (Postfix) with ESMTP id 49EA6EFB for ; Sat, 26 Jan 2013 20:50:40 +0000 (UTC) Received: by mail-yh0-f42.google.com with SMTP id w49so235532yhw.15 for ; Sat, 26 Jan 2013 12:50:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=IASyCyfNbsING3ZNpJTSpC5fEuj6a4K5fj9mMZag9QE=; b=hZw0AAGLyBPCtlVtqg+jGDcvmgQxSeCSukRrXHvfaXcpP3tgY/g2hecgReE+zwf16E UK3BJBQUwh0edPuT4Mu3V2XkUQgqrKFpYUBrn+lRFjwq9SPE2E1vgan+HoTk9z+9BypR Su+IY+Iwf+bJZBDffFr1BVYcB/AdemAAOS6GoQL/stQaO0Em8T8+uyTGzl8f+ZKL2dBK aubu4CV0iT4eGBxBQFrfZpsnpzYO+PYzby36UsTXMrPy5zWTLXRBF2or4HCC+fiBojZ0 S8VqB2aEaPNPJACC0q1sI6SW74S8vZF+nTtUGg4+AwUry3eBRMZoxF62yZ26y1d1U/MN DVBg== X-Received: by 10.236.121.99 with SMTP id q63mr10652016yhh.105.1359233440510; Sat, 26 Jan 2013 12:50:40 -0800 (PST) Received: from [192.168.2.3] (24-183-225-51.dhcp.kgpt.tn.charter.com. [24.183.225.51]) by mx.google.com with ESMTPS id t3sm4519664ane.4.2013.01.26.12.50.38 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 26 Jan 2013 12:50:39 -0800 (PST) Message-ID: <5104419A.4090805@gmail.com> Date: Sat, 26 Jan 2013 14:50:34 -0600 From: "Joseph A. Nagy, Jr" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130112 Thunderbird/17.0.2 MIME-Version: 1.0 To: Polytropon Subject: Re: [OT-ish] Need a Binary for lang/sml-nj References: <51041F2E.6090008@gmail.com> <20130126204431.aa16e0b2.freebsd@edvax.de> In-Reply-To: <20130126204431.aa16e0b2.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Questions @ FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 20:50:41 -0000 On 01/26/13 13:44, Polytropon wrote: > On Sat, 26 Jan 2013 12:23:42 -0600, Joseph A. Nagy, Jr wrote: >> I've got an amd64 machine (and no spare) and need help getting a binary >> for lang/sml-nj (it won't compile on amd64, it's marked ignore for >> whatever reason). I can send someone a 'pciconf -lv' of my machine if it >> would help. > > 1. Have you tried compiling anyway? :-) no, I've learned my lesson with trying to compile software when it's marked ignore. > 2. Maybe you can install the i386 precompiled package for > that software with $PACKAGESITE set accordingly, and > it will probably run on amd64. The official pkg repo's don't exist at the moment. > 3. Check /usr/ports/lang/sml-nj/pkg-descr for inspiration > about alternatives. :-) Thanks (: -- Yours in Christ, Joseph A Nagy Jr "Whoever loves instruction loves knowledge, But he who hates correction is stupid." -- Proverbs 12:1 Emails are not formal business letters, whatever businesses may want. Original content CopyFree (F) under the OWL http://owl.apotheon.org From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 21:06:15 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2C1333D9 for ; Sat, 26 Jan 2013 21:06:15 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 1A3CBF83 for ; Sat, 26 Jan 2013 21:06:14 +0000 (UTC) Received: from [10.0.10.3] ([173.88.197.103]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 26 Jan 2013 13:06:15 -0800 Message-ID: <51044546.1070005@a1poweruser.com> Date: Sat, 26 Jan 2013 16:06:14 -0500 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: "Zyumbilev, Peter" Subject: Re: jails bind ip References: <5103D759.5060008@aboutsupport.com> <51040A68.2010008@a1poweruser.com> <51041353.4050503@aboutsupport.com> In-Reply-To: <51041353.4050503@aboutsupport.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Jan 2013 21:06:15.0980 (UTC) FILETIME=[FAB646C0:01CDFC08] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 21:06:15 -0000 Zyumbilev, Peter wrote: >> Are you saying you installed the Debian 6.0 operating system >> inside of a Freebsd jail and expect it to function? >> >> > > > on top of all works ;-) Look at mailing list archives earlier ...See > mails from me. > > > Peter Ok I read the archive thread subject "jails". You read a reply pointing you to a French howto. http://blog.etoilebsd.net/post/Emprisonner_une_debian_dans_un_FreeBSD I don't read French so have no idea what you did. In another post you said you did this procedure 1. Use http://download.openvz.org/template/precreated/debian-6.0-x86.tar.gz instead of the file listed in the French howto. 2. Run sysctl compat.linux.osrelease=2.6.32 in Freebsd shell before starting the jail, otherwise you will get error "kernel too old". Don't understand what you mean by "shell" in the the above #2 sentence. The info you provided is so lacking in details. People here on the list are not going to try to duplicate your steps just to get a understanding of your situation. When asking a question it's your job to describe in detail what your situation is. What your trying to achieve by using a jail. What applications you installed in your jail. The jail statements you used to create your jail. So on and so forth. No details results in no replies. If you want helpful replies start with more and better details. From a very general point of view. You can populate a jails directory tree with anything you want and the jail will still start. Having the jail start does not mean anything you put in side of the jail is working. Which is what I think is happening in your case. With out details I can not help you any further. Good luck. From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 21:09:43 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BFB46497 for ; Sat, 26 Jan 2013 21:09:43 +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 88A14FA5 for ; Sat, 26 Jan 2013 21:09:42 +0000 (UTC) Received: from r56.edvax.de (port-92-195-8-191.dynamic.qsc.de [92.195.8.191]) by mx01.qsc.de (Postfix) with ESMTP id D121C3CA75; Sat, 26 Jan 2013 22:09:40 +0100 (CET) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r0QL9hBD005920; Sat, 26 Jan 2013 22:09:43 +0100 (CET) (envelope-from freebsd@edvax.de) Date: Sat, 26 Jan 2013 22:09:43 +0100 From: Polytropon To: "Joseph A. Nagy, Jr" Subject: Re: [OT-ish] Need a Binary for lang/sml-nj Message-Id: <20130126220943.431a54eb.freebsd@edvax.de> In-Reply-To: <5104419A.4090805@gmail.com> References: <51041F2E.6090008@gmail.com> <20130126204431.aa16e0b2.freebsd@edvax.de> <5104419A.4090805@gmail.com> Organization: EDVAX X-Mailer: Sylpheed 3.1.1 (GTK+ 2.24.5; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "Questions @ FreeBSD" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Polytropon List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 21:09:43 -0000 On Sat, 26 Jan 2013 14:50:34 -0600, Joseph A. Nagy, Jr wrote: > On 01/26/13 13:44, Polytropon wrote: > > On Sat, 26 Jan 2013 12:23:42 -0600, Joseph A. Nagy, Jr wrote: > >> I've got an amd64 machine (and no spare) and need help getting a binary > >> for lang/sml-nj (it won't compile on amd64, it's marked ignore for > >> whatever reason). I can send someone a 'pciconf -lv' of my machine if it > >> would help. > > > > 1. Have you tried compiling anyway? :-) > > no, I've learned my lesson with trying to compile software when it's > marked ignore. You can keep them in a jail. :-) > > 2. Maybe you can install the i386 precompiled package for > > that software with $PACKAGESITE set accordingly, and > > it will probably run on amd64. > > The official pkg repo's don't exist at the moment. It looks like ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-stable/Latest has smlnj.tbz (for use with pkg_add). But be sure to check /usr/ports/lang/sml-nj/Makefile for possible runtime dependencies. In worst case, use libmap. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 21:46:03 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 04D81A05 for ; Sat, 26 Jan 2013 21:46:03 +0000 (UTC) (envelope-from dweimer@dweimer.net) Received: from webmail.dweimer.net (24-240-198-187.static.stls.mo.charter.com [24.240.198.187]) by mx1.freebsd.org (Postfix) with ESMTP id ABED4EE for ; Sat, 26 Jan 2013 21:46:02 +0000 (UTC) Received: from www.dweimer.net (webmail.dweimer.local [192.168.5.1]) by webmail.dweimer.net (8.14.5/8.14.5) with ESMTP id r0QLjsvN054824 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 26 Jan 2013 15:45:54 -0600 (CST) (envelope-from dweimer@dweimer.net) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 26 Jan 2013 15:45:54 -0600 From: dweimer To: FreeBSD Questions Subject: Locking USB Serial Device to Specific Com port Organization: dweimer.net Mail-Reply-To: Message-ID: <762f51b7c30dd5c920788336b3eb4fa5@dweimer.net> X-Sender: dweimer@dweimer.net User-Agent: Roundcube Webmail/0.8.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dweimer@dweimer.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 21:46:03 -0000 I have two USB Serial adapters I use on my web server, ones always connected, to allow NUT to monitor my UPS. The other I use to view the console of my pfSense firewall, however I sometimes disconnect this one to use it with my laptop to configure switches. Because this one is unplugged and plugged back in, sometimes on reboot it ends up switching its com port with the UPS, so NUT fails to start and the UPS is unmonitored. I would like to lock down the USB serial port adapter used on the UPS to /dev/cuaU0, to make sure the UPS is always monitored and I will get a clean shutdown in event of a power failure. I believe that this requires setting a hint line of some sort in the /boot/loader.conf file, but I am having trouble tracking down what this should be, or maybe I am on the wrong track. Here is the current information from the adpapters, the UPS adapter was connected at boot, is on /dev/cuaU0, the other one was plugged in after boot, and is on /dev/cuaU1. dmesg output: ugen0.2: at usbus0 uplcom0: on usbus0 ugen0.3: at usbus0 uplcom1: on usbus0 sysctl -a | grep uplmon: device uplcom hw.usb.uplcom.debug: 0 dev.uplcom.0.%desc: Prolific Technology Inc. USB-Serial Controller, class 0/0, rev 1.10/3.00, addr 2 dev.uplcom.0.%driver: uplcom dev.uplcom.0.%location: bus=1 hubaddr=3 port=0 devaddr=2 interface=0 dev.uplcom.0.%pnpinfo: vendor=0x067b product=0x2303 devclass=0x00 devsubclass=0x00 sernum="" release=0x0300 mode=host intclass=0xff intsubclass=0x00 intprotocol=0x00 ttyname=U0 ttyports=1 dev.uplcom.0.%parent: uhub0 dev.uplcom.0.ttyname: U0 dev.uplcom.0.ttyports: 1 dev.uplcom.1.%desc: Prolific Technology Inc. USB-Serial Controller, class 0/0, rev 1.10/3.00, addr 3 dev.uplcom.1.%driver: uplcom dev.uplcom.1.%location: bus=1 hubaddr=1 port=0 devaddr=3 interface=0 dev.uplcom.1.%pnpinfo: vendor=0x067b product=0x2303 devclass=0x00 devsubclass=0x00 sernum="" release=0x0300 mode=host intclass=0xff intsubclass=0x00 intprotocol=0x00 ttyname=U1 ttyports=1 dev.uplcom.1.%parent: uhub0 dev.uplcom.1.ttyname: U1 dev.uplcom.1.ttyports: 1 Does anyone have any suggestions on how to do this? -- Thanks, Dean E. Weimer http://www.dweimer.net/ From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 22:41:39 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 25F3E5CF for ; Sat, 26 Jan 2013 22:41:39 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail05.adl6.internode.on.net (ipmail05.adl6.internode.on.net [IPv6:2001:44b8:8060:ff02:300:1:6:5]) by mx1.freebsd.org (Postfix) with ESMTP id 8DF1B259 for ; Sat, 26 Jan 2013 22:41:38 +0000 (UTC) Received: from ppp247-71.static.internode.on.net (HELO leader.local) ([203.122.247.71]) by ipmail05.adl6.internode.on.net with ESMTP; 27 Jan 2013 09:11:35 +1030 Message-ID: <51045B48.40202@ShaneWare.Biz> Date: Sun, 27 Jan 2013 09:10:08 +1030 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: dweimer@dweimer.net Subject: Re: Locking USB Serial Device to Specific Com port References: <762f51b7c30dd5c920788336b3eb4fa5@dweimer.net> In-Reply-To: <762f51b7c30dd5c920788336b3eb4fa5@dweimer.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 22:41:39 -0000 On 27/01/2013 08:15, dweimer wrote: > I would like to lock down the USB serial port adapter used on the UPS to > /dev/cuaU0, to make sure the UPS is always monitored and I will get a > clean shutdown in event of a power failure. > > I believe that this requires setting a hint line of some sort in the > /boot/loader.conf file, but I am having trouble tracking down what this > should be, or maybe I am on the wrong track. Here is the current > information from the adpapters, the UPS adapter was connected at boot, > is on /dev/cuaU0, the other one was plugged in after boot, and is on > /dev/cuaU1. start with man devd.conf You can add your own devd files in /usr/local/etc/devd/ Something along the lines of - attach 200 { device-name "cuaU[0-9]+"; match "vendor" "0x067b"; match "product" "0x2303"; action "sleep 2; cd /dev; ln -s ${device-name} upsmonitor"; }; use usbconfig to get info. I am thinking with the similarity of the two you may need to rely on bus and hubaddr or devaddr to keep each device identified by usb port location. From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 22:43:54 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 77C98677 for ; Sat, 26 Jan 2013 22:43:54 +0000 (UTC) (envelope-from carlj@peak.org) Received: from redcondor1.peak.org (redcondor1.peak.org [69.59.192.54]) by mx1.freebsd.org (Postfix) with ESMTP id 48090271 for ; Sat, 26 Jan 2013 22:43:54 +0000 (UTC) Received: from zmail-mta01.peak.org ([207.55.16.111]) by redcondor1.peak.org ({34b3fc79-8c76-4cfb-a4c0-c941747cf3b5}) via TCP (outbound) with ESMTP id 20130126224353314 for ; Sat, 26 Jan 2013 22:43:53 +0000 X-RC-FROM: X-RC-RCPT: Received: from bonsai.localnet (rad0.peak.org [69.59.192.40]) by zmail-mta01.peak.org (Postfix) with ESMTPSA id 1D530491819 for ; Sat, 26 Jan 2013 14:43:53 -0800 (PST) Received: from oak.localnet (oak.localnet [192.168.193.34]) by bonsai.localnet (Postfix) with ESMTP id 665913DB88 for ; Sat, 26 Jan 2013 14:43:52 -0800 (PST) Received: from oak.localnet (localhost.localnet [127.0.0.1]) by oak.localnet (Postfix) with ESMTP id 2BB1EBC90 for ; Sat, 26 Jan 2013 14:43:52 -0800 (PST) Received: (from carlj@localhost) by oak.localnet (8.14.4/8.14.4/Submit) id r0QMhqn1004341; Sat, 26 Jan 2013 14:43:52 -0800 (PST) (envelope-from carlj@peak.org) X-Authentication-Warning: oak.localnet: carlj set sender to carlj@peak.org using -f From: Carl Johnson To: freebsd-questions@freebsd.org Subject: Re: Mount Logical (ext2fs) Partitions? References: <87fw1o5y6o.fsf@oak.localnet> <87bocb6eo9.fsf@oak.localnet> Mail-Followup-To: freebsd-questions@freebsd.org Date: Sat, 26 Jan 2013 14:43:51 -0800 In-Reply-To: (Walter Hurry's message of "Sat, 26 Jan 2013 19:55:30 +0000 (UTC)") Message-ID: <87k3qzr2e0.fsf@oak.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MAG-OUTBOUND: peakinternet.redcondor.net@207.55.16/22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 22:43:54 -0000 Walter Hurry writes: > So it's my stupid mistake. I could have sworn it was ext2, but it was > ext4. Sorry for all the noise! However, I'm glad you have helped, and > that I have learned a little bit about Linux partitions as FreeeBSD > slices. > > It was empty, so I just reformatted it as ext2, and hey presto; all is > right with the world. Good to know you have it working, but for future reference there is a fuse implementation of an ext4 driver: sysutils/fusefs-ext4fuse EXT4 implementation for FUSE EXT4 implementation for FUSE. WWW: https://github.com/gerard/ext4fuse/ I haven't tried it so I don't know how well it works. -- Carl Johnson carlj@peak.org From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 22:57:11 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 46CDA79A; Sat, 26 Jan 2013 22:57:11 +0000 (UTC) (envelope-from ralf.mardorf@alice-dsl.net) Received: from smtp-out01.alice-dsl.net (smtp-out01.alice-dsl.net [88.44.60.6]) by mx1.freebsd.org (Postfix) with ESMTP id B3C8D2C0; Sat, 26 Jan 2013 22:57:10 +0000 (UTC) Received: from out.alice-dsl.de ([192.168.125.59]) by smtp-out01.alice-dsl.net with Microsoft SMTPSVC(6.0.3790.3959); Sat, 26 Jan 2013 23:53:20 +0100 Received: from freebsd ([85.182.24.17]) by out.alice-dsl.de with Microsoft SMTPSVC(6.0.3790.3959); Sat, 26 Jan 2013 23:53:18 +0100 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Date: Sat, 26 Jan 2013 23:53:18 +0100 Subject: Good news for snd_hdspe ADAT sync slave To: "FreeBSD multi" , "Ruslan Bukin" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ralf Mardorf" Message-ID: User-Agent: Opera Mail/12.12 (FreeBSD) X-OriginalArrivalTime: 26 Jan 2013 22:53:18.0747 (UTC) FILETIME=[EEFABEB0:01CDFC17] Cc: Jack devel , FreeBSD quest , John Rigg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 22:57:11 -0000 Hi, special thanks to John Rigg :), he mentioned sync. Thank you very much! In general the driver should use master for sync as default, since the default is slave, it's good for my needs, because my ADA8000 is an elCheapo ADAT device, the RME card should be able to be the better sync slave. The short explanation can be found in the Jack devel mailing list archive, it was also mentioned by John. So I switched the ADA8000 from slave to 48.0 KHz master (44.1 KHz is available too). I read http://www.freebsd.org/cgi/man.cgi?query=mixer&manpath=FreeBSD+8-current and run $ mixer Mixer vol is currently set to 75:75 Mixer pcm is currently set to 75:75 Mixer rec is currently set to 75:75 So there are no sync settings available. I only tested outputs. The latency is very bad, -p16 or any other value is ignored. Good and bad news, ADAT out does work without glitches for jackd -r -doss -r48000 -p16 -n2 -w16 -C/dev/dsp4.0 -P/dev/dsp4.0 = Channel 1 and 5, all other channels are dead. jackd -r -doss -r48000 -p16 -n2 -w16 -C/dev/dsp5.0 -P/dev/dsp5.0 = Channel 3 and 7, all other channels are dead. jackd -r -doss -r48000 -p16 -n2 -w16 -C/dev/dsp6.0 -P/dev/dsp6.0 = Channel 2 and 4, all other channels are dead. jackd -r -doss -r48000 -p16 -n2 -w16 -C/dev/dsp7.0 -P/dev/dsp7.0 = Channel 6 and 8, allother channels are dead. Comparison to Linux On Linux latency isn't perfect either, but good enough to do serious audio work. I don't get completely rid of xruns on Linux using this card, but theoretically it anyway could be used for professional work, resp. not for professional usage, but to get lower professional audio quality. Regarding to xruns I don't have experiences with FreeBSD, for the test everything was ok, but this doesn't say that much. On Linux the two analog IOs, but only ADAT channel 1 and 2 can be used, but all channels at the same time, I never tested SPDIF and AES/EBU on Linux. On FreeBSD the analog outputs and all 8 ADAT outputs are available, but not at the same time. FreeBSD is missing TotalMix, ALSA and MIDI don't work on my machine. On Linux the HDSP mixer does run, but HDSP config doesn't and I can't store alsa mixer settings. On Linux ALSA and MIDI are perfect, especially when using Jack 2 with the alsarawmidi switch, there's quasi zero MIDI hardware jitter. I forgot to test the excellent phones output on FreeBSD, but it anyway only makes sense in combination with TotalMix. Regards, Ralf PS: The link to the coaxial SPDIF test is http://lists.freebsd.org/pipermail/freebsd-multimedia/2013-January/013827.html , I suspect for the optical SPDIF test I need to do some settings, so I didn't even try it, but the gear is at hand. I don't have AES/EBU at hand and I won't test AES as second SPDIF. I still need an app to test the inputs on FreeBSD. From owner-freebsd-questions@FreeBSD.ORG Sat Jan 26 23:12:14 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 96C02937 for ; Sat, 26 Jan 2013 23:12:14 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 37A6D328 for ; Sat, 26 Jan 2013 23:12:13 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TzEvE-0001wg-Ao for freebsd-questions@freebsd.org; Sun, 27 Jan 2013 00:12:28 +0100 Received: from cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com ([86.21.186.149]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Jan 2013 00:12:28 +0100 Received: from walterhurry by cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Jan 2013 00:12:28 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Re: Mount Logical (ext2fs) Partitions? Date: Sat, 26 Jan 2013 23:11:58 +0000 (UTC) Lines: 31 Message-ID: References: <87fw1o5y6o.fsf@oak.localnet> <87bocb6eo9.fsf@oak.localnet> <87k3qzr2e0.fsf@oak.localnet> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cpc3-walt15-2-0-cust148.13-2.cable.virginmedia.com User-Agent: Pan/0.135 (Tomorrow I'll Wake Up and Scald Myself with Tea; GIT 30dc37b master) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2013 23:12:14 -0000 On Sat, 26 Jan 2013 14:43:51 -0800, Carl Johnson wrote: > Walter Hurry writes: > >> So it's my stupid mistake. I could have sworn it was ext2, but it was >> ext4. Sorry for all the noise! However, I'm glad you have helped, and >> that I have learned a little bit about Linux partitions as FreeeBSD >> slices. >> >> It was empty, so I just reformatted it as ext2, and hey presto; all is >> right with the world. > > Good to know you have it working, but for future reference there is a > fuse implementation of an ext4 driver: > > sysutils/fusefs-ext4fuse EXT4 implementation for FUSE > EXT4 implementation for FUSE. > WWW: https://github.com/gerard/ext4fuse/ > > I haven't tried it so I don't know how well it works. Even better! But I'll leave it for the moment; ext2 will suffice for my simple requirements (I only want to share a few files between FreeBSD and Linux without the overhead of putting them onto the external USB drive which I use for backups). I have of course mounted them rw, now that it's working. Many thanks once again.