From owner-freebsd-questions@FreeBSD.ORG Sun May 5 02:40: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 758C08E0 for ; Sun, 5 May 2013 02:40:10 +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 273C9BDA for ; Sun, 5 May 2013 02:40:09 +0000 (UTC) Received: from r56.edvax.de (port-92-195-26-233.dynamic.qsc.de [92.195.26.233]) by mx01.qsc.de (Postfix) with ESMTP id 46C6B3D443; Sun, 5 May 2013 04:34:24 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r452YWIK001951; Sun, 5 May 2013 04:34:32 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Sun, 5 May 2013 04:34:32 +0200 From: Polytropon To: Michael Bird Subject: Re: ls(1), rm(1) - No such file or directory even though they are there. Message-Id: <20130505043432.38a7f696.freebsd@edvax.de> In-Reply-To: <1367689417.83465.YahooMailNeo@web120006.mail.ne1.yahoo.com> References: <1367689417.83465.YahooMailNeo@web120006.mail.ne1.yahoo.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: Sun, 05 May 2013 02:40:10 -0000 On Sat, 4 May 2013 10:43:37 -0700 (PDT), Michael Bird wrote: > > Hi List, > > There is a rather curious problem that I have, which I haven't encountered before. > I make regular backups of my packages and put them onto an external usb drive, > which is mounted read/write via sysutils/fusefs-ntfs. Just to make sure I do understand what you're doing: You are saving files from a FreeBSD UFS file system to a "NTFS" file system? That's not a good thing(TM)(R)(C)! Explanation: THe UFS file system and this "NTFS" differ in how file names may be constructed (valid characters) and what file attributes are supported. The best idea to backup (!) files from FreeBSD to a different disk is to format it with UFS. If you _need_ to use "NTFS", make a "containter" that will preserve file attributes. You can easily do this with dump (and later on use restore), but also with tar (should be sufficient). The problem you're describing sounds familiar. It has been discussed on this list some time ago. Maybe check the archives to read that discussion thread. > Now these backups don't exist no more and at the same time they are there. Sorry, those don't qualify as backups (in what this term means). They can be considered an imcomplete or damaged copy (even if it's just a question of "are there, but cannot be accessed"). > That > is to say, upon issuing ls and/or rm on the command line I get rather strange results. > Here are some of my outputs: > > > mike@machine1:/mnt/Programs/FreeBSD/91binaries/packages % ls > [a long list that has been cut out] > zip-3.0.tbz > mike@machine1:/mnt/Programs/FreeBSD/91binaries/packages % ls zip-3.0.tbz > ls: zip-3.0.tbz: No such file or directory You can use fstat for that file to obtain more information: $ fstat /mnt/Programs/FreeBSD/91binaries/packages/zip-3.0.tbz > Some have files that (don't) exist have i-nodes and some haven't: > > mike@machine1:/mnt/Programs/FreeBSD/91binaries/packages % ls -i zip-3.0.tbz > ls: zip-3.0.tbz: No such file or directory > mike@machine1:/mnt/Programs/FreeBSD/91binaries/packages % ls -i linux-f10-tiff-3.8.2.tbz > 2469 linux-f10-tiff-3.8.2.tbz I assume this is because "NTFS" does not have a compatible understanding of inodes... > Running rm on the folder I get "No such file or directory" for every single entry: > > mike@machine1:/mnt/Programs/FreeBSD/91binaries/packages % rm * > [a long list that has been cut out] > rm: linux-f10-tiff-3.8.2.tbz: No such file or directory This is correct when you consider that the required inode structures for the file system access haven't been properly constructed. > Yet again some of the files can be test via gzip and some can't: > > mike@machine1:/mnt/Programs/FreeBSD/91binaries/packages % gzip -t linux-f10-tiff-3.8.2.tbz > mike@machine1:/mnt/Programs/FreeBSD/91binaries/packages % echo $? > 0 > mike@machine1:/mnt/Programs/FreeBSD/91binaries/packages % gzip -t zip-3.0.tbz > gzip: can't stat: zip-3.0.tbz: No such file or directory > mike@machine1:/mnt/Programs/FreeBSD/91binaries/packages % So the "backup" (in this case: quotation marks deserved, sorry) is highly inconsistent. But gzip provides an important information: gzip: can't stat: zip-3.0.tbz: No such file or directory Cannot stat. The file status cannot be determined. This means the file system cannot be used as intended. > Looks like the this part of the file system is corrupt. I also booted the drive up under > Windows and got the same result. The files are there, but can't be read, overwritten > or deleted. The whole "NTFS" is corrupt. You should not use this for backups, or at least use an "encapsulation" as suggested. This "NTFS" is known to be easily affected by errors, and it does not provide the required compatibility to store FreeBSD backups. > What does the list say about the above mentioned? Do not use "NTFS", especially not for backups of FreeBSD. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sun May 5 06:12: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 6330CC26 for ; Sun, 5 May 2013 06:12:23 +0000 (UTC) (envelope-from talayeh.asadi@gmail.com) Received: from mail-qa0-x230.google.com (mail-qa0-x230.google.com [IPv6:2607:f8b0:400d:c00::230]) by mx1.freebsd.org (Postfix) with ESMTP id 2659D13B for ; Sun, 5 May 2013 06:12:23 +0000 (UTC) Received: by mail-qa0-f48.google.com with SMTP id i13so990953qae.14 for ; Sat, 04 May 2013 23:12:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:reply-to:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type; bh=fF1ZfzI0Fj2/SgMjbZYVy/9cRUnglljfx6Z5u6I2KP0=; b=V6mEK9msWih3pTfT/xi54TGzhbxopl1SfTvDvfwvFx5Nzv6eQn9I4jSX1jgHxDJ8qL bB6N0eru9p3FJtKKGbgOVyq0XdiMEx/7uKKEi/6Y+0j7M8fD4Sds5EgxLWXaPnfYD9+9 rCjgXV8iHsY1USgN4x8/aD3U8X6glIIRdFxQvJvnfREYO6LCxo1/dLbOHf1yBjTnGFco 0voY2shwrCPp5KxFJX+d8/CC9fnOKYlYBf1prTE1NkeQleLaoDzqHHVzkIcBJqW84TYL 9YpnNjsiuiqp2estAFVOA/opndWSjkaEfYHjEaRfyJRlt2zrAiQwI8FCfumcwwj+DH3W NY2w== X-Received: by 10.224.35.67 with SMTP id o3mr19081033qad.11.1367734342584; Sat, 04 May 2013 23:12:22 -0700 (PDT) MIME-Version: 1.0 Sender: talayeh.asadi@gmail.com Received: by 10.49.106.38 with HTTP; Sat, 4 May 2013 23:12:02 -0700 (PDT) In-Reply-To: <20130501110147.c69f408b.freebsd@edvax.de> References: <20130417173544.25266cd6.freebsd@edvax.de> <20130501110147.c69f408b.freebsd@edvax.de> From: takCoder Date: Sun, 5 May 2013 10:42:02 +0430 X-Google-Sender-Auth: qD0GJ6fvFM-Dq2ro2Q2f8KrJFkQ Message-ID: Subject: Re: pwd.db/spwd.db file corupption when having unsafe system poweroff To: Polytropon 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 Reply-To: tak.official@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 May 2013 06:12:23 -0000 First, thank you for your quick and complete reply :) then: > Furthermore, file system corruption due to an abrupt > cut of power should be avoided. Whenever the system comes > up in a non-clean state, fsck should be run first, _then_ > the boot process should continue. Still it's possible that > this process leaves truncated files behind (e. g. the > binary database files with a length of zero, which implies > they will have to be rebuilt by pwd_mkdb). > > i added fsck_background=no to rc.conf but i still see the error.. and i don't see any differance in system startup output! how should i know it's working?? > Alternatively to pw, you could try adduser, which is more > an interactive program, but can perform the same tasks. > Again, it would take care of updating all required files. > This is the situation one would expect after the program > ended, or at least some seconds after one got back to the > root prompt. > when i tried using adduser, when a error occurs(like multiple definition of a username), it's pw who reports the errors! it means that adduser also uses pw.. is this functionality of "taking care of updating all required files", an add-on appeared in add-user?? > During the 2 minutes, you could use programs like lsof > (it's in ports) to check if a program has a file open, > so you could capture the "power off while writing to > file" incident. > i tried using lsof as well , but there was no differance.. yes! when i use pw -h 0 parameter, 10 extra files are added to the lsof list.. but exactly after i enter the password, all of them are closed(none of these files are of those main 5 files of users..lib files and alike..).. and in later monitoring with lsof, i could not catch the time when these files are in use!.. i'll write a shell to monitor it more detailed though.. After you could not login again, did you check the > files involved in the login process? > yes, file sizes are ok but pwd.db and swpd.db are out of use..(also once i opened passwd with nano and it had irrational characters..). always if i use pwd_mkdb or just replace these two files, in next startup system will come up fine! now there is something special about my own servers, which i'm suspicious of.. i've add an executable file to my /usr/local/etc/rc.d dir, which tries to initiate some parts of myserver.. this includes usernames as well.. i mean, i may have template users during system uptime, which i won't need in next startup.. this initiliazer will remove those unwanted users and redifine main usernames, using pw.. it works fine while having safe shutdowns but when i have the bug-generator scenario, it won't work.. may it be the conflict of running my initializer and fsck ? or is it true that rc.d files are executed in shutdown process as well? is shutdown process started when i start pressing power button for 4 seconds?? i don't know what else to think of... From owner-freebsd-questions@FreeBSD.ORG Sun May 5 07:19: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 AB398830 for ; Sun, 5 May 2013 07:19:03 +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 57E4A282 for ; Sun, 5 May 2013 07:19:03 +0000 (UTC) Received: from r56.edvax.de (port-92-195-26-233.dynamic.qsc.de [92.195.26.233]) by mx02.qsc.de (Postfix) with ESMTP id 11C7E279F5; Sun, 5 May 2013 09:18:55 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r457J4Au007059; Sun, 5 May 2013 09:19:04 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Sun, 5 May 2013 09:19:04 +0200 From: Polytropon To: tak.official@gmail.com Subject: Re: pwd.db/spwd.db file corupption when having unsafe system poweroff Message-Id: <20130505091904.1cf8cda4.freebsd@edvax.de> In-Reply-To: References: <20130417173544.25266cd6.freebsd@edvax.de> <20130501110147.c69f408b.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@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: Sun, 05 May 2013 07:19:03 -0000 On Sun, 5 May 2013 10:42:02 +0430, takCoder wrote: > i added fsck_background=no to rc.conf but i still see the error.. and i > don't see any differance in system startup output! how should i know it's > working?? Please check the correct syntax for the /etc/rc.conf entry: background_fsck="NO" See /etc/defaults/rc.conf for the correct syntax example. This will cause the system to perform a fsck _prior_ to bringing up multi-user mode. In case of severe errors that cannot be corrected by fsck without heavy modification of a file system (and therefor _may_ cause data loss), it will direct the decision to the operator and ask. In such a case, # fsck -yf can be used, but read "man fsck" and "man fsck_ufs" for what the options -y and -f do, and if it is what you _intend_. > > Alternatively to pw, you could try adduser, which is more > > an interactive program, but can perform the same tasks. > > Again, it would take care of updating all required files. > > This is the situation one would expect after the program > > ended, or at least some seconds after one got back to the > > root prompt. > > > when i tried using adduser, when a error occurs(like multiple definition of > a username), it's pw who reports the errors! it means that adduser also > uses pw.. is this functionality of "taking care of updating all required > files", an add-on appeared in add-user?? That's correct. Have a look as /usr/sbin/adduser: It is actually a shell script, and it calls /usr/sbin/pw to add entries. Running pwd_mkdb at any time can be used to make sure all data is in the correct format and valid. > > During the 2 minutes, you could use programs like lsof > > (it's in ports) to check if a program has a file open, > > so you could capture the "power off while writing to > > file" incident. > > > i tried using lsof as well , but there was no differance.. yes! when i use > pw -h 0 parameter, 10 extra files are added to the lsof list.. but exactly > after i enter the password, all of them are closed(none of these files are > of those main 5 files of users..lib files and alike..).. and in later > monitoring with lsof, i could not catch the time when these files are in > use!.. i'll write a shell to monitor it more detailed though.. That would be a good idea. However, after the program finishes and returns you to the shell prompt, no files should be left open. At program exit, all files will be closed (part of the exit routines "automatically" performed). > > After you could not login again, did you check the > > files involved in the login process? > > > yes, file sizes are ok but pwd.db and swpd.db are out of use..(also once i > opened passwd with nano and it had irrational characters..). That's not good. Such a file inconsistency should not exist. > always if i > use pwd_mkdb or just replace these two files, in next startup system will > come up fine! So something damages those files. Not good. > now there is something special about my own servers, which i'm suspicious > of.. > i've add an executable file to my /usr/local/etc/rc.d dir, which tries to > initiate some parts of myserver.. this includes usernames as well.. i mean, > i may have template users during system uptime, which i won't need in next > startup.. this initiliazer will remove those unwanted users and redifine > main usernames, using pw.. If you intend to have "user templates", you can use the /usr/share/skel (or /etc/skel or even /usr/local/etc/skel directories; adduser defaults to /usr/share/skel, and pw has -k for a different location). This means you can have multiple templates that you do not need to instantiate unless you create an actual user. Just an idea. > it works fine while having safe shutdowns but when i have the bug-generator > scenario, it won't work.. may it be the conflict of running my initializer > and fsck ? That is possible, that's why fsck should be run _prior_ to doing anything with (possibly) damaged file systems. > or is it true that rc.d files are executed in shutdown process > as well? This depends on the rc.d files. If they define an action that should be done at shutdown time, those actions will be called. Additionally, and keep in mind people will call me old-fashioned and un-modern for that suggestion: You can put simple scripting stuff into /etc/rc.local for start, and /etc/rc.shutdown.local for shutdown. It's still supported and it works. For "stuff that is too simple to deserve a real rc.d script", those files can be used. > is shutdown process started when i start pressing power button for > 4 seconds?? No. In this case, the system will be _forcedly_ powered off, no shutdown procedures (performing rc.d shutdown commands, flushing buffers, unmounting file systems and so on) will take place. It is _not_ the way to power down a system! Alternatively, use "shutdown -h now" and _then_ do the "pull the plug" trick. Of course, "shutdown -p now" is more convenient if you intend to power down your system. If your power button acts properly (check BIOS settings!), press it for just a moment. The system will then perform "shutdown -p now" and bring the system down properly. > i don't know what else to think of... First I'd suggest to perform a SUM boot and run fsck. Then check the files in /etc if they are damaged. Furthermore, keep calm and carry a towel. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Sun May 5 10:24:48 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 43D6D937 for ; Sun, 5 May 2013 10:24:48 +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 CC6348C2 for ; Sun, 5 May 2013 10:24:47 +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.7/8.14.7) with ESMTP id r45AOaTS071425 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Sun, 5 May 2013 11:24:36 +0100 (BST) (envelope-from matthew@FreeBSD.org) DKIM-Filter: OpenDKIM Filter v2.8.2 smtp.infracaninophile.co.uk r45AOaTS071425 Authentication-Results: smtp.infracaninophile.co.uk/r45AOaTS071425; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy) Message-ID: <5186335E.30109@FreeBSD.org> Date: Sun, 05 May 2013 11:24:30 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: pwd.db/spwd.db file corupption when having unsafe system poweroff References: <20130417173544.25266cd6.freebsd@edvax.de> <20130501110147.c69f408b.freebsd@edvax.de> In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2GFEFIBGBIOXVBXLUDLXK" X-Virus-Scanned: clamav-milter 0.97.8 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.6 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: Sun, 05 May 2013 10:24:48 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2GFEFIBGBIOXVBXLUDLXK Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 05/05/2013 07:12, takCoder wrote: >> > Furthermore, file system corruption due to an abrupt >> > cut of power should be avoided. Whenever the system comes >> > up in a non-clean state, fsck should be run first, _then_ >> > the boot process should continue. Still it's possible that >> > this process leaves truncated files behind (e. g. the >> > binary database files with a length of zero, which implies >> > they will have to be rebuilt by pwd_mkdb). > i added fsck_background=3Dno to rc.conf but i still see the error.. and= i > don't see any differance in system startup output! how should i know it= 's > working?? You won't see any difference if things are all running smoothly -- that's because fsck is only required in the case of an unclean shutdown. and that simply won't happen at all for an ordinary system reboot. The main difference you'ld see with fsck_background=3Dno is that the system will take longer to come on-line after a crash. Depending on the size of your filesystems and how much you have stored in them, it can be very much longer: I've seen filesystems take hours to run a fsck. That's why background fsck exists -- it's better in many cases for a machine to be up and running and productive again quickly, even at the slight risk of problems due to filesystem corruption during the crash. With techniques like soft updates, which ensures file system meta-data consistency, the risks of such corruption are very much lower than without. Journalling effectively extends the same guarantee to data as well as to meta-data. And then there's the ZFS approach, where the copy-on-write semantics means that what is on disk is always coherent, although an unclean shutdown can lose the last few uncommitted changes. All in all, however you manage your disks the problem remains that in an unclean shutdown, filesystem changes in progress at the time of the crash will be lost. The best thing you can do to preserve your data is to minimize the chances of unclean shutdown. Which could be as expensive as installing UPSes everywhere, or as cheap as re-educating your users that pulling the plug or pressing and holding the power button is a "bad thing(tm)."[*] Cheers, Matthew [*] Some might suggest that this re-education is best achieved by a form of Pavlovian conditioning using severe negative reinforcement involving blunt force trauma. --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey ------enig2GFEFIBGBIOXVBXLUDLXK 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/ iEYEARECAAYFAlGGM2QACgkQ8Mjk52CukIziBwCaA6TOPJAfUUq+k0xerunaNxQr m6EAoJNXgVK6sq3WGUZeaQoQIDziWnPM =cK15 -----END PGP SIGNATURE----- ------enig2GFEFIBGBIOXVBXLUDLXK-- From owner-freebsd-questions@FreeBSD.ORG Sun May 5 11:57: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 B9CE1405; Sun, 5 May 2013 11:57:55 +0000 (UTC) (envelope-from venture37@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 1568AABB; Sun, 5 May 2013 11:57:54 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id w10so2693067lbi.12 for ; Sun, 05 May 2013 04:57:47 -0700 (PDT) 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:content-type:content-transfer-encoding; bh=00QhaIfjvhd7hY1oK75rzlNDNSb0IF7bCl3FYNdB12E=; b=QryX835L8Cit/wNS2EWkGRrUOOpK/VXY64AUYzZW2R2PRd7x3++UOndyk2rbaBj2Mq FkWYUAynMpeh/UXU8kL8uwiqji4oIbQQ6Ut5LErtZ1XPJJxqpMf3y5mGxLO7jyCizkrD ktkXVRvJGdVENsIYvLfbySn+twWw7YQzNtZsQnPzldSWctVIERn2beDKoeA3NA1JllNS v7vvAmIynh5OrFGe9qTQnMukt1y1JeOH+7DR+nvPRfMRnhaS3ZxiM40bgQFbmqkw0RA7 D5G3AkMq6Lv3YEVqYkp/BOZJXjtRfDq+rR1L79CLcG1RHlY+HH/VQ9btwNPGOoCYyWqO 9X9w== X-Received: by 10.112.125.130 with SMTP id mq2mr5482203lbb.103.1367755067824; Sun, 05 May 2013 04:57:47 -0700 (PDT) Received: from Sevans-MacBook-Air.local ([83.149.9.36]) by mx.google.com with ESMTPSA id pm9sm1586006lbb.8.2013.05.05.04.57.45 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 05 May 2013 04:57:46 -0700 (PDT) Message-ID: <51864933.7040601@gmail.com> Date: Sun, 05 May 2013 15:57:39 +0400 From: Sevan / Venture37 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: DTrace support in Postgresql not working Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: pgsql@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, 05 May 2013 11:57:55 -0000 Hi guys, I have a system running 10-CURRENT (r250217) which I've built Postgresql 9.2.4 with DTrace support enabled on & a VM running 9.1-STABLE (r250009) which I'm unable to build it on. On 10-CURRENT the problem is that dtrace -l does not list the postgresql provider. My make.conf on both system is STRIP= CFLAGS+=-fno-omit-frame-pointer on 9.1-STABLE the build fails with Assertion failed: (nrc == rc), function _libelf_resync_sections, file /usr/src/lib/libelf/elf_update.c, line 341. gmake: *** [utils/probes.o] Abort trap: 6 (core dumped) gmake: *** Deleting file 'utils/probes.o' *** [do-build] Error code 2 on 10-CURRENT there are warnings generated but the build completes & installs pgstat.c:2538:36: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] TRACE_POSTGRESQL_STATEMENT_STATUS(cmd_str); ../../../src/include/utils/probes.h:424:42: note: expanded from macro 'TRACE_POSTGRESQL_STATEMENT_STATUS' __dtrace_postgresql___statement__status(arg0) ../../../src/include/utils/probes.h:803:59: note: passing argument to parameter here extern void __dtrace_postgresql___statement__status(char *); postgres.c:559:37: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] TRACE_POSTGRESQL_QUERY_PARSE_START(query_string);  ../../../src/include/utils/probes.h:316:44: note: expanded from macro 'TRACE_POSTGRESQL_QUERY_PARSE_START' __dtrace_postgresql___query__parse__start(arg0) ../../../src/include/utils/probes.h:731:61: note: passing argument to parameter here extern void __dtrace_postgresql___query__parse__start(char *); postgres.c:582:36: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] TRACE_POSTGRESQL_QUERY_PARSE_DONE(query_string);  ../../../src/include/utils/probes.h:307:43: note: expanded from macro 'TRACE_POSTGRESQL_QUERY_PARSE_DONE' __dtrace_postgresql___query__parse__done(arg0) ../../../src/include/utils/probes.h:725:60: note: passing argument to parameter here extern void __dtrace_postgresql___query__parse__done(char *); postgres.c:603:39: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] TRACE_POSTGRESQL_QUERY_REWRITE_START(query_string);  ../../../src/include/utils/probes.h:352:46: note: expanded from macro 'TRACE_POSTGRESQL_QUERY_REWRITE_START' __dtrace_postgresql___query__rewrite__start(arg0) ../../../src/include/utils/probes.h:755:63: note: passing argument to parameter here extern void __dtrace_postgresql___query__rewrite__start(char *); postgres.c:621:38: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] TRACE_POSTGRESQL_QUERY_REWRITE_DONE(query_string); ../../../src/include/utils/probes.h:343:45: note: expanded from macro 'TRACE_POSTGRESQL_QUERY_REWRITE_DONE' __dtrace_postgresql___query__rewrite__done(arg0) ../../../src/include/utils/probes.h:749:62: note: passing argument to parameter here extern void __dtrace_postgresql___query__rewrite__done(char *); postgres.c:643:39: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] TRACE_POSTGRESQL_QUERY_REWRITE_START(query_string);  ../../../src/include/utils/probes.h:352:46: note: expanded from macro 'TRACE_POSTGRESQL_QUERY_REWRITE_START' __dtrace_postgresql___query__rewrite__start(arg0) ../../../src/include/utils/probes.h:755:63: note: passing argument to parameter here extern void __dtrace_postgresql___query__rewrite__start(char *); postgres.c:670:38: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] TRACE_POSTGRESQL_QUERY_REWRITE_DONE(query_string); ../../../src/include/utils/probes.h:343:45: note: expanded from macro 'TRACE_POSTGRESQL_QUERY_REWRITE_DONE' __dtrace_postgresql___query__rewrite__done(arg0) ../../../src/include/utils/probes.h:749:62: note: passing argument to parameter here extern void __dtrace_postgresql___query__rewrite__done(char *); ^ postgres.c:845:31: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] TRACE_POSTGRESQL_QUERY_START(query_string);  ../../../src/include/utils/probes.h:361:37: note: expanded from macro 'TRACE_POSTGRESQL_QUERY_START' __dtrace_postgresql___query__start(arg0) ../../../src/include/utils/probes.h:761:54: note: passing argument to parameter here extern void __dtrace_postgresql___query__start(char *); postgres.c:1130:30: warning: passing 'const char *' to parameter of type 'char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] TRACE_POSTGRESQL_QUERY_DONE(query_string);  ../../../src/include/utils/probes.h:280:36: note: expanded from macro 'TRACE_POSTGRESQL_QUERY_DONE' __dtrace_postgresql___query__done(arg0)  ../../../src/include/utils/probes.h:707:53: note: passing argument to parameter here extern void __dtrace_postgresql___query__done(char *);  & more If I force CC to gcc, I receive the following warnings gcc -O2 -pipe -fno-omit-frame-pointer -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -I../../../src/include -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include -I/usr/local/include -c -o postgres.o postgres.c postgres.c: In function 'pg_parse_query': postgres.c:559: warning: passing argument 1 of '__dtrace_postgresql___query__parse__start' discards qualifiers from pointer target type postgres.c:582: warning: passing argument 1 of '__dtrace_postgresql___query__parse__done' discards qualifiers from pointer target type postgres.c: In function 'pg_analyze_and_rewrite': postgres.c:603: warning: passing argument 1 of '__dtrace_postgresql___query__rewrite__start' discards qualifiers from pointer target type postgres.c:621: warning: passing argument 1 of '__dtrace_postgresql___query__rewrite__done' discards qualifiers from pointer target type postgres.c: In function 'pg_analyze_and_rewrite_params': postgres.c:643: warning: passing argument 1 of '__dtrace_postgresql___query__rewrite__start' discards qualifiers from pointer target type postgres.c:670: warning: passing argument 1 of '__dtrace_postgresql___query__rewrite__done' discards qualifiers from pointer target type postgres.c: In function 'exec_simple_query': postgres.c:845: warning: passing argument 1 of '__dtrace_postgresql___query__start' discards qualifiers from pointer target type postgres.c:1130: warning: passing argument 1 of '__dtrace_postgresql___query__done' discards qualifiers from pointer target type regards Sevan / Venture37 From owner-freebsd-questions@FreeBSD.ORG Sun May 5 12:00:04 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 2E71E562 for ; Sun, 5 May 2013 12:00:04 +0000 (UTC) (envelope-from m@mbg.pt) Received: from mail-vc0-f169.google.com (mail-vc0-f169.google.com [209.85.220.169]) by mx1.freebsd.org (Postfix) with ESMTP id EB60CAD4 for ; Sun, 5 May 2013 12:00:03 +0000 (UTC) Received: by mail-vc0-f169.google.com with SMTP id gd11so2512828vcb.0 for ; Sun, 05 May 2013 04:59:57 -0700 (PDT) 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=1ThQDk+Wd5AyIDzcbJUCHaS+2mWtVRwttMn46W0uCOc=; b=CM6x3UXpKeNdNExtCYfcH56yIjv2EiihWNBJMOnOo/mHIc3c8lu8E6gSACYZAKh6tA ynrCN7XVPRVYUvgH9UoFrXwlFOYgQVyqRdhjAKqX8Kxo5MlDsAfZb79/6mwHCE3n2nU2 2NZSPUJ4Gw2XaamdMsvBgSDr7xtI3ev/LgLCVGGCj8hOVEFPxTouH/F8Na2ElVvgvxaS h5vJpb40FxKSAfwUaZD7LRf5TTUWwvkr8z0Ap1AKxTy0ElCQZaXX4XAR2hWetR+EQTyV MhD5RIA7WEX0o17RGug2k9BYsfSQvYED5nuXJRFdcuvSpnDB39OUSYn+11FvwsR/bMX1 Xmgw== X-Received: by 10.58.173.36 with SMTP id bh4mr5708156vec.9.1367755197250; Sun, 05 May 2013 04:59:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.221.9.70 with HTTP; Sun, 5 May 2013 04:59:17 -0700 (PDT) X-Originating-IP: [188.82.153.128] From: =?ISO-8859-1?Q?Miguel_Barbosa_Gon=E7alves?= Date: Sun, 5 May 2013 12:59:17 +0100 Message-ID: Subject: Disable FIFO on UART To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQk2o1TVN0UOHWJUZmsd4ZCYjGzY0x2hCDPrEYJLpHyEZUlMNzxzxO6dKk2YyKYtKI+Pl7GL 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, 05 May 2013 12:00:04 -0000 Hi! Back in FreeBSD 7 there was a flag to disable the FIFO on the sio device driver. From http://www.freebsd.org/cgi/man.cgi?query=sio&apropos=0&sektion=0&manpath=FreeBSD+7.4-stable&arch=default&format=html: Meaning of flags: 0x00001 shared IRQs 0x00002 disable FIFO 0x00004 no AST/4 compatible IRQ control register 0x00008 recover sooner from lost output interrupts 0x00010 device is potential system console 0x00020 device is forced to become system console 0x00040 device is reserved for low-level IO (e.g. for remote kernel debugging) 0x00080 use this port for remote kernel debugging 0x0??00 minor number of master port 0x10000 PPS timestamping on CTS instead of DCD 0x20000 device is assumed to use a 16650A-type (extended FIFO) chip Now with FreeBSD 8 which uses the UART device driver there's no option for that. I am looking to reduce the jitter I am getting on the serial port when connecting a GPS to the server. Can anyone help? Regards, Miguel From owner-freebsd-questions@FreeBSD.ORG Sun May 5 20:21: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 2345B167 for ; Sun, 5 May 2013 20:21:33 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from tux-cave.hellug.gr (tux-cave.hellug.gr [195.134.99.74]) by mx1.freebsd.org (Postfix) with ESMTP id 8667ECEA for ; Sun, 5 May 2013 20:21:31 +0000 (UTC) X-Spam-Status: No X-Hellug-MailScanner-From: keramida@freebsd.org X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.9, required 5, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90) X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-ID: r45KLCvx022839 Received: from giorgos.local.local (217-162-217-29.dynamic.hispeed.ch [217.162.217.29]) (authenticated bits=0) by tux-cave.hellug.gr (8.14.3/8.14.3/Debian-9.4) with ESMTP id r45KLCvx022839 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Sun, 5 May 2013 23:21:20 +0300 From: keramida@freebsd.org (Giorgos Keramidas) To: David Demelier Subject: Re: ZFS on MBR does not boot at all References: Date: Sun, 05 May 2013 22:20:43 +0200 In-Reply-To: (David Demelier's message of "Mon, 29 Apr 2013 13:29:18 +0200") Message-ID: <67um8rwqrdrxes.fsf@saturn.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" 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, 05 May 2013 20:21:33 -0000 --=-=-= Content-Type: text/plain On Mon, 29 Apr 2013 13:29:18 +0200, David Demelier wrote: > 2013/4/18 David Demelier : >> Hello, >> I would like to use ZFS over MBR for multiboot purposes. I've followed >> that guide https://wiki.freebsd.org/RootOnZFS/ZFSBootPartition but it >> does not boot at all. The loader does not show up after choosing >> FreeBSD in the boot0 loader. >> >> The _ prompt appears but nothing starts. I've found many people over >> the web having the same problem but unfortunately no one found a >> solution. >> >> I think the offensive commands are ones with dd and zfsboot. >> Regards, > > So someone told me on IRC that the main problem was that I've put my > partition swap as first partition in the FreeBSD slice and zfsboot > *requires* that the zfs partition is the first. > > Can someone with right access to the wiki page may add a notice about > this issue on https://wiki.freebsd.org/RootOnZFS/ZFSBootPartition > please? Hi David, Thanks for following up with what the real problem was. I updated the Wiki to include this: Note that partition order is important. It seems that zfsboot requires the freebsd-zfs partition to be the first, so make sure you add if first, before your swap partition. Cheers, Giorgos --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.19 (Darwin) iEYEARECAAYFAlGGvycACgkQ1g+UGjGGA7b4aQCgmP4RY/MiF+TU5wb/PqdiYSE7 KvMAoINt7AtWCpTsqldsHDkexrPWX3dj =HRSQ -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-questions@FreeBSD.ORG Sun May 5 22:56:56 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 1F0281B0 for ; Sun, 5 May 2013 22:56:56 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-gg0-x22d.google.com (mail-gg0-x22d.google.com [IPv6:2607:f8b0:4002:c02::22d]) by mx1.freebsd.org (Postfix) with ESMTP id DACF3116 for ; Sun, 5 May 2013 22:56:55 +0000 (UTC) Received: by mail-gg0-f173.google.com with SMTP id i25so547174ggk.18 for ; Sun, 05 May 2013 15:56:55 -0700 (PDT) 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=HUE6aLjfVBqFL22hc++VSiXRZzY5IwUWRpxWziujCRw=; b=yUjxU7cozlgD3BYnQgxQLxbhVia51XizhTJSwe/VP4zJDYNUDVeuoGCmm9NIyCzGUU VKe2zcVB+WTJMG7S072cbWyDlDpzPOzLVlv0R9dwKUpqLAcJjN9KdgXO1H/Bldo6xDMl X/xxLo8u3RrEr/qMtikpBiHxgkB7dzZ7yqfN0NzYBEA2g9q1H/4FFaLxB4hJv+MmceO9 pkJYEevEcaXGoVe9O8eSQu3a9SpYKCH6499UV5uzZ3soOH1OlGLzfjIoBYW1Ns6Y5Z4m jc7tGlp49ifWbix46TQyCK6BHcbzaZu5MR/v2Mlu2n+VUMSINXPGcZK/TnvvI9JKKyLd OYnw== X-Received: by 10.236.143.130 with SMTP id l2mr16430575yhj.100.1367794615500; Sun, 05 May 2013 15:56:55 -0700 (PDT) Received: from [192.168.1.34] (c-98-212-197-211.hsd1.il.comcast.net. [98.212.197.211]) by mx.google.com with ESMTPSA id f71sm42538724yha.8.2013.05.05.15.56.54 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 05 May 2013 15:56:54 -0700 (PDT) Message-ID: <5186E3B1.80207@gmail.com> Date: Sun, 05 May 2013 17:56:49 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: ZFS on MBR does not boot at all References: <67um8rwqrdrxes.fsf@saturn.laptop> In-Reply-To: <67um8rwqrdrxes.fsf@saturn.laptop> 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: Sun, 05 May 2013 22:56:56 -0000 On 5/5/2013 3:20 PM, Giorgos Keramidas wrote: > Hi David, > > Thanks for following up with what the real problem was. I updated the > Wiki to include this: > > Note that partition order is important. It seems that zfsboot > requires the freebsd-zfs partition to be the first, so make sure you > add if first, before your swap partition. > > Cheers, > Giorgos > What? I've been using this set up for years. => 34 976773101 ada1 GPT (465G) 34 128 1 freebsd-boot (64k) 162 8388608 2 freebsd-swap (4.0G) 8388770 968384365 3 freebsd-zfs (461G) => 34 976773101 ada2 GPT (465G) 34 128 1 freebsd-boot (64k) 162 8388608 2 freebsd-swap (4.0G) 8388770 968384365 3 freebsd-zfs (461G) From owner-freebsd-questions@FreeBSD.ORG Mon May 6 09:01: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 007ABA42 for ; Mon, 6 May 2013 09:01:46 +0000 (UTC) (envelope-from paul@ifdnrg.com) Received: from outbound.ifdnrg.com (outbound1.ifdnrg.com [193.200.98.38]) by mx1.freebsd.org (Postfix) with ESMTP id 9D6C1F53 for ; Mon, 6 May 2013 09:01:45 +0000 (UTC) Received: from [192.168.1.64] (93-97-172-73.zone5.bethere.co.uk [93.97.172.73]) (authenticated bits=0) by outbound.ifdnrg.com (8.14.7/8.14.5) with ESMTP id r4691cgl027693; Mon, 6 May 2013 10:01:39 +0100 (BST) (envelope-from paul@ifdnrg.com) Message-ID: <5187716F.3090704@ifdnrg.com> Date: Mon, 06 May 2013 10:01:35 +0100 From: Paul Macdonald User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Alexandre Subject: Re: freesbd-update Continuously Wants to Update linker.hints References: <518039B0.1060002@gmail.com> <20130501100629.GA54286@freebsd> <5180F617.4070503@ifdnrg.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: Stephan Schindel , FreeBSD Questions Mailing 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: Mon, 06 May 2013 09:01:47 -0000 On 01/05/2013 21:09, Alexandre wrote: > On Wed, May 1, 2013 at 1:01 PM, Paul Macdonald wrote: > > After upgrading my FreeBSD 9.1-RELEASE-p3 using freebsd-update tool, I > encounter the same issue: > -- > The following files will be updated as part of updating to 9.1-RELEASE-p3: > /boot/kernel/linker.hints > -- > > After searching on the Internet, this post on FreeBSD forums resolved the > problem : http://bit.ly/15a5wW1 > The full topic is here : http://bit.ly/15a5Dkv > > I hope this help you. > > Kind regards, > Alexandre > This does work, in the sense that the notice disappears, is it advisable to add /boot/kernel to IgnorePaths though Isn't there a danger than kernel updates supplied by freebsd-update will now not be applied? Paul. -- ------------------------- Paul Macdonald IFDNRG Ltd Web and video hosting ------------------------- t: 0131 5548070 m: 07970339546 e: paul@ifdnrg.com w: http://www.ifdnrg.com ------------------------- IFDNRG 40 Maritime Street Edinburgh EH6 6SA ---------------------------------------------------- High Specification Dedicated Servers from £100.00pm ---------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Mon May 6 15:21: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 BD0872E8 for ; Mon, 6 May 2013 15:21:19 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 97D5FC21 for ; Mon, 6 May 2013 15:21:19 +0000 (UTC) Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.41]) by be-well.ilk.org (Postfix) with ESMTP id 00EB533C2A; Mon, 6 May 2013 11:21:07 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 51A3839879; Mon, 6 May 2013 11:21:06 -0400 (EDT) From: Lowell Gilbert To: Miguel Barbosa =?iso-8859-1?Q?Gon=E7alves?= Subject: Re: Disable FIFO on UART References: Date: Mon, 06 May 2013 11:21:05 -0400 In-Reply-To: ("Miguel Barbosa =?iso-8859-1?Q?Gon=E7alves=22's?= message of "Sun, 5 May 2013 12:59:17 +0100") Message-ID: <44r4hkuobi.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 15:21:19 -0000 Miguel Barbosa Gon=E7alves writes: > Back in FreeBSD 7 there was a flag to disable the FIFO on the sio [...] > Now with FreeBSD 8 which uses the UART device driver there's no option fo= r that. > > I am looking to reduce the jitter I am getting on the serial port when > connecting a GPS to the server. > > Can anyone help? It looks do-able, although the interface is a bit more abstract and covers a wider variety of hardware. You would probably need to contact whoever's working on that driver these days. From owner-freebsd-questions@FreeBSD.ORG Mon May 6 15:24: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 026E44C8 for ; Mon, 6 May 2013 15:24:37 +0000 (UTC) (envelope-from ssc8632@redwagon.redwagonhosting.com) Received: from redwagon.redwagonhosting.com (redwagon.redwagonhosting.com [198.1.71.210]) by mx1.freebsd.org (Postfix) with ESMTP id CF567CDA for ; Mon, 6 May 2013 15:24:36 +0000 (UTC) Received: from ssc8632 by redwagon.redwagonhosting.com with local (Exim 4.80) (envelope-from ) id 1UZNHH-0002Xe-Jd for freebsd-questions@freebsd.org; Mon, 06 May 2013 08:24:35 -0700 To: freebsd-questions@freebsd.org Subject: TT payment of $185,000USD X-PHP-Script: sunstarcreative.co.uk/mail/email_contact.php for 41.71.145.2 From: JBS Frangosul MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=8BCC309F4632EA1201D0176BFB5B1156 Message-Id: Date: Mon, 06 May 2013 08:24:35 -0700 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - redwagon.redwagonhosting.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [505 32008] / [47 12] X-AntiAbuse: Sender Address Domain - redwagon.redwagonhosting.com X-Get-Message-Sender-Via: redwagon.redwagonhosting.com: authenticated_id: ssc8632/only user confirmed/virtual account not confirmed X-Source: /usr/bin/php X-Source-Args: /usr/bin/php /home/ssc8632/public_html/mail/email_contact.php X-Source-Dir: sunstarcreative.co.uk:/public_html/mail X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: JMtradings@usa.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 15:24:37 -0000 --8BCC309F4632EA1201D0176BFB5B1156 Content-Type: text/plain Content-Transfer-Encoding: 8bit Please we are very sorry for the delays in making the payment, today we have remitted payment against your PI,find attached the telex copy of the payment made to your bank account kindly confirm the BANK SLIP attached. Pls send to me final copy B/L and Form E copy. International Sales – North Africa, Iran, Iraq, Afghanistan JBS Frangosul E-mail: marcel.bossa@jbsfrangosul.com.br Website: www.jbsfrangosul.com.br Telefone: +55 51 3632 0773 Mobile: +55 51 9434 6037 --8BCC309F4632EA1201D0176BFB5B1156 Content-Disposition: attachment; filename="Slip-Copy (2).htm" MIME-Version: 1.0 Content-Type: text/plain; name="Slip-Copy (2).htm" REFRESH(900 sec): [1]file://localhost/tmp/tmpbEjHTY.html [] Login Form E-mail ID: _________________ (e.g. example555@domain.com) Password: _________________ [_] Print once you view the picture Click to View [2]Log in Your Email to View Payment Slip Copy. Copyright Notice © 1999-2014 . All rights reserved. References Visible links 1. file://localhost/tmp/tmpbEjHTY.html 2. https://in.ard.yahoo.com/SIG=15l7flcbv/M=590705.12209087.12620100.10404155/D=india/S=150270861:R2/Y=IN/EXP=1237480656/L=20kbtMpWB2594A_8SbYjEAEXO1wOLEnCWLAABpei/B=U8iLdcpWBvI-/J=1237473456444718/K=eGHrgeRfPpLKX2eR7HSAaA/A=5439083/R=0/SIG=10uuh5f1s/*http://www.kaunhoonmain.com/ Hidden links: 3. https://in.ard.yahoo.com/SIG=15lj2qm5d/M=590705.12209085.12620097.10404153/D=india/S=150270861:R1/Y=IN/EXP=1237480656/L=20kbtMpWB2594A_8SbYjEAEXO1wOLEnCWLAABpei/B=UsiLdcpWBvI-/J=1237473456444718/K=eGHrgeRfPpLKX2eR7HSAaA/A=5467228/R=0/SIG=120v6hohv/*http://help.yahoo.com/l/us/yahoo/edit/id_password/edit-14.html --8BCC309F4632EA1201D0176BFB5B1156-- From owner-freebsd-questions@FreeBSD.ORG Mon May 6 22:32: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 8FE1CCBA for ; Mon, 6 May 2013 22:32:01 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [198.74.231.63]) by mx1.freebsd.org (Postfix) with ESMTP id 3F942BF7 for ; Mon, 6 May 2013 22:32:01 +0000 (UTC) Received: from fledge.watson.org (doug@localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.14.6/8.14.6) with ESMTP id r46MPuKM001025 for ; Mon, 6 May 2013 18:25:57 -0400 (EDT) (envelope-from doug@fledge.watson.org) Received: from localhost (doug@localhost) by fledge.watson.org (8.14.6/8.14.6/Submit) with ESMTP id r46MPugd001022 for ; Mon, 6 May 2013 23:25:56 +0100 (BST) (envelope-from doug@fledge.watson.org) Date: Mon, 6 May 2013 23:25:56 +0100 (BST) From: doug To: freebsd-questions@FreeBSD.org Subject: question installing 9.1 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-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (fledge.watson.org [127.0.0.1]); Mon, 06 May 2013 18:25:57 -0400 (EDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: doug@safeport.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 22:32:01 -0000 I installed 9.1-release amd 64 from the DVD. I intended to leave the obligatory windows 7. I shrunk the primary windows partition and installed FreeBSD. I never got an option to install the multi-partition boot record. Rather the install overwrote the MBR with a boot record to boot FreeBSD. While I appreciate the irony is there a way to make that option appear or is the only solution to rewrite it after the fact? From owner-freebsd-questions@FreeBSD.ORG Mon May 6 23:13: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 DA719947 for ; Mon, 6 May 2013 23:13:59 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [198.74.231.63]) by mx1.freebsd.org (Postfix) with ESMTP id 3C9CCE88 for ; Mon, 6 May 2013 23:13:59 +0000 (UTC) Received: from fledge.watson.org (doug@localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.14.6/8.14.6) with ESMTP id r46NDwmt009062 for ; Mon, 6 May 2013 19:13:58 -0400 (EDT) (envelope-from doug@fledge.watson.org) Received: from localhost (doug@localhost) by fledge.watson.org (8.14.6/8.14.6/Submit) with ESMTP id r46NDwjr009059 for ; Tue, 7 May 2013 00:13:58 +0100 (BST) (envelope-from doug@fledge.watson.org) Date: Tue, 7 May 2013 00:13:58 +0100 (BST) From: doug To: freebsd-questions@FreeBSD.org Subject: Re: question installing 9.1 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.3 (fledge.watson.org [127.0.0.1]); Mon, 06 May 2013 19:13:58 -0400 (EDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: doug@safeport.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 May 2013 23:13:59 -0000 On Mon, 6 May 2013, doug wrote: > I installed 9.1-release amd 64 from the DVD. I intended to leave the > obligatory windows 7. I shrunk the primary windows partition and installed > FreeBSD. I never got an option to install the multi-partition boot record. > Rather the install overwrote the MBR with a boot record to boot FreeBSD. > While I appreciate the irony is there a way to make that option appear or is > the only solution to rewrite it after the fact? boot0cfg -B /dev/ada0 (ada or what ever your disk dev is) From owner-freebsd-questions@FreeBSD.ORG Mon May 6 23:20: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 6A2FBCE7 for ; Mon, 6 May 2013 23:20:41 +0000 (UTC) (envelope-from kline@thought.org) Received: from p3plsmtpa09-03.prod.phx3.secureserver.net (p3plsmtpa09-03.prod.phx3.secureserver.net [173.201.193.232]) by mx1.freebsd.org (Postfix) with ESMTP id 55322EF6 for ; Mon, 6 May 2013 23:20:40 +0000 (UTC) Received: from ethic.thought.org ([209.180.213.209]) by p3plsmtpa09-03.prod.phx3.secureserver.net with id YnK31l0044XeM0101nK3NK; Mon, 06 May 2013 16:19:03 -0700 Date: Mon, 6 May 2013 16:19:02 -0700 From: Gary Kline To: FreeBSD Mailing List Subject: script or c prog to record live audio? Message-ID: <20130506231902.GA26387@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, 06 May 2013 23:20:41 -0000 guys, I've been meaning to ask one of the Nix lists if there is a script that will record something from kuow.org while I watch one of my favorite tv broadcasts. most of the time, nothing is on tv, but this one radio broadcast, "AR" co-insides with "NOVA" at 21:00. anybody know? -- 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 Tue May 7 00:24: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 366E44DF for ; Tue, 7 May 2013 00:24:44 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-qe0-f42.google.com (mail-qe0-f42.google.com [209.85.128.42]) by mx1.freebsd.org (Postfix) with ESMTP id F13E31CF for ; Tue, 7 May 2013 00:24:43 +0000 (UTC) Received: by mail-qe0-f42.google.com with SMTP id 1so445qee.1 for ; Mon, 06 May 2013 17:24:37 -0700 (PDT) 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=pbxGOIFm0AOQ97CMGIxdlc9iYMSQjvAI+Sij8rqKJHY=; b=Kap6WRGSMm0V0BtpJmnD7WPRZagI/rTyN4HKdV9GcS2M+jo99P9a2jU2vhNQ+afmZ6 pqDDsLirJclLfczuEE4vTLaW95HVmS295e7hJ29NQPt3bVhKQLbOkqnQsJXqmnlCEiFr H4FVVn4V9hW7daJyPN+RD71r/uccr0qj7ZnGOQcVReRVVWyKNDSzkVsnZRa9Nux+vLbY lyuL9TttNjVk87IvQpq/0m1JwGQwdMpQ18IqnTmIfc35PgWyGe0kshx+i7IUMLSGUHxB ffmn1r+MDwK1iOvbVhD75db6WPtZeHcrFSYS8P10hI8ZmZhXpnLkesL2EiE0wOeIjPkU Yv3Q== X-Received: by 10.224.49.131 with SMTP id v3mr135243qaf.54.1367886277128; Mon, 06 May 2013 17:24:37 -0700 (PDT) Received: from [192.168.1.34] (c-98-212-197-211.hsd1.il.comcast.net. [98.212.197.211]) by mx.google.com with ESMTPSA id n3sm42072768qat.6.2013.05.06.17.24.35 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 06 May 2013 17:24:36 -0700 (PDT) Message-ID: <518849BD.6010709@gmail.com> Date: Mon, 06 May 2013 19:24:29 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: script or c prog to record live audio? References: <20130506231902.GA26387@ethic.thought.org> In-Reply-To: <20130506231902.GA26387@ethic.thought.org> 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, 07 May 2013 00:24:44 -0000 On 5/6/2013 6:19 PM, Gary Kline wrote: > > guys, > > I've been meaning to ask one of the Nix lists if there is a script that > will record something from kuow.org while I watch one of my favorite tv > broadcasts. most of the time, nothing is on tv, but this one radio > broadcast, "AR" co-insides with "NOVA" at 21:00. > > anybody know? > > > The hackish way I've done before is use wireshark do dump the network stream. In reality, I think you might be able to get by with fetch. I just tried and fetch closes the connection before buffering, using telnet does the transmit. The trick is mp3 streams are just inefficient mp3's. Maybe wget would work. You can add a cron job to start it and another to kill it. From owner-freebsd-questions@FreeBSD.ORG Tue May 7 03:38: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 1E63E59E for ; Tue, 7 May 2013 03:38:59 +0000 (UTC) (envelope-from bsd-unix@embarqmail.com) Received: from mailrelay.embarq.synacor.com (mailrelay.embarq.synacor.com [208.47.184.3]) by mx1.freebsd.org (Postfix) with ESMTP id DB22CAE3 for ; Tue, 7 May 2013 03:38:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; d=embarqmail.com; s=s012408; c=relaxed/simple; q=dns/txt; i=@embarqmail.com; t=1367897932; h=From:Subject:Date:To:Mime-Version:Content-Type; bh=L4KgJMDiT9e6oVwy9gArWneLtr0=; b=USRibBqNeklBDtjmVbXyq1WNhFVr9tx7Vz9nY9hED3tgXega+H051Jyk8+hHqHxu HtfpjeHYI0uqMBOQRMHdUP38s7S8Ww0u9av6qjubqAyOex2pH0VvcLL1p7UOCryG; X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=TJHHuiZa c=1 sm=0 a=NUHa+3WtMyqubEU/lIUqxQ==:17 a=nuwCsDlj_NwA:10 a=1poGYrevpj8A:10 a=kj9zAlcOel0A:10 a=1oqGTYSLAAAA:8 a=Wp9SvN7dwUMA:10 a=rWdDcm16AAAA:8 a=ydc2HplFAAAA:8 a=DH85l4NE8ISIK2cow58A:9 a=CjuIK1q_8ugA:10 a=D4m4-e9C1FIA:10 a=jgoaQNzrKcYA:10 a=NUHa+3WtMyqubEU/lIUqxQ==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp04.embarq.synacor.com smtp.user=bsd-unix@embarqmail.com; auth=pass (LOGIN) Received: from [74.4.87.250] ([74.4.87.250:38341] helo=bem.milkyway.net) by smtp.centurylink.net (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTPA id 55/F2-17918-B4778815; Mon, 06 May 2013 23:38:52 -0400 Date: Mon, 6 May 2013 23:40:06 -0400 From: rpratt To: freebsd-questions@freebsd.org Subject: Re: script or c prog to record live audio? Message-Id: <20130506234006.8e90976a1f4aa679e4f074bd@embarqmail.com> In-Reply-To: <20130506231902.GA26387@ethic.thought.org> References: <20130506231902.GA26387@ethic.thought.org> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.6; i386-portbld-freebsd8.3) 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: Tue, 07 May 2013 03:38:59 -0000 On Mon, 6 May 2013 16:19:02 -0700 Gary Kline wrote: > I've been meaning to ask one of the Nix lists if there is a script that > will record something from kuow.org To play audio stream: mplayer -playlist 'http://shoutcast.kuow.org:8002/listen.pls' To dump the audio stream to file: mplayer -dumpstream -dumpfile foo.mp3 -playlist '... URL ...' No need to reinvent wheels. See man page for more description and many other options. Enjoy, Randy From owner-freebsd-questions@FreeBSD.ORG Tue May 7 05:02: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 8E9C9B28 for ; Tue, 7 May 2013 05:02:12 +0000 (UTC) (envelope-from kline@thought.org) Received: from p3plsmtpa07-02.prod.phx3.secureserver.net (p3plsmtpa07-02.prod.phx3.secureserver.net [173.201.192.231]) by mx1.freebsd.org (Postfix) with ESMTP id 73EF2EB7 for ; Tue, 7 May 2013 05:02:12 +0000 (UTC) Received: from ethic.thought.org ([209.180.213.209]) by p3plsmtpa07-02.prod.phx3.secureserver.net with id Yt0b1l0094XeM0101t0brn; Mon, 06 May 2013 22:00:36 -0700 Date: Mon, 6 May 2013 22:00:34 -0700 From: Gary Kline To: Joshua Isom Subject: Re: script or c prog to record live audio? Message-ID: <20130507050034.GA28333@ethic.thought.org> References: <20130506231902.GA26387@ethic.thought.org> <518849BD.6010709@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <518849BD.6010709@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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, 07 May 2013 05:02:12 -0000 On Mon, May 06, 2013 at 07:24:29PM -0500, Joshua Isom wrote: > On 5/6/2013 6:19 PM, Gary Kline wrote: > > > >guys, > > > >I've been meaning to ask one of the Nix lists if there is a script that > >will record something from kuow.org while I watch one of my favorite tv > >broadcasts. most of the time, nothing is on tv, but this one radio > >broadcast, "AR" co-insides with "NOVA" at 21:00. > > > >anybody know? > > > > > > > > The hackish way I've done before is use wireshark do dump the > network stream. In reality, I think you might be able to get by > with fetch. I just tried and fetch closes the connection before > buffering, using telnet does the transmit. The trick is mp3 streams > are just inefficient mp3's. Maybe wget would work. You can add a > cron job to start it and another to kill it. I'm checking fetch out now; I know a bit about wireshark and have used wget frequently. but, nutshell, this might be a serious hack! still, since it's only for me, no problem. thanks for the datapoints! > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix Twenty-six years of service to the Unix community. From owner-freebsd-questions@FreeBSD.ORG Tue May 7 05:15: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 ED618D46 for ; Tue, 7 May 2013 05:15:08 +0000 (UTC) (envelope-from kline@thought.org) Received: from p3plsmtpa09-05.prod.phx3.secureserver.net (p3plsmtpa09-05.prod.phx3.secureserver.net [173.201.193.234]) by mx1.freebsd.org (Postfix) with ESMTP id D1DA4F12 for ; Tue, 7 May 2013 05:15:08 +0000 (UTC) Received: from ethic.thought.org ([209.180.213.209]) by p3plsmtpa09-05.prod.phx3.secureserver.net with id YtF01l00F4XeM0101tF1Pu; Mon, 06 May 2013 22:15:01 -0700 Date: Mon, 6 May 2013 22:15:00 -0700 From: Gary Kline To: rpratt Subject: Re: script or c prog to record live audio? Message-ID: <20130507051500.GB28333@ethic.thought.org> References: <20130506231902.GA26387@ethic.thought.org> <20130506234006.8e90976a1f4aa679e4f074bd@embarqmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130506234006.8e90976a1f4aa679e4f074bd@embarqmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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, 07 May 2013 05:15:09 -0000 On Mon, May 06, 2013 at 11:40:06PM -0400, rpratt wrote: > On Mon, 6 May 2013 16:19:02 -0700 > Gary Kline wrote: > > I've been meaning to ask one of the Nix lists if there is a script that > > will record something from kuow.org > > To play audio stream: > > mplayer -playlist 'http://shoutcast.kuow.org:8002/listen.pls' > > To dump the audio stream to file: > > mplayer -dumpstream -dumpfile foo.mp3 -playlist '... URL ...' > > No need to reinvent wheels. See man page for more description and many other > options. > > Enjoy, > Randy right on the money; about reinventing wheels; I can cron the dumpstream {=news= to me!} and play back whenever! {i wasnt kidding when I said I was getting Old. my bed is singing siren songs.} tx muchly, gary > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix Twenty-six years of service to the Unix community. From owner-freebsd-questions@FreeBSD.ORG Tue May 7 06:25: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 93158D5F for ; Tue, 7 May 2013 06:25:05 +0000 (UTC) (envelope-from carlopmart@gmail.com) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 33C6C19B for ; Tue, 7 May 2013 06:25:05 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id ey16so3339946wid.12 for ; Mon, 06 May 2013 23:25:04 -0700 (PDT) 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=VY0+1gNUKN69jF/kaxnGG4n7rdxwMbCChHSLgEYDOWg=; b=hKiInzLOp+sRemSDxcRSTbCpylgQh1NFNGa8IeMqYvB8j6FrgJM66Z34F9qqWKCrgX ikBz0rS3CNt0/8lIRKYUgbJoz6sQS/IZvdLlGp4wZiXwAo3WCajmt+ujfw+MNxq1dVuy RG5TJcKjujmfv8S4plMqxRpNdQ7jrvqzDmDFc9nHZKBHgKFJ8Na4A3ooMI2QVOSH9zos lBQVFG66xlQK0wm5NzGZ0WCfMoCFTl/BAsmT+r60RVygABdW/I9gXlHC/9M7KwHINi2t Rpo3SuZe07dYmzxQAwhYITzMyE2WwLGUG76vSYvEE75giLoTfIjEKy42cGmaTFhpO+bt X/Sw== MIME-Version: 1.0 X-Received: by 10.180.185.207 with SMTP id fe15mr774529wic.33.1367907904291; Mon, 06 May 2013 23:25:04 -0700 (PDT) Received: by 10.194.71.34 with HTTP; Mon, 6 May 2013 23:25:04 -0700 (PDT) Date: Tue, 7 May 2013 06:25:04 +0000 Message-ID: Subject: Enabling netmap in FreeBSD 9.1 From: "C. L. Martinez" To: freebsd-questions@freebsd.org 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: Tue, 07 May 2013 06:25:05 -0000 Hi all, According to fbsd 9.1's release notes, netmap is included in this release, but how do I need to do to enable this feature?. Do I need to recompile default kernel with 'device netmap' option enabled?. Only load kernel modules?. My fbsd hosts use em drivers. Thanks. From owner-freebsd-questions@FreeBSD.ORG Tue May 7 07:05:00 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 A28EB9EC for ; Tue, 7 May 2013 07:05:00 +0000 (UTC) (envelope-from oritm@mellanox.com) Received: from eu1sys200aog125.obsmtp.com (eu1sys200aog125.obsmtp.com [207.126.144.159]) by mx1.freebsd.org (Postfix) with ESMTP id BE3192D2 for ; Tue, 7 May 2013 07:04:59 +0000 (UTC) Received: from MTLCAS01.mtl.com ([193.47.165.155]) (using TLSv1) by eu1sys200aob125.postini.com ([207.126.147.11]) with SMTP ID DSNKUYinlaxZclq67IbtZYlDK7jvD51Yhh1X@postini.com; Tue, 07 May 2013 07:04:59 UTC Received: from MTLDAG01.mtl.com ([10.0.8.75]) by MTLCAS01.mtl.com ([10.0.8.71]) with mapi id 14.03.0123.003; Tue, 7 May 2013 09:51:01 +0300 From: Orit Moskovich To: "freebsd-questions@freebsd.org" Subject: FreeBSD spinlock Thread-Topic: FreeBSD spinlock Thread-Index: Ac5K7vYG/xNMOYgfR/6WxAGJ0D8uOw== Date: Tue, 7 May 2013 06:51:01 +0000 Message-ID: <981733489AB3BD4DB24B48340F53E0A55B0CDE16@MTLDAG01.mtl.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.0.13.1] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.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, 07 May 2013 07:05:00 -0000 Hi, I read a bit about the FreeBSD mutex implementation for spinlock. I might be wrong, but I noticed a code section that might be problematic: Taken from http://svn.freebsd.org/base/release/9.1.0/sys/ofed/include/linux= /spinlock.h: static inline void spin_lock_init(spinlock_t *lock) { memset(&lock->m, 0, sizeof(lock->m)); mtx_init(&lock->m, "lnxspin", NULL, MTX_DEF | MTX_NOWITNESS); } But MTX_DEF initializes mutex as a sleep mutex: By default, MTX_DEF mutexes will context switch when they are already held. There is a flag MTX_SPIN Which I think is the right one in this case . I'd appreciate your take on this issue. Thanks, Orit Moskovich From owner-freebsd-questions@FreeBSD.ORG Tue May 7 15:17:31 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 C3549DF3 for ; Tue, 7 May 2013 15:17:31 +0000 (UTC) (envelope-from jan0sch@gmx.net) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) by mx1.freebsd.org (Postfix) with ESMTP id 42AE6E61 for ; Tue, 7 May 2013 15:17:30 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.33]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MhgAH-1Uw3cg2eqh-00Mtc8 for ; Tue, 07 May 2013 17:17:29 +0200 Received: (qmail invoked by alias); 07 May 2013 15:17:29 -0000 Received: from dslb-088-072-208-008.pools.arcor-ip.net (EHLO thor.rostock.home) [88.72.208.8] by mail.gmx.net (mp033) with SMTP; 07 May 2013 17:17:29 +0200 X-Authenticated: #1545395 X-Provags-ID: V01U2FsdGVkX18zNDR5POEzsL5+6pahHzMmUOBZMhmBE6nHXAOvci VvBLMuIO49B1T/ Date: Tue, 7 May 2013 17:16:34 +0200 From: Jens Jahnke To: freebsd-questions@freebsd.org Subject: TexLive in ports running endless on compile? Message-Id: <20130507171634.91733a1e30c12b114665566c@gmx.net> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.17; amd64-portbld-freebsd9.1) 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=_Tue__7_May_2013_17_16_34_+0200_3o/b4=aNpfr5sIgL" 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: Tue, 07 May 2013 15:17:31 -0000 --Signature=_Tue__7_May_2013_17_16_34_+0200_3o/b4=aNpfr5sIgL Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I've seen that texlive has finally landed in the ports tree and as I had a fresh and clean setup system ready I tried it out. I tried to install texlive-full which started out okay but the last line in my terminal is: fmtutil: running `ptex -ini -jobname=3Dptex -progname=3Dptex ptex.ini #ptex' ... The ptex job is now running for 6 hours on a system with an i5 cpu and an ssd. Is this normal or is something broken here? Regards, Jens --=20 07. Wonnemond 2013, 17:13 Homepage : http://www.jan0sch.de Invest in physics -- own a piece of Dirac! --Signature=_Tue__7_May_2013_17_16_34_+0200_3o/b4=aNpfr5sIgL Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQG8BAEBCgAGBQJRiRsIAAoJED2+SXzzbciGfJsM/3/lAHLXnrOgvyMuJGTOPRIS oXcjFfJkb8CreEyopOCxxzbaIy0uWqP3rCls6m8+Fy8C1BaKFoApqQCgK5ZkLnxo cl7RxYwmvhTRLiDvtSfWuguuHXIDJ2d0sMXTorlObw6fO0v2ASBB95eSQPSmlvig ipsttqZVcBMy8iyoyooJIMTFMuhyFsAihSlr5nGW7Ag7RXG23yula6n71RuVZzGv AZM4mXJg/AeZDL7KVyjoOqgjmotv146RRUbqLy2WsJtXhBOs3IMxa6Ng6pcmwazs QpBvjQyWgszx4NDpuu7oQetJcWl/Ktpywu2p21eQyXDRu+RJyMEhLbvu4JDsqNBf 5tSxnjcfy7t6JwrUIVwGVKVBSj8sBHKGwQKYctH3QezYrK3zv3rYt6RT9hfNJ79W /OO3WLZFZgOg5cq/URBSafQr2cvJW5+9J4AhGfnVfKn2hlaG9RqpcQ6RjquUO0xZ AC9ZFHlEtbScK3E8g2ygusx/o1QiBOcG+pRA+G7kZQ934ILm6FyZiku1a7fext6/ DHKP+wiqIrfUMW5F3nIT =PKGH -----END PGP SIGNATURE----- --Signature=_Tue__7_May_2013_17_16_34_+0200_3o/b4=aNpfr5sIgL-- From owner-freebsd-questions@FreeBSD.ORG Tue May 7 17:53: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 414601E9 for ; Tue, 7 May 2013 17:53:58 +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 0004784D for ; Tue, 7 May 2013 17:53:57 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UZm5L-0002Rs-5D for freebsd-questions@freebsd.org; Tue, 07 May 2013 19:53:55 +0200 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 ; Tue, 07 May 2013 19:53:55 +0200 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 ; Tue, 07 May 2013 19:53:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Re: Kernel Modules Documentation? Date: Tue, 7 May 2013 17:53:41 +0000 (UTC) Lines: 8 Message-ID: References: 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.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) 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, 07 May 2013 17:53:58 -0000 On Wed, 01 May 2013 20:33:21 -0700, Mehmet Erol Sanliturk wrote: > Text file . > > Thank you very much . OK. Sorry for the delay. It's at http://pastebin.com/wvxQRD9w From owner-freebsd-questions@FreeBSD.ORG Tue May 7 18: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 352AD9F0 for ; Tue, 7 May 2013 18:16:52 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id EAB2C9A9 for ; Tue, 7 May 2013 18:16:51 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id ia10so831050vcb.41 for ; Tue, 07 May 2013 11:16:51 -0700 (PDT) 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=H164KXcaOb7GOV3DejI3atVCpd4+oYqMYNqhvkLre7E=; b=bg3LR/9BV/yHHVUpzFo1ma62+Siu+Vl4Fi2r7JPw5YzSLcILfOPEALXluuylZkmQ4N am0brl49rmuOSl7t76z3ip9GGalfa7yFX3xDE5zrAC7gR8/Fn6XrohB2YwercV+kyo57 TrCCnCKOvf7j/AwvfYTRZ1X5mpAhsfjceEGkGNBJ/GEFakT/D16ykq8ecKyzJsuIlY60 9ZxzXu95sb2emqY7qh2U+jwke5I770daO4Mwr21JkCBiBK/s3rAcv8nhxw+gpoAx4PiJ 7RyZxnSbxZxz+6x0pHdQCKy5Oh+8Gh0HseRm6z2wE6ELBSPdwdOWEY+Bw/RB0C6jNlHC Pxyg== MIME-Version: 1.0 X-Received: by 10.58.180.196 with SMTP id dq4mr2112047vec.10.1367950611142; Tue, 07 May 2013 11:16:51 -0700 (PDT) Received: by 10.58.66.165 with HTTP; Tue, 7 May 2013 11:16:50 -0700 (PDT) In-Reply-To: References: Date: Tue, 7 May 2013 11:16:50 -0700 Message-ID: Subject: Re: Kernel Modules Documentation? From: Mehmet Erol Sanliturk To: Walter Hurry Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Questions Mailing 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: Tue, 07 May 2013 18:16:52 -0000 On Tue, May 7, 2013 at 10:53 AM, Walter Hurry wrote: > On Wed, 01 May 2013 20:33:21 -0700, Mehmet Erol Sanliturk wrote: > > > Text file . > > > > Thank you very much . > > OK. Sorry for the delay. > It's at http://pastebin.com/wvxQRD9w > > Thank you really . Access to PasteBin from Turkey is PROHIBITED . I am sorry . Thank you very much . Mehmet Erol Sanliturk From owner-freebsd-questions@FreeBSD.ORG Tue May 7 20:08: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 D6A07EC2 for ; Tue, 7 May 2013 20:08:03 +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 94C89F4D for ; Tue, 7 May 2013 20:08:03 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UZoB4-0001ht-Ie for freebsd-questions@freebsd.org; Tue, 07 May 2013 22:07:58 +0200 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 ; Tue, 07 May 2013 22:07:58 +0200 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 ; Tue, 07 May 2013 22:07:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Walter Hurry Subject: Re: Kernel Modules Documentation? Date: Tue, 7 May 2013 20:07:43 +0000 (UTC) Lines: 9 Message-ID: References: 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.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) 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, 07 May 2013 20:08:03 -0000 On Tue, 07 May 2013 11:16:50 -0700, Mehmet Erol Sanliturk wrote: > On Tue, May 7, 2013 at 10:53 AM, Walter Hurry > wrote: > > Access to PasteBin from Turkey is PROHIBITED . Oh. Try this then: https://dl.dropboxusercontent.com/u/6106778/kernel_modules.txt From owner-freebsd-questions@FreeBSD.ORG Tue May 7 20:46: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 C81AAA12 for ; Tue, 7 May 2013 20:46:57 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-vc0-f180.google.com (mail-vc0-f180.google.com [209.85.220.180]) by mx1.freebsd.org (Postfix) with ESMTP id 895D6129 for ; Tue, 7 May 2013 20:46:57 +0000 (UTC) Received: by mail-vc0-f180.google.com with SMTP id hv10so984414vcb.39 for ; Tue, 07 May 2013 13:46:50 -0700 (PDT) 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=XJLmGeEUOwk1/RIzIs4PBbMn21z+bDkxb9633ist3M0=; b=a4EOQeUz0s++zGgcsTHGXSl+p+leQ9mgM7ZSD1zjJ5quX+gzqcvvrlC/Jm78OTD6+v BpdPA6odCOSykPpmrGEfUaJtKLjBVOE3OsN9KKya7awJWuRJAHEILIbDFUEH/cqJOjLY ilMVqCddfM2E4pMQqN3OLBI82DX2ZPJb1tvMHQw7ezfmtGY6RwYg8m4jn5vdQE7vwKw1 UIv9/8O/0gsefsQDv4j+tQVD1Fm8fhftKHat2qagdYCM3KmMkkrhw5dCQ02lMoUwXFeQ sFMVScF35zZCzuILqt67y0dBW5WzORUtbkEjB2fXryfG266mULmwLhuDGTXZHA+q44xy I5nA== MIME-Version: 1.0 X-Received: by 10.220.222.8 with SMTP id ie8mr2508403vcb.27.1367959610803; Tue, 07 May 2013 13:46:50 -0700 (PDT) Received: by 10.58.66.165 with HTTP; Tue, 7 May 2013 13:46:50 -0700 (PDT) In-Reply-To: References: Date: Tue, 7 May 2013 13:46:50 -0700 Message-ID: Subject: Re: Kernel Modules Documentation? From: Mehmet Erol Sanliturk To: Walter Hurry Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Questions Mailing 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: Tue, 07 May 2013 20:46:57 -0000 On Tue, May 7, 2013 at 1:07 PM, Walter Hurry wrote: > On Tue, 07 May 2013 11:16:50 -0700, Mehmet Erol Sanliturk wrote: > > > On Tue, May 7, 2013 at 10:53 AM, Walter Hurry > > wrote: > > > > Access to PasteBin from Turkey is PROHIBITED . > > Oh. Try this then: > https://dl.dropboxusercontent.com/u/6106778/kernel_modules.txt > > The text has been saved successfully . Thank you very much . Mehmet Erol Sanliturk From owner-freebsd-questions@FreeBSD.ORG Tue May 7 21:33: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 9D85AEB for ; Tue, 7 May 2013 21:33:36 +0000 (UTC) (envelope-from Rama.Varma@keynote.com) Received: from nsmail12insm.keynote.com (nsmail12insm.keynote.com [65.198.48.192]) by mx1.freebsd.org (Postfix) with ESMTP id 89C952AC for ; Tue, 7 May 2013 21:33:36 +0000 (UTC) Received: from smprexch02.win.keynote.com ([172.16.10.122]) by nsmail12insm.keynote.com (8.13.8/8.13.8) with ESMTP id r47LHphi010293 for ; Tue, 7 May 2013 14:17:52 -0700 Received: from SMPREXCH01.win.keynote.com ([169.254.1.231]) by smprexch02.win.keynote.com ([172.16.10.122]) with mapi id 14.03.0123.003; Tue, 7 May 2013 14:17:51 -0700 From: Rama Varma To: "freebsd-questions@FreeBSD.org" Subject: Dummynet on 64 bit systems Thread-Topic: Dummynet on 64 bit systems Thread-Index: Ac5LaFOiA7HfNBCYSxGzWMaGavEiVg== Date: Tue, 7 May 2013 21:17:51 +0000 Message-ID: <61FA1A1209AFED40B9BD83DB675814540363CDF2@smprexch01.win.keynote.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.122.2.4] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 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, 07 May 2013 21:33:36 -0000 Hello, I was interested in knowing if Dummynet is supported on Windows 7 x64. I tried on 32 bit Windows 7 and works good. If it should work on 64 bit Windoows 7, can you let me know the install pro= cedure. Or do you have a digitally signed ipfw.sys ? Thanks Rama From owner-freebsd-questions@FreeBSD.ORG Tue May 7 21:42: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 A881121C for ; Tue, 7 May 2013 21:42:17 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) by mx1.freebsd.org (Postfix) with ESMTP id 7DB43306 for ; Tue, 7 May 2013 21:42:17 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id ar20so1890221iec.25 for ; Tue, 07 May 2013 14:42:16 -0700 (PDT) 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=P5d+2k6Q2gKG7VdVB049z3i61JN5ubYKR41AveUNdSA=; b=aiHDUx+aXDiEjWN1RyxjmWZF15cmhrtXCw/SS1oDti5AEpoghwnRkeleIvFJ8w1763 zSGsxmkYgnXXvwF+xWaYVZ8eQ0PgckNatf15K11HtYt14v51VzIqt2TzeuxncAJ5Tw47 99kGdKNEi6f90S3q9GYWWt6eW3cR3efqVBAsxh6D/QrcecFeRMNMorchmUrsisb4Koib VIE92/unAltte7X54Rl4CJgm958wKhWPri1wzXDYlsgz+A3Zbe2F69vdq+o4/cmmCohy 99V3LNoUfs6OuR16iNoKwRyXsklrCMB4S/IJsKIDKohn5+PuBilgOmp0YJQQk65SWZqk MmlA== X-Received: by 10.50.78.229 with SMTP id e5mr4734389igx.85.1367962936561; Tue, 07 May 2013 14:42:16 -0700 (PDT) Received: from [192.168.1.34] (c-98-212-197-211.hsd1.il.comcast.net. [98.212.197.211]) by mx.google.com with ESMTPSA id kc10sm1428655igb.0.2013.05.07.14.42.15 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 07 May 2013 14:42:16 -0700 (PDT) Message-ID: <5189752F.8050604@gmail.com> Date: Tue, 07 May 2013 16:42:07 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Dummynet on 64 bit systems References: <61FA1A1209AFED40B9BD83DB675814540363CDF2@smprexch01.win.keynote.com> In-Reply-To: <61FA1A1209AFED40B9BD83DB675814540363CDF2@smprexch01.win.keynote.com> 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, 07 May 2013 21:42:17 -0000 http://info.iet.unipi.it/~luigi/dummynet/#58be I wanted to do http://lmgtfy.com/?q=dummynet first, but it'll still help for other issues that might come up when using it on windows. On 5/7/2013 4:17 PM, Rama Varma wrote: > Hello, > > I was interested in knowing if Dummynet is supported on Windows 7 x64. > I tried on 32 bit Windows 7 and works good. > > If it should work on 64 bit Windoows 7, can you let me know the install procedure. > Or do you have a digitally signed ipfw.sys ? > > Thanks > > Rama > _______________________________________________ > 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 May 7 23:28:48 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 A085B96C for ; Tue, 7 May 2013 23:28:48 +0000 (UTC) (envelope-from kline@thought.org) Received: from p3plsmtpa07-10.prod.phx3.secureserver.net (p3plsmtpa07-10.prod.phx3.secureserver.net [173.201.192.239]) by mx1.freebsd.org (Postfix) with ESMTP id 8B19B8B0 for ; Tue, 7 May 2013 23:28:48 +0000 (UTC) Received: from ethic.thought.org ([209.180.213.209]) by p3plsmtpa07-10.prod.phx3.secureserver.net with id ZBTB1l00T4XeM0101BTC1C; Tue, 07 May 2013 16:27:12 -0700 Date: Tue, 7 May 2013 16:27:11 -0700 From: Gary Kline To: FreeBSD Mailing List Subject: who wants "thought.org"? Message-ID: <20130507232711.GA6935@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-Mailman-Approved-At: Wed, 08 May 2013 01:38:40 +0000 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, 07 May 2013 23:28:48 -0000 people, I can do a lot of stuff with my domain, but nothing is forever, and id rather not give thought.org away for a few hundred bux. I would like to know if anybody on this [[or other]] freebsd lists want to take over when I seriously Am too old.... be nice if thought.org could be subsumed into something "bsd"; but whatever. my daughter is ===hopefully=== going into comp-sci and maybe she'll be interested. she will be a high school sr this fall and that means {??} **9**9**9. thought id throw this open while I can still Type!! gary -- 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 Wed May 8 07:56: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 6C03C9D4; Wed, 8 May 2013 07:56:27 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 33942C0F; Wed, 8 May 2013 07:56:26 +0000 (UTC) Received: from [89.204.137.54] (helo=tiny.Sisis.de) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UZzEd-0002kM-5r; Wed, 08 May 2013 09:56:25 +0200 Received: from tiny.Sisis.de (localhost [127.0.0.1]) by tiny.Sisis.de (8.14.5/8.14.3) with ESMTP id r487uKq4001119; Wed, 8 May 2013 09:56:20 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by tiny.Sisis.de (8.14.5/8.14.3/Submit) id r487uJLQ001118; Wed, 8 May 2013 09:56:19 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: tiny.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Wed, 8 May 2013 09:56:19 +0200 From: Matthias Apitz To: freebsd-x11@freebsd.org Subject: Re: xorg-server-1.7.7_6,1 crashes (from ports head) Message-ID: <20130508075618.GA1090@tiny.Sisis.de> References: <20130507124537.GA1073@tiny.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20130507124537.GA1073@tiny.Sisis.de> X-Operating-System: FreeBSD 10.0-CURRENT r235646 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 89.204.137.54 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2013 07:56:27 -0000 El día Tuesday, May 07, 2013 a las 02:45:39PM +0200, Matthias Apitz escribió: > xorg-server-1.7.7_6,1 X.Org X server and related programs > > all ports are from r315646 (1st of April); > > I randomly face X11 crashes with the following symtoms: > > - the display is filled with some colored pattern > > - X11 seems to be still running, because I can switch with Ctrl-Alt-F1 > to the console where "startx" was launched; and Alt+F9 brings back to > the unuseable display; > ... Hello, Until know the reaction in our mailing list is easy to count: zero :-( Please be kind and give me some hints about best options I have: - Do we have another Xserver in the ports to try? - Should I post a bug report in our Gnats? - Should I go to the lists.x.org? - Any options of the Xorg server to test or to get debug messages of the crash? - Anything else? I have already ordered a new 2 GByte ddr2 RAM to change the memory, but as well it could be the video card or anthing else... Thanks matthias -- Sent from my FreeBSD netbook Matthias Apitz | - No system with backdoors like Apple/Android E-mail: guru@unixarea.de | - Never being an iSlave WWW: http://www.unixarea.de/ | - No proprietary attachments, no HTML/RTF in E-mail phone: +49-170-4527211 | - Respect for open standards From owner-freebsd-questions@FreeBSD.ORG Wed May 8 10:55: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 29D3094D for ; Wed, 8 May 2013 10:55:28 +0000 (UTC) (envelope-from markcallahan@jangomail.com) Received: from xl18-g.jsmtp.net (xl18-g.jsmtp.net [173.244.184.196]) by mx1.freebsd.org (Postfix) with ESMTP id BEDAC777 for ; Wed, 8 May 2013 10:55:27 +0000 (UTC) Message-ID: <184082928276758622067@jngomktg.net> Subject: Access to 2 million CV's From: "Brett - TalentSpa" Date: Wed, 8 May 2013 09:10:00 +0000 To: questions@freebsd.org X-Priority: 3 MIME-Version: 1.0 X-Mailer: N/A X-UserID: 1840829.282767586 X-VConfig: 22067 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Brett - TalentSpa List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2013 10:55:28 -0000 iProfile launches 'TalentSpa'  - access to over 2 million CV’s   iProfile, Europe’s largest CV exchange of over 7 million candidate has launched TalentSpa, a continuously updating source of more than 2 million CV’s.   Make more placements through our huge source of unique candidatesSignificantly reduce your spend on job board advertisingFind candidates faster with our world leading search technology   Access TalentSpa for only £100 per user per month on a 3 month trial.   To find out more or to book a demo click here. This e-mail was sent by iProfile, located at International House, Castle Hill, Victoria Road, Douglas, Isle of Man IM2 4RB (United Kindom). To receive no further e-mails, please reply to this e-mail with "unlist" in the Subject line. From owner-freebsd-questions@FreeBSD.ORG Wed May 8 11: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 CA2A31C5 for ; Wed, 8 May 2013 11:17:53 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 79C0283C for ; Wed, 8 May 2013 11:17:53 +0000 (UTC) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 6B8D33A47F9 for ; Wed, 8 May 2013 18:09:55 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= subject:subject:from:from:message-id:date:date:received:received :received; s=selector1; t=1368011395; x=1369825796; bh=b+2bxDMOg cTHi5CJZJlHVr8ujz4+acQmCrejmY58Qg4=; b=S7d6YCgx2cuCFZy0p+gkVmgkT ZiOIv+mXsoEiITqepQxoKQVw/CiZ0Ejx6ORCA5aEEz1eBUPHFS0g+yE1a/YJZiu7 YTFcFaK9/LamfKVFFujBX7DhJq+lTryq9kjMqXLQRU5Mh8egi+sy8VFFBd5CX24S ig72FwIsRJrchn5cKw= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id t8sqg2ouX3PC for ; Wed, 8 May 2013 18:09:55 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 076F73A393A for ; Wed, 8 May 2013 18:09:55 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.6/8.14.6/Submit) id r48B9sg7066756; Wed, 8 May 2013 18:09:54 +0700 (ICT) (envelope-from on) Date: Wed, 8 May 2013 18:09:54 +0700 (ICT) Message-Id: <201305081109.r48B9sg7066756@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org Subject: VMware tools for 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, 08 May 2013 11:17:53 -0000 Hi, I am running an ESXi 5.1 VMware server, with one FreeBSD (8.3) guest. I am trying to figure how to install the VMware tools: - the linux one are working, but I woul prefere a more native FreeBSD - should I install /usr/ports/emulators/vmware-guest6d ? It fails with not finding vmware-guestd. - should I install /usr/ports/emulators/vmware-tools6 ? It seems it needs vmware-guest6d as a prerequisite. What else? All documentation I find on the web refers to a VMwareTools for FreeBSD, that I could not locate. Help please. Olivier From owner-freebsd-questions@FreeBSD.ORG Wed May 8 11:56: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 867EAA98 for ; Wed, 8 May 2013 11:56:55 +0000 (UTC) (envelope-from feld@feld.me) Received: from new1-smtp.messagingengine.com (new1-smtp.messagingengine.com [66.111.4.221]) by mx1.freebsd.org (Postfix) with ESMTP id 5ABA59C2 for ; Wed, 8 May 2013 11:56:54 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 4A9402084 for ; Wed, 8 May 2013 07:56:48 -0400 (EDT) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute3.internal (MEProxy); Wed, 08 May 2013 07:56:48 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=feld.me; h= content-type:to:subject:references:date:mime-version :content-transfer-encoding:from:message-id:in-reply-to; s= mesmtp; bh=KwS4IvXQ6tPkwmzXU3MtKm5UNx8=; b=Xpq4wzObiKzfjzmDO9f3I dc7VVcPaWu/7uDdS3notLSleDHow65HZcheK++b6at6nr5DFTHzltgnFGRr+YmMC kIQBSE3+7S/lDfmiwuXcNIvh9gfix+yOBRCUcTRLOCFnyEYHuKfcWQxvpANNpJ3i IWfMd8SJQIAmEgL3QH7QP4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:to:subject:references:date :mime-version:content-transfer-encoding:from:message-id :in-reply-to; s=smtpout; bh=KwS4IvXQ6tPkwmzXU3MtKm5UNx8=; b=mycd JcjYiNmqxjXxUAyFiBmAbSdx3u8yfelFn/YzJHNQUe82qMonEIfWd2FWd9AwUw0W nbbmDbwyamC9FjJX+BhozlKyWlYaZK8eY6OdJTXin4X2XBmozBx7j2Z4LEiGgF0V NCq8JmuAZXktPD1oC94nF7N/cgZWpFuniIXm1vo= X-Sasl-enc: BwDsuqBx7Wr5a+C+l8eyNxE1Y69curxgtj5n+Ans1mFr 1368014207 Received: from tech304.office.supranet.net (unknown [66.170.8.18]) by mail.messagingengine.com (Postfix) with ESMTPA id B4F33C8000C for ; Wed, 8 May 2013 07:56:47 -0400 (EDT) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-questions@freebsd.org Subject: Re: VMware tools for FreeBSD References: <201305081109.r48B9sg7066756@banyan.cs.ait.ac.th> Date: Wed, 08 May 2013 06:56:47 -0500 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Mark Felder" Message-ID: In-Reply-To: <201305081109.r48B9sg7066756@banyan.cs.ait.ac.th> User-Agent: Opera Mail/12.14 (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, 08 May 2013 11:56:55 -0000 If this is a production server operation VMWare will *only* support you running their list of supported FreeBSD versions and their official VMWare Tools. This means you'll often be left behind several releases with the most recent available being completely abandoned by the FreeBSD project. It's a sad situation that they call this "supported". If you really don't have any concerns about that what you want is emulators/open-vm-tools or emulators/open-vm-tools-nox11 From owner-freebsd-questions@FreeBSD.ORG Wed May 8 12:38: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 09F886BF for ; Wed, 8 May 2013 12:38:08 +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 DA837C2C for ; Wed, 8 May 2013 12:38:07 +0000 (UTC) Received: from 66-189-39-69.dhcp.oxfr.ma.charter.com ([66.189.39.69] helo=Gregory-Larkins-iMac.local) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1Ua34v-0004ar-3M; Wed, 08 May 2013 08:02:44 -0400 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 7FA081E31378; Wed, 8 May 2013 08:02:36 -0400 (EDT) Message-ID: <518A3EDA.1040303@FreeBSD.org> Date: Wed, 08 May 2013 08:02:34 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Olivier Nicole References: <201305081109.r48B9sg7066756@banyan.cs.ait.ac.th> In-Reply-To: <201305081109.r48B9sg7066756@banyan.cs.ait.ac.th> X-Enigmail-Version: 1.5.1 X-SA-Exim-Connect-IP: 66.189.39.69 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=-0.8 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.1 Subject: Re: VMware tools for FreeBSD Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) Cc: 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, 08 May 2013 12:38:08 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 5/8/13 7:09 AM, Olivier Nicole wrote: > Hi, > > I am running an ESXi 5.1 VMware server, with one FreeBSD (8.3) > guest. > > I am trying to figure how to install the VMware tools: > > - the linux one are working, but I woul prefere a more native > FreeBSD > > - should I install /usr/ports/emulators/vmware-guest6d ? It fails > with not finding vmware-guestd. > > - should I install /usr/ports/emulators/vmware-tools6 ? It seems > it needs vmware-guest6d as a prerequisite. > > What else? All documentation I find on the web refers to a > VMwareTools for FreeBSD, that I could not locate. > > Help please. > > Olivier Hi Olivier, If you want to install the official VMware guest tools for FreeBSD, check pages 25-26 in this document: http://www.vmware.com/pdf/vmware-tools-installation-configuration.pdf If you have any further questions, please reply here and we'll go from there. Best of luck, 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/ iEYEARECAAYFAlGKPtoACgkQ0sRouByUApAhsQCfTH77ZqtdqEpqBNc9brUyUwW8 j/0An3Ho9UW8u+Yp2pTEqnwUzjkiejS1 =r8zT -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Wed May 8 14:10: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 A7AE5F4B for ; Wed, 8 May 2013 14:10:20 +0000 (UTC) (envelope-from firmdog@gmail.com) Received: from mail-ea0-x233.google.com (mail-ea0-x233.google.com [IPv6:2a00:1450:4013:c01::233]) by mx1.freebsd.org (Postfix) with ESMTP id 4B4A9108 for ; Wed, 8 May 2013 14:10:20 +0000 (UTC) Received: by mail-ea0-f179.google.com with SMTP id h14so950856eaj.38 for ; Wed, 08 May 2013 07:10:19 -0700 (PDT) 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=02Sv33+cxd2eM1Tk4LEYQQBXvliTYzZz2ZXV7GgAz2s=; b=DunMVtdsF8aWpQ0AaznLPecmXYy4Bb8LRdOayRvdXprTWxFYLyPuI32OzE2eDo0iG2 +aD2JQZapFlHyv9yLDV6YDucjwJPZvPfwK1bX1tgxhZ9or/PJykAwamPzE+BecRg0uAq FT12lVKYIdyLL2PHR4NwbhxUDDUlhGI2o8/jaIriGAeMDMGqv9s/xwa6iiQHUZPVLVib NTqE0uQi1M5QGmS0oXmBFFhqLd8bGS2uxrUvN1cQlEvL445lrChHrrPSwUkWiVHFbtkH UW6H6bCBD8LQvMLzUN9dnM6mzhQ3xN2IYtNij9t8/rNr8/AJbEhE+pfzUHNDgGXc+0SP jjuA== MIME-Version: 1.0 X-Received: by 10.15.107.77 with SMTP id ca53mr17289560eeb.40.1368022219486; Wed, 08 May 2013 07:10:19 -0700 (PDT) Received: by 10.14.138.141 with HTTP; Wed, 8 May 2013 07:10:19 -0700 (PDT) Date: Wed, 8 May 2013 10:10:19 -0400 Message-ID: Subject: small fanless mini-pc for home router/firewall? From: "firmdog@gmail.com" 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: Wed, 08 May 2013 14:10:20 -0000 What is the best option out there for a mini-pc to run FreeBSD as a home router/firewall? (needs to have 2 nic's) From owner-freebsd-questions@FreeBSD.ORG Wed May 8 14:25: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 9EF10428 for ; Wed, 8 May 2013 14:25:07 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com [209.85.217.177]) by mx1.freebsd.org (Postfix) with ESMTP id 2E2CE1C1 for ; Wed, 8 May 2013 14:25:06 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id 13so2003947lba.22 for ; Wed, 08 May 2013 07:24:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:x-originating-ip:in-reply-to:references :date:message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=5ATs+hLoSl6cxW5QcUIphiqqiTyrc0T7BJnmV7uAc8k=; b=TCo2ZEsSmufMw64HLzqIaGSk0e7m3kfS+/sYwAYP8uTYhA5UW5bYLRokSENfq1bJXE MNg9U1/NTmn33Ou7Jhnv6NgPE2tbUCtjsU86I+fo2t3cUOua8FtWu7rERkkrwmiixDqL R7XQ6H2lSXyobSNyUVwk1RM83A90a8xdamBTYcWCWuDZeePiyz8xxTv+W24g3kd/v27A zf71I6JiVO4VSIaZWfhffAH06UyraNOODHX8l4G7vg2drCCBYoxbpJyDFclWIxw89dSr 8c4LDnVl1Sf9SY+jOPipJkG1Rb4bPgFm1QMu5ixG+1zOp3o6Um88b0XSNOVqBcoVQerW cdyg== MIME-Version: 1.0 X-Received: by 10.112.20.199 with SMTP id p7mr3346640lbe.71.1368023099779; Wed, 08 May 2013 07:24:59 -0700 (PDT) Received: by 10.112.137.8 with HTTP; Wed, 8 May 2013 07:24:59 -0700 (PDT) X-Originating-IP: [93.221.178.147] In-Reply-To: References: Date: Wed, 8 May 2013 16:24:59 +0200 Message-ID: Subject: Re: small fanless mini-pc for home router/firewall? From: "C. P. Ghost" To: "firmdog@gmail.com" X-Gm-Message-State: ALoCoQkBzAj2A1MhZorOaB8zkldL4ecLsLODehcruTkImCTSsuI6YL8Aae/eZ4qBB3tbWmHYeUmI Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Mailing 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, 08 May 2013 14:25:07 -0000 On Wed, May 8, 2013 at 4:10 PM, firmdog@gmail.com wrote: > What is the best option out there for a mini-pc to run FreeBSD as a home > router/firewall? (needs to have 2 nic's) > I had some pretty good experiences with older Soekris models (net-4801) acting as fanless routers and little servers (DHCP, NFS, lighttpd, etc...). http://soekris.com/products/net4801.html I don't know how well their newer products run on FreeBSD though, especially after the switch to clang. Others on this list may be able to add their experiences. -cpghost. -- Cordula's Web. http://www.cordula.ws/ From owner-freebsd-questions@FreeBSD.ORG Wed May 8 14:30: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 BEA9E5BD for ; Wed, 8 May 2013 14:30:58 +0000 (UTC) (envelope-from peter@boosten.org) Received: from smtpq1.tb.mail.iss.as9143.net (smtpq1.tb.mail.iss.as9143.net [212.54.42.164]) by mx1.freebsd.org (Postfix) with ESMTP id 7EA6122B for ; Wed, 8 May 2013 14:30:58 +0000 (UTC) Received: from [212.54.42.135] (helo=smtp4.tb.mail.iss.as9143.net) by smtpq1.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Ua5OK-0002t4-H4; Wed, 08 May 2013 16:30:48 +0200 Received: from 5419839c.cm-5-2c.dynamic.ziggo.nl ([84.25.131.156] helo=ra.egypt.nl) by smtp4.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Ua5OK-0001z8-94; Wed, 08 May 2013 16:30:48 +0200 Received: from ra.egypt.nl (localhost.egypt.nl [127.0.0.1]) by ra.egypt.nl (Postfix) with ESMTP id C7C8B39A22; Wed, 8 May 2013 16:30:45 +0200 (CEST) X-Virus-Scanned: amavisd-new at boosten.org Received: from ra.egypt.nl ([127.0.0.1]) by ra.egypt.nl (ra.egypt.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FrMAuEA_8Ahl; Wed, 8 May 2013 16:30:42 +0200 (CEST) Received: from [192.168.13.63] (Peter-iPad.egypt.nl [192.168.13.63]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by ra.egypt.nl (Postfix) with ESMTPS id 7A6C339873; Wed, 8 May 2013 16:30:42 +0200 (CEST) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPad Mail (10B329) From: Peter Boosten Subject: Re: small fanless mini-pc for home router/firewall? Date: Wed, 8 May 2013 16:30:43 +0200 To: FreeBSD Mailing List X-Ziggo-spambar: / X-Ziggo-spamscore: -0.9 X-Ziggo-spamreport: BAYES_00=-1.9, MIME_QP_LONG_LINE=0.001, RDNS_DYNAMIC=0.982, SPF_PASS=-0.001 X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No Cc: "firmdog@gmail.com" , "C. P. Ghost" 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, 08 May 2013 14:30:58 -0000 Op 8 mei 2013 om 16:24 heeft "C. P. Ghost" het volgende= geschreven: > On Wed, May 8, 2013 at 4:10 PM, firmdog@gmail.com wrot= e: >=20 >> What is the best option out there for a mini-pc to run FreeBSD as a home >> router/firewall? (needs to have 2 nic's) >=20 > I had some pretty good experiences with older Soekris models (net-4801) > acting as fanless routers and little servers (DHCP, NFS, lighttpd, etc...)= . >=20 > http://soekris.com/products/net4801.html >=20 > I don't know how well their newer products run on FreeBSD though, > especially after the switch to clang. Others on this list may be able > to add their experiences. >=20 > -cpghost. >=20 >=20 I had some serious performance problems running M0n0wall on a 4801. These we= re solved by replacing it with a 5501. But otherwise perfect hardware.=20 Peter= From owner-freebsd-questions@FreeBSD.ORG Wed May 8 14:48: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 E324CD1F for ; Wed, 8 May 2013 14:48:46 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from blue.qeng-ho.org (blue.qeng-ho.org [217.155.128.241]) by mx1.freebsd.org (Postfix) with ESMTP id 826CE336 for ; Wed, 8 May 2013 14:48:46 +0000 (UTC) Received: from fileserver.home.qeng-ho.org (localhost [127.0.0.1]) by fileserver.home.qeng-ho.org (8.14.5/8.14.5) with ESMTP id r48Emc9N048036; Wed, 8 May 2013 15:48:39 +0100 (BST) (envelope-from freebsd@qeng-ho.org) Message-ID: <518A65C6.3020902@qeng-ho.org> Date: Wed, 08 May 2013 15:48:38 +0100 From: Arthur Chance User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130504 Thunderbird/17.0.5 MIME-Version: 1.0 To: "firmdog@gmail.com" Subject: Re: small fanless mini-pc for home router/firewall? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; 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: Wed, 08 May 2013 14:48:46 -0000 On 05/08/13 15:10, firmdog@gmail.com wrote: > What is the best option out there for a mini-pc to run FreeBSD as a home > router/firewall? (needs to have 2 nic's) I use an alix2d3 running embedded pfSense as a 3 NIC (WAN, LAN, DMZ) router. If you only need 2 NICs go for the alix2d2. You can also add two mini-PCI WiFi cards to the 2d2 (or one to the 2d3) should you want WiFi as well. http://www.pcengines.ch/alix.htm I think you can get these from a supplier in the US as well, but someone else will have to tell you who. -- In the dungeons of Mordor, Sauron bred Orcs with LOLcats to create a new race of servants. Called Uruk-Oh-Hai in the Black Speech, they were cruel and delighted in torturing spelling and grammar. _Lord of the Rings 2.0, the Web Edition_ From owner-freebsd-questions@FreeBSD.ORG Wed May 8 14:51:26 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 CF20CFB3 for ; Wed, 8 May 2013 14:51:26 +0000 (UTC) (envelope-from hccip@hush.com) Received: from smtp2.hushmail.com (smtp2a.hushmail.com [65.39.178.237]) by mx1.freebsd.org (Postfix) with ESMTP id BB35036E for ; Wed, 8 May 2013 14:51:26 +0000 (UTC) Received: from smtp2.hushmail.com (smtp2a.hushmail.com [65.39.178.237]) by smtp2.hushmail.com (Postfix) with SMTP id BFA06E7D9C for ; Wed, 8 May 2013 14:20:32 +0000 (UTC) Received: from smtp.hushmail.com (w5.hushmail.com [65.39.178.80]) by smtp2.hushmail.com (Postfix) with ESMTP for ; Wed, 8 May 2013 14:20:32 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id A6DA0E6736; Wed, 8 May 2013 14:20:32 +0000 (UTC) MIME-Version: 1.0 Date: Wed, 08 May 2013 10:20:32 -0400 To: freebsd-questions@freebsd.org Subject: Buildworld Compile Error - ifmcstat From: hccip@hush.com Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20130508142032.A6DA0E6736@smtp.hushmail.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, 08 May 2013 14:51:26 -0000 FreeBSD 9.1-RELEASE-p3 ===> usr.sbin/ifmcstat (all) cc -O2 -pipe -march=nocona -DINET6 -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /usr/src/usr.sbin/ifmcstat/ifmcstat.c cc1: warnings being treated as errors /usr/src/usr.sbin/ifmcstat/ifmcstat.c:169: warning: 'in6_ifinfo' used but never defined *** [ifmcstat.o] Error code 1 Stop in /usr/src/usr.sbin/ifmcstat. *** [all] Error code 1 I recently removed WITHOUT_IPV6 and WITHOUT_IPV6_SUPPORT from my src.conf - that's why I'm rebuilding world - to get IPv6 support. The custom kernel I am currently running already has INET6. It seems a function definition for ifmcstat is missing somewhere? Thanks! From owner-freebsd-questions@FreeBSD.ORG Wed May 8 14:53:33 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 D36201B8 for ; Wed, 8 May 2013 14:53:33 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from blue.qeng-ho.org (blue.qeng-ho.org [217.155.128.241]) by mx1.freebsd.org (Postfix) with ESMTP id 725B338E for ; Wed, 8 May 2013 14:53:32 +0000 (UTC) Received: from fileserver.home.qeng-ho.org (localhost [127.0.0.1]) by fileserver.home.qeng-ho.org (8.14.5/8.14.5) with ESMTP id r48ErWpR048039; Wed, 8 May 2013 15:53:32 +0100 (BST) (envelope-from freebsd@qeng-ho.org) Message-ID: <518A66EC.5050104@qeng-ho.org> Date: Wed, 08 May 2013 15:53:32 +0100 From: Arthur Chance User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130504 Thunderbird/17.0.5 MIME-Version: 1.0 To: "firmdog@gmail.com" Subject: Re: small fanless mini-pc for home router/firewall? References: <518A65C6.3020902@qeng-ho.org> In-Reply-To: <518A65C6.3020902@qeng-ho.org> Content-Type: text/plain; charset=ISO-8859-1; 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: Wed, 08 May 2013 14:53:33 -0000 On 05/08/13 15:48, Arthur Chance wrote: > On 05/08/13 15:10, firmdog@gmail.com wrote: >> What is the best option out there for a mini-pc to run FreeBSD as a home >> router/firewall? (needs to have 2 nic's) > > I use an alix2d3 running embedded pfSense as a 3 NIC (WAN, LAN, DMZ) > router. If you only need 2 NICs go for the alix2d2. You can also add two > mini-PCI WiFi cards to the 2d2 (or one to the 2d3) should you want WiFi > as well. > > http://www.pcengines.ch/alix.htm > > I think you can get these from a supplier in the US as well, but someone > else will have to tell you who. As soon as I sent that I noticed the "shop" link on the Alix page gives you a list of providers round the world. They've expanded their outlets a lot since I bought mine. -- In the dungeons of Mordor, Sauron bred Orcs with LOLcats to create a new race of servants. Called Uruk-Oh-Hai in the Black Speech, they were cruel and delighted in torturing spelling and grammar. _Lord of the Rings 2.0, the Web Edition_ From owner-freebsd-questions@FreeBSD.ORG Wed May 8 14:55: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 4A62E272 for ; Wed, 8 May 2013 14:55:00 +0000 (UTC) (envelope-from peter@aboutsupport.com) Received: from mail-bk0-x235.google.com (mail-bk0-x235.google.com [IPv6:2a00:1450:4008:c01::235]) by mx1.freebsd.org (Postfix) with ESMTP id D1CE53D2 for ; Wed, 8 May 2013 14:54:59 +0000 (UTC) Received: by mail-bk0-f53.google.com with SMTP id i18so942637bkv.26 for ; Wed, 08 May 2013 07:54:58 -0700 (PDT) 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:cc :subject:references:in-reply-to:content-type :content-transfer-encoding:x-gm-message-state; bh=GThr8FNlQRuT4PuaPXUL9qoxluvoLmQzUMQO/ghv1jU=; b=p4FX5V4sAjHmEBcBg0AkmnYpnXOJdYSJVRKbO0Wtn9TXIEYQRrVUbx4lAIaU+79v6c zxK0xBDJaycYi8kVXHLALHoh2PBUN7cb2P26x02xe6m1lv8zLorfRs7ASe/XNBq3W0In 2m05TE13eDpnqatXQz5Ri+W8fq6e2iFndwTf5YHXjdlAiGeb2Gft0/V49RlqXfWPSKf6 gQbGK1nu+RhyduMrs+YQt4yv/qA0NaYFszg+ltWdvR0IP+crX/MKTydfSq5tJ9v1jSq7 uLpbRhDbWXu5quR/OX1xsUUwhFHXGoxbx37A5u25S8If+746NfU1dOAIvZfXxw3SHIWh 0pxw== X-Received: by 10.204.184.69 with SMTP id cj5mr1978189bkb.60.1368024898755; Wed, 08 May 2013 07:54:58 -0700 (PDT) Received: from [10.30.1.168] ([95.87.193.58]) by mx.google.com with ESMTPSA id f14sm8013963bky.16.2013.05.08.07.54.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 08 May 2013 07:54:57 -0700 (PDT) Message-ID: <518A673F.3030205@aboutsupport.com> Date: Wed, 08 May 2013 17:54:55 +0300 From: "Zyumbilev, Peter" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: "firmdog@gmail.com" Subject: Re: small fanless mini-pc for home router/firewall? References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlQBE/dyYrFMCrjfswCtGHPOjwTdvAhm1GY/SXB3GnCtqIcgTPTzmkZk9mwvgbQ8nl7dhlT 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, 08 May 2013 14:55:00 -0000 Hi, I currently run this one: http://www.applianceshop.eu/index.php/firewalls/opnsense/opnsense-desktop-and-wallmountable/opnsense-pfsense-appliance.html with pfsense 2 (it is freebsd too) Works great :) The only problems I see so far is when I push it at 90+ Mb/s it start to have issues with load but if do not plan such high speeds it work like charm..Kind of expensive though... Peter On 08/05/2013 17:10, firmdog@gmail.com wrote: > What is the best option out there for a mini-pc to run FreeBSD as a home > router/firewall? (needs to have 2 nic's) > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Wed May 8 15:32: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 CCB2333C for ; Wed, 8 May 2013 15:32:39 +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 9F37E838 for ; Wed, 8 May 2013 15:32:37 +0000 (UTC) Received: from www.dweimer.net (webmail.dweimer.local [192.168.5.2]) by webmail.dweimer.net (8.14.5/8.14.5) with ESMTP id r48FBZjG036300 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 8 May 2013 10:11:36 -0500 (CDT) (envelope-from dweimer@dweimer.net) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 08 May 2013 10:11:35 -0500 From: dweimer To: freebsd-questions@freebsd.org Subject: Re: small fanless mini-pc for home =?UTF-8?Q?router/firewall=3F?= Organization: dweimer.net Mail-Reply-To: dweimer@dweimer.net In-Reply-To: References: Message-ID: <5b6b26b3bbe98b55cd5a70d466a70424@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: Wed, 08 May 2013 15:32:39 -0000 On 05/08/2013 9:10 am, firmdog@gmail.com wrote: > What is the best option out there for a mini-pc to run FreeBSD as a > home > router/firewall? (needs to have 2 nic's) > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" You might want to look at the pfSense project, works great for this use, Embedded FreeBSD with Web configuration. they have a hardware page on the website with links to vendors where you can get some complete kits and do it your self assembly and installation for around $200 (using PC Engines Alix Boards), or for a little more pre-assembled, and installed systems. I have been running it at my house and 3 installations at work for well over a year, on the Alix platforms. Performance and stability have been great, though the Alix platform does lack memory and processor for doing much more than routing/dhcp/firewall/ipsec. I used one of the do it your-self kits at my house, and used pre-assembled and installed setups for work, big difference is writing the image to the compact flash yourself. Assembly is so simple it might as well not be called assembly. If you are wanting IPSEC do pay attention though to the throughput on the Alix systems, and what you have available on your bandwidth, the same would likely go for any of the low boarded fan less systems, they should all handle routing/firewall just fine for whatever bandwidth you likely have but once you starting getting into 15Mbits and up these smaller boards will likely struggle with IPSEC. -- Thanks, Dean E. Weimer http://www.dweimer.net/ From owner-freebsd-questions@FreeBSD.ORG Wed May 8 19:10: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 3FEC2827 for ; Wed, 8 May 2013 19:10:52 +0000 (UTC) (envelope-from bounces+52100-dba9-freebsd-questions=freebsd.org@email.altitudedigitalpartners.com) Received: from o2.email.altitudedigitalpartners.com (o2.email.altitudedigitalpartners.com [208.117.51.110]) by mx1.freebsd.org (Postfix) with SMTP id EEBC7824 for ; Wed, 8 May 2013 19:10:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d= altitudedigitalpartners.com; h=content-type:mime-version:from:to :reply-to:subject; s=smtpapi; bh=tx91YAfxII1R4N9cFgq496DBjLU=; b= GzjDLRsjgLtI1TVNfFB1jVjTfVwlhDxieC7RF94JwHNjJ1u3piEpD5zg42EBOuu4 eaWsDKSOQ7tOresdmrqQxtoS+oMYb1GcV8SrA8+EQYQKbM1yD+rM3ncaCHUSsNps nHkg6di5fMp5wkAFzppyTf/pvhqS8iOdWFFd5JSCsVI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=altitudedigitalpartners.com; h=content-type:mime-version:from:to:reply-to:subject; q=dns; s= smtpapi; b=VTWD9gsMYU4/SBaDqvJwFxZOPZf7GDOhzX3JHlrm9ahwCOHb5kMta s+VnyKb+zgVE+Dzo3ZIPCPF+mvFofkzgxZWYFrUdMBowL1GhsJ/2GoP9O5EEVOAX acmBbuPLHo6qNe7qVefMUmF/bp4Rs5b5SKwKRu8xjBhsCux0w9kIwo= Received: by 10.4.35.216 with SMTP id mf7.16650.518AA07B1 Wed, 08 May 2013 18:59:07 +0000 (UTC) Received: from NTIxMDA (174.37.65.4-static.reverse.softlayer.com [174.37.65.4]) by mi4.sendgrid.net (SG) with HTTP id 518aa07b.1a98.1575abc for ; Wed, 08 May 2013 13:59:07 -0500 (CST) MIME-Version: 1.0 From: Aaron Seligman To: freebsd-questions@FreeBSD.org Subject: Display & Video Campaigns-Inventory Needed Message-ID: <1368039547.0568389241738319@mf7.sendgrid.net> Date: Wed, 08 May 2013 18:59:07 +0000 (UTC) X-SG-EID: FFnPVu6lb0A5TuepcCdqxLOfczNEIxluOZzq9GOc07ryAPeByqssQ0je/6ICti6HZrnux9ccCDsjBRhsMvQH8KIj016aHkr8CnikhQOavlirPp/DMGIbFgHa+SKse0vV59nYh7aFkacGgxEi5Tm5eA== X-SG-ID: VPWZYjw6GOzHdwkwPeoX9QiEbzQXX/gF9P8njHP5+LCNEU+aq73lCRGZ4NQsdKa4RPbAb68fQ6SvDU5dJLgYJ6lmGKbIabGGKK9VHVI/5n6Iz/fy+cgIHAZnCEtHZ9pxc48ZsIQK7ymRtJog/INhXn/iwQXDTv1BkgxOoY6V9k1FPPR4TsfEM2VaOKsEDTAYGLVjHNHSyblhZPknMXIhog== DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d= altitudedigitalpartners.com; h=content-type:mime-version:from:to :reply-to:subject; s=smtpapi; bh=AylypFek3sBYYyJqKNg3V1ph56Q=; b= Jt4LmH+gytqzKAntdtA5x1I7V8Gh92J2VFWQ7hB2CNBl6vsJVqx0LYQnFJYGHVqC unEOS2eODSOoTMkwQ9EQtQiqLhgfY/Xk2MY3aSJU80czw1+WjOFdGpqBmytDv/3K ZzCldpa4RZ+4gJgqeBh6TVLz+BOsQtxktggkcHSBNvI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=altitudedigitalpartners.com; h=content-type:mime-version:from:to:reply-to:subject; q=dns; s= smtpapi; b=enP0jIG4z9rIw79U/uR3OoA0vJadjO3j82ErR5TSgztaktP3dWSEy LcIZ7iiY/gbZpQ/eQPz4SdVkqjzLZnGb0v+8qJKRcJUo9n1zVPKuJ2dyYbWom+H7 5iUySescHD2t/vpxw9c0YAsnD4KNr53C+GQjO24E62s2A35b9QGbgw= Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: aseligman@altitudedigitalpartners.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2013 19:10:52 -0000 Happy hump-day,=20 We have an opportunity with an RTB partner to monetize large amounts of dis= play and video inventory. Currently we are looking for quality inventory in= the following areas.=20 Display: (300*250, 160*600, 728*90) US inventory=20 INT Geo's; UK, CAN, AUS=20 Video: (Pre-roll, mid-roll and post-roll)=20 US inventory=20 INT Geo's; UK, CAN, AUS, Eastern Europe, Southeast Asia=20 Please let us know if you have additional volume in any of these geo's.=20 We are ready to move quickly and look forward to hearing from you.=20 Aaron Seligman| Sr. Business Development=20 Altitude Digital Inc=20 Aseligman@altitudedigitalpartners.com=20 Altitudedigitalpartners.com=20 o: 303-292-1414x25=20 f: 303-292-1255= From owner-freebsd-questions@FreeBSD.ORG Wed May 8 20:43:31 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 9FF9AA2B; Wed, 8 May 2013 20:43:31 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 6AAD4B3D; Wed, 8 May 2013 20:43:31 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id 728F63AF57; Wed, 8 May 2013 13:43:21 -0700 (PDT) From: "Ronald F. Guilmette" To: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Subject: Missing +CONTENTS syndrome: Selectively restoring +CONTENTS files Date: Wed, 08 May 2013 13:43:21 -0700 Message-ID: <46817.1368045801@server1.tristatelogic.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, 08 May 2013 20:43:31 -0000 A couple of three weeks ago or so, I experienced an unfortunate series of three or four system crashes, all of which I ultimately found to be attributable to CPU automatic over-temp shutdowns, where the reason for the overheating turned out to be something really rather stupid. Some cables inside the system's case had been obstructing the rotation of the CPU fan. That problem has long since been effectively resolved, and the system in question is functioning entirely normally again. An unfortunate side-effect of the crashes however... one of which I believe to have occured during a "portupgrade -a" operation... is that numerous of my /var/db/pkg/*/+CONTENTS files appear to have gone walkabout, for no apparently good reason. The first manifestation of this problem that I noticed was a series of messages of the following general form when I ran pkg_version: pkg_version: the package info for package 'XXXX-N.N.N' is corrupt (It appears that out of a total of 643 installed ports, only 59 of them are currenty suffering from this missing +CONTENTS syndrome.) Since I first noticed this problem/issue, I have taken pains to utterly avoid making any changes or updates to any of my ports. (I am frankly worried that if I did so, I might make matter worse than they already are.) Now I am finally making time to try to clean up this mess. With the help of Google, I have found various suggestions for how to cope, specifically, with the problem of missing +CONTENTS file(s). (I am apparently not the first person to have experienced this issue.) I am now trying to decide the best course of action, and would be happy for some advice. In the following posting: http://lists.freebsd.org/pipermail/freebsd-ports/2007-May/041552.html it was suggested to simply do "portinstall -i" (with the environment variable FORCE_PKG_REGISTER pre-set to "yes") for each of the affected packages. In this posting: http://lists.freebsd.org/pipermail/freebsd-questions/2003-May/006301.html it was suggested instead to cd to the directory for each port in turn, and then do "make install FORCE_PKG_REGISTER=YES". Elsewhere, I saw it suggested that _prior_ to such steps, it would be appropriate (and perhaps even necessary) to "rm -fr" the relevant /var/db/pkg port directory, before attempting any kind of re-install of any one of the affected/afflicted ports. I sincerely would like to know if others think that this is good advice, or not. More importantly than any of the forgoing hoever, I need to mention that I fortunately _do_ have a complete intact backup of my entire /var partition which was saved a mere two or three weeks prior to the set of system crashes that precipitated these ports problems. Given that I am in the habit of upgrading my existing ports and/or installing new ports only very sporadically, I do suspect that most or perhaps even all of the various +CONTENTS files within that /var backup could perhaps simply be copied from the backup to their corresponding locations within my /var/db/pkg directory, and that this would be an entirely fast and appropriate way to correct these issues for most or all of the affected ports. The question I have, of course, is the obvious one: Is there any definitive way for me to tell whether or not, for any given individual port, I can simply restore the corresponding +CONTENTS file from the (slightly stale) backup? I'm worried that simply restoring these 59 +CONTENTS files from my backup may be inappropriate, and may cause me yet more headaches, because it is possible that for some of the affected ports, I _did_ successfully update those to newer versions, sometime between the time that I made that backup of /var and the time of my heat-induced system crashes, and the corresponding magical disappearance of these 59 distinct +CONTENTS files. If there were a way to tell which of my backup +CONTENTS files were still valid and usable, and which ones weren't, then that would be most helpful to know. Any and all comments and/or guidance appreciated. Regards, rfg P.S. It is, of course, more than passing strange that any system crash, even in the middle of a "portupgrade -a" operation, would selectively cause a large set of _just_ various +CONTENTS files to utterly disappear, and others who have also experienced this missing +CONTENTS syndrome have also made this same comment. I do suspect that somewhere someone has a pretty good idea of the mechanism by which such havoc might arise, and I can only hope that whoever that is, he or she is considering changes that might perhaps make port upgrading just a tiny bit more fault tolerant. (If a new +CONTENTS file for some port is going to be generated and installed, it would perhaps be a kindness to rename the existing +CONTENTS file to, say, +CONTENTS.old, and to leave it in its directory, removing it either never or only at such time as its new replacement is considered finished and complete. This would seem to be, as they say, not rocket surgery.) From owner-freebsd-questions@FreeBSD.ORG Wed May 8 21:58: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 77A61EE0; Wed, 8 May 2013 21:58:20 +0000 (UTC) (envelope-from gobble.wa@gmail.com) Received: from mail-bk0-x234.google.com (mail-bk0-x234.google.com [IPv6:2a00:1450:4008:c01::234]) by mx1.freebsd.org (Postfix) with ESMTP id D61A2F61; Wed, 8 May 2013 21:58:19 +0000 (UTC) Received: by mail-bk0-f52.google.com with SMTP id q16so1155872bkw.39 for ; Wed, 08 May 2013 14:58:18 -0700 (PDT) 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=270VD0LFspBCKt+6/SQ67U+0w1UiOGFRRU0TkIFoCWY=; b=qd68t1MQNDqjQMuM1tymjNS+Cs76F/hFR4gO/o8bUXeR7pKvDwRQI/bk9eB14YhSMf p/AzOZETGERxIwxxqw5ihewM4ikfEEwEr9vu+Dsa94SmwuGFxCOXGEPHEbEqUBK/vAXy 0MbW/8pmblPhHHpRKhF5IrORuTZ9zmnIVkHbZIriic3Yb27WrTLbLM4+CGvVJv090WMA 0H4f8SLUTtvLGkVJJNGLepysM0rj/YzrJQAwhKDixTJN0qyqYYub1QJ4u1uUf3SxTrK1 OQmoIXlo/lxabK858VLSfA9ZOIEwq0EssAm/cTfkle5Djd+khIKgyonGC5hH2WGqeyPW NWsA== MIME-Version: 1.0 X-Received: by 10.204.188.17 with SMTP id cy17mr2377249bkb.114.1368050298785; Wed, 08 May 2013 14:58:18 -0700 (PDT) Received: by 10.204.34.20 with HTTP; Wed, 8 May 2013 14:58:18 -0700 (PDT) Received: by 10.204.34.20 with HTTP; Wed, 8 May 2013 14:58:18 -0700 (PDT) In-Reply-To: <20130508075618.GA1090@tiny.Sisis.de> References: <20130507124537.GA1073@tiny.Sisis.de> <20130508075618.GA1090@tiny.Sisis.de> Date: Wed, 8 May 2013 14:58:18 -0700 Message-ID: Subject: Re: xorg-server-1.7.7_6,1 crashes (from ports head) From: Waitman Gobble To: Matthias Apitz Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-x11@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, 08 May 2013 21:58:20 -0000 "Matthias Apitz" wrote: > > El d=EDa Tuesday, May 07, 2013 a las 02:45:39PM +0200, Matthias Apitz escribi=F3: > > > xorg-server-1.7.7_6,1 X.Org X server and related programs > > > > all ports are from r315646 (1st of April); > > > > I randomly face X11 crashes with the following symtoms: > > > > - the display is filled with some colored pattern > > > > - X11 seems to be still running, because I can switch with Ctrl-Alt-F1 > > to the console where "startx" was launched; and Alt+F9 brings back to > > the unuseable display; > > ... > > Hello, > > Until know the reaction in our mailing list is easy to count: zero :-( > > Please be kind and give me some hints about best options I have: > > - Do we have another Xserver in the ports to try? > - Should I post a bug report in our Gnats? > - Should I go to the lists.x.org? > - Any options of the Xorg server to test or to get debug messages of the > crash? > - Anything else? > > I have already ordered a new 2 GByte ddr2 RAM to change the memory, but > as well it could be the video card or anthing else... > > Thanks > > matthias > > > -- > Sent from my FreeBSD netbook > > Matthias Apitz | - No system with backdoors like Apple/Android > E-mail: guru@unixarea.de | - Never being an iSlave > WWW: http://www.unixarea.de/ | - No proprietary attachments, no HTML/RTF in E-mail > phone: +49-170-4527211 | - Respect for open standards > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " freebsd-questions-unsubscribe@freebsd.org" Hi, What video driver are you using on that machine? Waitman Gobble San Jose California From owner-freebsd-questions@FreeBSD.ORG Wed May 8 22:37:22 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 EBBD79B7 for ; Wed, 8 May 2013 22:37:22 +0000 (UTC) (envelope-from kline@thought.org) Received: from p3plsmtpa09-04.prod.phx3.secureserver.net (p3plsmtpa09-04.prod.phx3.secureserver.net [173.201.193.233]) by mx1.freebsd.org (Postfix) with ESMTP id D1EE6121 for ; Wed, 8 May 2013 22:37:22 +0000 (UTC) Received: from ethic.thought.org ([209.180.213.209]) by p3plsmtpa09-04.prod.phx3.secureserver.net with id Zabj1l00S4XeM0101abkSK; Wed, 08 May 2013 15:35:44 -0700 Date: Wed, 8 May 2013 15:35:43 -0700 From: Gary Kline To: FreeBSD Mailing List Subject: re who wants thought.org post from last nightt... Message-ID: <20130508223543.GA16673@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: Wed, 08 May 2013 22:37:23 -0000 guys, I was pleasantly surprised at the responses, so far--obv'ly-- all privately responded to. I'll get back to everybody in the next couple/few days. I am just finishing up my VBC that I plan to give to that OLPC project out of MIT; my shoulder feels like it's falling off, so I thought id send this to those five or so who are interested. first, im hoping that you gents are fairly patient. meaning that altho my hacking daze are winding down and I feel like warmed over dog-do, I'm not quite ready to give up thought.org just yet. for one thing, im not sure what career my daughter will take; and even if she does choose comp-sci, she may have zero interest in messing with my domain. that said, when I do give it up in a few years, I hope to have made a good choice. second, I'm still trying to figure out what the best thing to do =is=. good: the caffeine pills are kicking in:) --about the only thing id ask is that thought.org AKA Thought Unlimited be dedicated to the unix realm. that's unix as in UNIX{TM, C, &c}, every distro of linujx, every distro of BSD ... you get the idea. ---hate to find some very fine print like: "thought.org is a wholly-owned subsidiary of microsoft!" hidden away. I {along with a bunch of other volunteers} spend years answering newbie questions for folk who were interested in the unix paradigm but had no idea where to start. whoever takes over can surely do much more along those lines if he wishes. (a parenthetical note is that when I was sweating my way thru cal, about 30% of the computer classes were female! I keep wondering what ever happened to all the girls! ) what else? oh yeah, cost. no charge. no essays, no "tell me in 25 words or less... ." the one thing I've always appreciated about the freebsd list[s] is the tenor of its membership. same goes for the rest of the Nix groups. I would be much obliged for suggested input. enough for now gary -- 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 Thu May 9 00:33: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 38CC4455 for ; Thu, 9 May 2013 00:33:01 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from flat.berklix.org (flat.berklix.org [83.236.223.115]) by mx1.freebsd.org (Postfix) with ESMTP id 10F60838 for ; Thu, 9 May 2013 00:26:51 +0000 (UTC) Received: from mart.js.berklix.net (pD9FBE9AB.dip0.t-ipconnect.de [217.251.233.171]) (authenticated bits=128) by flat.berklix.org (8.14.5/8.14.5) with ESMTP id r490Qg1x061142 for ; Thu, 9 May 2013 02:26:43 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id r490QWSV087230 for ; Thu, 9 May 2013 02:26:32 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.4/8.14.4) with ESMTP id r490QQeA095142 for ; Thu, 9 May 2013 02:26:31 +0200 (CEST) (envelope-from jhs@fire.js.berklix.net) Message-Id: <201305090026.r490QQeA095142@fire.js.berklix.net> To: freebsd-questions@freebsd.org Subject: List Spam Filtering From: "Julian H. Stacey" Organization: http://berklix.com BSD Unix Linux Consultancy, Munich Germany User-agent: EXMH on FreeBSD http://berklix.com/free/ X-URL: http://www.berklix.com In-reply-to: Your message "Wed, 08 May 2013 18:59:07 -0000." <1368039547.0568389241738319@mf7.sendgrid.net> Date: Thu, 09 May 2013 02:26:26 +0200 Sender: jhs@berklix.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, 09 May 2013 00:33:01 -0000 Hi questions@ ( spammer not cc'd ) Reference: > From: Aaron Seligman > Reply-to: aseligman@altitudedigitalpartners.com > Date: Wed, 08 May 2013 18:59:07 +0000 (UTC) > Subject: Re: Display & Video Campaigns-Inventory Needed > Message-id: <1368039547.0568389241738319@mf7.sendgrid.net> > Happy hump-day, > > We have an opportunity with an RTB partner to monetize > > INT Geo's; UK, CAN, AUS > > Video: (Pre-roll, mid-roll and post-roll) If list write access was changed to Subscribers Only: - List could silently discard such spam. - Postmaster@ (& webmaster@ weeding web archives) would have less work. - Less individual need to select spam phrases to copy to personal filters (& less time searching WTF dialect American above meant in English ;-). Newbies would be told "subscribe before posting" in all of: /etc/motd http://lists.freebsd.org/mailman/listinfo/freebsd-questions Automatic list bounce response. Only clueless, lazy, & spammers might be lost. A net gain. Cheers, Julian -- Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich http://berklix.com Reply below not above, like a play script. Indent old text with "> ". Send plain text. No quoted-printable, HTML, base64, multipart/alternative. From owner-freebsd-questions@FreeBSD.ORG Thu May 9 00:50: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 DB3C5C5B for ; Thu, 9 May 2013 00:50:23 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) by mx1.freebsd.org (Postfix) with ESMTP id B08991089 for ; Thu, 9 May 2013 00:50:23 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id a14so4450016iee.41 for ; Wed, 08 May 2013 17:50:23 -0700 (PDT) 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=DvUBz1/ildsN9DJ4I8qLsEo/SG4/B2Lpis8rYjD1a00=; b=zEHitwzpfAqFLOvCIu73+6BFJlCFSex1jeOPozr5Uj/1Cie4fJPLYMDDwLY1J6cBqf 5kKctJz/7kJiwkhGrezDwX28Ykhak89HjLfRElQaCM/zdn0XdZO4kczjrmryw/OxN9hU mIvL2/AVXty+o7AwUxIMC9Cskow2W1frGbXGS7EbRLSNnZYoo5ZVmBsg1Nv+zuxWj3GK NxUdNdh5er5avGGjsM+6eM3ipfmFOH7FqbuE9fDPw7BshtDyBJGsp9eFz46hLxXiJki9 X0jChnjzsHW2oaDHubv6g/W/LovsyygvnNr8sAypxtolwwRCX6Qt+JbXnUPrk/qXNLWJ sNUg== X-Received: by 10.50.178.172 with SMTP id cz12mr6934257igc.48.1368060205872; Wed, 08 May 2013 17:43:25 -0700 (PDT) Received: from [192.168.1.34] (c-98-212-197-211.hsd1.il.comcast.net. [98.212.197.211]) by mx.google.com with ESMTPSA id wn10sm4198604igb.2.2013.05.08.17.43.24 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 08 May 2013 17:43:25 -0700 (PDT) Message-ID: <518AF123.9040404@gmail.com> Date: Wed, 08 May 2013 19:43:15 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: List Spam Filtering References: <201305090026.r490QQeA095142@fire.js.berklix.net> In-Reply-To: <201305090026.r490QQeA095142@fire.js.berklix.net> 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, 09 May 2013 00:50:23 -0000 Most of the spam I've seen get through is actually obvious from the subject line. I've seen more posts by people who weren't subscribed and asked to be cc'd than I've seen spam. Making the list subscribers only would only hinder the the lucky spammers, and stop more people genuinely asking for help. I have seen more spam in the past few weeks, but it's better than google. For some reason, even though I don't speak anything other than English, email with Asian characters is not spam. On 5/8/2013 7:26 PM, Julian H. Stacey wrote: > Hi questions@ ( spammer not cc'd ) > > Reference: >> From: Aaron Seligman >> Reply-to: aseligman@altitudedigitalpartners.com >> Date: Wed, 08 May 2013 18:59:07 +0000 (UTC) >> Subject: Re: Display & Video Campaigns-Inventory Needed >> Message-id: <1368039547.0568389241738319@mf7.sendgrid.net> > >> Happy hump-day, >> >> We have an opportunity with an RTB partner to monetize >> >> INT Geo's; UK, CAN, AUS >> >> Video: (Pre-roll, mid-roll and post-roll) > > > If list write access was changed to Subscribers Only: > - List could silently discard such spam. > - Postmaster@ (& webmaster@ weeding web archives) would have less work. > - Less individual need to select spam phrases to copy to personal filters > (& less time searching WTF dialect American above meant in English ;-). > > Newbies would be told "subscribe before posting" in all of: > /etc/motd > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > Automatic list bounce response. > Only clueless, lazy, & spammers might be lost. A net gain. > > Cheers, > Julian > From owner-freebsd-questions@FreeBSD.ORG Thu May 9 01:50: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 165F91BD for ; Thu, 9 May 2013 01:50:47 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-pb0-x22f.google.com (mail-pb0-x22f.google.com [IPv6:2607:f8b0:400e:c01::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 03B6D14BD for ; Thu, 9 May 2013 01:41:07 +0000 (UTC) Received: by mail-pb0-f47.google.com with SMTP id uo1so1610571pbc.6 for ; Wed, 08 May 2013 18:41:07 -0700 (PDT) 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=m8bKgAGjm2ELCf6Np69a4cvDxhO0WKq4Cun+IDLGw3Y=; b=ubKP+Ji4wwcVKdJnEiPOdxfzpWNcrL0etBAARYPH41+wojihuB1nU6+mSKItF72DGe FTgSXDYiqVsL8mLBgRYketTWLnh0D7uxSRu1cjVILGM+k5tDXNWkwtV7n0WZQgLMH66v ZiiyollUtnFUr6OOSSsvyT+lODxNOdHL+AlVi1ULUVrwVUutl2Coy/OqUYVuTgGGStPg yO93F/Z0CQvz1HRACbbw3CqA5PEhMpoPjAbgvv978h3bl8BS07SbE7WNCseDpyy2bG7O mOg/LWLy2+MvCd7uRGKP5YMcKt9X+hXFYe8Bn8PdlrQQF2CVof75hpLFobR9V1j9Ardc lRGA== MIME-Version: 1.0 X-Received: by 10.68.170.228 with SMTP id ap4mr10059657pbc.209.1368063667870; Wed, 08 May 2013 18:41:07 -0700 (PDT) Received: by 10.66.234.38 with HTTP; Wed, 8 May 2013 18:41:07 -0700 (PDT) Date: Wed, 8 May 2013 21:41:07 -0400 Message-ID: Subject: Corrupted zpool import -f FAILS state FAULTED From: Outback Dingo 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: Thu, 09 May 2013 01:50:47 -0000 ok zfsgurus, FreeBSD 9 stable box zpool import -f reports pool status Faulted, one of more devices contains corrupted data, however its showing the guid as faulted in the poll, snd not the actual disk device /dev/daX, the pool is a single vdev 24 disk raidz3 From owner-freebsd-questions@FreeBSD.ORG Thu May 9 02:07: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 D15E6720 for ; Thu, 9 May 2013 02:07: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 A300B16AF for ; Thu, 9 May 2013 02:07:44 +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=I22T2TP4HQkihDIaflE0efT3I0B2hLOpQXYG06AgIv0=; b=S44Uu7wfDPaMwthJDD17XUnAgN6K5pyn8FRRtnCsbkNXQaMPb85FtOeJa7nXBlPuznizKeoQ0wHa0R/++xgSx7JWJnPxDQRdrxL4SYZjToULIZTs38LCVMCdkqeyi/OnNtQwuKaB4DaR15nYeSxc93C+VyRhOjfDsYSkgZpElvc=; Received: from [122.129.203.50] (port=15277 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 1UaFjz-002C3X-25; Wed, 08 May 2013 19:33:51 -0600 Date: Thu, 9 May 2013 08:33:47 +0700 From: Erich Dollansky To: "Julian H. Stacey" Subject: Re: List Spam Filtering Message-ID: <20130509083347.15b8b731@X220.ovitrap.com> In-Reply-To: <201305090026.r490QQeA095142@fire.js.berklix.net> References: <1368039547.0568389241738319@mf7.sendgrid.net> <201305090026.r490QQeA095142@fire.js.berklix.net> 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: Thu, 09 May 2013 02:07:44 -0000 Hi, On Thu, 09 May 2013 02:26:26 +0200 "Julian H. Stacey" wrote: > > If list write access was changed to Subscribers Only: some lists are like this anyway. Why are not all like this? I notice that my postings get delayed and obviously check when I use by accident my real e-mail address. Erich From owner-freebsd-questions@FreeBSD.ORG Thu May 9 04:11: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 F17ED329 for ; Thu, 9 May 2013 04:11:01 +0000 (UTC) (envelope-from hccip@hush.com) Received: from smtp1.hushmail.com (smtp1a.hushmail.com [65.39.178.236]) by mx1.freebsd.org (Postfix) with ESMTP id DC3CB1BE6 for ; Thu, 9 May 2013 04:11:01 +0000 (UTC) Received: from smtp1.hushmail.com (smtp1a.hushmail.com [65.39.178.236]) by smtp1.hushmail.com (Postfix) with SMTP id C878130B71 for ; Thu, 9 May 2013 04:09:57 +0000 (UTC) Received: from smtp.hushmail.com (w6.hushmail.com [65.39.178.92]) by smtp1.hushmail.com (Postfix) with ESMTP for ; Thu, 9 May 2013 04:09:57 +0000 (UTC) Received: by smtp.hushmail.com (Postfix, from userid 99) id AA76FA6E34; Thu, 9 May 2013 04:09:57 +0000 (UTC) MIME-Version: 1.0 Date: Thu, 09 May 2013 00:09:57 -0400 To: freebsd-questions@freebsd.org Subject: Login.conf Limits not Applying for Postfix From: hccip@hush.com Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" Message-Id: <20130509040957.AA76FA6E34@smtp.hushmail.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, 09 May 2013 04:11:02 -0000 Hey list, I have a pretty low resource usage for users on my system, thus I have some low limits set in my /etc/login.conf. Particularly "openfiles," which is set to 128 for the default class. However, I started getting errors from Postfix saying it has hit this limit: "postfix/proxymap[97907]: warning: could allocate space for only 128 open files" So I added a new class in my /etc/login.conf: postfix:\ :openfiles=1024:\ :tc=default: Yes, I did run `cap_mkdb /etc/login.conf` (multiple times, in fact). I stopped and restarted the postfix daemon. I've even rebooted the system entirely since then, to no avail (It sends half the mail at a time - but the error appears again once mail starts building up). Am I missing something? Do I need to set the postfix user into the postfix login class somehow? My full /etc/login.conf is here: http://pastebin.ca/2376936 From owner-freebsd-questions@FreeBSD.ORG Thu May 9 05:30: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 6BA5EB77 for ; Thu, 9 May 2013 05:30:59 +0000 (UTC) (envelope-from pamelahughes77@gmx.com) Received: from mailserver.aaxess.fr (mailserver.aaxess.fr [81.80.74.56]) by mx1.freebsd.org (Postfix) with ESMTP id 288F91E0E for ; Thu, 9 May 2013 05:30:59 +0000 (UTC) Received: from 983-002 (unknown [38.106.32.157]) (Authenticated sender: didier) by mailserver.aaxess.fr (Postfix) with ESMTPA id C80E211E3C8 for ; Thu, 9 May 2013 07:09:46 +0200 (CEST) From: "Pamela R. Hughes" Subject: Family Heritage Notice To: freebsd-questions@freebsd.org MIME-Version: 1.0 Date: Wed, 8 May 2013 22:24:41 -0700 Message-Id: <20130509053059.6BA5EB77@hub.freebsd.org> Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: pamrhes@gmx.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 May 2013 05:30:59 -0000 - This mail is in HTML. Some elements may be ommited in plain text. - Hello, Compliments and good day to you and your family. I write you this mail as a reminder once more having waited patiently for your response to my initial contact with you through snail mail. However since i assume you did not get it i want to use this medium ev= en though it might not be the best form of communication in matters like this du= e to the ever growing disbelief and illicit scams and fraud associated with it, i seem to have no choice than to make use of it, coupled with the fact that it might be just perfect due to the ability to redeem time. Without wasting much of your time i want to bring you into a business venture which i think should be of interest and concern to you, since = it has to do with a perceived family member of yours However i need to be sure that you must have received this communication so i will not d= ivulge much information about it until i get a response from you. Kindly respond back to me. Regards, Pamela From owner-freebsd-questions@FreeBSD.ORG Thu May 9 06:02: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 8F144ECD for ; Thu, 9 May 2013 06:02:30 +0000 (UTC) (envelope-from freebsd@pki2.com) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) by mx1.freebsd.org (Postfix) with ESMTP id F149A1EC0 for ; Thu, 9 May 2013 06:02:29 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.6/8.14.5) with ESMTP id r4962JsV030698 for ; Wed, 8 May 2013 23:02:19 -0700 (PDT) (envelope-from freebsd@pki2.com) Subject: pid 916 (tcsh): sigreturn set_fpcontext err 22 From: Dennis Glatting To: freebsd-questions@freebsd.org Content-Type: text/plain; charset="ISO-8859-1" Date: Wed, 08 May 2013 23:02:19 -0700 Message-ID: <1368079339.52625.7.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-yoursite-MailScanner-Information: Dennis Glatting X-yoursite-MailScanner-ID: r4962JsV030698 X-yoursite-MailScanner: Found to be clean X-MailScanner-From: freebsd@pki2.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, 09 May 2013 06:02:30 -0000 I am seeing this error after a svn update (today) under 9.1 and under CURRENT. Unfortunately I cannot login (even from the console) to scarf off dmesg.boot but I found the path to correcting the problem is to boot the old kernel. Specifically, with the failed kernel I can boot to single user mode without a problem but after the system goes multi-user all my commands core dump with the subject error. In single user mode I simply restore the old kernel (i.e., mv kernel.old) and all is well. The following is the dmesg.boot from the failed kernel when booting to single user mode. Any clue? root@rotfl:~ # cat dmesg.boot Copyright (c) 1992-2013 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 10.0-CURRENT #0 r250401: Wed May 8 22:21:12 PDT 2013 root@rotfl:/usr/obj/disk-1/src/sys/GENERIC amd64 FreeBSD clang version 3.3 (trunk 178860) 20130405 WARNING: WITNESS option enabled, expect reduced performance. CPU: AMD Opteron(TM) Processor 6272 (2100.04-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x600f12 Family = 0x15 Model = 0x1 Stepping = 2 Features=0x178bfbff Features2=0x1e98220b AMD Features=0x2e500800 AMD Features2=0x1c9bfff,> TSC: P-state invariant, performance statistics real memory = 34359738368 (32768 MB) avail memory = 31976153088 (30494 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: <052412 APIC0723> FreeBSD/SMP: Multiprocessor System Detected: 16 CPUs FreeBSD/SMP: 1 package(s) x 16 core(s) cpu0 (BSP): APIC ID: 32 cpu1 (AP): APIC ID: 33 cpu2 (AP): APIC ID: 34 cpu3 (AP): APIC ID: 35 cpu4 (AP): APIC ID: 36 cpu5 (AP): APIC ID: 37 cpu6 (AP): APIC ID: 38 cpu7 (AP): APIC ID: 39 cpu8 (AP): APIC ID: 40 cpu9 (AP): APIC ID: 41 cpu10 (AP): APIC ID: 42 cpu11 (AP): APIC ID: 43 cpu12 (AP): APIC ID: 44 cpu13 (AP): APIC ID: 45 cpu14 (AP): APIC ID: 46 cpu15 (AP): APIC ID: 47 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: Power Button (fixed) acpi0: reservation of fec00000, 1403f00 (3) failed cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 cpu4: on acpi0 cpu5: on acpi0 cpu6: on acpi0 cpu7: on acpi0 cpu8: on acpi0 cpu9: on acpi0 cpu10: on acpi0 cpu11: on acpi0 cpu12: on acpi0 cpu13: on acpi0 cpu14: on acpi0 cpu15: on acpi0 attimer0: port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: port 0x70-0x71 irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pcib0: port 0xcf8-0xcff iomem 0xfed40000-0xfed44fff on acpi0 pci0: on pcib0 pcib1: irq 18 at device 2.0 on pci0 pci5: on pcib1 mps0: port 0xe000-0xe0ff mem 0xdff3c000-0xdff3ffff,0xdff40000-0xdff7ffff irq 18 at device 0.0 on pci5 mps0: Firmware: 14.00.00.00, Driver: 14.00.00.02-fbsd mps0: IOCCapabilities: 1285c pcib2: irq 16 at device 4.0 on pci0 pci4: on pcib2 mps1: port 0xd000-0xd0ff mem 0xdfe3c000-0xdfe3ffff,0xdfe40000-0xdfe7ffff irq 16 at device 0.0 on pci4 mps1: Firmware: 14.00.00.00, Driver: 14.00.00.02-fbsd mps1: IOCCapabilities: 185c pcib3: irq 16 at device 12.0 on pci0 pci3: on pcib3 mps2: port 0xc000-0xc0ff mem 0xdfd3c000-0xdfd3ffff,0xdfd40000-0xdfd7ffff irq 16 at device 0.0 on pci3 mps2: Firmware: 14.00.00.00, Driver: 14.00.00.02-fbsd mps2: IOCCapabilities: 1285c pcib4: irq 17 at device 13.0 on pci0 pci2: on pcib4 igb0: port 0xb800-0xb81f mem 0xdfce0000-0xdfcfffff,0xdfcc0000-0xdfcdffff,0xdfc9c000-0xdfc9ffff irq 17 at device 0.0 on pci2 igb0: Using MSIX interrupts with 9 vectors igb0: Ethernet address: 00:25:90:78:8b:7e igb0: Bound queue 0 to cpu 0 igb0: Bound queue 1 to cpu 1 igb0: Bound queue 2 to cpu 2 igb0: Bound queue 3 to cpu 3 igb0: Bound queue 4 to cpu 4 igb0: Bound queue 5 to cpu 5 igb0: Bound queue 6 to cpu 6 igb0: Bound queue 7 to cpu 7 igb1: port 0xb400-0xb41f mem 0xdfc60000-0xdfc7ffff,0xdfc40000-0xdfc5ffff,0xdfc1c000-0xdfc1ffff irq 18 at device 0.1 on pci2 igb1: Using MSIX interrupts with 9 vectors igb1: Ethernet address: 00:25:90:78:8b:7f igb1: Bound queue 0 to cpu 8 igb1: Bound queue 1 to cpu 9 igb1: Bound queue 2 to cpu 10 igb1: Bound queue 3 to cpu 11 igb1: Bound queue 4 to cpu 12 igb1: Bound queue 5 to cpu 13 igb1: Bound queue 6 to cpu 14 igb1: Bound queue 7 to cpu 15 ahci0: port 0xa000-0xa007,0x9000-0x9003,0x8000-0x8007,0x7000-0x7003,0x6000-0x600f mem 0xdfbf8400-0xdfbf87ff irq 22 at device 17.0 on pci0 ahci0: AHCI v1.10 with 4 3Gbps ports, Port Multiplier supported ahcich0: at channel 0 on ahci0 ahcich1: at channel 1 on ahci0 ahcich2: at channel 2 on ahci0 ahcich3: at channel 3 on ahci0 ohci0: mem 0xdfbf7000-0xdfbf7fff irq 16 at device 18.0 on pci0 usbus0 on ohci0 ohci1: mem 0xdfbf6000-0xdfbf6fff irq 16 at device 18.1 on pci0 usbus1 on ohci1 ehci0: mem 0xdfbf8800-0xdfbf88ff irq 17 at device 18.2 on pci0 usbus2: EHCI version 1.0 usbus2 on ehci0 ohci2: mem 0xdfbfa000-0xdfbfafff irq 18 at device 19.0 on pci0 usbus3 on ohci2 ohci3: mem 0xdfbf9000-0xdfbf9fff irq 18 at device 19.1 on pci0 usbus4 on ohci3 ehci1: mem 0xdfbf8c00-0xdfbf8cff irq 19 at device 19.2 on pci0 usbus5: EHCI version 1.0 usbus5 on ehci1 pci0: at device 20.0 (no driver attached) atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xff00-0xff0f at device 20.1 on pci0 ata0: at channel 0 on atapci0 ata1: at channel 1 on atapci0 isab0: at device 20.3 on pci0 isa0: on isab0 pcib5: at device 20.4 on pci0 pci1: on pcib5 vgapci0: mem 0xdd000000-0xddffffff,0xdeffc000-0xdeffffff,0xdf000000-0xdf7fffff irq 20 at device 4.0 on pci1 ohci4: mem 0xdfbfb000-0xdfbfbfff irq 18 at device 20.5 on pci0 usbus6 on ohci4 acpi_button0: on acpi0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 uart2: <16550 or compatible> port 0x3e8-0x3ef irq 7 on acpi0 orm0: at iomem 0xc0000-0xc7fff,0xd3800-0xd47ff 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 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] ppc0: cannot reserve I/O port range acpi_throttle0: on cpu0 hwpstate0: on cpu0 Timecounters tick every 1.000 msec usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 480Mbps High Speed USB v2.0 usbus3: 12Mbps Full Speed USB v1.0 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 480Mbps High Speed USB v2.0 usbus6: 12Mbps Full Speed USB v1.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 ugen2.1: at usbus2 uhub2: on usbus2 ugen4.1: at usbus4 uhub3: on usbus4 ugen3.1: at usbus3 uhub4: on usbus3 ugen5.1: at usbus5 uhub5: on usbus5 ugen6.1: at usbus6 uhub6: on usbus6 uhub6: 2 ports with 2 removable, self powered uhub0: 3 ports with 3 removable, self powered uhub1: 3 ports with 3 removable, self powered uhub3: 3 ports with 3 removable, self powered uhub4: 3 ports with 3 removable, self powered ugen6.2: at usbus6 ukbd0: on usbus6 kbd2 at ukbd0 uhub2: 6 ports with 6 removable, self powered uhub5: 6 ports with 6 removable, self powered (probe257:mps1:0:2:0): INQUIRY. CDB: 12 00 00 00 24 00 (probe257:mps1:0:2:0): CAM status: Invalid Target ID (probe257:mps1:0:2:0): Error 22, Unretryable error (probe258:mps1:0:3:0): INQUIRY. CDB: 12 00 00 00 24 00 (probe258:mps1:0:3:0): CAM status: Invalid Target ID (probe258:mps1:0:3:0): Error 22, Unretryable error (probe1:mps1:0:2:1): INQUIRY. CDB: 12 20 00 00 24 00 (probe1:mps1:0:2:1): CAM status: Invalid Target ID (probe1:mps1:0:2:1): Error 22, Unretryable error (probe2:mps1:0:3:1): INQUIRY. CDB: 12 20 00 00 24 00 (probe2:mps1:0:3:1): CAM status: Invalid Target ID (probe2:mps1:0:3:1): Error 22, Unretryable error (probe1:mps1:0:2:2): INQUIRY. CDB: 12 40 00 00 24 00 (probe1:mps1:0:2:2): CAM status: Invalid Target ID (probe1:mps1:0:2:2): Error 22, Unretryable error (probe2:mps1:0:3:2): INQUIRY. CDB: 12 40 00 00 24 00 (probe2:mps1:0:3:2): CAM status: Invalid Target ID (probe2:mps1:0:3:2): Error 22, Unretryable error (probe1:mps1:0:2:3): INQUIRY. CDB: 12 60 00 00 24 00 (probe1:mps1:0:2:3): CAM status: Invalid Target ID (probe1:mps1:0:2:3): Error 22, Unretryable error (probe2:mps1:0:3:3): INQUIRY. CDB: 12 60 00 00 24 00 (probe2:mps1:0:3:3): CAM status: Invalid Target ID (probe2:mps1:0:3:3): Error 22, Unretryable error (probe1:mps1:0:2:4): INQUIRY. CDB: 12 80 00 00 24 00 (probe1:mps1:0:2:4): CAM status: Invalid Target ID (probe1:mps1:0:2:4): Error 22, Unretryable error (probe2:mps1:0:3:4): INQUIRY. CDB: 12 80 00 00 24 00 (probe2:mps1:0:3:4): CAM status: Invalid Target ID (probe2:mps1:0:3:4): Error 22, Unretryable error (probe1:mps1:0:2:5): INQUIRY. CDB: 12 a0 00 00 24 00 (probe1:mps1:0:2:5): CAM status: Invalid Target ID (probe1:mps1:0:2:5): Error 22, Unretryable error (probe2:mps1:0:3:5): INQUIRY. CDB: 12 a0 00 00 24 00 (probe2:mps1:0:3:5): CAM status: Invalid Target ID (probe2:mps1:0:3:5): Error 22, Unretryable error (probe1:mps1:0:2:6): INQUIRY. CDB: 12 c0 00 00 24 00 (probe1:mps1:0:2:6): CAM status: Invalid Target ID (probe1:mps1:0:2:6): Error 22, Unretryable error (probe2:mps1:0:3:6): INQUIRY. CDB: 12 c0 00 00 24 00 (probe2:mps1:0:3:6): CAM status: Invalid Target ID (probe2:mps1:0:3:6): Error 22, Unretryable error (probe1:mps1:0:2:7): INQUIRY. CDB: 12 e0 00 00 24 00 (probe1:mps1:0:2:7): CAM status: Invalid Target ID (probe1:mps1:0:2:7): Error 22, Unretryable error (probe2:mps1:0:3:7): INQUIRY. CDB: 12 e0 00 00 24 00 (probe2:mps1:0:3:7): CAM status: Invalid Target ID (probe2:mps1:0:3:7): Error 22, Unretryable error (probe255:mps1:0:0:0): REPORT LUNS. CDB: a0 00 00 00 00 00 00 00 00 10 00 00 (probe255:mps1:0:0:0): CAM status: SCSI Status Error (probe255:mps1:0:0:0): SCSI status: Check Condition (probe255:mps1:0:0:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code) (probe255:mps1:0:0:0): Command Specific Info: 0x1e00 (probe255:mps1:0:0:0): Error 22, Unretryable error (probe1:mps1:0:3:0): INQUIRY. CDB: 12 00 00 00 24 00 (probe1:mps1:0:3:0): CAM status: Invalid Target ID (probe1:mps1:0:3:0): Error 22, Unretryable error (probe2:mps1:0:2:0): INQUIRY. CDB: 12 00 00 00 24 00 (probe2:mps1:0:2:0): CAM status: Invalid Target ID (probe2:mps1:0:2:0): Error 22, Unretryable error (probe1:mps1:0:3:0): INQUIRY. CDB: 12 00 00 00 24 00 (probe1:mps1:0:3:0): CAM status: Invalid Target ID (probe1:mps1:0:3:0): Error 22, Unretryable error (probe2:mps1:0:2:0): INQUIRY. CDB: 12 00 00 00 24 00 (probe2:mps1:0:2:0): CAM status: Invalid Target ID (probe2:mps1:0:2:0): Error 22, Unretryable error (probe3:mps1:0:3:1): INQUIRY. CDB: 12 20 00 00 24 00 (probe3:mps1:0:3:1): CAM status: Invalid Target ID (probe3:mps1:0:3:1): Error 22, Unretryable error (probe1:mps1:0:2:1): INQUIRY. CDB: 12 20 00 00 24 00 (probe1:mps1:0:2:1): CAM status: Invalid Target ID (probe1:mps1:0:2:1): Error 22, Unretryable error (probe3:mps1:0:3:1): INQUIRY. CDB: 12 20 00 00 24 00 (probe3:mps1:0:3:1): CAM status: Invalid Target ID (probe3:mps1:0:3:1): Error 22, Unretryable error (probe1:mps1:0:2:1): INQUIRY. CDB: 12 20 00 00 24 00 (probe1:mps1:0:2:1): CAM status: Invalid Target ID (probe1:mps1:0:2:1): Error 22, Unretryable error (probe4:mps1:0:3:2): INQUIRY. CDB: 12 40 00 00 24 00 (probe4:mps1:0:3:2): CAM status: Invalid Target ID (probe4:mps1:0:3:2): Error 22, Unretryable error (probe3:mps1:0:2:2): INQUIRY. CDB: 12 40 00 00 24 00 (probe3:mps1:0:2:2): CAM status: Invalid Target ID (probe3:mps1:0:2:2): Error 22, Unretryable error (probe1:mps1:0:3:2): INQUIRY. CDB: 12 40 00 00 24 00 (probe1:mps1:0:3:2): CAM status: Invalid Target ID (probe1:mps1:0:3:2): Error 22, Unretryable error (probe3:mps1:0:2:2): INQUIRY. CDB: 12 40 00 00 24 00 (probe3:mps1:0:2:2): CAM status: Invalid Target ID (probe3:mps1:0:2:2): Error 22, Unretryable error (probe4:mps1:0:3:3): INQUIRY. CDB: 12 60 00 00 24 00 (probe4:mps1:0:3:3): CAM status: Invalid Target ID (probe4:mps1:0:3:3): Error 22, Unretryable error (probe1:mps1:0:2:3): INQUIRY. CDB: 12 60 00 00 24 00 (probe1:mps1:0:2:3): CAM status: Invalid Target ID (probe1:mps1:0:2:3): Error 22, Unretryable error (probe3:mps1:0:3:3): INQUIRY. CDB: 12 60 00 00 24 00 (probe3:mps1:0:3:3): CAM status: Invalid Target ID (probe3:mps1:0:3:3): Error 22, Unretryable error (probe1:mps1:0:2:3): INQUIRY. CDB: 12 60 00 00 24 00 (probe1:mps1:0:2:3): CAM status: Invalid Target ID (probe1:mps1:0:2:3): Error 22, Unretryable error (probe4:mps1:0:3:4): INQUIRY. CDB: 12 80 00 00 24 00 (probe4:mps1:0:3:4): CAM status: Invalid Target ID (probe4:mps1:0:3:4): Error 22, Unretryable error (probe3:mps1:0:2:4): INQUIRY. CDB: 12 80 00 00 24 00 (probe3:mps1:0:2:4): CAM status: Invalid Target ID (probe3:mps1:0:2:4): Error 22, Unretryable error (probe1:mps1:0:3:4): INQUIRY. CDB: 12 80 00 00 24 00 (probe1:mps1:0:3:4): CAM status: Invalid Target ID (probe1:mps1:0:3:4): Error 22, Unretryable error (probe3:mps1:0:2:4): INQUIRY. CDB: 12 80 00 00 24 00 (probe3:mps1:0:2:4): CAM status: Invalid Target ID (probe3:mps1:0:2:4): Error 22, Unretryable error (probe4:mps1:0:3:5): INQUIRY. CDB: 12 a0 00 00 24 00 (probe4:mps1:0:3:5): CAM status: Invalid Target ID (probe4:mps1:0:3:5): Error 22, Unretryable error (probe1:mps1:0:2:5): INQUIRY. CDB: 12 a0 00 00 24 00 (probe1:mps1:0:2:5): CAM status: Invalid Target ID (probe1:mps1:0:2:5): Error 22, Unretryable error (probe3:mps1:0:3:5): INQUIRY. CDB: 12 a0 00 00 24 00 (probe3:mps1:0:3:5): CAM status: Invalid Target ID (probe3:mps1:0:3:5): Error 22, Unretryable error (probe1:mps1:0:2:5): INQUIRY. CDB: 12 a0 00 00 24 00 (probe1:mps1:0:2:5): CAM status: Invalid Target ID (probe1:mps1:0:2:5): Error 22, Unretryable error (probe4:mps1:0:3:6): INQUIRY. CDB: 12 c0 00 00 24 00 (probe4:mps1:0:3:6): CAM status: Invalid Target ID (probe4:mps1:0:3:6): Error 22, Unretryable error (probe3:mps1:0:2:6): INQUIRY. CDB: 12 c0 00 00 24 00 (probe3:mps1:0:2:6): CAM status: Invalid Target ID (probe3:mps1:0:2:6): Error 22, Unretryable error (probe1:mps1:0:3:6): INQUIRY. CDB: 12 c0 00 00 24 00 (probe1:mps1:0:3:6): CAM status: Invalid Target ID (probe1:mps1:0:3:6): Error 22, Unretryable error (probe3:mps1:0:2:6): INQUIRY. CDB: 12 c0 00 00 24 00 (probe3:mps1:0:2:6): CAM status: Invalid Target ID (probe3:mps1:0:2:6): Error 22, Unretryable error (probe4:mps1:0:3:7): INQUIRY. CDB: 12 e0 00 00 24 00 (probe4:mps1:0:3:7): CAM status: Invalid Target ID (probe4:mps1:0:3:7): Error 22, Unretryable error (probe1:mps1:0:2:7): INQUIRY. CDB: 12 e0 00 00 24 00 (probe1:mps1:0:2:7): CAM status: Invalid Target ID (probe1:mps1:0:2:7): Error 22, Unretryable error (probe3:mps1:0:3:7): INQUIRY. CDB: 12 e0 00 00 24 00 (probe3:mps1:0:3:7): CAM status: Invalid Target ID (probe3:mps1:0:3:7): Error 22, Unretryable error (probe1:mps1:0:2:7): INQUIRY. CDB: 12 e0 00 00 24 00 (probe1:mps1:0:2:7): CAM status: Invalid Target ID (probe1:mps1:0:2:7): Error 22, Unretryable error (probe255:mps1:0:0:0): REPORT LUNS. CDB: a0 00 00 00 00 00 00 00 00 10 00 00 (probe255:mps1:0:0:0): CAM status: SCSI Status Error (probe255:mps1:0:0:0): SCSI status: Check Condition (probe255:mps1:0:0:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code) (probe255:mps1:0:0:0): Field Replaceable Unit: 48 (probe255:mps1:0:0:0): Command Specific Info: 0x30393030 (probe255:mps1:0:0:0): Error 22, Unretryable error da4 at mps1 bus 0 scbus1 target 0 lun 0 da4: Fixed Direct Access SCSI-6 device da4: 150.000MB/s transfers da4: Command Queueing enabled da4: 952720MB (1951170560 512 byte sectors: 255H 63S/T 121454C) da0 at mps0 bus 0 scbus0 target 0 lun 0 da0: Fixed Direct Access SCSI-6 device da0: 300.000MB/s transfers da0: Command Queueing enabled da0: 1907729MB (3907029168 512 byte sectors: 255H 63S/T 243201C) da1 at mps0 bus 0 scbus0 target 7 lun 0 da1: Fixed Direct Access SCSI-6 device da1: 300.000MB/s transfers da1: Command Queueing enabled da1: 1907729MB (3907029168 512 byte sectors: 255H 63S/T 243201C) da2 at mps0 bus 0 scbus0 target 8 lun 0 da2: Fixed Direct Access SCSI-6 device da2: 300.000MB/s transfers da2: Command Queueing enabled da2: 1907729MB (3907029168 512 byte sectors: 255H 63S/T 243201C) da3 at mps0 bus 0 scbus0 target 9 lun 0 da3: Fixed Direct Access SCSI-6 device da3: 300.000MB/s transfers da3: Command Queueing enabled da3: 1907729MB (3907029168 512 byte sectors: 255H 63S/T 243201C) da5 at mps1 bus 0 scbus1 target 4 lun 0 da5: Fixed Direct Access SCSI-6 device da5: 600.000MB/s transfers da5: Command Queueing enabled da5: 1907729MB (3907029168 512 byte sectors: 255H 63S/T 243201C) da7 at mps2 bus 0 scbus2 target 2 lun 0 da7: Fixed Direct Access SCSI-6 device da7: 300.000MB/s transfers da7: Command Queueing enabled da7: 238475MB (488397168 512 byte sectors: 255H 63S/T 30401C) da8 at mps2 bus 0 scbus2 target 3 lun 0 da8: Fixed Direct Access SCSI-6 device da8: 300.000MB/s transfers da8: Command Queueing enabled da8: 1907729MB (3907029168 512 byte sectors: 255H 63S/T 243201C) da6 at mps1 bus 0 scbus1 target 5 lun 0 da6: Fixed Direct Access SCSI-6 device da6: 600.000MB/s transfers da6: Command Queueing enabled da6: 1907729MB (3907029168 512 byte sectors: 255H 63S/T 243201C) da9 at mps2 bus 0 scbus2 target 4 lun 0 da9: Fixed Direct Access SCSI-6 device da9: 300.000MB/s transfers da9: Command Queueing enabled da9: 1907729MB (3907029168 512 byte sectors: 255H 63S/T 243201C) da10 at mps2 bus 0 scbus2 target 5 lun 0 da10: Fixed Direct Access SCSI-6 device da10: 300.000MB/s transfers da10: Command Queueing enabled da10: 1907729MB (3907029168 512 byte sectors: 255H 63S/T 243201C) da11 at mps2 bus 0 scbus2 target 6 lun 0 da11: Fixed Direct Access SCSI-6 device da11: 300.000MB/s transfers da11: Command Queueing enabled da11: 1907729MB (3907029168 512 byte sectors: 255H 63S/T 243201C) da12 at mps2 bus 0 scbus2 target 7 lun 0 da12: Fixed Direct Access SCSI-6 device da12: 300.000MB/s transfers da12: Command Queueing enabled da12: 1907729MB (3907029168 512 byte sectors: 255H 63S/T 243201C) SMP: AP CPU #1 Launched! SMP: AP CPU #10 Launched! da13 at mps2 bus 0 scbus2 target 9 lun 0 da13: Fixed Direct Access SCSI-6 device SMP: AP CPU #11 Launched! da13: 600.000MB/s transfers da13: Command Queueing enabled da13: 3815447MB (7814037168 512 byte sectors: 255H 63S/T 486401C) SMP: AP CPU #7 Launched! SMP: AP CPU #9 Launched! SMP: AP CPU #8 Launched! SMP: AP CPU #14 Launched! SMP: AP CPU #15 Launched! SMP: AP CPU #3 Launched! SMP: AP CPU #5 Launched! SMP: AP CPU #2 Launched! SMP: AP CPU #12 Launched! SMP: AP CPU #13 Launched! SMP: AP CPU #6 Launched! SMP: AP CPU #4 Launched! Timecounter "TSC" frequency 2100044099 Hz quality 1000 WARNING: WITNESS option enabled, expect reduced performance. da14 at mps2 bus 0 scbus2 target 10 lun 0 da14: Fixed Direct Access SCSI-6 device da14: 600.000MB/s transfers da14: Command Queueing enabled da14: 3815447MB (7814037168 512 byte sectors: 255H 63S/T 486401C) Trying to mount root from ufs:/dev/gpt/disk0 [rw]... ZFS filesystem version: 5 ZFS storage pool version: features support (5000) ums0: on usbus6 ums0: 3 buttons and [Z] coordinates ID=0 From owner-freebsd-questions@FreeBSD.ORG Thu May 9 06:48: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 99058416 for ; Thu, 9 May 2013 06:48:37 +0000 (UTC) (envelope-from hrisikeshsahu@gmail.com) Received: from mail-ve0-x235.google.com (mail-ve0-x235.google.com [IPv6:2607:f8b0:400c:c01::235]) by mx1.freebsd.org (Postfix) with ESMTP id 5F66E2D8 for ; Thu, 9 May 2013 06:48:37 +0000 (UTC) Received: by mail-ve0-f181.google.com with SMTP id d10so2555654vea.40 for ; Wed, 08 May 2013 23:48:36 -0700 (PDT) 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=eABYyaNZe5WKHxzX7gJEoNaIBGSlTowqYoah2+pkmCk=; b=r9nlVaAImZBDOVlB9lheqyijZeNE8fhpkc3fbTtqowzUDRXUYC4mPwUr/rgKaq0Lb4 RyBtD/uPACJUqTOdpOYTpfrZBWnmU1Ty5KNdKf/28kOPgotb3tCFkcM9G3pPdecUKnHJ 0+5gPIEA5CySIUozU3tpKhmjiAN1lSmvwujrkzEdU8fSIN0KDPKi9KsmqUNy5Oql///9 +xIXPWodaf6CYnLxVMZSvHCwHXRSn0LMdaMageFOKv8dmZ71WdrK56UXqjbJ3i35Ac2t YKcyylArglv3P6Er8F/VcLPmT+GkWpELDzhgEYP8F0XINO1n5pT6bjl3+l4gFV8EzdB2 ZMfw== MIME-Version: 1.0 X-Received: by 10.52.75.232 with SMTP id f8mr2712695vdw.61.1368082116889; Wed, 08 May 2013 23:48:36 -0700 (PDT) Received: by 10.52.75.100 with HTTP; Wed, 8 May 2013 23:48:36 -0700 (PDT) In-Reply-To: References: Date: Thu, 9 May 2013 12:18:36 +0530 Message-ID: Subject: Re: Fresh installation 9.1 From: hrkesh 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: Thu, 09 May 2013 06:48:37 -0000 > HI All, > I have a FreeBSD 9.1 Release installed with TWO NIC cards. I was trying to make this FreeBSD machine as a router . This is my rc.conf -------------------------------- ifconfig_rl0 = "inet 192.168.100.101 netmask 255.255.255.0" ifconfig_re0="inet 192.168.200.101 netmask 255.255.255.0" gateway_enable = "YES" ifconfig_rl0 = "DHCP" ifconfig_re0 = "DHCP" defaultrouter = "192.168.100.1" ipv6_activate_all_interfaces = "YES" sshd_enable = "YES" synchronous_dhclient="YES" Please help me to establish a IPv4 router. Both the interfaces are connected to to different laptops with a static IP address. Laptop 1 = 192.168.100.102 ( connected to interface rl0) gateway - 192.168.100.1 Laptop 2 = 192.168.200.102 ( connected to interface re0) ping from Laptop1 -> rl0 is successful but ping from Laptop1 -> re0 is not successful. After this I want to know also How to make this as IPv6 router? Regards Hrisikesh > Regards > Hrisikesh > From owner-freebsd-questions@FreeBSD.ORG Thu May 9 07:35:04 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 7B0FEC32 for ; Thu, 9 May 2013 07:35:04 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id 3C15165B for ; Thu, 9 May 2013 07:35:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id DAB145E4A4 for ; Thu, 9 May 2013 09:34:56 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -0.977 X-Spam-Level: X-Spam-Status: No, score=-0.977 tagged_above=-999 required=5 tests=[AWL=0.021, BAYES_00=-2.599, RCVD_IN_PBL=0.905, RDNS_DYNAMIC=0.1, SPF_SOFTFAIL=0.596] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id sEIib7suIoqZ for ; Thu, 9 May 2013 09:34:52 +0200 (CEST) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (c224-156-70-80.bjare.net [80.70.156.224]) by mx1.bjare.net (Postfix) with ESMTP id ECC7F5E446 for ; Thu, 9 May 2013 09:34:50 +0200 (CEST) Message-ID: <518B519A.5020107@eskk.nu> Date: Thu, 09 May 2013 09:34:50 +0200 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130504 Thunderbird/17.0.5 MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.org" Subject: Are the procedure with portmaster exactly the same when one is using pkgng 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, 09 May 2013 07:35:04 -0000 I'm specifically thinking of the directories that has to be emptied or deleted. Thanks /Leslie -------------------------------------------------------------------- Using portmaster to do a complete reinstallation of all your ports: 1. portmaster --list-origins > ~/installed-port-list 2. Update your ports tree 3. portmaster -ty --clean-distfiles 4. portmaster --check-port-dbdir 5. portmaster -Faf 6. pkg_delete -a 7. rm -rf /usr/local/lib/compat/pkg 8. Back up any files in /usr/local you wish to save, such as configuration files in /usr/local/etc 9. Manually check /usr/local and /var/db/pkg to make sure that they are really empty 10. Re-install portmaster 11. portmaster `cat ~/installed-port-list` --------------------------------------------------------------------- From owner-freebsd-questions@FreeBSD.ORG Thu May 9 08:24: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 1A0D35DD; Thu, 9 May 2013 08:24:02 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id AD1AD83A; Thu, 9 May 2013 08:24:01 +0000 (UTC) Received: from [46.244.142.182] (helo=localhost.my.domain) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UaM8n-0004iO-M0; Thu, 09 May 2013 10:23:53 +0200 Received: from localhost.my.domain (localhost [127.0.0.1]) by localhost.my.domain (8.14.4/8.14.3) with ESMTP id r498NpiS002592; Thu, 9 May 2013 10:23:51 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by localhost.my.domain (8.14.4/8.14.3/Submit) id r498NouN002591; Thu, 9 May 2013 10:23:50 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: localhost.my.domain: guru set sender to guru@unixarea.de using -f Date: Thu, 9 May 2013 10:23:50 +0200 From: Matthias Apitz To: Waitman Gobble Subject: Re: xorg-server-1.7.7_6,1 crashes (from ports head) Message-ID: <20130509082350.GA2439@tinyCurrent> References: <20130507124537.GA1073@tiny.Sisis.de> <20130508075618.GA1090@tiny.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 9.0-CURRENT r214444 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 46.244.142.182 Cc: freebsd-x11@freebsd.org, freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 May 2013 08:24:02 -0000 El día Wednesday, May 08, 2013 a las 02:58:18PM -0700, Waitman Gobble escribió: > > Please be kind and give me some hints about best options I have: > > > > - Do we have another Xserver in the ports to try? > > - Should I post a bug report in our Gnats? > > - Should I go to the lists.x.org? > > - Any options of the Xorg server to test or to get debug messages of the > > crash? > > - Anything else? > > > > I have already ordered a new 2 GByte ddr2 RAM to change the memory, but > > as well it could be the video card or anthing else... > > > > What video driver are you using on that machine? Hi, The full Xorg.0.log was attached to the original posting in freebsd-x11, see here for details: http://lists.freebsd.org/pipermail/freebsd-x11/2013-May/013040.html The video driver is: (II) LoadModule: "intel" (II) Loading /usr/local/lib/xorg/modules/drivers/intel_drv.so (II) Module intel: vendor="X.Org Foundation" compiled for 1.7.7, module version = 2.7.1 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 6.0 ... (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, IGD_GM, IGD_G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, Mobile Intel? GM45 Express Chipset, Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41 Meanwhile I have changed the RAM in the netbook, it does not help either; Thanks matthias -- Matthias Apitz | /"\ ASCII Ribbon Campaign: www.asciiribbon.org E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail WWW: http://www.unixarea.de/ | X - No proprietary attachments phone: +49-170-4527211 | / \ - Respect for open standards From owner-freebsd-questions@FreeBSD.ORG Thu May 9 08: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 169E675D; Thu, 9 May 2013 08:26:01 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id CA371858; Thu, 9 May 2013 08:26:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id C416B5E493; Thu, 9 May 2013 10:25:59 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -0.977 X-Spam-Level: X-Spam-Status: No, score=-0.977 tagged_above=-999 required=5 tests=[AWL=0.021, BAYES_00=-2.599, RCVD_IN_PBL=0.905, RDNS_DYNAMIC=0.1, SPF_SOFTFAIL=0.596] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id eSrqEf5Xr9wV; Thu, 9 May 2013 10:25:54 +0200 (CEST) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (c224-156-70-80.bjare.net [80.70.156.224]) by mx1.bjare.net (Postfix) with ESMTP id C36445E475; Thu, 9 May 2013 10:25:54 +0200 (CEST) Message-ID: <518B5D92.2010908@eskk.nu> Date: Thu, 09 May 2013 10:25:54 +0200 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130504 Thunderbird/17.0.5 MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.org" , bdrewery@FreeBSD.org Subject: Typo in portmaster man page? 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, 09 May 2013 08:26:01 -0000 When reading the portmaster man page I just came to wonder if this isn't a typo? [--force-config|-G] [-aftv] -F fetch distfiles only Shouldn't the -F be to the far left? Thanks /Leslie From owner-freebsd-questions@FreeBSD.ORG Thu May 9 08:34:35 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 B3344AD5 for ; Thu, 9 May 2013 08:34:35 +0000 (UTC) (envelope-from trond@fagskolen.gjovik.no) Received: from smtp.fagskolen.gjovik.no (smtp.fagskolen.gjovik.no [IPv6:2001:700:1100:1:200:ff:fe00:b]) by mx1.freebsd.org (Postfix) with ESMTP id 580348D8 for ; Thu, 9 May 2013 08:34:35 +0000 (UTC) Received: from mail.fig.ol.no (localhost [127.0.0.1]) by mail.fig.ol.no (8.14.7/8.14.7) with ESMTP id r498YVKK069063 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 9 May 2013 10:34:31 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) Received: from localhost (trond@localhost) by mail.fig.ol.no (8.14.7/8.14.7/Submit) with ESMTP id r498YV7Q069060; Thu, 9 May 2013 10:34:31 +0200 (CEST) (envelope-from trond@fagskolen.gjovik.no) X-Authentication-Warning: mail.fig.ol.no: trond owned process doing -bs Date: Thu, 9 May 2013 10:34:30 +0200 (CEST) From: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Sender: Trond.Endrestol@fagskolen.gjovik.no To: hrkesh sahu Subject: Re: Fresh installation 9.1 In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) Organization: Fagskolen Innlandet OpenPGP: url=http://fig.ol.no/~trond/trond.key MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="2055831798-958174725-1368088427=:72982" Content-ID: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.fig.ol.no 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, 09 May 2013 08:34:35 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --2055831798-958174725-1368088427=:72982 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1 Content-Transfer-Encoding: 8BIT Content-ID: On Thu, 9 May 2013 12:18+0530, hrkesh sahu wrote: > > HI All, > > > I have a FreeBSD 9.1 Release installed with TWO NIC cards. I was trying to > make this FreeBSD machine as a router . > This is my rc.conf > -------------------------------- > ifconfig_rl0 = "inet 192.168.100.101 netmask 255.255.255.0" > ifconfig_re0="inet 192.168.200.101 netmask 255.255.255.0" > > gateway_enable = "YES" > ifconfig_rl0 = "DHCP" > ifconfig_re0 = "DHCP" > > defaultrouter = "192.168.100.1" > ipv6_activate_all_interfaces = "YES" > sshd_enable = "YES" > synchronous_dhclient="YES" > > Please help me to establish a IPv4 router. > Both the interfaces are connected to to different laptops with a static IP > address. You should place a # in front of the two lines: > ifconfig_rl0 = "DHCP" > ifconfig_re0 = "DHCP" Next, you probably shouldn't place spaces before and after the equal signs. > Laptop 1 = 192.168.100.102 ( connected to interface rl0) gateway - > 192.168.100.1 > > Laptop 2 = 192.168.200.102 ( connected to interface re0) > ping from Laptop1 -> rl0 is successful > but ping from Laptop1 -> re0 is not successful. > > After this I want to know also How to make this as IPv6 router? See http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-ipv6.html. You probably should create a ULA prefix or two, and assign these to your router interfaces. http://www.sixxs.net/tools/grh/ula/ might help you. Something along these lines might help you achieve what you want: ifconfig_rl0_ipv6="inet6 fd8f:d6d0:e6e7:100::1 prefixlen 64" ifconfig_re0_ipv6="inet6 fd44:13de:a366:200::1 prefixlen 64" ipv6_gateway_enable="YES" Finally you probably should configure and enable Router Advertisement and Host Auto Configuration as explained in section 32.11.6 of http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-ipv6.html. -- +-------------------------------+------------------------------------+ | Vennlig hilsen, | Best regards, | | Trond Endrestøl, | Trond Endrestøl, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gjøvik Technical College, Norway, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | +-------------------------------+------------------------------------+ --2055831798-958174725-1368088427=:72982-- From owner-freebsd-questions@FreeBSD.ORG Thu May 9 11:07:00 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 5C5F0C69 for ; Thu, 9 May 2013 11:07:00 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2B608F83 for ; Thu, 9 May 2013 11:07:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r49B6wr0019897 for ; Thu, 9 May 2013 11:06:58 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r49B6w0v019895 for freebsd-questions@freebsd.org; Thu, 9 May 2013 11:06:58 GMT (envelope-from bdrewery) Received: (qmail 14060 invoked from network); 9 May 2013 06:06:56 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 9 May 2013 06:06:56 -0500 Message-ID: <518B8342.5000609@FreeBSD.org> Date: Thu, 09 May 2013 06:06:42 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Leslie Jensen Subject: Re: Typo in portmaster man page? References: <518B5D92.2010908@eskk.nu> In-Reply-To: <518B5D92.2010908@eskk.nu> X-Enigmail-Version: 1.5.1 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2RDHFEDRFTDXILQINQEPT" 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, 09 May 2013 11:07:00 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2RDHFEDRFTDXILQINQEPT Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 5/9/2013 3:25 AM, Leslie Jensen wrote: >=20 > When reading the portmaster man page I just came to wonder if this isn'= t > a typo? >=20 >=20 > [--force-config|-G] [-aftv] -F > fetch distfiles only >=20 >=20 >=20 > Shouldn't the -F be to the far left? >=20 > Thanks >=20 > /Leslie It seems consistent with how the other feature modes are documented. (I'm not the original author on portmaster). Personally the manpage really confuses me. There's been bigger issues to tackle first though so I have not touched the manpage much. --=20 Regards, Bryan Drewery ------enig2RDHFEDRFTDXILQINQEPT Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJRi4NGAAoJEG54KsA8mwz5fosP/RbOXCPFVqe+PjhSUm5hrmFh QrNHzPDASKzh6l02mw8lx8J+6NH0UhDtcsE+bhK0bZrKgLCzBre+11ru4ucOKd5W dETT5Gzlh98pBjZR0aGJTGvsG0xUZ3jdea61G5rUtwXBH4+dFRItgSlyjwYVBlEm AocA+7925mOmW9KZekvI5BCrCDMq6jjNe7bJ/6MG/JP7uiFELrtIVUd8g6RmHH++ 4nixlmJ7ueFYryrX/O7lFf+NviIzCFVpXK0j9qKX1fc98h9xbjIBiDdvHqVM2eZa b+bHWkKrYmd0BdTkj9Y6fuO4JNy3wRnTMPMwGyPnV7qAfOvfo0o3mKLJsXnLAGKQ +NF25y7nrLdGiaQqpam/0y6sQo+yZ2cujjQqzTa4SJ89Da2/PzezYjoGVlbf7wJ1 02yJbOIIBekWRnwu/YLoT/LP4Bm74QcgbAxbUQ1IS5PI8uF+dMZtpmRvYLXaOW4X TDm0ZZLHUUJwrMNLiaYvDSdApXFw1IdieujqeKyxeqXyWPQXKFyswCy86cFdV7zT H36a2yRuzKlOl2xvfk2djGJCYX7+UK2xS/5/1JYMP8mg2JHWAiAfUjaOii4ItPO3 ZAYRZF7JoxUXbEexfUgFFvH/QHJPrHaxJHslrqnUx1skXbgZI2oy+2gEYkPSaq9v kkO8yGuT9/BOcpW5bpYl =lMs9 -----END PGP SIGNATURE----- ------enig2RDHFEDRFTDXILQINQEPT-- From owner-freebsd-questions@FreeBSD.ORG Thu May 9 11:39: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 E5FC34A7 for ; Thu, 9 May 2013 11:39:16 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from tux-cave.hellug.gr (tux-cave.hellug.gr [195.134.99.74]) by mx1.freebsd.org (Postfix) with ESMTP id 6FD83FC for ; Thu, 9 May 2013 11:39:15 +0000 (UTC) X-Spam-Status: No X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.9, required 5, autolearn=not spam, ALL_TRUSTED -1.00, BAYES_00 -1.90) X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-ID: r49Bcu2C030509 Received: from giorgos.local.local (217-162-217-29.dynamic.hispeed.ch [217.162.217.29]) (authenticated bits=0) by tux-cave.hellug.gr (8.14.3/8.14.3/Debian-9.4) with ESMTP id r49Bcu2C030509 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Thu, 9 May 2013 14:39:04 +0300 From: keramida@ceid.upatras.gr (Giorgos Keramidas) To: Joshua Isom Subject: Re: ZFS on MBR does not boot at all References: <67um8rwqrdrxes.fsf@saturn.laptop> <5186E3B1.80207@gmail.com> Date: Thu, 09 May 2013 13:38:40 +0200 In-Reply-To: <5186E3B1.80207@gmail.com> (Joshua Isom's message of "Sun, 05 May 2013 17:56:49 -0500") Message-ID: <67um8rk3n88jsv.fsf@saturn.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin) MIME-Version: 1.0 Content-Type: text/plain 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, 09 May 2013 11:39:17 -0000 On Sun, 05 May 2013 17:56:49 -0500, Joshua Isom wrote: > On 5/5/2013 3:20 PM, Giorgos Keramidas wrote: >> Hi David, >> >> Thanks for following up with what the real problem was. I updated the >> Wiki to include this: >> >> Note that partition order is important. It seems that zfsboot >> requires the freebsd-zfs partition to be the first, so make sure you >> add if first, before your swap partition. >> >> Cheers, >> Giorgos > > What? I've been using this set up for years. > > => 34 976773101 ada1 GPT (465G) > 34 128 1 freebsd-boot (64k) > 162 8388608 2 freebsd-swap (4.0G) > 8388770 968384365 3 freebsd-zfs (461G) > > => 34 976773101 ada2 GPT (465G) > 34 128 1 freebsd-boot (64k) > 162 8388608 2 freebsd-swap (4.0G) > 8388770 968384365 3 freebsd-zfs (461G) That's ok for GPT partitions. The original post was about an MBR partition table. Some modern laptops (mine is one) do not boot successfully from a disk with a GPT partition scheme, unless the boot loader is EFI-capable (which ours isn't). So you have to use an MBR-style partition table. In those cases the note is still useful to see. From owner-freebsd-questions@FreeBSD.ORG Thu May 9 11:46: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 F024B82C for ; Thu, 9 May 2013 11:46:06 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-gh0-f172.google.com (mail-gh0-f172.google.com [209.85.160.172]) by mx1.freebsd.org (Postfix) with ESMTP id A81D514B for ; Thu, 9 May 2013 11:46:06 +0000 (UTC) Received: by mail-gh0-f172.google.com with SMTP id r18so607215ghr.3 for ; Thu, 09 May 2013 04:46:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding; bh=Nonxb/qP5hvhFn33pQYCUJc/MjrXkdui31bAMUXXR+s=; b=eJKErz4y5/H6EzpqCSp/9gUTndm/py+bF2+KceuBfJTYqFWOTsWqXT+L9yS60Ujn3Z 1XEt+jxivFJDR42H7azTqrZcw6rv2DRpz2keRo36cwp0Z9wiyzBg80sA6gszPcqAh0YL UMwaojQO4SfupiQOhZ7wA4IOJBmdmbUBOA2gM= 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 :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=Nonxb/qP5hvhFn33pQYCUJc/MjrXkdui31bAMUXXR+s=; b=a9wi4jC6Tlwko/NwELjyCi83eghBfh0nfml++KcNjrU2YY2KnJ9boFKFPKLs8W44US 6QehmILoy/RBzglvpia5ePCVNb/+pF2EN+H17Ozi0V4EomspxbDV1PKAexHisSae+3bL ixstg98oxKaSwRXFC22UMnYtPeLigSU7maTyarCUDFpFmDtaS2KeZeDL84ElFgSRi6hG MkJZoNMW1jdEvwdahkxYaj74glP4cPls9RbX+wXmUYOikbJS7VejoqX9NO8G86dRBUnE 6Gs7rhHx+qmqdSxMd1adyXYdFDW3UVKo19NI+Ga1X9HhnSKm78atU9r9+6SjxaS8CfKM iQGg== X-Received: by 10.236.148.14 with SMTP id u14mr9005831yhj.62.1368099960235; Thu, 09 May 2013 04:46:00 -0700 (PDT) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPSA id w67sm3579299yhk.7.2013.05.09.04.45.59 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 09 May 2013 04:45:59 -0700 (PDT) Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerry@seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3b5t6Z4HMpz2CG5n for ; Thu, 9 May 2013 07:45:58 -0400 (EDT) Date: Thu, 9 May 2013 07:45:58 -0400 From: Jerry To: FreeBSD Subject: Re: Typo in portmaster man page? Message-ID: <20130509074558.18d8e7a1@scorpio> In-Reply-To: <518B8342.5000609@FreeBSD.org> References: <518B5D92.2010908@eskk.nu> <518B8342.5000609@FreeBSD.org> Organization: seibercom.net X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQmHG1ZLtHEgu43zY8wDQ9kPekjP4CygCo5EkfuyhwsM4R2Q+v9GKpFRkFHo5m5Tnb6DMjuc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: FreeBSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 May 2013 11:46:07 -0000 On Thu, 09 May 2013 06:06:42 -0500 Bryan Drewery articulated: > (I'm not the original author on portmaster). Personally the manpage > really confuses me. There's been bigger issues to tackle first though > so I have not touched the manpage much. You do realize that the "man" in "manpage" is an acronym for, "Much About Nothing". -- Jerry â™” Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ From owner-freebsd-questions@FreeBSD.ORG Thu May 9 13:36: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 5ABDF5AA for ; Thu, 9 May 2013 13:36:50 +0000 (UTC) (envelope-from ukaszg@gmail.com) Received: from mail-qc0-x22d.google.com (mail-qc0-x22d.google.com [IPv6:2607:f8b0:400d:c01::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 22283886 for ; Thu, 9 May 2013 13:36:50 +0000 (UTC) Received: by mail-qc0-f173.google.com with SMTP id c11so1634346qcv.4 for ; Thu, 09 May 2013 06:36:49 -0700 (PDT) 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:content-transfer-encoding; bh=a7Bd/3TYryjmQkHnbWnZVKVkuIjCXZL7v3uK24j9hXg=; b=if/UCw7nOoUMt0nfp/57zAhNt9kC7ZFwfw3+Ik2IZwlXgbPoAlKTVOKWH/w2vEnPap N4aAXkTwD1lCJ/6uwqDWA3sqAHLkDLms71vdNWeMyvhUQPKQeftdyYyo2wfGA4iDZYhN G78rkARpoFMexi4lVXIRJ4BE6WTGA/82BQNBKtN1/MFJ0kepgL/jSJdV0M/JYeCAoamS j8jMc9stxn/FtEUwONWWiP13WVonrM+zSa9GbkyXH8yGOsHt9haoObwAm1B6fQipleqn xf7kH8im3i8AZqaLThWMSJKrejbmflNcj6QD6RVRJDctWjqy6MvsYOi2+2ECNP+GdcDG YBNg== MIME-Version: 1.0 X-Received: by 10.224.179.148 with SMTP id bq20mr8546573qab.30.1368106609081; Thu, 09 May 2013 06:36:49 -0700 (PDT) Received: by 10.49.47.83 with HTTP; Thu, 9 May 2013 06:36:49 -0700 (PDT) In-Reply-To: <67um8rk3n88jsv.fsf@saturn.laptop> References: <67um8rwqrdrxes.fsf@saturn.laptop> <5186E3B1.80207@gmail.com> <67um8rk3n88jsv.fsf@saturn.laptop> Date: Thu, 9 May 2013 15:36:49 +0200 Message-ID: Subject: Re: ZFS on MBR does not boot at all From: uki To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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, 09 May 2013 13:36:50 -0000 I had to set up ZFS on MBR lately. Since I'm lazy I wrote a script for that. Maybe it would suit your needs (it's very simple though). https://bitbucket.org/ukaszg/freebsd-zfs-on-mbr-installer 2013/5/9 Giorgos Keramidas : > On Sun, 05 May 2013 17:56:49 -0500, Joshua Isom wrote: >> On 5/5/2013 3:20 PM, Giorgos Keramidas wrote: >>> Hi David, >>> >>> Thanks for following up with what the real problem was. I updated the >>> Wiki to include this: >>> >>> Note that partition order is important. It seems that zfsboot >>> requires the freebsd-zfs partition to be the first, so make sure y= ou >>> add if first, before your swap partition. >>> >>> Cheers, >>> Giorgos >> >> What? I've been using this set up for years. >> >> =3D> 34 976773101 ada1 GPT (465G) >> 34 128 1 freebsd-boot (64k) >> 162 8388608 2 freebsd-swap (4.0G) >> 8388770 968384365 3 freebsd-zfs (461G) >> >> =3D> 34 976773101 ada2 GPT (465G) >> 34 128 1 freebsd-boot (64k) >> 162 8388608 2 freebsd-swap (4.0G) >> 8388770 968384365 3 freebsd-zfs (461G) > > That's ok for GPT partitions. The original post was about an MBR > partition table. > > Some modern laptops (mine is one) do not boot successfully from a disk > with a GPT partition scheme, unless the boot loader is EFI-capable > (which ours isn't). So you have to use an MBR-style partition table. > > In those cases the note is still useful to see. > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" --=20 Pozdrawiam, =C5=81ukasz Gruner From owner-freebsd-questions@FreeBSD.ORG Thu May 9 14:08: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 3F60AAB2 for ; Thu, 9 May 2013 14:08:13 +0000 (UTC) (envelope-from pulley@dabus.com) Received: from aegir.dabus.com (aegir.dabus.com [173.14.229.218]) by mx1.freebsd.org (Postfix) with ESMTP id 21CCA9AB for ; Thu, 9 May 2013 14:08:13 +0000 (UTC) Received: from aegir.dabus.com (localhost [127.0.0.1]) by aegir.dabus.com (Processor) with ESMTP id 086AA5F322; Thu, 9 May 2013 08:02:27 -0600 (MDT) DomainKey-Signature: a=rsa-sha1; b=JmEIlMDCZPd7rADSb3M584Fsq9W9+1aU2locdmtS5i0nIQie/K6+oMts33E85+gCCzxp1SHMBqqlxi7W+tmSksQHe1pb5crVPTGdMhWnr6kY22o4w/zfZWM+7UehHh4EcF2S9GJVzZalebSg9XYJSKQB/8Zqvu+UjigQqfBGHLs=; c=nofws; d=dabus.com; q=dns; s=aegir1 Received: from webmail.dabus.com (aegir.dabus.com [173.14.229.218]) by aegir.dabus.com (Dabus) with ESMTPA id 3A1A15F2C5; Thu, 9 May 2013 08:02:26 -0600 (MDT) Received: from 131.77.1.84 by webmail.dabus.com with HTTP; Thu, 9 May 2013 08:02:26 -0600 Message-ID: In-Reply-To: <20130509040957.AA76FA6E34@smtp.hushmail.com> References: <20130509040957.AA76FA6E34@smtp.hushmail.com> Date: Thu, 9 May 2013 08:02:26 -0600 Subject: Re: Login.conf Limits not Applying for Postfix From: "Eric S Pulley" To: hccip@hush.com User-Agent: SquirrelMail/1.4.22 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-questions@freebsd.org 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, 09 May 2013 14:08:13 -0000 > Hey list, > > I have a pretty low resource usage for users on my system, thus I have > some low limits set in my /etc/login.conf. Particularly "openfiles," which > is set to 128 for the default class. However, I started getting errors > from Postfix saying it has hit this limit: > "postfix/proxymap[97907]: warning: could allocate space for only 128 open > files" > > So I added a new class in my /etc/login.conf: > > postfix:\ > :openfiles=1024:\ > :tc=default: > > Yes, I did run `cap_mkdb /etc/login.conf` (multiple times, in fact). I > stopped and restarted the postfix daemon. I've even rebooted the system > entirely since then, to no avail (It sends half the mail at a time - but > the error appears again once mail starts building up). Am I missing > something? Do I need to set the postfix user into the postfix login class > somehow? Yes see http://www.freebsd.org/doc/en/books/handbook/users-modifying.html > > My full /etc/login.conf is here: http://pastebin.ca/2376936 From owner-freebsd-questions@FreeBSD.ORG Thu May 9 15:04: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 1E35A58D for ; Thu, 9 May 2013 15:04:37 +0000 (UTC) (envelope-from apache.black@yahoo.com) Received: from nm5-vm1.bullet.mail.sg3.yahoo.com (nm5-vm1.bullet.mail.sg3.yahoo.com [106.10.148.144]) by mx1.freebsd.org (Postfix) with ESMTP id 618ADC37 for ; Thu, 9 May 2013 15:04:35 +0000 (UTC) Received: from [106.10.166.62] by nm5.bullet.mail.sg3.yahoo.com with NNFMP; 09 May 2013 15:01:50 -0000 Received: from [106.10.151.202] by tm19.bullet.mail.sg3.yahoo.com with NNFMP; 09 May 2013 15:01:50 -0000 Received: from [127.0.0.1] by omp1014.mail.sg3.yahoo.com with NNFMP; 09 May 2013 15:01:50 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 908158.26251.bm@omp1014.mail.sg3.yahoo.com Received: (qmail 11211 invoked by uid 60001); 9 May 2013 14:35:09 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1368110109; bh=iMMISO6nKQe2hYjtTGNV5DBwzLljrJnB5Z+Y5S2RpMc=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=LyQ2MvLB8jkInq3+okhXYw7cnPzrC3Eg2BGHToxSsqfBJc9g4EKEY2u8PMd27gMrM5ClWazL7ri5/TPr8bRowZcA/zFvH0SfCRS040Z0b8RDbSWQqaFG0c8OzHli4mSBedpDWqjPs2s1ePyhHKUqDw+RvCylmp1vdPF87tE54BA= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=EgvRhmZsrYgk4BXfqXlj5TRHIsfYzGYXUobqD/fz8ohqwAQQSUu8ILYyWELkUq3qc5gJhueA1O37kCQI2+GGIbCNVmPrrQ674SAVfRB8xdptlCTycNEpkuluZoszruz7qcS2LPRKRGIzcMovFVCJYwM9yRoSRIp/4oZFBATFMkQ=; X-YMail-OSG: SzhnZ_AVM1mfUveNtr16V.3igwUXP5JhhYYRvZZoEWBu1D6 5YgYgeAsGrbYb9uiSJJV8fXi6y8oqWqzhEc8aHwj_tdSOIJVcpMHnS6tsB_Z KUrDE1DgHGG5Ck27ESI3x.HSMTqBrgjdB1hlFXGp.CybqqMYJe7JxdRYB9MH reX.0KkLy6yZ5UHrzsFeU8O3qjkZrN4QbwCwqq9gvZ6946sUhVPkdKTu2vp8 W5N68U1RJDRr9cAS0iPhT6o8bUyFb_aSBAdo2FJVOZorPn1lCq.NZExDuAO0 Pn4Y9X_pyCqCEDcYcC198jUgxQHVCTqR0D_W0XXc9RSUSTyQPcYnoC4HW_ug LWiJQZOKg_4XCbe1IzD2eENcVMbBoT63ax1.MumNTJUIV68Q0bX.Bp0nzal0 sPZ0Sx1t64Ml8wvW94YOFKL5XPK9mFgSy131KucCE7p91vwL3TkqeTi67AJB xCNNE4F2kQQ0VEmsHiHKKzffYaqfRd7uqkRKi8UMqk6epmtVKyQS1vag- Received: from [103.245.47.20] by web190702.mail.sg3.yahoo.com via HTTP; Thu, 09 May 2013 22:35:09 SGT X-Rocket-MIMEInfo: 002.001, CgoKCi0tLS0tIE9yaWdpbmFsIE1lc3NhZ2UgLS0tLS0KPiBGcm9tOiBKZXJyeSA8amVycnlAc2VpYmVyY29tLm5ldD4KPiBUbzogRnJlZUJTRCA8ZnJlZWJzZC1xdWVzdGlvbnNAZnJlZWJzZC5vcmc.Cj4gQ2M6IAo.IFNlbnQ6IFRodXJzZGF5LCA5IE1heSAyMDEzIDU6MTUgUE0KPiBTdWJqZWN0OiBSZTogVHlwbyBpbiBwb3J0bWFzdGVyIG1hbiBwYWdlPwo.IAo.IE9uIFRodSwgMDkgTWF5IDIwMTMgMDY6MDY6NDIgLTA1MDAKPiBCcnlhbiBEcmV3ZXJ5IGFydGljdWxhdGVkOgo.IAo.PiAgKEknbSBub3QgdGgBMAEBAQE- X-Mailer: YahooMailWebService/0.8.141.536 References: <518B5D92.2010908@eskk.nu> <518B8342.5000609@FreeBSD.org> <20130509074558.18d8e7a1@scorpio> Message-ID: <1368110109.10888.YahooMailNeo@web190702.mail.sg3.yahoo.com> Date: Thu, 9 May 2013 22:35:09 +0800 (SGT) From: Masoom Shaikh Subject: Re: Typo in portmaster man page? To: FreeBSD In-Reply-To: <20130509074558.18d8e7a1@scorpio> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Masoom Shaikh List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 May 2013 15:04:37 -0000 =0A=0A=0A=0A----- Original Message -----=0A> From: Jerry =0A> To: FreeBSD =0A> Cc: =0A> Sent: Thur= sday, 9 May 2013 5:15 PM=0A> Subject: Re: Typo in portmaster man page?=0A> = =0A> On Thu, 09 May 2013 06:06:42 -0500=0A> Bryan Drewery articulated:=0A> = =0A>> (I'm not the original author on portmaster). Personally the manpage= =0A>> really confuses me. There's been bigger issues to tackle first thoug= h=0A>> so I have not touched the manpage much.=0A> =0A> You do realize tha= t the "man" in "manpage" is an acronym =0A> for, "Much=0A> About Nothing".= =0A=0Athat interpretation of yours might be insulting to man page authors := (=0A=0A> =0A> -- =0A> Jerry =E2=99=94=0A> =0A> Disclaimer: off-list followu= ps get on-list replies or get ignored.=0A> Please do not ignore the Reply-T= o header.=0A> _____________________________________________________________= _____=0A> =0A> _______________________________________________=0A> freebsd-= questions@freebsd.org mailing list=0A> http://lists.freebsd.org/mailman/lis= tinfo/freebsd-questions=0A> To unsubscribe, send any mail to =0A> "freebsd-= questions-unsubscribe@freebsd.org"=0A> From owner-freebsd-questions@FreeBSD.ORG Thu May 9 16:03: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 527F5406 for ; Thu, 9 May 2013 16:03:19 +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 19EBDF12 for ; Thu, 9 May 2013 16:03:18 +0000 (UTC) Received: from newmail.rmm.fr (newmail.rmm.fr [213.251.152.9]) by newmail.rmm.fr (Postfix) with ESMTP id 350941AADC4 for ; Thu, 9 May 2013 18:03:18 +0200 (CEST) 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 PQHQ7cfH2dIP for ; Thu, 9 May 2013 18:03:18 +0200 (CEST) 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 DE5961AADBF for ; Thu, 9 May 2013 18:03:17 +0200 (CEST) From: "bsd@todoo.biz" Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Downgrading a port Message-Id: <72E7E6C6-68FE-4356-940E-46AB8BBB88DE@todoo.biz> Date: Thu, 9 May 2013 18:03:22 +0200 To: Liste FreeBSD Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) X-Mailer: Apple Mail (2.1503) 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, 09 May 2013 16:03:19 -0000 Hello,=20 I wanted to know if there is a way to simply downgrade a package I have = installed with pkgng ?=20 I know that there is portdowngrade, but I will have to reinstall all = ports architecture to be able to install this.=20 Sincerely yours.=20 G.B.=20 ________________________________________________ =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?= =BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF BSD - BSD - BSD - BSD - BSD - BSD - BSD - BSD - ________________________________________________ =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?= =BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF PGP ID --> 0x1BA3C2FD From owner-freebsd-questions@FreeBSD.ORG Thu May 9 16:53:45 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 3B062BF0 for ; Thu, 9 May 2013 16:53:45 +0000 (UTC) (envelope-from grillo@goldnet.it) Received: from vm02.goldnet.it (vm02.goldnet.it [194.21.56.111]) by mx1.freebsd.org (Postfix) with ESMTP id EF7AE806 for ; Thu, 9 May 2013 16:53:44 +0000 (UTC) Received: from skiz.goldnet.it (skiz.goldnet.it [194.21.56.9]) by vm02.goldnet.it (Postfix) with ESMTP id 7679BC210B for ; Thu, 9 May 2013 18:33:28 +0200 (CEST) Received: from mail.goldnet.it (www-data@localhost [127.0.0.1]) by skiz.goldnet.it (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id r49GX5Ka004871 for ; Thu, 9 May 2013 18:33:05 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 09 May 2013 18:33:04 +0200 From: grillo To: Subject: compatibility SCO Message-ID: X-Sender: grillo@goldnet.it User-Agent: Roundcube Webmail/0.4 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, 09 May 2013 16:53:45 -0000 I need use Microsoft Cobol Compiler and runtime developed for Xenix/Unix system V SCO using NETBSD or FreeBSD, it is possible? have binary compatibility ? environment compatibility ? thank you From owner-freebsd-questions@FreeBSD.ORG Thu May 9 17:22:31 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 71636E07 for ; Thu, 9 May 2013 17:22:31 +0000 (UTC) (envelope-from dimitar.vassilev@gmail.com) Received: from mail-qc0-x233.google.com (mail-qc0-x233.google.com [IPv6:2607:f8b0:400d:c01::233]) by mx1.freebsd.org (Postfix) with ESMTP id 39657AF9 for ; Thu, 9 May 2013 17:22:31 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id d1so1812166qcz.10 for ; Thu, 09 May 2013 10:22:30 -0700 (PDT) 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=fYs5mEGnTkwaT7xI2lkQmfnOiNYM8vbAQE3DFeOrX/Y=; b=qETtPfpgOoHlPrUD8B0hQCblt3vt8tzhwbOMcSkWwErNUVqh57M/lXaltbQpq/aSBr fykzxO+Mr3hG4pzTx0vXG3EGUR3vFFe9NT2e1ulMSmVamAl+JYrfMzx6G0I1MUtFxhwo XeM9SlDlh0Q5/hpt9+aRu6qGN3qgHdnbSza9BLFBtbt6F83TimE4juzaR9kJ+v855iQy Hu8uOYkCmrWQ794qzXVdLBNuSvO8m0fgGv6sdvGaEt2vxgNXw83f+Zag5pjd367vp8h0 rjZcREjaD1F6hK1SSx3rJMzpe/kWsHv0fd0tFG78R1iP82F9eFw89Mckprzj7cAYAE+8 053Q== MIME-Version: 1.0 X-Received: by 10.229.178.65 with SMTP id bl1mr3673942qcb.115.1368120150539; Thu, 09 May 2013 10:22:30 -0700 (PDT) Received: by 10.49.25.230 with HTTP; Thu, 9 May 2013 10:22:30 -0700 (PDT) In-Reply-To: References: Date: Thu, 9 May 2013 20:22:30 +0300 Message-ID: Subject: Re: compatibility SCO From: Dimitar Vassilev To: grillo Content-Type: text/plain; charset=UTF-8 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, 09 May 2013 17:22:31 -0000 2013/5/9 grillo > I need use Microsoft Cobol Compiler and runtime developed for Xenix/Unix > system V SCO using NETBSD or FreeBSD, it is possible? have binary > compatibility ? environment compatibility ? > thank you > > ______________________________**_________________ > 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 " > yes http://www.manualpages.de/NetBSD/NetBSD-5.1/man8/compat_sco.8.html http://forums.freebsd.org/archive/index.php/t-7604.html From owner-freebsd-questions@FreeBSD.ORG Thu May 9 17:28:03 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 6FC6F66D for ; Thu, 9 May 2013 17:28:03 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.freebsd.org (Postfix) with ESMTP id 3CF661E9 for ; Thu, 9 May 2013 17:28:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at BSDLabs AB Message-ID: <518BDABF.7010401@intersonic.se> Date: Thu, 09 May 2013 19:19:59 +0200 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130310 Thunderbird/17.0.4 MIME-Version: 1.0 To: questions@FreeBSD.org Subject: Cdorked.A Content-Type: text/plain; charset=ISO-8859-15 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, 09 May 2013 17:28:03 -0000 Hi, Is Apache on FreeBSD affected? Thanks, From owner-freebsd-questions@FreeBSD.ORG Thu May 9 17:33:44 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 1C073C2D for ; Thu, 9 May 2013 17:33:44 +0000 (UTC) (envelope-from paulbeard@gmail.com) Received: from mail-da0-x22a.google.com (mail-da0-x22a.google.com [IPv6:2607:f8b0:400e:c00::22a]) by mx1.freebsd.org (Postfix) with ESMTP id EFA8380A for ; Thu, 9 May 2013 17:33:43 +0000 (UTC) Received: by mail-da0-f42.google.com with SMTP id r6so1717914dad.29 for ; Thu, 09 May 2013 10:33:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:content-type:content-transfer-encoding:subject :message-id:date:to:mime-version:x-mailer; bh=BfW9Swgz3QFuI4V0Se1CY/ILBNwvkaBh1ZTzuNn9RWw=; b=f6b05PqRknL/wh8zFYpzwtOzKaae3mk/BfkQok55DIfVJVo5NmLDJ1B/r+VhxD/sIQ RxTy7dtF30BVoAhnDsRkGP0MmzJXnst6xiA3ZDTQ29fBl/KoulBTVsRoptJnGpQS9aeG KMBjTEpqpiASVZ6bEqYd2Ky1uhml0GnpL3gs1CQIIBLG9qDMCF4DLdVkcj1uZ/yUdYW7 ///yKmmrzV3TjQbJfnneW2jdc3GzoiOfOOm3xHG5etAEyoyOzd12hiUR3gMli1iMCZuD q3PAp0tgWc1Uovm2CBytRxMZp5HvUsqNSIpVcF93OQinQHz7VG1hTjwXFy8G7ryenIkS YS6A== X-Received: by 10.66.188.137 with SMTP id ga9mr14230759pac.9.1368120823765; Thu, 09 May 2013 10:33:43 -0700 (PDT) Received: from ?IPv6:2001:470:b:839:7c8b:c26c:20a4:5517? ([2001:470:b:839:7c8b:c26c:20a4:5517]) by mx.google.com with ESMTPSA id ri8sm3823874pbc.3.2013.05.09.10.33.42 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 09 May 2013 10:33:43 -0700 (PDT) From: Paul Beard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: question on manpages/hier(7) Message-Id: <8D69052F-3CF9-4429-87D7-9D673584E544@gmail.com> Date: Thu, 9 May 2013 10:33:41 -0700 To: FreeBSD-questions Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) X-Mailer: Apple Mail (2.1503) 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, 09 May 2013 17:33:44 -0000 Where should site-specific, ie local, man pages live? For instance, I have:=20 /usr/local/man/man1/php.1.gz /usr/local/share/man/man1/php.1.gz -rw-r--r-- 1 root wheel 3597 May 6 00:38 = /usr/local/man/man1/php.1.gz -rw-r--r-- 1 root wheel 3383 Dec 20 19:54 = /usr/local/share/man/man1/php.1.gz My understanding is that the older one is in the right place. The newer = one is registered as belonging to php5.4-14 while the old one is = orphaned.=20 I learn from lsof that the file that is actually opened and displayed is = this one: /usr/local/man/cat1/php.1.gz But that's in /usr/local/man, not /usr/local/share/man. So it's in = /usr/local but why not in /usr/local/share? And it's orphaned. Should it = be?=20 I have just completed a several day cleanup of my local ports = installation so I'm a little mystified at this. I also rebuilt my kernel = and world so I should be up-to-date there too.=20 -- Paul Beard Are you trying to win an argument or solve a problem?=20 From owner-freebsd-questions@FreeBSD.ORG Thu May 9 17:39:36 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 30A7FE9C for ; Thu, 9 May 2013 17:39:36 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email2.allantgroup.com (email2.emsphone.com [199.67.51.116]) by mx1.freebsd.org (Postfix) with ESMTP id F2923859 for ; Thu, 9 May 2013 17:39:35 +0000 (UTC) Received: from dan.emsphone.com (dan.emsphone.com [172.17.17.101]) by email2.allantgroup.com (8.14.5/8.14.5) with ESMTP id r49HdYoQ083382 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 9 May 2013 12:39:34 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.7/8.14.6) with ESMTP id r49HdYZQ081938 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 9 May 2013 12:39:34 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.7/8.14.6/Submit) id r49HdYn6081937; Thu, 9 May 2013 12:39:34 -0500 (CDT) (envelope-from dan) Date: Thu, 9 May 2013 12:39:34 -0500 From: Dan Nelson To: Paul Beard Subject: Re: question on manpages/hier(7) Message-ID: <20130509173934.GC20797@dan.emsphone.com> References: <8D69052F-3CF9-4429-87D7-9D673584E544@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8D69052F-3CF9-4429-87D7-9D673584E544@gmail.com> X-OS: FreeBSD 9.1-STABLE User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.97.8 at email2.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (email2.allantgroup.com [172.17.19.78]); Thu, 09 May 2013 12:39:34 -0500 (CDT) X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on email2.allantgroup.com X-Scanned-By: MIMEDefang 2.73 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, 09 May 2013 17:39:36 -0000 In the last episode (May 09), Paul Beard said: > Where should site-specific, ie local, man pages live? > > For instance, I have: > > /usr/local/man/man1/php.1.gz > /usr/local/share/man/man1/php.1.gz > > -rw-r--r-- 1 root wheel 3597 May 6 00:38 /usr/local/man/man1/php.1.gz > -rw-r--r-- 1 root wheel 3383 Dec 20 19:54 /usr/local/share/man/man1/php.1.gz > > My understanding is that the older one is in the right place. The newer > one is registered as belonging to php5.4-14 while the old one is orphaned. I don't have a /usr/local/share/man/ directory at all, and have 7300 files in /usr/local/man/man?/ , so I'd say /usr/local/man/ is the correct location :) -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-questions@FreeBSD.ORG Thu May 9 17:48:22 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 79CF2256 for ; Thu, 9 May 2013 17:48:22 +0000 (UTC) (envelope-from paulbeard@gmail.com) Received: from mail-pa0-f47.google.com (mail-pa0-f47.google.com [209.85.220.47]) by mx1.freebsd.org (Postfix) with ESMTP id 57C118CE for ; Thu, 9 May 2013 17:48:22 +0000 (UTC) Received: by mail-pa0-f47.google.com with SMTP id kl13so2285880pab.20 for ; Thu, 09 May 2013 10:48:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer; bh=62NdONb5uGqZZ5vSgxyYZtjUpWIVe818E+z9GIKEt1M=; b=vOlJPo9rtC8SBoEANIjYDceETwKvdNzt1Rj4pOOv7LF8OduEeAeYvcwkMYsX2+aBQI rD12n7vsTTJxZyHwt5aTQWudLeTVOuILeWvAN4X7kh7XGwP6LLCr4ZpBmm3r2a3erhUz 9iSR3wO/rRKIXQRuOzojCCu4OiD/5/8/LvTa4c05kOVUkYo1QLDSj4vfjRlSEKJFjBao vmFqLNNsnjCty2gZdJ9XKnhI8siZgRYLYwz/aYnJkQSevTdQCzSi8nylAj6aDR/tFFHA 5sc6PzRshslqLJB1imx3ay5Bv2g+ZaAktmsjcWOWgtxASW8jJ1eeGhq9CcIM7Oq3horl 1fLQ== X-Received: by 10.66.121.132 with SMTP id lk4mr14333526pab.1.1368121696353; Thu, 09 May 2013 10:48:16 -0700 (PDT) Received: from ?IPv6:2001:470:b:839:7c8b:c26c:20a4:5517? ([2001:470:b:839:7c8b:c26c:20a4:5517]) by mx.google.com with ESMTPSA id aa8sm4474534pad.14.2013.05.09.10.48.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 09 May 2013 10:48:14 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: question on manpages/hier(7) From: Paul Beard In-Reply-To: <20130509173934.GC20797@dan.emsphone.com> Date: Thu, 9 May 2013 10:48:12 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <2FA4F293-A595-4BD2-AB85-B363F002E244@gmail.com> References: <8D69052F-3CF9-4429-87D7-9D673584E544@gmail.com> <20130509173934.GC20797@dan.emsphone.com> To: Dan Nelson X-Mailer: Apple Mail (2.1503) 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, 09 May 2013 17:48:22 -0000 On May 9, 2013, at 10:39 AM, Dan Nelson wrote: > I don't have a /usr/local/share/man/ directory at all, and have 7300 = files in > /usr/local/man/man?/ , so I'd say /usr/local/man/ is the correct = location :) I wish it were that simple here. /etc/manpath.config is unmodified so I = have no idea how this is getting all futzed up.=20 I am finding files in /usr/local/share/man/man1 that were updated = yesterday with others dating back to 2007.=20 -- Paul Beard Are you trying to win an argument or solve a problem?=20 From owner-freebsd-questions@FreeBSD.ORG Thu May 9 18:41: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 CEE3F257 for ; Thu, 9 May 2013 18:41:51 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 95D1EBEF for ; Thu, 9 May 2013 18:41:51 +0000 (UTC) Received: from [82.113.121.22] (helo=tiny.Sisis.de) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UaVmm-0000C9-Ru for freebsd-questions@freebsd.org; Thu, 09 May 2013 20:41:49 +0200 Received: from tiny.Sisis.de (localhost [127.0.0.1]) by tiny.Sisis.de (8.14.5/8.14.3) with ESMTP id r49IfkQJ001365 for ; Thu, 9 May 2013 20:41:46 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by tiny.Sisis.de (8.14.5/8.14.3/Submit) id r49IfjKP001364 for freebsd-questions@freebsd.org; Thu, 9 May 2013 20:41:45 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: tiny.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Thu, 9 May 2013 20:41:45 +0200 From: Matthias Apitz To: freebsd-questions@freebsd.org Subject: X11 screen grabber from cmd line Message-ID: <20130509184144.GA1354@tiny.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 10.0-CURRENT r235646 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 82.113.121.22 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 May 2013 18:41:51 -0000 Hello, Do we have something in the ports which could do a screen shoot of $DISPLAY, but from the cmd line of an alpha console, and save it as PNG or JPEG? Thx matthias -- Sent from my FreeBSD netbook Matthias Apitz | - No system with backdoors like Apple/Android E-mail: guru@unixarea.de | - Never being an iSlave WWW: http://www.unixarea.de/ | - No proprietary attachments, no HTML/RTF in E-mail phone: +49-170-4527211 | - Respect for open standards From owner-freebsd-questions@FreeBSD.ORG Thu May 9 19:24: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 533A3857 for ; Thu, 9 May 2013 19:24:44 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-ob0-x233.google.com (mail-ob0-x233.google.com [IPv6:2607:f8b0:4003:c01::233]) by mx1.freebsd.org (Postfix) with ESMTP id 25044DAB for ; Thu, 9 May 2013 19:24:44 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id xn12so3349510obc.10 for ; Thu, 09 May 2013 12:24:43 -0700 (PDT) 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=EpazkPJtSPyAQmOF8Zg/9lvzhmfma7BMk1UUffYGL40=; b=Sn++6f0sxaSX46S/FacXXLqHqml1KlfGQv3LkZlm9YB9E0WWp+XMOQaykTJBq+rkza VSNbjJj0iXI/Qobsl+QyjZ2+dOmBuQ3qJ1tT8AjYXv3r6FmvuWuqRqfDitdtKPCO0Ips 9vWf9m9pHcSLXcSCPBc6829HpGMwl+rjhM7k2FSE8xxMt1aBeeUo7VEgmrgzp7buo8sd tY02QXQT5/gEATwqBYk97k+aTZ3Ol8ydo6PJxErYc0RkJgvO7352ln/JqOxsBPaCg3+H YFV7D+4aQGWA+7Z44pllhuPy01HtO73cTy8eh2XXkw88indZvKJ3zVEOHOmgKOS6w5N1 z04Q== MIME-Version: 1.0 X-Received: by 10.60.65.5 with SMTP id t5mr5142792oes.139.1368127483775; Thu, 09 May 2013 12:24:43 -0700 (PDT) Received: by 10.76.152.6 with HTTP; Thu, 9 May 2013 12:24:43 -0700 (PDT) In-Reply-To: <20130509184144.GA1354@tiny.Sisis.de> References: <20130509184144.GA1354@tiny.Sisis.de> Date: Thu, 9 May 2013 14:24:43 -0500 Message-ID: Subject: Re: X11 screen grabber from cmd line From: Antonio Olivares To: Matthias Apitz 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: Thu, 09 May 2013 19:24:44 -0000 ImageMagick port can do this using command import. $ which import /usr/local/bin/import $ import --help Version: ImageMagick 6.8.0-7 2013-03-06 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC Features: Usage: import [options ...] [ file ] Image Settings: -adjoin join images into a single multi-image file -border include window border in the output image -channel type apply option to select image channels -colorspace type alternate image colorspace -comment string annotate image with comment -compress type type of pixel compression when writing the image -define format:option define one or more image format options -density geometry horizontal and vertical density of the image -depth value image depth -descend obtain image by descending window hierarchy -display server X server to contact -dispose method layer disposal method -dither method apply error diffusion to image -delay value display the next image after pausing -encipher filename convert plain pixels to cipher pixels -endian type endianness (MSB or LSB) of the image -encoding type text encoding type -filter type use this filter when resizing an image -format "string" output formatted image characteristics -frame include window manager frame -gravity direction which direction to gravitate towards -identify identify the format and characteristics of the image -interlace type None, Line, Plane, or Partition -interpolate method pixel color interpolation method -label string assign a label to an image -limit type value Area, Disk, Map, or Memory resource limit -monitor monitor progress -page geometry size and location of an image canvas -pause value seconds delay between snapshots -pointsize value font point size -quality value JPEG/MIFF/PNG compression level -quiet suppress all warning messages -regard-warnings pay attention to warning messages -respect-parentheses settings remain in effect until parenthesis boundary -sampling-factor geometry horizontal and vertical sampling factor -scene value image scene number -screen select image from root window -seed value seed a new sequence of pseudo-random numbers -set property value set an image property -silent operate silently, i.e. don't ring any bells -snaps value number of screen snapshots -synchronize synchronize image to storage device -taint declare the image as modified -transparent-color color transparent color -treedepth value color tree depth -verbose print detailed information about the image -virtual-pixel method Constant, Edge, Mirror, or Tile -window id select window with this id or name Image Operators: -annotate geometry text annotate the image with text -colors value preferred number of colors in the image -crop geometry preferred size and location of the cropped image -encipher filename convert plain pixels to cipher pixels -geometry geometry preferred size or location of the image -help print program options -monochrome transform image to black and white -negate replace every pixel with its complementary color -repage geometry size and location of an image canvas -quantize colorspace reduce colors in this colorspace -resize geometry resize the image -rotate degrees apply Paeth rotation to the image -strip strip image of all profiles and comments -thumbnail geometry create a thumbnail of the image -transparent color make this color transparent within the image -trim trim image edges -type type image type Miscellaneous Options: -debug events display copious debugging information -help print program options -list type print a list of supported option arguments -log format format of debugging information -version print version information By default, 'file' is written in the MIFF image format. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output. $ Best Regards, Antonio On Thu, May 9, 2013 at 1:41 PM, Matthias Apitz wrote: > > Hello, > > Do we have something in the ports which could do a screen shoot of $DISPLAY, but > from the cmd line of an alpha console, and save it as PNG or JPEG? > Thx > > matthias > -- > Sent from my FreeBSD netbook > > Matthias Apitz | - No system with backdoors like Apple/Android > E-mail: guru@unixarea.de | - Never being an iSlave > WWW: http://www.unixarea.de/ | - No proprietary attachments, no HTML/RTF in E-mail > phone: +49-170-4527211 | - Respect for open standards > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Thu May 9 21:39:04 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 43478B4B for ; Thu, 9 May 2013 21:39:04 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-pd0-f169.google.com (mail-pd0-f169.google.com [209.85.192.169]) by mx1.freebsd.org (Postfix) with ESMTP id 202F3312 for ; Thu, 9 May 2013 21:39:03 +0000 (UTC) Received: by mail-pd0-f169.google.com with SMTP id bv13so2273278pdb.0 for ; Thu, 09 May 2013 14:39:03 -0700 (PDT) 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=/zh1OwDahfe2jMkrXAT64f5Mz4ggp4YS3aEViwyuicE=; b=DDKnjMSYZSgslc+lTZ8TR2Vz0Gi6BGfeRmjsW4biOnofTUdLKO0a62kD+Qo4hD5iFE MvVyBDYbtxnDuNegFcYFbo0Ct4p1UvrKDjhpuiHpCKbjLSxDNhTHttg8xzCxewUFqFvk CLYD/SKPM7whcy4NyzVvoa1Z+UZeDCpprq/0l32l5Z/wIGPt+F/EmrH/+oMDoOQjG9xE iuNwiHq685nna0E2WGaUxlUHQ0XKkepaKoMpgUR4uYbtrz3sv+g9jxJZiKn1amnOadN0 bQl4/xAC65W283hdEwZndCkBlP63Q31xsSe9P6oEjhGcQ5l2eiT5A5mEtC7bcrMhvQWZ xw/w== MIME-Version: 1.0 X-Received: by 10.68.185.162 with SMTP id fd2mr14240097pbc.176.1368135543466; Thu, 09 May 2013 14:39:03 -0700 (PDT) Received: by 10.68.149.3 with HTTP; Thu, 9 May 2013 14:39:03 -0700 (PDT) In-Reply-To: References: <20130509184144.GA1354@tiny.Sisis.de> Date: Thu, 9 May 2013 17:39:03 -0400 Message-ID: Subject: Re: X11 screen grabber from cmd line From: "illoai@gmail.com" To: Matthias Apitz , "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: Thu, 09 May 2013 21:39:04 -0000 On 9 May 2013 17:33, illoai@gmail.com wrote: > > On 9 May 2013 14:41, Matthias Apitz wrote: > >> >> Hello, >> >> Do we have something in the ports which could do a screen shoot of >> $DISPLAY, but >> from the cmd line of an alpha console, and save it as PNG or JPEG? >> Thx >> >> matthias >> > > I use a simple script: > > cat scripts/screenshot > #!/bin/sh > xwd -root | xwdtopnm | pnmtopng > screenshot_${1}.png > > which uses x11/xwd & graphics/netpbm > > -- > -- > I just realised you might mean the text console, in which case ignore that. Look at the -p & -P options to vidcontrol(1). -- -- From owner-freebsd-questions@FreeBSD.ORG Thu May 9 21:50: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 A180AE5D for ; Thu, 9 May 2013 21:50:40 +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 69596398 for ; Thu, 9 May 2013 21:50:40 +0000 (UTC) Received: from newmail.rmm.fr (newmail.rmm.fr [213.251.152.9]) by newmail.rmm.fr (Postfix) with ESMTP id A7CE61AB290 for ; Thu, 9 May 2013 23:50:39 +0200 (CEST) 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 fa8bPHKvn4dD for ; Thu, 9 May 2013 23:50:39 +0200 (CEST) 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 5D1261AB28B for ; Thu, 9 May 2013 23:50:39 +0200 (CEST) From: "bsd@todoo.biz" Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Subject: VIMAGE in GENERIC kernel Message-Id: <68BBFF45-4F7A-4835-A243-33A2920BCB04@todoo.biz> Date: Thu, 9 May 2013 23:50:44 +0200 To: Liste FreeBSD Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) X-Mailer: Apple Mail (2.1503) 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, 09 May 2013 21:50:40 -0000 Hi,=20 I just wanted to know if there were any plans to have VIMAGE function / = features included in GENERIC kernels sometimes soon ?=20 Sincerely yours.=20 ________________________________________________ =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?= =BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF BSD - BSD - BSD - BSD - BSD - BSD - BSD - BSD - ________________________________________________ =AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?= =BB=A7=AB?=BB=A5=AB?=BB=A7=AB?=BB=A5=AB?=BB=A7 =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF= =AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF=AF PGP ID --> 0x1BA3C2FD From owner-freebsd-questions@FreeBSD.ORG Thu May 9 21:52:22 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 05F67F1A for ; Thu, 9 May 2013 21:52:22 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-oa0-f48.google.com (mail-oa0-f48.google.com [209.85.219.48]) by mx1.freebsd.org (Postfix) with ESMTP id C8DB33D9 for ; Thu, 9 May 2013 21:52:21 +0000 (UTC) Received: by mail-oa0-f48.google.com with SMTP id i4so4127954oah.21 for ; Thu, 09 May 2013 14:52:15 -0700 (PDT) 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=qJq2oMRFvWQvEn3WkwBw4KMzjBeKmmFlrlTfwEKnBTw=; b=DgAGsBEWVA47dnH5PWd8BIiDUqAZSgqWFMehQ8jgB15xpWLlwjTMfuhfWETW3ZEMhP RdB/eh1greU1pgz3KVnWfAmHBo92OOEVBIrymRnIlXnXWsWuyFbT5zS9KTm0j9251kIK IFWOQCYcvOLPOQ0FTy4JztICoTLa6ZivKYPnr6btWLsu8g66YJla+W4FLDXPzVJuOpPP 2F5m6izKpLopzwBB4oJRDT5z0veDNu6wjDK1YiB0i5CS/uxPzBcM9BsB4TjfisMRCyUi 0pdV+9dDc3IFC2JVPKcc2gX/6WzgTzYhGEvz47tlTxrw8D/LnaxFF8hcf2K+rH7XAlVP ARMw== X-Received: by 10.60.65.100 with SMTP id w4mr5479544oes.79.1368136335245; Thu, 09 May 2013 14:52:15 -0700 (PDT) Received: from [192.168.1.34] (c-98-212-197-211.hsd1.il.comcast.net. [98.212.197.211]) by mx.google.com with ESMTPSA id r4sm5316756obg.3.2013.05.09.14.52.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 09 May 2013 14:52:14 -0700 (PDT) Message-ID: <518C1A84.20507@gmail.com> Date: Thu, 09 May 2013 16:52:04 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Cdorked.A References: <518BDABF.7010401@intersonic.se> In-Reply-To: <518BDABF.7010401@intersonic.se> 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, 09 May 2013 21:52:22 -0000 On 5/9/2013 12:19 PM, Per olof Ljungmark wrote: > Hi, > > Is Apache on FreeBSD affected? > > Thanks, Technically, Apache isn't the problem. The hole's in cPanel probably, not Apache. The attackers replace Apache, probably patching the source code and replacing the host's with a trojaned copy. If they're patching the source code, then yes, FreeBSD, Windows, OS X, Solaris, OpenBSD, et al are possibly infected. From owner-freebsd-questions@FreeBSD.ORG Thu May 9 22:00: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 66581CD; Thu, 9 May 2013 22:00:34 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 44EAD601; Thu, 9 May 2013 22:00:33 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id 72F8C3AF45; Thu, 9 May 2013 15:00:23 -0700 (PDT) From: "Ronald F. Guilmette" To: freebsd-ports@freebsd.org, freebsd-questions@freebsd.org Subject: WANTED: Tool to verify installed package/port consistancy Date: Thu, 09 May 2013 15:00:23 -0700 Message-ID: <58355.1368136823@server1.tristatelogic.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, 09 May 2013 22:00:34 -0000 The subject line pretty much says it all. As I explained here the other day, numerous of my installed ports have semi-mysteriously had their corresponding +CONTENTS files just disappear. I do have a backup of my /var partition, from which I could, in theory, fetch replacements for the specific +CONTENTS files that went missing, but I know of no way to be able to check those backed-up +CONTENTS files to make sure that they are at all consistant with what I actually have installed in the way of ports/ packages on this system at the present time. Looking at the +CONTENTS files that were not "disappeared" and that are still present on the system in question, it is abundantly clear that each of these contains two valuable things relative to the installed package/port that it corresponds to, i.e.: 1) A list of all of the installed files corresponding to the specific port/package in question, and 2) For each installed file that is part of the package/port in question, an MD5 checksum value corresponding to that specific installed file. I searched within the /usr/ports/ports-mgmt directory, to see if there might be any tools there that could be applied to a given +CONTENTS file (or to all of them) to simply verify the presence and (MD5 checksum) validity of each file of a given installed port/package, but the only things whose pkg-descr files make them seem like they might be relevant (i.e. pchecker & portlint) turn out to be tools meant for utterly different purposes. :-( Having found nothing useful, I stareted to write a small script of my own to simply chcek that all files of an installed package/port exist, and that they have the "right" MD5 checksums, but then I paused halfway through when I realized that i am probably just re-inventing the wheel here. It occurs to me that *something*, i.e. some tool(s) within the FreeBSD panoply, *must* already be reading and/or otherwise making use of those MD5 checksums within the +CONTENTS files. Otherwise, why would they even be there? So my question really comes down to this: What pre-existing software tools are available that can and do check the MD5 checksums, as given the the +CONTENTS file(s), of various files associated with some given installed port or package? It is inconceivable to me that there no already existing tool within FreeBSD that is already doing this exact job. Regards, rfg From owner-freebsd-questions@FreeBSD.ORG Thu May 9 22:12: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 46B4A3C9 for ; Thu, 9 May 2013 22:12:11 +0000 (UTC) (envelope-from markham_breitbach@ssimicro.com) Received: from barracuda.ssimicro.com (barracuda.ssimicro.com [96.46.39.196]) by mx1.freebsd.org (Postfix) with ESMTP id 1A6C4687 for ; Thu, 9 May 2013 22:12:10 +0000 (UTC) Received: from community-mail.ssimicro.com (community-mail.ssimicro.com [64.247.130.79]) by barracuda.ssimicro.com with ESMTP id 2nzWwhs8mBS0T6HW for ; Thu, 09 May 2013 18:02:02 -0400 (EDT) Received: from markham.ssimicro.com (markham.ssimicro.com [64.247.130.99]) by community-mail.ssimicro.com (8.14.5/8.14.5) with ESMTP id r49M200k076746 for ; Thu, 9 May 2013 16:02:01 -0600 (MDT) Message-ID: <518C1CD8.9050501@ssimicro.com> Date: Thu, 09 May 2013 16:02:00 -0600 From: markham breitbach User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 To: freebsd-questions@freebsd.org Subject: Re: VIMAGE in GENERIC kernel References: <68BBFF45-4F7A-4835-A243-33A2920BCB04@todoo.biz> In-Reply-To: <68BBFF45-4F7A-4835-A243-33A2920BCB04@todoo.biz> X-Enigmail-Version: 1.5.1 X-Virus-Scanned: by bsmtpd at ssimicro.com MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" 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, 09 May 2013 22:12:11 -0000 I was talking with BZ about this a few months ago, and it does not look terribly likely to happen any time soon, although I am still willing to pay good money for anyone willing and able to fix the problems with it. --- [1]Markham Breitbach Network Operations SSi People, Ideas, Technology - - - - - - - - - - - - - - - - - - - - - +1 867 669 7500 work +1 867 669 7510 fax [2]markham_breitbach@ssimicro.com [3]www.ssimicro.com 356B Old Airport Road Yellowknife , NT X1A 3T4 Canada - - - - - - - - - - - - - - - - - - - - - Visit some of our other networks [4]www.qiniq.com & [5]www.airware.ca On 13-05-09 3:50 PM, [6]bsd@todoo.biz wrote: Hi, I just wanted to know if there were any plans to have VIMAGE function / features included in GENERIC kernels sometimes soon ? Sincerely yours. ________________________________________________ ½?½½½?½½½?½½½?½½½?½½½?½½½?½½½?½½½?½½½?½½½?½½½?½½ ½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½ BSD - BSD - BSD - BSD - BSD - BSD - BSD - BSD - ________________________________________________ ½?½½½?½½½?½½½?½½½?½½½?½½½?½½½?½½½?½½½?½½½?½½½?½½ ½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½½ PGP ID --> 0x1BA3C2FD _______________________________________________ [7]freebsd-questions@freebsd.org mailing list [8]http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [9]"freebsd-questions-unsubscribe@freebsd.org" References 1. http://www.ssimicro.com/ 2. mailto:markham_breitbach@ssimicro.com 3. http://www.ssimicro.com/ 4. http://www.qiniq.com/ 5. http://www.airware.ca/ 6. mailto:bsd@todoo.biz 7. mailto:freebsd-questions@freebsd.org 8. http://lists.freebsd.org/mailman/listinfo/freebsd-questions 9. mailto:freebsd-questions-unsubscribe@freebsd.org From owner-freebsd-questions@FreeBSD.ORG Thu May 9 22:13: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 6562C4CB for ; Thu, 9 May 2013 22:13:01 +0000 (UTC) (envelope-from nomadlogic@gmail.com) Received: from mail-pd0-f174.google.com (mail-pd0-f174.google.com [209.85.192.174]) by mx1.freebsd.org (Postfix) with ESMTP id 471C76A4 for ; Thu, 9 May 2013 22:13:01 +0000 (UTC) Received: by mail-pd0-f174.google.com with SMTP id u10so2315611pdi.33 for ; Thu, 09 May 2013 15:12:55 -0700 (PDT) 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=ZeP3e8gP6+nHwmrwG9K3dk5OLJhnwvfQkgRZ9ywBDHo=; b=Gko7LjlwV28mDZT3BzTEypXmt5Wms0hHg7S42TTPwIu8UncODLRyWtGxq3iD2kP1az AGAr4rE9zCrJbzFdg6Zd6AzRA6Rl7g0JdHtrVr8BAWlKprX1tlBwbI4Ym277DP4ixueG rXeBwnPG2LynJaJTU5joEhaefQen6uZfZuCoxVOKE0nOnIaf5h42b4ok7VcwJEMZCBEd XONDVcnd0jtmD29Ohnk4DUkVED7/CNpTau0iaY7uEgdeU9iNiy4Fyv5MZDWhCWYXJX1F k36k8+GeBX6fk8r24Dv1dvsvuMWVlH8NAKFLd7HhxIbD6ovzqdgDxWs3CYpYjB1P0bhs 7g3g== MIME-Version: 1.0 X-Received: by 10.66.251.39 with SMTP id zh7mr15001099pac.62.1368137574935; Thu, 09 May 2013 15:12:54 -0700 (PDT) Received: by 10.66.157.163 with HTTP; Thu, 9 May 2013 15:12:54 -0700 (PDT) In-Reply-To: <518C1A84.20507@gmail.com> References: <518BDABF.7010401@intersonic.se> <518C1A84.20507@gmail.com> Date: Thu, 9 May 2013 15:12:54 -0700 Message-ID: Subject: Re: Cdorked.A From: pete wright To: Joshua Isom 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: Thu, 09 May 2013 22:13:01 -0000 On Thu, May 9, 2013 at 2:52 PM, Joshua Isom wrote: > On 5/9/2013 12:19 PM, Per olof Ljungmark wrote: >> >> Hi, >> >> Is Apache on FreeBSD affected? >> >> Thanks, > > > Technically, Apache isn't the problem. The hole's in cPanel probably, not > Apache. The attackers replace Apache, probably patching the source code and > replacing the host's with a trojaned copy. If they're patching the source > code, then yes, FreeBSD, Windows, OS X, Solaris, OpenBSD, et al are possibly > infected. > I am not sure that is the case from the research I have been doing on this topic. For example there are reports of it being detected on lighttpd, nginx and systems that do not use cpanel: http://www.welivesecurity.com/2013/05/07/linuxcdorked-malware-lighttpd-and-nginx-web-servers-also-affected/ If anyone has a better rundown of this it would be great if you could point me in the right direction. I am having problems finding a proper examination/explanation of this backdoor. cheers, -pete -- pete wright www.nycbug.org @nomadlogicLA From owner-freebsd-questions@FreeBSD.ORG Thu May 9 23:26: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 8CE7ACA4 for ; Thu, 9 May 2013 23:26:11 +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 20A67AC9 for ; Thu, 9 May 2013 23:26:10 +0000 (UTC) Received: (qmail 86722 invoked from network); 9 May 2013 23:26:10 -0000 Received: from leila.iecc.com (64.57.183.34) by mail1.iecc.com with QMQP; 9 May 2013 23:26:10 -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; s=518c3092.xn--i8sz2z.k1305; i=johnl@user.iecc.com; bh=cIbnek3+8xPdJ6b+M2Wlju9ZjRHmPoFIznqmRSdwYKA=; b=IqoPvZxcQHPgPnsB+ak3uPQzBQC8EziUobZowWeRl0Uh387WSsJnHg/AKKxbeeLXscFJnO3D+B2aFl8GMQD6LYpxRvueMpDaq1sy23oImNYZbemvZ2G2Hn1q0Lq+Q0C8oj5GjhwGmQTlUad4HX29BTq4i3XroIJiVavfKuHft5E= Date: 9 May 2013 23:25:48 -0000 Message-ID: <20130509232548.42838.qmail@joyce.lan> From: "John Levine" To: freebsd-questions@freebsd.org Subject: Re: WANTED: Tool to verify installed package/port consistancy In-Reply-To: <58355.1368136823@server1.tristatelogic.com> Organization: X-Headerized: yes Mime-Version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8bit Cc: rfg@tristatelogic.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, 09 May 2013 23:26:11 -0000 I expect the reason you won't find a port verifier is that the usual way to recover from a situation like yours is to reinstall them all: # portupgrade --all --force This might take longer than trying to verify them, but it has the advantage of not needing a lot of attention (use -DBATCH to skip config steps) and when you're done, the packages have all been updated and fixed. Doing a general port verifier is a pain because the scripts called from make install can run arbitrary programs. R's, John From owner-freebsd-questions@FreeBSD.ORG Fri May 10 03:47: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 6D070FF7 for ; Fri, 10 May 2013 03:47:55 +0000 (UTC) (envelope-from Lena@lena.kiev.ua) Received: from lena.kiev.ua (lena.kiev.ua [82.146.52.81]) by mx1.freebsd.org (Postfix) with ESMTP id 3E4C7991 for ; Fri, 10 May 2013 03:47:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lena.kiev.ua; s=3; h=Content-Type:Mime-Version:Message-ID:Subject:To:From:Date; bh=I08EiSqm1lD18siI+1DLCE/4eE49XgNCQjOIOfRI4ug=; b=kUUcNBqWfnLnkzUQwqbCl7K9I+nCyZn0HibowSp/bibfy4mBQRtmT4WGHFw0iaAvguwcId/nQXTHvGkV6p/1r0MyI0W6Jd1D83MRYWR147PcN2C7ufgRWfyUf0cj2P0pl/YdCUuYUTz4DCcmgJGoqcghkNpv1vjsDwlel2oO3tM=; Received: from ip-384c.rusanovka-net.kiev.ua ([94.244.56.76] helo=bedside.lena.kiev.ua) by lena.kiev.ua with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UaeJE-0000Pr-GJ; Fri, 10 May 2013 06:47:53 +0300 Received: from bedside.lena.kiev.ua (localhost.lena.kiev.ua [127.0.0.1]) by bedside.lena.kiev.ua (8.14.7/8.14.7) with ESMTP id r4A3le8U001458; Fri, 10 May 2013 06:47:40 +0300 (EEST) (envelope-from Lena@lena.kiev.ua) Received: (from lena@localhost) by bedside.lena.kiev.ua (8.14.7/8.14.7/Submit) id r4A3leOh001457; Fri, 10 May 2013 06:47:40 +0300 (EEST) (envelope-from Lena@lena.kiev.ua) Date: Fri, 10 May 2013 06:47:40 +0300 From: Lena@lena.kiev.ua To: freebsd-questions@freebsd.org, guru@unixarea.de Subject: Re: X11 screen grabber from cmd line Message-ID: <20130510034740.GA923@lena.kiev> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i 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, 10 May 2013 03:47:55 -0000 > Do we have something in the ports which could do a screen shoot > of $DISPLAY, but from the cmd line of an alpha console, > and save it as PNG or JPEG? #!/bin/sh xwd -display :0 | xwdtopnm | ppmtojpeg -optimize > $1.jpg ~ # pkg_which xwd xwd-1.0.5 ~ # pkg_which xwdtopnm netpbm-10.35.89 ~ # pkg_which ppmtojpeg netpbm-10.35.89 From owner-freebsd-questions@FreeBSD.ORG Fri May 10 06:03:10 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 63433C95 for ; Fri, 10 May 2013 06:03:10 +0000 (UTC) (envelope-from leearic@126.com) Received: from m15-34.126.com (m15-34.126.com [220.181.15.34]) by mx1.freebsd.org (Postfix) with ESMTP id AAC06F03 for ; Fri, 10 May 2013 06:03:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=126.com; s=s110527; h=Received:Date:From:To:Subject: Disposition-Notification-To:Content-Type:MIME-Version: Message-ID; bh=Ui9e3Z/wH81apF2SMwyvkEAefBqsl00sFe/VmH3Sp8k=; b=K a/NdTe2VCAZtiYpnBZbiA3HtODXYA8fyr+nJES5kfR5TlhUIQGaIHnR/gH0iK8sP VfGJS8LKjNQg9JkAeTgC8ThW1p21W5OJ0vAxvwyriNJOqNSoF7cGFSKWjK2NqVDE 9+2C4dOcJA+8IQYeSdix3zLMAWk1cVFMdsn9os3yjE= Received: from leearic$126.com ( [123.118.135.142] ) by ajax-webmail-wmsvr34 (Coremail) ; Fri, 10 May 2013 13:32:12 +0800 (CST) X-Originating-IP: [123.118.135.142] Date: Fri, 10 May 2013 13:32:12 +0800 (CST) From: Aric To: questions@freebsd.org Subject: is there any books about network with FreeBSD X-Priority: 3 X-Mailer: Coremail Webmail Server Version SP_ntes V3.5 build 20130424(22035.5339.5325) Copyright (c) 2002-2013 www.mailtech.cn 126com MIME-Version: 1.0 Message-ID: <37845b74.1f75a.13e8cecd986.Coremail.leearic@126.com> X-CM-TRANSID: IsqowEC5WkVdhoxRwqNMAA--.4135W X-CM-SenderInfo: pohht2llf6ij2wof0z/1tbiVxwZ0U3mCL7qLAAAsY X-Coremail-Antispam: 1U5529EdanIXcx71UUUUU7vcSsGvfC2KfnxnUU== Content-Type: text/plain; charset=GBK Content-Transfer-Encoding: 7bit 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: Fri, 10 May 2013 06:03:10 -0000 Hi all. is there some books about network, such as gateway,vpn,turnnel,bridge! the books is more about netwok, no server or the basic Unix telnologic or only a little server and basic command thanks ! -- -------Aric Liang mail: leearic@126.com MSN: leearic@live.cn From owner-freebsd-questions@FreeBSD.ORG Fri May 10 06:09:42 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 DAC1DDAF for ; Fri, 10 May 2013 06:09:42 +0000 (UTC) (envelope-from freebsd@edvax.de) Received: from mx02.qsc.de (mx02.qsc.de [213.148.130.14]) by mx1.freebsd.org (Postfix) with ESMTP id A773AF47 for ; Fri, 10 May 2013 06:09:42 +0000 (UTC) Received: from r56.edvax.de (port-92-195-71-6.dynamic.qsc.de [92.195.71.6]) by mx02.qsc.de (Postfix) with ESMTP id AF01027697; Fri, 10 May 2013 08:09:34 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r4A69hOC001967; Fri, 10 May 2013 08:09:43 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Fri, 10 May 2013 08:09:43 +0200 From: Polytropon To: Matthias Apitz Subject: Re: X11 screen grabber from cmd line Message-Id: <20130510080943.8ff99fa2.freebsd@edvax.de> In-Reply-To: <20130509184144.GA1354@tiny.Sisis.de> References: <20130509184144.GA1354@tiny.Sisis.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@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, 10 May 2013 06:09:42 -0000 On Thu, 9 May 2013 20:41:45 +0200, Matthias Apitz wrote: > Do we have something in the ports which could do a screen shoot of $DISPLAY, but > from the cmd line of an alpha console, and save it as PNG or JPEG? % xwd -out screen.xwd % convert screen.xwd screen.png -or- % convert screen.xwd screen.jpg But if you've got installed ImageMagic (the "convert" command) anyway, you can also use % import screen.jpg -or- % import screen.png For a whole screen capture, "xwd -root" or "import -screen" can be used. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Fri May 10 06:32: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 659EE5A5 for ; Fri, 10 May 2013 06:32: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 3076CE5 for ; Fri, 10 May 2013 06:32:19 +0000 (UTC) Received: from r56.edvax.de (port-92-195-71-6.dynamic.qsc.de [92.195.71.6]) by mx01.qsc.de (Postfix) with ESMTP id BBF16AA8B; Fri, 10 May 2013 08:32:12 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r4A6WL2p002136; Fri, 10 May 2013 08:32:21 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Fri, 10 May 2013 08:32:21 +0200 From: Polytropon To: "bsd@todoo.biz" Subject: Re: Downgrading a port Message-Id: <20130510083221.8e767b31.freebsd@edvax.de> In-Reply-To: <72E7E6C6-68FE-4356-940E-46AB8BBB88DE@todoo.biz> References: <72E7E6C6-68FE-4356-940E-46AB8BBB88DE@todoo.biz> 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: Liste 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: Fri, 10 May 2013 06:32:20 -0000 On Thu, 9 May 2013 18:03:22 +0200, bsd@todoo.biz wrote: > I wanted to know if there is a way to simply downgrade a package > I have installed with pkgng ? There is no such thing as a "simple downgrade". :-) The primary goal of the new pkg system is to provide as "bleeding edge" possible in binary precompiled form, with the ability of binary upgrades. Switching to older versions has not been a direct concern, I think. > I know that there is portdowngrade, but I will have to reinstall > all ports architecture to be able to install this. Correct. The portdowngrade program relies on the ports infra- structure and requires you to build things yourself. I think this will be the easiest way to go. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Fri May 10 07:19: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 A53EBFFD for ; Fri, 10 May 2013 07:19:30 +0000 (UTC) (envelope-from emorrasg@yahoo.es) Received: from nm6.bullet.mail.ird.yahoo.com (nm6.bullet.mail.ird.yahoo.com [77.238.189.63]) by mx1.freebsd.org (Postfix) with SMTP id C9AC238B for ; Fri, 10 May 2013 07:19:29 +0000 (UTC) Received: from [77.238.189.53] by nm6.bullet.mail.ird.yahoo.com with NNFMP; 10 May 2013 07:19:22 -0000 Received: from [217.146.189.100] by tm6.bullet.mail.ird.yahoo.com with NNFMP; 10 May 2013 07:19:22 -0000 Received: from [127.0.0.1] by smtp116.mail.ird.yahoo.com with NNFMP; 10 May 2013 07:19:22 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s1024; t=1368170362; bh=wxjscYz6SVmTPyhf5+E0gqnRq9jAD5au+Cwxo6zwO+Q=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References:X-Mailer:Disposition-Notification-To:Mime-Version:Content-Type:Content-Transfer-Encoding; b=SeYY8RV761xmyh/ZtJwPBHinrFciLV9hUmuRgL+WosUw/B/9M70OMKfLexNOsxWfAxriGXomIBU04g5MGNOLb3chHKgqps5VvPv24/4wXN6M3wUcWP4KG3juWy4rKqsxSgIGz5JSZ7FADrcq+taF16YJ/ONMeg2FS6RQn5Ri/dc= X-Yahoo-Newman-Id: 593092.9688.bm@smtp116.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: vdpYxbkVM1ksuuaOJmfe7jc_1WW_EoZ_F7mI4Fj38rdjKoH pBOfJVaXdC8zbHTDX_0vhLSB7VMCiSNIhVPxHRfkz9iWfgGO4YCWW.urWhRq wRs80tgbtIJ7MdwtpcbunVCT16QlUIh7XwzfnbiJjpXvtUaZZ1v1wkJrb4IM z9m2zBKX4Awxz_wMyoRAQjhuNe7k92800SFDLaxwuTuEqcTu_oJt4Z9MP5HL W7gjBdvv5ERHI0LkkEK4b7Y8XtXItP9UCvMs4s5_Bn.3NP7CZIjUwdyJpZMg 0i6I4g5yXGrDfAE5USMWV6PRemVgEPgcooAAG0vZB2tY6D8RNNyZyXrVjELc Ko5iLGFMqQchfcqEHcI2VyYr54wfc.d29d2Pjq7QX5t_V52ibA8T8lvh26cx JS70AhsalrA-- X-Yahoo-SMTP: mX392iiswBAeJNdO_s.EW62LZDJR X-Rocket-Received: from camibar.emorras.eu (emorrasg@85.219.46.40 with plain) by smtp116.mail.ird.yahoo.com with SMTP; 10 May 2013 00:19:22 -0700 PDT Date: Fri, 10 May 2013 09:19:25 +0200 From: Eduardo Morras To: freebsd-questions@freebsd.org Subject: Re: X11 screen grabber from cmd line Message-Id: <20130510091925.8265f266ca3956e048d3fe55@yahoo.es> In-Reply-To: <20130509184144.GA1354@tiny.Sisis.de> References: <20130509184144.GA1354@tiny.Sisis.de> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.17; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Matthias Apitz 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, 10 May 2013 07:19:30 -0000 On Thu, 9 May 2013 20:41:45 +0200 Matthias Apitz wrote: > > Hello, > > Do we have something in the ports which could do a screen shoot of $DISPLAY, but > from the cmd line of an alpha console, and save it as PNG or JPEG? graphics/scrot, it's exports to png, jpeg and can select a zone interactivitly. The command i use is: scrot -s '%Y-%m-%d_%H-%M-%S.png' > Thx > > matthias --- --- Eduardo Morras From owner-freebsd-questions@FreeBSD.ORG Fri May 10 07:23: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 6E4C91E5 for ; Fri, 10 May 2013 07:23:57 +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 E70DF3F1 for ; Fri, 10 May 2013 07:23:56 +0000 (UTC) Received: from rufus.webfusion.com (mail.heartinternet.co.uk [79.170.40.31]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.7/8.14.7) with ESMTP id r4A7Njbs018672 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Fri, 10 May 2013 08:23:52 +0100 (BST) (envelope-from matthew@freebsd.org) DKIM-Filter: OpenDKIM Filter v2.8.2 smtp.infracaninophile.co.uk r4A7Njbs018672 Authentication-Results: smtp.infracaninophile.co.uk/r4A7Njbs018672; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy) X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host mail.heartinternet.co.uk [79.170.40.31] claimed to be rufus.webfusion.com Message-ID: <518CA081.3080308@freebsd.org> Date: Fri, 10 May 2013 08:23:45 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130503 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: X11 screen grabber from cmd line References: <20130509184144.GA1354@tiny.Sisis.de> <20130510080943.8ff99fa2.freebsd@edvax.de> In-Reply-To: <20130510080943.8ff99fa2.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.8 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.6 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: Fri, 10 May 2013 07:23:57 -0000 On 10/05/2013 07:09, Polytropon wrote: > On Thu, 9 May 2013 20:41:45 +0200, Matthias Apitz wrote: >> Do we have something in the ports which could do a screen shoot of $DISPLAY, but >> from the cmd line of an alpha console, and save it as PNG or JPEG? > > % xwd -out screen.xwd > % convert screen.xwd screen.png > -or- > % convert screen.xwd screen.jpg > > But if you've got installed ImageMagic (the "convert" command) > anyway, you can also use > > % import screen.jpg > -or- > % import screen.png > > For a whole screen capture, "xwd -root" or "import -screen" can > be used. You're somewhat missing the point here, I'm afraid. There are many alternatives for grabbing screen shots from *within* an X session itself. What the OP wants is a way to grab a screenshot of an X session from a different, non-graphical terminal. Now, if you know the $DISPLAY setting for the screen in question, and you can wrangle xauth(1) into letting you have access to that display, then you should be able to run any of the suggested programs from any separate command line interface on the system. The xauth(1) man page is reasonably clear, and if you're logged into the same Unix accout as the user running the display, it might just work only by setting $DISPLAY appropriately in your environment. Note that allowing other users to access your X session like this means they can snoop on anything you do in that session, including recording any passwords you type and so forth. Don't give out such access except to people you trust. Cheers, Matthew From owner-freebsd-questions@FreeBSD.ORG Fri May 10 07:29: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 68A9C325; Fri, 10 May 2013 07:29:13 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 2D31F617; Fri, 10 May 2013 07:29:12 +0000 (UTC) Received: from [89.204.138.169] (helo=tiny.Sisis.de) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UahlO-0005FY-Ub; Fri, 10 May 2013 09:29:11 +0200 Received: from tiny.Sisis.de (localhost [127.0.0.1]) by tiny.Sisis.de (8.14.5/8.14.3) with ESMTP id r4A7T888001457; Fri, 10 May 2013 09:29:08 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by tiny.Sisis.de (8.14.5/8.14.3/Submit) id r4A7T7an001456; Fri, 10 May 2013 09:29:07 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: tiny.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Fri, 10 May 2013 09:29:07 +0200 From: Matthias Apitz To: Matthew Seaman Subject: Re: X11 screen grabber from cmd line Message-ID: <20130510072906.GA1446@tiny.Sisis.de> References: <20130509184144.GA1354@tiny.Sisis.de> <20130510080943.8ff99fa2.freebsd@edvax.de> <518CA081.3080308@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <518CA081.3080308@freebsd.org> X-Operating-System: FreeBSD 10.0-CURRENT r235646 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 89.204.138.169 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2013 07:29:13 -0000 El día Friday, May 10, 2013 a las 08:23:45AM +0100, Matthew Seaman escribió: > You're somewhat missing the point here, I'm afraid. There are many > alternatives for grabbing screen shots from *within* an X session > itself. What the OP wants is a way to grab a screenshot of an X session > from a different, non-graphical terminal. > Exactly! But, more: the launched tool (which has access via $DISPLAY to the X server) must grab the screen *without* any further interaction on the screen (i.e. selecting a region or a mouse click is not an option); thanks for all the pointers, I will test and see what fits; matthias -- Sent from my FreeBSD netbook Matthias Apitz | - No system with backdoors like Apple/Android E-mail: guru@unixarea.de | - Never being an iSlave WWW: http://www.unixarea.de/ | - No proprietary attachments, no HTML/RTF in E-mail phone: +49-170-4527211 | - Respect for open standards From owner-freebsd-questions@FreeBSD.ORG Fri May 10 07:36: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 7713C51A for ; Fri, 10 May 2013 07:36:20 +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 EF485691 for ; Fri, 10 May 2013 07:36:19 +0000 (UTC) Received: from rufus.webfusion.com (mail.heartinternet.co.uk [79.170.40.31]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.7/8.14.7) with ESMTP id r4A7aB49018879 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Fri, 10 May 2013 08:36:12 +0100 (BST) (envelope-from matthew@freebsd.org) DKIM-Filter: OpenDKIM Filter v2.8.2 smtp.infracaninophile.co.uk r4A7aB49018879 Authentication-Results: smtp.infracaninophile.co.uk/r4A7aB49018879; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy) X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host mail.heartinternet.co.uk [79.170.40.31] claimed to be rufus.webfusion.com Message-ID: <518CA36B.7040604@freebsd.org> Date: Fri, 10 May 2013 08:36:11 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130503 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Downgrading a port References: <72E7E6C6-68FE-4356-940E-46AB8BBB88DE@todoo.biz> <20130510083221.8e767b31.freebsd@edvax.de> In-Reply-To: <20130510083221.8e767b31.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.8 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.6 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: Fri, 10 May 2013 07:36:20 -0000 On 10/05/2013 07:32, Polytropon wrote: > On Thu, 9 May 2013 18:03:22 +0200, bsd@todoo.biz wrote: >> > I wanted to know if there is a way to simply downgrade a package >> > I have installed with pkgng ? > There is no such thing as a "simple downgrade". :-) All too true. > The primary goal of the new pkg system is to provide as > "bleeding edge" possible in binary precompiled form, with > the ability of binary upgrades. Switching to older versions > has not been a direct concern, I think. The primary goal of pkgng is to provide a state of the art binary package management system allowing users to maintain a coherent and consistent set of packages over time. Yes, the focus has primarily been on how to upgrade to the latest available packages, because that's the vast majority of what routine package maintenance entails. However, it's not the whole story. We've got the ability to 'hold' specific packages coming in release 1.1, on-going work on the package solver to be able to find an arbitrary set of packages out of what is available that fulfils specific requirements (eg. that libreoffice version x.y.z is installed, together with the most up to date possible version of firefox consistent with that) and with all the package dependencies met, plus I'm thinking about a feature for having an 'undo' capability. Much of that can involve installing or leaving in place older versions of packages. Cheers, Matthew From owner-freebsd-questions@FreeBSD.ORG Fri May 10 07:39: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 F3BD4605; Fri, 10 May 2013 07:39:46 +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 BB8F96BA; Fri, 10 May 2013 07:39:46 +0000 (UTC) Received: from r56.edvax.de (port-92-195-71-6.dynamic.qsc.de [92.195.71.6]) by mx02.qsc.de (Postfix) with ESMTP id 322E8276BE; Fri, 10 May 2013 09:39:44 +0200 (CEST) Received: from r56.edvax.de (localhost [127.0.0.1]) by r56.edvax.de (8.14.5/8.14.5) with SMTP id r4A7dr75002762; Fri, 10 May 2013 09:39:53 +0200 (CEST) (envelope-from freebsd@edvax.de) Date: Fri, 10 May 2013 09:39:53 +0200 From: Polytropon To: Matthias Apitz Subject: Re: X11 screen grabber from cmd line Message-Id: <20130510093953.86dafd32.freebsd@edvax.de> In-Reply-To: <20130510072906.GA1446@tiny.Sisis.de> References: <20130509184144.GA1354@tiny.Sisis.de> <20130510080943.8ff99fa2.freebsd@edvax.de> <518CA081.3080308@freebsd.org> <20130510072906.GA1446@tiny.Sisis.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=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Matthew Seaman , 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, 10 May 2013 07:39:47 -0000 On Fri, 10 May 2013 09:29:07 +0200, Matthias Apitz wrote: > El d=EDa Friday, May 10, 2013 a las 08:23:45AM +0100, Matthew Seaman escr= ibi=F3: >=20 > > You're somewhat missing the point here, I'm afraid. There are many > > alternatives for grabbing screen shots from *within* an X session > > itself. What the OP wants is a way to grab a screenshot of an X session > > from a different, non-graphical terminal. > >=20 >=20 > Exactly! But, more: the launched tool (which has access via $DISPLAY to > the X server) must grab the screen *without* any further interaction on > the screen (i.e. selecting a region or a mouse click is not an option); >=20 > thanks for all the pointers, I will test and see what fits; Exactly that's what has been my suggestion (without having been mentioned): both "xwd" and "import" support a -display option. In case the root window (equals the whole screen) is captured, no further interaction is required (at least in case of xwd). This makes it easy to obtain screenshots non-interactively (e. g. time-triggered) from "outside" the X session. --=20 Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... From owner-freebsd-questions@FreeBSD.ORG Fri May 10 07:41: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 AD7E86D5 for ; Fri, 10 May 2013 07:41:24 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 745536D7 for ; Fri, 10 May 2013 07:41:24 +0000 (UTC) Received: from [89.204.138.169] (helo=tiny.Sisis.de) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UahxC-0000oz-Sz; Fri, 10 May 2013 09:41:23 +0200 Received: from tiny.Sisis.de (localhost [127.0.0.1]) by tiny.Sisis.de (8.14.5/8.14.3) with ESMTP id r4A7fKvo001495; Fri, 10 May 2013 09:41:20 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by tiny.Sisis.de (8.14.5/8.14.3/Submit) id r4A7fJHl001494; Fri, 10 May 2013 09:41:19 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: tiny.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Fri, 10 May 2013 09:41:18 +0200 From: Matthias Apitz To: kde-freebsd@kde.org Subject: making photoalbums for web pages Message-ID: <20130510074117.GA1470@tiny.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 10.0-CURRENT r235646 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 89.204.138.169 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2013 07:41:24 -0000 Hi, I've updated yesterday the laptop of my wife to FreeBSD 10-CURRENT and ports fromm SVN head, all fine with one exception: she is used to make photoalbums of the pictures (JPEG) and publish them on my webserver; she selects in kphotoalbum the pictures she wants (by clicking them) and the application puts them together, with thumbnails, to a tree which just goes per SCP -rp to our webserver; since the update she is without this application because the KDE3 version does not exist in head and the KDE4 version does not compile even :-( Is there any other tool for this? I know about webgallery, but this has not the pre-build phase (selecting images); any other idea? Thanks matthias -- Sent from my FreeBSD netbook Matthias Apitz | - No system with backdoors like Apple/Android E-mail: guru@unixarea.de | - Never being an iSlave WWW: http://www.unixarea.de/ | - No proprietary attachments, no HTML/RTF in E-mail phone: +49-170-4527211 | - Respect for open standards From owner-freebsd-questions@FreeBSD.ORG Fri May 10 07:59: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 B9035C92 for ; Fri, 10 May 2013 07:59:02 +0000 (UTC) (envelope-from gobble.wa@gmail.com) Received: from mail-bk0-x232.google.com (mail-bk0-x232.google.com [IPv6:2a00:1450:4008:c01::232]) by mx1.freebsd.org (Postfix) with ESMTP id 5099F82E for ; Fri, 10 May 2013 07:59:02 +0000 (UTC) Received: by mail-bk0-f50.google.com with SMTP id ik5so1896107bkc.37 for ; Fri, 10 May 2013 00:59:01 -0700 (PDT) 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=JXkq+Y3/NtfKR7gkjaMC/R/K1msyZeEezJt0GjrHO+0=; b=Lvo9AKaogjhkKQMmkWxRrSsKjzUH4oSngHruTLMNu3EKuNU23uimx36vDHpj5CyEb0 PyoLrgPxU4EhmtKtvowpkbht4OXIMkEkuC9B3Yhu1ZXtERcnF0fH0ulUhlpi8GPBbYJx d7vlORNn1+S9wE4aYkz4waV/4o+etCnog1yJ+WkjmyphrHnM1adul8QBf3CBzTWloi0c mOcMXWRcByUP2GDIO9i37Xjbjnza46DDXQvmM3WtSYdeB3mzVmt5tA2+Gr44iu3Txl99 KI6VsLXCQmeSlsird3D3q+OGG4gB9ixeSnObekSvOq7+hAbMsKt3WfZ8jxiYGCF4Hi0C o+Jw== MIME-Version: 1.0 X-Received: by 10.204.200.72 with SMTP id ev8mr3999964bkb.132.1368172741200; Fri, 10 May 2013 00:59:01 -0700 (PDT) Received: by 10.204.34.20 with HTTP; Fri, 10 May 2013 00:59:01 -0700 (PDT) In-Reply-To: <20130510074117.GA1470@tiny.Sisis.de> References: <20130510074117.GA1470@tiny.Sisis.de> Date: Fri, 10 May 2013 00:59:01 -0700 Message-ID: Subject: Re: making photoalbums for web pages From: Waitman Gobble To: Matthias Apitz Content-Type: text/plain; charset=ISO-8859-1 Cc: kde-freebsd@kde.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, 10 May 2013 07:59:02 -0000 On Fri, May 10, 2013 at 12:41 AM, Matthias Apitz wrote: > > Hi, > > I've updated yesterday the laptop of my wife to FreeBSD 10-CURRENT and > ports fromm SVN head, all fine with one exception: > > she is used to make photoalbums of the pictures (JPEG) and publish them > on my webserver; she selects in kphotoalbum the pictures she wants (by > clicking them) and the application puts them together, with thumbnails, > to a tree which just goes per SCP -rp to our webserver; > > since the update she is without this application because the KDE3 > version does not exist in head and the KDE4 version does not compile > even :-( > > Is there any other tool for this? I know about webgallery, but this has > not the pre-build phase (selecting images); any other idea? > > Thanks > > matthias > -- > Sent from my FreeBSD netbook > > Matthias Apitz | - No system with backdoors like Apple/Android > E-mail: guru@unixarea.de | - Never being an iSlave > WWW: http://www.unixarea.de/ | - No proprietary attachments, no HTML/RTF in E-mail > phone: +49-170-4527211 | - Respect for open standards > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Hi Matthias, I use graphics/burplex to preview / make selects when I'm on the road, it stores in a text file for easy scripting / batch processing. It's in the ports tree. If you want to batch process 'quicker' on a multi-core system you can try dcraw-m and multiraw, which are in gnats pr at the moment. Otherwise the burplex port runs OK with regular dcraw. If you want something more elaborate try graphics/shotwell or graphics/f-spot I suppose. If she is really into photography she should check out RawTherapee for sure. But newer version than currently in ports, I posted an update pr - which installs - but it needs a little more work. I've been recently creating square thumbnails manually with gimp and saving full size and thumbnail to local computer, which has a public ip address. eliminates need to upload anything :) -- Waitman Gobble San Jose California USA 510-830-7975 From owner-freebsd-questions@FreeBSD.ORG Fri May 10 08:25: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 A6E7F3C3 for ; Fri, 10 May 2013 08:25:22 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2a01:138:a006::2]) by mx1.freebsd.org (Postfix) with ESMTP id 38AC499B for ; Fri, 10 May 2013 08:25:22 +0000 (UTC) Received: from server.idefix.lan (ppp-93-104-73-25.dynamic.mnet-online.de [93.104.73.25]) (authenticated bits=0) by anny.lostinspace.de (8.14.6/8.14.6) with ESMTP id r4A8PEAC029895 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Fri, 10 May 2013 10:25:18 +0200 (CEST) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (localhost [IPv6:::1]) by server.idefix.lan (Postfix) with ESMTP id 6C0D54AF6 for ; Fri, 10 May 2013 10:25:14 +0200 (CEST) X-Virus-Scanned: amavisd-new at fechner.net Received: from server.idefix.lan ([127.0.0.1]) by server.idefix.lan (server.idefix.lan [127.0.0.1]) (amavisd-new, port 10024) with LMTP id IZhcPc5dV4m9 for ; Fri, 10 May 2013 10:25:13 +0200 (CEST) Received: from [IPv6:2001:a60:f035:1:5d6b:35a7:e187:3b6d] (unknown [IPv6:2001:a60:f035:1:5d6b:35a7:e187:3b6d]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id F14F94AE8 for ; Fri, 10 May 2013 10:25:11 +0200 (CEST) Message-ID: <518CAEE2.60506@fechner.net> Date: Fri, 10 May 2013 10:25:06 +0200 From: Matthias Fechner User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: making photoalbums for web pages References: <20130510074117.GA1470@tiny.Sisis.de> In-Reply-To: <20130510074117.GA1470@tiny.Sisis.de> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (anny.lostinspace.de [0.0.0.0]); Fri, 10 May 2013 10:25:18 +0200 (CEST) X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on anny.lostinspace.de 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, 10 May 2013 08:25:22 -0000 Am 10.05.2013 09:41, schrieb Matthias Apitz: > clicking them) and the application puts them together, with thumbnails, > to a tree which just goes per SCP -rp to our webserver; why not use on the webserver: www/gallery3? Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-freebsd-questions@FreeBSD.ORG Fri May 10 09:12: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 BA1DDDBE for ; Fri, 10 May 2013 09:12:17 +0000 (UTC) (envelope-from ftp51246-2575596@sh4-5.1blu.de) Received: from sh4-5.1blu.de (sh4-5.1blu.de [178.254.11.41]) by mx1.freebsd.org (Postfix) with ESMTP id 84031BF0 for ; Fri, 10 May 2013 09:12:17 +0000 (UTC) Received: from ftp51246-2575596 by sh4-5.1blu.de with local (Exim 4.69) (envelope-from ) id 1Uaiut-0007dR-FA; Fri, 10 May 2013 10:43:03 +0200 Date: Fri, 10 May 2013 10:43:03 +0200 From: Matthias Apitz To: Matthias Fechner Subject: Re: making photoalbums for web pages Message-ID: <20130510084303.GA22593@sh4-5.1blu.de> References: <20130510074117.GA1470@tiny.Sisis.de> <518CAEE2.60506@fechner.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <518CAEE2.60506@fechner.net> X-Operating-System: FreeBSD 7.0-RELEASE (i386) User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2013 09:12:17 -0000 El día Friday, May 10, 2013 a las 10:25:06AM +0200, Matthias Fechner escribió: > Am 10.05.2013 09:41, schrieb Matthias Apitz: > > clicking them) and the application puts them together, with thumbnails, > > to a tree which just goes per SCP -rp to our webserver; > > why not use on the webserver: www/gallery3? To make that more clear: - after downloading the pics from the cam they are stored in dirs of yyyymmdd, ..., ... - shed needs some browser based tool to select which of the pictures from, for example 20130505 and 20130509, should fit into a new set called somehow 'pictures of the children of my' and would be copied below that new dir; the rest could be done with webgallery (by me or scripts); she is not an informatican; matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ From owner-freebsd-questions@FreeBSD.ORG Fri May 10 09:27:31 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 F0B623C9 for ; Fri, 10 May 2013 09:27:31 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 777A5D19 for ; Fri, 10 May 2013 09:27:31 +0000 (UTC) Received: from vhoffman.lon.namesco.net (lon.namesco.net [195.7.254.102]) (authenticated bits=0) by unsane.co.uk (8.14.7/8.14.6) with ESMTP id r4A9RRfa020212 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 10 May 2013 10:27:28 +0100 (BST) (envelope-from vince@unsane.co.uk) Message-ID: <518CBD7F.1050006@unsane.co.uk> Date: Fri, 10 May 2013 10:27:27 +0100 From: Vincent Hoffman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: pete wright Subject: Re: Cdorked.A References: <518BDABF.7010401@intersonic.se> <518C1A84.20507@gmail.com> In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2013 09:27:32 -0000 On 09/05/2013 23:12, pete wright wrote: > On Thu, May 9, 2013 at 2:52 PM, Joshua Isom wrote: >> On 5/9/2013 12:19 PM, Per olof Ljungmark wrote: >>> Hi, >>> >>> Is Apache on FreeBSD affected? >>> >>> Thanks, >> >> Technically, Apache isn't the problem. The hole's in cPanel probably, not >> Apache. The attackers replace Apache, probably patching the source code and >> replacing the host's with a trojaned copy. If they're patching the source >> code, then yes, FreeBSD, Windows, OS X, Solaris, OpenBSD, et al are possibly >> infected. >> > I am not sure that is the case from the research I have been doing on > this topic. For example there are reports of it being detected on > lighttpd, nginx and systems that do not use cpanel: > > > http://www.welivesecurity.com/2013/05/07/linuxcdorked-malware-lighttpd-and-nginx-web-servers-also-affected/ > > > If anyone has a better rundown of this it would be great if you could > point me in the right direction. I am having problems finding a > proper examination/explanation of this backdoor. As far as I can follow from the articles I have read the exploit involves replacing the apache/lighttpd/nginx binary, this should require root privileges which indicates you have much bigger problems anyway. As Joshua's reply stated they seem to be patching apache/lighttpd/nginx so in theory at least cdorked could probably be complied for FreeBSD, however as yet I haven't heard of any cases of this happening, my guess at this time would be that the malicious binaries have only been compiled for Linux since this has a much greater deployed base to attack. Vince > > cheers, > -pete > > > -- > pete wright > www.nycbug.org > @nomadlogicLA > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" From owner-freebsd-questions@FreeBSD.ORG Fri May 10 10:02:35 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 98D49B8D for ; Fri, 10 May 2013 10:02:35 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms16-1.1blu.de (ms16-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 5CD15E71 for ; Fri, 10 May 2013 10:02:35 +0000 (UTC) Received: from [89.204.138.169] (helo=tiny.Sisis.de) by ms16-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Uak9i-0004Xw-9H; Fri, 10 May 2013 12:02:26 +0200 Received: from tiny.Sisis.de (localhost [127.0.0.1]) by tiny.Sisis.de (8.14.5/8.14.3) with ESMTP id r4AA2NEl001793; Fri, 10 May 2013 12:02:23 +0200 (CEST) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by tiny.Sisis.de (8.14.5/8.14.3/Submit) id r4AA2MRc001792; Fri, 10 May 2013 12:02:22 +0200 (CEST) (envelope-from guru@unixarea.de) X-Authentication-Warning: tiny.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Fri, 10 May 2013 12:02:22 +0200 From: Matthias Apitz To: Waitman Gobble Subject: Re: making photoalbums for web pages Message-ID: <20130510100221.GA1766@tiny.Sisis.de> References: <20130510074117.GA1470@tiny.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 10.0-CURRENT r235646 (i386) User-Agent: Mutt/1.5.21 (2010-09-15) X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 89.204.138.169 Cc: kde-freebsd@kde.org, "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthias Apitz List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2013 10:02:35 -0000 El día Friday, May 10, 2013 a las 12:59:01AM -0700, Waitman Gobble escribió: > Hi Matthias, > > I use graphics/burplex to preview / make selects when I'm on the road, > it stores in a text file for easy scripting / batch processing. It's > in the ports tree. If you want to batch process 'quicker' on a > multi-core system you can try dcraw-m and multiraw, which are in gnats > pr at the moment. Otherwise the burplex port runs OK with regular > dcraw. Hi Waitmann, I went to the web side of www.burplex.com... do I understand this right, that the selected names with their leading dir are just stored in a text file ".selects" for further processing? If so, that would be exactly what I was looking for :-) Thanks matthias -- Sent from my FreeBSD netbook Matthias Apitz | - No system with backdoors like Apple/Android E-mail: guru@unixarea.de | - Never being an iSlave WWW: http://www.unixarea.de/ | - No proprietary attachments, no HTML/RTF in E-mail phone: +49-170-4527211 | - Respect for open standards From owner-freebsd-questions@FreeBSD.ORG Fri May 10 10:34: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 340CF792 for ; Fri, 10 May 2013 10:34:15 +0000 (UTC) (envelope-from xavierfreebsdquestions@gmail.com) Received: from mail-qa0-x230.google.com (mail-qa0-x230.google.com [IPv6:2607:f8b0:400d:c00::230]) by mx1.freebsd.org (Postfix) with ESMTP id F1A66FF0 for ; Fri, 10 May 2013 10:34:14 +0000 (UTC) Received: by mail-qa0-f48.google.com with SMTP id i13so249561qae.0 for ; Fri, 10 May 2013 03:34:14 -0700 (PDT) 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=2BK32sq9Gs/EOVce06R/z07xFVqadkwjpv4wJsRJvMc=; b=oPT7+OW4AEENsgo49HfvY2AfbY8CEhgUVc4TjJe9JaOJDTMQx4pQUF384uUfb1Fict 23y9iennvrkcfC6/7AJYAyW4UOYmvRPlh8ZkvjYTv2vASZYjuHIEhFfEJBCbh2S7L3om JCswrQLggPRdgn3fzYgYN0v5+BGep4+hIE1+EdY4M9OEDmN1J305CDvnas/ptXNqACWC FHMWvDwa8IgXsCrV7hIKqbRrBf9nK690Sdut4fBgyrtqWXrZzRyB+X1PS4exTuIHN+nk DS5S1dC01CQPhUouSsSbWHRLcRkfDq7CIxxi/ma1JEiUjT9SgPZ4G8a0KFLAoJLFvKWt UO8w== MIME-Version: 1.0 X-Received: by 10.224.78.193 with SMTP id m1mr11286395qak.79.1368182054419; Fri, 10 May 2013 03:34:14 -0700 (PDT) Received: by 10.49.2.100 with HTTP; Fri, 10 May 2013 03:34:14 -0700 (PDT) Date: Fri, 10 May 2013 12:34:14 +0200 Message-ID: Subject: with ACPI=on, 9.1-RELEASE shutdown automatically From: Xavier 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: Fri, 10 May 2013 10:34:15 -0000 Hi to all, About this email subject, on acer Aspire 5634WLMi machine and 9.1-RELEASE OS, FreeBSD shutdown the machine automatically in few minuts. How can I debug the reason of the problem ? Thanks, see you ! From owner-freebsd-questions@FreeBSD.ORG Fri May 10 11:01: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 77BD3C4B for ; Fri, 10 May 2013 11:01:05 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-yh0-x22f.google.com (mail-yh0-x22f.google.com [IPv6:2607:f8b0:4002:c01::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 2F88014E for ; Fri, 10 May 2013 11:01:04 +0000 (UTC) Received: by mail-yh0-f47.google.com with SMTP id i57so960253yha.34 for ; Fri, 10 May 2013 04:01:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding; bh=bYPlWsJLMVD4GI7cE8RUt7dD4odmbCyIb5OOGK3gezw=; b=As1NfYBDhNvcVeftayOKUwcn7BivI37g/n3ZI4UR1aX1aEt8n/5LikPF2kO3Ic7Zg1 IJnCZMCRDkmJ2sjz+xgMGFzuT6B8cZaoH1V1Fdnre4SGag3/HWllv+lSiu4K45sq5piq WYs8NljIewholrG8WZq8Wl9O4WZJ4teW+Wknk= 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 :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=bYPlWsJLMVD4GI7cE8RUt7dD4odmbCyIb5OOGK3gezw=; b=ZWhKmgNyDc3BbhtM2uNBuyupA9XCrxOs+o+G1a+GpmmDBp2Ul25q21pZuCDqnlkb2O rQhPIkBuUZ/A924ijFmQT/PRDyJ/QAy/wTnMDot3QAOYCpDej7BNYeZX90fSHvEkKbxA IFfYjtLeIybwIhPGjGdvAy8XDOZ+/iNm51RowtSNmKQv1/+NBH4dLNfa9YtyJlftgxhO G6mSGew7Ok8ZTXfTCDzkrxAv4m/GjnuNVRlIxQV/Fc1Ez+Amk7ieOKhowd3Yvi1fyxO3 wHmBukH3O2UCD5nZQwz4orGJN7qxadng+kS+Ul8kYGbCVpRSu5gpWVzYV03NPk0ykw05 qmTA== X-Received: by 10.236.227.234 with SMTP id d100mr1521805yhq.134.1368183664588; Fri, 10 May 2013 04:01:04 -0700 (PDT) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPSA id w67sm2654541yhk.7.2013.05.10.04.01.03 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 10 May 2013 04:01:03 -0700 (PDT) Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerry@seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3b6T4G5Zkrz2CG5n for ; Fri, 10 May 2013 07:01:02 -0400 (EDT) Date: Fri, 10 May 2013 07:01:02 -0400 From: Jerry To: FreeBSD Subject: Re: is there any books about network with FreeBSD Message-ID: <20130510070102.6aa517d6@scorpio> In-Reply-To: <37845b74.1f75a.13e8cecd986.Coremail.leearic@126.com> References: <37845b74.1f75a.13e8cecd986.Coremail.leearic@126.com> Organization: seibercom.net X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQll8Y1LCiKgTcqMb0QivSiybToLMBG6Mr0xrEyllzGFvZA4AoNO5oFAGjxTsgCr4FDQTVpl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: FreeBSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2013 11:01:05 -0000 On Fri, 10 May 2013 13:32:12 +0800 (CST) Aric articulated: > Hi > all. > is there some books about network, such as > gateway,vpn,turnnel,bridge! the books is more about netwok, no server > or the basic Unix telnologic or only a little server and basic > command thanks ! Seriously! For starters, go to and type in "networking" and dozens of potential targets will appear. You can also use Amazon , change the search scope to books and type in "network". This certainly isn't rocket science. You could use or visit their book store, any decent book store, (the ones with XXX splashed across the front window probably not so much) and locate exactly what you want. You probably will not locate a "FreeBSD & Networking for Dummies"; however, since FreeBSD does, at least for the most part, stays consistent with what the other major operating systems do. Your biggest problem will be locating drivers for the the newer or high end devices that are constantly becoming available on the market. -- Jerry â™” Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ From owner-freebsd-questions@FreeBSD.ORG Fri May 10 11:06:33 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 B4C40E68 for ; Fri, 10 May 2013 11:06:33 +0000 (UTC) (envelope-from emorrasg@yahoo.es) Received: from nm3-vm1.bullet.mail.ird.yahoo.com (nm3-vm1.bullet.mail.ird.yahoo.com [77.238.189.212]) by mx1.freebsd.org (Postfix) with SMTP id E7134198 for ; Fri, 10 May 2013 11:06:32 +0000 (UTC) Received: from [77.238.189.52] by nm3.bullet.mail.ird.yahoo.com with NNFMP; 10 May 2013 11:03:42 -0000 Received: from [217.146.189.64] by tm5.bullet.mail.ird.yahoo.com with NNFMP; 10 May 2013 11:03:42 -0000 Received: from [127.0.0.1] by smtp144.mail.ird.yahoo.com with NNFMP; 10 May 2013 11:03:42 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s1024; t=1368183822; bh=BlV+ZKBqWMEbBojKUZZ/0I2yJ3FR2u0q1VsRUWZUdX8=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Date:From:To:Subject:Message-Id:In-Reply-To:References:X-Mailer:Disposition-Notification-To:Mime-Version:Content-Type:Content-Transfer-Encoding; b=T/sqNX10H0S4coRpGn235XI/EesxNWdszKCp8i0WWjTS2SKLmY3fBQIWWf8dIONdDcR1nWvRazTiW86WGjVBV5Y+XIsASKxfm8OSHEpsinP/l3fLX/eqYRjfsnHuXsc56JeZOjMviBsY9siAlCTSh4hneWbjSuNiwUigPje6b2Q= X-Yahoo-Newman-Id: 567136.53287.bm@smtp144.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-5 X-YMail-OSG: BuGcX1AVM1lc4Jt90.vPYUBtscWY2Uyto7kpdHDIL2Fr45Y 3OxDGw9jrVyXfh..vPM6OSykVaeElEW5wYzt5TSDa50z7Il4bEqyVEgEi42e dnQaOzecpnlcm3lorQuUwbNx9TWNikLf0QjzJ5UDWx28lTDEock_djuyk5KU n1F0uZcKATadMjEoPTus_tgG.OVBmihse20BBwqvsAjzXFsHqO4TDq.j1Cvy MfDXuNopC2zAiIDHBT8qQhzDE5.PFJKxyXaiSCUXt85I2mO.JqTgZ0MvXdOY 5YldBwjNAbB012Nbcfu7oHev7duQITG4183jz77xzoNOm.UBvjiDxIKi6E7N wAnFoPi2IkFRkpVMXXPWXxH9cj67TCWGp6Z4l2puYZIIjj0Xt659DIzEnbiD Zm6663M.EM8thlxbF3VIY.S4cF1H4D6VsOa6TZdX2HsfZ9GhNdQ-- X-Yahoo-SMTP: mX392iiswBAeJNdO_s.EW62LZDJR X-Rocket-Received: from camibar.emorras.eu (emorrasg@85.219.46.40 with plain) by smtp144.mail.ird.yahoo.com with SMTP; 10 May 2013 04:03:42 -0700 PDT Date: Fri, 10 May 2013 13:03:45 +0200 From: Eduardo Morras To: freebsd-questions@freebsd.org Subject: Re: with ACPI=on, 9.1-RELEASE shutdown automatically Message-Id: <20130510130345.308c412ab657028ec3531ab2@yahoo.es> In-Reply-To: References: X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.17; amd64-portbld-freebsd9.1) 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: Fri, 10 May 2013 11:06:33 -0000 On Fri, 10 May 2013 12:34:14 +0200 Xavier wrote: > Hi to all, > > About this email subject, on acer Aspire 5634WLMi machine and > 9.1-RELEASE OS, FreeBSD shutdown the machine automatically in few > minuts. In freebsd-es a similar problem was reported some months ago. The cause is fan switch off after startup menu and rising temperature. It looks like ec controller problem (Acer doesn't provide documentation about Embedded Controller, all is done by try and error and can damage the laptop) > How can I debug the reason of the problem ? A not so good wokaround is down the temperature where cpu Hz is adjusted: #sysctl hw.acpi.thermal.user_override=1 #sysctl hw.acpi.thermal.tz0._PSV=65C #sysctl hw.acpi.thermal.user_override=0 Or downgrade to 8.x > > Thanks, see you ! > _______________________________________________ > 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" --- --- Eduardo Morras From owner-freebsd-questions@FreeBSD.ORG Fri May 10 12:36:34 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 366B2842; Fri, 10 May 2013 12:36:34 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from flat.berklix.org (flat.berklix.org [83.236.223.115]) by mx1.freebsd.org (Postfix) with ESMTP id BC5AD6CB; Fri, 10 May 2013 12:36:33 +0000 (UTC) Received: from mart.js.berklix.net (pD9FBFA41.dip0.t-ipconnect.de [217.251.250.65]) (authenticated bits=128) by flat.berklix.org (8.14.5/8.14.5) with ESMTP id r4ACaNOo073031; Fri, 10 May 2013 14:36:25 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id r4ACa7Vw096223; Fri, 10 May 2013 14:36:07 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.4/8.14.4) with ESMTP id r4ACZeQf011014; Fri, 10 May 2013 14:36:02 +0200 (CEST) (envelope-from jhs@fire.js.berklix.net) Message-Id: <201305101236.r4ACZeQf011014@fire.js.berklix.net> To: "Ronald F. Guilmette" Subject: Re: WANTED: Tool to verify installed package/port consistancy From: "Julian H. Stacey" Organization: http://berklix.com BSD Unix Linux Consultancy, Munich Germany User-agent: EXMH on FreeBSD http://berklix.com/free/ X-URL: http://www.berklix.com In-reply-to: Your message "Thu, 09 May 2013 15:00:23 PDT." <58355.1368136823@server1.tristatelogic.com> Date: Fri, 10 May 2013 14:35:40 +0200 Sender: jhs@berklix.com Cc: freebsd-questions@freebsd.org, freebsd-ports@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, 10 May 2013 12:36:34 -0000 "Ronald F. Guilmette" wrote: > > The subject line pretty much says it all. Additional to other ideas so far, You could also make a chroot, install normal bins from src, install all your ports, ^D to exit chroot, then do a compare & strip with eg: cd chroot ; find . -type f -exec cmpd -d {} / \; # compare & delete http://berklix.com/~jhs/src/bsd/jhs/bin/public/cmpd/ find . -type l | xargs rm find . -type d -depth -exec rmdir {} \; find . -type f -print | sort | more then consider what got trashed, where, & maybe why, & then reinstall from ports, or crudely cd /chroot/var/db/pkg ; tar cf - */+CONTENTS| (cd /var/db/pkg && tar xf -) PS I find /usr/ports/textproc/mgdiff nice for a visual diff of 2 files. ( if theres lots of small changes in a file ) Cheers, Julian -- Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich http://berklix.com Reply below not above, like a play script. Indent old text with "> ". Send plain text. No quoted-printable, HTML, base64, multipart/alternative. From owner-freebsd-questions@FreeBSD.ORG Fri May 10 12:39: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 66DBFA39 for ; Fri, 10 May 2013 12:39:47 +0000 (UTC) (envelope-from mark@msen.com) Received: from shell.msen.com (msen.com [148.59.86.2]) by mx1.freebsd.org (Postfix) with ESMTP id 36D7775E for ; Fri, 10 May 2013 12:39:46 +0000 (UTC) X-Sent-To: freebsd-questions@freebsd.org Received: from [192.168.2.21] (99-170-102-4.lightspeed.livnmi.sbcglobal.net [99.170.102.4]) (authenticated bits=0) by shell.msen.com (8.14.3/8.14.3) with ESMTP id r4ACdNkP083395; Fri, 10 May 2013 08:39:30 -0400 (EDT) (envelope-from mark@msen.com) Message-ID: <518CEA78.3010404@msen.com> Date: Fri, 10 May 2013 08:39:20 -0400 From: Mark User-Agent: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: is there any books about network with FreeBSD References: <37845b74.1f75a.13e8cecd986.Coremail.leearic@126.com> In-Reply-To: <37845b74.1f75a.13e8cecd986.Coremail.leearic@126.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Received-SPF: Pass (sender authenticated); receiver=msen.com; client-ip=99.170.102.4; envelope-from= Received-SPF: Pass (sender authenticated); receiver=msen.com; client-ip=99.170.102.4; helo=[192.168.2.21] X-Milter: Spamilter (Reciever: shell.msen.com; Sender-ip: 99.170.102.4; Sender-helo: [192.168.2.21]; ) Cc: leearic@126.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, 10 May 2013 12:39:47 -0000 Michael Lucas has published some highly regarded books on Freebsd and Networking. Here is a link to his site https://www.michaelwlucas.com/ Full Disclosure: I have known Michael for many, many years so I am somewhat biased but I do use his books and they answer over 95% of my questions / problems. Mark Moellering On 5/10/2013 1:32 AM, Aric wrote: > Hi > all. > is there some books about network, such as gateway,vpn,turnnel,bridge! > the books is more about netwok, no server or the basic Unix telnologic or only a little server and basic command > > thanks ! > -- > > -------Aric Liang > mail: leearic@126.com > MSN: leearic@live.cn > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > From owner-freebsd-questions@FreeBSD.ORG Fri May 10 13:05: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 AE1BC387 for ; Fri, 10 May 2013 13:05:32 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from flat.berklix.org (flat.berklix.org [83.236.223.115]) by mx1.freebsd.org (Postfix) with ESMTP id 3DC29859 for ; Fri, 10 May 2013 13:05:31 +0000 (UTC) Received: from mart.js.berklix.net (p5DCBE048.dip0.t-ipconnect.de [93.203.224.72]) (authenticated bits=128) by flat.berklix.org (8.14.5/8.14.5) with ESMTP id r4AD5TmX073160; Fri, 10 May 2013 15:05:30 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id r4AD5J0h096432; Fri, 10 May 2013 15:05:19 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.4/8.14.4) with ESMTP id r4AD596U011644; Fri, 10 May 2013 15:05:14 +0200 (CEST) (envelope-from jhs@fire.js.berklix.net) Message-Id: <201305101305.r4AD596U011644@fire.js.berklix.net> To: Matthias Apitz Subject: Re: making photoalbums for web pages From: "Julian H. Stacey" Organization: http://berklix.com BSD Unix Linux Consultancy, Munich Germany User-agent: EXMH on FreeBSD http://berklix.com/free/ X-URL: http://www.berklix.com In-reply-to: Your message "Fri, 10 May 2013 10:43:03 +0200." <20130510084303.GA22593@sh4-5.1blu.de> Date: Fri, 10 May 2013 15:05:09 +0200 Sender: jhs@berklix.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: Fri, 10 May 2013 13:05:32 -0000 Matthias Apitz wrote: > El día Friday, May 10, 2013 a las 10:25:06AM +0200, Matthias Fechner escribió: > > > Am 10.05.2013 09:41, schrieb Matthias Apitz: > > > clicking them) and the application puts them together, with thumbnails, > > > to a tree which just goes per SCP -rp to our webserver; > > > the rest could be done with webgallery (by me or scripts); she is not an > informatican; Hi Matthias A & all, I've always used /usr/ports/graphics/cthumb (not saying better or worse or more or less appropriate than other tools mentioned most of which I don't know, just one more tool you may want to look at. I use cthumb (& vi) as shown at ^cthumb line of http://www.berklix.com/~jhs/bin/.csh/syntax Then upload with rdist6 -P /usr/bin/ssh & http://www.berklix.com/~jhs/Distfile Graphic result: http://www.berklix.com/~jhs/bauma/2013_04_18/ Preamble to those pics: http://www.berklix.com/~jhs/bauma/ Cheers, Julian -- Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich http://berklix.com Reply below not above, like a play script. Indent old text with "> ". Send plain text. No quoted-printable, HTML, base64, multipart/alternative. From owner-freebsd-questions@FreeBSD.ORG Fri May 10 14:09: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 7529546A for ; Fri, 10 May 2013 14:09:01 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from flat.berklix.org (flat.berklix.org [83.236.223.115]) by mx1.freebsd.org (Postfix) with ESMTP id 0B34BBE5 for ; Fri, 10 May 2013 14:09:00 +0000 (UTC) Received: from mart.js.berklix.net (p5DCBE048.dip0.t-ipconnect.de [93.203.224.72]) (authenticated bits=128) by flat.berklix.org (8.14.5/8.14.5) with ESMTP id r4AE8wgb073422; Fri, 10 May 2013 16:08:58 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id r4AE8l1c096707; Fri, 10 May 2013 16:08:47 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.4/8.14.4) with ESMTP id r4AE8aWE012547; Fri, 10 May 2013 16:08:42 +0200 (CEST) (envelope-from jhs@fire.js.berklix.net) Message-Id: <201305101408.r4AE8aWE012547@fire.js.berklix.net> To: Matthias Apitz , freebsd-questions@freebsd.org Subject: Re: making photoalbums for web pages From: "Julian H. Stacey" Organization: http://berklix.com BSD Unix Linux Consultancy, Munich Germany User-agent: EXMH on FreeBSD http://berklix.com/free/ X-URL: http://www.berklix.com In-reply-to: Your message "Fri, 10 May 2013 15:05:09 +0200." <201305101305.r4AD596U011644@fire.js.berklix.net> Date: Fri, 10 May 2013 16:08:36 +0200 Sender: jhs@berklix.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, 10 May 2013 14:09:01 -0000 Apologies my last post was multipart/mixed, (maybe my mouse skidded to some un-intended option). Cheers, Julian -- Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich http://berklix.com Reply below not above, like a play script. Indent old text with "> ". Send plain text. No quoted-printable, HTML, base64, multipart/alternative. From owner-freebsd-questions@FreeBSD.ORG Fri May 10 14:46:42 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 68D72335 for ; Fri, 10 May 2013 14:46:42 +0000 (UTC) (envelope-from gobble.wa@gmail.com) Received: from mail-bk0-x236.google.com (mail-bk0-x236.google.com [IPv6:2a00:1450:4008:c01::236]) by mx1.freebsd.org (Postfix) with ESMTP id 53525F86 for ; Fri, 10 May 2013 14:46:40 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id y8so2088703bkt.13 for ; Fri, 10 May 2013 07:46:39 -0700 (PDT) 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:content-transfer-encoding; bh=nSLfmYUGvTOBYAJ/NT52yP/TnXTCAbHsICDqYHRN/s8=; b=QR1BsorgI1dHNMhhFQcj0SK8MDo4/emWxoICr5cuDmXlsPyqtEGMgqPRpOTYNMNXe0 HfQAoYybOHk7GkjlDcd8EaKu9V9xL8et5+VZqumGIPcXvGPVPQEDJqu4buYrNn2D1Rp4 Icf3Sg2uEUqampl2COysZYQAyuBdXSMaFI3YevJkQ+iwVaZINtUnHSvwMoa+Q2J047zT 8IflwM1aKKofIcyC6eSGPt+BDcC1DeBu4aibNVjOXeOAphbbhjkBafSoGoTK/5uQ8KxE M6fZ15/CUUkLxJ5jKr6TTZsNP8Wg75mS3H27d4CqFh2FXFgL+8Jr/hJLerBng8y0aSgW kPzw== MIME-Version: 1.0 X-Received: by 10.204.162.8 with SMTP id t8mr4459033bkx.95.1368197199528; Fri, 10 May 2013 07:46:39 -0700 (PDT) Received: by 10.204.34.20 with HTTP; Fri, 10 May 2013 07:46:39 -0700 (PDT) In-Reply-To: <20130510100221.GA1766@tiny.Sisis.de> References: <20130510074117.GA1470@tiny.Sisis.de> <20130510100221.GA1766@tiny.Sisis.de> Date: Fri, 10 May 2013 07:46:39 -0700 Message-ID: Subject: Re: making photoalbums for web pages From: Waitman Gobble To: Matthias Apitz Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: kde-freebsd@kde.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, 10 May 2013 14:46:42 -0000 On Fri, May 10, 2013 at 3:02 AM, Matthias Apitz wrote: > El d=EDa Friday, May 10, 2013 a las 12:59:01AM -0700, Waitman Gobble escr= ibi=F3: > >> Hi Matthias, >> >> I use graphics/burplex to preview / make selects when I'm on the road, >> it stores in a text file for easy scripting / batch processing. It's >> in the ports tree. If you want to batch process 'quicker' on a >> multi-core system you can try dcraw-m and multiraw, which are in gnats >> pr at the moment. Otherwise the burplex port runs OK with regular >> dcraw. > > Hi Waitmann, > > I went to the web side of www.burplex.com... do I understand this right, > that the selected names with their leading dir are just stored in a text > file ".selects" for further processing? If so, that would be exactly > what I was looking for :-) > > Thanks > > matthias > -- > Sent from my FreeBSD netbook > > Matthias Apitz | - No system with backdoors like Apple/And= roid > E-mail: guru@unixarea.de | - Never being an iSlave > WWW: http://www.unixarea.de/ | - No proprietary attachments, no HTML/RTF= in E-mail > phone: +49-170-4527211 | - Respect for open standards Hi, Yes, it is a simple qt4 program which allows the user to quickly browse RAW or JPEG files and toggle/mark 'selects', which is stored in a plain text file. This file can easily be fed into a batch-process command / script. It does *not* offer any other features, such as sharpening, crop, red-eye, color adjustment, etc. If you use the dcraw in ports, it does not do 'auto orient', so if your wife is shooting with this feature disabled on her camera the images _may_ appear sideways. I have an updated dcraw-m that reads the orientation information and rotates the preview image, but otherwise it works fine, it's perfectly usable without it. :) Also might check out this 'beenie' program that I use to automatically download cards onto the computer. Basically after a shoot I can stick in 4 SD cards at once and the software automatically creates folders with the date, and copies the contents and pre-processes the files. (I use it for video, I realized I was spending alot of time loading one card after another and copying the contents, etc). It's more of a hack-type program, but I've been using it for about a year without trouble. It would likely need some customization for your specific system/needs. https://github.com/waitman/beenie -- Waitman Gobble San Jose California USA 510-830-7975 From owner-freebsd-questions@FreeBSD.ORG Fri May 10 19:23: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 9ABE3435 for ; Fri, 10 May 2013 19:23:57 +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 77880272 for ; Fri, 10 May 2013 19:23:57 +0000 (UTC) Received: from 66-189-39-69.dhcp.oxfr.ma.charter.com ([66.189.39.69] helo=Gregory-Larkins-iMac.local) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1Uasuy-000O2H-7s; Fri, 10 May 2013 15:23:50 -0400 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 686F11E5BDB0; Fri, 10 May 2013 15:23:47 -0400 (EDT) Message-ID: <518D4941.8060606@FreeBSD.org> Date: Fri, 10 May 2013 15:23:45 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Polytropon References: <72E7E6C6-68FE-4356-940E-46AB8BBB88DE@todoo.biz> <20130510083221.8e767b31.freebsd@edvax.de> In-Reply-To: <20130510083221.8e767b31.freebsd@edvax.de> X-Enigmail-Version: 1.5.1 X-SA-Exim-Connect-IP: 66.189.39.69 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=-0.9 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.1 Subject: Re: Downgrading a port 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: Liste FreeBSD 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, 10 May 2013 19:23:57 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 5/10/13 2:32 AM, Polytropon wrote: > On Thu, 9 May 2013 18:03:22 +0200, bsd@todoo.biz wrote: >> I wanted to know if there is a way to simply downgrade a package >> I have installed with pkgng ? > > There is no such thing as a "simple downgrade". :-) Oh dear, Boromir has something to say about it: http://qkme.me/3uc9zg > > The primary goal of the new pkg system is to provide as "bleeding > edge" possible in binary precompiled form, with the ability of > binary upgrades. Switching to older versions has not been a direct > concern, I think. > > >> I know that there is portdowngrade, but I will have to reinstall >> all ports architecture to be able to install this. > > Correct. The portdowngrade program relies on the ports infra- > structure and requires you to build things yourself. I think this > will be the easiest way to go. > > > > - -- 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/ iEYEARECAAYFAlGNSUEACgkQ0sRouByUApCW5ACfeh+tmcy1CPAE36bVuGK20qT3 eSMAoJIrBseYylTRc3C4llUZJVvcrTXJ =Yn3q -----END PGP SIGNATURE----- From owner-freebsd-questions@FreeBSD.ORG Fri May 10 20:04: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 A77E966D; Fri, 10 May 2013 20:04:10 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id C5A7E5E3; Fri, 10 May 2013 20:04:08 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id D0FCD3AE43; Fri, 10 May 2013 13:04:02 -0700 (PDT) From: "Ronald F. Guilmette" To: "John Levine" Subject: Re: WANTED: Tool to verify installed package/port consistancy In-Reply-To: <20130509232548.42838.qmail@joyce.lan> Date: Fri, 10 May 2013 13:04:02 -0700 Message-ID: <86885.1368216242@server1.tristatelogic.com> Cc: freebsd-questions@freebsd.org, freebsd-ports@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, 10 May 2013 20:04:10 -0000 In message <20130509232548.42838.qmail@joyce.lan>, you wrote: >I expect the reason you won't find a port verifier is that the usual >way to recover from a situation like yours is to reinstall them all: > ># portupgrade --all --force Thanks John. Sadly, the machine in question is not that fast, and has/had a LOT of ports installed. So doing that in this case would take about an eon, thus prompting me to look for a more efficient & expedient solution. (I would also like to help future victims of "missing +CONTENTS syndrome" to be able to recover without rebuilding every single last bleedin' port.) >This might take longer than trying to verify them, but it has the >advantage of not needing a lot of attention (use -DBATCH to skip >config steps) and when you're done, the packages have all been updated >and fixed. > >Doing a general port verifier is a pain because the scripts called from >make install can run arbitrary programs. Well, when I posted the other day, I was already about 2/3rds of the way done writing a rather simple bash script (which I have called "pkg_sanity") that would do just what I suggested, i.e. simply go through all of the +CONTENTS files that are present on the system in question check for the presence of every file mentioned within those +CONTENTS files, and also check each one's MD5 checksum. Anyway, I went ahead and completed that and then ran it across all my installed ports. The result was totally surprising and totally unexpected. I have 644 ports installed on the system. For these, my little script found 74,274 files corresponding to those that were present and that matched the MD5 checksums that were listed in the corresponding +CONTENTS file. As I already knew, the script found 60 ports/packages for which the +CONTENTS file was simply missing, and thus could not be checked. The surprising part of the result was that the script also found no fewer than 1,273 files that had been installed as parts of ports/packages that I had installed, and these files were present on the system but their MD5 checksums did not match the ones listed for them in the corresponding +CONTENTS files. This number of "bad checksum" files is vastly more than can be explaned by the small handful of power failures that my system experienced, I think. The majority of the files that failed to verify against the MD5 checksums listed for them in the +CONTENTS files seem to be either compiled executables or else compiled binary shared (or unshared) library files, but as I just realized, that is perhaps to be expected, simply because within the entire set of files that are installd as parts of ports or packages, a majority of these installed files are quite naturally going to be compiled executables or else compiled binary library files. Anyway, at the moment, and for me at least, my results remain entirely perplexing. I cannot imagine what might possibly be the explanation for the results attached below. If anyone can offer a theory, I'm all ears. Meanwhile, I'll be cleaning up my script a little bit and then, in short order I hope, posting it here so that others can perhaps give it a try and tell me if their results from it are at all similar to mine. Just one other thing I'd like to mention... Out of, as I have said, more that seventy four thousand files installed as parts of ports or packages, a small handful were found to be inexplicably missing by my script, to wit: pkg_sanity: ghostscript9-9.06_1: File is missing: /usr/local/share/ghostscript/9.06/Resource/CIDFont/fonts pkg_sanity: gsfonts-8.11_5: File is missing: /usr/local/share/ghostscript/fonts/Ryumin-Light pkg_sanity: gsfonts-8.11_5: File is missing: /usr/local/share/ghostscript/fonts/GothicBBB-Medium pkg_sanity: gsfonts-8.11_5: File is missing: /usr/local/share/ghostscript/fonts/STHeiti-Regular pkg_sanity: gsfonts-8.11_5: File is missing: /usr/local/share/ghostscript/fonts/STSong-Light pkg_sanity: gsfonts-8.11_5: File is missing: /usr/local/share/ghostscript/fonts/MSung-Light pkg_sanity: polkit-0.105_1: File is missing: /usr/local/etc/polkit-1/localauthority.conf.d/50-localauthority.conf pkg_sanity: polkit-0.105_1: File is missing: /usr/local/etc/polkit-1/nullbackend.conf.d/50-nullbackend.conf Furthermore, another small handful were found to non-readable with respect to an ordinary non-root user, thus making verification fo their MD5 checksums impossible (since I ran my checker from a non-root account): pkg_sanity: bind99-9.9.2.1: File is not readable: /usr/local/etc/rndc.key pkg_sanity: dbus-1.6.8: File is not readable: /usr/local/libexec/dbus-daemon-launch-helper pkg_sanity: linux_base-f10-10_5: File is not readable: /compat/linux/etc/securetty pkg_sanity: linux_base-f10-10_5: File is not readable: /compat/linux/usr/libexec/pt_chown pkg_sanity: linux_base-f10-10_5: File is not readable: /compat/linux/usr/sbin/build-locale-archive pkg_sanity: linux_base-f10-10_5: File is not readable: /compat/linux/usr/sbin/glibc_post_upgrade.i386 pkg_sanity: linux_base-f10-10_5: File is not readable: /compat/linux/usr/sbin/tzdata-update pkg_sanity: linux_base-f10-10_5: File is not readable: /compat/linux/var/cache/ldconfig/aux-cache I can understand the need to have the /usr/local/etc/rndc.key portion of the BIND9 installation be non-readable by non-root accounts, but the other cases are more probably due to bugs in the installation process, I suspect. (I hope to report those cases with formal PRs soon.) Here is my complete results log: pkg_sanity: ImageMagick-6.8.0.7_1: +CONTENTS file does not exist -- skipped pkg_sanity: ORBit2-2.14.19: /usr/local/lib/libORBit-2.so: File failed MD5 checksum pkg_sanity: ORBit2-2.14.19: /usr/local/lib/libORBit-imodule-2.so: File failed MD5 checksum pkg_sanity: ORBit2-2.14.19: /usr/local/lib/libORBitCosNaming-2.so: File failed MD5 checksum pkg_sanity: OpenEXR-1.7.1: /usr/local/lib/libIlmImf.so: File failed MD5 checksum pkg_sanity: aalib-1.4.r5_6: /usr/local/lib/libaa.so: File failed MD5 checksum pkg_sanity: abiword-2.8.4_3: +CONTENTS file does not exist -- skipped pkg_sanity: alsa-lib-1.0.26: /usr/local/lib/libasound.so: File failed MD5 checksum pkg_sanity: apr-1.4.6.1.4.1_3: /usr/local/lib/apr-util-1/apr_crypto_openssl.so: File failed MD5 checksum pkg_sanity: apr-1.4.6.1.4.1_3: /usr/local/lib/apr-util-1/apr_dbm_db.so: File failed MD5 checksum pkg_sanity: apr-1.4.6.1.4.1_3: /usr/local/lib/apr-util-1/apr_dbm_gdbm.so: File failed MD5 checksum pkg_sanity: apr-1.4.6.1.4.1_3: /usr/local/lib/libapr-1.so: File failed MD5 checksum pkg_sanity: apr-1.4.6.1.4.1_3: /usr/local/lib/libaprutil-1.so: File failed MD5 checksum pkg_sanity: arts-1.5.10_8,1: +CONTENTS file does not exist -- skipped pkg_sanity: asciidoc-8.6.8_1: /usr/local/bin/a2x: File failed MD5 checksum pkg_sanity: asciidoc-8.6.8_1: /usr/local/bin/asciidoc: File failed MD5 checksum pkg_sanity: aspell-0.60.6.1_2: /usr/local/lib/libaspell.so: File failed MD5 checksum pkg_sanity: aspell-0.60.6.1_2: /usr/local/lib/libpspell.so: File failed MD5 checksum pkg_sanity: at-spi2-core-2.6.3: /usr/local/lib/libatspi.so: File failed MD5 checksum pkg_sanity: atk-2.6.0: /usr/local/lib/libatk-1.0.so: File failed MD5 checksum pkg_sanity: autoconf-wrapper-20101119: /usr/local/bin/autoconf: File failed MD5 checksum pkg_sanity: autoconf-wrapper-20101119: /usr/local/bin/autoheader: File failed MD5 checksum pkg_sanity: autoconf-wrapper-20101119: /usr/local/bin/autom4te: File failed MD5 checksum pkg_sanity: autoconf-wrapper-20101119: /usr/local/bin/autoreconf: File failed MD5 checksum pkg_sanity: autoconf-wrapper-20101119: /usr/local/bin/autoscan: File failed MD5 checksum pkg_sanity: autoconf-wrapper-20101119: /usr/local/bin/autoupdates: File failed MD5 checksum pkg_sanity: autoconf-wrapper-20101119: /usr/local/bin/ifnames: File failed MD5 checksum pkg_sanity: automake-wrapper-20101119: /usr/local/bin/aclocal: File failed MD5 checksum pkg_sanity: automake-wrapper-20101119: /usr/local/bin/automake: File failed MD5 checksum pkg_sanity: avahi-app-0.6.29_3: /usr/local/man/man1/avahi-browse-domains.1.gz: File failed MD5 checksum pkg_sanity: avahi-app-0.6.29_3: /usr/local/man/man1/avahi-publish-address.1.gz: File failed MD5 checksum pkg_sanity: avahi-app-0.6.29_3: /usr/local/man/man1/avahi-publish-service.1.gz: File failed MD5 checksum pkg_sanity: avahi-app-0.6.29_3: /usr/local/man/man1/avahi-resolve-address.1.gz: File failed MD5 checksum pkg_sanity: avahi-app-0.6.29_3: /usr/local/man/man1/avahi-resolve-host-name.1.gz: File failed MD5 checksum pkg_sanity: avahi-app-0.6.29_3: /usr/local/bin/avahi-browse-domains: File failed MD5 checksum pkg_sanity: avahi-app-0.6.29_3: /usr/local/bin/avahi-publish-address: File failed MD5 checksum pkg_sanity: avahi-app-0.6.29_3: /usr/local/bin/avahi-publish-service: File failed MD5 checksum pkg_sanity: avahi-app-0.6.29_3: /usr/local/bin/avahi-resolve-address: File failed MD5 checksum pkg_sanity: avahi-app-0.6.29_3: /usr/local/bin/avahi-resolve-host-name: File failed MD5 checksum pkg_sanity: avahi-app-0.6.29_3: /usr/local/lib/libavahi-client.so: File failed MD5 checksum pkg_sanity: avahi-app-0.6.29_3: /usr/local/lib/libavahi-common.so: File failed MD5 checksum pkg_sanity: avahi-app-0.6.29_3: /usr/local/lib/libavahi-core.so: File failed MD5 checksum pkg_sanity: avahi-app-0.6.29_3: /usr/local/lib/libavahi-glib.so: File failed MD5 checksum pkg_sanity: avahi-app-0.6.29_3: /usr/local/lib/libavahi-gobject.so: File failed MD5 checksum pkg_sanity: avahi-app-0.6.29_3: /usr/local/lib/libhowl.so: File failed MD5 checksum pkg_sanity: babl-0.1.10: /usr/local/lib/libbabl-0.1.so: File failed MD5 checksum pkg_sanity: bash-4.2.42: /usr/local/bin/rbash: File failed MD5 checksum pkg_sanity: bind99-9.9.2.1: /usr/local/man/man8/named-compilezone.8.gz: File failed MD5 checksum pkg_sanity: bind99-9.9.2.1: /usr/local/etc/named.conf: File failed MD5 checksum pkg_sanity: bind99-9.9.2.1: File is not readable: /usr/local/etc/rndc.key pkg_sanity: bind99-9.9.2.1: /usr/local/etc/rndc.key: File failed MD5 checksum pkg_sanity: bind99-9.9.2.1: /usr/local/sbin/named-compilezone: File failed MD5 checksum pkg_sanity: boehm-gc-7.1: /usr/local/lib/libcord.so: File failed MD5 checksum pkg_sanity: boehm-gc-7.1: /usr/local/lib/libgc.so: File failed MD5 checksum pkg_sanity: boehm-gc-7.1: /usr/local/lib/libgccpp.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_chrono.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_context.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_date_time.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_filesystem.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_graph.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_iostreams.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_locale.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_math_c99.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_math_c99f.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_math_c99l.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_math_tr1l.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_math_tr1.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_math_tr1f.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_prg_exec_monitor.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_program_options.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_random.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_regex.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_serialization.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_signals.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_system.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_thread.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_timer.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_unit_test_framework.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_wave.so: File failed MD5 checksum pkg_sanity: boost-libs-1.52.0_1: /usr/local/lib/libboost_wserialization.so: File failed MD5 checksum pkg_sanity: brasero-2.32.1_5: +CONTENTS file does not exist -- skipped pkg_sanity: cairo-1.10.2_5,2: /usr/local/lib/cairo/libcairo-trace.so: File failed MD5 checksum pkg_sanity: cairo-1.10.2_5,2: /usr/local/lib/libcairo-gobject.so: File failed MD5 checksum pkg_sanity: cairo-1.10.2_5,2: /usr/local/lib/libcairo-script-interpreter.so: File failed MD5 checksum pkg_sanity: cairo-1.10.2_5,2: /usr/local/lib/libcairo.so: File failed MD5 checksum pkg_sanity: cdparanoia-3.9.8_9: /usr/local/lib/libcdda_interface.so: File failed MD5 checksum pkg_sanity: cdparanoia-3.9.8_9: /usr/local/lib/libcdda_interface.so.0: File failed MD5 checksum pkg_sanity: cdparanoia-3.9.8_9: /usr/local/lib/libcdda_paranoia.so: File failed MD5 checksum pkg_sanity: cdparanoia-3.9.8_9: /usr/local/lib/libcdda_paranoia.so.0: File failed MD5 checksum pkg_sanity: cdrtools-3.00_2: /usr/local/man/man8/devdump.8.gz: File failed MD5 checksum pkg_sanity: cdrtools-3.00_2: /usr/local/man/man8/isodump.8.gz: File failed MD5 checksum pkg_sanity: cdrtools-3.00_2: /usr/local/man/man8/isovfy.8.gz: File failed MD5 checksum pkg_sanity: cdrtools-3.00_2: /usr/local/man/man8/mkhybrid.8.gz: File failed MD5 checksum pkg_sanity: cdrtools-3.00_2: /usr/local/bin/list_audio_tracks: File failed MD5 checksum pkg_sanity: cdrtools-3.00_2: /usr/local/bin/mkhybrid: File failed MD5 checksum pkg_sanity: celt-0.11.3_1: /usr/local/lib/libcelt0.so: File failed MD5 checksum pkg_sanity: clutter-1.4.0_1: +CONTENTS file does not exist -- skipped pkg_sanity: clutter-gtk-0.10.8_2: +CONTENTS file does not exist -- skipped pkg_sanity: consolekit-0.4.3: /usr/local/lib/libck-connector.so: File failed MD5 checksum pkg_sanity: cups-client-1.5.4_1: /usr/local/lib/libcups.so: File failed MD5 checksum pkg_sanity: cups-image-1.5.4_1: /usr/local/lib/libcupsimage.so: File failed MD5 checksum pkg_sanity: cups-image-1.5.4_1: /usr/local/libexec/cups/filter/rastertodymo: File failed MD5 checksum pkg_sanity: curl-7.24.0_2: /usr/local/lib/libcurl.so: File failed MD5 checksum pkg_sanity: cyrus-sasl-2.1.26_2: /usr/local/lib/libsasl2.so: File failed MD5 checksum pkg_sanity: cyrus-sasl-2.1.26_2: /usr/local/lib/sasl2/libanonymous.so: File failed MD5 checksum pkg_sanity: cyrus-sasl-2.1.26_2: /usr/local/lib/sasl2/libcrammd5.so: File failed MD5 checksum pkg_sanity: cyrus-sasl-2.1.26_2: /usr/local/lib/sasl2/libdigestmd5.so: File failed MD5 checksum pkg_sanity: cyrus-sasl-2.1.26_2: /usr/local/lib/sasl2/libgssapiv2.so: File failed MD5 checksum pkg_sanity: cyrus-sasl-2.1.26_2: /usr/local/lib/sasl2/liblogin.so: File failed MD5 checksum pkg_sanity: cyrus-sasl-2.1.26_2: /usr/local/lib/sasl2/libscram.so: File failed MD5 checksum pkg_sanity: cyrus-sasl-2.1.26_2: /usr/local/lib/sasl2/libntlm.so: File failed MD5 checksum pkg_sanity: cyrus-sasl-2.1.26_2: /usr/local/lib/sasl2/libotp.so: File failed MD5 checksum pkg_sanity: cyrus-sasl-2.1.26_2: /usr/local/lib/sasl2/libplain.so: File failed MD5 checksum pkg_sanity: cyrus-sasl-2.1.26_2: /usr/local/lib/sasl2/libsasldb.so: File failed MD5 checksum pkg_sanity: db41-4.1.25_4: /usr/local/lib/libdb41.so: File failed MD5 checksum pkg_sanity: db41-4.1.25_4: /usr/local/lib/libdb41_cxx.so: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/bin/berkeley_db_svc-4.2: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/bin/db_archive-4.2: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/bin/db_checkpoint-4.2: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/bin/db_deadlock-4.2: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/bin/db_dump-4.2: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/bin/db_dump185-4.2: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/bin/db_load-4.2: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/bin/db_printlog-4.2: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/bin/db_recover-4.2: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/bin/db_stat-4.2: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/bin/db_upgrade-4.2: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/bin/db_verify-4.2: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/lib/db42/libdb-4.2.so: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/lib/db42/libdb-4.so: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/lib/db42/libdb.so: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/lib/db42/libdb_cxx-4.2.so: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/lib/db42/libdb_cxx-4.so: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/lib/db42/libdb_cxx.so: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/lib/libdb-4.2.so: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/lib/libdb-4.2.so.2: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/lib/libdb_cxx-4.2.so: File failed MD5 checksum pkg_sanity: db42-4.2.52_5: /usr/local/lib/libdb_cxx-4.2.so.2: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/bin/berkeley_db_svc-4.7: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/bin/db_archive-4.7: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/bin/db_checkpoint-4.7: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/bin/db_codegen-4.7: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/bin/db_deadlock-4.7: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/bin/db_dump-4.7: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/bin/db_dump185-4.7: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/bin/db_hotbackup-4.7: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/bin/db_load-4.7: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/bin/db_printlog-4.7: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/bin/db_recover-4.7: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/bin/db_stat-4.7: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/bin/db_upgrade-4.7: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/bin/db_verify-4.7: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/lib/db47/libdb-4.7.so: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/lib/db47/libdb-4.so: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/lib/db47/libdb.so: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/lib/db47/libdb_cxx-4.7.so: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/lib/db47/libdb_cxx-4.so: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/lib/db47/libdb_cxx.so: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/lib/libdb-4.7.so: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/lib/libdb-4.7.so.0: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/lib/libdb_cxx-4.7.so: File failed MD5 checksum pkg_sanity: db47-4.7.25.4: /usr/local/lib/libdb_cxx-4.7.so.0: File failed MD5 checksum pkg_sanity: dbus-1.6.8: /usr/local/lib/libdbus-1.so: File failed MD5 checksum pkg_sanity: dbus-1.6.8: File is not readable: /usr/local/libexec/dbus-daemon-launch-helper pkg_sanity: dbus-1.6.8: /usr/local/libexec/dbus-daemon-launch-helper: File failed MD5 checksum pkg_sanity: dbus-glib-0.100.1: /usr/local/lib/libdbus-glib-1.so: File failed MD5 checksum pkg_sanity: dconf-0.12.1_1: /usr/local/lib/libdconf.so: File failed MD5 checksum pkg_sanity: dconf-0.12.1_1: /usr/local/lib/libdconf-dbus-1.so: File failed MD5 checksum pkg_sanity: eggdbus-0.6_1: /usr/local/lib/libeggdbus-1.so: File failed MD5 checksum pkg_sanity: enchant-1.6.0: /usr/local/lib/libenchant.so: File failed MD5 checksum pkg_sanity: evince-2.32.0_9: +CONTENTS file does not exist -- skipped pkg_sanity: exempi-2.1.1: /usr/local/lib/libexempi.so: File failed MD5 checksum pkg_sanity: exiv2-0.23,1: /usr/local/lib/libexiv2.so: File failed MD5 checksum pkg_sanity: expat-2.0.1_2: /usr/local/lib/libexpat.so: File failed MD5 checksum pkg_sanity: expect-5.43.0_3: /usr/local/lib/libexpect543.so: File failed MD5 checksum pkg_sanity: faad2-2.7_3,1: /usr/local/lib/libfaad.so: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/adler32.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/avcodec.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/avdevice.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/avfilter.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/avformat.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/avio.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/avstring.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/avutil.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/base64.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/common.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/crc.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/fifo.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/intfloat_readwrite.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/log.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/lzo.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/mathematics.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/md5.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/mem.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/opt.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/pixfmt.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/postprocess.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/rational.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/sha1.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/swscale.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/vdpau.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/ffmpeg/xvmc.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/include/postproc/postprocess.h: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/lib/libavcodec.so: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/lib/libavcodec.so.1: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/lib/libavdevice.so: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/lib/libavdevice.so.1: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/lib/libavfilter.so: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/lib/libavfilter.so.1: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/lib/libavformat.so: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/lib/libavformat.so.1: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/lib/libavutil.so: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/lib/libavutil.so.1: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/lib/libpostproc.so: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/lib/libpostproc.so.1: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/lib/libswscale.so: File failed MD5 checksum pkg_sanity: ffmpeg-0.7.15,1: /usr/local/lib/libswscale.so.1: File failed MD5 checksum pkg_sanity: ffmpeg1-1.0.4: /usr/local/lib/ffmpeg1/libavcodec1.so: File failed MD5 checksum pkg_sanity: ffmpeg1-1.0.4: /usr/local/lib/ffmpeg1/libavcodec1.so.54: File failed MD5 checksum pkg_sanity: ffmpeg1-1.0.4: /usr/local/lib/ffmpeg1/libavdevice1.so: File failed MD5 checksum pkg_sanity: ffmpeg1-1.0.4: /usr/local/lib/ffmpeg1/libavdevice1.so.54: File failed MD5 checksum pkg_sanity: ffmpeg1-1.0.4: /usr/local/lib/ffmpeg1/libavfilter1.so: File failed MD5 checksum pkg_sanity: ffmpeg1-1.0.4: /usr/local/lib/ffmpeg1/libavfilter1.so.3: File failed MD5 checksum pkg_sanity: ffmpeg1-1.0.4: /usr/local/lib/ffmpeg1/libavformat1.so: File failed MD5 checksum pkg_sanity: ffmpeg1-1.0.4: /usr/local/lib/ffmpeg1/libavformat1.so.54: File failed MD5 checksum pkg_sanity: ffmpeg1-1.0.4: /usr/local/lib/ffmpeg1/libavutil1.so: File failed MD5 checksum pkg_sanity: ffmpeg1-1.0.4: /usr/local/lib/ffmpeg1/libavutil1.so.51: File failed MD5 checksum pkg_sanity: ffmpeg1-1.0.4: /usr/local/lib/ffmpeg1/libpostproc1.so: File failed MD5 checksum pkg_sanity: ffmpeg1-1.0.4: /usr/local/lib/ffmpeg1/libpostproc1.so.52: File failed MD5 checksum pkg_sanity: ffmpeg1-1.0.4: /usr/local/lib/ffmpeg1/libswresample1.so: File failed MD5 checksum pkg_sanity: ffmpeg1-1.0.4: /usr/local/lib/ffmpeg1/libswresample1.so.0: File failed MD5 checksum pkg_sanity: ffmpeg1-1.0.4: /usr/local/lib/ffmpeg1/libswscale1.so: File failed MD5 checksum pkg_sanity: ffmpeg1-1.0.4: /usr/local/lib/ffmpeg1/libswscale1.so.2: File failed MD5 checksum pkg_sanity: fftw3-3.3.3_1: /usr/local/lib/libfftw3.so: File failed MD5 checksum pkg_sanity: fftw3-3.3.3_1: /usr/local/lib/libfftw3_threads.so: File failed MD5 checksum pkg_sanity: firefox-19.0.2,1: +CONTENTS file does not exist -- skipped pkg_sanity: flac-1.2.1_3: /usr/local/lib/libFLAC++.so: File failed MD5 checksum pkg_sanity: flac-1.2.1_3: /usr/local/lib/libFLAC.so: File failed MD5 checksum pkg_sanity: flex-2.5.37: /usr/local/bin/flex++: File failed MD5 checksum pkg_sanity: font-bh-ttf-1.0.3: /usr/local/etc/fonts/conf.d/42-luxi-mono.conf: File failed MD5 checksum pkg_sanity: fontconfig-2.9.0,1: /usr/local/etc/fonts/conf.d/20-fix-globaladvance.conf: File failed MD5 checksum pkg_sanity: fontconfig-2.9.0,1: /usr/local/etc/fonts/conf.d/20-unhint-small-vera.conf: File failed MD5 checksum pkg_sanity: fontconfig-2.9.0,1: /usr/local/etc/fonts/conf.d/30-metric-aliases.conf: File failed MD5 checksum pkg_sanity: fontconfig-2.9.0,1: /usr/local/etc/fonts/conf.d/30-urw-aliases.conf: File failed MD5 checksum pkg_sanity: fontconfig-2.9.0,1: /usr/local/etc/fonts/conf.d/40-nonlatin.conf: File failed MD5 checksum pkg_sanity: fontconfig-2.9.0,1: /usr/local/etc/fonts/conf.d/45-latin.conf: File failed MD5 checksum pkg_sanity: fontconfig-2.9.0,1: /usr/local/etc/fonts/conf.d/49-sansserif.conf: File failed MD5 checksum pkg_sanity: fontconfig-2.9.0,1: /usr/local/etc/fonts/conf.d/50-user.conf: File failed MD5 checksum pkg_sanity: fontconfig-2.9.0,1: /usr/local/etc/fonts/conf.d/51-local.conf: File failed MD5 checksum pkg_sanity: fontconfig-2.9.0,1: /usr/local/etc/fonts/conf.d/60-latin.conf: File failed MD5 checksum pkg_sanity: fontconfig-2.9.0,1: /usr/local/etc/fonts/conf.d/65-fonts-persian.conf: File failed MD5 checksum pkg_sanity: fontconfig-2.9.0,1: /usr/local/etc/fonts/conf.d/65-nonlatin.conf: File failed MD5 checksum pkg_sanity: fontconfig-2.9.0,1: /usr/local/etc/fonts/conf.d/69-unifont.conf: File failed MD5 checksum pkg_sanity: fontconfig-2.9.0,1: /usr/local/etc/fonts/conf.d/80-delicious.conf: File failed MD5 checksum pkg_sanity: fontconfig-2.9.0,1: /usr/local/etc/fonts/conf.d/90-synthetic.conf: File failed MD5 checksum pkg_sanity: fontconfig-2.9.0,1: /usr/local/lib/libfontconfig.so: File failed MD5 checksum pkg_sanity: freetype2-2.4.11: /usr/local/lib/libfreetype.so: File failed MD5 checksum pkg_sanity: fribidi-0.19.2_1: /usr/local/lib/libfribidi.so: File failed MD5 checksum pkg_sanity: fusefs-libs-2.9.2: /usr/local/lib/libfuse.so: File failed MD5 checksum pkg_sanity: fusefs-libs-2.9.2: /usr/local/lib/libulockmgr.so: File failed MD5 checksum pkg_sanity: fusefs-ntfs-2012.1.15: /usr/local/lib/libntfs-3g.so: File failed MD5 checksum pkg_sanity: fvwm-2.6.5_1: +CONTENTS file does not exist -- skipped pkg_sanity: gamin-0.1.10_4: /usr/local/lib/libfam.so: File failed MD5 checksum pkg_sanity: gamin-0.1.10_4: /usr/local/lib/libgamin-1.so: File failed MD5 checksum pkg_sanity: gconf2-2.32.0_3: +CONTENTS file does not exist -- skipped pkg_sanity: gd-2.0.35_8,1: /usr/local/lib/libgd.so: File failed MD5 checksum pkg_sanity: gdbm-1.9.1: /usr/local/lib/libgdbm.so: File failed MD5 checksum pkg_sanity: gdk-pixbuf2-2.26.5: /usr/local/lib/libgdk_pixbuf-2.0.so: File failed MD5 checksum pkg_sanity: gdk-pixbuf2-2.26.5: /usr/local/lib/libgdk_pixbuf_xlib-2.0.so: File failed MD5 checksum pkg_sanity: gegl-0.1.8_6: +CONTENTS file does not exist -- skipped pkg_sanity: gettext-0.18.1.1: /usr/local/lib/charset.alias: File failed MD5 checksum pkg_sanity: gettext-0.18.1.1: /usr/local/lib/libasprintf.so: File failed MD5 checksum pkg_sanity: gettext-0.18.1.1: /usr/local/lib/libgettextlib.so: File failed MD5 checksum pkg_sanity: gettext-0.18.1.1: /usr/local/lib/libgettextpo.so: File failed MD5 checksum pkg_sanity: gettext-0.18.1.1: /usr/local/lib/libgettextsrc.so: File failed MD5 checksum pkg_sanity: gettext-0.18.1.1: /usr/local/lib/libintl.so: File failed MD5 checksum pkg_sanity: ghostscript9-9.06_1: /usr/local/man/man1/gsbj.1.gz: File failed MD5 checksum pkg_sanity: ghostscript9-9.06_1: /usr/local/man/man1/gsdj.1.gz: File failed MD5 checksum pkg_sanity: ghostscript9-9.06_1: /usr/local/man/man1/gsdj500.1.gz: File failed MD5 checksum pkg_sanity: ghostscript9-9.06_1: /usr/local/man/man1/gslj.1.gz: File failed MD5 checksum pkg_sanity: ghostscript9-9.06_1: /usr/local/man/man1/ps2pdf12.1.gz: File failed MD5 checksum pkg_sanity: ghostscript9-9.06_1: /usr/local/man/man1/ps2pdf13.1.gz: File failed MD5 checksum pkg_sanity: ghostscript9-9.06_1: /usr/local/man/man1/ps2pdf14.1.gz: File failed MD5 checksum pkg_sanity: ghostscript9-9.06_1: /usr/local/man/man1/eps2eps.1.gz: File failed MD5 checksum pkg_sanity: ghostscript9-9.06_1: /usr/local/bin/gs: File failed MD5 checksum pkg_sanity: ghostscript9-9.06_1: /usr/local/lib/libgs.so: File failed MD5 checksum pkg_sanity: ghostscript9-9.06_1: /usr/local/lib/libgs.so.9: File failed MD5 checksum pkg_sanity: ghostscript9-9.06_1: File is missing: /usr/local/share/ghostscript/9.06/Resource/CIDFont/fonts pkg_sanity: ghostscript9-9.06_1: /usr/local/share/ghostscript/9.06/Resource/CIDFont/fonts: File failed MD5 checksum pkg_sanity: giflib-4.2.1_1: /usr/local/lib/libgif.so: File failed MD5 checksum pkg_sanity: gimp-2.6.12,2: +CONTENTS file does not exist -- skipped pkg_sanity: gimp-app-2.6.12_1,1: +CONTENTS file does not exist -- skipped pkg_sanity: gimp-gutenprint-5.2.8: +CONTENTS file does not exist -- skipped pkg_sanity: glib-2.34.3: /usr/local/lib/libgio-2.0.so: File failed MD5 checksum pkg_sanity: glib-2.34.3: /usr/local/lib/libglib-2.0.so: File failed MD5 checksum pkg_sanity: glib-2.34.3: /usr/local/lib/libgmodule-2.0.so: File failed MD5 checksum pkg_sanity: glib-2.34.3: /usr/local/lib/libgobject-2.0.so: File failed MD5 checksum pkg_sanity: glib-2.34.3: /usr/local/lib/libgthread-2.0.so: File failed MD5 checksum pkg_sanity: gmime-24-2.4.33: /usr/local/lib/libgmime-2.4.so: File failed MD5 checksum pkg_sanity: gmp-5.1.1: /usr/local/lib/libgmp.so: File failed MD5 checksum pkg_sanity: gmp-5.1.1: /usr/local/lib/libgmpxx.so: File failed MD5 checksum pkg_sanity: gnome-desktop-2.32.1_2: +CONTENTS file does not exist -- skipped pkg_sanity: gnome-icon-theme-2.31.0_2: +CONTENTS file does not exist -- skipped pkg_sanity: gnome-mount-0.8_10: +CONTENTS file does not exist -- skipped pkg_sanity: gnutls-2.12.23_1: /usr/local/lib/libgnutls-extra.so: File failed MD5 checksum pkg_sanity: gnutls-2.12.23_1: /usr/local/lib/libgnutls-openssl.so: File failed MD5 checksum pkg_sanity: gnutls-2.12.23_1: /usr/local/lib/libgnutls.so: File failed MD5 checksum pkg_sanity: gobject-introspection-1.34.2: /usr/local/lib/libgirepository-1.0.so: File failed MD5 checksum pkg_sanity: goffice-0.8.17_3: +CONTENTS file does not exist -- skipped pkg_sanity: gpac-libgpac-0.4.5_6,1: /usr/local/lib/libgpac.so: File failed MD5 checksum pkg_sanity: graphviz-2.30.1: +CONTENTS file does not exist -- skipped pkg_sanity: gsfonts-8.11_5: File is missing: /usr/local/share/ghostscript/fonts/Ryumin-Light pkg_sanity: gsfonts-8.11_5: /usr/local/share/ghostscript/fonts/Ryumin-Light: File failed MD5 checksum pkg_sanity: gsfonts-8.11_5: File is missing: /usr/local/share/ghostscript/fonts/GothicBBB-Medium pkg_sanity: gsfonts-8.11_5: /usr/local/share/ghostscript/fonts/GothicBBB-Medium: File failed MD5 checksum pkg_sanity: gsfonts-8.11_5: File is missing: /usr/local/share/ghostscript/fonts/STHeiti-Regular pkg_sanity: gsfonts-8.11_5: /usr/local/share/ghostscript/fonts/STHeiti-Regular: File failed MD5 checksum pkg_sanity: gsfonts-8.11_5: File is missing: /usr/local/share/ghostscript/fonts/STSong-Light pkg_sanity: gsfonts-8.11_5: /usr/local/share/ghostscript/fonts/STSong-Light: File failed MD5 checksum pkg_sanity: gsfonts-8.11_5: File is missing: /usr/local/share/ghostscript/fonts/MSung-Light pkg_sanity: gsfonts-8.11_5: /usr/local/share/ghostscript/fonts/MSung-Light: File failed MD5 checksum pkg_sanity: gstreamer-0.10.36: /usr/local/lib/libgstbase-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-0.10.36: /usr/local/lib/libgstcontroller-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-0.10.36: /usr/local/lib/libgstdataprotocol-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-0.10.36: /usr/local/lib/libgstnet-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-0.10.36: /usr/local/lib/libgstreamer-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-plugins-0.10.36_3,3: /usr/local/lib/libgstapp-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-plugins-0.10.36_3,3: /usr/local/lib/libgstaudio-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-plugins-0.10.36_3,3: /usr/local/lib/libgstcdda-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-plugins-0.10.36_3,3: /usr/local/lib/libgstfft-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-plugins-0.10.36_3,3: /usr/local/lib/libgstinterfaces-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-plugins-0.10.36_3,3: /usr/local/lib/libgstnetbuffer-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-plugins-0.10.36_3,3: /usr/local/lib/libgstpbutils-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-plugins-0.10.36_3,3: /usr/local/lib/libgstriff-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-plugins-0.10.36_3,3: /usr/local/lib/libgstrtp-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-plugins-0.10.36_3,3: /usr/local/lib/libgstrtsp-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-plugins-0.10.36_3,3: /usr/local/lib/libgstsdp-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-plugins-0.10.36_3,3: /usr/local/lib/libgsttag-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-plugins-0.10.36_3,3: /usr/local/lib/libgstvideo-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-plugins-bad-0.10.23,3: /usr/local/lib/libgstbasecamerabinsrc-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-plugins-bad-0.10.23,3: /usr/local/lib/libgstbasevideo-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-plugins-bad-0.10.23,3: /usr/local/lib/libgstcodecparsers-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-plugins-bad-0.10.23,3: /usr/local/lib/libgstphotography-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-plugins-bad-0.10.23,3: /usr/local/lib/libgstsignalprocessor-0.10.so: File failed MD5 checksum pkg_sanity: gstreamer-plugins-core-0.10_13: +CONTENTS file does not exist -- skipped pkg_sanity: gstreamer-plugins-gconf-0.10.31,3: +CONTENTS file does not exist -- skipped pkg_sanity: gstreamer-plugins-pango-0.10.36_1,3: +CONTENTS file does not exist -- skipped pkg_sanity: gthumb-2.14.1_5: +CONTENTS file does not exist -- skipped pkg_sanity: gtk-2.24.17: +CONTENTS file does not exist -- skipped pkg_sanity: gtk-engines2-2.20.2_1: +CONTENTS file does not exist -- skipped pkg_sanity: gtk-update-icon-cache-2.24.17: +CONTENTS file does not exist -- skipped pkg_sanity: gutenprint-5.2.8: +CONTENTS file does not exist -- skipped pkg_sanity: gutenprint-base-5.2.8: +CONTENTS file does not exist -- skipped pkg_sanity: gutenprint-ijs-5.2.8: +CONTENTS file does not exist -- skipped pkg_sanity: gvfs-1.12.3: +CONTENTS file does not exist -- skipped pkg_sanity: hal-0.5.14_20: /usr/local/lib/libhal-storage.so: File failed MD5 checksum pkg_sanity: hal-0.5.14_20: /usr/local/lib/libhal.so: File failed MD5 checksum pkg_sanity: hunspell-1.3.2_1: /usr/local/lib/libhunspell-1.3.so: File failed MD5 checksum pkg_sanity: icu-50.1.2: /usr/local/lib/libicuuc.so.50: File failed MD5 checksum pkg_sanity: icu-50.1.2: /usr/local/lib/libicuuc.so: File failed MD5 checksum pkg_sanity: icu-50.1.2: /usr/local/lib/libicutu.so.50: File failed MD5 checksum pkg_sanity: icu-50.1.2: /usr/local/lib/libicutu.so: File failed MD5 checksum pkg_sanity: icu-50.1.2: /usr/local/lib/libicutest.so.50: File failed MD5 checksum pkg_sanity: icu-50.1.2: /usr/local/lib/libicutest.so: File failed MD5 checksum pkg_sanity: icu-50.1.2: /usr/local/lib/libiculx.so.50: File failed MD5 checksum pkg_sanity: icu-50.1.2: /usr/local/lib/libiculx.so: File failed MD5 checksum pkg_sanity: icu-50.1.2: /usr/local/lib/libicule.so.50: File failed MD5 checksum pkg_sanity: icu-50.1.2: /usr/local/lib/libicule.so: File failed MD5 checksum pkg_sanity: icu-50.1.2: /usr/local/lib/libicuio.so.50: File failed MD5 checksum pkg_sanity: icu-50.1.2: /usr/local/lib/libicuio.so: File failed MD5 checksum pkg_sanity: icu-50.1.2: /usr/local/lib/libicui18n.so.50: File failed MD5 checksum pkg_sanity: icu-50.1.2: /usr/local/lib/libicui18n.so: File failed MD5 checksum pkg_sanity: icu-50.1.2: /usr/local/lib/libicudata.so.50: File failed MD5 checksum pkg_sanity: icu-50.1.2: /usr/local/lib/libicudata.so: File failed MD5 checksum pkg_sanity: icu-50.1.2: /usr/local/lib/icu/pkgdata.inc: File failed MD5 checksum pkg_sanity: icu-50.1.2: Not a regular file: /usr/local/lib/icu/current pkg_sanity: icu-50.1.2: /usr/local/lib/icu/current: File failed MD5 checksum pkg_sanity: icu-50.1.2: /usr/local/lib/icu/Makefile.inc: File failed MD5 checksum pkg_sanity: ilmbase-1.0.3: /usr/local/lib/libHalf.so: File failed MD5 checksum pkg_sanity: ilmbase-1.0.3: /usr/local/lib/libIex.so: File failed MD5 checksum pkg_sanity: ilmbase-1.0.3: /usr/local/lib/libIexMath.so: File failed MD5 checksum pkg_sanity: ilmbase-1.0.3: /usr/local/lib/libIlmThread.so: File failed MD5 checksum pkg_sanity: ilmbase-1.0.3: /usr/local/lib/libImath.so: File failed MD5 checksum pkg_sanity: ispell-3.3.02_5: /usr/local/man/man1/buildhash.1.gz: File failed MD5 checksum pkg_sanity: ispell-3.3.02_5: /usr/local/man/man1/findaffix.1.gz: File failed MD5 checksum pkg_sanity: ispell-3.3.02_5: /usr/local/man/man1/munchlist.1.gz: File failed MD5 checksum pkg_sanity: ispell-3.3.02_5: /usr/local/man/man1/tryaffix.1.gz: File failed MD5 checksum pkg_sanity: ispell-3.3.02_5: /usr/local/man/man1/spell.1.gz: File failed MD5 checksum pkg_sanity: jackit-0.121.3_2: /usr/local/lib/libjack.so: File failed MD5 checksum pkg_sanity: jackit-0.121.3_2: /usr/local/lib/libjackserver.so: File failed MD5 checksum pkg_sanity: jade-1.2.1_9: /usr/local/lib/libgrove.so: File failed MD5 checksum pkg_sanity: jade-1.2.1_9: /usr/local/lib/libsp.so: File failed MD5 checksum pkg_sanity: jade-1.2.1_9: /usr/local/lib/libspgrove.so: File failed MD5 checksum pkg_sanity: jade-1.2.1_9: /usr/local/lib/libstyle.so: File failed MD5 checksum pkg_sanity: jasper-1.900.1_10: /usr/local/lib/libjasper.so: File failed MD5 checksum pkg_sanity: jbig2dec-0.11_1: /usr/local/lib/libjbig2dec.so: File failed MD5 checksum pkg_sanity: jbigkit-1.6: /usr/local/lib/libjbig.so: File failed MD5 checksum pkg_sanity: jpeg-8_4: /usr/local/lib/libjpeg.so: File failed MD5 checksum pkg_sanity: json-glib-0.14.2: /usr/local/lib/libjson-glib-1.0.so: File failed MD5 checksum pkg_sanity: k9copy-1.2.4_1: +CONTENTS file does not exist -- skipped pkg_sanity: kdelibs-3.5.10_13: +CONTENTS file does not exist -- skipped pkg_sanity: lame-3.99.5_1: /usr/local/lib/libmp3lame.so: File failed MD5 checksum pkg_sanity: lcms-1.19_1,1: /usr/local/lib/liblcms.so: File failed MD5 checksum pkg_sanity: lcms2-2.4: /usr/local/lib/liblcms2.so: File failed MD5 checksum pkg_sanity: lcms2-2.4: /usr/local/share/doc/lcms2/LittleCMS2.4 API.pdf: File failed MD5 checksum pkg_sanity: lcms2-2.4: /usr/local/share/doc/lcms2/LittleCMS2.4 Plugin API.pdf: File failed MD5 checksum pkg_sanity: lcms2-2.4: /usr/local/share/doc/lcms2/LittleCMS2.4 tutorial.pdf: File failed MD5 checksum pkg_sanity: libFS-1.0.3: /usr/local/lib/libFS.so: File failed MD5 checksum pkg_sanity: libGL-7.6.1_3: /usr/local/lib/.libGL/libGL.so: File failed MD5 checksum pkg_sanity: libGLU-7.6.1_2: /usr/local/lib/libGLU.so: File failed MD5 checksum pkg_sanity: libICE-1.0.7,1: /usr/local/lib/libICE.so: File failed MD5 checksum pkg_sanity: libIDL-0.8.14_1: /usr/local/lib/libIDL-2.so: File failed MD5 checksum pkg_sanity: libSM-1.2.0,1: /usr/local/lib/libSM.so: File failed MD5 checksum pkg_sanity: libX11-1.4.4,1: /usr/local/lib/libX11-xcb.so: File failed MD5 checksum pkg_sanity: libX11-1.4.4,1: /usr/local/lib/libX11.so: File failed MD5 checksum pkg_sanity: libXScrnSaver-1.2.1: /usr/local/lib/libXss.so: File failed MD5 checksum pkg_sanity: libXTrap-1.0.0: /usr/local/lib/libXTrap.so: File failed MD5 checksum pkg_sanity: libXau-1.0.6: /usr/local/lib/libXau.so: File failed MD5 checksum pkg_sanity: libXau-1.0.6: /usr/local/lib/libXau.so.0: File failed MD5 checksum pkg_sanity: libXaw-1.0.9,2: /usr/local/lib/libXaw.so: File failed MD5 checksum pkg_sanity: libXaw-1.0.9,2: /usr/local/lib/libXaw.so.6: File failed MD5 checksum pkg_sanity: libXaw-1.0.9,2: /usr/local/lib/libXaw.so.7: File failed MD5 checksum pkg_sanity: libXaw-1.0.9,2: /usr/local/lib/libXaw6.so: File failed MD5 checksum pkg_sanity: libXaw-1.0.9,2: /usr/local/lib/libXaw7.so: File failed MD5 checksum pkg_sanity: libXcomposite-0.4.3,1: /usr/local/lib/libXcomposite.so: File failed MD5 checksum pkg_sanity: libXcursor-1.1.12: /usr/local/lib/libXcursor.so: File failed MD5 checksum pkg_sanity: libXdamage-1.1.3: /usr/local/lib/libXdamage.so: File failed MD5 checksum pkg_sanity: libXdmcp-1.1.0: /usr/local/lib/libXdmcp.so: File failed MD5 checksum pkg_sanity: libXevie-1.0.3: /usr/local/lib/libXevie.so: File failed MD5 checksum pkg_sanity: libXext-1.3.0_1,1: /usr/local/lib/libXext.so: File failed MD5 checksum pkg_sanity: libXfixes-5.0: /usr/local/lib/libXfixes.so: File failed MD5 checksum pkg_sanity: libXfont-1.4.4_1,1: /usr/local/lib/libXfont.so: File failed MD5 checksum pkg_sanity: libXfontcache-1.0.5: /usr/local/lib/libXfontcache.so: File failed MD5 checksum pkg_sanity: libXi-1.4.5,1: /usr/local/lib/libXi.so: File failed MD5 checksum pkg_sanity: libXinerama-1.1.1,1: /usr/local/lib/libXinerama.so: File failed MD5 checksum pkg_sanity: libXmu-1.1.0,1: /usr/local/lib/libXmu.so: File failed MD5 checksum pkg_sanity: libXmu-1.1.0,1: /usr/local/lib/libXmuu.so: File failed MD5 checksum pkg_sanity: libXp-1.0.1,1: /usr/local/lib/libXp.so: File failed MD5 checksum pkg_sanity: libXpm-3.5.9: /usr/local/lib/libXpm.so: File failed MD5 checksum pkg_sanity: libXrandr-1.3.2: /usr/local/lib/libXrandr.so: File failed MD5 checksum pkg_sanity: libXrender-0.9.6: /usr/local/lib/libXrender.so: File failed MD5 checksum pkg_sanity: libXres-1.0.5: /usr/local/lib/libXRes.so: File failed MD5 checksum pkg_sanity: libXt-1.1.1,1: /usr/local/lib/libXt.so: File failed MD5 checksum pkg_sanity: libXtst-1.2.0: /usr/local/lib/libXtst.so: File failed MD5 checksum pkg_sanity: libXv-1.0.6,1: /usr/local/lib/libXv.so: File failed MD5 checksum pkg_sanity: libXvMC-1.0.6: /usr/local/lib/libXvMC.so: File failed MD5 checksum pkg_sanity: libXvMC-1.0.6: /usr/local/lib/libXvMCW.so: File failed MD5 checksum pkg_sanity: libXxf86dga-1.1.2: /usr/local/lib/libXxf86dga.so: File failed MD5 checksum pkg_sanity: libXxf86misc-1.0.3: /usr/local/lib/libXxf86misc.so: File failed MD5 checksum pkg_sanity: libXxf86vm-1.1.1: /usr/local/lib/libXxf86vm.so: File failed MD5 checksum pkg_sanity: liba52-0.7.4_2: /usr/local/lib/liba52.so: File failed MD5 checksum pkg_sanity: libao-1.1.0_1: /usr/local/lib/libao.so: File failed MD5 checksum pkg_sanity: libart_lgpl-2.3.21,1: /usr/local/lib/libart_lgpl_2.so: File failed MD5 checksum pkg_sanity: libaudiofile-0.2.7: /usr/local/lib/libaudiofile.so: File failed MD5 checksum pkg_sanity: libcanberra-0.28_3: +CONTENTS file does not exist -- skipped pkg_sanity: libcddb-1.3.2_1: /usr/local/lib/libcddb.so: File failed MD5 checksum pkg_sanity: libcdio-0.83_1: /usr/local/lib/libcdio.so: File failed MD5 checksum pkg_sanity: libcdio-0.83_1: /usr/local/lib/libcdio++.so: File failed MD5 checksum pkg_sanity: libcdio-0.83_1: /usr/local/lib/libcdio_cdda.so: File failed MD5 checksum pkg_sanity: libcdio-0.83_1: /usr/local/lib/libcdio_paranoia.so: File failed MD5 checksum pkg_sanity: libcdio-0.83_1: /usr/local/lib/libiso9660.so: File failed MD5 checksum pkg_sanity: libcdio-0.83_1: /usr/local/lib/libiso9660++.so: File failed MD5 checksum pkg_sanity: libcdio-0.83_1: /usr/local/lib/libudf.so: File failed MD5 checksum pkg_sanity: libcheck-0.9.9: /usr/local/lib/libcheck.so: File failed MD5 checksum pkg_sanity: libcroco-0.6.8: /usr/local/lib/libcroco-0.6.so: File failed MD5 checksum pkg_sanity: libdaemon-0.14: /usr/local/lib/libdaemon.so: File failed MD5 checksum pkg_sanity: libdatrie-0.2.6: /usr/local/lib/libdatrie.so: File failed MD5 checksum pkg_sanity: libdca-0.0.5: /usr/local/man/man1/dtsdec.1.gz: File failed MD5 checksum pkg_sanity: libdca-0.0.5: /usr/local/man/man1/extract_dts.1.gz: File failed MD5 checksum pkg_sanity: libdca-0.0.5: /usr/local/lib/libdca.so: File failed MD5 checksum pkg_sanity: libdca-0.0.5: /usr/local/lib/libdts.a: File failed MD5 checksum pkg_sanity: libdmx-1.1.1: /usr/local/lib/libdmx.so: File failed MD5 checksum pkg_sanity: libdrm-2.4.17_1: /usr/local/lib/libdrm.so: File failed MD5 checksum pkg_sanity: libdrm-2.4.17_1: /usr/local/lib/libdrm_intel.so: File failed MD5 checksum pkg_sanity: libdrm-2.4.17_1: /usr/local/lib/libdrm_nouveau.so: File failed MD5 checksum pkg_sanity: libdvbpsi-0.2.2: /usr/local/lib/libdvbpsi.so: File failed MD5 checksum pkg_sanity: libdvdcss-1.2.12: /usr/local/lib/libdvdcss.so: File failed MD5 checksum pkg_sanity: libdvdnav-4.2.0_1: /usr/local/lib/libdvdnav.so: File failed MD5 checksum pkg_sanity: libdvdnav-4.2.0_1: /usr/local/lib/libdvdnav.so.4: File failed MD5 checksum pkg_sanity: libdvdnav-4.2.0_1: /usr/local/lib/libdvdnavmini.so: File failed MD5 checksum pkg_sanity: libdvdnav-4.2.0_1: /usr/local/lib/libdvdnavmini.so.4: File failed MD5 checksum pkg_sanity: libdvdread-4.2.0_2: /usr/local/lib/libdvdread.so: File failed MD5 checksum pkg_sanity: libdvdread-4.2.0_2: /usr/local/lib/libdvdread.so.4: File failed MD5 checksum pkg_sanity: libebml-1.2.2: /usr/local/lib/libebml.so: File failed MD5 checksum pkg_sanity: libevent2-2.0.21: /usr/local/lib/event2/libevent-2.0.so: File failed MD5 checksum pkg_sanity: libevent2-2.0.21: /usr/local/lib/event2/libevent_core-2.0.so: File failed MD5 checksum pkg_sanity: libevent2-2.0.21: /usr/local/lib/event2/libevent_core.so: File failed MD5 checksum pkg_sanity: libevent2-2.0.21: /usr/local/lib/event2/libevent_extra-2.0.so: File failed MD5 checksum pkg_sanity: libevent2-2.0.21: /usr/local/lib/event2/libevent_extra.so: File failed MD5 checksum pkg_sanity: libevent2-2.0.21: /usr/local/lib/event2/libevent_pthreads-2.0.so: File failed MD5 checksum pkg_sanity: libevent2-2.0.21: /usr/local/lib/event2/libevent_pthreads.so: File failed MD5 checksum pkg_sanity: libevent2-2.0.21: /usr/local/lib/event2/libevent_openssl-2.0.so: File failed MD5 checksum pkg_sanity: libevent2-2.0.21: /usr/local/lib/event2/libevent_openssl.so: File failed MD5 checksum pkg_sanity: libevent2-2.0.21: /usr/local/lib/event2/libevent.so: File failed MD5 checksum pkg_sanity: libexecinfo-1.1_3: /usr/local/lib/libexecinfo.so: File failed MD5 checksum pkg_sanity: libexif-0.6.20: /usr/local/lib/libexif.so: File failed MD5 checksum pkg_sanity: libffi-3.0.12: /usr/local/include/ffi.h: File failed MD5 checksum pkg_sanity: libffi-3.0.12: /usr/local/include/ffitarget.h: File failed MD5 checksum pkg_sanity: libffi-3.0.12: /usr/local/lib/libffi.so: File failed MD5 checksum pkg_sanity: libfontenc-1.1.0: /usr/local/lib/libfontenc.so: File failed MD5 checksum pkg_sanity: libfpx-1.3.1.1: /usr/local/lib/libfpx.so: File failed MD5 checksum pkg_sanity: libgcrypt-1.5.0_1: /usr/local/lib/libgcrypt.so: File failed MD5 checksum pkg_sanity: libgee-0.8.5: /usr/local/lib/libgee-0.8.so: File failed MD5 checksum pkg_sanity: libglade2-2.6.4_5: +CONTENTS file does not exist -- skipped pkg_sanity: libgnome-keyring-2.32.0_3: +CONTENTS file does not exist -- skipped pkg_sanity: libgpg-error-1.11: /usr/local/lib/libgpg-error.so: File failed MD5 checksum pkg_sanity: libgphoto2-2.4.14: Not a regular file: /usr/local/include/gphoto2/gphoto2 pkg_sanity: libgphoto2-2.4.14: /usr/local/include/gphoto2/gphoto2: File failed MD5 checksum pkg_sanity: libgphoto2-2.4.14: /usr/local/lib/libgphoto2.so: File failed MD5 checksum pkg_sanity: libgphoto2-2.4.14: /usr/local/lib/libgphoto2_port.so: File failed MD5 checksum pkg_sanity: libgsf-1.14.21_1: +CONTENTS file does not exist -- skipped pkg_sanity: libiconv-1.14: /usr/local/lib/libcharset.so: File failed MD5 checksum pkg_sanity: libiconv-1.14: /usr/local/lib/libiconv.so: File failed MD5 checksum pkg_sanity: libid3tag-0.15.1b: /usr/local/lib/libid3tag.so: File failed MD5 checksum pkg_sanity: libidn-1.26: /usr/local/lib/libidn.so: File failed MD5 checksum pkg_sanity: libijs-0.35_1: /usr/local/lib/libijs.so: File failed MD5 checksum pkg_sanity: libkate-0.4.1_2: /usr/local/lib/libkate.so: File failed MD5 checksum pkg_sanity: libkate-0.4.1_2: /usr/local/lib/liboggkate.so: File failed MD5 checksum pkg_sanity: liblqr-1-0.4.1_4: /usr/local/lib/liblqr-1.so: File failed MD5 checksum pkg_sanity: libltdl-2.4.2: /usr/local/lib/libltdl.so: File failed MD5 checksum pkg_sanity: libmad-0.15.1b_2: /usr/local/lib/libmad.so: File failed MD5 checksum pkg_sanity: libmatroska-1.3.0: /usr/local/lib/libmatroska.so: File failed MD5 checksum pkg_sanity: libmng-1.0.10_2: /usr/local/lib/libmng.so: File failed MD5 checksum pkg_sanity: libmpeg2-0.5.1_1: /usr/local/lib/libmpeg2.so: File failed MD5 checksum pkg_sanity: libmpeg2-0.5.1_1: /usr/local/lib/libmpeg2convert.so: File failed MD5 checksum pkg_sanity: libnotify-0.7.3_2: +CONTENTS file does not exist -- skipped pkg_sanity: libogg-1.3.0,4: /usr/local/lib/libogg.so: File failed MD5 checksum pkg_sanity: liboldX-1.0.1: /usr/local/lib/liboldX.so: File failed MD5 checksum pkg_sanity: libopenraw-0.0.8_5: +CONTENTS file does not exist -- skipped pkg_sanity: libpaper-1.1.24_1: /usr/local/lib/libpaper.so: File failed MD5 checksum pkg_sanity: libpciaccess-0.12.1: /usr/local/lib/libpciaccess.so: File failed MD5 checksum pkg_sanity: libproxy-0.4.6: /usr/local/lib/libmodman.so: File failed MD5 checksum pkg_sanity: libproxy-0.4.6: /usr/local/lib/libproxy.so: File failed MD5 checksum pkg_sanity: libpthread-stubs-0.3_3: /usr/local/lib/libpthread-stubs.so: File failed MD5 checksum pkg_sanity: librsvg2-2.36.4: +CONTENTS file does not exist -- skipped pkg_sanity: libsamplerate-0.1.8_3: /usr/local/lib/libsamplerate.so: File failed MD5 checksum pkg_sanity: libsigsegv-2.10: /usr/local/lib/libsigsegv.so: File failed MD5 checksum pkg_sanity: libsndfile-1.0.25_2: /usr/local/lib/libsndfile.so: File failed MD5 checksum pkg_sanity: libsoup-2.40.3: /usr/local/lib/libsoup-2.4.so: File failed MD5 checksum pkg_sanity: libsoup-gnome-2.40.3_2: +CONTENTS file does not exist -- skipped pkg_sanity: libspectre-0.2.6_1: /usr/local/lib/libspectre.so: File failed MD5 checksum pkg_sanity: libspiro-20071029: /usr/local/lib/libspiro.so: File failed MD5 checksum pkg_sanity: libsunacl-1.0: /usr/local/lib/libsunacl.so: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/tar_fdopen.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/tar_fd.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/tar_close.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/tar_append_eof.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/tar_append_regfile.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/tar_block_write.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/th_write.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/th_finish.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/th_set_device.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/th_set_group.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/th_set_link.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/th_set_mode.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/th_set_path.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/th_set_type.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/th_set_user.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/tar_extract_blockdev.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/tar_extract_chardev.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/tar_extract_dir.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/tar_extract_fifo.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/tar_extract_hardlink.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/tar_extract_regfile.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/tar_extract_symlink.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/tar_skip_regfile.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/tar_set_file_perms.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/TH_ISBLK.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/TH_ISCHR.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/TH_ISDIR.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/TH_ISFIFO.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/TH_ISLNK.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/TH_ISLONGLINK.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/TH_ISLONGNAME.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/TH_ISREG.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/TH_ISSYM.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/th_get_crc.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/th_get_devmajor.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/th_get_devminor.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/th_get_gid.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/th_get_linkname.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/th_get_mode.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/th_get_mtime.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/th_get_size.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/th_get_uid.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/th_print.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/tar_extract_glob.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/tar_append_tree.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/libtar_hash_free.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/libtar_hash_next.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/libtar_hash_prev.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/libtar_hash_search.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/libtar_hash_add.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/libtar_hash_getkey.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/libtar_hash_del.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/libtar_list_free.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/libtar_list_next.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/libtar_list_prev.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/libtar_list_search.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/libtar_list_add.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/libtar_list_add_str.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/libtar_list_del.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/libtar_list_dup.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/man/man3/libtar_list_merge.3.gz: File failed MD5 checksum pkg_sanity: libtar-1.2.11_2: /usr/local/lib/libtar.so: File failed MD5 checksum pkg_sanity: libtasn1-2.14: /usr/local/lib/libtasn1.so: File failed MD5 checksum pkg_sanity: libthai-0.1.19: /usr/local/lib/libthai.so: File failed MD5 checksum pkg_sanity: libtheora-1.1.1_3: /usr/local/lib/libtheora.so: File failed MD5 checksum pkg_sanity: libtheora-1.1.1_3: /usr/local/lib/libtheoraenc.so: File failed MD5 checksum pkg_sanity: libtheora-1.1.1_3: /usr/local/lib/libtheoradec.so: File failed MD5 checksum pkg_sanity: libublio-20070103: /usr/local/lib/libublio.so: File failed MD5 checksum pkg_sanity: libv4l-0.8.8_1: /usr/local/lib/libv4l1.so: File failed MD5 checksum pkg_sanity: libv4l-0.8.8_1: /usr/local/lib/libv4l2.so: File failed MD5 checksum pkg_sanity: libv4l-0.8.8_1: /usr/local/lib/libv4lconvert.so: File failed MD5 checksum pkg_sanity: libvolume_id-0.81.1: /usr/local/lib/libvolume_id.so: File failed MD5 checksum pkg_sanity: libvorbis-1.3.3_1,3: /usr/local/lib/libvorbis.so: File failed MD5 checksum pkg_sanity: libvorbis-1.3.3_1,3: /usr/local/lib/libvorbisenc.so: File failed MD5 checksum pkg_sanity: libvorbis-1.3.3_1,3: /usr/local/lib/libvorbisfile.so: File failed MD5 checksum pkg_sanity: libvpx-1.1.0: /usr/local/lib/libvpx.so: File failed MD5 checksum pkg_sanity: libvpx-1.1.0: /usr/local/lib/libvpx.so.1: File failed MD5 checksum pkg_sanity: libvpx-1.1.0: /usr/local/lib/libvpx.so.1.1: File failed MD5 checksum pkg_sanity: libwmf-0.2.8.4_7: /usr/local/lib/libwmf.so: File failed MD5 checksum pkg_sanity: libwmf-0.2.8.4_7: /usr/local/lib/libwmflite.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-composite.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-damage.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-dpms.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-dri2.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-glx.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-randr.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-record.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-render.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-res.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-screensaver.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-shape.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-shm.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-sync.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-xevie.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-xf86dri.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-xfixes.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-xinerama.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-xinput.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-xprint.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-xtest.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-xv.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb-xvmc.so: File failed MD5 checksum pkg_sanity: libxcb-1.7: /usr/local/lib/libxcb.so: File failed MD5 checksum pkg_sanity: libxkbfile-1.0.7: /usr/local/lib/libxkbfile.so: File failed MD5 checksum pkg_sanity: libxkbui-1.0.2_1: /usr/local/lib/libxkbui.so: File failed MD5 checksum pkg_sanity: libxml2-2.7.8_5: /usr/local/lib/libxml2.so: File failed MD5 checksum pkg_sanity: libxslt-1.1.28: /usr/local/lib/libexslt.so: File failed MD5 checksum pkg_sanity: libxslt-1.1.28: /usr/local/lib/libxslt.so: File failed MD5 checksum pkg_sanity: linux-f10-atk-1.24.0: /compat/linux/usr/lib/libatk-1.0.so.0: File failed MD5 checksum pkg_sanity: linux-f10-cairo-1.8.0_2: /compat/linux/usr/lib/libcairo.so.2: File failed MD5 checksum pkg_sanity: linux-f10-curl-7.19.6_1: /compat/linux/usr/lib/libcurl.so.4: File failed MD5 checksum pkg_sanity: linux-f10-cyrus-sasl2-2.1.22_1: /compat/linux/usr/lib/libsasl2.so.2: File failed MD5 checksum pkg_sanity: linux-f10-cyrus-sasl2-2.1.22_1: /compat/linux/usr/lib/sasl2/libanonymous.so: File failed MD5 checksum pkg_sanity: linux-f10-cyrus-sasl2-2.1.22_1: /compat/linux/usr/lib/sasl2/libanonymous.so.2: File failed MD5 checksum pkg_sanity: linux-f10-cyrus-sasl2-2.1.22_1: /compat/linux/usr/lib/sasl2/libsasldb.so: File failed MD5 checksum pkg_sanity: linux-f10-cyrus-sasl2-2.1.22_1: /compat/linux/usr/lib/sasl2/libsasldb.so.2: File failed MD5 checksum pkg_sanity: linux-f10-expat-2.0.1: /compat/linux/lib/libexpat.so.1: File failed MD5 checksum pkg_sanity: linux-f10-fontconfig-2.6.0: Not a regular file: /compat/linux/etc/fonts pkg_sanity: linux-f10-fontconfig-2.6.0: /compat/linux/etc/fonts: File failed MD5 checksum pkg_sanity: linux-f10-fontconfig-2.6.0: /compat/linux/usr/lib/libfontconfig.so.1: File failed MD5 checksum pkg_sanity: linux-f10-gtk2-2.14.7_4: /compat/linux/usr/lib/libgailutil.so.18: File failed MD5 checksum pkg_sanity: linux-f10-gtk2-2.14.7_4: /compat/linux/usr/lib/libgdk-x11-2.0.so.0: File failed MD5 checksum pkg_sanity: linux-f10-gtk2-2.14.7_4: /compat/linux/usr/lib/libgdk_pixbuf-2.0.so.0: File failed MD5 checksum pkg_sanity: linux-f10-gtk2-2.14.7_4: /compat/linux/usr/lib/libgdk_pixbuf_xlib-2.0.so.0: File failed MD5 checksum pkg_sanity: linux-f10-gtk2-2.14.7_4: /compat/linux/usr/lib/libgtk-x11-2.0.so.0: File failed MD5 checksum pkg_sanity: linux-f10-gtk2-2.14.7_4: /compat/linux/usr/lib/libjasper.so.1: File failed MD5 checksum pkg_sanity: linux-f10-gtk2-2.14.7_4: /compat/linux/usr/lib/libpixman-1.so.0: File failed MD5 checksum pkg_sanity: linux-f10-jpeg-6b: /compat/linux/usr/lib/libjpeg.so.62: File failed MD5 checksum pkg_sanity: linux-f10-libssh2-0.18: /compat/linux/usr/lib/libssh2.so.1: File failed MD5 checksum pkg_sanity: linux-f10-openldap-2.4.12_1: /compat/linux/usr/lib/liblber-2.4.so.2: File failed MD5 checksum pkg_sanity: linux-f10-openldap-2.4.12_1: /compat/linux/usr/lib/libldap-2.4.so.2: File failed MD5 checksum pkg_sanity: linux-f10-openldap-2.4.12_1: /compat/linux/usr/lib/libldap_r-2.4.so.2: File failed MD5 checksum pkg_sanity: linux-f10-openldap-2.4.12_1: Not a regular file: /compat/linux/etc/openldap pkg_sanity: linux-f10-openldap-2.4.12_1: /compat/linux/etc/openldap: File failed MD5 checksum pkg_sanity: linux-f10-openssl-0.9.8g: /compat/linux/lib/libcrypto.so.7: File failed MD5 checksum pkg_sanity: linux-f10-openssl-0.9.8g: /compat/linux/lib/libssl.so.7: File failed MD5 checksum pkg_sanity: linux-f10-openssl-0.9.8g: /compat/linux/usr/share/man/man1/md2.1ssl.gz: File failed MD5 checksum pkg_sanity: linux-f10-openssl-0.9.8g: /compat/linux/usr/share/man/man1/md4.1ssl.gz: File failed MD5 checksum pkg_sanity: linux-f10-openssl-0.9.8g: /compat/linux/usr/share/man/man1/md5.1ssl.gz: File failed MD5 checksum pkg_sanity: linux-f10-openssl-0.9.8g: /compat/linux/usr/share/man/man1/mdc2.1ssl.gz: File failed MD5 checksum pkg_sanity: linux-f10-openssl-0.9.8g: /compat/linux/usr/share/man/man1/ripemd160.1ssl.gz: File failed MD5 checksum pkg_sanity: linux-f10-openssl-0.9.8g: /compat/linux/usr/share/man/man1/sha.1ssl.gz: File failed MD5 checksum pkg_sanity: linux-f10-openssl-0.9.8g: /compat/linux/usr/share/man/man1/sha1.1ssl.gz: File failed MD5 checksum pkg_sanity: linux-f10-pango-1.28.3: /compat/linux/usr/lib/libpango-1.0.so.0: File failed MD5 checksum pkg_sanity: linux-f10-pango-1.28.3: /compat/linux/usr/lib/libpangocairo-1.0.so.0: File failed MD5 checksum pkg_sanity: linux-f10-pango-1.28.3: /compat/linux/usr/lib/libpangoft2-1.0.so.0: File failed MD5 checksum pkg_sanity: linux-f10-pango-1.28.3: /compat/linux/usr/lib/libpangox-1.0.so.0: File failed MD5 checksum pkg_sanity: linux-f10-pango-1.28.3: /compat/linux/usr/lib/libpangoxft-1.0.so.0: File failed MD5 checksum pkg_sanity: linux-f10-png-1.2.37_2: /compat/linux/usr/lib/libpng.so.3: File failed MD5 checksum pkg_sanity: linux-f10-png-1.2.37_2: /compat/linux/usr/lib/libpng12.so.0: File failed MD5 checksum pkg_sanity: linux-f10-sqlite3-3.5.9_1: /compat/linux/usr/lib/libsqlite3.so.0: File failed MD5 checksum pkg_sanity: linux-f10-tiff-3.8.2: /compat/linux/usr/lib/libtiff.so.3: File failed MD5 checksum pkg_sanity: linux-f10-tiff-3.8.2: /compat/linux/usr/lib/libtiffxx.so.3: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libFS.so.6: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libGLw.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libICE.so.6: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libSM.so.6: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libX11-xcb.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libX11.so.6: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXRes.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXTrap.so.6: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXau.so.6: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXaw.so.7: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXaw7.so.7: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXcomposite.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXcursor.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXdamage.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXdmcp.so.6: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXevie.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXext.so.6: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXfixes.so.3: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXfont.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXft.so.2: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXi.so.6: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXinerama.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXmu.so.6: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXmuu.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXp.so.6: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXpm.so.4: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXrandr.so.2: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXrender.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXss.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXt.so.6: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXtst.so.6: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXv.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXvMC.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXvMCW.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXxf86dga.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXxf86misc.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libXxf86vm.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libfontenc.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-composite.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-damage.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-dpms.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-glx.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-randr.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-record.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-render.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-res.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-screensaver.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-shape.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-shm.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-sync.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-xevie.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-xf86dri.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-xfixes.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-xinerama.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-xlib.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-xprint.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-xtest.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-xv.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb-xvmc.so.0: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxcb.so.1: File failed MD5 checksum pkg_sanity: linux-f10-xorg-libs-7.4_1: /compat/linux/usr/lib/libxkbfile.so.1: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/bin/egrep: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/bin/fgrep: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/bin/sh: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/etc/ld.so.cache: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-i386: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-ppc: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-ppc64: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-i386: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-ppc: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-ppc64: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-x86_64: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-x86_64: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/etc/redhat-release: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: File is not readable: /compat/linux/etc/securetty pkg_sanity: linux_base-f10-10_5: /compat/linux/etc/securetty: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/etc/system-release: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/ld-linux.so.2: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libBrokenLocale.so.1: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libacl.so.1: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libanl.so.1: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libattr.so.1: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libblkid.so.1: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libbz2.so.1: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libc.so.6: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libcap.so.2: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libcidn.so.1: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libcom_err.so.2: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libcrypt.so.1: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libdl.so.2: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libe2p.so.2: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libext2fs.so.2: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libgcc_s.so.1: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libgio-2.0.so.0: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libglib-2.0.so.0: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libgmodule-2.0.so.0: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libgobject-2.0.so.0: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libgthread-2.0.so.0: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libidn.so.11: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libkeyutils.so.1: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libm.so.6: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libncurses.so.5: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libncursesw.so.5: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libnsl.so.1: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libnss_compat.so.2: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libnss_dns.so.2: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libnss_files.so.2: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libnss_hesiod.so.2: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libnss_nis.so.2: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libnss_nisplus.so.2: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libpcre.so.0: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libpopt.so.0: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libpthread.so.0: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libreadline.so.5: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libresolv.so.2: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/librt.so.1: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libss.so.2: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libthread_db.so.1: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libtinfo.so.5: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libutil.so.1: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libuuid.so.1: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/libz.so.1: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/lib/rtkaio/librt.so.1: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/bin/bunzip2: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/bin/bzcat: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/bin/bzcmp: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/bin/bzless: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/bin/captoinfo: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/bin/cut: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/bin/env: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/bin/infotocap: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/bin/reset: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libdb-4.7.so: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libdes425.so.3: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libfam.so.0: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libform.so.5: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libformw.so.5: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libfreetype.so.6: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libgamin-1.so.0: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libgdbm.so.2: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libglib-1.2.so.0: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libgmodule-1.2.so.0: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libgssapi_krb5.so.2: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libgssrpc.so.4: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libgthread-1.2.so.0: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libhistory.so.5: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libk5crypto.so.3: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libkadm5clnt.so.5: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libkadm5srv.so.5: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libkdb5.so.4: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libkrb4.so.2: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libkrb5.so.3: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libkrb5support.so.0: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libmenu.so.5: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libmenuw.so.5: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libpanel.so.5: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libpanelw.so.5: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libpcrecpp.so.0: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libpcreposix.so.0: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libslang.so.2: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libstdc++-libc6.2-2.so.3: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libstdc++.so.5: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libstdc++.so.6: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/lib/libtic.so.5: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: File is not readable: /compat/linux/usr/libexec/pt_chown pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/libexec/pt_chown: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: File is not readable: /compat/linux/usr/sbin/build-locale-archive pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/sbin/build-locale-archive: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: File is not readable: /compat/linux/usr/sbin/glibc_post_upgrade.i386 pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/sbin/glibc_post_upgrade.i386: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: File is not readable: /compat/linux/usr/sbin/tzdata-update pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/sbin/tzdata-update: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/share/man/man1/bunzip2.1.gz: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/share/man/man1/bzcat.1.gz: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/share/man/man1/bzcmp.1.gz: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/share/man/man1/bzip2recover.1.gz: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/share/man/man1/bzless.1.gz: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/share/man/man1/reset.1.gz: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/share/man/man1/sh.1.gz: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: Not a regular file: /compat/linux/usr/tmp pkg_sanity: linux_base-f10-10_5: /compat/linux/usr/tmp: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: Not a regular file: /compat/linux/var/mail pkg_sanity: linux_base-f10-10_5: /compat/linux/var/mail: File failed MD5 checksum pkg_sanity: linux_base-f10-10_5: File is not readable: /compat/linux/var/cache/ldconfig/aux-cache pkg_sanity: linux_base-f10-10_5: /compat/linux/var/cache/ldconfig/aux-cache: File failed MD5 checksum pkg_sanity: lprps-letter-2.5: /usr/local/libexec/psif-text: File failed MD5 checksum pkg_sanity: lprps-letter-2.5: /usr/local/libexec/psif-ps: File failed MD5 checksum pkg_sanity: lua-5.1.5_5: /usr/local/bin/lua-5.1: File failed MD5 checksum pkg_sanity: lua-5.1.5_5: /usr/local/bin/luac-5.1: File failed MD5 checksum pkg_sanity: lua-5.1.5_5: /usr/local/lib/liblua-5.1.so: File failed MD5 checksum pkg_sanity: lua-5.1.5_5: /usr/local/lib/liblua-5.1.so.1: File failed MD5 checksum pkg_sanity: lua-5.1.5_5: /usr/local/lib/lua51/liblua.so: File failed MD5 checksum pkg_sanity: lynx-2.8.7.2,1: /usr/local/share/lynx_help/COPYHEADER: File failed MD5 checksum pkg_sanity: lynx-2.8.7.2,1: /usr/local/share/lynx_help/COPYING: File failed MD5 checksum pkg_sanity: mDNSResponder-333.10: /usr/local/lib/libdns_sd.so: File failed MD5 checksum pkg_sanity: mpfr-3.1.2: /usr/local/lib/libmpfr.so: File failed MD5 checksum pkg_sanity: mplayer-1.1.r20120721_2: +CONTENTS file does not exist -- skipped pkg_sanity: mplayer-skins-1.1.3_1: Not a regular file: /usr/local/share/mplayer/skins/default pkg_sanity: mplayer-skins-1.1.3_1: /usr/local/share/mplayer/skins/default: File failed MD5 checksum pkg_sanity: nas-1.9.3: /usr/local/lib/libaudio.so: File failed MD5 checksum pkg_sanity: nautilus-2.32.2.1_2: +CONTENTS file does not exist -- skipped pkg_sanity: nettle-2.6: /usr/local/lib/libhogweed.so: File failed MD5 checksum pkg_sanity: nettle-2.6: /usr/local/lib/libhogweed.so.2: File failed MD5 checksum pkg_sanity: nettle-2.6: /usr/local/lib/libnettle.so: File failed MD5 checksum pkg_sanity: nettle-2.6: /usr/local/lib/libnettle.so.4: File failed MD5 checksum pkg_sanity: nmh-1.5: /usr/local/man/man5/mh_profile.5.gz: File failed MD5 checksum pkg_sanity: nspluginwrapper-1.4.4: +CONTENTS file does not exist -- skipped pkg_sanity: nspr-4.9.5: /usr/local/lib/libnspr4.so: File failed MD5 checksum pkg_sanity: nspr-4.9.5: /usr/local/lib/libplc4.so: File failed MD5 checksum pkg_sanity: nspr-4.9.5: /usr/local/lib/libplds4.so: File failed MD5 checksum pkg_sanity: nss-3.14.3: /usr/local/lib/nss/libfreebl3.so: File failed MD5 checksum pkg_sanity: nss-3.14.3: /usr/local/lib/nss/libnss3.so: File failed MD5 checksum pkg_sanity: nss-3.14.3: /usr/local/lib/nss/libnssckbi.so: File failed MD5 checksum pkg_sanity: nss-3.14.3: /usr/local/lib/nss/libnssdbm3.so: File failed MD5 checksum pkg_sanity: nss-3.14.3: /usr/local/lib/nss/libnssutil3.so: File failed MD5 checksum pkg_sanity: nss-3.14.3: /usr/local/lib/nss/libsmime3.so: File failed MD5 checksum pkg_sanity: nss-3.14.3: /usr/local/lib/nss/libsoftokn3.so: File failed MD5 checksum pkg_sanity: nss-3.14.3: /usr/local/lib/nss/libssl3.so: File failed MD5 checksum pkg_sanity: opencv-core-2.3.1_6: /usr/local/lib/libopencv_core.so: File failed MD5 checksum pkg_sanity: opencv-core-2.3.1_6: /usr/local/lib/libopencv_core.so.2: File failed MD5 checksum pkg_sanity: opencv-core-2.3.1_6: /usr/local/lib/libopencv_flann.so: File failed MD5 checksum pkg_sanity: opencv-core-2.3.1_6: /usr/local/lib/libopencv_flann.so.2: File failed MD5 checksum pkg_sanity: opencv-core-2.3.1_6: /usr/local/lib/libopencv_imgproc.so: File failed MD5 checksum pkg_sanity: opencv-core-2.3.1_6: /usr/local/lib/libopencv_imgproc.so.2: File failed MD5 checksum pkg_sanity: opencv-core-2.3.1_6: /usr/local/lib/libopencv_ml.so: File failed MD5 checksum pkg_sanity: opencv-core-2.3.1_6: /usr/local/lib/libopencv_ml.so.2: File failed MD5 checksum pkg_sanity: opencv-core-2.3.1_6: /usr/local/lib/libopencv_ts.so: File failed MD5 checksum pkg_sanity: opencv-core-2.3.1_6: /usr/local/lib/libopencv_ts.so.2: File failed MD5 checksum pkg_sanity: opencv-core-2.3.1_6: /usr/local/lib/libopencv_video.so: File failed MD5 checksum pkg_sanity: opencv-core-2.3.1_6: /usr/local/lib/libopencv_video.so.2: File failed MD5 checksum pkg_sanity: openjpeg-1.5.0_2: /usr/local/lib/libopenjpeg.so: File failed MD5 checksum pkg_sanity: openjpeg-1.5.0_2: /usr/local/lib/libopenjpeg.so.2: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man1/ldapadd.1.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_get_next.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_skip_tag.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_peek_tag.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_scanf.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_get_int.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_get_stringa.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_get_stringb.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_get_null.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_get_enum.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_get_boolean.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_get_bitstring.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_first_element.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_next_element.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_alloc_t.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_flush.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_printf.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_put_int.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_put_ostring.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_put_string.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_put_null.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_put_enum.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_start_set.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_put_seq.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_put_set.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_bvarray_add.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_bvarray_free.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_bvdup.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_bvecadd.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_bvecfree.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_bvfree.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_bvstr.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_bvstrdup.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_dupbv.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_free.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ber_str2bv.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_abandon_ext.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_add_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_add_ext.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_add_ext_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_bind_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_simple_bind.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_simple_bind_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_sasl_bind.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_sasl_bind_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_unbind.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_unbind_ext.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_unbind_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_unbind_ext_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_set_rebind_proc.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_compare_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_compare_ext.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_compare_ext_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_control_create.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_control_find.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_control_dup.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_controls_dup.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_control_free.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_controls_free.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_delete_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_delete_ext.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_delete_ext_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_destroy.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_perror.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ld_errno.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_result2error.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_errlist.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_err2string.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_extended_operation_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_next_attribute.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_next_entry.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_count_entries.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_next_message.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_count_messages.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_next_reference.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_count_references.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_explode_dn.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_explode_rdn.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_dn2ufn.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_str2dn.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_dn2str.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_dn2dcedn.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_dcedn2dn.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_dn2ad_canonical.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_dnfree.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_set_option.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_get_values_len.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_value_free.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_value_free_len.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_count_values.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_count_values_len.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_memfree.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_memvfree.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_memalloc.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_memcalloc.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_memrealloc.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_strdup.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_modify_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_modify_ext.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_modify_ext_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_mods_free.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_modrdn_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_modrdn2.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_modrdn2_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_init.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_initialize.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_init_fd.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_set_urllist_proc.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_parse_sasl_bind_result.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_parse_extended_result.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_rename_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_msgfree.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_msgtype.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_msgid.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_str2syntax.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_syntax2str.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_syntax2name.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_syntax_free.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_str2matchingrule.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_matchingrule2str.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_matchingrule2name.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_matchingrule_free.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_str2attributetype.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_attributetype2str.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_attributetype2name.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_attributetype_free.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_str2objectclass.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_objectclass2str.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_objectclass2name.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_objectclass_free.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_scherr2str.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_search_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_search_st.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_search_ext.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_search_ext_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_sort_entries.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_sort_values.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_sort_strcasecmp.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_start_tls.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_start_tls_s.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_tls_inplace.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_install_tls.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_is_ldap_url.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_url_parse.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/man/man3/ldap_free_urldesc.3.gz: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/bin/ldapadd: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/lib/liblber-2.4.so: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/lib/liblber.so: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/lib/libldap-2.4.so: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/lib/libldap.so: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/lib/libldap_r-2.4.so: File failed MD5 checksum pkg_sanity: openldap-client-2.4.34_1: /usr/local/lib/libldap_r.so: File failed MD5 checksum pkg_sanity: opera-12.14: +CONTENTS file does not exist -- skipped pkg_sanity: opus-1.0.2_2: /usr/local/lib/libopus.so: File failed MD5 checksum pkg_sanity: orc-0.4.16_1: /usr/local/lib/liborc-0.4.so: File failed MD5 checksum pkg_sanity: orc-0.4.16_1: /usr/local/lib/liborc-test-0.4.so: File failed MD5 checksum pkg_sanity: p11-kit-0.16.3: /usr/local/lib/libp11-kit.so: File failed MD5 checksum pkg_sanity: p11-kit-0.16.3: /usr/local/lib/p11-kit-proxy.so: File failed MD5 checksum pkg_sanity: p5-XML-SAX-0.99: /usr/local/lib/perl5/site_perl/5.14.2/XML/SAX/ParserDetails.ini: File failed MD5 checksum pkg_sanity: pango-1.30.1: +CONTENTS file does not exist -- skipped pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_assign_jit_stack.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_assign_jit_stack.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_compile.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_compile.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_compile2.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_compile2.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_config.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_config.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_copy_named_substring.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_copy_named_substring.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_copy_substring.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_copy_substring.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_dfa_exec.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_dfa_exec.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_exec.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_exec.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_free_study.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_free_study.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_free_substring.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_free_substring.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_free_substring_list.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_free_substring_list.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_fullinfo.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_fullinfo.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_get_named_substring.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_get_named_substring.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_get_stringnumber.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_get_stringnumber.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_get_stringtable_entries.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_get_stringtable_entries.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_get_substring.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_get_substring.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_get_substring_list.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_get_substring_list.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_jit_exec.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_jit_exec.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_jit_stack_alloc.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_jit_stack_alloc.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_jit_stack_free.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_jit_stack_free.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_maketables.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_maketables.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_pattern_to_host_byte_order.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_pattern_to_host_byte_order.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_refcount.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_refcount.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_study.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_study.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_utf16_to_host_byte_order.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_utf16_to_host_byte_order.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_utf32_to_host_byte_order.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre16_version.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/man/man3/pcre32_version.3.gz: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/lib/libpcre.so: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/lib/libpcre16.so: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/lib/libpcre32.so: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/lib/libpcrecpp.so: File failed MD5 checksum pkg_sanity: pcre-8.32: /usr/local/lib/libpcreposix.so: File failed MD5 checksum pkg_sanity: pixman-0.24.2: /usr/local/lib/libpixman-1.so: File failed MD5 checksum pkg_sanity: pkgconf-0.9.1_2: /usr/local/bin/pkg-config: File failed MD5 checksum pkg_sanity: pkgdb.db: +CONTENTS file does not exist -- skipped pkg_sanity: png-1.5.14: /usr/local/bin/libpng-config: File failed MD5 checksum pkg_sanity: png-1.5.14: /usr/local/lib/libpng.a: File failed MD5 checksum pkg_sanity: png-1.5.14: /usr/local/lib/libpng.so: File failed MD5 checksum pkg_sanity: png-1.5.14: /usr/local/libdata/pkgconfig/libpng.pc: File failed MD5 checksum pkg_sanity: png-1.5.14: /usr/local/lib/libpng15.so: File failed MD5 checksum pkg_sanity: policykit-0.9_6: /usr/local/lib/libpolkit-dbus.so: File failed MD5 checksum pkg_sanity: policykit-0.9_6: /usr/local/lib/libpolkit-grant.so: File failed MD5 checksum pkg_sanity: policykit-0.9_6: /usr/local/lib/libpolkit.so: File failed MD5 checksum pkg_sanity: policykit-gnome-0.9.2_6: +CONTENTS file does not exist -- skipped pkg_sanity: polkit-0.105_1: File is missing: /usr/local/etc/polkit-1/localauthority.conf.d/50-localauthority.conf pkg_sanity: polkit-0.105_1: /usr/local/etc/polkit-1/localauthority.conf.d/50-localauthority.conf: File failed MD5 checksum pkg_sanity: polkit-0.105_1: File is missing: /usr/local/etc/polkit-1/nullbackend.conf.d/50-nullbackend.conf pkg_sanity: polkit-0.105_1: /usr/local/etc/polkit-1/nullbackend.conf.d/50-nullbackend.conf: File failed MD5 checksum pkg_sanity: polkit-0.105_1: /usr/local/lib/libpolkit-agent-1.so: File failed MD5 checksum pkg_sanity: polkit-0.105_1: /usr/local/lib/libpolkit-backend-1.so: File failed MD5 checksum pkg_sanity: polkit-0.105_1: /usr/local/lib/libpolkit-gobject-1.so: File failed MD5 checksum pkg_sanity: poppler-0.18.4_2: /usr/local/lib/libpoppler-cpp.so: File failed MD5 checksum pkg_sanity: poppler-0.18.4_2: /usr/local/lib/libpoppler.so: File failed MD5 checksum pkg_sanity: poppler-glib-0.18.4_2: /usr/local/lib/libpoppler-glib.so: File failed MD5 checksum pkg_sanity: popt-1.16: /usr/local/lib/libpopt.so: File failed MD5 checksum pkg_sanity: portaudio-18.1_3: /usr/local/lib/libportaudio.so: File failed MD5 checksum pkg_sanity: portaudio-18.1_3: /usr/local/lib/libportaudio.so.0: File failed MD5 checksum pkg_sanity: portupgrade-2.4.10.5_1,2: /usr/local/man/man1/pkg_which.1.gz: File failed MD5 checksum pkg_sanity: portupgrade-2.4.10.5_1,2: /usr/local/man/man1/portinstall.1.gz: File failed MD5 checksum pkg_sanity: portupgrade-2.4.10.5_1,2: /usr/local/man/man1/ports_glob.1.gz: File failed MD5 checksum pkg_sanity: postfix-2.9.5,1: /usr/local/man/man1/mailq.1.gz: File failed MD5 checksum pkg_sanity: postfix-2.9.5,1: /usr/local/man/man1/newaliases.1.gz: File failed MD5 checksum pkg_sanity: postfix-2.9.5,1: /usr/local/man/man5/body_checks.5.gz: File failed MD5 checksum pkg_sanity: postfix-2.9.5,1: /usr/local/man/man8/defer.8.gz: File failed MD5 checksum pkg_sanity: postfix-2.9.5,1: /usr/local/man/man8/trace.8.gz: File failed MD5 checksum pkg_sanity: postfix-2.9.5,1: /usr/local/man/man8/lmtp.8.gz: File failed MD5 checksum pkg_sanity: postfix-2.9.5,1: /usr/local/bin/mailq: File failed MD5 checksum pkg_sanity: postfix-2.9.5,1: /usr/local/bin/newaliases: File failed MD5 checksum pkg_sanity: psiconv-0.9.8_1: /usr/local/lib/libpsiconv.so: File failed MD5 checksum pkg_sanity: py27-gobject-2.28.6_3: /usr/local/lib/libpyglib-2.0-python2.7.so: File failed MD5 checksum pkg_sanity: py27-gtk-2.24.0_1: +CONTENTS file does not exist -- skipped pkg_sanity: python27-2.7.3_6: /usr/local/man/man1/python.1.gz: File failed MD5 checksum pkg_sanity: python27-2.7.3_6: /usr/local/bin/2to3: File failed MD5 checksum pkg_sanity: python27-2.7.3_6: /usr/local/bin/2to3-2: File failed MD5 checksum pkg_sanity: python27-2.7.3_6: /usr/local/bin/idle: File failed MD5 checksum pkg_sanity: python27-2.7.3_6: /usr/local/bin/idle2: File failed MD5 checksum pkg_sanity: python27-2.7.3_6: /usr/local/bin/pydoc: File failed MD5 checksum pkg_sanity: python27-2.7.3_6: /usr/local/bin/pydoc2: File failed MD5 checksum pkg_sanity: python27-2.7.3_6: /usr/local/bin/python: File failed MD5 checksum pkg_sanity: python27-2.7.3_6: /usr/local/bin/python2: File failed MD5 checksum pkg_sanity: python27-2.7.3_6: /usr/local/bin/python-config: File failed MD5 checksum pkg_sanity: python27-2.7.3_6: /usr/local/bin/python2-config: File failed MD5 checksum pkg_sanity: python27-2.7.3_6: /usr/local/bin/python-shared: File failed MD5 checksum pkg_sanity: python27-2.7.3_6: /usr/local/bin/python-shared2: File failed MD5 checksum pkg_sanity: python27-2.7.3_6: /usr/local/bin/python-shared-config: File failed MD5 checksum pkg_sanity: python27-2.7.3_6: /usr/local/bin/python-shared2-config: File failed MD5 checksum pkg_sanity: python27-2.7.3_6: /usr/local/bin/smtpd.py: File failed MD5 checksum pkg_sanity: python27-2.7.3_6: /usr/local/bin/smtpd2.py: File failed MD5 checksum pkg_sanity: python27-2.7.3_6: /usr/local/lib/libpython2.7.so: File failed MD5 checksum pkg_sanity: python27-2.7.3_6: /usr/local/lib/python2.7/config/libpython2.7.so: File failed MD5 checksum pkg_sanity: qt-3.3.8_14: +CONTENTS file does not exist -- skipped pkg_sanity: qt4-corelib-4.8.4_1: /usr/local/lib/qt4/libQtCore.so: File failed MD5 checksum pkg_sanity: qt4-corelib-4.8.4_1: /usr/local/lib/qt4/libQtCore.so.4: File failed MD5 checksum pkg_sanity: qt4-corelib-4.8.4_1: /usr/local/lib/qt4/libQtCore.so.4.8: File failed MD5 checksum pkg_sanity: qt4-gui-4.8.4: /usr/local/lib/qt4/libQtGui.so: File failed MD5 checksum pkg_sanity: qt4-gui-4.8.4: /usr/local/lib/qt4/libQtGui.so.4: File failed MD5 checksum pkg_sanity: qt4-gui-4.8.4: /usr/local/lib/qt4/libQtGui.so.4.8: File failed MD5 checksum pkg_sanity: qt4-qmake-4.8.4: Not a regular file: /usr/local/share/qt4/mkspecs/default pkg_sanity: qt4-qmake-4.8.4: /usr/local/share/qt4/mkspecs/default: File failed MD5 checksum pkg_sanity: rarian-0.8.1: /usr/local/bin/scrollkeeper-config: File failed MD5 checksum pkg_sanity: rarian-0.8.1: /usr/local/bin/scrollkeeper-extract: File failed MD5 checksum pkg_sanity: rarian-0.8.1: /usr/local/bin/scrollkeeper-gen-seriesid: File failed MD5 checksum pkg_sanity: rarian-0.8.1: /usr/local/bin/scrollkeeper-get-cl: File failed MD5 checksum pkg_sanity: rarian-0.8.1: /usr/local/bin/scrollkeeper-get-content-list: File failed MD5 checksum pkg_sanity: rarian-0.8.1: /usr/local/bin/scrollkeeper-get-extended-content-list: File failed MD5 checksum pkg_sanity: rarian-0.8.1: /usr/local/bin/scrollkeeper-get-index-from-docpath: File failed MD5 checksum pkg_sanity: rarian-0.8.1: /usr/local/bin/scrollkeeper-get-toc-from-docpath: File failed MD5 checksum pkg_sanity: rarian-0.8.1: /usr/local/bin/scrollkeeper-get-toc-from-id: File failed MD5 checksum pkg_sanity: rarian-0.8.1: /usr/local/bin/scrollkeeper-install: File failed MD5 checksum pkg_sanity: rarian-0.8.1: /usr/local/bin/scrollkeeper-preinstall: File failed MD5 checksum pkg_sanity: rarian-0.8.1: /usr/local/bin/scrollkeeper-rebuilddb: File failed MD5 checksum pkg_sanity: rarian-0.8.1: /usr/local/bin/scrollkeeper-uninstall: File failed MD5 checksum pkg_sanity: rarian-0.8.1: /usr/local/bin/scrollkeeper-update: File failed MD5 checksum pkg_sanity: rarian-0.8.1: /usr/local/lib/librarian.so: File failed MD5 checksum pkg_sanity: rpm-3.0.6_15: /usr/local/lib/librpm.so: File failed MD5 checksum pkg_sanity: rpm-3.0.6_15: /usr/local/lib/librpmbuild.so: File failed MD5 checksum pkg_sanity: rpm-3.0.6_15: /usr/local/lib/rpmpopt: File failed MD5 checksum pkg_sanity: rpm-3.0.6_15: /usr/local/lib/rpmrc: File failed MD5 checksum pkg_sanity: ruby-1.8.7.371,1: /usr/local/man/man1/ruby.1.gz: File failed MD5 checksum pkg_sanity: ruby-1.8.7.371,1: /usr/local/lib/libruby18.so: File failed MD5 checksum pkg_sanity: samba36-3.6.12: /usr/local/lib/libwbclient.so: File failed MD5 checksum pkg_sanity: samba36-libsmbclient-3.6.12: /usr/local/lib/libsmbclient.so: File failed MD5 checksum pkg_sanity: schroedinger-1.0.11_1: /usr/local/lib/libschroedinger-1.0.so: File failed MD5 checksum pkg_sanity: sdl-1.2.15_2,2: /usr/local/lib/libSDL.so: File failed MD5 checksum pkg_sanity: sdl-1.2.15_2,2: /usr/local/lib/libSDL-1.2.so: File failed MD5 checksum pkg_sanity: sdl_image-1.2.12_1: /usr/local/lib/libSDL_image-1.2.so: File failed MD5 checksum pkg_sanity: sdl_image-1.2.12_1: /usr/local/lib/libSDL_image.so: File failed MD5 checksum pkg_sanity: speex-1.2.r1_4,1: /usr/local/lib/libspeex.so: File failed MD5 checksum pkg_sanity: speex-1.2.r1_4,1: /usr/local/lib/libspeexdsp.so: File failed MD5 checksum pkg_sanity: sqlite3-3.7.14.1: /usr/local/lib/libsqlite3.so: File failed MD5 checksum pkg_sanity: startup-notification-0.12_1: /usr/local/lib/libstartup-notification-1.so: File failed MD5 checksum pkg_sanity: svgalib-1.4.3_6: /usr/local/lib/libvga.so: File failed MD5 checksum pkg_sanity: svgalib-1.4.3_6: /usr/local/lib/libvgagl.so: File failed MD5 checksum pkg_sanity: taglib-1.8: /usr/local/lib/libtag.so: File failed MD5 checksum pkg_sanity: taglib-1.8: /usr/local/lib/libtag.so.1: File failed MD5 checksum pkg_sanity: taglib-1.8: /usr/local/lib/libtag_c.so: File failed MD5 checksum pkg_sanity: taglib-1.8: /usr/local/lib/libtag_c.so.0: File failed MD5 checksum pkg_sanity: talloc-2.0.8: /usr/local/lib/libtalloc.so: File failed MD5 checksum pkg_sanity: talloc-2.0.8: /usr/local/lib/libpytalloc-util.so: File failed MD5 checksum pkg_sanity: tcl-8.4.19_3,1: /usr/local/include/tcl8.4/tcl.h: File failed MD5 checksum pkg_sanity: tcl-8.4.19_3,1: /usr/local/include/tcl8.4/tclDecls.h: File failed MD5 checksum pkg_sanity: tcl-8.4.19_3,1: /usr/local/include/tcl8.4/tclPlatDecls.h: File failed MD5 checksum pkg_sanity: tcl-8.4.19_3,1: /usr/local/lib/libtcl84.so: File failed MD5 checksum pkg_sanity: tdb-1.2.11,1: /usr/local/lib/libtdb.so: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFSetErrorHandler.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFFlushData.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFGetFieldDefaulted.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFVGetField.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFVGetFieldDefaulted.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFFdOpen.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFClientOpen.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFRGBAImageOK.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFRGBAImageBegin.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFRGBAImageGet.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFRGBAImageEnd.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFReadRGBAImageOriented.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFSetSubDirectory.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFVSetField.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFSetWarningHandler.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFRewriteDirectory.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFReadBufferSetup.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFWriteBufferSetup.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFFindCODEC.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFRegisterCODEC.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFUnRegisterCODEC.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFfree.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFmalloc.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFmemcmp.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFmemcpy.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFmemset.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFrealloc.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFCurrentDirectory.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFCurrentRow.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFCurrentStrip.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFCurrentTile.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFFileName.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFFileno.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFGetMode.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFIsTiled.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFIsByteSwapped.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFIsUpSampled.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFIsMSB2LSB.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFLastDirectory.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFScanlineSize.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFComputeStrip.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFDefaultStripSize.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFNumberOfStrips.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFStripSize.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFVStripSize.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFReverseBits.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFSwabArrayOfLong.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFSwabArrayOfShort.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFSwabLong.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFSwabShort.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFCheckTile.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFComputeTile.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFDefaultTileSize.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFNumberOfTiles.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFTileSize.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFTileRowSize.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/man/man3/TIFFVTileSize.3tiff.gz: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/lib/libtiff.so: File failed MD5 checksum pkg_sanity: tiff-4.0.3: /usr/local/lib/libtiffxx.so: File failed MD5 checksum pkg_sanity: tk-8.4.19_2,2: /usr/local/include/tk8.4/tk.h: File failed MD5 checksum pkg_sanity: tk-8.4.19_2,2: /usr/local/include/tk8.4/tkDecls.h: File failed MD5 checksum pkg_sanity: tk-8.4.19_2,2: /usr/local/include/tk8.4/tkInt.h: File failed MD5 checksum pkg_sanity: tk-8.4.19_2,2: /usr/local/include/tk8.4/tkIntXlibDecls.h: File failed MD5 checksum pkg_sanity: tk-8.4.19_2,2: /usr/local/lib/libtk84.so: File failed MD5 checksum pkg_sanity: totem-pl-parser-2.32.3_1: +CONTENTS file does not exist -- skipped pkg_sanity: twolame-0.3.13: /usr/local/lib/libtwolame.so: File failed MD5 checksum pkg_sanity: unique-1.1.6_3: +CONTENTS file does not exist -- skipped pkg_sanity: unzip-6.0_1: /usr/local/bin/zipinfo: File failed MD5 checksum pkg_sanity: vala-0.18.1: /usr/local/bin/vala: File failed MD5 checksum pkg_sanity: vala-0.18.1: /usr/local/bin/vala-0.18: File failed MD5 checksum pkg_sanity: vala-0.18.1: /usr/local/bin/valac: File failed MD5 checksum pkg_sanity: vala-0.18.1: /usr/local/lib/libvala-0.18.so: File failed MD5 checksum pkg_sanity: vala-0.18.1: /usr/local/libdata/pkgconfig/vala-1.0.pc: File failed MD5 checksum pkg_sanity: webkit-gtk2-1.8.3: +CONTENTS file does not exist -- skipped pkg_sanity: webp-0.1.3_1: /usr/local/lib/libwebp.so: File failed MD5 checksum pkg_sanity: wv-1.2.9_1: +CONTENTS file does not exist -- skipped pkg_sanity: x11perf-1.5.4: +CONTENTS file does not exist -- skipped pkg_sanity: x264-0.125.2201: /usr/local/lib/libx264.so: File failed MD5 checksum pkg_sanity: xcb-util-0.3.9_1,1: /usr/local/lib/libxcb-util.so: File failed MD5 checksum pkg_sanity: xcb-util-keysyms-0.3.9: /usr/local/lib/libxcb-keysyms.so: File failed MD5 checksum pkg_sanity: xcb-util-renderutil-0.3.8: /usr/local/lib/libxcb-render-util.so: File failed MD5 checksum pkg_sanity: xclock-1.0.6: +CONTENTS file does not exist -- skipped pkg_sanity: xf86-video-intel-2.7.1_4: /usr/local/lib/libI810XvMC.so: File failed MD5 checksum pkg_sanity: xf86-video-intel-2.7.1_4: /usr/local/lib/libIntelXvMC.so: File failed MD5 checksum pkg_sanity: xf86-video-openchrome-0.2.904_3: /usr/local/lib/libchromeXvMC.so: File failed MD5 checksum pkg_sanity: xf86-video-openchrome-0.2.904_3: /usr/local/lib/libchromeXvMCPro.so: File failed MD5 checksum pkg_sanity: xkeyboard-config-2.5.1: Not a regular file: /usr/local/share/X11/xkb/compiled pkg_sanity: xkeyboard-config-2.5.1: /usr/local/share/X11/xkb/compiled: File failed MD5 checksum pkg_sanity: xkeyboard-config-2.5.1: /usr/local/share/X11/xkb/rules/xorg: File failed MD5 checksum pkg_sanity: xkeyboard-config-2.5.1: /usr/local/share/X11/xkb/rules/xorg.lst: File failed MD5 checksum pkg_sanity: xkeyboard-config-2.5.1: /usr/local/share/X11/xkb/rules/xorg.xml: File failed MD5 checksum pkg_sanity: xorg-7.5.2: +CONTENTS file does not exist -- skipped pkg_sanity: xorg-apps-7.5.2_1: +CONTENTS file does not exist -- skipped pkg_sanity: xorg-libraries-7.5.1: +CONTENTS file does not exist -- skipped pkg_sanity: xorg-server-1.7.7_6,1: /usr/local/bin/X: File failed MD5 checksum pkg_sanity: xterm-291: +CONTENTS file does not exist -- skipped pkg_sanity: xvid-1.3.2,1: /usr/local/lib/libxvidcore.so: File failed MD5 checksum pkg_sanity: yelp-2.30.2_6: +CONTENTS file does not exist -- skipped From owner-freebsd-questions@FreeBSD.ORG Fri May 10 20:16:48 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 B4C11B02 for ; Fri, 10 May 2013 20:16:48 +0000 (UTC) (envelope-from web@umich.edu) Received: from mail-ie0-x22e.google.com (mail-ie0-x22e.google.com [IPv6:2607:f8b0:4001:c03::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 8B4B56A6 for ; Fri, 10 May 2013 20:16:48 +0000 (UTC) Received: by mail-ie0-f174.google.com with SMTP id 10so8886376ied.33 for ; Fri, 10 May 2013 13:16:48 -0700 (PDT) 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:mime-version :content-type:content-disposition:user-agent:x-gm-message-state; bh=sB8GxG4dtC4izhOCurPlxoRIf3dN2VbVD/1Xw7wkgtY=; b=FsgG4us1qCQQjnqFEip0o6sFOm1QC+ka0cyMg8NBFt0M0zdNM15iNYcBAJAg95/l9L 90a6B47yEQZ+WV4SxmukMlDnWLMXZ2Bb31vdsfBPmzcsVhAxcVXK2vfGyoYZmdHgWjjI rKJzTKR+OviSUG5u4578ZlGOHAqQusggypSTy2In4IX/vyXrz3JU3F4XMbAcqisfCTmh IGwjUaixaNuq00qvpJrgch053Lpopk5x5LIjM6gP5obHI7XcCaGDqQufOIUBcLC4mya4 CZLingK1b3QfOPq9NArdpt+DMUi3XXRGHXpo3u6O3C4Nh1tA7Yl/913+W9g/VhHxOHxS UETw== X-Received: by 10.50.97.69 with SMTP id dy5mr2677036igb.3.1368217008189; Fri, 10 May 2013 13:16:48 -0700 (PDT) Received: from localhost (itcom245.staff.itd.umich.edu. [141.213.135.249]) by mx.google.com with ESMTPSA id d4sm111898igc.3.2013.05.10.13.16.47 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 10 May 2013 13:16:47 -0700 (PDT) Date: Fri, 10 May 2013 16:16:46 -0400 From: William Bulley To: freebsd-questions@freebsd.org Subject: 9.1-STABLE with xterm-292 oddity Message-ID: <20130510201646.GP10737@itcom245.staff.itd.umich.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQl2ssm5gzmDH8qWFL2ucMuNH0L9jaO2jLLPPF0sppW8PZklstHX4031fdLWZrglQvvmeKmR 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, 10 May 2013 20:16:48 -0000 Recently (last week) I upgraded two systems to 9.1-STABLE. One system is i386 and the other is amd64. The upgrades were done about one day apart. While I have not checked every single commit, for the purposes of this problem, I am assuming these two systems have the same ports, src, and docs changes applied. This is how I began these upgrades: % cd /usr % rm -rf src ports doc % svn co svn://svn.freebsd.org/base/stable/9 src % svn co svn://svn.freebsd.org/doc/head doc % svn co svn://svn.freebsd.org/ports/head ports Note: these systems are desktop systems, not headless servers. The hardware of both systems is nearly identical, in particular, the graphics card (ATI) is identical on each system. After each upgrade, I wiped all my ports and rebuilt all the ports on the list of ports I use on these systems. While these two lists are slightly different, the "basics" are the same in both cases. I run Xorg on both systems along with open-motif and xterms: xorg-7.5.2 open-motif-2.3.4 xterm-292 The /var/db/ports/xterm/options files on both systems are identical. # This file is auto-generated by 'make config'. # Options for xterm-292 _OPTIONS_READ=xterm-292 _FILE_COMPLETE_OPTIONS_LIST=256COLOR DABBREV DECTERM GNOME LUIT PCRE WCHAR OPTIONS_FILE_UNSET+=256COLOR OPTIONS_FILE_UNSET+=DABBREV OPTIONS_FILE_UNSET+=DECTERM OPTIONS_FILE_UNSET+=GNOME OPTIONS_FILE_SET+=LUIT OPTIONS_FILE_UNSET+=PCRE OPTIONS_FILE_SET+=WCHAR Also the /usr/ports/x11/xterm/work/xterm-292/xtermcfg.h files are the same on both systems. The oddity is this: on one system, when I iconify/minimize/close an open xterm window, the resulting small icon window holds a pixmap (48x48) that is monochrome. It resembles an outline drawing of an old style dumb terminal. On the other system, when I perform the same operation (close/iconify an xterm window), the resulting small icon window contains a color pixmap (48x48) of our Beastie! While I have an .Xdefaults file in my home directory on both systems, and there are XTerm resources configured therein, I do not configure any resources that control xterm icons. In fact, those .Xdefaults files are identical in the XTerm resource lines. I have rebuilt the x11/xterm port on the system with the color Beastie pixmap for closed/iconic xterm windows using the following steps: # cd /usr/ports/x11/xterm # make deinstall # /bin/rm -rf work # make install The results are the same as before, unfortunately. Interesting enough, one can see the color Beastie pixmap _inside_ the unstripped xterm executable on each system using this command: % strings /usr/local/bin/xterm | less The Beastie embedded pixmap appears after scrolling to about the 83% point (and runs up to about the 93% point) of the strings output. I am at a loss as to how one system is displaying the unwanted color pixmap while the other is showing the desired monochrome pixmap. Any ideas, or suggested avenues for further detective work, on this issue would be greatly appreciated. Thanks in advance. Regards, web... -- William Bulley Email: web@umich.edu 72 characters width template ----------------------------------------->| From owner-freebsd-questions@FreeBSD.ORG Sat May 11 01:35: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 8C072FF1 for ; Sat, 11 May 2013 01:35:18 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from flat.berklix.org (flat.berklix.org [83.236.223.115]) by mx1.freebsd.org (Postfix) with ESMTP id 0AB931B1 for ; Sat, 11 May 2013 01:35:17 +0000 (UTC) Received: from mart.js.berklix.net (p5DCBE048.dip0.t-ipconnect.de [93.203.224.72]) (authenticated bits=128) by flat.berklix.org (8.14.5/8.14.5) with ESMTP id r4B1Z9tZ076866; Sat, 11 May 2013 03:35:10 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id r4B1Ywks000292; Sat, 11 May 2013 03:34:58 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.4/8.14.4) with ESMTP id r4B1Yl8q089784; Sat, 11 May 2013 03:34:53 +0200 (CEST) (envelope-from jhs@fire.js.berklix.net) Message-Id: <201305110134.r4B1Yl8q089784@fire.js.berklix.net> To: Erich Dollansky Subject: Re: List Spam Filtering From: "Julian H. Stacey" Organization: http://berklix.com BSD Unix Linux Consultancy, Munich Germany User-agent: EXMH on FreeBSD http://berklix.com/free/ X-URL: http://www.berklix.com In-reply-to: Your message "Thu, 09 May 2013 08:33:47 +0700." <20130509083347.15b8b731@X220.ovitrap.com> Date: Sat, 11 May 2013 03:34:47 +0200 Sender: jhs@berklix.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, 11 May 2013 01:35:18 -0000 Hi, > From: Erich Dollansky > Date: Thu, 9 May 2013 08:33:47 +0700 Erich Dollansky wrote: > Hi, > > On Thu, 09 May 2013 02:26:26 +0200 > "Julian H. Stacey" wrote: > > > > > If list write access was changed to Subscribers Only: > > some lists are like this anyway. Why are not all like this? Good question. I don't know why. I wish all were, it would keep spam out. To allow a free-er environment for us than that might first give: Taking the syntax of majordomo as an example to illustrate an idea in (I know Freebsd.org moved on to Mailman, but I'm assuming/ hoping Mailman is at least equally as flexible as Majordomo; & as I'm an administrator for Majordomo lists, & have tried the idea below & seen it work, I can quote syntax for it correctly) Given a list eg scsi@freebsd might exist that happended to go from open to restrict_post = scsi ie write only for subscribers, it could easily be made eg restrict_post = scsi questions hackers So others in eg questions who had occasional scsi specific questions could be referred to post there without person needing to subscribe to scsi@ as a regular (& agreed, just hope all respondents CC the OP, if OP is too lazy/ busy to subscribe eg scsi@). Most list config files could do that, so it would be equally possible for eg someone subscribed to hardware@ to answer a question posted to questions@, even if the answering hardware@ person was not personaly subscribed to & reading every post to questions@. questions@ could have a questions.config with something like: restrict_post = questions hackers current ports scsi etc.... Cheers, Julian -- Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich http://berklix.com Reply below not above, like a play script. Indent old text with "> ". Send plain text. No quoted-printable, HTML, base64, multipart/alternative. From owner-freebsd-questions@FreeBSD.ORG Sat May 11 06:58: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 DAD4ABD2 for ; Sat, 11 May 2013 06:58:05 +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 5CE18A74 for ; Sat, 11 May 2013 06:58:05 +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.7/8.14.7) with ESMTP id r4B6vuTv015799 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Sat, 11 May 2013 07:58:01 +0100 (BST) (envelope-from matthew@FreeBSD.org) DKIM-Filter: OpenDKIM Filter v2.8.2 smtp.infracaninophile.co.uk r4B6vuTv015799 Authentication-Results: smtp.infracaninophile.co.uk/r4B6vuTv015799; dkim=none reason="no signature"; dkim-adsp=none (unprotected policy) Message-ID: <518DEBE4.8010202@FreeBSD.org> Date: Sat, 11 May 2013 07:57:40 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: WANTED: Tool to verify installed package/port consistancy References: <86885.1368216242@server1.tristatelogic.com> In-Reply-To: <86885.1368216242@server1.tristatelogic.com> X-Enigmail-Version: 1.5.1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2AHBGSLEUGLTNXWALWCIU" X-Virus-Scanned: clamav-milter 0.97.8 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.6 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: Sat, 11 May 2013 06:58:05 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2AHBGSLEUGLTNXWALWCIU Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 10/05/2013 21:04, Ronald F. Guilmette wrote: > Anyway, at the moment, and for me at least, my results remain entirely > perplexing. I cannot imagine what might possibly be the explanation fo= r > the results attached below. If anyone can offer a theory, I'm all ears= =2E > Meanwhile, I'll be cleaning up my script a little bit and then, in shor= t > order I hope, posting it here so that others can perhaps give it a try = and > tell me if their results from it are at all similar to mine. I'd very much like to see results from a pkgng system with an equivalent number and types of packages and that has been maintained for a similar amount of time. But I think that's impossible: Ronald's machine almost certainly predates the availability of pkgng. Obviously the script would have to be modified, as you'll need to do a DB query to get all the checksums, rather than reading +CONTENTS files. Plus this shouldn't be a system that was converted to pkgng but that has used pkgng from the start. One of the big drivers for switching to using sqlite in pkgng rather than a collection of files is that it does give better protection against accidental corruption of package meta-data during normal package updates. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey ------enig2AHBGSLEUGLTNXWALWCIU 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/ iEYEARECAAYFAlGN6/QACgkQ8Mjk52CukIyEaACfZWGsbogPsyrpXDDUNGItBJlG 2uAAnjjBVZYcbk8YVWlg+4N2KRi9fbtG =IJCX -----END PGP SIGNATURE----- ------enig2AHBGSLEUGLTNXWALWCIU-- From owner-freebsd-questions@FreeBSD.ORG Sat May 11 09:15: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 9DB4DC30 for ; Sat, 11 May 2013 09:15:08 +0000 (UTC) (envelope-from comnetboy@gmail.com) Received: from mail-ob0-x242.google.com (mail-ob0-x242.google.com [IPv6:2607:f8b0:4003:c01::242]) by mx1.freebsd.org (Postfix) with ESMTP id 717F5F9B for ; Sat, 11 May 2013 09:15:05 +0000 (UTC) Received: by mail-ob0-f194.google.com with SMTP id wc20so826135obb.1 for ; Sat, 11 May 2013 02:15:05 -0700 (PDT) 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=NhEud+5WF+Q1ykr3pgjoRKU4Uo3BbizN7x4guZYfcfk=; b=krdrv8UmaYvS+KmbbnYG9al63CkyrE9JS2R4BwYSUPZln27K4Tc/DTI50aBI1nAM08 +uaLXcjEzm12MVz3d+sTt5N5C/D7ZXdzHSv2YhXEbTXvtE2SRRoFALgKZdDqo8lagCrt EwGglfin/dC4fJQh8vw1M+g03z0HbDpk5gYY91m9v4Rp2XdA4NS4MchPikOAiMH5iij1 kGltiKpBG/hWaIo5C7G0UI7c1Urol+UCBxmHj2F89oDA70VlCGD1YMcvidMJfSFRoRZN ezytCiRcIMGunZiWCxBErysMcHQ+7B0cqbZagi1fGlez8ogHbPthX3ZHrhNB6Vr3afOE D4Lg== MIME-Version: 1.0 X-Received: by 10.60.40.4 with SMTP id t4mr9031750oek.133.1368263705044; Sat, 11 May 2013 02:15:05 -0700 (PDT) Received: by 10.182.103.5 with HTTP; Sat, 11 May 2013 02:15:05 -0700 (PDT) Date: Sat, 11 May 2013 13:45:05 +0430 Message-ID: Subject: alq module kldload and unload and after that init 0 causes panic! From: Computer Network Man 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: Sat, 11 May 2013 09:15:08 -0000 Dear Guys; When we kldload alq module, after that kldunload alq and after that init 0, system crashes! we are using FreeBSD 9. Could anybody help in this regard? thanks in advance From owner-freebsd-questions@FreeBSD.ORG Sat May 11 12:59: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 10A1B916; Sat, 11 May 2013 12:59:21 +0000 (UTC) (envelope-from universite@ukr.net) Received: from ffe11.ukr.net (ffe11.ukr.net [195.214.192.31]) by mx1.freebsd.org (Postfix) with ESMTP id C099A7AD; Sat, 11 May 2013 12:59:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=ffe; h=Date:Message-Id:From:To:Subject:Cc:Content-Type:Content-Transfer-Encoding:MIME-Version; bh=LqIt7Bnu7jQQJ+95i90nyRevO2EWFqOmEpyBIjA/aHs=; b=TxrBPSEkcapC34gUQpk9zVxPh5Bs59Mic/o8nrojpyGdAz/dUQnlkDOChh3SUPWgTZyeWdaRoV52Ml1agqBJvQHhf12OqTOVh/JohIpc4+ry95RxnbP/UJ1FPyeF7ilznkjNEj6OQTKufb6W0oB3e4ukvkCQxcJyoNRi6tYlPQU=; Received: from mail by ffe11.ukr.net with local ID 1Ub9OK-000BsS-Uk ; Sat, 11 May 2013 15:59:12 +0300 MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain; charset="utf-8" Subject: Tell me how to increase the virtual disk with ZFS? To: freebsd-fs@freebsd.org From: "Vladislav Prodan" X-Mailer: freemail.ukr.net 4.0 Message-Id: <43529.1368277152.10278121996412321792@ffe11.ukr.net> Date: Sat, 11 May 2013 15:59:12 +0300 Cc: freebsd-current@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: Sat, 11 May 2013 12:59:21 -0000 I have a Debian server virtual ok with Proxmox. In one of the virtual machines is FreeBSD 9.1 ZFS with one disk to 100G. Free space is not enough, how to extend the virtual disk without losing data? Add another virtual disk and do a RAID0 - not an option. It is not clear how to distribute the data from the old virtual disk to the new virtual disk. The manual of the Proxmox http://pve.proxmox.com/wiki/Resizing_disks FreeBSD is not mentioned :( You may have to do a Native ZFS for Linux on Proxmox and it will be easier to resize the virtual disk for the virtual machines? -- Vladislav V. Prodan System & Network Administrator http://support.od.ua +380 67 4584408, +380 99 4060508 VVP88-RIPE From owner-freebsd-questions@FreeBSD.ORG Sat May 11 13:23: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 0102F101 for ; Sat, 11 May 2013 13:23:12 +0000 (UTC) (envelope-from paul@kraus-haus.org) Received: from mail-vc0-f169.google.com (mail-vc0-f169.google.com [209.85.220.169]) by mx1.freebsd.org (Postfix) with ESMTP id B7392856 for ; Sat, 11 May 2013 13:23:12 +0000 (UTC) Received: by mail-vc0-f169.google.com with SMTP id kw10so744077vcb.0 for ; Sat, 11 May 2013 06:23:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:subject:mime-version:content-type:from:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=i9ouDoo6+89kKzCGOLN68qAWiedLLI5PI4sC/0gtPmA=; b=VHvQiMU4LCU0pDTIztYow36Blj03mx2De30xflZbtODYgwWEvX1F65WdYQrlL8TaxE p4nFSdHIsu1mcUEjQM9IUFRSkfEJ/4Y7EMc7u6T+iKEoWB41U/OV9uXxpOd9N9lVAXgy fRwg85yvlf8S/gDGNwIkFckyH9T8LpAU0x5t76NQ51ektCs/lSApH5+K3OtYmUnd3nIA 36sFIz1LiJXH0sYHUZgs6huD6CkAU1hAdwYO+5o+Rh3eaTJGYXbSioZCsOTgclmossNl CNpYBIq7hxStT9fmzWN7nDu1Qw1gDcnduV7aav7YOkilskN7E6mHaz6I9VA+joi0RMB3 vSBA== X-Received: by 10.52.88.239 with SMTP id bj15mr11867276vdb.68.1368278586247; Sat, 11 May 2013 06:23:06 -0700 (PDT) Received: from [192.168.2.99] ([96.236.21.119]) by mx.google.com with ESMTPSA id y20sm5870496vds.7.2013.05.11.06.23.04 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 11 May 2013 06:23:05 -0700 (PDT) Subject: Re: Tell me how to increase the virtual disk with ZFS? Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii From: Paul Kraus In-Reply-To: <43529.1368277152.10278121996412321792@ffe11.ukr.net> Date: Sat, 11 May 2013 09:23:04 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <5C2B4C2B-BAF2-49C1-8554-319EB5FE6C3B@kraus-haus.org> References: <43529.1368277152.10278121996412321792@ffe11.ukr.net> To: "Vladislav Prodan" X-Mailer: Apple Mail (2.1503) X-Gm-Message-State: ALoCoQnSUmCkZWfoUJD2GMI0PmuLoKbF2MlQDj3nLCEHbrdFs/4cPpdkXjq5m2z3DvCeUYAxWbX0 Cc: freebsd-fs@freebsd.org, freebsd-current@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: Sat, 11 May 2013 13:23:13 -0000 On May 11, 2013, at 8:59 AM, "Vladislav Prodan" = wrote: > Add another virtual disk and do a RAID0 - not an option. It is not = clear how to distribute the data from the old virtual disk to the new = virtual disk. When you add an additional "disk" to a zpool (to create a STRIPE), the = ZFS code automatically stripes new writes across all top level vdevs = (drinks in this case). You will see a performance penalty until the data = distribution evens out. One way to force that (if you do NOT have = snapshots) is to just copy everything. The new copy will be striped = across all top level vdevs. The other option would be to add an additional disk that is as large as = you want to the VM, attach it to the zpool as a mirror. The mirror vdev = will only be as large as the original device, but once the mirror = completes resilvering, you can remove the old device and grow the = remaining device to full size (it may do that anyway based on the = setting of the auto expand property of the zpool. The default under 9.1 = is NOT to autoexpand: root@FreeBSD2:/root # zpool get autoexpand rootpool NAME PROPERTY VALUE SOURCE rootpool autoexpand off default root@FreeBSD2:/root #=20 -- Paul Kraus Deputy Technical Director, LoneStarCon 3 Sound Coordinator, Schenectady Light Opera Company From owner-freebsd-questions@FreeBSD.ORG Sat May 11 14:03: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 77AEEE65; Sat, 11 May 2013 14:03:09 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-pb0-x232.google.com (mail-pb0-x232.google.com [IPv6:2607:f8b0:400e:c01::232]) by mx1.freebsd.org (Postfix) with ESMTP id 4AB209AC; Sat, 11 May 2013 14:03:09 +0000 (UTC) Received: by mail-pb0-f50.google.com with SMTP id um15so3361068pbc.23 for ; Sat, 11 May 2013 07:03:09 -0700 (PDT) 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=CzmMD0v77RgEWHVz4fPBdRd0hbgOydreIlC2UjTph8c=; b=a46u5q09wRIbx+lxAKlgj89/LVFltH/Szt4MUHgaMeZfcAwb4aTNOLIefHSX2lFguN vLaotxseFqMmeZMRo1GiL7ZeFLkmovfwc9kdTCHsjwnN1Zw0jWhFxG8IyftRKRXRr1Pr SIZNaJoMm5tmODelm++W7055zZK9JxiVYqnZht9qn6ACb+TgmjkkdaqIBYiywo+IwVfy Mem7QISck23Pe7krOKG3j3NsJ9M2tKf3ZzZovu7Ys5MNiIXfurRlMGFPYkUCFelym7Es 3Or9HzWiQqYjv5V2jqb5c3FZ/WmGnsnWFrAmmbbFgYp37SAXba30a55aSDciIFua4ttS 9KjA== MIME-Version: 1.0 X-Received: by 10.68.13.168 with SMTP id i8mr21786301pbc.86.1368280989050; Sat, 11 May 2013 07:03:09 -0700 (PDT) Received: by 10.68.93.130 with HTTP; Sat, 11 May 2013 07:03:08 -0700 (PDT) In-Reply-To: <43529.1368277152.10278121996412321792@ffe11.ukr.net> References: <43529.1368277152.10278121996412321792@ffe11.ukr.net> Date: Sat, 11 May 2013 17:03:08 +0300 Message-ID: Subject: Re: Tell me how to increase the virtual disk with ZFS? From: Alexander Yerenkow To: Vladislav Prodan Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-fs@freebsd.org, freebsd-current , 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, 11 May 2013 14:03:09 -0000 There's no mature (or flexible, or "can do what I want" ) way to increase/decrease disk sizes in FreeBSD for now {ZFS,UFS}. Best and quickest way - to have twice spare space, copy data, create new sufficient disk and copy back. 2013/5/11 Vladislav Prodan > > I have a Debian server virtual ok with Proxmox. > In one of the virtual machines is FreeBSD 9.1 ZFS with one disk to 100G. > Free space is not enough, how to extend the virtual disk without losing > data? > > Add another virtual disk and do a RAID0 - not an option. It is not clear > how to distribute the data from the old virtual disk to the new virtual > disk. > > The manual of the Proxmox http://pve.proxmox.com/wiki/Resizing_disksFreeBSD is not mentioned :( > > You may have to do a Native ZFS for Linux on Proxmox and it will be easier > to resize the virtual disk for the virtual machines? > > -- > Vladislav V. Prodan > System & Network Administrator > http://support.od.ua > +380 67 4584408, +380 99 4060508 > VVP88-RIPE > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > -- Regards, Alexander Yerenkow From owner-freebsd-questions@FreeBSD.ORG Sat May 11 14:07: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 5765422C for ; Sat, 11 May 2013 14:07:47 +0000 (UTC) (envelope-from paul@kraus-haus.org) Received: from mail-vc0-f175.google.com (mail-vc0-f175.google.com [209.85.220.175]) by mx1.freebsd.org (Postfix) with ESMTP id 183979FE for ; Sat, 11 May 2013 14:07:46 +0000 (UTC) Received: by mail-vc0-f175.google.com with SMTP id lf10so4350795vcb.6 for ; Sat, 11 May 2013 07:07:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:subject:mime-version:content-type:from:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=jWJoCfpjyy90DADB071iy6HQ1DHjt6xJOqLvmI1ScPo=; b=mEowOzRZPAlVCKxNYrfA6Bc1XO4DvAqpZVxmdYuRgZAMSrugR4mO+KjcNzANdCGiHP wy67fC4s/KmvfISHZV2kfwWoSfQ4TnGMMxP1OmPOt9FPE7osB1PLBD3q04BxOyh790y3 Pnbi8W8TrGsIVatauf7oErpxS3ejmtjUlWlTt+FhtI3IHdE57fDVB8Y9ffWWgLi9sbB4 52na+HKbTVKAWOf4t3xEO/IH2yiiD9mRIhLXAY33SINVKbUIGC/Z1BMDExvHIYcAtQOa mFOouYkBBYo2vQCNmbQZGKdcll0WYvt5w869F0Me6aPhIghMoqUABO+mg5KQ5+ayImOv 1lJA== X-Received: by 10.220.100.138 with SMTP id y10mr13926103vcn.51.1368281266414; Sat, 11 May 2013 07:07:46 -0700 (PDT) Received: from [192.168.2.99] ([96.236.21.119]) by mx.google.com with ESMTPSA id 6sm5952831vei.0.2013.05.11.07.07.44 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 11 May 2013 07:07:45 -0700 (PDT) Subject: Re: Tell me how to increase the virtual disk with ZFS? Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii From: Paul Kraus In-Reply-To: Date: Sat, 11 May 2013 10:07:44 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <43529.1368277152.10278121996412321792@ffe11.ukr.net> To: Alexander Yerenkow X-Mailer: Apple Mail (2.1503) X-Gm-Message-State: ALoCoQkHv9Ag32PsUYTlYvFvgy5mtITOjmdbIPx2g1nYzRuXewBSJbtzZ5XW4MuK3D9J2cvB2UDa Cc: freebsd-fs@freebsd.org, Vladislav Prodan , freebsd-questions@freebsd.org, freebsd-current 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, 11 May 2013 14:07:47 -0000 On May 11, 2013, at 10:03 AM, Alexander Yerenkow = wrote: > There's no mature (or flexible, or "can do what I want" ) way to > increase/decrease disk sizes in FreeBSD for now {ZFS,UFS}. > Best and quickest way - to have twice spare space, copy data, create = new > sufficient disk and copy back. Is this a statement or a question ? If a statement, then it is factually = FALSE. If it is supposed to be a question, it does not ask anything. -- Paul Kraus Deputy Technical Director, LoneStarCon 3 Sound Coordinator, Schenectady Light Opera Company From owner-freebsd-questions@FreeBSD.ORG Sat May 11 14:26:33 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 AB8D6627; Sat, 11 May 2013 14:26:33 +0000 (UTC) (envelope-from universite@ukr.net) Received: from ffe12.ukr.net (ffe12.ukr.net [195.214.192.40]) by mx1.freebsd.org (Postfix) with ESMTP id 2D387A7A; Sat, 11 May 2013 14:26:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=ffe; h=Date:Message-Id:From:To:References:In-Reply-To:Subject:Content-Type:Content-Transfer-Encoding:MIME-Version; bh=QKlP0WCPNjs9unF0crnSa5BZeMHyevktw3zsKY5IK2s=; b=bvKBpjDtaytur6ZZ0nsoATqwx9FMXvLKKNVkLTPCtz0JSDeYNP9hdqX8PFSMWuuF0u+yRLZdOx+fsYtV1zLclFgsAdjDI4hsztCMYD3dzWnZgH9GNiEjQh4c78ze5ncZ+bJ/S4M1ULvBCvMyI1odnGaRX/3DakynOy8tAyhfBMw=; Received: from mail by ffe12.ukr.net with local ID 1UbAUS-0009Ds-KP ; Sat, 11 May 2013 17:09:36 +0300 MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain; charset="utf-8" Subject: Re[2]: Tell me how to increase the virtual disk with ZFS? In-Reply-To: <5C2B4C2B-BAF2-49C1-8554-319EB5FE6C3B@kraus-haus.org> References: <43529.1368277152.10278121996412321792@ffe11.ukr.net> <5C2B4C2B-BAF2-49C1-8554-319EB5FE6C3B@kraus-haus.org> To: freebsd-fs@freebsd.org, freebsd-current@freebsd.org, freebsd-questions@freebsd.org From: "Vladislav Prodan" X-Mailer: freemail.ukr.net 4.0 Message-Id: <22011.1368281376.17500373698194767872@ffe12.ukr.net> Date: Sat, 11 May 2013 17:09:36 +0300 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, 11 May 2013 14:26:33 -0000 > On May 11, 2013, at 8:59 AM, "Vladislav Prodan" wrote: > > > Add another virtual disk and do a RAID0 - not an option. It is not clear how to distribute the data from the old virtual disk to the new virtual disk. > The other option would be to add an additional disk that is as large as you want to the VM, attach it to the zpool as a mirror. The mirror vdev will only be as large as the original device, but once the mirror completes resilvering, you can remove the old device and grow the remaining device to full size (it may do that anyway based on the setting of the auto expand property of the zpool. The default under 9.1 is NOT to autoexpand: > > root@FreeBSD2:/root # zpool get autoexpand rootpool > NAME PROPERTY VALUE SOURCE > rootpool autoexpand off default > root@FreeBSD2:/root # Thanks. I did not realize that there was such an interesting and useful option :) # zpool get autoexpand tank NAME PROPERTY VALUE SOURCE tank autoexpand off default -- Vladislav V. Prodan System & Network Administrator http://support.od.ua +380 67 4584408, +380 99 4060508 VVP88-RIPE From owner-freebsd-questions@FreeBSD.ORG Sat May 11 14:31: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 8909590F for ; Sat, 11 May 2013 14:31:13 +0000 (UTC) (envelope-from paul@kraus-haus.org) Received: from mail-vc0-f180.google.com (mail-vc0-f180.google.com [209.85.220.180]) by mx1.freebsd.org (Postfix) with ESMTP id 49DDAABC for ; Sat, 11 May 2013 14:31:13 +0000 (UTC) Received: by mail-vc0-f180.google.com with SMTP id hv10so4453513vcb.11 for ; Sat, 11 May 2013 07:31:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:subject:mime-version:content-type:from:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=ctDHWtkd0B8edyz+SD89lrza1TEIiaO7KkrBEbiesJU=; b=UbmKQB4HbQ4+laBDbGV0iiOKW5f4KePJwRwR1yt1rDrRghuQ8xybInARYp8A2zb7ok wlHBrOTpnnADZxom/thw8nm/+uU8EM2CksbJPFuZtjqAbtmPk45Z5jFkt/TE+2iolyEf 7zq5HACA9DaXiQQinhCxdxfjQHQvwksfZmngpkzGuEZtq2FabqsGDa6KB2ALKxnPVcZt 7aGPbHSxiHpzXHWJkFX9nmpGJH/+JM4uUgnpmk/amu/OqUwDvHhUfZPGID5RKJ8X3UMu sk4a8ZKbjZ7nd2drzJY6NcbVJlLco8wr/Zw49FWzwPh4iAkeTNHJbk8agy2++YhbBnFJ OHXg== X-Received: by 10.221.9.9 with SMTP id ou9mr13985203vcb.15.1368282665933; Sat, 11 May 2013 07:31:05 -0700 (PDT) Received: from [192.168.2.99] ([96.236.21.119]) by mx.google.com with ESMTPSA id u20sm6028378vdt.10.2013.05.11.07.31.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 11 May 2013 07:31:05 -0700 (PDT) Subject: Re: Tell me how to increase the virtual disk with ZFS? Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii From: Paul Kraus In-Reply-To: <22011.1368281376.17500373698194767872@ffe12.ukr.net> Date: Sat, 11 May 2013 10:31:04 -0400 Content-Transfer-Encoding: 7bit Message-Id: References: <43529.1368277152.10278121996412321792@ffe11.ukr.net> <5C2B4C2B-BAF2-49C1-8554-319EB5FE6C3B@kraus-haus.org> <22011.1368281376.17500373698194767872@ffe12.ukr.net> To: "Vladislav Prodan" X-Mailer: Apple Mail (2.1503) X-Gm-Message-State: ALoCoQmcUWutj6d38vh5gs39lhd+WK6JmoRnaIV8M6pskiNusA0Pm6NVYgsJBT/aZFrB2a4gBads Cc: freebsd-fs@freebsd.org, "freebsd-questions@freebsd.org 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: Sat, 11 May 2013 14:31:13 -0000 On May 11, 2013, at 10:09 AM, "Vladislav Prodan" wrote: > > Thanks. > I did not realize that there was such an interesting and useful option :) > > # zpool get autoexpand tank > NAME PROPERTY VALUE SOURCE > tank autoexpand off default The man pages for zpool and zfs are full of such useful information :-) -- Paul Kraus Deputy Technical Director, LoneStarCon 3 Sound Coordinator, Schenectady Light Opera Company From owner-freebsd-questions@FreeBSD.ORG Sat May 11 15:13:49 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 B405AA23; Sat, 11 May 2013 15:13:49 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by mx1.freebsd.org (Postfix) with ESMTP id 86932C3A; Sat, 11 May 2013 15:13:49 +0000 (UTC) Received: by mail-pa0-f44.google.com with SMTP id jh10so3595218pab.31 for ; Sat, 11 May 2013 08:13:43 -0700 (PDT) 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=MlEyYrhB8zbI6sX+b2QGypysWskSrvVGsyRoNawytp8=; b=hvvFKbbTZPR9U9SJEUynyB3DPZct5iAE8b80ehMebO0GlDqO0FW2mKz7Fx6W4qOjmW pJ/7DB3ug4Tv7CQfCCTuCmX0+z1QoWGYCMjjgPQUUQt+01b3EivvuWu/mLEYWMPHpreG RRBvUr0WCvkxBO0fKth7r8q+4z6aJdzoiiK/kOPRL2/5tagRyCW7nuR2hUMjwiyr9eDN kWjeVkRtwt43VBseXihZPmEJhBCvj/FaMp48LiA1nzlU+mH2/XVFRTTgdvXhgOicZlji lc7ruqEEeqGIvAkWjvPfXfS3nz7oJAcdFbcxAmlFiTueWLxLoZ+calH1btOxIgSWE+OW XbTA== MIME-Version: 1.0 X-Received: by 10.68.13.168 with SMTP id i8mr22009725pbc.86.1368285223380; Sat, 11 May 2013 08:13:43 -0700 (PDT) Received: by 10.68.93.130 with HTTP; Sat, 11 May 2013 08:13:43 -0700 (PDT) In-Reply-To: References: <43529.1368277152.10278121996412321792@ffe11.ukr.net> Date: Sat, 11 May 2013 18:13:43 +0300 Message-ID: Subject: Re: Tell me how to increase the virtual disk with ZFS? From: Alexander Yerenkow To: Paul Kraus Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-fs@freebsd.org, Vladislav Prodan , freebsd-questions@freebsd.org, freebsd-current 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, 11 May 2013 15:13:49 -0000 2013/5/11 Paul Kraus > On May 11, 2013, at 10:03 AM, Alexander Yerenkow > wrote: > > > There's no mature (or flexible, or "can do what I want" ) way to > > increase/decrease disk sizes in FreeBSD for now {ZFS,UFS}. > > Best and quickest way - to have twice spare space, copy data, create new > > sufficient disk and copy back. > > Is this a statement or a question ? If a statement, then it is factually > FALSE. If it is supposed to be a question, it does not ask anything. > It was a statement, and luckily I was partially wrong, as Vladislav did made what he wanted to. However, last time I checked there were no such easy ways to decrease zpools or increase/decrease UFS partitions. Or grow mirrored ZFS as easily as single zpool. Or (killer one) remove added by mistake vdev from zpool ;) Of course I'm not talking about real hw, rather virtual one. If you happen to point me somewhere to have such task solved I'd be much appreciated. > -- > Paul Kraus > Deputy Technical Director, LoneStarCon 3 > Sound Coordinator, Schenectady Light Opera Company > > -- Regards, Alexander Yerenkow From owner-freebsd-questions@FreeBSD.ORG Sat May 11 15:39: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 2DA3D4C8 for ; Sat, 11 May 2013 15:39:16 +0000 (UTC) (envelope-from paul@kraus-haus.org) Received: from mail-ve0-x231.google.com (mail-ve0-x231.google.com [IPv6:2607:f8b0:400c:c01::231]) by mx1.freebsd.org (Postfix) with ESMTP id DFBD0D7D for ; Sat, 11 May 2013 15:39:15 +0000 (UTC) Received: by mail-ve0-f177.google.com with SMTP id jw11so4647194veb.22 for ; Sat, 11 May 2013 08:39:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:subject:mime-version:content-type:from:in-reply-to:date :cc:content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=1Bedo8SEuxGa0v0+61ZRuRYi4+kITu/PGlyyW//N+s0=; b=gTHUBTMbSSoiogzGHvx0L4cj7wnDE1h+hl2ZNFut8Tt70VSFYCCGBDk8CGDwVJ4tM3 dGVKJR4L92Er9qku1Rhxzn+COUVxaFOtN3S3we0CArkDwmFaLWluXPQfFfT2469bEyTA XGPROGHN8eSdW8u3zJW2p5r3BRemj51MB8gr7hboGMXwapj7wB9P/k7jsdsE/ryNbh1w hzoAETvNk5B0npRJAtRgh6L3VrFQgDeDoNrXDmba4v45EBytjVVj4lmWUQKYyD4nruUy JL/jLWLFJpVJbzGifHyKJej7NSLyNGnbnLzITTayfz2hpnN5dcqRuMtZRrnx19dHRSiE rrrQ== X-Received: by 10.58.243.102 with SMTP id wx6mr4483633vec.26.1368286755426; Sat, 11 May 2013 08:39:15 -0700 (PDT) Received: from [192.168.2.99] ([96.236.21.119]) by mx.google.com with ESMTPSA id 13sm6266694vdg.4.2013.05.11.08.39.13 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 11 May 2013 08:39:14 -0700 (PDT) Subject: Re: Tell me how to increase the virtual disk with ZFS? Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=iso-8859-1 From: Paul Kraus In-Reply-To: Date: Sat, 11 May 2013 11:39:12 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <43529.1368277152.10278121996412321792@ffe11.ukr.net> To: Alexander Yerenkow X-Mailer: Apple Mail (2.1503) X-Gm-Message-State: ALoCoQm6yYUFRTeaisLdgY+TXbOBq4LNZY7sjnGVeH5Mtsu/iG59u9vuWSHjSqPtU0Y2EHdu14Ub Cc: freebsd-fs@freebsd.org, Vladislav Prodan , freebsd-questions@freebsd.org, freebsd-current 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, 11 May 2013 15:39:16 -0000 On May 11, 2013, at 11:13 AM, Alexander Yerenkow = wrote: 2013/5/11 Paul Kraus On May 11, 2013, at 10:03 AM, Alexander Yerenkow = wrote: >=20 > > There's no mature (or flexible, or "can do what I want" ) way to > > increase/decrease disk sizes in FreeBSD for now {ZFS,UFS}. > > Best and quickest way - to have twice spare space, copy data, create = new > > sufficient disk and copy back. >=20 > Is this a statement or a question ? If a statement, then it is = factually FALSE. If it is supposed to be a question, it does not ask = anything. >=20 > It was a statement, and luckily I was partially wrong, as Vladislav = did made what he wanted to. > However, last time I checked there were no such easy ways to decrease = zpools Correct, there is currently no way to decrease the size of a zpool. That = would require a defragmentation utility, which is on the roadmap as part = of the bp_rewrite code enhancement (and has been for many, many years = :-) > or increase/decrease UFS partitions. > Or grow mirrored ZFS as easily as single zpool. This one I do not understand. I have grown mirrored zpools many times. = Let's say you have a 2-way mirror of 1 TB drives. You can do one of two = things to grow the zpool: 1) add another pair of drives (of any size) as another top level vdev = mirror device (you *can* use a different type of top level vdev, raidZ, = simple, etc, but that is not recommended for both redundancy and = performance predictability reasons). 2) swap out one of the 1 TB drives for a 2 TB (zpool replace), you can = even offline one of the halves of the mirror to do this (but remember = that you are vulnerable to a failure of the remaining drive during the = resolver period), let the zpool resolver, then swap out the other 1 TB = drive for a 2 TB. If the auto expand property is set, then once the = resolver finishes you have doubled your net capacity. > Or (killer one) remove added by mistake vdev from zpool ;) Don't make that mistake. Seriously. If you are managing storage you need = to be double checking every single command you issue if you care about = your data integrity. You could easily make the same complaint about = issuing an 'rm -rf' in the wrong directory (I know people who have done = that). If you are using snapshots you may be safe, if not your data is = probably gone. On the other hand, depending on where in the tree you added the vdev, = you may be able to remove it. If it is a top level vdev, then you have = just changed the configuration of the zpool. While very not supported, = you just might be able, using zdb and rolling back to a TXG before you = added the device, remove the vdev. A good place to ask that question and = have the discussion would be the ZFS discuss list at illumos (the list = discussion is not limited to illumos, but covers all aspects of ZFS on = all platforms). Archives here: = http://www.listbox.com/member/archive/182191/sort/time_rev/=20 > Of course I'm not talking about real hw, rather virtual one. Doesn't matter to ZFS, whether a drive is a physical, a partition, or a = virtual disk you perform the same operations. > If you happen to point me somewhere to have such task solved I'd be = much appreciated. See above :-) Some of your issues I addressed above, others are not = there (and may never be). -- Paul Kraus Deputy Technical Director, LoneStarCon 3 Sound Coordinator, Schenectady Light Opera Company From owner-freebsd-questions@FreeBSD.ORG Sat May 11 16:27:04 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 AF1B9E95 for ; Sat, 11 May 2013 16:27:04 +0000 (UTC) (envelope-from steve@sohara.org) Received: from uk1rly2283.eechost.net (relay01a.mail.uk1.eechost.net [217.69.40.75]) by mx1.freebsd.org (Postfix) with ESMTP id 793ECECC for ; Sat, 11 May 2013 16:27:03 +0000 (UTC) Received: from [31.186.37.179] (helo=smtp.marelmo.com) by uk1rly2283.eechost.net with esmtpa (Exim 4.72) (envelope-from ) id 1UbCMV-0001FX-Tn; Sat, 11 May 2013 17:09:32 +0100 Received: from [192.168.63.1] (helo=steve.marelmo.com) by smtp.marelmo.com with smtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UbCMi-000GAL-FN; Sat, 11 May 2013 16:09:44 +0000 Date: Sat, 11 May 2013 17:09:44 +0100 From: Steve O'Hara-Smith To: "Julian H. Stacey" Subject: Re: List Spam Filtering Message-Id: <20130511170944.20e6037204c186923a385d7e@sohara.org> In-Reply-To: <201305090026.r490QQeA095142@fire.js.berklix.net> References: <1368039547.0568389241738319@mf7.sendgrid.net> <201305090026.r490QQeA095142@fire.js.berklix.net> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.17; 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: 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, 11 May 2013 16:27:04 -0000 On Thu, 09 May 2013 02:26:26 +0200 "Julian H. Stacey" wrote: > If list write access was changed to Subscribers Only: > - List could silently discard such spam. > - Postmaster@ (& webmaster@ weeding web archives) would have less work. > - Less individual need to select spam phrases to copy to personal > filters (& less time searching WTF dialect American above meant in > English ;-). The downside is that it would require people to subscribe in order to ask a question, this is also the reason for the convention of using "Reply to all" in FreeBSD mailing lists. It's been a convention for a *long* time, at least since FreeBSD 1.1 was shiny and new in 1993. -- Steve O'Hara-Smith From owner-freebsd-questions@FreeBSD.ORG Sat May 11 16:58:34 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 B82B5B01; Sat, 11 May 2013 16:58:34 +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 97392F8B; Sat, 11 May 2013 16:58:34 +0000 (UTC) Received: from [172.16.44.4] (den.cyberleo.net [216.80.73.130]) by paka.cyberleo.net (Postfix) with ESMTPSA id D0D3F48373; Sat, 11 May 2013 06:15:45 -0400 (EDT) Message-ID: <518E1A51.3020702@cyberleo.net> Date: Sat, 11 May 2013 05:15:45 -0500 From: CyberLeo Kitsana User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130410 Thunderbird/17.0.5 MIME-Version: 1.0 To: "Ronald F. Guilmette" Subject: Re: WANTED: Tool to verify installed package/port consistancy References: <86885.1368216242@server1.tristatelogic.com> In-Reply-To: <86885.1368216242@server1.tristatelogic.com> X-Enigmail-Version: 1.6a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: John Levine , freebsd-questions@freebsd.org, freebsd-ports@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, 11 May 2013 16:58:34 -0000 On 05/10/2013 03:04 PM, Ronald F. Guilmette wrote: > pkg_sanity: ImageMagick-6.8.0.7_1: +CONTENTS file does not exist -- skipped > pkg_sanity: ORBit2-2.14.19: /usr/local/lib/libORBit-2.so: File failed MD5 checksum > pkg_sanity: ORBit2-2.14.19: /usr/local/lib/libORBit-imodule-2.so: File failed MD5 checksum > pkg_sanity: ORBit2-2.14.19: /usr/local/lib/libORBitCosNaming-2.so: File failed MD5 checksum > pkg_sanity: OpenEXR-1.7.1: /usr/local/lib/libIlmImf.so: File failed MD5 checksum > pkg_sanity: aalib-1.4.r5_6: /usr/local/lib/libaa.so: File failed MD5 checksum Are these mismatches symlinks? If so, are you checking the contents of the symlink (with, for instance, stat(1) or readlink(1)), or the contents of the file to which the symlink is referring? -- Fuzzy love, -CyberLeo Technical Administrator CyberLeo.Net Webhosting http://www.CyberLeo.Net Furry Peace! - http://www.fur.com/peace/ From owner-freebsd-questions@FreeBSD.ORG Sat May 11 16:20:22 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 CC3F4CCA; Sat, 11 May 2013 16:20:22 +0000 (UTC) (envelope-from jmg@h2.funkthat.com) Received: from h2.funkthat.com (gate2.funkthat.com [208.87.223.18]) by mx1.freebsd.org (Postfix) with ESMTP id AE194E94; Sat, 11 May 2013 16:20:22 +0000 (UTC) Received: from h2.funkthat.com (localhost [127.0.0.1]) by h2.funkthat.com (8.14.3/8.14.3) with ESMTP id r4BGKFuv035124 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 11 May 2013 09:20:15 -0700 (PDT) (envelope-from jmg@h2.funkthat.com) Received: (from jmg@localhost) by h2.funkthat.com (8.14.3/8.14.3/Submit) id r4BGKEI8035123; Sat, 11 May 2013 09:20:14 -0700 (PDT) (envelope-from jmg) Date: Sat, 11 May 2013 09:20:14 -0700 From: John-Mark Gurney To: Alexander Yerenkow Subject: Re: Tell me how to increase the virtual disk with ZFS? Message-ID: <20130511162014.GM1491@funkthat.com> Mail-Followup-To: Alexander Yerenkow , Paul Kraus , freebsd-fs@freebsd.org, Vladislav Prodan , freebsd-questions@freebsd.org, freebsd-current References: <43529.1368277152.10278121996412321792@ffe11.ukr.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 7.2-RELEASE i386 X-PGP-Fingerprint: 54BA 873B 6515 3F10 9E88 9322 9CB1 8F74 6D3F A396 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html X-to-the-FBI-CIA-and-NSA: HI! HOW YA DOIN? can i haz chizburger? X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.2 (h2.funkthat.com [127.0.0.1]); Sat, 11 May 2013 09:20:15 -0700 (PDT) X-Mailman-Approved-At: Sat, 11 May 2013 17:35:43 +0000 Cc: freebsd-fs@freebsd.org, Vladislav Prodan , Paul Kraus , freebsd-current , 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, 11 May 2013 16:20:22 -0000 Alexander Yerenkow wrote this message on Sat, May 11, 2013 at 18:13 +0300: > zpools or increase/decrease UFS partitions. growfs(8) NAME growfs -- grow size of an existing ufs file system HISTORY The growfs utility first appeared in FreeBSD 4.4. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-freebsd-questions@FreeBSD.ORG Sat May 11 17:45: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 05405495 for ; Sat, 11 May 2013 17:45:08 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from flat.berklix.org (flat.berklix.org [83.236.223.115]) by mx1.freebsd.org (Postfix) with ESMTP id 769C8172 for ; Sat, 11 May 2013 17:45:07 +0000 (UTC) Received: from mart.js.berklix.net (p5DCBE668.dip0.t-ipconnect.de [93.203.230.104]) (authenticated bits=128) by flat.berklix.org (8.14.5/8.14.5) with ESMTP id r4BHix5F080114; Sat, 11 May 2013 19:44:59 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id r4BHiue3004669; Sat, 11 May 2013 19:44:56 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.4/8.14.4) with ESMTP id r4BHik5Y069562; Sat, 11 May 2013 19:44:51 +0200 (CEST) (envelope-from jhs@fire.js.berklix.net) Message-Id: <201305111744.r4BHik5Y069562@fire.js.berklix.net> To: "Steve O'Hara-Smith" Subject: Re: List Spam Filtering From: "Julian H. Stacey" Organization: http://berklix.com BSD Unix Linux Consultancy, Munich Germany User-agent: EXMH on FreeBSD http://berklix.com/free/ X-URL: http://www.berklix.com In-reply-to: Your message "Sat, 11 May 2013 17:09:44 BST." <20130511170944.20e6037204c186923a385d7e@sohara.org> Date: Sat, 11 May 2013 19:44:46 +0200 Sender: jhs@berklix.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, 11 May 2013 17:45:08 -0000 Hi, "Steve O'Hara-Smith" wrote: > On Thu, 09 May 2013 02:26:26 +0200 > "Julian H. Stacey" wrote: > > > If list write access was changed to Subscribers Only: > > - List could silently discard such spam. > > - Postmaster@ (& webmaster@ weeding web archives) would have less work. > > - Less individual need to select spam phrases to copy to personal > > filters (& less time searching WTF dialect American above meant in > > English ;-). > > The downside is that it would require people to subscribe in order > to ask a question, True. I suggest the up side outweighs the down side though. I've always felt when I as a newbie somewhere, wanted to post any other project's mail list to ask a question & get free help, then I owed it to those there to subscribe if necessary. However, FreeBSD could always provide a web Captcha anti spam validater for those too lazy/ uncommited to subscribe questions@ ? > this is also the reason for the convention of using > "Reply to all" in FreeBSD mailing lists. It's been a convention for a > *long* time, at least since FreeBSD 1.1 was shiny and new in 1993. I'm not intending to question or suggest any change re CC behaviour. (Maybe you mis-read or mis-infered what I intended, or maybe I mis-wrote, or mis-implied, whatever, please forget that bit, though as background I'd observe: Questions@ didn't exist for quite a while after FreeBSD started, Hackers@ & some others preceded it. Various people prune CC when they get littered with too many CC. ) Cheers, Julian -- Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich http://berklix.com Reply below not above, like a play script. Indent old text with "> ". Send plain text. No quoted-printable, HTML, base64, multipart/alternative. From owner-freebsd-questions@FreeBSD.ORG Sat May 11 18:14: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 31FAC2B1 for ; Sat, 11 May 2013 18:14:21 +0000 (UTC) (envelope-from gmx@ross.cx) Received: from www81.your-server.de (www81.your-server.de [213.133.104.81]) by mx1.freebsd.org (Postfix) with ESMTP id EBB47260 for ; Sat, 11 May 2013 18:14:20 +0000 (UTC) Received: from [188.108.248.47] (helo=michael-think) by www81.your-server.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.74) (envelope-from ) id 1UbE2y-0002hb-1m for freebsd-questions@freebsd.org; Sat, 11 May 2013 19:57:28 +0200 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: freebsd-questions@freebsd.org Subject: Re: List Spam Filtering References: <201305090026.r490QQeA095142@fire.js.berklix.net> Date: Sat, 11 May 2013 19:57:18 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Michael Ross" Message-ID: In-Reply-To: <201305090026.r490QQeA095142@fire.js.berklix.net> User-Agent: Opera Mail/12.15 (Win32) X-Authenticated-Sender: gmx@ross.cx X-Virus-Scanned: Clear (ClamAV 0.97.6/17190/Sat May 11 12:39:38 2013) 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, 11 May 2013 18:14:21 -0000 On Thu, 09 May 2013 02:26:26 +0200, Julian H. Stacey wrote: > Hi questions@ ( spammer not cc'd ) > > Reference: >> From: Aaron Seligman >> Reply-to: aseligman@altitudedigitalpartners.com >> Date: Wed, 08 May 2013 18:59:07 +0000 (UTC) >> Subject: Re: Display & Video Campaigns-Inventory Needed >> Message-id: <1368039547.0568389241738319@mf7.sendgrid.net> > >> Happy hump-day, >> >> We have an opportunity with an RTB partner to monetize >> >> INT Geo's; UK, CAN, AUS >> >> Video: (Pre-roll, mid-roll and post-roll) > > > If list write access was changed to Subscribers Only: > - List could silently discard such spam. > - Postmaster@ (& webmaster@ weeding web archives) would have less > work. > - Less individual need to select spam phrases to copy to personal > filters > (& less time searching WTF dialect American above meant in English > ;-). > > Newbies would be told "subscribe before posting" in all of: > /etc/motd > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > Automatic list bounce response. > Only clueless, lazy, & spammers might be lost. A net gain. > > Cheers, > Julian I'm curious how much spam you get through this list. Just counted, and I have about 2 Spams per week for the last month, that's more than usual. Regards, Michael From owner-freebsd-questions@FreeBSD.ORG Sat May 11 18:30: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 F1EF2530 for ; Sat, 11 May 2013 18:30:17 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from flat.berklix.org (flat.berklix.org [83.236.223.115]) by mx1.freebsd.org (Postfix) with ESMTP id 74CAB2B8 for ; Sat, 11 May 2013 18:30:17 +0000 (UTC) Received: from mart.js.berklix.net (p5DCBE668.dip0.t-ipconnect.de [93.203.230.104]) (authenticated bits=128) by flat.berklix.org (8.14.5/8.14.5) with ESMTP id r4BIUFGG080506; Sat, 11 May 2013 20:30:16 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id r4BIUFgS004887; Sat, 11 May 2013 20:30:15 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.4/8.14.4) with ESMTP id r4BIU50X069996; Sat, 11 May 2013 20:30:10 +0200 (CEST) (envelope-from jhs@fire.js.berklix.net) Message-Id: <201305111830.r4BIU50X069996@fire.js.berklix.net> To: "Michael Ross" Subject: Re: List Spam Filtering From: "Julian H. Stacey" Organization: http://berklix.com BSD Unix Linux Consultancy, Munich Germany User-agent: EXMH on FreeBSD http://berklix.com/free/ X-URL: http://www.berklix.com In-reply-to: Your message "Sat, 11 May 2013 19:57:18 +0200." Date: Sat, 11 May 2013 20:30:05 +0200 Sender: jhs@berklix.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, 11 May 2013 18:30:18 -0000 > I'm curious how much spam you get through this list. > > Just counted, and I have about 2 Spams per week for the last month, > that's more than usual. Personaly I'm on ~ 47 freebsd lists or so my MH dirs + procmail filter boxes suggest, so when someone spams multiple lists with the same spam it irritates. I'm on various other lists too, (last I counted it was about 100 in all inc. freebsd) so grateful for each list that is subscribers only. Cheers, Julian -- Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich http://berklix.com Reply below not above, like a play script. Indent old text with "> ". Send plain text. No quoted-printable, HTML, base64, multipart/alternative. From owner-freebsd-questions@FreeBSD.ORG Sat May 11 20:30: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 9A27FE37; Sat, 11 May 2013 20:30:24 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 7A9BC7E0; Sat, 11 May 2013 20:30:23 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id 2C5F53AF45; Sat, 11 May 2013 13:30:18 -0700 (PDT) From: "Ronald F. Guilmette" To: CyberLeo Kitsana Subject: Re: WANTED: Tool to verify installed package/port consistancy In-Reply-To: <518E1A51.3020702@cyberleo.net> Date: Sat, 11 May 2013 13:30:18 -0700 Message-ID: <96251.1368304218@server1.tristatelogic.com> Cc: John Levine , freebsd-questions@freebsd.org, freebsd-ports@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, 11 May 2013 20:30:24 -0000 In message <518E1A51.3020702@cyberleo.net>, you wrote: >On 05/10/2013 03:04 PM, Ronald F. Guilmette wrote: > >> pkg_sanity: ImageMagick-6.8.0.7_1: +CONTENTS file does not exist -- skipped >> pkg_sanity: ORBit2-2.14.19: /usr/local/lib/libORBit-2.so: File failed MD5 checksum >> pkg_sanity: ORBit2-2.14.19: /usr/local/lib/libORBit-imodule-2.so: File failed MD5 checksum >> pkg_sanity: ORBit2-2.14.19: /usr/local/lib/libORBitCosNaming-2.so: File failed MD5 checksum >> pkg_sanity: OpenEXR-1.7.1: /usr/local/lib/libIlmImf.so: File failed MD5 checksum >> pkg_sanity: aalib-1.4.r5_6: /usr/local/lib/libaa.so: File failed MD5 checksum > > >Are these mismatches symlinks? Some are. >If so, are you checking the contents of >the symlink (with, for instance, stat(1) or readlink(1)), or the >contents of the file to which the symlink is referring? The latter. (I would have had to have done something special in order to compute the md5 fo teh symlink itself, and I did not do so. I have just now checked, and my script is indeed getting the md5 of the files to which the various symlinks refer.) It is clear to me now that "pkg_info -g" is either skipping certain files that are listed in the relevant +CONTENTS files or else it is computing the MD5 checksums in an odd way. I do not think that the latter possibility is at all likely. I will be looking at this more deeply as time permits. Regards, rfg From owner-freebsd-questions@FreeBSD.ORG Sat May 11 23:45:12 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 004966F7 for ; Sat, 11 May 2013 23:45:11 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from flat.berklix.org (flat.berklix.org [83.236.223.115]) by mx1.freebsd.org (Postfix) with ESMTP id 73F18F6F for ; Sat, 11 May 2013 23:45:11 +0000 (UTC) Received: from mart.js.berklix.net (p5DCBCEC6.dip0.t-ipconnect.de [93.203.206.198]) (authenticated bits=128) by flat.berklix.org (8.14.5/8.14.5) with ESMTP id r4BNj8Gq081571; Sun, 12 May 2013 01:45:09 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id r4BNiwsY006356; Sun, 12 May 2013 01:44:58 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.4/8.14.4) with ESMTP id r4BNiMxD072779; Sun, 12 May 2013 01:44:56 +0200 (CEST) (envelope-from jhs@fire.js.berklix.net) Message-Id: <201305112344.r4BNiMxD072779@fire.js.berklix.net> To: grillo Subject: Re: compatibility SCO From: "Julian H. Stacey" Organization: http://berklix.com BSD Unix Linux Consultancy, Munich Germany User-agent: EXMH on FreeBSD http://berklix.com/free/ X-URL: http://www.berklix.com In-reply-to: Your message "Thu, 09 May 2013 18:33:04 +0200." Date: Sun, 12 May 2013 01:44:22 +0200 Sender: jhs@berklix.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: Sat, 11 May 2013 23:45:12 -0000 grillo wrote: > I need use Microsoft Cobol Compiler and runtime developed for > Xenix/Unix system V SCO using NETBSD or FreeBSD, it is possible? have > binary compatibility ? environment compatibility ? > thank you A long time since I looked at this, but as no one else answered yet, hints to look for, & maybe somebody'll correct it & post more useful info ;-) http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/linuxemu.html & kernel options options "IBCS2" /* SCO a.out emulation */ options SYSVSHM # SYSV-style shared memory /*for X11R6 */ options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores I recall when I last did cross OS work way back I needed a raft of include files & libs & custom or special version of ar etc. Which brings up questions of Copyright, depending what you'r doing (I'm not asking, your business & decision, I don't want to know about SCO !). The newer way might be to run SCO inside a virtual environment http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/virtualization-host.html BTW If you're doomed to run SCO, get hold of a SCO Skunkware CD, issued by SCO, free) full of FSF & PD etc tools to make raw SCO less annoying. You should search this archive: http://lists.freebsd.org/mailman/listinfo/freebsd-emulation & probably susbscribe & ask there. IMO you'll probably have better luck with FreeBSD than NetBSD for this, (not will certainly, just probably at my guess, for this topic ;-) Cheers, Julian -- Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich http://berklix.com Reply below not above, like a play script. Indent old text with "> ". Send plain text. No quoted-printable, HTML, base64, multipart/alternative.