From owner-freebsd-emulation@FreeBSD.ORG Sun Feb 2 06:59:46 2014 Return-Path: Delivered-To: emulation@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 464652D5; Sun, 2 Feb 2014 06:59:46 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 18BA312A2; Sun, 2 Feb 2014 06:59:46 +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 s126xjwN005250; Sun, 2 Feb 2014 06:59:45 GMT (envelope-from netchild@freefall.freebsd.org) Received: (from netchild@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s126xjsE005249; Sun, 2 Feb 2014 06:59:45 GMT (envelope-from netchild) Date: Sun, 2 Feb 2014 06:59:45 GMT Message-Id: <201402020659.s126xjsE005249@freefall.freebsd.org> To: lifanov@mail.lifanov.com, netchild@FreeBSD.org, emulation@FreeBSD.org From: netchild@FreeBSD.org Subject: Re: ports/186118: [patch] emulators/linux_base-c6 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Feb 2014 06:59:46 -0000 Synopsis: [patch] emulators/linux_base-c6 State-Changed-From-To: open->closed State-Changed-By: netchild State-Changed-When: Sun Feb 2 06:59:38 UTC 2014 State-Changed-Why: Committed. Thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=186118 From owner-freebsd-emulation@FreeBSD.ORG Sun Feb 2 07:00:06 2014 Return-Path: Delivered-To: emulation@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB570320 for ; Sun, 2 Feb 2014 07:00:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB87112B1 for ; Sun, 2 Feb 2014 07:00:06 +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 s1270617005414 for ; Sun, 2 Feb 2014 07:00:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s127069E005412; Sun, 2 Feb 2014 07:00:06 GMT (envelope-from gnats) Date: Sun, 2 Feb 2014 07:00:06 GMT Message-Id: <201402020700.s127069E005412@freefall.freebsd.org> To: emulation@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/186118: commit references a PR X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Feb 2014 07:00:06 -0000 The following reply was made to PR ports/186118; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/186118: commit references a PR Date: Sun, 2 Feb 2014 06:58:59 +0000 (UTC) Author: netchild Date: Sun Feb 2 06:58:50 2014 New Revision: 342245 URL: http://svnweb.freebsd.org/changeset/ports/342245 QAT: https://qat.redports.org/buildarchive/r342245/ Log: Add libuuid: - f10 had it - this fixes at least the flashplugin with this linux_base Fix comment. PR: 186118 Submitted by: Nikolai Lifanov Modified: head/emulators/linux_base-c6/Makefile head/emulators/linux_base-c6/distinfo.i686 head/emulators/linux_base-c6/pkg-plist Modified: head/emulators/linux_base-c6/Makefile ============================================================================== --- head/emulators/linux_base-c6/Makefile Sun Feb 2 03:51:39 2014 (r342244) +++ head/emulators/linux_base-c6/Makefile Sun Feb 2 06:58:50 2014 (r342245) @@ -3,6 +3,7 @@ PORTNAME= c6 PORTVERSION= 6.4 +PORTREVISION= 1 CATEGORIES= emulators linux MASTER_SITES= http://vault.centos.org/${PORTVERSION}/os/i386/Packages/ PKGNAMEPREFIX= linux_base- @@ -11,7 +12,7 @@ DIST_SUBDIR= rpm/${LINUX_RPM_ARCH}/cent EXTRACT_ONLY= ${BIN_DISTFILES} MAINTAINER= emulation@FreeBSD.org -COMMENT= Base set of packages needed in Linux mode for i386/amd64 (Linux CentOS 6.2) +COMMENT= Base set of packages needed in Linux mode for i386/amd64 (Linux CentOS 6) BIN_DISTFILES= basesystem-10.0-4.el6.noarch.rpm \ bash-4.1.2-14.el6.${LINUX_RPM_ARCH}.rpm \ @@ -44,6 +45,7 @@ BIN_DISTFILES= basesystem-10.0-4.el6.noa libselinux-2.0.94-5.3.el6.${LINUX_RPM_ARCH}.rpm \ libsepol-2.0.41-4.el6.${LINUX_RPM_ARCH}.rpm \ libstdc++-4.4.7-3.el6.${LINUX_RPM_ARCH}.rpm \ + libuuid-2.17.2-12.9.el6.${LINUX_RPM_ARCH}.rpm \ ncurses-5.7-3.20090208.el6.${LINUX_RPM_ARCH}.rpm \ ncurses-libs-5.7-3.20090208.el6.${LINUX_RPM_ARCH}.rpm \ pcre-7.8-6.el6.${LINUX_RPM_ARCH}.rpm \ @@ -92,6 +94,7 @@ SRC_DISTFILES= basesystem-10.0-4.el6.src setserial-2.17-25.el6.src.rpm \ setup-2.8.14-20.el6.src.rpm \ slang-2.2.1-1.el6.src.rpm \ + util-linux-ng-2.17.2-12.9.el6.src.rpm \ zlib-1.2.3-29.el6.src.rpm ALWAYS_KEEP_DISTFILES= yes Modified: head/emulators/linux_base-c6/distinfo.i686 ============================================================================== --- head/emulators/linux_base-c6/distinfo.i686 Sun Feb 2 03:51:39 2014 (r342244) +++ head/emulators/linux_base-c6/distinfo.i686 Sun Feb 2 06:58:50 2014 (r342245) @@ -60,6 +60,8 @@ SHA256 (rpm/i686/centos/6.4/libsepol-2.0 SIZE (rpm/i686/centos/6.4/libsepol-2.0.41-4.el6.i686.rpm) = 128032 SHA256 (rpm/i686/centos/6.4/libstdc++-4.4.7-3.el6.i686.rpm) = 3d492a18977be5e97e33d91ee4537d32addc546e97df88a4f80563b0685833e9 SIZE (rpm/i686/centos/6.4/libstdc++-4.4.7-3.el6.i686.rpm) = 306876 +SHA256 (rpm/i686/centos/6.4/libuuid-2.17.2-12.9.el6.i686.rpm) = f708977a942e86158e6ca6d325bb2c14cfab4deaef694fd8b66ad414c9fcbf09 +SIZE (rpm/i686/centos/6.4/libuuid-2.17.2-12.9.el6.i686.rpm) = 68684 SHA256 (rpm/i686/centos/6.4/ncurses-5.7-3.20090208.el6.i686.rpm) = 755e6f14019e1484417bb6b3220d1384f80f897ff67a0125c1799d9620469260 SIZE (rpm/i686/centos/6.4/ncurses-5.7-3.20090208.el6.i686.rpm) = 274756 SHA256 (rpm/i686/centos/6.4/ncurses-libs-5.7-3.20090208.el6.i686.rpm) = 8e8c71cf6e1b45a592bf5705714e34c167b6e2b9e9b4cf4b6c8e41f6ebd5a392 @@ -146,5 +148,7 @@ SHA256 (rpm/i686/centos/6.4/setup-2.8.14 SIZE (rpm/i686/centos/6.4/setup-2.8.14-20.el6.src.rpm) = 181953 SHA256 (rpm/i686/centos/6.4/slang-2.2.1-1.el6.src.rpm) = 3ab2551b5d7d75a1d28d63fea1c48b9e83a87b8f2ba4cd6bd2c5ecb5dd91eda9 SIZE (rpm/i686/centos/6.4/slang-2.2.1-1.el6.src.rpm) = 1367444 +SHA256 (rpm/i686/centos/6.4/util-linux-ng-2.17.2-12.9.el6.src.rpm) = fe9cd623e0c4bf9350ace4541e3885e941d5ebd1bb3993c67f8ce1261b58eacc +SIZE (rpm/i686/centos/6.4/util-linux-ng-2.17.2-12.9.el6.src.rpm) = 4490516 SHA256 (rpm/i686/centos/6.4/zlib-1.2.3-29.el6.src.rpm) = ccdc3260d2b1ee35c3d224154878f9f632fa2153ce7908ffaabd10b3e216d26e SIZE (rpm/i686/centos/6.4/zlib-1.2.3-29.el6.src.rpm) = 516080 Modified: head/emulators/linux_base-c6/pkg-plist ============================================================================== --- head/emulators/linux_base-c6/pkg-plist Sun Feb 2 03:51:39 2014 (r342244) +++ head/emulators/linux_base-c6/pkg-plist Sun Feb 2 06:58:50 2014 (r342245) @@ -201,6 +201,8 @@ lib/libtinfo.so.5 lib/libtinfo.so.5.7 lib/libutil-2.12.so lib/libutil.so.1 +lib/libuuid.so.1 +lib/libuuid.so.1.3.0 lib/libz.so.1 lib/libz.so.1.2.3 lib/rtkaio/i686/nosegneg/librt.so.1 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-emulation@FreeBSD.ORG Mon Feb 3 04:04:46 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3663E46 for ; Mon, 3 Feb 2014 04:04:46 +0000 (UTC) Received: from mail-ve0-x241.google.com (mail-ve0-x241.google.com [IPv6:2607:f8b0:400c:c01::241]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9FFB81826 for ; Mon, 3 Feb 2014 04:04:46 +0000 (UTC) Received: by mail-ve0-f193.google.com with SMTP id pa12so1199403veb.0 for ; Sun, 02 Feb 2014 20:04:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=MrER9npCSN6NeDMOoAM4Se+Q50gu5kBAfhFiAzDJBTA=; b=ZDe4TL65eL1Bwq5bqa/Pz/1xE8AK4ItTfbe4KZmXOHIgklllYCG4zoE6hWx8BFcOOm NXWLvPE1obNzZJavzIJZACGThxjgDIxdqLy/OcAHKDBSS52XIi9ITezDTG/3/r0Y/RQo 1qynqTH0sglmtFDj4k6nG8XPe1BqzDP3a9ApqDL8ZtrOiZFt3P7SpzucBVAtmgkXTBEA 4nmpPoyxgLLL2Uq+Bm0t/28LctZZYz3FxZvgvWVHRBoRFeXJCIPE4hWPFnGItjfh0mCE dykT3NpHTQ//8oW4h3qfZNIYuglSbYnD8pBFbG5Nk1hQLrivahLe1l2Gt5aGPM2Vag3f EOkg== MIME-Version: 1.0 X-Received: by 10.58.186.132 with SMTP id fk4mr26396423vec.9.1391400285723; Sun, 02 Feb 2014 20:04:45 -0800 (PST) Received: by 10.58.6.210 with HTTP; Sun, 2 Feb 2014 20:04:45 -0800 (PST) Received: by 10.58.6.210 with HTTP; Sun, 2 Feb 2014 20:04:45 -0800 (PST) Date: Sun, 2 Feb 2014 20:04:45 -0800 Message-ID: Subject: Building virtualbox-ose on Freebsed10 Stable failed when linking scm. From: Leonard Rucker To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 04:04:47 -0000 Hey Everyone, When I try to build virtualbox via ports the process fails... Here are the details: Link fails on the following command: g++46 -m64 -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scm /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scm.o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scmdiff.o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scmrw.o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scmstream.o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scmsubversion.o -L/usr/local/lib -lpthread -lrt /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/lib/RuntimeBldProg.a /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/lib/VBox-kStuffStaticBldProg.a /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/lib/RuntimeBldProg.a -lpthread -lssl -lcrypto Here are the link errors I'm getting: /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/lib/RuntimeBldProg.a(utf8-posix.o): In function `rtstrConvertCached': /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:200: undefined reference to `libiconv' /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:184: undefined reference to `libiconv_open' /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:244: undefined reference to `libiconv_close' /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/lib/RuntimeBldProg.a(utf8-posix.o): In function `rtStrConvertUncached': /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:315: undefined reference to `libiconv_open' /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:330: undefined reference to `libiconv' /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:351: undefined reference to `libiconv_close' /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:340: undefined reference to `libiconv_close' /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/lib/RuntimeBldProg.a(utf8-posix.o): In function `rtStrIconvCacheDestroy': /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:115: undefined reference to `libiconv_close' collect2: ld returned 1 exit status kmk: *** [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scm] Error 1 If I add -liconv to the end of the link command the link succeeds. My question is what should I do to fix the port so I may install? Thanks for any help. Len From owner-freebsd-emulation@FreeBSD.ORG Mon Feb 3 06:27:29 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15F09310 for ; Mon, 3 Feb 2014 06:27:29 +0000 (UTC) Received: from mail-oa0-x230.google.com (mail-oa0-x230.google.com [IPv6:2607:f8b0:4003:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C751E12A0 for ; Mon, 3 Feb 2014 06:27:28 +0000 (UTC) Received: by mail-oa0-f48.google.com with SMTP id l6so7677324oag.35 for ; Sun, 02 Feb 2014 22:27:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=oj5YtuCPflnJvX3X3ryLYaZ8GysJaVjTWP9YK8+XsRw=; b=CYuhP8+ip8s7/FK7rTBQOKF8FZzYJ+sTP7Ust213a1E0Km1rhKr8prVKK5Ymj0/7yH IQ70KgUXmW0Ara1ND5BkcKeuYkTUn18lYOuhlGOZ5PG30XiWR8aAip9tdWwtwbUtGCcZ h/yeMW2rg00OtywhMLnYYGG0xqkQyK0+njbFA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=oj5YtuCPflnJvX3X3ryLYaZ8GysJaVjTWP9YK8+XsRw=; b=j5yceFMikVEgDeX2rpotEu/kVpTK/p7o+6O7Do0WUvR+6u702reAwbe/uOECmaRVsp ypT48/xLfDRkARS3MM717DvaaJ+BEUbtvi1o2u6foXrCJIZaUbFw3KcNJDfPphFuoE9w jGqBOoqahRVWRw5dELzLXqCfYijG7Ff4QrlrOV0ydKI+S0HI3dF+ACkcIIyB5V/7/5GU 00PYBwnWER7kmPSbNNusTTpkwoCX/mM/05hcO4MKU/ddSDGujBNbbyuL6ia9vDvuHn4A z1Q3yLQSelN3v59GQLFjOBQDUfOPUujY5aGU9ykf8uHnidoqfwGeN34goTIE+EhUs8mj 51yg== X-Gm-Message-State: ALoCoQn2PPQFOROC8Tm6td8CBX6GBZBDfjYsRirMSCSMbCANWgoQAusRN+6FnLEvr7CuSjJrad6n MIME-Version: 1.0 X-Received: by 10.183.3.102 with SMTP id bv6mr28982521obd.18.1391408848033; Sun, 02 Feb 2014 22:27:28 -0800 (PST) Received: by 10.76.144.71 with HTTP; Sun, 2 Feb 2014 22:27:27 -0800 (PST) X-Originating-IP: [46.207.180.213] Received: by 10.76.144.71 with HTTP; Sun, 2 Feb 2014 22:27:27 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Feb 2014 07:27:27 +0100 Message-ID: Subject: Re: Building virtualbox-ose on Freebsed10 Stable failed when linking scm. From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: Leonard Rucker Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 06:27:29 -0000 Am 03.02.2014 05:04 schrieb "Leonard Rucker" : > > Hey Everyone, > > When I try to build virtualbox via ports the process fails... Here are the > details: > > Link fails on the following command: > g++46 -m64 -o > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scm > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scm.o > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scmdiff.o > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scmrw.o > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scmstream.o > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scmsubversion.o > -L/usr/local/lib -lpthread -lrt > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/lib/RuntimeBldProg.a > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/lib/VBox-kStuffStaticBldProg.a > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/lib/RuntimeBldProg.a > -lpthread -lssl -lcrypto > > Here are the link errors I'm getting: > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/lib/RuntimeBldProg.a(utf8-posix.o): > In function `rtstrConvertCached': > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:200: > undefined reference to `libiconv' > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:184: > undefined reference to `libiconv_open' > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:244: > undefined reference to `libiconv_close' > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/lib/RuntimeBldProg.a(utf8-posix.o): > In function `rtStrConvertUncached': > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:315: > undefined reference to `libiconv_open' > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:330: > undefined reference to `libiconv' > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:351: > undefined reference to `libiconv_close' > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:340: > undefined reference to `libiconv_close' > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/lib/RuntimeBldProg.a(utf8-posix.o): > In function `rtStrIconvCacheDestroy': > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtime/r3/posix/utf8-posix.cpp:115: > undefined reference to `libiconv_close' > collect2: ld returned 1 exit status > kmk: *** > [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/scm/scm] > Error 1 > > If I add -liconv to the end of the link command the link succeeds. > > My question is what should I do to fix the port so I may install? > > Thanks for any help. > > Len Which FreeBSD version are you running? Was it updated from a previous version or a fresh installation? From owner-freebsd-emulation@FreeBSD.ORG Mon Feb 3 11:06:38 2014 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F02D96F for ; Mon, 3 Feb 2014 11:06:38 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C209C1A2F for ; Mon, 3 Feb 2014 11:06:38 +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 s13B6cuE022474 for ; Mon, 3 Feb 2014 11:06:38 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s13B6cd1022471 for emulation@FreeBSD.org; Mon, 3 Feb 2014 11:06:38 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 3 Feb 2014 11:06:38 GMT Message-Id: <201402031106.s13B6cd1022471@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: emulation@FreeBSD.org Subject: Current problem reports assigned to emulation@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 11:06:39 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/186232 emulation x11-fonts/linux-f10-fontconfig/Makefile add -f to ln s 1 problem total. From owner-freebsd-emulation@FreeBSD.ORG Mon Feb 3 11:06:45 2014 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECF8EA4 for ; Mon, 3 Feb 2014 11:06:44 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D725A1A3C for ; Mon, 3 Feb 2014 11:06:44 +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 s13B6iAg022594 for ; Mon, 3 Feb 2014 11:06:44 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s13B6iiM022592 for freebsd-emulation@FreeBSD.org; Mon, 3 Feb 2014 11:06:44 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 3 Feb 2014 11:06:44 GMT Message-Id: <201402031106.s13B6iiM022592@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-emulation@FreeBSD.org Subject: Current problem reports assigned to freebsd-emulation@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 11:06:45 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/184404 emulation [patch] emulators/linux_base-f10: no terminal database o kern/183615 emulation [linprocfs] [patch] emulate /proc/sys/kernel/random/uu o ports/183247 emulation emulators/linux_base-f10 does not build locale archive o ports/183120 emulation x11-toolkits/linux-f10-pango fails to build o kern/182884 emulation [hyper-v] FreeBSD HVMPV domU networking does not work o kern/181012 emulation [linux] [patch] Implemented linux system call fstatfs6 o ports/180790 emulation devel/linux_kdump prints BSD descriptions of errno nam o kern/177743 emulation [kvm] [panic] kernel panic during `portsnap update` on o ports/177722 emulation Change request: Add terminfo database to linux_base-* o kern/174933 emulation [linux] if_nameindex fail in linuxulator enviroment o kern/174908 emulation [vmware] "unsupportable block size 0" after upgrading o kern/174238 emulation [qemu] FreeBSD 9.0 doesn't boot under QEMU due to ACPI o ports/169896 emulation [patch] audio/linux-f10-alsa-lib: use OSS plugin by de o kern/169814 emulation [linux] ptrace is broken in Linux emulation o kern/169805 emulation [linux] utime() syscall does not work in linuxulator o kern/159646 emulation [linux] [patch] bump Linux version in linuxulator f kern/156691 emulation [vmware] [panic] panic when using hard disks as RAW de o kern/156353 emulation [ibcs2] ibcs2 binaries that execute on 4.x not working o kern/155577 emulation [boot] BTX halted after install. Reboot during install o kern/155040 emulation [linux] [patch] Linux recvfrom doesn't handle proto fa o kern/153990 emulation [hyper-v]: Will not install into Hyper-V on Server 200 o kern/153887 emulation [linux] Linux emulator not understand STB_GNU_UNIQUE b o kern/153243 emulation [ibcs2] Seg fault whne running COFF binary using iBCS2 o kern/151714 emulation [linux] print/acroread9 not usable due to lack of supp a bin/150262 emulation [patch] truss(1) -f doesn't follow descendants of the a kern/150186 emulation [parallels] [panic] Parallels Desktop: CDROM disconnec o ports/148097 emulation [patch] suggested addition to linux_base-* packages to o ports/148096 emulation emulators/linux_base-* can not be built from ports on o kern/147793 emulation [vmware] [panic] cdrom handling, panic, possible race o kern/146237 emulation [linux] Linux binaries not reading directories mounted p kern/144584 emulation [linprocfs][patch] bogus values in linprocfs o ports/142837 emulation [patch] emulators/linux_base-* packages fails to insta o kern/140156 emulation [linux] cdparanoia fails to read drive data f kern/138944 emulation [parallels] [regression] Parallels no longer works in o kern/138880 emulation [linux] munmap segfaults after linux_mmap2 stresstest o ports/135337 emulation [PATCH] emulators/linux_base-f10: incorrect bash usage s kern/133144 emulation [linux] linuxulator 2.6 crashes with nvidias libGL.so. o kern/126232 emulation [linux] Linux ioctl TCGETS (0x5401) always fails o kern/86619 emulation [linux] linux emulator interacts oddly with cp a kern/72920 emulation [linux] path "prefixing" is not done on unix domain so o kern/41543 emulation [patch] [request] easier wine/w23 support o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o kern/36952 emulation [patch] [linux] ldd(1) command of linux does not work o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 44 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Feb 3 11:08:21 2014 Return-Path: Delivered-To: vbox@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6502936 for ; Mon, 3 Feb 2014 11:08:21 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D24161BAD for ; Mon, 3 Feb 2014 11:08:21 +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 s13B8LsL024510 for ; Mon, 3 Feb 2014 11:08:21 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s13B8LY6024508 for vbox@FreeBSD.org; Mon, 3 Feb 2014 11:08:21 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 3 Feb 2014 11:08:21 GMT Message-Id: <201402031108.s13B8LY6024508@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: vbox@FreeBSD.org Subject: Current problem reports assigned to vbox@FreeBSD.org X-Mailman-Approved-At: Mon, 03 Feb 2014 13:07:40 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 11:08:22 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/184964 vbox [patch] emulators/virtualbox-ose-additions: does not b o ports/183739 vbox emulators/virtualbox-ose-kmod fails to build on freebs o ports/182787 vbox emulators/virtualbox-ose-additions: fix VBoxClient pat o ports/182471 vbox emulators/virtualbox-ose gets SIGBUS with VNC o ports/182469 vbox emulators/virtualbox-ose VNC extension has incorrect p o ports/182468 vbox [patch] lang/gcc builds unrunnable emulators/virtualbo o ports/182320 vbox emulators/virtualbox-ose-additions will not compile on o ports/179507 vbox devel/kBuild won't compile on current o ports/177202 vbox [PATCH] emulators/virtualbox-ose option to skip buildi o ports/175411 vbox [PATCH] emulators/virtualbox-ose 4.2.6: popcnt bug o ports/175288 vbox emulators/virtualbox-ose: FreeBSD VirtualBox guest una o ports/175221 vbox emulators/virtualbox-ose: Cannot Resume VirtualBox VMs o ports/174975 vbox Latest emulators/virtualbox-ose-kmod 4.2.6 commit (309 o ports/174968 vbox emulators/virtualbox-ose: CAM lockup when using more t o ports/173925 vbox emulators/virtualbox-ose-additions 4.1.22 VBoxService o ports/173672 vbox emulators/virtualbox-ose: VirtualBox and bridge proble o ports/167720 vbox emulators/virtualbox-ose: VirtualBox 4.1.14- Guest: Fr o ports/163142 vbox emulators/virtualbox-ose: virtualbox doesn't work on n o kern/140453 vbox [sound] [vbox] No sound inside Virtualbox on 50% volum 19 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Feb 3 14:40:12 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5EE9CBC2 for ; Mon, 3 Feb 2014 14:40:12 +0000 (UTC) Received: from mail-vc0-x231.google.com (mail-vc0-x231.google.com [IPv6:2607:f8b0:400c:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 171911E36 for ; Mon, 3 Feb 2014 14:40:12 +0000 (UTC) Received: by mail-vc0-f177.google.com with SMTP id if11so4689059vcb.8 for ; Mon, 03 Feb 2014 06:40:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=JP59JIat8DskxsTqa+zWSaURfoUeS0VUn6KyGzIvtEM=; b=uvsW5rAUSlMVTEemj1u5P6jtkuUYKmzFiFbSGdGIttxWPjTktXvlt4BcuNPoTAULVk GHD99aGlEeMQeVGadNXatf5dWT0zZb2ZJEkoluBYYqgFRIIhqHsYxCQukoOBPQVm7HQB 6V+ZNO7eHvRvUT5+DCGNabM/MzysSg2b7UXSfhrkeduTfbtG0tg3T5CgxzdaprF35OEp fLBHrWeuj2fphkZW5rHrWaoeFy5EmDPBg7y1rgogh7uASX1UN9tUnz4tyjQVDbPJcPV4 o+mC5AUE6IyFDgj+DJj1Ukxs7dNvmvZABDDYtlHvyP3juxKa3pb70qadWDx4RzAol+xa MgVQ== MIME-Version: 1.0 X-Received: by 10.52.26.148 with SMTP id l20mr4295496vdg.28.1391438411043; Mon, 03 Feb 2014 06:40:11 -0800 (PST) Received: by 10.58.6.210 with HTTP; Mon, 3 Feb 2014 06:40:10 -0800 (PST) Received: by 10.58.6.210 with HTTP; Mon, 3 Feb 2014 06:40:10 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Feb 2014 06:40:10 -0800 Message-ID: Subject: Re: Building virtualbox-ose on Freebsed10 Stable failed when linking scm. From: Leonard Rucker To: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 14:40:12 -0000 I just updated from 9.2 stable to 10 stable over the weekend and rebuilt all of my other ports. The other port I am having trouble with is openjdk6 but I haven't looked into that one yet and I only mention in case it provides any clues. On Feb 2, 2014 10:27 PM, "Bernhard Fr=F6hlich" wrote: > > Am 03.02.2014 05:04 schrieb "Leonard Rucker" : > > > > Hey Everyone, > > > > When I try to build virtualbox via ports the process fails... Here are > the > > details: > > > > Link fails on the following command: > > g++46 -m64 -o > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd= 64/release/obj/scm/scm > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd= 64/release/obj/scm/scm.o > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd= 64/release/obj/scm/scmdiff.o > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd= 64/release/obj/scm/scmrw.o > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd= 64/release/obj/scm/scmstream.o > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd= 64/release/obj/scm/scmsubversion.o > > -L/usr/local/lib -lpthread -lrt > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd= 64/release/lib/RuntimeBldProg.a > > > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd= 64/release/lib/VBox-kStuffStaticBldProg.a > > > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd= 64/release/lib/RuntimeBldProg.a > > -lpthread -lssl -lcrypto > > > > Here are the link errors I'm getting: > > > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd= 64/release/lib/RuntimeBldProg.a(utf8-posix.o): > > In function `rtstrConvertCached': > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtim= e/r3/posix/utf8-posix.cpp:200: > > undefined reference to `libiconv' > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtim= e/r3/posix/utf8-posix.cpp:184: > > undefined reference to `libiconv_open' > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtim= e/r3/posix/utf8-posix.cpp:244: > > undefined reference to `libiconv_close' > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd= 64/release/lib/RuntimeBldProg.a(utf8-posix.o): > > In function `rtStrConvertUncached': > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtim= e/r3/posix/utf8-posix.cpp:315: > > undefined reference to `libiconv_open' > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtim= e/r3/posix/utf8-posix.cpp:330: > > undefined reference to `libiconv' > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtim= e/r3/posix/utf8-posix.cpp:351: > > undefined reference to `libiconv_close' > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtim= e/r3/posix/utf8-posix.cpp:340: > > undefined reference to `libiconv_close' > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd= 64/release/lib/RuntimeBldProg.a(utf8-posix.o): > > In function `rtStrIconvCacheDestroy': > > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/src/VBox/Runtim= e/r3/posix/utf8-posix.cpp:115: > > undefined reference to `libiconv_close' > > collect2: ld returned 1 exit status > > kmk: *** > > > [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.am= d64/release/obj/scm/scm] > > Error 1 > > > > If I add -liconv to the end of the link command the link succeeds. > > > > My question is what should I do to fix the port so I may install? > > > > Thanks for any help. > > > > Len > > Which FreeBSD version are you running? Was it updated from a previous > version or a fresh installation? > From owner-freebsd-emulation@FreeBSD.ORG Mon Feb 3 16:53:02 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7F33C7F for ; Mon, 3 Feb 2014 16:53:02 +0000 (UTC) Received: from mail-pb0-x230.google.com (mail-pb0-x230.google.com [IPv6:2607:f8b0:400e:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A9641B5D for ; Mon, 3 Feb 2014 16:53:02 +0000 (UTC) Received: by mail-pb0-f48.google.com with SMTP id rr13so7276109pbb.35 for ; Mon, 03 Feb 2014 08:53:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ZbFozLF0IjVbwQxUX3CrAoV8hDkdA+eeMcGLds1KbrU=; b=T7Lp9lBwigDP74I2ii0OLwx6yv/UWdqAL4liRDuQhVolAIqzHRZnuBXDeXQTchMpTA +6IBZOtZM4xMAvsigetcEfTZ3RPcLlIupk3hgzXxVv3pvw2c17kKfh78zFetebpLx0kL 0WIxyKJwgv9sUJHiAu3GpZF27cgsXD5SF6bhcNBoU7JkJncIo8LlqqzWzxG20Nar3yFC R+UcHr8xvFf5ZOA2awZmMRBJfvlre1mbKQ/vHouBciwiq+WdxZ6ve3NhmQYw2PzPPq7h /a95k7zie+NmW+/QyRP3rs5Na5svtF/e/xGN1KA/OYgPLHIkwzKmGEnswXcZuF39v3hC suXA== MIME-Version: 1.0 X-Received: by 10.68.218.65 with SMTP id pe1mr38136103pbc.1.1391446380812; Mon, 03 Feb 2014 08:53:00 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.67.30.1 with HTTP; Mon, 3 Feb 2014 08:53:00 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Feb 2014 08:53:00 -0800 X-Google-Sender-Auth: cdLDVM_soKwTAUaA2ELDmG7UyMU Message-ID: Subject: Re: Building virtualbox-ose on Freebsed10 Stable failed when linking scm. From: Kevin Oberman To: Leonard Rucker Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: =?UTF-8?Q?Bernhard_Fr=C3=B6hlich?= , freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 16:53:02 -0000 On Mon, Feb 3, 2014 at 6:40 AM, Leonard Rucker wrote: > I just updated from 9.2 stable to 10 stable over the weekend and rebuilt > all of my other ports. The other port I am having trouble with is openjdk6 > but I haven't looked into that one yet and I only mention in case it > provides any clues. > OpenJDK6 failed for me, as well, but I was not upgrading the OS to 10, so I suspect that it is unrelated to the upgrade. Just delete openjdk6 and re-install it. the new version can't be rebuilt with some recent older versions. This will result in the bootstrap port being installed, so you probably want to delete that after openjdk6 is re-installed. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com From owner-freebsd-emulation@FreeBSD.ORG Mon Feb 3 17:10:17 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 83CE64FB for ; Mon, 3 Feb 2014 17:10:17 +0000 (UTC) Received: from mail-la0-x22b.google.com (mail-la0-x22b.google.com [IPv6:2a00:1450:4010:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 07A621CB6 for ; Mon, 3 Feb 2014 17:10:16 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id pv20so5730005lab.30 for ; Mon, 03 Feb 2014 09:10:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=frktesUXULRIP753x6ozgTTBz6qEazZ7+Znff/5kKeg=; b=bib4bZ6HfL/i3a145LETyu6RgF4nb71uS/NGL564xwHFOyi9GvkQmOrJ/L3vHHfViy DNLymZrojjvHrs8E7g4AQejFP/pXfVefL1KiQScB9mZbqrpxDj5reEJeX5bxA3IDIevc dRHgAxVFUKsxJaKsCtgc3zAs2+HUftYoOcQuHT8zg/oDOSwYv2UgIKaSMcZ+K7H4IiJy qmfAT/l/YDmt1gdv319aNcP3V4vS+YFeS3J8wD/uEs6bIAmbhc6YEVkiaOBnSph2aHMT oeJBBl9DQ8slLWLI6iIiaRmyAzvdhNVDmiQrtztTE+xE0NxOWaTr31zaNwSzyEi8MCcq 2upw== MIME-Version: 1.0 X-Received: by 10.112.40.114 with SMTP id w18mr13525789lbk.20.1391447414966; Mon, 03 Feb 2014 09:10:14 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.30.211 with HTTP; Mon, 3 Feb 2014 09:10:14 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Feb 2014 09:10:14 -0800 X-Google-Sender-Auth: YT1evlWeBoPmgN-QBLHESJjZv5g Message-ID: Subject: Re: Building virtualbox-ose on Freebsed10 Stable failed when linking scm. From: Craig Rodrigues To: Leonard Rucker Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= , "freebsd-emulation@freebsd.org" X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 17:10:17 -0000 On Mon, Feb 3, 2014 at 6:40 AM, Leonard Rucker wrote: > I just updated from 9.2 stable to 10 stable over the weekend and rebuilt > all of my other ports. The other port I am having trouble with is openjdk6 > but I haven't looked into that one yet and I only mention in case it > provides any clues. > Since you upgraded from 9.2-stable to 10-stable and had some problems with libiconv, it is highly recommended that you: (1) Make sure that you follow all the steps for upgrading FreeBSD http://www5.us.freebsd.org/doc/handbook/updating-upgrading.html and make sure you delete old stuff properly. (2) Look at http://svnweb.freebsd.org/ports/head/UPDATING?view=markup and make sure you follow all the steps in the entry for 20130904 related to libiconv. -- Craig From owner-freebsd-emulation@FreeBSD.ORG Mon Feb 3 18:05:30 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E969370 for ; Mon, 3 Feb 2014 18:05:30 +0000 (UTC) Received: from mail-ve0-x230.google.com (mail-ve0-x230.google.com [IPv6:2607:f8b0:400c:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 369211261 for ; Mon, 3 Feb 2014 18:05:30 +0000 (UTC) Received: by mail-ve0-f176.google.com with SMTP id oz11so5191828veb.35 for ; Mon, 03 Feb 2014 10:05:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/6l8h0VKOp8DoEa59CMe6JKzzpNqYXzgXeSI/9I6M28=; b=BUchZM0QLND2bU26Q3dFVjAevlKTNXMnRWH4JpOC/1vfdA8M3wn1HzbySLofV0cb6E dXTsHrtkfRY9sQxmPUQ/oMeN21G10ExN09nzoHX+9AFdwNbzXvxHznm6OPI7RSgBAFKK YsQkRxxlRBw7hw2+lNJsfjneYBGN3FRsFXd2sp6KyU27x28vO70Od29fsUfVJjRUclK4 kzRR9gZI1CqqvucrbQpIQ19mA5yL7ZnTUWpF7vpKa1oe7Ok4DPKvVuiZa6O45YNbuAZB ZBz6cLxHy4bfo/z1VwLrWxJAdAJUyioU9tduadLsoiYU/KV6bD8GxsL8xtQwGo4j+m5X umRw== MIME-Version: 1.0 X-Received: by 10.52.189.33 with SMTP id gf1mr4945086vdc.26.1391450729184; Mon, 03 Feb 2014 10:05:29 -0800 (PST) Received: by 10.58.6.210 with HTTP; Mon, 3 Feb 2014 10:05:28 -0800 (PST) Received: by 10.58.6.210 with HTTP; Mon, 3 Feb 2014 10:05:28 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Feb 2014 10:05:28 -0800 Message-ID: Subject: Re: Building virtualbox-ose on Freebsed10 Stable failed when linking scm. From: Leonard Rucker To: Kevin Oberman Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 18:05:30 -0000 Hey Kevin, You were right on the money. A deinstall and reinstall of openjdk6 did the trick. All that it's left is VirtualBox. Thanks! On Feb 3, 2014 8:53 AM, "Kevin Oberman" wrote: > On Mon, Feb 3, 2014 at 6:40 AM, Leonard Rucker wrote: > >> I just updated from 9.2 stable to 10 stable over the weekend and rebuilt >> all of my other ports. The other port I am having trouble with is >> openjdk6 >> but I haven't looked into that one yet and I only mention in case it >> provides any clues. >> > > OpenJDK6 failed for me, as well, but I was not upgrading the OS to 10, so > I suspect that it is unrelated to the upgrade. > > Just delete openjdk6 and re-install it. the new version can't be rebuilt > with some recent older versions. This will result in the bootstrap port > being installed, so you probably want to delete that after openjdk6 is > re-installed. > -- > R. Kevin Oberman, Network Engineer, Retired > E-mail: rkoberman@gmail.com > From owner-freebsd-emulation@FreeBSD.ORG Mon Feb 3 18:16:17 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7753E78D for ; Mon, 3 Feb 2014 18:16:17 +0000 (UTC) Received: from mail-pd0-x233.google.com (mail-pd0-x233.google.com [IPv6:2607:f8b0:400e:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4D3B61359 for ; Mon, 3 Feb 2014 18:16:17 +0000 (UTC) Received: by mail-pd0-f179.google.com with SMTP id q10so7186730pdj.10 for ; Mon, 03 Feb 2014 10:16:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=KvpmaaMZq3n1lyzBQcyaP3/vQpmXffjs++Kf2AXiwGs=; b=SG1+vAPyhE4S4sHDfXnch3WdXhQeO3jwnlM11myFssyOJNQVFhFJz+K/9TlWPXHWmu IpNR8Rwij0OufItqVwaodVaKPT6rF2WR0uCRQmtxXIWYVfpfSzSup4xSPHB04rosuZj5 qDJEdrgV+wdZ4ZBkaWbIYYVEr8/nBsB2zq1N1vnDvnva9h1KfMoqOLHxNq2eGEtbtqaA DiVbXzMh7YI0Wzspx1PMMXgtVCqllpI30yeGVVPNQR7HEOx0w4AwNm6naN22ngh55N0p +UQXXSgEdpsht92hnieoqZcWgG5gzYFH18mbz4J+ApENZGGo38BgZBjyH45dB8s01Sdz FgNA== MIME-Version: 1.0 X-Received: by 10.68.189.5 with SMTP id ge5mr38560269pbc.42.1391451371400; Mon, 03 Feb 2014 10:16:11 -0800 (PST) Received: by 10.68.155.38 with HTTP; Mon, 3 Feb 2014 10:16:11 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Feb 2014 13:16:11 -0500 Message-ID: Subject: Re: Building virtualbox-ose on Freebsed10 Stable failed when linking scm. From: Aryeh Friedman To: Leonard Rucker Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 18:16:17 -0000 Depending on your needs bhyve+qemu+what ever other hyperv's you need might be a better better bet then design then usign vbox for now... If you want FB and Linux guests then PetiteCloud night be a good bet (Linux is under active development and will be ready for end-user release later in the week) From owner-freebsd-emulation@FreeBSD.ORG Mon Feb 3 18:19:21 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BBF03A52 for ; Mon, 3 Feb 2014 18:19:21 +0000 (UTC) Received: from mail-pd0-x235.google.com (mail-pd0-x235.google.com [IPv6:2607:f8b0:400e:c02::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 911831396 for ; Mon, 3 Feb 2014 18:19:21 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id y10so7146662pdj.40 for ; Mon, 03 Feb 2014 10:19:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1g6b0ol9CnI6ix8ghVaPc4bqZ6AAcuMLen2aq2ACVmk=; b=A5Yz0G973Aoa7/Co2X8FWDSizZnbSW3PdR2T/BfwbzemGgDBqht9TyJuXRfQEhogFi D0UtaLLzGaAno+b7eyRy27Bbl1Txyrt6zB3etYN8D83PmLasUduYQUSA8odcDGF6LJxH uQc3uKhg8/GtWyFN9EHsc+QKnIRH1A08j71BKCRxe2uo7HuR6fJR8V3OHcYCvQhO+JzH 3ay/JsxGefhAQ1L7W5HYk2/aYTUX8jAwpvmmZf2Oq0MV75xwZ7YwMeRPnNiMzfaz+HNt 6maqtYNAUKqPLkzosEvgDd9ViWrqozHr5XkOAb0Kw4/XYx9Uhpqg4ctMvGA0/ftyaZ9Q GRXQ== MIME-Version: 1.0 X-Received: by 10.69.19.139 with SMTP id gu11mr4795169pbd.149.1391451561095; Mon, 03 Feb 2014 10:19:21 -0800 (PST) Received: by 10.68.155.38 with HTTP; Mon, 3 Feb 2014 10:19:21 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Feb 2014 13:19:21 -0500 Message-ID: Subject: Re: Building virtualbox-ose on Freebsed10 Stable failed when linking scm. From: Aryeh Friedman To: Leonard Rucker Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 18:19:21 -0000 oops I meant fb/linux as a host not a guest (we support of x86 OS's as guests) On Mon, Feb 3, 2014 at 1:16 PM, Aryeh Friedman wrote: > Depending on your needs bhyve+qemu+what ever other hyperv's you need might > be a better better bet then design then usign vbox for now... If you want > FB and Linux guests then PetiteCloud night be a good bet (Linux is under > active development and will be ready for end-user release later in the week) > -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org From owner-freebsd-emulation@FreeBSD.ORG Mon Feb 3 20:38:46 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85107A9C; Mon, 3 Feb 2014 20:38:46 +0000 (UTC) Received: from mail-qa0-x22e.google.com (mail-qa0-x22e.google.com [IPv6:2607:f8b0:400d:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3625011A0; Mon, 3 Feb 2014 20:38:46 +0000 (UTC) Received: by mail-qa0-f46.google.com with SMTP id ii20so10811555qab.33 for ; Mon, 03 Feb 2014 12:38:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=aNjogVe9r0HNVZW+mUEfhs6GYIBONgoStL8zlCN1QR4=; b=K0Ehsnu+aOvnT9Qpo7jvOTw+qmMQHZbXm0p5TrpTWXBcg7c1a8FyrCM4A17uebMOcj 8Fw6AJSIlNqMWi2rPdU+TzxwBJ/AbFtH8WF6p+xi4E3iViePESNks1y4ZUW92f3KX1NB yTBzx3WA4qmfmDBrLotwAPwI4dkTg4JybYFmJ0NNKVuiEiR4brNS2onrWL3CmdX3L/fG k9Ti/G1BqrgnLtG6ODJCXS5shmKPXWqIJs5r1T9WwxtwPxb0CFvTeu8W9BJ7qajYvb34 GVzeA0oV7TmduqBblHREzr65HioN9/KEOLk2NQy4TSDsxsItERwZFCybRzMwAAkj5tlo VOUw== MIME-Version: 1.0 X-Received: by 10.140.83.112 with SMTP id i103mr56451354qgd.100.1391459925339; Mon, 03 Feb 2014 12:38:45 -0800 (PST) Sender: tomek.cedro@gmail.com Received: by 10.229.151.73 with HTTP; Mon, 3 Feb 2014 12:38:45 -0800 (PST) Date: Mon, 3 Feb 2014 21:38:45 +0100 X-Google-Sender-Auth: VWG6JrTDX3fvWjIX_gT0st96COQ Message-ID: Subject: VirtualBox 4.3.6 keyboard repeats keystrokes From: CeDeROM To: freebsd-emulation@freebsd.org, FreeBSD Stable Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 20:38:46 -0000 Hello :-) I have noticed that quite often keystrokes are repeated in VBox 4.3.6 OSE on FreeBSD-10.0 AMD64. For example when I press cursor left it repeats many times, letters also. The fast way to stop this is to switch to another application on my BSD box then switch back to VBox.. Did anyone notice this behavior? What is the problem? Best regards :-) Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 4 01:44:10 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7DD5C86C; Tue, 4 Feb 2014 01:44:10 +0000 (UTC) Received: from mail-pb0-x22d.google.com (mail-pb0-x22d.google.com [IPv6:2607:f8b0:400e:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 451491E11; Tue, 4 Feb 2014 01:44:10 +0000 (UTC) Received: by mail-pb0-f45.google.com with SMTP id un15so7805100pbc.32 for ; Mon, 03 Feb 2014 17:44:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=WRq3JiVvSRZ5nO/9hnel8fdmodu9Ob9GYNTn3lsK2lo=; b=Qckc9mCK7ZyQZRvzsaInaNp4zKgv67EnhH2W1m9iDoGMw1uRQXWGTunmhISCciazqe pEaFky8a5mg8jXKWAuxAN5KW7e02sv2D8xe2fs2eM3T4GNCZ+pVW/RWKVIy3MAP2vSaz /e8iADBCzIV3vqUU3WPe2aRy4A6q6Zhegowd9dSAEkp1Li5ySKWcPx7++tvneFlcCk6c pC46Zv9ZJpme7/GZQc+x2gEOhSTZgpo7jF0XWxpaLAs9FxUm4DrsTt/X0g1i24fP+ezg mrWmxP48zrUPu9gBzffeZJ3np9xNBTgsNhhbDvAc/LZNYfKNe63PyqwIyXYStoL9IvV8 QU7A== MIME-Version: 1.0 X-Received: by 10.68.218.65 with SMTP id pe1mr40595885pbc.1.1391478249928; Mon, 03 Feb 2014 17:44:09 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.67.30.1 with HTTP; Mon, 3 Feb 2014 17:44:09 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Feb 2014 17:44:09 -0800 X-Google-Sender-Auth: uHbgD2YADJZk0OGB1R3eLb1a5JM Message-ID: Subject: Re: VirtualBox 4.3.6 keyboard repeats keystrokes From: Kevin Oberman To: CeDeROM Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-emulation@freebsd.org, FreeBSD Stable X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 01:44:10 -0000 On Mon, Feb 3, 2014 at 12:38 PM, CeDeROM wrote: > Hello :-) > > I have noticed that quite often keystrokes are repeated in VBox 4.3.6 > OSE on FreeBSD-10.0 AMD64. For example when I press cursor left it > repeats many times, letters also. The fast way to stop this is to > switch to another application on my BSD box then switch back to VBox.. > > Did anyone notice this behavior? What is the problem? > > Best regards :-) > Tomek > > -- > CeDeROM, SQ7MHZ, http://www.tomek.cedro.info > I have this issue, but only when logged into the VM remotely via RDP. From the local console this never happens. It is intermittent and never happens when the session is first opened. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 4 02:31:50 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2227E13A for ; Tue, 4 Feb 2014 02:31:50 +0000 (UTC) Received: from mail-vc0-x236.google.com (mail-vc0-x236.google.com [IPv6:2607:f8b0:400c:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CEC3212BD for ; Tue, 4 Feb 2014 02:31:49 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id id10so5312544vcb.41 for ; Mon, 03 Feb 2014 18:31:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bewniNnCxXmGJjoOhvphAwVVYFzch0U0+aj3icZ5JNw=; b=DEhmluwZr2WtIi2p4i7Gx4PY03OaOgFgvSlMTdpYEQTTk6Ocw9K4ABQKXhuNw7UtL0 JHIWX73feqiQIpAjQ5bTXXfqTAtkUqGm1cNjZeLGb+xjEdTvJNJ5yDL8iz7lYxj1wBaS nJAnUOlAMHH1/BhXrSdm5+5ei+VD+AdNgwPgUYYj4taQ/EUVPMMzGd81BLZJCJTAdCvy 3HWkz987ZVISj0f3vnrDcylRgVYmXvY0THdrJgb6q/0c4PJeNjiy3w4ZM2WS+SWs2S/1 9o+flvsCJ8JxPqF+bMytEc+rn+Ut3h+WneEeyE/4YahAgKxW8CHWSlYDVmYJ9qMu6gYE Tm3g== MIME-Version: 1.0 X-Received: by 10.220.103.141 with SMTP id k13mr4079267vco.25.1391481108903; Mon, 03 Feb 2014 18:31:48 -0800 (PST) Received: by 10.58.6.210 with HTTP; Mon, 3 Feb 2014 18:31:48 -0800 (PST) Received: by 10.58.6.210 with HTTP; Mon, 3 Feb 2014 18:31:48 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Feb 2014 18:31:48 -0800 Message-ID: Subject: Re: Building virtualbox-ose on Freebsed10 Stable failed when linking scm. From: Leonard Rucker To: Aryeh Friedman Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 02:31:50 -0000 I just use jails instead of Linux vms. I use virtual box for Windows instances. On Feb 3, 2014 10:19 AM, "Aryeh Friedman" wrote: > oops I meant fb/linux as a host not a guest (we support of x86 OS's as > guests) > > > On Mon, Feb 3, 2014 at 1:16 PM, Aryeh Friedman wrote: > >> Depending on your needs bhyve+qemu+what ever other hyperv's you need >> might be a better better bet then design then usign vbox for now... If you >> want FB and Linux guests then PetiteCloud night be a good bet (Linux is >> under active development and will be ready for end-user release later in >> the week) >> > > > > -- > Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org > From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 4 02:41:07 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8470587 for ; Tue, 4 Feb 2014 02:41:07 +0000 (UTC) Received: from mail-pd0-x232.google.com (mail-pd0-x232.google.com [IPv6:2607:f8b0:400e:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8BD9D136C for ; Tue, 4 Feb 2014 02:41:07 +0000 (UTC) Received: by mail-pd0-f178.google.com with SMTP id y13so7629377pdi.37 for ; Mon, 03 Feb 2014 18:41:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=yA0I+FwzNipqFw+dOZoK3G/NAwbBrbPHacEf1B+pZR4=; b=KtE1ZXEccv47xHv7D7k+hNo7n3q8Y1Mpa5WR2IyY+DIac/+YTLqaCuIETVT3jwUplm 65VtZF4O6LeSjsoVvMxHzWgrqmoOV0eoR6lFkBCkx6SNlIBbabQtOCFSNF9r9Zwjv2Gp VEWRdTzAs3KpOtjC1lo6pgmF4gCzspXiZid398B10Jkpo7koDD8Q3PgN7z+Xlpfbpopo Tje8QanbcaWdZtfCGsGrGtopJ44RKScQJXvy8Vo9dNLpKqq7c8m/nIkZAHgcBWW/O5Tr zs2Iltk063iMuG6xUsfEGfir7C/YfIrxnw12QPpofrphxaKC9T7jlSk+eNnZcir1t/d8 5Gdw== MIME-Version: 1.0 X-Received: by 10.68.87.98 with SMTP id w2mr40977776pbz.2.1391481667244; Mon, 03 Feb 2014 18:41:07 -0800 (PST) Received: by 10.68.155.38 with HTTP; Mon, 3 Feb 2014 18:41:07 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Feb 2014 21:41:07 -0500 Message-ID: Subject: Re: Building virtualbox-ose on Freebsed10 Stable failed when linking scm. From: Aryeh Friedman To: Leonard Rucker Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 02:41:07 -0000 You can use qemu via petitecloud and get exactly the same effect (you will have to VNC to the console but thats the only main difference [also purposely fewer options that are not relivent in a cloud like environment]).... also since petitecloud is developed 100% on FreeBSD (we only support linux because of the overwhelming market share [see my post in -virtualization@ for how to use FreeBSD's strengths as a cloud platform to reverse this]) you not "using linux vms" On Mon, Feb 3, 2014 at 9:31 PM, Leonard Rucker wrote: > I just use jails instead of Linux vms. I use virtual box for Windows > instances. > On Feb 3, 2014 10:19 AM, "Aryeh Friedman" > wrote: > >> oops I meant fb/linux as a host not a guest (we support of x86 OS's as >> guests) >> >> >> On Mon, Feb 3, 2014 at 1:16 PM, Aryeh Friedman wrote: >> >>> Depending on your needs bhyve+qemu+what ever other hyperv's you need >>> might be a better better bet then design then usign vbox for now... If you >>> want FB and Linux guests then PetiteCloud night be a good bet (Linux is >>> under active development and will be ready for end-user release later in >>> the week) >>> >> >> >> >> -- >> Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org >> > -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 4 03:03:23 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC283130; Tue, 4 Feb 2014 03:03:23 +0000 (UTC) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95D551852; Tue, 4 Feb 2014 03:03:23 +0000 (UTC) Received: by mail-pa0-f45.google.com with SMTP id lf10so7910589pab.32 for ; Mon, 03 Feb 2014 19:03:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=uwYqIQj8rqu/f5Y2nAK8v9hrTr3po2zcgD0lwSj4sIs=; b=DUZZPYkeZrvpRsSwte4eKgdRw13UQbL9jv9RQTz+s/wdYiW0/QL9ylHHFXoj4kpEym D4nJMLZnosamh3FxhX/a9pf9HSDUsvo7bkF30j0sDfWNDBuFSYmUBSl1s/T09lLvw/rP 8gpPYxsTHtkCjR/uFPtC64TVH5mstXAbGadUKN0vk8BsF+192dumMQrmJwso3khAR38Z x1pdhT/MB6MDyOtLlxHNHsE0f8tG0xKFDnEvLkpzlTXT9X1vV6CXfhjF1ubSmK1aC97d jMhlUm1DfRqaAUlGAdWpZn6VI+imsFDGz5P/afhuFFp+Tl36SAvIgcWSZagtKi/APoUo shsA== MIME-Version: 1.0 X-Received: by 10.66.179.143 with SMTP id dg15mr41501995pac.52.1391483003182; Mon, 03 Feb 2014 19:03:23 -0800 (PST) Received: by 10.68.155.38 with HTTP; Mon, 3 Feb 2014 19:03:23 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Feb 2014 22:03:23 -0500 Message-ID: Subject: Re: VirtualBox 4.3.6 keyboard repeats keystrokes From: Aryeh Friedman To: Kevin Oberman Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-emulation@freebsd.org, FreeBSD Stable , CeDeROM X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 03:03:24 -0000 On Mon, Feb 3, 2014 at 8:44 PM, Kevin Oberman wrote: > On Mon, Feb 3, 2014 at 12:38 PM, CeDeROM wrote: > > > Hello :-) > > > > I have noticed that quite often keystrokes are repeated in VBox 4.3.6 > > OSE on FreeBSD-10.0 AMD64. For example when I press cursor left it > > repeats many times, letters also. The fast way to stop this is to > > switch to another application on my BSD box then switch back to VBox.. > > > > Did anyone notice this behavior? What is the problem? > > > > Best regards :-) > > Tomek > > > > -- > > CeDeROM, SQ7MHZ, http://www.tomek.cedro.info > > > > I have this issue, but only when logged into the VM remotely via RDP. From > the local console this never happens. It is intermittent and never happens > when the session is first opened. > Do you notice this only in VBox or other hypervisiors like bhyve or qemu? (Some motherboards do not like virtualization even when the CPU allows it one easy way to test this is with petitecloud [you might even find it a good replacement for vbox]) -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 4 06:36:19 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A033E55; Tue, 4 Feb 2014 06:36:19 +0000 (UTC) Received: from mail-pd0-x22e.google.com (mail-pd0-x22e.google.com [IPv6:2607:f8b0:400e:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E95FE1869; Tue, 4 Feb 2014 06:36:18 +0000 (UTC) Received: by mail-pd0-f174.google.com with SMTP id z10so7864609pdj.33 for ; Mon, 03 Feb 2014 22:36:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=CHWqzzVYMPzjlUVmt9rnqOjVhN6TTeblZOsDf1MiyRA=; b=Mr08HIBl8942XcE9LY2wN9/yTRgDX8VTKTkoP9aBIKz6Diqikl1rJXWrHjWUc8XKRw +Ts4pRd6DFXEAZCEY09/TWMSSX0Dk5mxnVd7yyZYXteZsSafzy4Dx0cg7+NQESI+h+LH +dpU+Wm3XkygjT8PLh27/1AInJvjk8YsJLlj/0uYz4vnl5m6UAQT9RsCqhpnX7yShoed deHKs0LFqnyWf0gsTq5VWL1DswIvwXVmjO6pPZM3KdT6aXFdYECiNWmMuWPfsUz9YHsg 09ccT6FN15ACt911NMlC7FwSEYkW3jCqDkYbgzx1fTE61ro/5WLVIQvYHJMUlHVa+1dH xVmA== MIME-Version: 1.0 X-Received: by 10.66.224.109 with SMTP id rb13mr41473173pac.78.1391495778523; Mon, 03 Feb 2014 22:36:18 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.67.30.1 with HTTP; Mon, 3 Feb 2014 22:36:18 -0800 (PST) In-Reply-To: References: Date: Mon, 3 Feb 2014 22:36:18 -0800 X-Google-Sender-Auth: -VtR5pypiTddrO3vDKq-vzxE7Eg Message-ID: Subject: Re: VirtualBox 4.3.6 keyboard repeats keystrokes From: Kevin Oberman To: Aryeh Friedman Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-emulation@freebsd.org, FreeBSD Stable , CeDeROM X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 06:36:19 -0000 On Mon, Feb 3, 2014 at 7:03 PM, Aryeh Friedman wrote: > > > > On Mon, Feb 3, 2014 at 8:44 PM, Kevin Oberman wrote: > >> On Mon, Feb 3, 2014 at 12:38 PM, CeDeROM wrote: >> >> > Hello :-) >> > >> > I have noticed that quite often keystrokes are repeated in VBox 4.3.6 >> > OSE on FreeBSD-10.0 AMD64. For example when I press cursor left it >> > repeats many times, letters also. The fast way to stop this is to >> > switch to another application on my BSD box then switch back to VBox.. >> > >> > Did anyone notice this behavior? What is the problem? >> > >> > Best regards :-) >> > Tomek >> > >> > -- >> > CeDeROM, SQ7MHZ, http://www.tomek.cedro.info >> > >> >> I have this issue, but only when logged into the VM remotely via RDP. From >> the local console this never happens. It is intermittent and never happens >> when the session is first opened. >> > > Do you notice this only in VBox or other hypervisiors like bhyve or qemu? > (Some motherboards do not like virtualization even when the CPU allows it > one easy way to test this is with petitecloud [you might even find it a > good replacement for vbox]) > -- > Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org > I only have tried VB, but I just realized that the problem is either an upstream VB issue or an issue with the RDP implementation in rdesktop. I just realized that I see the same issue when connected to a Linux Mint VB client running on a Windows7 system. The only common FreeBSD involvement is that it us the RDP client. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 4 07:01:51 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F65828A; Tue, 4 Feb 2014 07:01:51 +0000 (UTC) Received: from mail-pd0-x229.google.com (mail-pd0-x229.google.com [IPv6:2607:f8b0:400e:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 597941A09; Tue, 4 Feb 2014 07:01:51 +0000 (UTC) Received: by mail-pd0-f169.google.com with SMTP id v10so7892512pde.0 for ; Mon, 03 Feb 2014 23:01:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=gZu8PlCncF7bMHBoXb++hGHXNazx6mrwcWscmp11Xgc=; b=HDhmDW+PPV7EfPONY2VwGA6QWH7dEP6n2jk8+aP+4KXuFrfRcduwU81sJ+//ncg/bt tbBdzhEytdY1FvwPGxwx9en89lpOIcrVj5iTxxQJpqJZIDudD5u9q9Xb1GnjFEFCnR3q yagR0t1/RCsm9kr884Ml8eRKcQvnHAgSKWMBF9bTtW7PnATRGHGnDyKrLUf7cx5VR6W4 9/y0iNGF45jY45tierVV2dABwPDbjX7sT+Yq/smRAKW9vKhipInPG6de/mMcRoB55blT zuqkKuq04Xx7vosPdIybjvU7bR9IdTNtjAs3u/lpeXs+67+eerOOg74Ua3ctT8Ko012T QtTw== MIME-Version: 1.0 X-Received: by 10.68.171.229 with SMTP id ax5mr42170770pbc.125.1391497310995; Mon, 03 Feb 2014 23:01:50 -0800 (PST) Received: by 10.68.155.38 with HTTP; Mon, 3 Feb 2014 23:01:50 -0800 (PST) In-Reply-To: References: Date: Tue, 4 Feb 2014 02:01:50 -0500 Message-ID: Subject: Re: VirtualBox 4.3.6 keyboard repeats keystrokes From: Aryeh Friedman To: Kevin Oberman Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-emulation@freebsd.org, FreeBSD Stable , CeDeROM X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 07:01:51 -0000 On Tue, Feb 4, 2014 at 1:36 AM, Kevin Oberman wrote: > On Mon, Feb 3, 2014 at 7:03 PM, Aryeh Friedman wrote: > >> >> >> >> On Mon, Feb 3, 2014 at 8:44 PM, Kevin Oberman wrote: >> >>> On Mon, Feb 3, 2014 at 12:38 PM, CeDeROM wrote: >>> >>> > Hello :-) >>> > >>> > I have noticed that quite often keystrokes are repeated in VBox 4.3.6 >>> > OSE on FreeBSD-10.0 AMD64. For example when I press cursor left it >>> > repeats many times, letters also. The fast way to stop this is to >>> > switch to another application on my BSD box then switch back to VBox.. >>> > >>> > Did anyone notice this behavior? What is the problem? >>> > >>> > Best regards :-) >>> > Tomek >>> > >>> > -- >>> > CeDeROM, SQ7MHZ, http://www.tomek.cedro.info >>> > >>> >>> I have this issue, but only when logged into the VM remotely via RDP. >>> From >>> the local console this never happens. It is intermittent and never >>> happens >>> when the session is first opened. >>> >> >> Do you notice this only in VBox or other hypervisiors like bhyve or qemu? >> (Some motherboards do not like virtualization even when the CPU allows it >> one easy way to test this is with petitecloud [you might even find it a >> good replacement for vbox]) >> -- >> Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org >> > > I only have tried VB, but I just realized that the problem is either an > upstream VB issue or an issue with the RDP implementation in rdesktop. > > I just realized that I see the same issue when connected to a Linux Mint > VB client running on a Windows7 system. The only common FreeBSD > involvement is that it us the RDP client. > If you have VNC enabled VM's (if I remember right it is a vbox option) do they behave the same way? -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 4 08:51:46 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4168C808 for ; Tue, 4 Feb 2014 08:51:46 +0000 (UTC) Received: from mail-oa0-x236.google.com (mail-oa0-x236.google.com [IPv6:2607:f8b0:4003:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F10C612E1 for ; Tue, 4 Feb 2014 08:51:45 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id i4so9462948oah.41 for ; Tue, 04 Feb 2014 00:51:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=3Jgb5fTV+mqyMsTvGxTPnzhtoXbjNM9UTlvoz8gbOpg=; b=JRE0PaegGOCHJzluWfPGNUol+uQq0THHZCABqRO5ONba4/BTzonwO+CU2hO1UPCwpU ESvQmsxFw1sg6+VyJxo28xKH4nLKE9+tWituRzZYAfbNHJBtQmsE7Kpzjn2kEFhsSW5W 2T5C1lN77LVusycsILsoEVKCnsOOACAtyMItc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=3Jgb5fTV+mqyMsTvGxTPnzhtoXbjNM9UTlvoz8gbOpg=; b=GFjtg7VCz1Ry0JMW/4EfDq77aDvPb5E3bshctJPnrJ1CtcTmdoznKrOEEzi6y8eNZK rCOfScLIj3k8CLMxO9ye2TUI+IEqDgMEHX1WGs2V/GUruTZBrjqxVlYlIN3cMTSZRPQQ g2kum+VDKq4hVFGKSxefxBT4IyW4+pi9W/AJ+7YY9ns01/VyiX3fLcdAfKf8TV6evKOZ XEZodCtNBh3HEJQFcTiHhL4cAG+DN4+gHG+xOs9h0Zml4MRvf9QXFLcePckcxLDgukD1 OWoCAJyRJEaPefMDTa0m81b296uQ/6aerEQo6geRaGAY29gPobFZO8hn6b9Z1cv2gm2O NAMw== X-Gm-Message-State: ALoCoQkeSAIxH3SOZp0OQHFmxJ8ZbyQnec/8BF2bN3LDzZvTIqlPKXD3C1AU/8aBPcI6ojOEoQ5U MIME-Version: 1.0 X-Received: by 10.60.119.100 with SMTP id kt4mr15777683oeb.14.1391503905242; Tue, 04 Feb 2014 00:51:45 -0800 (PST) Sender: decke@bluelife.at Received: by 10.76.144.71 with HTTP; Tue, 4 Feb 2014 00:51:45 -0800 (PST) X-Originating-IP: [80.123.233.199] In-Reply-To: References: Date: Tue, 4 Feb 2014 09:51:45 +0100 X-Google-Sender-Auth: fiozu_A6xFK2GqH5ceOkFmI7rgs Message-ID: Subject: Re: VirtualBox 4.3.6 keyboard repeats keystrokes From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: Aryeh Friedman Content-Type: text/plain; charset=ISO-8859-1 Cc: Kevin Oberman , "freebsd-emulation@freebsd.org" , FreeBSD Stable , CeDeROM X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 08:51:46 -0000 On Tue, Feb 4, 2014 at 4:03 AM, Aryeh Friedman wrote: > On Mon, Feb 3, 2014 at 8:44 PM, Kevin Oberman wrote: > >> On Mon, Feb 3, 2014 at 12:38 PM, CeDeROM wrote: >> >> > Hello :-) >> > >> > I have noticed that quite often keystrokes are repeated in VBox 4.3.6 >> > OSE on FreeBSD-10.0 AMD64. For example when I press cursor left it >> > repeats many times, letters also. The fast way to stop this is to >> > switch to another application on my BSD box then switch back to VBox.. >> > >> > Did anyone notice this behavior? What is the problem? >> > >> > Best regards :-) >> > Tomek >> > >> > -- >> > CeDeROM, SQ7MHZ, http://www.tomek.cedro.info >> > >> >> I have this issue, but only when logged into the VM remotely via RDP. From >> the local console this never happens. It is intermittent and never happens >> when the session is first opened. >> > > Do you notice this only in VBox or other hypervisiors like bhyve or qemu? > (Some motherboards do not like virtualization even when the CPU allows it > one easy way to test this is with petitecloud [you might even find it a > good replacement for vbox]) Aryeh with all respect but could you please stop spamming all vbox related threads with your commercials for petitecloud? It's seriously too much to tell all people that have a problem with vbox to switch to a different product. -- Bernhard Froehlich http://www.bluelife.at/ From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 4 08:55:23 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E56DBDF for ; Tue, 4 Feb 2014 08:55:23 +0000 (UTC) Received: from mail-pb0-x22e.google.com (mail-pb0-x22e.google.com [IPv6:2607:f8b0:400e:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C3581318 for ; Tue, 4 Feb 2014 08:55:23 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id um1so8147527pbc.19 for ; Tue, 04 Feb 2014 00:55:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=njpGEfSrnXELMw5pW2f2wOjs47zLDXI1+NtXMkwTMKI=; b=w5kqFrI4pUhaiDOCkkJpt9XhJuAGG/aPncfuOzODKhkw5WaNThHhCnsFEm5+BgPD1H CZ7FmYlUn9cRoSX4N5aZM/T7knTVdzLClBgXjE0ks9F/TOWKFwAa7PdnG87Mv2WSDtQI SC8p8QWnwYY87s9aSZ3cYi5oEggxf/ckzyUUKEPKRCz8wY+0ds6VKtE7eNG8n81H2TKX 4sVuC7nO/WBmQjJPx+hgD2rhfYCmYGSObpgf1Q8F054RWjFpN0oMUsVhvQwbrZEcQNEz 2PkKDFqWaWyiAzWD7uGtiZbfwiz1m6TPIn+fPcKNDT94yoCI5FZaTBv08g0pv5hRbU0a gwpA== MIME-Version: 1.0 X-Received: by 10.68.230.137 with SMTP id sy9mr42481639pbc.126.1391504122726; Tue, 04 Feb 2014 00:55:22 -0800 (PST) Received: by 10.68.155.38 with HTTP; Tue, 4 Feb 2014 00:55:22 -0800 (PST) In-Reply-To: References: Date: Tue, 4 Feb 2014 03:55:22 -0500 Message-ID: Subject: Fwd: VirtualBox 4.3.6 keyboard repeats keystrokes From: Aryeh Friedman To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 08:55:23 -0000 ---------- Forwarded message ---------- From: Aryeh Friedman Date: Tue, Feb 4, 2014 at 3:54 AM Subject: Re: VirtualBox 4.3.6 keyboard repeats keystrokes To: Bernhard Fr=F6hlich I only said it was a way to test if it was vbox or the mother board was messing up... all my other suggestions where vbox related and nothing to do with petitecloud On Tue, Feb 4, 2014 at 3:51 AM, Bernhard Fr=F6hlich wro= te: > On Tue, Feb 4, 2014 at 4:03 AM, Aryeh Friedman > wrote: > > On Mon, Feb 3, 2014 at 8:44 PM, Kevin Oberman > wrote: > > > >> On Mon, Feb 3, 2014 at 12:38 PM, CeDeROM wrote: > >> > >> > Hello :-) > >> > > >> > I have noticed that quite often keystrokes are repeated in VBox 4.3.= 6 > >> > OSE on FreeBSD-10.0 AMD64. For example when I press cursor left it > >> > repeats many times, letters also. The fast way to stop this is to > >> > switch to another application on my BSD box then switch back to VBox= .. > >> > > >> > Did anyone notice this behavior? What is the problem? > >> > > >> > Best regards :-) > >> > Tomek > >> > > >> > -- > >> > CeDeROM, SQ7MHZ, http://www.tomek.cedro.info > >> > > >> > >> I have this issue, but only when logged into the VM remotely via RDP. > From > >> the local console this never happens. It is intermittent and never > happens > >> when the session is first opened. > >> > > > > Do you notice this only in VBox or other hypervisiors like bhyve or qem= u? > > (Some motherboards do not like virtualization even when the CPU allows = it > > one easy way to test this is with petitecloud [you might even find it a > > good replacement for vbox]) > > Aryeh with all respect but could you please stop spamming all vbox relate= d > threads with your commercials for petitecloud? It's seriously too much to > tell > all people that have a problem with vbox to switch to a different product= . > > -- > Bernhard Froehlich > http://www.bluelife.at/ > --=20 Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org --=20 Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 4 09:58:29 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7AE99AF; Tue, 4 Feb 2014 09:58:29 +0000 (UTC) Received: from mail-pd0-x234.google.com (mail-pd0-x234.google.com [IPv6:2607:f8b0:400e:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A53918B2; Tue, 4 Feb 2014 09:58:29 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id x10so8042340pdj.11 for ; Tue, 04 Feb 2014 01:58:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=dqnALMJhYsofxur/L0ydE6sQIBqNGdgM70age5lX2wc=; b=NPiTqT7wieqbv0SxCUEcZo22JxtXcDXXrY3mmvyvB+LeQ2YUHdBLRn4jYq4ylAkCFb big0NEhxNG7nEPJM8eZEdHIFfclpEeIWFSY9qacRUtawScLZ5ZrQCEi9i9vtyauJKrZr jZarZVNYmoD3k7flpYC2Cn2QxC8NaR4IXVDHBuV9/q+NNsq9DarzMq+6auneLcEzljWz Sur9YCoj9MFXjxiNexltXSWRHa6LQW5F4rAxII274I5G7vuHQrpPsWshKLMn3HGszFYQ fsn4xho2e3NOw3yGZos4zaXxwSN0mkgra1SAJHHUUnDeMZpHQjrA2aUYtBK5guWC6rJo nU1Q== MIME-Version: 1.0 X-Received: by 10.68.189.5 with SMTP id ge5mr42671005pbc.42.1391507909081; Tue, 04 Feb 2014 01:58:29 -0800 (PST) Received: by 10.68.155.38 with HTTP; Tue, 4 Feb 2014 01:58:28 -0800 (PST) In-Reply-To: References: Date: Tue, 4 Feb 2014 04:58:28 -0500 Message-ID: Subject: Re: VirtualBox 4.3.6 keyboard repeats keystrokes From: Aryeh Friedman To: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= , freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 09:58:29 -0000 On Tue, Feb 4, 2014 at 3:54 AM, Aryeh Friedman wr= ote: > I only said it was a way to test if it was vbox or the mother board was > messing up... all my other suggestions where vbox related and nothing to = do > with petitecloud > > > On Tue, Feb 4, 2014 at 3:51 AM, Bernhard Fr=F6hlich wr= ote: > >> On Tue, Feb 4, 2014 at 4:03 AM, Aryeh Friedman >> wrote: >> > On Mon, Feb 3, 2014 at 8:44 PM, Kevin Oberman >> wrote: >> > >> >> On Mon, Feb 3, 2014 at 12:38 PM, CeDeROM wrote: >> >> >> >> > Hello :-) >> >> > >> >> > I have noticed that quite often keystrokes are repeated in VBox 4.3= .6 >> >> > OSE on FreeBSD-10.0 AMD64. For example when I press cursor left it >> >> > repeats many times, letters also. The fast way to stop this is to >> >> > switch to another application on my BSD box then switch back to >> VBox.. >> >> > >> >> > Did anyone notice this behavior? What is the problem? >> >> > >> >> > Best regards :-) >> >> > Tomek >> >> > >> >> > -- >> >> > CeDeROM, SQ7MHZ, http://www.tomek.cedro.info >> >> > >> >> >> >> I have this issue, but only when logged into the VM remotely via RDP. >> From >> >> the local console this never happens. It is intermittent and never >> happens >> >> when the session is first opened. >> >> >> > >> > Do you notice this only in VBox or other hypervisiors like bhyve or >> qemu? >> > (Some motherboards do not like virtualization even when the CPU allows >> it >> > one easy way to test this is with petitecloud [you might even find it = a >> > good replacement for vbox]) >> >> Aryeh with all respect but could you please stop spamming all vbox relat= ed >> threads with your commercials for petitecloud? It's seriously too much t= o >> tell >> all people that have a problem with vbox to switch to a different produc= t. >> >> -- >> Bernhard Froehlich >> http://www.bluelife.at/ >> > > > > > Let's be clear on one thing we *DO NOT* recommend petitecloud be used with windows guests (currently) because the only way to run them is on qemu which, until some kind sole fixes KQEMU, runs so slow it unusable (2 hrs to run bsdinstall on a minimal install list)... the other option is vbox but I simply can't figure out how to run it headless (from a boot script specifically) this combined with the fact that unclear from Oracle's documentation if such a mode is possible [I have figured out how to script but there seems no easy way to run without a GUI {a very early version of petitecloud used this as a possible front end but we decided against due to Xorg not being universal})]... so it seems that petitecloud will just have to wait for either of the two items to be sorted out... therefore I will repeat an offer to give $50 anyone who can show/help us solve the above two problems and be listed as a petitecloud contributor --=20 Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 4 10:27:17 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 787724F0; Tue, 4 Feb 2014 10:27:17 +0000 (UTC) Received: from mail-qa0-x22f.google.com (mail-qa0-x22f.google.com [IPv6:2607:f8b0:400d:c00::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1FD6F1AF8; Tue, 4 Feb 2014 10:27:17 +0000 (UTC) Received: by mail-qa0-f47.google.com with SMTP id j5so11687762qaq.6 for ; Tue, 04 Feb 2014 02:27:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=KMecy4kFBJ1YQhLqJLKJ/Mdo4cIFplRYapzsA75qldY=; b=m5mgjUdorJBEZQNDVKLJcxSI77WlvKpRDdE9ut4PG0D+eSUwNOICa3gAkP9mkhB+g/ HQ34eAtWqONyhmnBWE8hiak8yLsJi18NC4vngDh/GLUHUbTxk6zuz9tpSqsSHli4yr8M kiYQ8Ce8tECfTXGbF6YvHSt9QseXwxhdc9BbDkqJ2FHyHNrv9vZCVcsDIDzHh3JS1uPs vycdBdI228X/v07otGbSee06z4oKjjq2uGGyUuue+AUxsYcRL+t4PWRWyAxY+qBYYTRR hlQ4/C46RccsuhWNTmbzzJZONrtP+i7b7LZDU17jZ1O5qFXY3alD05z+vQd7GMT/guR9 VBkw== MIME-Version: 1.0 X-Received: by 10.224.167.84 with SMTP id p20mr65193016qay.24.1391509636207; Tue, 04 Feb 2014 02:27:16 -0800 (PST) Sender: tomek.cedro@gmail.com Received: by 10.229.151.73 with HTTP; Tue, 4 Feb 2014 02:27:16 -0800 (PST) In-Reply-To: References: Date: Tue, 4 Feb 2014 11:27:16 +0100 X-Google-Sender-Auth: wejKkXDyzrfnflieY5WXvgfscRw Message-ID: Subject: Re: VirtualBox 4.3.6 keyboard repeats keystrokes From: CeDeROM To: Aryeh Friedman Content-Type: text/plain; charset=UTF-8 Cc: Kevin Oberman , freebsd-emulation@freebsd.org, FreeBSD Stable X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 10:27:17 -0000 On Tue, Feb 4, 2014 at 8:01 AM, Aryeh Friedman wrote: > On Tue, Feb 4, 2014 at 1:36 AM, Kevin Oberman wrote: >> I only have tried VB, but I just realized that the problem is either an upstream VB issue or an issue with the RDP implementation in rdesktop. >> I just realized that I see the same issue when connected to a Linux Mint VB client running on a Windows7 system. The only common FreeBSD involvement is that it us the RDP client. > If you have VNC enabled VM's (if I remember right it is a vbox option) do they behave the same way? No Remote Desktop nor VNC enabled in my setup... -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 4 11:21:05 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F4A22E2; Tue, 4 Feb 2014 11:21:05 +0000 (UTC) Received: from mail-pd0-x22f.google.com (mail-pd0-x22f.google.com [IPv6:2607:f8b0:400e:c02::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 351DE10F3; Tue, 4 Feb 2014 11:21:05 +0000 (UTC) Received: by mail-pd0-f175.google.com with SMTP id w10so8010911pde.6 for ; Tue, 04 Feb 2014 03:21:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=clHC1pY9aZnwCb4NbaHkDUG+rbzxhV1Ny0PN+y4RSVA=; b=nLC3w4vTTsPX4VbdDJi0tSy+J0erOAwSRPmdVNK8/1HEZfu2jyto/2+RrSGpVmlQyo J3sIT5isRlU4z4eytI9n0hJwsiA0Px85+6MmvkwHcZLVGY1Lyv7HbQ1tqRuz5DLyjxNT bP5cARJVdeTjkpZKfIxP7Xj9NKDo2sXWmcvPH+EF/UJtYQQ9rrjxQYXZFlSGA/U3SpKR YgDW8YSFwBwVjdrB2nR7bZqxx6ohGkm29Z8VnuwTiwSZWg6UckRJV4xzirKcqTFDgWjF USGQssRW7w5ks0gkauD35LFWQXvVDOeDx/gQpl4bClTzkfhSlbrbujXXL1z1xbVAIu8D /pkw== MIME-Version: 1.0 X-Received: by 10.66.149.37 with SMTP id tx5mr42861829pab.81.1391512862108; Tue, 04 Feb 2014 03:21:02 -0800 (PST) Received: by 10.68.155.38 with HTTP; Tue, 4 Feb 2014 03:21:01 -0800 (PST) In-Reply-To: References: Date: Tue, 4 Feb 2014 06:21:01 -0500 Message-ID: Subject: Re: VirtualBox 4.3.6 keyboard repeats keystrokes From: Aryeh Friedman To: CeDeROM Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Kevin Oberman , freebsd-emulation@freebsd.org, FreeBSD Stable X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 11:21:05 -0000 On Tue, Feb 4, 2014 at 5:27 AM, CeDeROM wrote: > On Tue, Feb 4, 2014 at 8:01 AM, Aryeh Friedman > wrote: > > On Tue, Feb 4, 2014 at 1:36 AM, Kevin Oberman > wrote: > >> I only have tried VB, but I just realized that the problem is either an > upstream VB issue or an issue with the RDP implementation in rdesktop. > >> I just realized that I see the same issue when connected to a Linux > Mint VB client running on a Windows7 system. The only common FreeBSD > involvement is that it us the RDP client. > > If you have VNC enabled VM's (if I remember right it is a vbox option) > do they behave the same way? > > No Remote Desktop nor VNC enabled in my setup... > Try the following test (the idea is attempt to isolate to either RDP or vbox): 1. Install some random OS under a different hypervisor (front end) [vbox is a odd combo hyperv and front end] see if you have similar problems (note to the peanut gallery this the *ONLY* reason I suggested petitecloud in the first place is to make it possible to quickly run this test [all other tests are run on vbox].. namely a manually set up hypervisor is fine also) 2. Install VNC on both host and client 3. See how it behaves via VNC with RDP enabled 4. Repeat test 2 with no RDP (VNC only) Repeat the above for each host in question (for linux your on your own for a few days since PC using Linux as a host doesn't have anything beyond developer support for linux as a host) -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 4 11:57:19 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB8BD764; Tue, 4 Feb 2014 11:57:19 +0000 (UTC) Received: from mail-pb0-x22b.google.com (mail-pb0-x22b.google.com [IPv6:2607:f8b0:400e:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 927C113A2; Tue, 4 Feb 2014 11:57:19 +0000 (UTC) Received: by mail-pb0-f43.google.com with SMTP id md12so8340218pbc.30 for ; Tue, 04 Feb 2014 03:57:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=uNJMZ74EUfkZJtnD30J66UnMjOcOE3s7jPO7Ohjt2f0=; b=HR+YhJRe6cOypnbju+4LoZnnbhI9YkhutOA8tXf9A66HNveWcOR3Lv6KR8tdnuyzgh 72w/ZcwTwpLF5R2Lbr4ipQmFvCxxXb/Bj1MW/2coqQvjdI7g9afUUn87TUce/1oFiK4h 3+8GCQGAMs2BYtoNjoaepa0a2i30su9P89ljOyBDHhno4uQrw0E2XcCNKUciZIoAq56w 6IZ6jYHLHAw3Lk/+jWBAESqc3XfAgs4S0J574Gz9FzftDrmYwheL9A2y3Cru6lA1aopR k8OS5uIFj2hG2q3rNZwI0lcPMZWl/JmA73QdmiQonT0yMak+l50YeNIN5jB7T78xUkq4 Tq0A== MIME-Version: 1.0 X-Received: by 10.66.149.37 with SMTP id tx5mr43011611pab.81.1391515039085; Tue, 04 Feb 2014 03:57:19 -0800 (PST) Received: by 10.68.155.38 with HTTP; Tue, 4 Feb 2014 03:57:19 -0800 (PST) In-Reply-To: References: Date: Tue, 4 Feb 2014 06:57:19 -0500 Message-ID: Subject: Re: VirtualBox 4.3.6 keyboard repeats keystrokes From: Aryeh Friedman To: CeDeROM Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Kevin Oberman , freebsd-emulation@freebsd.org, FreeBSD Stable X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 11:57:20 -0000 > 3. See how it behaves via VNC with RDP enabled > > Oops I meant with VNC enables and RDP disabled -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org On Tue, Feb 4, 2014 at 6:21 AM, Aryeh Friedman wrote: > > > > On Tue, Feb 4, 2014 at 5:27 AM, CeDeROM wrote: > >> On Tue, Feb 4, 2014 at 8:01 AM, Aryeh Friedman >> wrote: >> > On Tue, Feb 4, 2014 at 1:36 AM, Kevin Oberman >> wrote: >> >> I only have tried VB, but I just realized that the problem is either >> an upstream VB issue or an issue with the RDP implementation in rdesktop. >> >> I just realized that I see the same issue when connected to a Linux >> Mint VB client running on a Windows7 system. The only common FreeBSD >> involvement is that it us the RDP client. >> > If you have VNC enabled VM's (if I remember right it is a vbox option) >> do they behave the same way? >> >> No Remote Desktop nor VNC enabled in my setup... >> > > Try the following test (the idea is attempt to isolate to either RDP or > vbox): > > 1. Install some random OS under a different hypervisor (front end) [vbox > is a odd combo hyperv and front end] see if you have similar problems (note > to the peanut gallery this the *ONLY* reason I suggested petitecloud in the > first place is to make it possible to quickly run this test [all other > tests are run on vbox].. namely a manually set up hypervisor is fine also) > 2. Install VNC on both host and client > 3. See how it behaves via VNC with RDP enabled > 4. Repeat test 2 with no RDP (VNC only) > > Repeat the above for each host in question (for linux your on your own for > a few days since PC using Linux as a host doesn't have anything beyond > developer support for linux as a host) > -- > Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org > -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 4 15:52:58 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 812D0B91; Tue, 4 Feb 2014 15:52:58 +0000 (UTC) Received: from mail-vb0-x22b.google.com (mail-vb0-x22b.google.com [IPv6:2607:f8b0:400c:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 247111ADF; Tue, 4 Feb 2014 15:52:58 +0000 (UTC) Received: by mail-vb0-f43.google.com with SMTP id p5so5975747vbn.30 for ; Tue, 04 Feb 2014 07:52:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=yRdbTWfVn+sq7ydJeXiUNjbjzRyufk4jcX+Lrv4V1Ks=; b=bmFWRfTsuxBBMH0QC9/n9/OFEZgxO3eU91X/RJMnK5r5apj2Oscmzev5piVlAjbkwE tAHh6Orl0n/W88eSLQso0RoT0ljIxaI00nbaX6C8uRZofi5w9z6tIJ0E7gn/KXp7rrJE HUtu41Ril5OGGKZhWXhwYtg5yVJUEQqp2pPl1JVfR44PxbvvBT6al4G8zzL556/OjH7H kJVRrPY0m+7Mv78TaFkYzJI8oC3bgQRfoYrxX4JbFE5cEdZvY+zqn5Hxc5yvEmsLOeuI aVfutCggflumq07TtsM/2+SYv3sOVjnRTJI535x/FBi3SkcQJzdqPisckhaj+foNY9Nr 5GGQ== MIME-Version: 1.0 X-Received: by 10.52.243.102 with SMTP id wx6mr22619952vdc.12.1391529176785; Tue, 04 Feb 2014 07:52:56 -0800 (PST) Received: by 10.58.6.210 with HTTP; Tue, 4 Feb 2014 07:52:56 -0800 (PST) Received: by 10.58.6.210 with HTTP; Tue, 4 Feb 2014 07:52:56 -0800 (PST) In-Reply-To: References: Date: Tue, 4 Feb 2014 07:52:56 -0800 Message-ID: Subject: Re: Building virtualbox-ose on Freebsed10 Stable failed when linking scm. From: Leonard Rucker To: Craig Rodrigues Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 15:52:58 -0000 Thanks Craig! I didn't see your post until recently and I completely missed this entry in UPDATING. I am running portupgrade now. Thanks again. On Feb 3, 2014 9:10 AM, "Craig Rodrigues" wrote: > On Mon, Feb 3, 2014 at 6:40 AM, Leonard Rucker wrote: > >> I just updated from 9.2 stable to 10 stable over the weekend and rebuilt >> all of my other ports. The other port I am having trouble with is >> openjdk6 >> but I haven't looked into that one yet and I only mention in case it >> provides any clues. >> > > > Since you upgraded from 9.2-stable to 10-stable and had > some problems with libiconv, it is highly recommended > that you: > > (1) Make sure that you follow all the steps for upgrading FreeBSD > http://www5.us.freebsd.org/doc/handbook/updating-upgrading.html and make > sure you delete old stuff properly. > > (2) Look at http://svnweb.freebsd.org/ports/head/UPDATING?view=markupand make sure you follow all the steps in the entry for 20130904 related to > libiconv. > > -- > Craig > From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 4 22:23:31 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8791E445 for ; Tue, 4 Feb 2014 22:23:31 +0000 (UTC) Received: from mail-yk0-x231.google.com (mail-yk0-x231.google.com [IPv6:2607:f8b0:4002:c07::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 300C713BF for ; Tue, 4 Feb 2014 22:23:31 +0000 (UTC) Received: by mail-yk0-f177.google.com with SMTP id 19so51353573ykq.8 for ; Tue, 04 Feb 2014 14:23:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=date:from:to:subject:message-id:in-reply-to:references:organization :mime-version:content-type:content-transfer-encoding; bh=JqnxxwZk8uc2RvZ2yl+Jhd3VzmCMcraZTiUx57Z2wxw=; b=aw7AZtboPeY6X6U7xd0xSFEWEsav50/+hBaZx5rtR+hdcLQYV7W3dQoAmmDvD5mz5f D3/UcOaeSVE76HOC5oFdZK4mmaoRgpcrA8AuIBLDAgxcqgB+93NYyjqu4CeIzI26XzwV vPdFs/h9beBimstx8sW+1U6U2WgF27iq5lcoM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:organization:mime-version:content-type :content-transfer-encoding; bh=JqnxxwZk8uc2RvZ2yl+Jhd3VzmCMcraZTiUx57Z2wxw=; b=R6AeCRc61n2bdPnlLaVtPEzVhYi+0ildjGxUG7lGT4AgC4FKwGbwIYLSwXbK4DvmVj hldSTp4kJpoQgfflNSRvFazOJeUWtfugxTYs/DqHJMLWyynQiOpkXh+DiWiXJh0Q8Ew3 AEVkIsUwn+QWipB6TteQmgv1GPFeObxfKfHy50Wdpr60nFs+V+ycM3jJCBWsV1gUH/a/ DXPOuzSYXTvAIyGPeYJxCL9RrawFgU+EkPTX0ZMKkpbq+E7A5rzyocFgQ4jETvkDNsvW tKYF3wTtBosc6HzhixJDAGpkCRdzraiYPyea79xtrM0uXIC+M6Ps2dC1xMEp46IpAojn AhtQ== X-Gm-Message-State: ALoCoQlI06V3f9I0z2o75gnOeqt5UPH+r+h5ybSo0+U/bf5fqmHpfZvSEsJrNXtXYD/CpYTPzX4S X-Received: by 10.236.147.129 with SMTP id t1mr3596573yhj.91.1391552609596; Tue, 04 Feb 2014 14:23:29 -0800 (PST) Received: from Papi ([186.215.0.67]) by mx.google.com with ESMTPSA id 57sm88156106yhl.4.2014.02.04.14.23.28 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 04 Feb 2014 14:23:29 -0800 (PST) Date: Tue, 4 Feb 2014 19:24:46 -0300 From: Mario Lobo To: freebsd-emulation@freebsd.org Subject: Re: VirtualBox 4.3.6 keyboard repeats keystrokes Message-ID: <20140204192446.35485b68@Papi> In-Reply-To: References: Organization: BSD X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd9.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 22:23:31 -0000 On Tue, 4 Feb 2014 04:58:28 -0500 Aryeh Friedman wrote: [snip..] > >... the > other option is vbox but I simply can't figure out how to run it > headless (from a boot script specifically) this combined with the > fact that unclear from Oracle's documentation if such a mode is > possible Aryeh; Could you elaborate more on that?. I ask this because I've been running different windows vbox vms on a freeBSD host, no X installed (initially) , and they boot headless whenever the server boots. I created service scripts to start/stop them from /usr/local/etc/rc.d. I said initially because I wasn't too akin to creating VMs from command line, and opted for the vbox qt GUI to create them. Regards, -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] (99% winblows FREE) "UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things." From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 4 22:30:08 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 968207D3 for ; Tue, 4 Feb 2014 22:30:08 +0000 (UTC) Received: from mail-pa0-x235.google.com (mail-pa0-x235.google.com [IPv6:2607:f8b0:400e:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 63283149A for ; Tue, 4 Feb 2014 22:30:08 +0000 (UTC) Received: by mail-pa0-f53.google.com with SMTP id lj1so9075245pab.12 for ; Tue, 04 Feb 2014 14:30:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9Inc+DNJq2rSFTsSZkCcK3t/fH8xkv3y222akMYw4Gk=; b=Hqsin6cc+hpPPmm/u2tMKPbOdsJyErarmjbPg3vlOFXox0n5wJw0CauYCzmHM/iG6o IfwKlTnZwnMOqOMUYaAdZU8APUPKFQFZHC/aaExQSCJB3fsL9HsGuDXgZuM6S+QF+5FI wEO7Cfl/g/hlM8VON/ZuSD/nJ+Of5JJCa5ODltZfrqrnyb0hhbON9ipRsVHon+SEBJqK ENkoYKuMC9sF8En9kK6T1GbJqmcCuNuJetI/26cfXcEnLIOKV4mQPF9Hfan7xDdmWEbM 6wtivezqq16RZqGG1KDrJHMIN2wCU/qMAQWqZsjK0IbRRGPVF6uikPSqmZh99uiiNp0Y cWGg== MIME-Version: 1.0 X-Received: by 10.66.16.131 with SMTP id g3mr16791848pad.138.1391553007821; Tue, 04 Feb 2014 14:30:07 -0800 (PST) Received: by 10.68.155.38 with HTTP; Tue, 4 Feb 2014 14:30:07 -0800 (PST) In-Reply-To: <20140204192446.35485b68@Papi> References: <20140204192446.35485b68@Papi> Date: Tue, 4 Feb 2014 17:30:07 -0500 Message-ID: Subject: Re: VirtualBox 4.3.6 keyboard repeats keystrokes From: Aryeh Friedman To: Mario Lobo Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 22:30:08 -0000 On Tue, Feb 4, 2014 at 5:24 PM, Mario Lobo wrote: > On Tue, 4 Feb 2014 04:58:28 -0500 > Aryeh Friedman wrote: > > [snip..] > > > > >... the > > other option is vbox but I simply can't figure out how to run it > > headless (from a boot script specifically) this combined with the > > fact that unclear from Oracle's documentation if such a mode is > > possible > > Aryeh; > > Could you elaborate more on that?. I ask this because I've been running > different windows vbox vms on a freeBSD host, no X installed > (initially) , and they boot headless whenever the server boots. I > created service scripts to start/stop them from /usr/local/etc/rc.d. > > I said initially because I wasn't too akin to creating VMs from command > line, and opted for the vbox qt GUI to create them. > Last summer when I was attempting to do a ground up install of open stack (something that later provided impossible due to outright errors and missing information in the openstack manuals and that and the testing requirements of an other project lead to petitecloud) I did so (at least for the first few attempts) use vbox and every time I tried to run a client headless after I installed it with -gui it refused to start (windows much more often linux but both did the same)... I was never able to get a full working fbsd boot->vbox boot->vm box sequence working automatically (I also knew a lot less about virtualization then so it might be just confused memory that makes me believe this is not possible)... either way if you can either send me the scripts or post them and I can intergrate them into petitecloud I will be asking about how to send you $50. -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 4 23:38:09 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4DD69AE for ; Tue, 4 Feb 2014 23:38:09 +0000 (UTC) Received: from mail-yh0-x232.google.com (mail-yh0-x232.google.com [IPv6:2607:f8b0:4002:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E43B1A74 for ; Tue, 4 Feb 2014 23:38:09 +0000 (UTC) Received: by mail-yh0-f50.google.com with SMTP id 29so112351yhl.23 for ; Tue, 04 Feb 2014 15:38:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=date:from:to:subject:message-id:organization:mime-version :content-type:content-transfer-encoding; bh=VJYQQ2VQkHSP0gPW6ExIU++7mor5XtvRQ0Vo6j+H5Cs=; b=DuzwDRyP2vOLqWYMgEJO6Guofh9C+3Oj3XvLd220Z1wpdLRPyG4kWgHTSpYvMCF3Fd +R6gqrojKwYx3jjWFHHftbXx+W/Symtw9CU0g1jk+6cx73OIlOCqaFSw+CrELU7ghid4 ggBeNCSPQSgDMMVoGVVJKWEEXOqfe2WKCEbZY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:organization :mime-version:content-type:content-transfer-encoding; bh=VJYQQ2VQkHSP0gPW6ExIU++7mor5XtvRQ0Vo6j+H5Cs=; b=GQIzAkuFhwC0OzLy7whdxGvKmsuUmHORcq9I01GlX/FoZCB/vK8aJIQt+dW47ZGlym 4s3SqvxDgnuZ0IJfHzFtevMTJ2ChCTXMJOEjw9Ymar7hBX6XuO+AhY/Da2awoDl0eIhC Wo/1vDkZSydmlLJtZlfGF1CVmnNvJ1dGUwgghLIMxwEANepJfvvx4SW5tDphl/i4Tgs3 Vu9/KITQPZcekqHriq8A+6sxwgYTAdvT9s75edoAyeoEBdMkTrq5C1+iKvfz3SdAkPOJ g+15T6Td9Y6++zKC66klddv3XB3xWJ1wtGHBmYEiBC8v72EpKLEmbiVaGYwwOf5A4xR3 MjBw== X-Gm-Message-State: ALoCoQmUMG/1vK0cDBlgoBEP/d8EJ26RnXnP91rbFhf1evAfvWQ1+BDF4dj6p4b3SZoUorhntzEu X-Received: by 10.236.162.132 with SMTP id y4mr41783829yhk.16.1391557088689; Tue, 04 Feb 2014 15:38:08 -0800 (PST) Received: from Papi ([186.215.0.67]) by mx.google.com with ESMTPSA id 48sm88935114yhq.11.2014.02.04.15.38.07 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 04 Feb 2014 15:38:08 -0800 (PST) Date: Tue, 4 Feb 2014 20:39:26 -0300 From: Mario Lobo To: freebsd-emulation@freebsd.org Subject: Fw: VirtualBox 4.3.6 headless startup script (WAS:keyboard repeats keystrokes) Message-ID: <20140204203926.45115b26@Papi> Organization: BSD X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd9.2) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 23:38:09 -0000 FYI Sorry! Forgot to reply to the list. My bad. -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] (99% winblows FREE) "UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things." Begin forwarded message: Date: Tue, 4 Feb 2014 20:26:16 -0300 From: Mario Lobo To: Aryeh Friedman Subject: Re: VirtualBox 4.3.6 headless startup script (WAS:keyboard repeats keystrokes) On Tue, 4 Feb 2014 17:30:07 -0500 Aryeh Friedman wrote: > On Tue, Feb 4, 2014 at 5:24 PM, Mario Lobo wrote: > > > On Tue, 4 Feb 2014 04:58:28 -0500 > > Aryeh Friedman wrote: > > > > [snip..] > > > > > > > >... the > > > other option is vbox but I simply can't figure out how to run it > > > headless (from a boot script specifically) this combined with the > > > fact that unclear from Oracle's documentation if such a mode is > > > possible > > > > Aryeh; > > > > Could you elaborate more on that?. I ask this because I've been > > running different windows vbox vms on a freeBSD host, no X installed > > (initially) , and they boot headless whenever the server boots. I > > created service scripts to start/stop them from /usr/local/etc/rc.d. > > > > I said initially because I wasn't too akin to creating VMs from > > command line, and opted for the vbox qt GUI to create them. > > > > Last summer when I was attempting to do a ground up install of open > stack (something that later provided impossible due to outright > errors and missing information in the openstack manuals and that and > the testing requirements of an other project lead to petitecloud) I > did so (at least for the first few attempts) use vbox and every time > I tried to run a client headless after I installed it with -gui it > refused to start (windows much more often linux but both did the > same)... I was never able to get a full working fbsd boot->vbox > boot->vm box sequence working automatically (I also knew a lot less > about virtualization then so it might be just confused memory that > makes me believe this is not possible)... either way if you can > either send me the scripts or post them and I can intergrate them > into petitecloud I will be asking about how to send you $50. Sure thing, Aryeh ! I'll share to the list so everyone can benefit from it, if useful. I created the script x-vms (bellow) and placed it in /usr/local/etc/rc.d. Added the line "vms_anable=YES" to /etc/rc.conf In our environment, the script starts (after network REQUIRE) 4 different VMs: W2008, PfSense, W7 and W2012. For the shutdown, the VM OSes must "respect" the ACPI command. These four do, but I've come across some that didn't. 3 of the VMs have RDP/VNC disabled so the only way to access them is via the OS mechanisms (RDP/web interface) The win7 VM, I enabled VBOX vnc interface on the host, by running these: VBoxManage setproperty vrdeextpack VNC VBoxManage modifyvm Win7 --vrdeproperty VNCPassword=whatever VBoxManage modifyvm Win7 --vrdeproperty VNCAddress4=172.16.3.1 VBoxManage modifyvm Win7 --vrdeproperty VNCPort4=5901 VBoxManage modifyvm Win7 --vrdeauthlibrary null which actually adds this to the VM config file: I did this because a needed to access the VM from outside its internal interface methods. There is one thing that I should mention, which probably has more to do with X-forwarding in ssh than with Vbox. When all the VMs are running and I ssh to the FBSD host, I start up the qt GUI (VirtualBox). It comes up fine. I can create and do everything from it EXCEPT start any machine. If I try to start (to see/test if it comes up fine), it complains tha it could no allocate an X session for it. But if I close VirtualBox GUI and start the machine from VBoxSDL, it comes up fine !! Well, there you have it. As for the $50, if what I posted proves useful to you, please save it! If we ever meet some day, a nice cold beer for both of us will be on you :) ! Best wishes, -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] (99% winblows FREE) "UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things." [ script x-vms ]================================== #!/bin/sh # # # PROVIDE: vms # REQUIRE: DAEMON pf # KEYWORD: shutdown . /etc/rc.subr name="vms" rcvar=${name}_enable start_cmd="vms_start" stop_cmd="vms_stop" vms_start() { echo "Starting VMs." /usr/X11R6/bin/VBoxHeadless -startvm vrecallen24 --vrde off & /usr/X11R6/bin/VBoxHeadless -startvm pfSense --vrde off & /usr/X11R6/bin/VBoxHeadless -startvm Win7 & /usr/X11R6/bin/VBoxHeadless -startvm Win2012 --vrde off& } vms_stop() { echo "Shutdown VMs." /usr/X11R6/bin/VBoxManage controlvm vrecallen24 acpipowerbutton /usr/X11R6/bin/VBoxManage controlvm pfSense acpipowerbutton /usr/X11R6/bin/VBoxManage controlvm Win7 acpipowerbutton /usr/X11R6/bin/VBoxManage controlvm Win2012 acpipowerbutton } load_rc_config $name run_rc_command "$1" ========================================================= From owner-freebsd-emulation@FreeBSD.ORG Tue Feb 4 23:44:19 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4535FA2E for ; Tue, 4 Feb 2014 23:44:19 +0000 (UTC) Received: from mail-pd0-x232.google.com (mail-pd0-x232.google.com [IPv6:2607:f8b0:400e:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 198471AFA for ; Tue, 4 Feb 2014 23:44:19 +0000 (UTC) Received: by mail-pd0-f178.google.com with SMTP id y13so8831173pdi.23 for ; Tue, 04 Feb 2014 15:44:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=EHpSTh+qJ8IJC55zwkrK7vQjUGUDIAZdz+H1z3n4ZVo=; b=Z23OhUag5HpHEb93MRDjDn3vSQOpQZ4LzrI0LlEQXcSCa71f5WwmbqiZArej64iB/r 2oI/ryCVSLjYA8cVYyC5/8CLe67PBYRpXmgtYZHuMArgwDT7fQrL+GZa1TtVUJ2MbauJ nuQk8OOHP5TSv5m/d8B33FXq+zYtsEhOQRM3yN3ihhmHOyxZpV+ylCL4a6ud+PNRavK/ YdU0k64HdPMdRY5BJ/GFOpB/MC3Rz/rgK5XE4suD5ulrT/5FUXXNGpeebLXehnwZZscs k6eiqqdDMURMFrUuFHxx1ZDWZiSNt1AGzyLP+o5uhr0K4t9Vl6fhmlFTq+mFqCunpEjF /YoA== MIME-Version: 1.0 X-Received: by 10.69.20.139 with SMTP id hc11mr47168128pbd.63.1391557458346; Tue, 04 Feb 2014 15:44:18 -0800 (PST) Received: by 10.68.155.38 with HTTP; Tue, 4 Feb 2014 15:44:18 -0800 (PST) In-Reply-To: <20140204203926.45115b26@Papi> References: <20140204203926.45115b26@Papi> Date: Tue, 4 Feb 2014 18:44:18 -0500 Message-ID: Subject: Re: Fw: VirtualBox 4.3.6 headless startup script (WAS:keyboard repeats keystrokes) From: Aryeh Friedman To: Mario Lobo Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Feb 2014 23:44:19 -0000 On Tue, Feb 4, 2014 at 6:39 PM, Mario Lobo wrote: > > FYI > > Sorry! Forgot to reply to the list. My bad. > > -- > Mario Lobo > http://www.mallavoodoo.com.br > FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] (99% winblows FREE) > > "UNIX was not designed to stop you from doing stupid things, > because that would also stop you from doing clever things." > > > > Begin forwarded message: > > Date: Tue, 4 Feb 2014 20:26:16 -0300 > From: Mario Lobo > To: Aryeh Friedman > Subject: Re: VirtualBox 4.3.6 headless startup script (WAS:keyboard > repeats keystrokes) > > > On Tue, 4 Feb 2014 17:30:07 -0500 > Aryeh Friedman wrote: > > > On Tue, Feb 4, 2014 at 5:24 PM, Mario Lobo wrote: > > > > > On Tue, 4 Feb 2014 04:58:28 -0500 > > > Aryeh Friedman wrote: > > > > > > [snip..] > > > > > > > > > > >... the > > > > other option is vbox but I simply can't figure out how to run it > > > > headless (from a boot script specifically) this combined with the > > > > fact that unclear from Oracle's documentation if such a mode is > > > > possible > > > > > > Aryeh; > > > > > > Could you elaborate more on that?. I ask this because I've been > > > running different windows vbox vms on a freeBSD host, no X installed > > > (initially) , and they boot headless whenever the server boots. I > > > created service scripts to start/stop them from /usr/local/etc/rc.d. > > > > > > I said initially because I wasn't too akin to creating VMs from > > > command line, and opted for the vbox qt GUI to create them. > > > > > > > Last summer when I was attempting to do a ground up install of open > > stack (something that later provided impossible due to outright > > errors and missing information in the openstack manuals and that and > > the testing requirements of an other project lead to petitecloud) I > > did so (at least for the first few attempts) use vbox and every time > > I tried to run a client headless after I installed it with -gui it > > refused to start (windows much more often linux but both did the > > same)... I was never able to get a full working fbsd boot->vbox > > boot->vm box sequence working automatically (I also knew a lot less > > about virtualization then so it might be just confused memory that > > makes me believe this is not possible)... either way if you can > > either send me the scripts or post them and I can intergrate them > > into petitecloud I will be asking about how to send you $50. > > Sure thing, Aryeh ! > I will test this later tonight if it works PetiteCloud 0.2.5 (we are very near code freeze for 0.2.4) will have vbox as a supported hypervisor.... > > I'll share to the list so everyone can benefit from it, if > useful. > > I created the script x-vms (bellow) and placed it > in /usr/local/etc/rc.d. > > Added the line "vms_anable=YES" to /etc/rc.conf > > In our environment, the script starts (after network REQUIRE) 4 > different VMs: W2008, PfSense, W7 and W2012. > > For the shutdown, the VM OSes must "respect" the ACPI command. These > four do, but I've come across some that didn't. > > 3 of the VMs have RDP/VNC disabled so the only way to access them is > via the OS mechanisms (RDP/web interface) > > The win7 VM, I enabled VBOX vnc interface on the host, by > running these: > > VBoxManage setproperty vrdeextpack VNC > VBoxManage modifyvm Win7 --vrdeproperty VNCPassword=whatever > VBoxManage modifyvm Win7 --vrdeproperty VNCAddress4=172.16.3.1 > VBoxManage modifyvm Win7 --vrdeproperty VNCPort4=5901 > VBoxManage modifyvm Win7 --vrdeauthlibrary null > > which actually adds this to the VM config file: > > authLibrary="null"> > > > > > > > > > I did this because a needed to access the VM from outside its internal > interface methods. > > There is one thing that I should mention, which probably has more to do > with X-forwarding in ssh than with Vbox. > > When all the VMs are running and I ssh to the FBSD host, I start up the > qt GUI (VirtualBox). It comes up fine. I can create and do everything > from it EXCEPT start any machine. If I try to start (to see/test if it > comes up fine), it complains tha it could no allocate an X session for > it. > > But if I close VirtualBox GUI and start the machine from VBoxSDL, it > comes up fine !! > > > Well, there you have it. > > As for the $50, if what I posted proves useful to you, please save it! > If we ever meet some day, a nice cold beer for both of us will be on > you :) ! > > Best wishes, > > -- > Mario Lobo > http://www.mallavoodoo.com.br > FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] (99% winblows FREE) > > "UNIX was not designed to stop you from doing stupid things, > because that would also stop you from doing clever things." > > > [ script x-vms ]================================== > > #!/bin/sh > # > # > > # PROVIDE: vms > # REQUIRE: DAEMON pf > # KEYWORD: shutdown > > . /etc/rc.subr > > name="vms" > rcvar=${name}_enable > start_cmd="vms_start" > stop_cmd="vms_stop" > > vms_start() > { > > echo "Starting VMs." > /usr/X11R6/bin/VBoxHeadless -startvm vrecallen24 --vrde off & > /usr/X11R6/bin/VBoxHeadless -startvm pfSense --vrde off & > /usr/X11R6/bin/VBoxHeadless -startvm Win7 & > /usr/X11R6/bin/VBoxHeadless -startvm Win2012 --vrde off& > } > > vms_stop() > { > echo "Shutdown VMs." > /usr/X11R6/bin/VBoxManage controlvm vrecallen24 acpipowerbutton > /usr/X11R6/bin/VBoxManage controlvm pfSense acpipowerbutton > /usr/X11R6/bin/VBoxManage controlvm Win7 acpipowerbutton > /usr/X11R6/bin/VBoxManage controlvm Win2012 acpipowerbutton > } > > > load_rc_config $name > run_rc_command "$1" > > ========================================================= > > > > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to " > freebsd-emulation-unsubscribe@freebsd.org" > -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org From owner-freebsd-emulation@FreeBSD.ORG Wed Feb 5 04:15:55 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0114C5A for ; Wed, 5 Feb 2014 04:15:55 +0000 (UTC) Received: from mail-pd0-x22b.google.com (mail-pd0-x22b.google.com [IPv6:2607:f8b0:400e:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9DFB519E7 for ; Wed, 5 Feb 2014 04:15:55 +0000 (UTC) Received: by mail-pd0-f171.google.com with SMTP id g10so9133752pdj.2 for ; Tue, 04 Feb 2014 20:15:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=R3AsC2wXx1wvEtfgaW0+/qttnOfe27nDLANTuJJ/tGc=; b=mYmKzVY5PRyfIDFlh4I3BCkphbMaJSoYA6rumHyyAMTGlf1IV3HIS132sIc2OWUlOH XLudXuX7Q4YuDqalIzLxgXwjToJomY9ZdNIW1c9FMUDtFM/76uHYy9J2oiiUDVPJi5na QrToY/Ya2A581heBDZRtGnYAHnvUVdc6zot/uOUvrePgndiK9cJdOOGWvIRO/zIV7OAa Z7K5juAMhzhMBXaRUSKTg+7DBkhJD/eQ/HCSReBrHQyexkSlOrV8qYG5xR/bQHsTe2SH 152gTzi9GvgTYyQavu8RaHtAMVjYw5ozy93ddFQn+n7QaGheWp79WOoxviUA4UiwMBGi 6eDw== MIME-Version: 1.0 X-Received: by 10.66.160.225 with SMTP id xn1mr2962283pab.108.1391573754935; Tue, 04 Feb 2014 20:15:54 -0800 (PST) Received: by 10.70.127.142 with HTTP; Tue, 4 Feb 2014 20:15:54 -0800 (PST) Received: by 10.70.127.142 with HTTP; Tue, 4 Feb 2014 20:15:54 -0800 (PST) In-Reply-To: References: <20140204192446.35485b68@Papi> Date: Wed, 5 Feb 2014 06:15:54 +0200 Message-ID: Subject: Re: VirtualBox 4.3.6 keyboard repeats keystrokes From: Sami Halabi To: Aryeh Friedman Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 04:15:55 -0000 Hi, I have vbox running headless both linux and windows with no errors. I had ti custom rc.d startup scripts thogh. Sami =D7=91=D7=AA=D7=90=D7=A8=D7=99=D7=9A 5 =D7=91=D7=A4=D7=91=D7=A8 2014 00:30,= "Aryeh Friedman" =D7=9B=D7=AA=D7=91: > On Tue, Feb 4, 2014 at 5:24 PM, Mario Lobo wrote: > > > On Tue, 4 Feb 2014 04:58:28 -0500 > > Aryeh Friedman wrote: > > > > [snip..] > > > > > > > >... the > > > other option is vbox but I simply can't figure out how to run it > > > headless (from a boot script specifically) this combined with the > > > fact that unclear from Oracle's documentation if such a mode is > > > possible > > > > Aryeh; > > > > Could you elaborate more on that?. I ask this because I've been running > > different windows vbox vms on a freeBSD host, no X installed > > (initially) , and they boot headless whenever the server boots. I > > created service scripts to start/stop them from /usr/local/etc/rc.d. > > > > I said initially because I wasn't too akin to creating VMs from command > > line, and opted for the vbox qt GUI to create them. > > > > Last summer when I was attempting to do a ground up install of open stack > (something that later provided impossible due to outright errors and > missing information in the openstack manuals and that and the testing > requirements of an other project lead to petitecloud) I did so (at least > for the first few attempts) use vbox and every time I tried to run a clie= nt > headless after I installed it with -gui it refused to start (windows much > more often linux but both did the same)... I was never able to get a full > working fbsd boot->vbox boot->vm box sequence working automatically (I al= so > knew a lot less about virtualization then so it might be just confused > memory that makes me believe this is not possible)... either way if you c= an > either send me the scripts or post them and I can intergrate them into > petitecloud I will be asking about how to send you $50. > -- > Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to " > freebsd-emulation-unsubscribe@freebsd.org" > From owner-freebsd-emulation@FreeBSD.ORG Thu Feb 6 12:54:12 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DEC911C4 for ; Thu, 6 Feb 2014 12:54:12 +0000 (UTC) Received: from isrv.corpit.ru (isrv.corpit.ru [86.62.121.231]) by mx1.freebsd.org (Postfix) with ESMTP id 6F86C1174 for ; Thu, 6 Feb 2014 12:54:11 +0000 (UTC) Received: from tsrv.corpit.ru (tsrv.tls.msk.ru [192.168.177.2]) by isrv.corpit.ru (Postfix) with ESMTP id 6653740B79; Thu, 6 Feb 2014 16:44:49 +0400 (MSK) Received: from wh.tls.msk.ru (wh.tls.msk.ru [192.168.177.7]) by tsrv.corpit.ru (Postfix) with ESMTP id 2FCEB639; Thu, 6 Feb 2014 16:44:49 +0400 (MSK) Message-ID: <52F383C0.4030002@msgid.tls.msk.ru> Date: Thu, 06 Feb 2014 16:44:48 +0400 From: Michael Tokarev User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10 MIME-Version: 1.0 To: Kevin O'Connor Subject: Re: [Qemu-devel] *BSD kernel crash at boot in qemu with seabios 1.7.4 (bisected) References: <52F0DE0F.40507@msgid.tls.msk.ru> <20140205174406.GA26098@morn.localdomain> <20140206040442.GA5486@morn.localdomain> In-Reply-To: <20140206040442.GA5486@morn.localdomain> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Daniele Di Proietto , seabios , qemu-devel , freebsd-emulation@freebsd.org, Gerd Hoffmann , Julian Pidancet X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2014 12:54:12 -0000 [Changing subject to reflect reality] I don't really understand what it is all about, as I initially said. But I've been told on freebsd IRC channels to post the issue to freebsd-emulation list, which I'm Cc'ing now, and if noone there answers, also to John Baldwin . To bring some context back, here are a few pointers: http://bugs.debian.org/737142 -- talking about pc-bsd, but it appears that the prob affects other BSD kernels too http://thread.gmane.org/gmane.comp.emulators.qemu/254074 -- this thread http://lists.gnu.org/archive/html/qemu-stable/2013-03/msg00037.html - a weird issue with freebsd reported last december If it's a bug in *BSD kernels, maybe someone there will be glad to fix it. And maybe together we can come out with a more elegant solution to this issue, or maybe to confirm (or deny) that the proposed patch is a right thing to do. Thanks, /mjt 06.02.2014 08:04, Kevin O'Connor wrote: > On Wed, Feb 05, 2014 at 12:44:06PM -0500, Kevin O'Connor wrote: >> On Tue, Feb 04, 2014 at 04:33:19PM +0400, Michael Tokarev wrote: >>> We have a bugreport in debian, http://bugs.debian.org/737142, >>> stating that PC-BSD does not work with seabios-1.7.4 anymore. >>> >>> I digged in, and found out that it fails only with -vga std >>> (cirrus works fine). So I bisected the issue - only changing >>> vgabios-stdvga.bin, and found this: > [...] >> This seems to be similar to the freebsd problem reported last year - >> see: >> http://lists.gnu.org/archive/html/qemu-stable/2013-03/msg00037.html > [...] >> (*) The best I can think of is to try and construct some hand crafted >> assembler that can catch buggy x86emu emulators and force a failure.. > > I have put together some assember to try and run-time test for known > broken versions of x86emu. This patch to SeaVGABIOS does seem to > catch the freebsd issue and in my tests it convinces freebsd to take a > different approach. The patch is a bit ugly though. > > Comments welcome. > -Kevin > > > commit e3caa553e940efb6184b30a5637134c4aa9f8b65 > Author: Kevin O'Connor > Date: Wed Feb 5 22:47:29 2014 -0500 > > vgabios: Attempt to detect old x86emu and force a fault. > > Check for cases where the leal instruction does not work. This > instruction is known to not be emulated properly on old versions of > x86emu. If a broken version of x86emu is found, force a fault that > x86emu will easily detect. This should help prevent soft failures > when running old software. > > Signed-off-by: Kevin O'Connor > > diff --git a/vgasrc/vgaentry.S b/vgasrc/vgaentry.S > index 9854448..e246e7c 100644 > --- a/vgasrc/vgaentry.S > +++ b/vgasrc/vgaentry.S > @@ -45,9 +45,27 @@ _rom_header_signature: > * Entry points > ****************************************************************/ > > - // This macro is the same as ENTRY_ARG except the "calll" > - // instruction is avoided to work around known issues in the > - // emulation of some versions of x86emu. > + // Force a fault if found to be running on broken x86emu versions. > + DECLFUNC x86emu_fault > +x86emu_fault: > + int $0x03 > +1: hlt > + jmp 1b > + > + // This macro implements a call while avoiding instructions > + // that old versions of x86emu have problems with. > + .macro VGA_CALLL cfunc > + // Make sure leal instruction works. > + movl $0x8000, %ecx > + leal (%ecx, %ecx, 1), %ecx > + cmpl $0x10000, %ecx > + jne x86emu_fault > + // Use callw instead of calll > + push %ax > + callw \cfunc > + .endm > + > + // This macro is the same as ENTRY_ARG except VGA_CALLL is used. > .macro ENTRY_ARG_VGA cfunc > cli > cld > @@ -57,7 +75,7 @@ _rom_header_signature: > movl %esp, %ebx // Backup %esp, then zero high bits > movzwl %sp, %esp > movl %esp, %eax // First arg is pointer to struct bregs > - pushw %ax ; callw \cfunc > + VGA_CALLL \cfunc > movl %ebx, %esp // Restore %esp (including high bits) > POPBREGS > .endm > @@ -103,7 +121,7 @@ entry_10_extrastack: > movw %ds, %dx // Setup %ss/%esp and call function > movw %dx, %ss > movl %eax, %esp > - pushw %ax ; callw handle_10 > + VGA_CALLL handle_10 > > movl %esp, %eax // Restore registers and return > movw BREGS_size+4(%eax), %ss > From owner-freebsd-emulation@FreeBSD.ORG Fri Feb 7 14:53:47 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0748F86; Fri, 7 Feb 2014 14:53:47 +0000 (UTC) Received: from mail-qa0-x234.google.com (mail-qa0-x234.google.com [IPv6:2607:f8b0:400d:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68DE115F2; Fri, 7 Feb 2014 14:53:47 +0000 (UTC) Received: by mail-qa0-f52.google.com with SMTP id j15so5342279qaq.39 for ; Fri, 07 Feb 2014 06:53:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=gAxD0qUOM0YvM8JqsRQog4WrLoyJC+1tRbewWZAqBpA=; b=op8f6UnVnYBV4N+seLwnlPpMY6g0D9RhSrkZCBVLLtg24pGq6Rqbrkt9f76Bq2aIsL kQRyK3QUqN4X7zHHzUKQFBBwAJJGNTYLlAIVsnnBdMlarC3rmGwB0Ve2XqReWdpnRaJZ dQfIgg3ti+Iol/KS7Px7IMt2rJtnI43H3jkI3vTUifrTxo7DTTrjlwMfd95d2bq2vsQA 9/LnnDxINf7Uv6RfV9d7B0zu71h9X4spIyJSnyo33+h3mZ8UNPoFb0lVq/GxnYFUS5Yu xL/618MtqqS6vVRT6oGPJDjydb2TscKJCbkB0hOc+v5f800xtlM/kk+CMk0zIHN5dNGm xslg== MIME-Version: 1.0 X-Received: by 10.224.137.5 with SMTP id u5mr23165789qat.12.1391784826486; Fri, 07 Feb 2014 06:53:46 -0800 (PST) Sender: tomek.cedro@gmail.com Received: by 10.229.209.69 with HTTP; Fri, 7 Feb 2014 06:53:46 -0800 (PST) Date: Fri, 7 Feb 2014 15:53:46 +0100 X-Google-Sender-Auth: SSd0knen5PWr9-gNFasdMzX8SaM Message-ID: Subject: VirtualBox 4.3.6 bridged interface host ip and guest ip bug or feature? From: CeDeROM To: freebsd-emulation@freebsd.org, FreeBSD Questions Mailing List Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 14:53:47 -0000 Hello :-) Is that normal that host interface MUST have IP assigned in order for bridged interface inside virtual machine to work? I wanted to have guest system access to a physical interface to test some server, but I don't need to have IP assigned for host OS, but it turned out that host OS needs to have IP assigned, otherwise guest interface does not work in bridge mode... What if I really dont need to use or dont have IP to assing for the host OS and I just need/can use that address for a guest OS? Is that a bug or feature? ;-) Ant hints appreciated :-) Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info From owner-freebsd-emulation@FreeBSD.ORG Fri Feb 7 15:42:59 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36D5F360 for ; Fri, 7 Feb 2014 15:42:59 +0000 (UTC) Received: from smtpdg95.aruba.it (smtpdg95.aruba.it [62.149.158.95]) by mx1.freebsd.org (Postfix) with ESMTP id 8B17E1A64 for ; Fri, 7 Feb 2014 15:42:58 +0000 (UTC) Received: from cloverinformatica.it ([188.10.129.202]) by smtpcmd05.ad.aruba.it with bizsmtp id PTiq1n00n4N8xN401Tiqim; Fri, 07 Feb 2014 16:42:50 +0100 Received: from [192.168.0.99] (MAURIZIO-PC [192.168.0.99]) by cloverinformatica.it (Postfix) with ESMTP id 5736B45E7 for ; Fri, 7 Feb 2014 16:42:50 +0100 (CET) Message-ID: <52F4FEF6.3010501@cloverinformatica.it> Date: Fri, 07 Feb 2014 16:42:46 +0100 From: Maurizio Vairani User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Subject: VirtualBox 4.3.6 on FreeBSD 9-STABLE - Windows 7 Client: clock synchronization issues Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 15:42:59 -0000 Hello, I am using VirtualBox 4.3.6 on a FreeBSD 9-STABLE r261225. The clock in Windows 7 client is slow and I need to synchronize it every minute with the server with NetTime, an utility for time synchronization with SNTP. While I am writing this mail the NetTime log is : 07/02/2014 16:16:12 Time Updated: +5,543s Network became active 07/02/2014 16:17:20 Time Updated: +7,387s Regular Update 07/02/2014 16:18:33 Time Updated: +13,03s Regular Update 07/02/2014 16:19:46 Time Updated: +12,36s Regular Update 07/02/2014 16:21:02 Time Updated: +15,33s Regular Update 07/02/2014 16:22:13 Time Updated: +11,37s Regular Update 07/02/2014 16:23:27 Time Updated: +13,2s Regular Update 07/02/2014 16:24:42 Time Updated: +14,54s Regular Update 07/02/2014 16:25:58 Time Updated: +15,75s Regular Update 07/02/2014 16:27:08 Time Updated: +9,792s Regular Update 07/02/2014 16:28:21 Time Updated: +12,62s Regular Update 07/02/2014 16:29:34 Time Updated: +13,15s Regular Update 07/02/2014 16:30:47 Time Updated: +12,32s Regular Update 07/02/2014 16:31:59 Time Updated: +12,12s Regular Update 07/02/2014 16:33:32 Time Updated: +31,79s Regular Update 07/02/2014 16:34:51 Time Updated: +19,08s Regular Update 07/02/2014 16:36:10 Time Updated: +18,49s Regular Update 07/02/2014 16:37:25 Time Updated: +15,19s Regular Update 07/02/2014 16:38:48 Time Updated: +22,48s Regular Update 07/02/2014 16:40:05 Time Updated: +16,23s Regular Update Also the DPC latency of the Virtual Machine is to much high. I have used the DPCV Latency Checker V 1.3.0 (dpclat.exe) and it show values up to 500000 microsec. What can I do ? Thanks Maurizio From owner-freebsd-emulation@FreeBSD.ORG Fri Feb 7 18:13:29 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F01779C; Fri, 7 Feb 2014 18:13:29 +0000 (UTC) Received: from potato.growveg.org (potato.growveg.org [62.49.247.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5991A19F1; Fri, 7 Feb 2014 18:13:29 +0000 (UTC) Received: from john by potato.growveg.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WBpvK-000Jpx-I2; Fri, 07 Feb 2014 18:13:10 +0000 Date: Fri, 7 Feb 2014 18:13:10 +0000 From: John To: freebsd-stable@freebsd.org, freebsd-emulation@freebsd.org Subject: Re: VirtualBox 4.3.6 keyboard repeats keystrokes Message-ID: <20140207181310.GA65272@potato.growveg.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Sender: John X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: john@potato.growveg.org X-SA-Exim-Scanned: No (on potato.growveg.org); SAEximRunCond expanded to false X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: john@potato.growveg.org List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 18:13:29 -0000 On Mon, Feb 03, 2014 at 09:38:45PM +0100, CeDeROM wrote: > Hello :-) > > I have noticed that quite often keystrokes are repeated in VBox 4.3.6 > OSE on FreeBSD-10.0 AMD64. For example when I press cursor left it > repeats many times, letters also. The fast way to stop this is to > switch to another application on my BSD box then switch back to VBox.. > > Did anyone notice this behavior? What is the problem? Yeah, I've seen it and it's a real pain. It doesn't matter if one is local or remote, if you type fast enough, it happens locally as well. I seem to remember there may be a repeat rate that needs to be set but my workaround is to not use the graphical client. It doesn't matter if one uses VNC or RDP or whatever. It happens locally if one types fast enough. Remotely, (ssh into host then exporting X over a fast ssh connection) it has made installing an ubuntu guest on a freebsd host impossible. Exporting an xterm over the same connection and keyboard repeat is normal. The effect from what I've read is not unique to freebsd hosts. -- John From owner-freebsd-emulation@FreeBSD.ORG Fri Feb 7 20:14:00 2014 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 298002E8; Fri, 7 Feb 2014 20:14:00 +0000 (UTC) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 2A0A914EF; Fri, 7 Feb 2014 20:13:59 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 45E841E00219; Fri, 7 Feb 2014 21:13:52 +0100 (CET) Received: from enceladus10.kn-bremen.de (noident@localhost [127.0.0.1]) by enceladus10.kn-bremen.de (8.14.5/8.14.5) with ESMTP id s17KC9JO060002; Fri, 7 Feb 2014 21:12:09 +0100 (CET) (envelope-from nox@enceladus10.kn-bremen.de) Received: (from nox@localhost) by enceladus10.kn-bremen.de (8.14.5/8.14.5/Submit) id s17KC9IT060001; Fri, 7 Feb 2014 21:12:09 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Fri, 7 Feb 2014 21:12:08 +0100 To: freebsd-emulation@FreeBSD.org, freebsd-usb@FreeBSD.org Subject: linux libusb again, I made an updated port... Message-ID: <20140207201208.GA59695@enceladus10.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "Wojciech A. Koszek" X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 20:14:00 -0000 Hi! This came up on irc so I tried to build a linux libusb port (before I learned about ports/146895), mine uses linux_base-gentoo-stage3 like linux_kdump with a src/lib/libusb head snapshot so it's more up to date than wkoszek's build (ports/146895), and it's really easy to update it again. Also maybe it can be used as linux libusb-1.0.so too; I didn't actually test it tho. Should this be committed? Is wkoszek's version better since it also builds on < 10.x? Comments welcome... wkoszek's version: http://www.freebsd.org/cgi/query-pr.cgi?pr=146895 Mine: http://people.freebsd.org/~nox/tmp/linux_libusb.shar Distfile: http://people.freebsd.org/~nox/tmp/distfiles/linux_libusb-11.0r261448.tar.bz2 10/amd64 package: http://people.freebsd.org/~nox/tmp/packages/10amd64/linux_libusb-11.0r261448.txz (built via: poudriere bulk -v -j 10amd64 -p custom devel/linux_libusb - btw for some reason the dependency emulators/linux_base-gentoo-stage3 doesn't build for 10i386 in poudriere bulk, I get a pkg segfault. bapt Cc'd...) Thanx, Juergen From owner-freebsd-emulation@FreeBSD.ORG Fri Feb 7 21:08:10 2014 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8CDFC1EB; Fri, 7 Feb 2014 21:08:10 +0000 (UTC) Received: from freebsd.czest.pl (freebsd.czest.pl [212.87.224.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1C3018F5; Fri, 7 Feb 2014 21:08:09 +0000 (UTC) Received: from freebsd.czest.pl (freebsd.czest.pl [212.87.224.105]) by freebsd.czest.pl (8.14.5/8.14.5) with ESMTP id s17KnSgn082855; Fri, 7 Feb 2014 20:49:28 GMT (envelope-from wkoszek@freebsd.czest.pl) Received: (from wkoszek@localhost) by freebsd.czest.pl (8.14.5/8.14.5/Submit) id s17KnSBe082854; Fri, 7 Feb 2014 20:49:28 GMT (envelope-from wkoszek) Date: Fri, 7 Feb 2014 20:49:28 +0000 From: "Wojciech A. Koszek" To: Juergen Lock Subject: Re: linux libusb again, I made an updated port... Message-ID: <20140207204928.GD12994@FreeBSD.org> References: <20140207201208.GA59695@enceladus10.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20140207201208.GA59695@enceladus10.kn-bremen.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-0.4 required=5.0 tests=RP_MATCHES_RCVD, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on freebsd.czest.pl X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (freebsd.czest.pl [212.87.224.105]); Fri, 07 Feb 2014 20:49:32 +0000 (UTC) Cc: freebsd-emulation@FreeBSD.org, freebsd-usb@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 21:08:10 -0000 On piÄ…, lut 07, 2014 at 09:12:08 +0100, Juergen Lock wrote: > Hi! > > This came up on irc so I tried to build a linux libusb port (before > I learned about ports/146895), mine uses linux_base-gentoo-stage3 > like linux_kdump with a src/lib/libusb head snapshot so it's more > up to date than wkoszek's build (ports/146895), and it's really > easy to update it again. Also maybe it can be used as linux > libusb-1.0.so too; I didn't actually test it tho. > > Should this be committed? Is wkoszek's version better since it > also builds on < 10.x? Comments welcome... > > wkoszek's version: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=146895 > > Mine: > > http://people.freebsd.org/~nox/tmp/linux_libusb.shar > > Distfile: > > http://people.freebsd.org/~nox/tmp/distfiles/linux_libusb-11.0r261448.tar.bz2 > > 10/amd64 package: > > http://people.freebsd.org/~nox/tmp/packages/10amd64/linux_libusb-11.0r261448.txz > > (built via: > > poudriere bulk -v -j 10amd64 -p custom devel/linux_libusb > > - btw for some reason the dependency emulators/linux_base-gentoo-stage3 > doesn't build for 10i386 in poudriere bulk, I get a pkg segfault. bapt > Cc'd...) > Juergen, What would be the reason for this update? My stuff may be out of date, but it was all tested and working. I verified it with Linux'ish lsusb(1) and USB-based FPGA JTAG programmer, for which this stuff was written. Can you show the diff between USB code from src/lib and from the distfile? Instead of having a port with .c code, I'd drive towards having src/lib changes (if any) be commited. And then that port only has to do: cp -rf src/lib/libusb port/tmp/dir and build it with different -DDEFINES if necessary. Thanks, -- Wojciech A. Koszek wkoszek@FreeBSD.czest.pl http://FreeBSD.czest.pl/~wkoszek/ From owner-freebsd-emulation@FreeBSD.ORG Sat Feb 8 08:47:42 2014 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CA0B0F30; Sat, 8 Feb 2014 08:47:42 +0000 (UTC) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 4A92A179A; Sat, 8 Feb 2014 08:47:42 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 5ADF11E007B7; Sat, 8 Feb 2014 09:47:37 +0100 (CET) Received: from enceladus10.kn-bremen.de (noident@localhost [127.0.0.1]) by enceladus10.kn-bremen.de (8.14.5/8.14.5) with ESMTP id s188jljg074961; Sat, 8 Feb 2014 09:45:47 +0100 (CET) (envelope-from nox@enceladus10.kn-bremen.de) Received: (from nox@localhost) by enceladus10.kn-bremen.de (8.14.5/8.14.5/Submit) id s188jlgZ074960; Sat, 8 Feb 2014 09:45:47 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Sat, 8 Feb 2014 09:45:46 +0100 To: "Wojciech A. Koszek" Subject: Re: linux libusb again, I made an updated port... Message-ID: <20140208084546.GA74796@enceladus10.kn-bremen.de> References: <20140207201208.GA59695@enceladus10.kn-bremen.de> <20140207204928.GD12994@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140207204928.GD12994@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-emulation@FreeBSD.org, Juergen Lock , freebsd-usb@FreeBSD.org, hselasky@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 08:47:42 -0000 On Fri, Feb 07, 2014 at 08:49:28PM +0000, Wojciech A. Koszek wrote: > On pi??, lut 07, 2014 at 09:12:08 +0100, Juergen Lock wrote: > > Hi! > > > > This came up on irc so I tried to build a linux libusb port (before > > I learned about ports/146895), mine uses linux_base-gentoo-stage3 > > like linux_kdump with a src/lib/libusb head snapshot so it's more > > up to date than wkoszek's build (ports/146895), and it's really > > easy to update it again. Also maybe it can be used as linux > > libusb-1.0.so too; I didn't actually test it tho. > > > > Should this be committed? Is wkoszek's version better since it > > also builds on < 10.x? Comments welcome... > > > > wkoszek's version: > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=146895 > > > > Mine: > > > > http://people.freebsd.org/~nox/tmp/linux_libusb.shar > > > > Distfile: > > > > http://people.freebsd.org/~nox/tmp/distfiles/linux_libusb-11.0r261448.tar.bz2 > > > > 10/amd64 package: > > > > http://people.freebsd.org/~nox/tmp/packages/10amd64/linux_libusb-11.0r261448.txz > > > > (built via: > > > > poudriere bulk -v -j 10amd64 -p custom devel/linux_libusb > > > > - btw for some reason the dependency emulators/linux_base-gentoo-stage3 > > doesn't build for 10i386 in poudriere bulk, I get a pkg segfault. bapt > > Cc'd...) > > > > Juergen, Hi! > > What would be the reason for this update? > > My stuff may be out of date, but it was all tested and working. I verified > it with Linux'ish lsusb(1) and USB-based FPGA JTAG programmer, for which > this stuff was written. > I was just thinking an updated version may be useful, but if it's already working for everyone maybe less so... Or would it work as a linux libusb-1.0.so too? I know the libusb 1.0 stuff added some functions since 9.x at least... maybe hps would know (Cc'd.) > Can you show the diff between USB code from src/lib and from the distfile? > That's just a checkout from head, see the port Makefile for how it's generated. (.if defined(BOOTSTRAP)...) > Instead of having a port with .c code, I'd drive towards having src/lib > changes (if any) be commited. And then that port only has to do: > > cp -rf src/lib/libusb port/tmp/dir > > and build it with different -DDEFINES if necessary. > That's what I orginally had but hps suggested I check out from head instead. (Tho that was when I couldn't get it building at first, which turned out to be just a CFLAGS -I problem so the 10.0 code should now build this way as well.) Thanx, Juergen From owner-freebsd-emulation@FreeBSD.ORG Sat Feb 8 09:14:48 2014 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0B52314; Sat, 8 Feb 2014 09:14:48 +0000 (UTC) Received: from mta05.bitpro.no (mta05.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 3CD281951; Sat, 8 Feb 2014 09:14:48 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta05.bitpro.no (Postfix) with ESMTPS id 5F4A417F867; Sat, 8 Feb 2014 10:14:40 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 2F1CD8F8400; Sat, 8 Feb 2014 10:15:34 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jYpMeBkhYkh0; Sat, 8 Feb 2014 10:15:33 +0100 (CET) Received: from mail.lockless.no (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 6D24F8F7692; Sat, 8 Feb 2014 10:15:33 +0100 (CET) Subject: RE: linux libusb again, I made an updated port... From: =?utf-8?Q?Hans_Petter_Selasky?= To: =?utf-8?Q?Juergen_Lock?= , =?utf-8?Q?Wojciech_A=2E_Koszek?= Date: Sat, 8 Feb 2014 10:15:33 +0100 Mime-Version: 1.0 In-Reply-To: <20140208084546.GA74796@enceladus10.kn-bremen.de> References: <20140207201208.GA59695@enceladus10.kn-bremen.de> X-Priority: 3 (Normal) X-Mailer: Zarafa 7.1.4-41394 Message-Id: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: =?utf-8?Q?freebsd-emulation=40FreeBSD=2Eorg?= , =?utf-8?Q?freebsd-usb=40FreeBSD=2Eorg?= , =?utf-8?Q?hselasky=40FreeBSD=2Eorg?= X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 09:14:49 -0000 Hi,=0D=0A=0D=0AIt is better to use the latest libusb code from -current, = because new libusb v1.0 APIs have been added.=0D=0A=0D=0A--HPS=0D=0A=20=0D= =0A>=20=0D=0A> I was just thinking an updated version may be useful, but= if it's=0D=0A> already working for everyone maybe less so...=0D=0A>=20=0D= =0A=0D=0A=0D=0A From owner-freebsd-emulation@FreeBSD.ORG Sat Feb 8 09:51:10 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79B3DD0F for ; Sat, 8 Feb 2014 09:51:10 +0000 (UTC) Received: from potato.growveg.org (potato.growveg.org [62.49.247.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 33F541BF5 for ; Sat, 8 Feb 2014 09:51:10 +0000 (UTC) Received: from john by potato.growveg.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WC4Z1-0000Qk-FB for freebsd-emulation@freebsd.org; Sat, 08 Feb 2014 09:51:07 +0000 Date: Sat, 8 Feb 2014 09:51:07 +0000 From: John To: freebsd-emulation@freebsd.org Subject: virtualbox tips for performance specific to FreeBSD-10 hosts Message-ID: <20140208095107.GA1232@potato.growveg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) Sender: John X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: john@potato.growveg.org X-SA-Exim-Scanned: No (on potato.growveg.org); SAEximRunCond expanded to false X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 09:51:10 -0000 Hello list, As subject, can anyone recommend any tips for getting optimum performance from various guests on a freebsd-10-R host? I've looked at the page about changing polling interval but that only applies to freebsd guests. I'm looking advice specifically for linux guests on this host. Guests are ubuntu and opensuse. Machine is a Xeon E5-2650L @ 1.80GHz with 32 cores, 192GB RAM and 10TB available storage on zfs. No issues sofar freebsd on freebsd. Just looking for advice linux guest on freebsd with virtualbox. Or perhaps there's something better than virtualbox? Basically all guests need to be isolated from one another. It makes backing up and restoring systems pain-free. thanks, -- John From owner-freebsd-emulation@FreeBSD.ORG Sat Feb 8 13:05:53 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C293FC32 for ; Sat, 8 Feb 2014 13:05:53 +0000 (UTC) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3B3B1A19 for ; Sat, 8 Feb 2014 13:05:52 +0000 (UTC) Received: from mx12.chaot.net (82.131.84.56.cable.starman.ee [82.131.84.56]) by dd16522.kasserver.com (Postfix) with ESMTPSA id 1CAE04564C7 for ; Sat, 8 Feb 2014 14:05:50 +0100 (CET) Received: from localhost (1003@localhost [local]); by mx12.chaot.net (OpenSMTPD) with ESMTPA id f84b02ee; for ; Sat, 8 Feb 2014 15:05:48 +0200 (EET) Date: Sat, 8 Feb 2014 15:05:48 +0200 From: Johannes Meixner To: freebsd-emulation@freebsd.org Subject: [CFT] linux-base-c6 with CentOS 6.5 Message-ID: <20140208130547.GA46466@mx12.chaot.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tjCHc7DPkfUGtrlw" Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 13:05:53 -0000 --tjCHc7DPkfUGtrlw Content-Type: multipart/mixed; boundary="YiEDa0DAkWCtVeE4" Content-Disposition: inline --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Dear all, attached the svn diff that upgrades CentOS to 6.5. Reports and feedback here in the Mailing List welcome! :-) Best regards, Johannes --=20 xmj@chaot.net http://xmj.me --YiEDa0DAkWCtVeE4 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="linux_base-c6-6.5.patch" Content-Transfer-Encoding: quoted-printable Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile (revision 342486) +++ Makefile (working copy) @@ -2,10 +2,9 @@ # $FreeBSD$ =20 PORTNAME=3D c6 -PORTVERSION=3D 6.4 -PORTREVISION=3D 1 +PORTVERSION=3D 6.5 CATEGORIES=3D emulators linux -MASTER_SITES=3D http://vault.centos.org/${PORTVERSION}/os/i386/Packages/ +MASTER_SITES=3D http://mirror.centos.org/centos/6/os/i386/Packages/ PKGNAMEPREFIX=3D linux_base- DISTFILES=3D ${BIN_DISTFILES} ${SRC_DISTFILES} DIST_SUBDIR=3D rpm/${LINUX_RPM_ARCH}/centos/${PORTVERSION} @@ -15,37 +14,37 @@ COMMENT=3D Base set of packages needed in Linux mode for i386/amd64 (Linux= CentOS 6) =20 BIN_DISTFILES=3D basesystem-10.0-4.el6.noarch.rpm \ - bash-4.1.2-14.el6.${LINUX_RPM_ARCH}.rpm \ + bash-4.1.2-15.el6_4.${LINUX_RPM_ARCH}.rpm \ bzip2-1.0.5-7.el6_0.${LINUX_RPM_ARCH}.rpm \ bzip2-libs-1.0.5-7.el6_0.${LINUX_RPM_ARCH}.rpm \ compat-db43-4.3.29-15.el6.${LINUX_RPM_ARCH}.rpm \ compat-libstdc++-33-3.2.3-69.el6.${LINUX_RPM_ARCH}.rpm \ compat-libstdc++-296-2.96-144.el6.${LINUX_RPM_ARCH}.rpm \ - coreutils-8.4-19.el6.${LINUX_RPM_ARCH}.rpm \ - db4-4.7.25-17.el6.${LINUX_RPM_ARCH}.rpm \ - e2fsprogs-1.41.12-14.el6.${LINUX_RPM_ARCH}.rpm \ - e2fsprogs-libs-1.41.12-14.el6.${LINUX_RPM_ARCH}.rpm \ + coreutils-8.4-31.el6.${LINUX_RPM_ARCH}.rpm \ + db4-4.7.25-18.el6_4.${LINUX_RPM_ARCH}.rpm \ + e2fsprogs-1.41.12-18.el6.${LINUX_RPM_ARCH}.rpm \ + e2fsprogs-libs-1.41.12-18.el6.${LINUX_RPM_ARCH}.rpm \ elfutils-0.152-1.el6.${LINUX_RPM_ARCH}.rpm \ - centos-release-6-4.el6.centos.10.${LINUX_RPM_ARCH}.rpm \ + centos-release-6-5.el6.centos.11.1.${LINUX_RPM_ARCH}.rpm \ filesystem-2.4.30-3.el6.${LINUX_RPM_ARCH}.rpm \ - freetype-2.3.11-6.el6_2.9.${LINUX_RPM_ARCH}.rpm \ + freetype-2.3.11-14.el6_3.1.${LINUX_RPM_ARCH}.rpm \ gdbm-1.8.0-36.el6.${LINUX_RPM_ARCH}.rpm \ - glib2-2.22.5-7.el6.${LINUX_RPM_ARCH}.rpm \ - glibc-2.12-1.107.el6.${LINUX_RPM_ARCH}.rpm \ - glibc-common-2.12-1.107.el6.${LINUX_RPM_ARCH}.rpm \ - grep-2.6.3-3.el6.${LINUX_RPM_ARCH}.rpm \ + glib2-2.26.1-3.el6.${LINUX_RPM_ARCH}.rpm \ + glibc-2.12-1.132.el6.${LINUX_RPM_ARCH}.rpm \ + glibc-common-2.12-1.132.el6.${LINUX_RPM_ARCH}.rpm \ + grep-2.6.3-4.el6.${LINUX_RPM_ARCH}.rpm \ info-4.13a-8.el6.${LINUX_RPM_ARCH}.rpm \ keyutils-1.4-4.el6.${LINUX_RPM_ARCH}.rpm \ - krb5-libs-1.10.3-10.el6.${LINUX_RPM_ARCH}.rpm \ + krb5-libs-1.10.3-10.el6_4.6.${LINUX_RPM_ARCH}.rpm \ libacl-2.2.49-6.el6.${LINUX_RPM_ARCH}.rpm \ libattr-2.4.44-7.el6.${LINUX_RPM_ARCH}.rpm \ libcap-2.16-5.5.el6.${LINUX_RPM_ARCH}.rpm \ - libgcc-4.4.7-3.el6.${LINUX_RPM_ARCH}.rpm \ + libgcc-4.4.7-4.el6.${LINUX_RPM_ARCH}.rpm \ libidn-1.18-2.el6.${LINUX_RPM_ARCH}.rpm \ - libselinux-2.0.94-5.3.el6.${LINUX_RPM_ARCH}.rpm \ + libselinux-2.0.94-5.3.el6_4.1.${LINUX_RPM_ARCH}.rpm \ libsepol-2.0.41-4.el6.${LINUX_RPM_ARCH}.rpm \ - libstdc++-4.4.7-3.el6.${LINUX_RPM_ARCH}.rpm \ - libuuid-2.17.2-12.9.el6.${LINUX_RPM_ARCH}.rpm \ + libstdc++-4.4.7-4.el6.${LINUX_RPM_ARCH}.rpm \ + libuuid-2.17.2-12.14.el6.${LINUX_RPM_ARCH}.rpm \ ncurses-5.7-3.20090208.el6.${LINUX_RPM_ARCH}.rpm \ ncurses-libs-5.7-3.20090208.el6.${LINUX_RPM_ARCH}.rpm \ pcre-7.8-6.el6.${LINUX_RPM_ARCH}.rpm \ @@ -52,7 +51,7 @@ popt-1.13-7.el6.${LINUX_RPM_ARCH}.rpm \ readline-6.0-4.el6.${LINUX_RPM_ARCH}.rpm \ setserial-2.17-25.el6.${LINUX_RPM_ARCH}.rpm \ - setup-2.8.14-20.el6.noarch.rpm \ + setup-2.8.14-20.el6_4.1.noarch.rpm \ slang-2.2.1-1.el6.${LINUX_RPM_ARCH}.rpm \ zlib-1.2.3-29.el6.${LINUX_RPM_ARCH}.rpm =20 @@ -61,31 +60,31 @@ MASTER_SITES+=3D http://vault.centos.org/${PORTVERSION}/os/Source/SPackage= s/ =20 SRC_DISTFILES=3D basesystem-10.0-4.el6.src.rpm \ - bash-4.1.2-14.el6.src.rpm \ + bash-4.1.2-15.el6_4.src.rpm \ bzip2-1.0.5-7.el6_0.src.rpm \ - coreutils-8.4-19.el6.src.rpm \ + coreutils-8.4-31.el6.src.rpm \ compat-db-4.6.21-15.el6.src.rpm \ compat-gcc-296-2.96-144.el6.src.rpm \ compat-gcc-32-3.2.3-69.el6.src.rpm \ - db4-4.7.25-17.el6.src.rpm \ - e2fsprogs-1.41.12-14.el6.src.rpm \ + db4-4.7.25-18.el6_4.src.rpm \ + e2fsprogs-1.41.12-18.el6.src.rpm \ elfutils-0.152-1.el6.src.rpm \ - centos-release-6-4.el6.centos.10.src.rpm \ + centos-release-6-5.el6.centos.11.1.src.rpm \ filesystem-2.4.30-3.el6.src.rpm \ - freetype-2.3.11-6.el6_2.9.src.rpm \ + freetype-2.3.11-14.el6_3.1.src.rpm \ gdbm-1.8.0-36.el6.src.rpm \ - glib2-2.22.5-7.el6.src.rpm \ - glibc-2.12-1.107.el6.src.rpm \ - grep-2.6.3-3.el6.src.rpm \ + glib2-2.26.1-3.el6.src.rpm \ + glibc-2.12-1.132.el6.src.rpm \ + grep-2.6.3-4.el6.src.rpm \ texinfo-4.13a-8.el6.src.rpm \ keyutils-1.4-4.el6.src.rpm \ - krb5-1.10.3-10.el6.src.rpm \ + krb5-1.10.3-10.el6_4.6.src.rpm \ acl-2.2.49-6.el6.src.rpm \ attr-2.4.44-7.el6.src.rpm \ libcap-2.16-5.5.el6.src.rpm \ - gcc-4.4.7-3.el6.src.rpm \ + gcc-4.4.7-4.el6.src.rpm \ libidn-1.18-2.el6.src.rpm \ - libselinux-2.0.94-5.3.el6.src.rpm \ + libselinux-2.0.94-5.3.el6_4.1.src.rpm \ libsepol-2.0.41-4.el6.src.rpm \ ncurses-5.7-3.20090208.el6.src.rpm \ pcre-7.8-6.el6.src.rpm \ @@ -92,9 +91,9 @@ popt-1.13-7.el6.src.rpm \ readline-6.0-4.el6.src.rpm \ setserial-2.17-25.el6.src.rpm \ - setup-2.8.14-20.el6.src.rpm \ + setup-2.8.14-20.el6_4.1.src.rpm \ slang-2.2.1-1.el6.src.rpm \ - util-linux-ng-2.17.2-12.9.el6.src.rpm \ + util-linux-ng-2.17.2-12.14.el6.src.rpm \ zlib-1.2.3-29.el6.src.rpm =20 ALWAYS_KEEP_DISTFILES=3D yes Index: distinfo.i686 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- distinfo.i686 (revision 342486) +++ distinfo.i686 (working copy) @@ -1,154 +1,154 @@ -SHA256 (rpm/i686/centos/6.4/basesystem-10.0-4.el6.noarch.rpm) =3D 18860007= 697438e375733bb4a36a599daac2e2ae95d98a74c436a10d0974710e -SIZE (rpm/i686/centos/6.4/basesystem-10.0-4.el6.noarch.rpm) =3D 4784 -SHA256 (rpm/i686/centos/6.4/bash-4.1.2-14.el6.i686.rpm) =3D 66e7fa2cad7e10= c21c4aa0f26a6f62df528969da2954c5a3c84b4cd983db9884 -SIZE (rpm/i686/centos/6.4/bash-4.1.2-14.el6.i686.rpm) =3D 907568 -SHA256 (rpm/i686/centos/6.4/bzip2-1.0.5-7.el6_0.i686.rpm) =3D 37883219612b= 1ffa199f5a7227fcd165687a24e5c7c291c579647d1563777e47 -SIZE (rpm/i686/centos/6.4/bzip2-1.0.5-7.el6_0.i686.rpm) =3D 49428 -SHA256 (rpm/i686/centos/6.4/bzip2-libs-1.0.5-7.el6_0.i686.rpm) =3D d3424f4= 610860e7f8f444cc3cddf51cd75f5e58ca0ecffc8bdbbcb5f8fe1b0d1 -SIZE (rpm/i686/centos/6.4/bzip2-libs-1.0.5-7.el6_0.i686.rpm) =3D 37204 -SHA256 (rpm/i686/centos/6.4/compat-db43-4.3.29-15.el6.i686.rpm) =3D 202767= fa03ff58947d6a2ec2437e52fc9179f3995fa77264753fde03f2737d0a -SIZE (rpm/i686/centos/6.4/compat-db43-4.3.29-15.el6.i686.rpm) =3D 914280 -SHA256 (rpm/i686/centos/6.4/compat-libstdc++-33-3.2.3-69.el6.i686.rpm) =3D= 894abcc5f0b28e39c71d4b0ca27d19540e7eb9d3c32664d5621324c9efbfe11e -SIZE (rpm/i686/centos/6.4/compat-libstdc++-33-3.2.3-69.el6.i686.rpm) =3D 1= 93328 -SHA256 (rpm/i686/centos/6.4/compat-libstdc++-296-2.96-144.el6.i686.rpm) = =3D a0d7cba8cf0fcb625ce3181d64fa59ca018b562350c30b3a13fd8b858f21f134 -SIZE (rpm/i686/centos/6.4/compat-libstdc++-296-2.96-144.el6.i686.rpm) =3D = 78832 -SHA256 (rpm/i686/centos/6.4/coreutils-8.4-19.el6.i686.rpm) =3D 626fa3e117d= efb9aff3f2501e17f1d8ef930619a97eec2b96b1f3590df922c59 -SIZE (rpm/i686/centos/6.4/coreutils-8.4-19.el6.i686.rpm) =3D 3138608 -SHA256 (rpm/i686/centos/6.4/db4-4.7.25-17.el6.i686.rpm) =3D 0a466556f5dd69= 3a22fe8b60a17f36ee520a86709a2bb8f9890892a744b5f744 -SIZE (rpm/i686/centos/6.4/db4-4.7.25-17.el6.i686.rpm) =3D 593584 -SHA256 (rpm/i686/centos/6.4/e2fsprogs-1.41.12-14.el6.i686.rpm) =3D 239a337= ed1215e52cc8839e3c23722bf9d844e224792c630e4edccd1988f0bd4 -SIZE (rpm/i686/centos/6.4/e2fsprogs-1.41.12-14.el6.i686.rpm) =3D 565008 -SHA256 (rpm/i686/centos/6.4/e2fsprogs-libs-1.41.12-14.el6.i686.rpm) =3D 51= 9043019d4a9758e11066a2e2d529c2c64734954d8ccabdefd9728b63778b44 -SIZE (rpm/i686/centos/6.4/e2fsprogs-libs-1.41.12-14.el6.i686.rpm) =3D 1292= 24 -SHA256 (rpm/i686/centos/6.4/elfutils-0.152-1.el6.i686.rpm) =3D 03921510988= 1fbbae7b398786873c51026e2e1bf6d1611b52bc9fa1bb60b488a -SIZE (rpm/i686/centos/6.4/elfutils-0.152-1.el6.i686.rpm) =3D 218636 -SHA256 (rpm/i686/centos/6.4/centos-release-6-4.el6.centos.10.i686.rpm) =3D= 0c6b801c150359678a0fbc1508846867d189f218d58ed843c00c91206358353f -SIZE (rpm/i686/centos/6.4/centos-release-6-4.el6.centos.10.i686.rpm) =3D 2= 0748 -SHA256 (rpm/i686/centos/6.4/filesystem-2.4.30-3.el6.i686.rpm) =3D 28fd3898= f5882048a6105a4637fffa17bc0a634c8ff4268a35b870d084212dea -SIZE (rpm/i686/centos/6.4/filesystem-2.4.30-3.el6.i686.rpm) =3D 1056668 -SHA256 (rpm/i686/centos/6.4/freetype-2.3.11-6.el6_2.9.i686.rpm) =3D 94f346= 41498c450a113a276feb32c587b04a1c4372f25ea0b1043c07867e59cf -SIZE (rpm/i686/centos/6.4/freetype-2.3.11-6.el6_2.9.i686.rpm) =3D 371588 -SHA256 (rpm/i686/centos/6.4/gdbm-1.8.0-36.el6.i686.rpm) =3D 6b7a558334b4ef= 442ef7495a1421ff0f4783ef250d64ba7fe0afb54a62c23404 -SIZE (rpm/i686/centos/6.4/gdbm-1.8.0-36.el6.i686.rpm) =3D 29536 -SHA256 (rpm/i686/centos/6.4/glib2-2.22.5-7.el6.i686.rpm) =3D a2180607b7928= b599f64f889b03b35ef1e0d0e566d14e07ff3b1dc8a90a92b68 -SIZE (rpm/i686/centos/6.4/glib2-2.22.5-7.el6.i686.rpm) =3D 1160816 -SHA256 (rpm/i686/centos/6.4/glibc-2.12-1.107.el6.i686.rpm) =3D 61f43fdf66e= be89c76981141e0327c642c7de1fd347ef0613ab8c92dc4a8175a -SIZE (rpm/i686/centos/6.4/glibc-2.12-1.107.el6.i686.rpm) =3D 4537416 -SHA256 (rpm/i686/centos/6.4/glibc-common-2.12-1.107.el6.i686.rpm) =3D 0783= bb2a27b59ed2aff8e46ec3be1d29ec8b82efef96693a3f8e3dfe5fc25668 -SIZE (rpm/i686/centos/6.4/glibc-common-2.12-1.107.el6.i686.rpm) =3D 148605= 52 -SHA256 (rpm/i686/centos/6.4/grep-2.6.3-3.el6.i686.rpm) =3D aba433970262abd= 92efb5b2f75ec1584b1bf07f173d05fe59e1cda82d4491b56 -SIZE (rpm/i686/centos/6.4/grep-2.6.3-3.el6.i686.rpm) =3D 232324 -SHA256 (rpm/i686/centos/6.4/info-4.13a-8.el6.i686.rpm) =3D 544b65b829fd4f8= 195dc131e773296f922bc218c756ec6d8e143ae0715f830b1 -SIZE (rpm/i686/centos/6.4/info-4.13a-8.el6.i686.rpm) =3D 176524 -SHA256 (rpm/i686/centos/6.4/keyutils-1.4-4.el6.i686.rpm) =3D b37f25808fe98= 40ea880a42bb5b1a17a54c0a8212133fbc1c84529638df3119b -SIZE (rpm/i686/centos/6.4/keyutils-1.4-4.el6.i686.rpm) =3D 38948 -SHA256 (rpm/i686/centos/6.4/krb5-libs-1.10.3-10.el6.i686.rpm) =3D 68b7f704= 38a457e7351188096d4c9b296e913020c1bd9dc7b247002d175a1c54 -SIZE (rpm/i686/centos/6.4/krb5-libs-1.10.3-10.el6.i686.rpm) =3D 786168 -SHA256 (rpm/i686/centos/6.4/libacl-2.2.49-6.el6.i686.rpm) =3D 64c400f31986= db7f085e85454a305344da141872b6f3ac7922caa2fa656d3c12 -SIZE (rpm/i686/centos/6.4/libacl-2.2.49-6.el6.i686.rpm) =3D 24480 -SHA256 (rpm/i686/centos/6.4/libattr-2.4.44-7.el6.i686.rpm) =3D 16f9cba06fc= bdf5163c1ae48e3d8df5b2a26eec1c8bfa3f7907718931ff8b93b -SIZE (rpm/i686/centos/6.4/libattr-2.4.44-7.el6.i686.rpm) =3D 15640 -SHA256 (rpm/i686/centos/6.4/libcap-2.16-5.5.el6.i686.rpm) =3D 8d972a4332b8= f942258e489574929de3ee660315dc6ca945939d54a99ec4398c -SIZE (rpm/i686/centos/6.4/libcap-2.16-5.5.el6.i686.rpm) =3D 31516 -SHA256 (rpm/i686/centos/6.4/libgcc-4.4.7-3.el6.i686.rpm) =3D 443d92d823fd9= f36ca9bc223b81c0090a59a2f736cab370d5edd1cd74a60e6d0 -SIZE (rpm/i686/centos/6.4/libgcc-4.4.7-3.el6.i686.rpm) =3D 114272 -SHA256 (rpm/i686/centos/6.4/libidn-1.18-2.el6.i686.rpm) =3D a72cdffdb6aeeb= 5f94eeaeb6db3b4ac88eb0688760b2b75d2c5086d987d78e27 -SIZE (rpm/i686/centos/6.4/libidn-1.18-2.el6.i686.rpm) =3D 210260 -SHA256 (rpm/i686/centos/6.4/libselinux-2.0.94-5.3.el6.i686.rpm) =3D 087774= 9e6fc415ed7ccf36df71c630d17916fa78b098aef2cc77d73ff7fdcaac -SIZE (rpm/i686/centos/6.4/libselinux-2.0.94-5.3.el6.i686.rpm) =3D 110172 -SHA256 (rpm/i686/centos/6.4/libsepol-2.0.41-4.el6.i686.rpm) =3D 0f7b3c09a8= 9b4f943faefc73bc5664f075146f6b96c8d1d38da06ed02cc2f21b -SIZE (rpm/i686/centos/6.4/libsepol-2.0.41-4.el6.i686.rpm) =3D 128032 -SHA256 (rpm/i686/centos/6.4/libstdc++-4.4.7-3.el6.i686.rpm) =3D 3d492a1897= 7be5e97e33d91ee4537d32addc546e97df88a4f80563b0685833e9 -SIZE (rpm/i686/centos/6.4/libstdc++-4.4.7-3.el6.i686.rpm) =3D 306876 -SHA256 (rpm/i686/centos/6.4/libuuid-2.17.2-12.9.el6.i686.rpm) =3D f708977a= 942e86158e6ca6d325bb2c14cfab4deaef694fd8b66ad414c9fcbf09 -SIZE (rpm/i686/centos/6.4/libuuid-2.17.2-12.9.el6.i686.rpm) =3D 68684 -SHA256 (rpm/i686/centos/6.4/ncurses-5.7-3.20090208.el6.i686.rpm) =3D 755e6= f14019e1484417bb6b3220d1384f80f897ff67a0125c1799d9620469260 -SIZE (rpm/i686/centos/6.4/ncurses-5.7-3.20090208.el6.i686.rpm) =3D 274756 -SHA256 (rpm/i686/centos/6.4/ncurses-libs-5.7-3.20090208.el6.i686.rpm) =3D = 8e8c71cf6e1b45a592bf5705714e34c167b6e2b9e9b4cf4b6c8e41f6ebd5a392 -SIZE (rpm/i686/centos/6.4/ncurses-libs-5.7-3.20090208.el6.i686.rpm) =3D 25= 6940 -SHA256 (rpm/i686/centos/6.4/pcre-7.8-6.el6.i686.rpm) =3D 3f2bc72b2a672249e= 7195c7a0a7932eaa9623745c4b314dd88262fc8dcc401dd -SIZE (rpm/i686/centos/6.4/pcre-7.8-6.el6.i686.rpm) =3D 200028 -SHA256 (rpm/i686/centos/6.4/popt-1.13-7.el6.i686.rpm) =3D 617f8ee4d7776bb4= 6a3a489ea10ac45831fd44947a30ef8d2126490ca2aa7a90 -SIZE (rpm/i686/centos/6.4/popt-1.13-7.el6.i686.rpm) =3D 39636 -SHA256 (rpm/i686/centos/6.4/readline-6.0-4.el6.i686.rpm) =3D 29fae06e31b73= f4e5e0cd5f4431a3927c0e80b204e3fbcf0a6ccfc30720e8452 -SIZE (rpm/i686/centos/6.4/readline-6.0-4.el6.i686.rpm) =3D 180296 -SHA256 (rpm/i686/centos/6.4/setserial-2.17-25.el6.i686.rpm) =3D c3537e6d21= 22f43674413742fcba524beb4dc9778efc7d25515f120dde79ba70 -SIZE (rpm/i686/centos/6.4/setserial-2.17-25.el6.i686.rpm) =3D 23568 -SHA256 (rpm/i686/centos/6.4/setup-2.8.14-20.el6.noarch.rpm) =3D d4257fb791= 9125c8b4366385c263c105e9284e51d3744077a89f0a7bd5e40f32 -SIZE (rpm/i686/centos/6.4/setup-2.8.14-20.el6.noarch.rpm) =3D 153608 -SHA256 (rpm/i686/centos/6.4/slang-2.2.1-1.el6.i686.rpm) =3D c6886d071eb636= 51df939c19f12363a1a68d112cedaa02019c94f53d39dd2f1f -SIZE (rpm/i686/centos/6.4/slang-2.2.1-1.el6.i686.rpm) =3D 483404 -SHA256 (rpm/i686/centos/6.4/zlib-1.2.3-29.el6.i686.rpm) =3D 1e40dce8a497f7= 40b22d2035a76a92a34885613652c4b33262f04e2d12a00caa -SIZE (rpm/i686/centos/6.4/zlib-1.2.3-29.el6.i686.rpm) =3D 74284 -SHA256 (rpm/i686/centos/6.4/basesystem-10.0-4.el6.src.rpm) =3D 18d3bd0580f= 40bdc208773f26b424fa1975fad70fae9f179c52337a8f80ade76 -SIZE (rpm/i686/centos/6.4/basesystem-10.0-4.el6.src.rpm) =3D 5949 -SHA256 (rpm/i686/centos/6.4/bash-4.1.2-14.el6.src.rpm) =3D afaa32a92246a05= 294b8e69c106659cbd675d5c8d779f94583779810c98c4699 -SIZE (rpm/i686/centos/6.4/bash-4.1.2-14.el6.src.rpm) =3D 6662680 -SHA256 (rpm/i686/centos/6.4/bzip2-1.0.5-7.el6_0.src.rpm) =3D 99a3d6a620f9f= 427aaeba974ae06234d0a771231730de7e203b97dce1dbf1931 -SIZE (rpm/i686/centos/6.4/bzip2-1.0.5-7.el6_0.src.rpm) =3D 855419 -SHA256 (rpm/i686/centos/6.4/coreutils-8.4-19.el6.src.rpm) =3D 8899898c5c4d= 59cc9ad84fd5005ac17fb68d67c1eeac638d7c271c8ee0f15483 -SIZE (rpm/i686/centos/6.4/coreutils-8.4-19.el6.src.rpm) =3D 4614613 -SHA256 (rpm/i686/centos/6.4/compat-db-4.6.21-15.el6.src.rpm) =3D d35d08e52= defe404712b9d4f2cb6475e05ed170676c090d5e05325c346abcb0f -SIZE (rpm/i686/centos/6.4/compat-db-4.6.21-15.el6.src.rpm) =3D 9862622 -SHA256 (rpm/i686/centos/6.4/compat-gcc-296-2.96-144.el6.src.rpm) =3D a2ad7= ba6160eada6a669732187affa35110ac26d0bbd709474e476e4d3892370 -SIZE (rpm/i686/centos/6.4/compat-gcc-296-2.96-144.el6.src.rpm) =3D 13430070 -SHA256 (rpm/i686/centos/6.4/compat-gcc-32-3.2.3-69.el6.src.rpm) =3D 7ff0c6= e00ad06876e10cb79fb87cb57b251e6710c63258e6850e990d9ea49917 -SIZE (rpm/i686/centos/6.4/compat-gcc-32-3.2.3-69.el6.src.rpm) =3D 21622433 -SHA256 (rpm/i686/centos/6.4/db4-4.7.25-17.el6.src.rpm) =3D 4d7e1cfb9d369a2= 2052f4f1d519b28a2ce6c54eee67ce243a530b038f4b4b887 -SIZE (rpm/i686/centos/6.4/db4-4.7.25-17.el6.src.rpm) =3D 13410100 -SHA256 (rpm/i686/centos/6.4/e2fsprogs-1.41.12-14.el6.src.rpm) =3D 51ba616c= 1e20e32cae46c16d406cffe0dd2a04b66c699ff1ce409926d4b26a1c -SIZE (rpm/i686/centos/6.4/e2fsprogs-1.41.12-14.el6.src.rpm) =3D 5531308 -SHA256 (rpm/i686/centos/6.4/elfutils-0.152-1.el6.src.rpm) =3D cb8c7188713b= 406e980757c6c802102e14d4f27820ab18b616d31889d55f4e14 -SIZE (rpm/i686/centos/6.4/elfutils-0.152-1.el6.src.rpm) =3D 1927305 -SHA256 (rpm/i686/centos/6.4/centos-release-6-4.el6.centos.10.src.rpm) =3D = f97e19c55c86a850820707e36ee7cab8f019705016c560d5d230d6f322ff69b5 -SIZE (rpm/i686/centos/6.4/centos-release-6-4.el6.centos.10.src.rpm) =3D 19= 210 -SHA256 (rpm/i686/centos/6.4/filesystem-2.4.30-3.el6.src.rpm) =3D fa8ab9b1a= 2f23933d6e2f9e2308601c4ee61dd5829f5edcb094aedee194d02e1 -SIZE (rpm/i686/centos/6.4/filesystem-2.4.30-3.el6.src.rpm) =3D 20457 -SHA256 (rpm/i686/centos/6.4/freetype-2.3.11-6.el6_2.9.src.rpm) =3D 3f27f46= aa39d8ccaf29dcf4b369e090ca561d8d1af72266a52723a46025c762a -SIZE (rpm/i686/centos/6.4/freetype-2.3.11-6.el6_2.9.src.rpm) =3D 1764297 -SHA256 (rpm/i686/centos/6.4/gdbm-1.8.0-36.el6.src.rpm) =3D ee6ffd96549d592= 4966869b9fef5813fb8eb17a76b2a6a35c53eb02d0ed1dc01 -SIZE (rpm/i686/centos/6.4/gdbm-1.8.0-36.el6.src.rpm) =3D 150845 -SHA256 (rpm/i686/centos/6.4/glib2-2.22.5-7.el6.src.rpm) =3D 7f76057982aff8= 23fe9107914319ec3722627835cf1d9d43d6e4f7526d611400 -SIZE (rpm/i686/centos/6.4/glib2-2.22.5-7.el6.src.rpm) =3D 5311438 -SHA256 (rpm/i686/centos/6.4/glibc-2.12-1.107.el6.src.rpm) =3D a12a7215b8e7= a8c7de5337df5e556ab16b58639551becdc36b63bec0826ad444 -SIZE (rpm/i686/centos/6.4/glibc-2.12-1.107.el6.src.rpm) =3D 16053712 -SHA256 (rpm/i686/centos/6.4/grep-2.6.3-3.el6.src.rpm) =3D d69103ee2dd2e5a3= a82b8ef129104a7a3fdcd447db640626c64c64fa472f3c15 -SIZE (rpm/i686/centos/6.4/grep-2.6.3-3.el6.src.rpm) =3D 859052 -SHA256 (rpm/i686/centos/6.4/texinfo-4.13a-8.el6.src.rpm) =3D c7cc4a48a8b42= 9fe93f9462233a9d18cfbd33b994593b5e9cdcbde0a8c3c85db -SIZE (rpm/i686/centos/6.4/texinfo-4.13a-8.el6.src.rpm) =3D 1589200 -SHA256 (rpm/i686/centos/6.4/keyutils-1.4-4.el6.src.rpm) =3D 01d53c15303429= 33eb9248ab399ee10c29d5eb141b0157dc69c306bdf6445916 -SIZE (rpm/i686/centos/6.4/keyutils-1.4-4.el6.src.rpm) =3D 53286 -SHA256 (rpm/i686/centos/6.4/krb5-1.10.3-10.el6.src.rpm) =3D f71ff9337b7444= cf446d7727395361c3532e96f29a02716632f71fa27797e171 -SIZE (rpm/i686/centos/6.4/krb5-1.10.3-10.el6.src.rpm) =3D 12031180 -SHA256 (rpm/i686/centos/6.4/acl-2.2.49-6.el6.src.rpm) =3D f1feabe034da5a12= be746d4bcfe12c5d15bdfc3f53f203880311aaa18ba9ec0d -SIZE (rpm/i686/centos/6.4/acl-2.2.49-6.el6.src.rpm) =3D 385956 -SHA256 (rpm/i686/centos/6.4/attr-2.4.44-7.el6.src.rpm) =3D 5f5440619e0109d= 9f8d913de1100f259296f62a38075bbc8d8608d6988695890 -SIZE (rpm/i686/centos/6.4/attr-2.4.44-7.el6.src.rpm) =3D 335725 -SHA256 (rpm/i686/centos/6.4/libcap-2.16-5.5.el6.src.rpm) =3D a0eb99aa04952= 657fc19541dd70ab185dd00594001a90d0ee138925f2bc3ab6a -SIZE (rpm/i686/centos/6.4/libcap-2.16-5.5.el6.src.rpm) =3D 69497 -SHA256 (rpm/i686/centos/6.4/gcc-4.4.7-3.el6.src.rpm) =3D a213c969de19096c1= 3a494b581e8851114f240bafa1a6e738c979cf8a36098cd -SIZE (rpm/i686/centos/6.4/gcc-4.4.7-3.el6.src.rpm) =3D 52320971 -SHA256 (rpm/i686/centos/6.4/libidn-1.18-2.el6.src.rpm) =3D a98516bd9245304= 4dd497cce3c05aefe9bf5ec96a04eaf924b765d3038432054 -SIZE (rpm/i686/centos/6.4/libidn-1.18-2.el6.src.rpm) =3D 2959181 -SHA256 (rpm/i686/centos/6.4/libselinux-2.0.94-5.3.el6.src.rpm) =3D 1d5bbbc= 0a5fbce0385308c9acb3e320f14afdecda63e2d4e48d2bb2cc6dc7a21 -SIZE (rpm/i686/centos/6.4/libselinux-2.0.94-5.3.el6.src.rpm) =3D 293165 -SHA256 (rpm/i686/centos/6.4/libsepol-2.0.41-4.el6.src.rpm) =3D ac1799bd0a7= 0a93f771942ebb489eab4eb6a67422a624f925ba4080f98f73b13 -SIZE (rpm/i686/centos/6.4/libsepol-2.0.41-4.el6.src.rpm) =3D 248004 -SHA256 (rpm/i686/centos/6.4/ncurses-5.7-3.20090208.el6.src.rpm) =3D 56adad= f667f294a57602cde47141b75a0bee8c6401fbf002295f59891d1663ff -SIZE (rpm/i686/centos/6.4/ncurses-5.7-3.20090208.el6.src.rpm) =3D 2646949 -SHA256 (rpm/i686/centos/6.4/pcre-7.8-6.el6.src.rpm) =3D 2d4e0474b7a23df550= 2f47050c049090ede151921d848486203e47604bd5104d -SIZE (rpm/i686/centos/6.4/pcre-7.8-6.el6.src.rpm) =3D 861403 -SHA256 (rpm/i686/centos/6.4/popt-1.13-7.el6.src.rpm) =3D 3b1b1c6e47e84d387= b58899dbbc3bf24e45ae09fb79cf975c011aae245091406 -SIZE (rpm/i686/centos/6.4/popt-1.13-7.el6.src.rpm) =3D 687631 -SHA256 (rpm/i686/centos/6.4/readline-6.0-4.el6.src.rpm) =3D 898f831df1f1d5= 66091317598cc5caeb3cb451347aaacfc52cc87895f449f5f0 -SIZE (rpm/i686/centos/6.4/readline-6.0-4.el6.src.rpm) =3D 2290548 -SHA256 (rpm/i686/centos/6.4/setserial-2.17-25.el6.src.rpm) =3D 1c09e38c614= 98be4014b102d5b4c79fff4f69eb24d012f7b38926e678880dffa -SIZE (rpm/i686/centos/6.4/setserial-2.17-25.el6.src.rpm) =3D 64567 -SHA256 (rpm/i686/centos/6.4/setup-2.8.14-20.el6.src.rpm) =3D 34b56a659ff50= 390845fd6f93ca8463df88439f7a4b6f823b540e39bf1f30316 -SIZE (rpm/i686/centos/6.4/setup-2.8.14-20.el6.src.rpm) =3D 181953 -SHA256 (rpm/i686/centos/6.4/slang-2.2.1-1.el6.src.rpm) =3D 3ab2551b5d7d75a= 1d28d63fea1c48b9e83a87b8f2ba4cd6bd2c5ecb5dd91eda9 -SIZE (rpm/i686/centos/6.4/slang-2.2.1-1.el6.src.rpm) =3D 1367444 -SHA256 (rpm/i686/centos/6.4/util-linux-ng-2.17.2-12.9.el6.src.rpm) =3D fe9= cd623e0c4bf9350ace4541e3885e941d5ebd1bb3993c67f8ce1261b58eacc -SIZE (rpm/i686/centos/6.4/util-linux-ng-2.17.2-12.9.el6.src.rpm) =3D 44905= 16 -SHA256 (rpm/i686/centos/6.4/zlib-1.2.3-29.el6.src.rpm) =3D ccdc3260d2b1ee3= 5c3d224154878f9f632fa2153ce7908ffaabd10b3e216d26e -SIZE (rpm/i686/centos/6.4/zlib-1.2.3-29.el6.src.rpm) =3D 516080 +SHA256 (rpm/i686/centos/6.5/basesystem-10.0-4.el6.noarch.rpm) =3D 18860007= 697438e375733bb4a36a599daac2e2ae95d98a74c436a10d0974710e +SIZE (rpm/i686/centos/6.5/basesystem-10.0-4.el6.noarch.rpm) =3D 4784 +SHA256 (rpm/i686/centos/6.5/bash-4.1.2-15.el6_4.i686.rpm) =3D 81bc62e6d239= 6a462ea898f2c91c97578ad2d744af4588686602ffc3bec47420 +SIZE (rpm/i686/centos/6.5/bash-4.1.2-15.el6_4.i686.rpm) =3D 907712 +SHA256 (rpm/i686/centos/6.5/bzip2-1.0.5-7.el6_0.i686.rpm) =3D 37883219612b= 1ffa199f5a7227fcd165687a24e5c7c291c579647d1563777e47 +SIZE (rpm/i686/centos/6.5/bzip2-1.0.5-7.el6_0.i686.rpm) =3D 49428 +SHA256 (rpm/i686/centos/6.5/bzip2-libs-1.0.5-7.el6_0.i686.rpm) =3D d3424f4= 610860e7f8f444cc3cddf51cd75f5e58ca0ecffc8bdbbcb5f8fe1b0d1 +SIZE (rpm/i686/centos/6.5/bzip2-libs-1.0.5-7.el6_0.i686.rpm) =3D 37204 +SHA256 (rpm/i686/centos/6.5/compat-db43-4.3.29-15.el6.i686.rpm) =3D 202767= fa03ff58947d6a2ec2437e52fc9179f3995fa77264753fde03f2737d0a +SIZE (rpm/i686/centos/6.5/compat-db43-4.3.29-15.el6.i686.rpm) =3D 914280 +SHA256 (rpm/i686/centos/6.5/compat-libstdc++-33-3.2.3-69.el6.i686.rpm) =3D= 894abcc5f0b28e39c71d4b0ca27d19540e7eb9d3c32664d5621324c9efbfe11e +SIZE (rpm/i686/centos/6.5/compat-libstdc++-33-3.2.3-69.el6.i686.rpm) =3D 1= 93328 +SHA256 (rpm/i686/centos/6.5/compat-libstdc++-296-2.96-144.el6.i686.rpm) = =3D a0d7cba8cf0fcb625ce3181d64fa59ca018b562350c30b3a13fd8b858f21f134 +SIZE (rpm/i686/centos/6.5/compat-libstdc++-296-2.96-144.el6.i686.rpm) =3D = 78832 +SHA256 (rpm/i686/centos/6.5/coreutils-8.4-31.el6.i686.rpm) =3D 2fc78a19ac3= 57050da7874150851c9c5dc3997e2d26d6e05de05b5bf49a86987 +SIZE (rpm/i686/centos/6.5/coreutils-8.4-31.el6.i686.rpm) =3D 3143760 +SHA256 (rpm/i686/centos/6.5/db4-4.7.25-18.el6_4.i686.rpm) =3D 67a2836f2a8c= 6d1e97781136e9c0045cb1d56ab977748c5943fd1f6f29082777 +SIZE (rpm/i686/centos/6.5/db4-4.7.25-18.el6_4.i686.rpm) =3D 593776 +SHA256 (rpm/i686/centos/6.5/e2fsprogs-1.41.12-18.el6.i686.rpm) =3D 1ebb82a= 901f2e40d80f8db69f7c10e493696906451f90ef5185d3b31418ee793 +SIZE (rpm/i686/centos/6.5/e2fsprogs-1.41.12-18.el6.i686.rpm) =3D 566304 +SHA256 (rpm/i686/centos/6.5/e2fsprogs-libs-1.41.12-18.el6.i686.rpm) =3D 98= d7689e969df31ff1c9166666bed0a9e39140588de83255dbcc2f62d09b2cb3 +SIZE (rpm/i686/centos/6.5/e2fsprogs-libs-1.41.12-18.el6.i686.rpm) =3D 1302= 00 +SHA256 (rpm/i686/centos/6.5/elfutils-0.152-1.el6.i686.rpm) =3D 03921510988= 1fbbae7b398786873c51026e2e1bf6d1611b52bc9fa1bb60b488a +SIZE (rpm/i686/centos/6.5/elfutils-0.152-1.el6.i686.rpm) =3D 218636 +SHA256 (rpm/i686/centos/6.5/centos-release-6-5.el6.centos.11.1.i686.rpm) = =3D 8059b4364a7f609c5449b0cd2d430c431868cd782da0999b63b3512ec25fb7d4 +SIZE (rpm/i686/centos/6.5/centos-release-6-5.el6.centos.11.1.i686.rpm) =3D= 20844 +SHA256 (rpm/i686/centos/6.5/filesystem-2.4.30-3.el6.i686.rpm) =3D 28fd3898= f5882048a6105a4637fffa17bc0a634c8ff4268a35b870d084212dea +SIZE (rpm/i686/centos/6.5/filesystem-2.4.30-3.el6.i686.rpm) =3D 1056668 +SHA256 (rpm/i686/centos/6.5/freetype-2.3.11-14.el6_3.1.i686.rpm) =3D b37df= c93cc75837d5b0d8fd431074098f99b79c4e691dcfd00ee5b1664d56864 +SIZE (rpm/i686/centos/6.5/freetype-2.3.11-14.el6_3.1.i686.rpm) =3D 371820 +SHA256 (rpm/i686/centos/6.5/gdbm-1.8.0-36.el6.i686.rpm) =3D 6b7a558334b4ef= 442ef7495a1421ff0f4783ef250d64ba7fe0afb54a62c23404 +SIZE (rpm/i686/centos/6.5/gdbm-1.8.0-36.el6.i686.rpm) =3D 29536 +SHA256 (rpm/i686/centos/6.5/glib2-2.26.1-3.el6.i686.rpm) =3D 8f1435ce3eae3= a053a1a16609dc1853a92617d06a15e91ef6941292a5d74e0e6 +SIZE (rpm/i686/centos/6.5/glib2-2.26.1-3.el6.i686.rpm) =3D 1660708 +SHA256 (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.i686.rpm) =3D f24c8a14fdf= 9022b2545f00df6ac2f44356c85dde8ab0039f6fb6aaba7aae5cf +SIZE (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.i686.rpm) =3D 4549088 +SHA256 (rpm/i686/centos/6.5/glibc-common-2.12-1.132.el6.i686.rpm) =3D 770f= 5259fd5f8a850e6276ef6fbe4b59591b22d072b7306a8e4801e7dc1ba9f4 +SIZE (rpm/i686/centos/6.5/glibc-common-2.12-1.132.el6.i686.rpm) =3D 148671= 64 +SHA256 (rpm/i686/centos/6.5/grep-2.6.3-4.el6.i686.rpm) =3D c7472697418af11= 11fb3da94a441082ef6eb0f1fa575df0e45b9413d010a8347 +SIZE (rpm/i686/centos/6.5/grep-2.6.3-4.el6.i686.rpm) =3D 232716 +SHA256 (rpm/i686/centos/6.5/info-4.13a-8.el6.i686.rpm) =3D 544b65b829fd4f8= 195dc131e773296f922bc218c756ec6d8e143ae0715f830b1 +SIZE (rpm/i686/centos/6.5/info-4.13a-8.el6.i686.rpm) =3D 176524 +SHA256 (rpm/i686/centos/6.5/keyutils-1.4-4.el6.i686.rpm) =3D b37f25808fe98= 40ea880a42bb5b1a17a54c0a8212133fbc1c84529638df3119b +SIZE (rpm/i686/centos/6.5/keyutils-1.4-4.el6.i686.rpm) =3D 38948 +SHA256 (rpm/i686/centos/6.5/krb5-libs-1.10.3-10.el6_4.6.i686.rpm) =3D b3f4= 65af5df386b4e0366b51cdf9ee768fb97d40f63092ab8d6ae0fbc6a9d709 +SIZE (rpm/i686/centos/6.5/krb5-libs-1.10.3-10.el6_4.6.i686.rpm) =3D 787032 +SHA256 (rpm/i686/centos/6.5/libacl-2.2.49-6.el6.i686.rpm) =3D 64c400f31986= db7f085e85454a305344da141872b6f3ac7922caa2fa656d3c12 +SIZE (rpm/i686/centos/6.5/libacl-2.2.49-6.el6.i686.rpm) =3D 24480 +SHA256 (rpm/i686/centos/6.5/libattr-2.4.44-7.el6.i686.rpm) =3D 16f9cba06fc= bdf5163c1ae48e3d8df5b2a26eec1c8bfa3f7907718931ff8b93b +SIZE (rpm/i686/centos/6.5/libattr-2.4.44-7.el6.i686.rpm) =3D 15640 +SHA256 (rpm/i686/centos/6.5/libcap-2.16-5.5.el6.i686.rpm) =3D 8d972a4332b8= f942258e489574929de3ee660315dc6ca945939d54a99ec4398c +SIZE (rpm/i686/centos/6.5/libcap-2.16-5.5.el6.i686.rpm) =3D 31516 +SHA256 (rpm/i686/centos/6.5/libgcc-4.4.7-4.el6.i686.rpm) =3D 4f4621a86bca9= 873d8676182f5d36e7edd1f3ac1e393ed43ffc17cd8b54dd024 +SIZE (rpm/i686/centos/6.5/libgcc-4.4.7-4.el6.i686.rpm) =3D 114844 +SHA256 (rpm/i686/centos/6.5/libidn-1.18-2.el6.i686.rpm) =3D a72cdffdb6aeeb= 5f94eeaeb6db3b4ac88eb0688760b2b75d2c5086d987d78e27 +SIZE (rpm/i686/centos/6.5/libidn-1.18-2.el6.i686.rpm) =3D 210260 +SHA256 (rpm/i686/centos/6.5/libselinux-2.0.94-5.3.el6_4.1.i686.rpm) =3D 0e= 74ed33164db1e2442b52b34476a744b29927338db56dab619ee99e1736b75f +SIZE (rpm/i686/centos/6.5/libselinux-2.0.94-5.3.el6_4.1.i686.rpm) =3D 1104= 64 +SHA256 (rpm/i686/centos/6.5/libsepol-2.0.41-4.el6.i686.rpm) =3D 0f7b3c09a8= 9b4f943faefc73bc5664f075146f6b96c8d1d38da06ed02cc2f21b +SIZE (rpm/i686/centos/6.5/libsepol-2.0.41-4.el6.i686.rpm) =3D 128032 +SHA256 (rpm/i686/centos/6.5/libstdc++-4.4.7-4.el6.i686.rpm) =3D e9349ed1e5= 519000d416dfca62b8a379e030a1b88a8e375747eb43d8324fe3e3 +SIZE (rpm/i686/centos/6.5/libstdc++-4.4.7-4.el6.i686.rpm) =3D 307316 +SHA256 (rpm/i686/centos/6.5/libuuid-2.17.2-12.14.el6.i686.rpm) =3D a7cebee= 833f96224330efebcbca943bd0cf6ef281e31416b72bfbb4218f8182b +SIZE (rpm/i686/centos/6.5/libuuid-2.17.2-12.14.el6.i686.rpm) =3D 69956 +SHA256 (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.i686.rpm) =3D 755e6= f14019e1484417bb6b3220d1384f80f897ff67a0125c1799d9620469260 +SIZE (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.i686.rpm) =3D 274756 +SHA256 (rpm/i686/centos/6.5/ncurses-libs-5.7-3.20090208.el6.i686.rpm) =3D = 8e8c71cf6e1b45a592bf5705714e34c167b6e2b9e9b4cf4b6c8e41f6ebd5a392 +SIZE (rpm/i686/centos/6.5/ncurses-libs-5.7-3.20090208.el6.i686.rpm) =3D 25= 6940 +SHA256 (rpm/i686/centos/6.5/pcre-7.8-6.el6.i686.rpm) =3D 3f2bc72b2a672249e= 7195c7a0a7932eaa9623745c4b314dd88262fc8dcc401dd +SIZE (rpm/i686/centos/6.5/pcre-7.8-6.el6.i686.rpm) =3D 200028 +SHA256 (rpm/i686/centos/6.5/popt-1.13-7.el6.i686.rpm) =3D 617f8ee4d7776bb4= 6a3a489ea10ac45831fd44947a30ef8d2126490ca2aa7a90 +SIZE (rpm/i686/centos/6.5/popt-1.13-7.el6.i686.rpm) =3D 39636 +SHA256 (rpm/i686/centos/6.5/readline-6.0-4.el6.i686.rpm) =3D 29fae06e31b73= f4e5e0cd5f4431a3927c0e80b204e3fbcf0a6ccfc30720e8452 +SIZE (rpm/i686/centos/6.5/readline-6.0-4.el6.i686.rpm) =3D 180296 +SHA256 (rpm/i686/centos/6.5/setserial-2.17-25.el6.i686.rpm) =3D c3537e6d21= 22f43674413742fcba524beb4dc9778efc7d25515f120dde79ba70 +SIZE (rpm/i686/centos/6.5/setserial-2.17-25.el6.i686.rpm) =3D 23568 +SHA256 (rpm/i686/centos/6.5/setup-2.8.14-20.el6_4.1.noarch.rpm) =3D f3baab= e199eabf0c11866c1c076f0c6bc01abe0c1cab20aa3348cd8e1c967031 +SIZE (rpm/i686/centos/6.5/setup-2.8.14-20.el6_4.1.noarch.rpm) =3D 154440 +SHA256 (rpm/i686/centos/6.5/slang-2.2.1-1.el6.i686.rpm) =3D c6886d071eb636= 51df939c19f12363a1a68d112cedaa02019c94f53d39dd2f1f +SIZE (rpm/i686/centos/6.5/slang-2.2.1-1.el6.i686.rpm) =3D 483404 +SHA256 (rpm/i686/centos/6.5/zlib-1.2.3-29.el6.i686.rpm) =3D 1e40dce8a497f7= 40b22d2035a76a92a34885613652c4b33262f04e2d12a00caa +SIZE (rpm/i686/centos/6.5/zlib-1.2.3-29.el6.i686.rpm) =3D 74284 +SHA256 (rpm/i686/centos/6.5/basesystem-10.0-4.el6.src.rpm) =3D 18d3bd0580f= 40bdc208773f26b424fa1975fad70fae9f179c52337a8f80ade76 +SIZE (rpm/i686/centos/6.5/basesystem-10.0-4.el6.src.rpm) =3D 5949 +SHA256 (rpm/i686/centos/6.5/bash-4.1.2-15.el6_4.src.rpm) =3D 17e92fbaf55ef= 5fbaccc7e28761edaaa1d18ede8e330fb20a40a27d27605003c +SIZE (rpm/i686/centos/6.5/bash-4.1.2-15.el6_4.src.rpm) =3D 6663735 +SHA256 (rpm/i686/centos/6.5/bzip2-1.0.5-7.el6_0.src.rpm) =3D 99a3d6a620f9f= 427aaeba974ae06234d0a771231730de7e203b97dce1dbf1931 +SIZE (rpm/i686/centos/6.5/bzip2-1.0.5-7.el6_0.src.rpm) =3D 855419 +SHA256 (rpm/i686/centos/6.5/coreutils-8.4-31.el6.src.rpm) =3D 0e39f22a1ea1= 2009f7e95811003d4b56b99fc2ea77b5bf3ebc716f3ae5a15b83 +SIZE (rpm/i686/centos/6.5/coreutils-8.4-31.el6.src.rpm) =3D 4641453 +SHA256 (rpm/i686/centos/6.5/compat-db-4.6.21-15.el6.src.rpm) =3D d35d08e52= defe404712b9d4f2cb6475e05ed170676c090d5e05325c346abcb0f +SIZE (rpm/i686/centos/6.5/compat-db-4.6.21-15.el6.src.rpm) =3D 9862622 +SHA256 (rpm/i686/centos/6.5/compat-gcc-296-2.96-144.el6.src.rpm) =3D a2ad7= ba6160eada6a669732187affa35110ac26d0bbd709474e476e4d3892370 +SIZE (rpm/i686/centos/6.5/compat-gcc-296-2.96-144.el6.src.rpm) =3D 13430070 +SHA256 (rpm/i686/centos/6.5/compat-gcc-32-3.2.3-69.el6.src.rpm) =3D 7ff0c6= e00ad06876e10cb79fb87cb57b251e6710c63258e6850e990d9ea49917 +SIZE (rpm/i686/centos/6.5/compat-gcc-32-3.2.3-69.el6.src.rpm) =3D 21622433 +SHA256 (rpm/i686/centos/6.5/db4-4.7.25-18.el6_4.src.rpm) =3D 8216704a0e530= 259d6a227c4b13f5e3df5f6dc4ae1872fd14c5902db972cc7e6 +SIZE (rpm/i686/centos/6.5/db4-4.7.25-18.el6_4.src.rpm) =3D 13410985 +SHA256 (rpm/i686/centos/6.5/e2fsprogs-1.41.12-18.el6.src.rpm) =3D e18a3cfb= 6f92a82ca1da717919478bffcac07d0abe254d30e5a90652fb060f2c +SIZE (rpm/i686/centos/6.5/e2fsprogs-1.41.12-18.el6.src.rpm) =3D 5543914 +SHA256 (rpm/i686/centos/6.5/elfutils-0.152-1.el6.src.rpm) =3D cb8c7188713b= 406e980757c6c802102e14d4f27820ab18b616d31889d55f4e14 +SIZE (rpm/i686/centos/6.5/elfutils-0.152-1.el6.src.rpm) =3D 1927305 +SHA256 (rpm/i686/centos/6.5/centos-release-6-5.el6.centos.11.1.src.rpm) = =3D 46fc40ddd2d631973e94479749033e5e5b09c895b8c5acd4d61cd7ea5ff034d7 +SIZE (rpm/i686/centos/6.5/centos-release-6-5.el6.centos.11.1.src.rpm) =3D = 19326 +SHA256 (rpm/i686/centos/6.5/filesystem-2.4.30-3.el6.src.rpm) =3D fa8ab9b1a= 2f23933d6e2f9e2308601c4ee61dd5829f5edcb094aedee194d02e1 +SIZE (rpm/i686/centos/6.5/filesystem-2.4.30-3.el6.src.rpm) =3D 20457 +SHA256 (rpm/i686/centos/6.5/freetype-2.3.11-14.el6_3.1.src.rpm) =3D 25a5e3= 8ef7e61078513bad46af09c8963586cd56d3411ad8d0e8558e1d515ae7 +SIZE (rpm/i686/centos/6.5/freetype-2.3.11-14.el6_3.1.src.rpm) =3D 1764843 +SHA256 (rpm/i686/centos/6.5/gdbm-1.8.0-36.el6.src.rpm) =3D ee6ffd96549d592= 4966869b9fef5813fb8eb17a76b2a6a35c53eb02d0ed1dc01 +SIZE (rpm/i686/centos/6.5/gdbm-1.8.0-36.el6.src.rpm) =3D 150845 +SHA256 (rpm/i686/centos/6.5/glib2-2.26.1-3.el6.src.rpm) =3D afe69779c6bc09= e615d810f04aa7c8d0141aaefc87fd2641bcf9f53dfdd90b7e +SIZE (rpm/i686/centos/6.5/glib2-2.26.1-3.el6.src.rpm) =3D 6722996 +SHA256 (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.src.rpm) =3D 3e4c6385b8c0= fcb1dd92c2c3949cf2efeefba1330c38f699a0254f72d9bffc8d +SIZE (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.src.rpm) =3D 16124735 +SHA256 (rpm/i686/centos/6.5/grep-2.6.3-4.el6.src.rpm) =3D 9b4dca87528eb3ff= a2f6609271c13d9504b025ad395f8631c8c67553955f8e46 +SIZE (rpm/i686/centos/6.5/grep-2.6.3-4.el6.src.rpm) =3D 865455 +SHA256 (rpm/i686/centos/6.5/texinfo-4.13a-8.el6.src.rpm) =3D c7cc4a48a8b42= 9fe93f9462233a9d18cfbd33b994593b5e9cdcbde0a8c3c85db +SIZE (rpm/i686/centos/6.5/texinfo-4.13a-8.el6.src.rpm) =3D 1589200 +SHA256 (rpm/i686/centos/6.5/keyutils-1.4-4.el6.src.rpm) =3D 01d53c15303429= 33eb9248ab399ee10c29d5eb141b0157dc69c306bdf6445916 +SIZE (rpm/i686/centos/6.5/keyutils-1.4-4.el6.src.rpm) =3D 53286 +SHA256 (rpm/i686/centos/6.5/krb5-1.10.3-10.el6_4.6.src.rpm) =3D 6d0e6828b7= 0d4e601639b8037c6f875adc3c9fac971a70b88e4cf3d136295052 +SIZE (rpm/i686/centos/6.5/krb5-1.10.3-10.el6_4.6.src.rpm) =3D 12039453 +SHA256 (rpm/i686/centos/6.5/acl-2.2.49-6.el6.src.rpm) =3D f1feabe034da5a12= be746d4bcfe12c5d15bdfc3f53f203880311aaa18ba9ec0d +SIZE (rpm/i686/centos/6.5/acl-2.2.49-6.el6.src.rpm) =3D 385956 +SHA256 (rpm/i686/centos/6.5/attr-2.4.44-7.el6.src.rpm) =3D 5f5440619e0109d= 9f8d913de1100f259296f62a38075bbc8d8608d6988695890 +SIZE (rpm/i686/centos/6.5/attr-2.4.44-7.el6.src.rpm) =3D 335725 +SHA256 (rpm/i686/centos/6.5/libcap-2.16-5.5.el6.src.rpm) =3D a0eb99aa04952= 657fc19541dd70ab185dd00594001a90d0ee138925f2bc3ab6a +SIZE (rpm/i686/centos/6.5/libcap-2.16-5.5.el6.src.rpm) =3D 69497 +SHA256 (rpm/i686/centos/6.5/gcc-4.4.7-4.el6.src.rpm) =3D e83931377e08c21e5= c823aa6e66d797400c1342135f701e331790375e04b0a84 +SIZE (rpm/i686/centos/6.5/gcc-4.4.7-4.el6.src.rpm) =3D 52327074 +SHA256 (rpm/i686/centos/6.5/libidn-1.18-2.el6.src.rpm) =3D a98516bd9245304= 4dd497cce3c05aefe9bf5ec96a04eaf924b765d3038432054 +SIZE (rpm/i686/centos/6.5/libidn-1.18-2.el6.src.rpm) =3D 2959181 +SHA256 (rpm/i686/centos/6.5/libselinux-2.0.94-5.3.el6_4.1.src.rpm) =3D 583= 7a760295de897517ab752b51379a732049fa2c5febcb54ea7a9f0fa6837bd +SIZE (rpm/i686/centos/6.5/libselinux-2.0.94-5.3.el6_4.1.src.rpm) =3D 293928 +SHA256 (rpm/i686/centos/6.5/libsepol-2.0.41-4.el6.src.rpm) =3D ac1799bd0a7= 0a93f771942ebb489eab4eb6a67422a624f925ba4080f98f73b13 +SIZE (rpm/i686/centos/6.5/libsepol-2.0.41-4.el6.src.rpm) =3D 248004 +SHA256 (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.src.rpm) =3D 56adad= f667f294a57602cde47141b75a0bee8c6401fbf002295f59891d1663ff +SIZE (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.src.rpm) =3D 2646949 +SHA256 (rpm/i686/centos/6.5/pcre-7.8-6.el6.src.rpm) =3D 2d4e0474b7a23df550= 2f47050c049090ede151921d848486203e47604bd5104d +SIZE (rpm/i686/centos/6.5/pcre-7.8-6.el6.src.rpm) =3D 861403 +SHA256 (rpm/i686/centos/6.5/popt-1.13-7.el6.src.rpm) =3D 3b1b1c6e47e84d387= b58899dbbc3bf24e45ae09fb79cf975c011aae245091406 +SIZE (rpm/i686/centos/6.5/popt-1.13-7.el6.src.rpm) =3D 687631 +SHA256 (rpm/i686/centos/6.5/readline-6.0-4.el6.src.rpm) =3D 898f831df1f1d5= 66091317598cc5caeb3cb451347aaacfc52cc87895f449f5f0 +SIZE (rpm/i686/centos/6.5/readline-6.0-4.el6.src.rpm) =3D 2290548 +SHA256 (rpm/i686/centos/6.5/setserial-2.17-25.el6.src.rpm) =3D 1c09e38c614= 98be4014b102d5b4c79fff4f69eb24d012f7b38926e678880dffa +SIZE (rpm/i686/centos/6.5/setserial-2.17-25.el6.src.rpm) =3D 64567 +SHA256 (rpm/i686/centos/6.5/setup-2.8.14-20.el6_4.1.src.rpm) =3D 6cd2835e6= 33e6af4c072f1e444dc150aa91cb96bf92c1ca84321e2bed2b54377 +SIZE (rpm/i686/centos/6.5/setup-2.8.14-20.el6_4.1.src.rpm) =3D 182928 +SHA256 (rpm/i686/centos/6.5/slang-2.2.1-1.el6.src.rpm) =3D 3ab2551b5d7d75a= 1d28d63fea1c48b9e83a87b8f2ba4cd6bd2c5ecb5dd91eda9 +SIZE (rpm/i686/centos/6.5/slang-2.2.1-1.el6.src.rpm) =3D 1367444 +SHA256 (rpm/i686/centos/6.5/util-linux-ng-2.17.2-12.14.el6.src.rpm) =3D 95= f94d979b2e3b9d38f6339003d4d5d5676d60d46a0677803ff84a08d337dac9 +SIZE (rpm/i686/centos/6.5/util-linux-ng-2.17.2-12.14.el6.src.rpm) =3D 4510= 275 +SHA256 (rpm/i686/centos/6.5/zlib-1.2.3-29.el6.src.rpm) =3D ccdc3260d2b1ee3= 5c3d224154878f9f632fa2153ce7908ffaabd10b3e216d26e +SIZE (rpm/i686/centos/6.5/zlib-1.2.3-29.el6.src.rpm) =3D 516080 Index: pkg-plist =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- pkg-plist (revision 342486) +++ pkg-plist (working copy) @@ -94,9 +94,13 @@ @unexec if cmp -s %D/etc/yp.conf.sample %D/etc/yp.conf ; then rm -f %D/etc= /yp.cpnf ; fi etc/yp.conf.sample @exec if [ ! -f %D/etc/yp.conf ] ; then cp -p %D/%F %B/yp.conf ; fi +etc/yp.conf etc/yum.repos.d/CentOS-Base.repo etc/yum.repos.d/CentOS-Debuginfo.repo etc/yum.repos.d/CentOS-Media.repo +etc/yum.repos.d/CentOS-Vault.repo +etc/bash_completion.d/gdbus-bash-completion.sh=20 +etc/bash_completion.d/gsettings-bash-completion.sh lib/i686/nosegneg/libc-2.12.so lib/i686/nosegneg/libc.so.6 lib/i686/nosegneg/libm-2.12.so @@ -140,19 +144,19 @@ lib/libgcc_s-4.4.7-20120601.so.1 lib/libgcc_s.so.1 lib/libgio-2.0.so.0 -lib/libgio-2.0.so.0.2200.5 +lib/libgio-2.0.so.0.2600.1 lib/libglib-2.0.so.0 -lib/libglib-2.0.so.0.2200.5 +lib/libglib-2.0.so.0.2600.1 lib/libgmodule-2.0.so.0 -lib/libgmodule-2.0.so.0.2200.5 +lib/libgmodule-2.0.so.0.2600.1 lib/libgobject-2.0.so.0 -lib/libgobject-2.0.so.0.2200.5 +lib/libgobject-2.0.so.0.2600.1 lib/libgssapi_krb5.so.2 lib/libgssapi_krb5.so.2.2 lib/libgssrpc.so.4 lib/libgssrpc.so.4.1 lib/libgthread-2.0.so.0 -lib/libgthread-2.0.so.0.2200.5 +lib/libgthread-2.0.so.0.2600.1 lib/libidn.so.11 lib/libidn.so.11.6.1 lib/libk5crypto.so.3 @@ -291,9 +295,13 @@ usr/bin/factor usr/bin/fmt usr/bin/fold +usr/bin/gdbus usr/bin/gencat usr/bin/getconf usr/bin/getent +usr/bin/gio-querymodules-32 +usr/bin/glib-compile-schemas +usr/bin/gsettings usr/bin/groups usr/bin/head usr/bin/hostid @@ -361,6 +369,7 @@ usr/bin/tty usr/bin/tzselect usr/bin/unexpand +usr/bin/update-gio-modules usr/bin/uniq usr/bin/users usr/bin/vdir @@ -641,6 +650,7 @@ usr/lib/libkadm5srv_mit.so.8.0 usr/lib/libkdb5.so.6 usr/lib/libkdb5.so.6.0 +usr/lib/libmemusage.so usr/lib/libmenu.so.5 usr/lib/libmenu.so.5.7 usr/lib/libmenuw.so.5 @@ -649,6 +659,7 @@ usr/lib/libpanel.so.5.7 usr/lib/libpanelw.so.5 usr/lib/libpanelw.so.5.7 +usr/lib/libpcprofile.so usr/lib/libpcrecpp.so.0 usr/lib/libpcrecpp.so.0.0.0 usr/lib/libpcreposix.so.0 @@ -663,6 +674,12 @@ usr/lib/libstdc++.so.6.0.13 usr/lib/libtic.so.5 usr/lib/libtic.so.5.7 +usr/lib/libverto-k5ev.so +usr/lib/libverto-k5ev.so.0 +usr/lib/libverto-k5ev.so.0.0 +usr/lib/libverto.so +usr/lib/libverto.so.0 +usr/lib/libverto.so.0.0 usr/lib/locale/locale-archive.tmpl usr/libexec/getconf/POSIX_V6_ILP32_OFF32 usr/libexec/getconf/POSIX_V6_ILP32_OFFBIG @@ -727,10 +744,10 @@ usr/share/doc/gdbm-1.8.0/COPYING usr/share/doc/gdbm-1.8.0/NEWS usr/share/doc/gdbm-1.8.0/README -usr/share/doc/glib2-2.22.5/AUTHORS -usr/share/doc/glib2-2.22.5/COPYING -usr/share/doc/glib2-2.22.5/NEWS -usr/share/doc/glib2-2.22.5/README +usr/share/doc/glib2-2.26.1/AUTHORS +usr/share/doc/glib2-2.26.1/COPYING +usr/share/doc/glib2-2.26.1/NEWS +usr/share/doc/glib2-2.26.1/README usr/share/doc/glibc-2.12/BUGS usr/share/doc/glibc-2.12/CONFORMANCE usr/share/doc/glibc-2.12/COPYING @@ -1336,10 +1353,12 @@ usr/share/locale/af/LC_MESSAGES/bash.mo usr/share/locale/af/LC_MESSAGES/coreutils.mo usr/share/locale/af/LC_MESSAGES/grep.mo +usr/share/locale/af/LC_MESSAGES/glib20.mo usr/share/locale/af/LC_TIME/coreutils.mo usr/share/locale/am/LC_MESSAGES/glib20.mo usr/share/locale/ar/LC_MESSAGES/glib20.mo usr/share/locale/as/LC_MESSAGES/glib20.mo +usr/share/locale/ast/LC_MESSAGES/glib20.mo usr/share/locale/az/LC_MESSAGES/glib20.mo usr/share/locale/be/LC_MESSAGES/coreutils.mo usr/share/locale/be/LC_MESSAGES/glib20.mo @@ -1402,9 +1421,11 @@ usr/share/locale/en@boldquot/LC_MESSAGES/libidn.mo usr/share/locale/en@quot/LC_MESSAGES/bash.mo usr/share/locale/en@quot/LC_MESSAGES/libidn.mo +usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo usr/share/locale/en_CA/LC_MESSAGES/glib20.mo usr/share/locale/en_GB/LC_MESSAGES/glib20.mo usr/share/locale/en_GB/LC_MESSAGES/libc.mo +usr/share/locale/en_US/LC_MESSAGES/mit-krb5.mo usr/share/locale/eo/LC_MESSAGES/bash.mo usr/share/locale/eo/LC_MESSAGES/glib20.mo usr/share/locale/eo/LC_MESSAGES/grep.mo @@ -1497,6 +1518,7 @@ usr/share/locale/ja/LC_MESSAGES/popt.mo usr/share/locale/ja/LC_TIME/coreutils.mo usr/share/locale/ka/LC_MESSAGES/glib20.mo +usr/share/locale/kk/LC_MESSAGES/glib20.mo usr/share/locale/kn/LC_MESSAGES/glib20.mo usr/share/locale/ko/LC_MESSAGES/coreutils.mo usr/share/locale/ko/LC_MESSAGES/glib20.mo @@ -1531,6 +1553,7 @@ usr/share/locale/nb/LC_MESSAGES/libc.mo usr/share/locale/nb/LC_MESSAGES/popt.mo usr/share/locale/nb/LC_TIME/coreutils.mo +usr/share/locale/nds/LC_MESSAGES/glib20.mo usr/share/locale/ne/LC_MESSAGES/glib20.mo usr/share/locale/nl/LC_MESSAGES/bash.mo usr/share/locale/nl/LC_MESSAGES/coreutils.mo @@ -1726,6 +1749,10 @@ usr/share/man/man1/fgrep.1.gz usr/share/man/man1/fmt.1.gz usr/share/man/man1/fold.1.gz +usr/share/man/man1/gdbus.1.gz +usr/share/man/man1/gio-querymodules.1.gz +usr/share/man/man1/glib-compile-schemas.1.gz +usr/share/man/man1/gsettings.1.gz usr/share/man/man1/getopts.1.gz usr/share/man/man1/grep.1.gz usr/share/man/man1/groups.1.gz @@ -1847,6 +1874,9 @@ usr/share/man/man1/whoami.1.gz usr/share/man/man1/yes.1.gz usr/share/man/man5/.k5login.5.gz +usr/share/man/man5/k5login.5.gz +usr/share/man/man5/.k5identity.5.gz +usr/share/man/man5/k5identity.5.gz usr/share/man/man5/e2fsck.conf.5.gz usr/share/man/man5/info.5.gz usr/share/man/man5/krb5.conf.5.gz @@ -3134,6 +3164,8 @@ @dirrm usr/share/gnome @dirrm usr/share/ghostscript/conf.d @dirrm usr/share/ghostscript +@dirrm usr/share/glib-2.0/schemas +@dirrm usr/share/glib-2.0 @dirrm usr/share/games @dirrm usr/share/empty @dirrm usr/share/emacs/site-lisp @@ -3155,7 +3187,7 @@ @dirrm usr/share/doc/grep-2.6.3 @dirrm usr/share/doc/glibc-common-2.12 @dirrm usr/share/doc/glibc-2.12 -@dirrm usr/share/doc/glib2-2.22.5 +@dirrm usr/share/doc/glib2-2.26.1 @dirrm usr/share/doc/gdbm-1.8.0 @dirrm usr/share/doc/freetype-2.3.11 @dirrm usr/share/doc/elfutils-0.152 @@ -3233,6 +3265,7 @@ @dirrm lib/i686 @dirrm lib @dirrm etc/yum.repos.d +@dirrm etc/request-key.d @dirrm etc/xinetd.d @dirrm etc/xdg/autostart @dirrm etc/xdg @@ -3250,6 +3283,7 @@ @dirrm etc/pki @dirrm etc/opt @dirrm etc/ld.so.conf.d +@dirrm etc/bash_completion.d @dirrm etc/default @dirrm etc/X11/fontpath.d @dirrm etc/X11/applnk --YiEDa0DAkWCtVeE4-- --tjCHc7DPkfUGtrlw Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBAgAGBQJS9iuqAAoJEElqnXBiUNQC1VYP+wdwWweAEwkDrIHtbHyDdhGP 17HGK6W5/+NF4sdb4PTv6YUabAWEOMHKQuquCSsILWAeEJBo9vemkFQtFWm5RE6z y1pSET+ajWGkWzSvtak3N/yW2klmP0Bxg2i/LyWBqbpibVksonphMGKtE1gSvz9a DTLJRbbCArPddtvJmm7Eg4vxHPc0eZ1iqxra+YKBlIDpw5wwiVpfk72naQ3EuSWa v/97iufuAOb5GRF/iOjU7nbSI+EoqvV//NH4DhdbP6A/Bc0EXqiFNhs0fNAg1SKE Lszqf4iq04AIhelcCKdONKw7GVUQbl6U8Rr5fT1McMQ8DrYp9KexMkBUrhz+Xtl7 b8lbJsy9p4vUorlgwR+D6naLiZlp69X7X3HyxSaZK7A2iE2Hje3Bkw3c/CqXsZX/ tWsQXKmAMpO8+DSw7DJoVnTWRH7Upl0W4qbEgIExVYy2vEyUWJvhBFfTZO73sW2p euxZyEDOxCIfUxh5QpOmoAU0JrnaKajosvauBKLMZswfuZ5dToJnjqNRlAcViYNr sg7NRK7yoddL3KFVzWG3MVPE7Zz74D7dJ+0dUijNS+7gIvhqq53MimcmKwBI3XBG efL8V1Xk9ruzhnf5v163Ze+niWyvDF6PNfqkMjRcCyV2BNE1jO4VqJfa8ZIWJJwa A6cOgDKjMrKZf/85zuMF =ZEbl -----END PGP SIGNATURE----- --tjCHc7DPkfUGtrlw-- From owner-freebsd-emulation@FreeBSD.ORG Sat Feb 8 14:55:44 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25B25C99 for ; Sat, 8 Feb 2014 14:55:44 +0000 (UTC) Received: from mail.ebusiness-leidinger.de (mail.ebusiness-leidinger.de [217.11.53.44]) by mx1.freebsd.org (Postfix) with ESMTP id CC5FA1272 for ; Sat, 8 Feb 2014 14:55:43 +0000 (UTC) Received: from outgoing.leidinger.net (p57A38C5A.dip0.t-ipconnect.de [87.163.140.90]) by mail.ebusiness-leidinger.de (Postfix) with ESMTPSA id 4E43D844009; Sat, 8 Feb 2014 15:55:21 +0100 (CET) Received: from unknown (Titan.Leidinger.net [192.168.1.17]) by outgoing.leidinger.net (Postfix) with ESMTP id 92F3235DF; Sat, 8 Feb 2014 15:55:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=leidinger.net; s=outgoing-alex; t=1391871318; bh=HiGiUGKBs3IbFKfq/5b/HKGKipYGDtuPjgi8DkzRo54=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=JZ21geG7H6samHsrRZZgU6l2e9kf6ri9w8TiU5XUYGIPZ5ZUBV7CnlKnJ11gpWkJO inGrwve5IykLvizIBC5GKbz7lIN7HE9Lamz7YPqUc8t2VRS7HN3iBq+guzvPS3ZgqL JQlXxzPNFUaUmd8Oie3HFpq7eqdH09LMAfz930lGd169jxr0XdJKsNTUJmUatII+cz 8Myh/Q+bt55gsvUuCrdI2nJCpTnrypU6sg6HZGWap96Kqv9cfEpmnJGov3mhYW4lgV 9sJFtXH1x6OkyK8Vfm2LaHBGNl5hJS8cruzEL8mJzkkrGEY8U51e/GttVWOJ9HAJhg e6PHq5eHvfzlw== Date: Sat, 8 Feb 2014 15:55:17 +0100 From: Alexander Leidinger To: Johannes Meixner Subject: Re: [CFT] linux-base-c6 with CentOS 6.5 Message-ID: <20140208155517.000035a7@unknown> In-Reply-To: <20140208130547.GA46466@mx12.chaot.net> References: <20140208130547.GA46466@mx12.chaot.net> X-Mailer: Claws Mail 3.9.2-55-g74b05b (GTK+ 2.16.6; i586-pc-mingw32msvc) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-EBL-MailScanner-Information: Please contact the ISP for more information X-EBL-MailScanner-ID: 4E43D844009.AF773 X-EBL-MailScanner: Found to be clean X-EBL-MailScanner-SpamCheck: not spam, spamhaus-ZEN, SpamAssassin (not cached, score=-1.097, required 6, autolearn=disabled, ALL_TRUSTED -1.00, AWL -0.07, DKIM_SIGNED 0.10, DKIM_VALID -0.10, DKIM_VALID_AU -0.10, RP_MATCHES_RCVD -0.00, TW_SV 0.08) X-EBL-MailScanner-From: alexander@leidinger.net X-EBL-MailScanner-Watermark: 1392476123.47647@VGCaZ3NScJJneJd/hxQDSQ X-EBL-Spam-Status: No Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 14:55:44 -0000 On Sat, 8 Feb 2014 15:05:48 +0200 Johannes Meixner wrote: > Dear all, > > attached the svn diff that upgrades CentOS to 6.5. > Reports and feedback here in the Mailing List welcome! :-) etc/yp.conf shouldn't be in the plist, there's an @exec/@unexec for it (copy from yp.conf.sample to yp.conf). You may have to delete the yp.conf from the stage directory in a post-install if it is extracted from a RPM. Which linux programs did you try to run with this patch? Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Sat Feb 8 09:30:44 2014 Return-Path: Delivered-To: vbox@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C13482E; Sat, 8 Feb 2014 09:30:44 +0000 (UTC) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [IPv6:2a01:4f8:131:60a2::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0A2951A8C; Sat, 8 Feb 2014 09:30:44 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:cc06:8a07:85a3:8279]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPSA id 1A9544AC1C; Sat, 8 Feb 2014 13:30:42 +0400 (MSK) Date: Sat, 8 Feb 2014 13:30:35 +0400 From: Lev Serebryakov Organization: FreeBSD X-Priority: 3 (Normal) Message-ID: <312055679.20140208133035@serebryakov.spb.ru> To: John Marino Subject: Re: USE_GCC politic -- why so many ports has it as runtime dependency? In-Reply-To: <52F5EB97.5040603@marino.st> References: <1133138786.20140207202949@serebryakov.spb.ru> <1228142552.20140208033432@serebryakov.spb.ru> <52F56EB9.4010700@marino.st> <1955647943.20140208122042@serebryakov.spb.ru> <52F5EB97.5040603@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Sat, 08 Feb 2014 17:27:09 +0000 Cc: ports@freebsd.org, vbox@FreeBSD.org, marino@freebsd.org, Dimitry Andric X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: lev@FreeBSD.org List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 09:30:44 -0000 Hello, John. You wrote 8 =D1=84=D0=B5=D0=B2=D1=80=D0=B0=D0=BB=D1=8F 2014 =D0=B3., 12:32:= 23: JM> It doesn't matter, you get everything that is built by default. And you JM> need everything by default because sometimes gcc is needed for c++, JM> sometimes it's needed for fortran, sometimes it's needed for Ada JM> (gcc-aux), often the package has object files produced by different JM> languages but needs the same compiler to build them all. And let returns to virtualbox-ose-additions. It installs (I skip ass scripts and text files, of course: /boot/modules/vboxguest.ko /boot/modules/vboxvideo.ko These two don't need any libraries, for sure. /usr/local/bin/VBoxClient libX11.so.6 =3D> /usr/local/lib/libX11.so.6 (0x8008ab000) libXrandr.so.2 =3D> /usr/local/lib/libXrandr.so.2 (0x800bdd000) libXt.so.6 =3D> /usr/local/lib/libXt.so.6 (0x800de5000) libXext.so.6 =3D> /usr/local/lib/libXext.so.6 (0x801043000) libXmu.so.6 =3D> /usr/local/lib/libXmu.so.6 (0x801254000) libthr.so.3 =3D> /lib/libthr.so.3 (0x80146d000) libc.so.7 =3D> /lib/libc.so.7 (0x801692000) libxcb.so.2 =3D> /usr/local/lib/libxcb.so.2 (0x801a2b000) libXau.so.6 =3D> /usr/local/lib/libXau.so.6 (0x801c49000) libXdmcp.so.6 =3D> /usr/local/lib/libXdmcp.so.6 (0x801e4b000) libpthread-stubs.so.0 =3D> /usr/local/lib/libpthread-stubs.so.0 (0x= 802050000) librpcsvc.so.5 =3D> /usr/lib/librpcsvc.so.5 (0x802251000) libXrender.so.1 =3D> /usr/local/lib/libXrender.so.1 (0x80245a000) libSM.so.6 =3D> /usr/local/lib/libSM.so.6 (0x802662000) libICE.so.6 =3D> /usr/local/lib/libICE.so.6 (0x802869000) /usr/local/lib/xorg/modules/drivers/vboxvideo_drv.so libc.so.7 =3D> /lib/libc.so.7 (0x80081d000) /usr/local/lib/xorg/modules/input/vboxmouse_drv.so libc.so.7 =3D> /lib/libc.so.7 (0x80081d000) /usr/local/sbin/VBoxControl libthr.so.3 =3D> /lib/libthr.so.3 (0x80088c000) libc.so.7 =3D> /lib/libc.so.7 (0x800ab1000) /usr/local/sbin/VBoxService libthr.so.3 =3D> /lib/libthr.so.3 (0x8008bb000) libc.so.7 =3D> /lib/libc.so.7 (0x800ae0000) Why does it need runtime gcc dependency AT ALL?! --=20 // Black Lion AKA Lev Serebryakov From owner-freebsd-emulation@FreeBSD.ORG Sat Feb 8 18:14:56 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB38163A for ; Sat, 8 Feb 2014 18:14:56 +0000 (UTC) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 870D312A4 for ; Sat, 8 Feb 2014 18:14:56 +0000 (UTC) Received: from mx12.chaot.net (82.131.84.56.cable.starman.ee [82.131.84.56]) by dd16522.kasserver.com (Postfix) with ESMTPSA id CC1714564C7; Sat, 8 Feb 2014 19:14:47 +0100 (CET) Received: from localhost (1003@localhost [local]); by mx12.chaot.net (OpenSMTPD) with ESMTPA id 46effd7a; Sat, 8 Feb 2014 20:14:46 +0200 (EET) Date: Sat, 8 Feb 2014 20:14:46 +0200 From: Johannes Meixner To: Alexander Leidinger Subject: Re: [CFT] linux-base-c6 with CentOS 6.5 Message-ID: <20140208180247.GA98640@mx12.chaot.net> References: <20140208130547.GA46466@mx12.chaot.net> <20140208155517.000035a7@unknown> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="f2QGlHpHGjS2mn6Y" Content-Disposition: inline In-Reply-To: <20140208155517.000035a7@unknown> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 18:14:56 -0000 --f2QGlHpHGjS2mn6Y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable etc/yp.conf, good to know.=20 I'm still working on upgrading the skype ports following the discussion in November.=20 http://lists.freebsd.org/pipermail/freebsd-emulation/2013-November/010958.h= tml On Sat, Feb 08, 2014 at 03:55:17PM +0100, Alexander Leidinger wrote: > On Sat, 8 Feb 2014 15:05:48 +0200 > Johannes Meixner wrote: >=20 > > Dear all, > >=20 > > attached the svn diff that upgrades CentOS to 6.5. > > Reports and feedback here in the Mailing List welcome! :-) >=20 > etc/yp.conf shouldn't be in the plist, there's an @exec/@unexec for it > (copy from yp.conf.sample to yp.conf). You may have to delete the > yp.conf from the stage directory in a post-install if it is extracted > from a RPM. >=20 > Which linux programs did you try to run with this patch? >=20 > Bye, > Alexander. >=20 > --=20 > http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 > http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 --=20 xmj@chaot.net http://xmj.me --f2QGlHpHGjS2mn6Y Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBAgAGBQJS9nQUAAoJEElqnXBiUNQCpY0QAJZrfQfIf6c8jeMxz229dsX3 CSOD+GKu0FROJqc0isbHdH7TDrVvKlN+WhnoJ/z+usrW6Kgpkrjsw8BuIbTkOxZi WcAFApVePNGGysPz4iaKiRSkFZ0eCQxMPTzA8kwpgz5pRymxP7ekw5otqWkyls1z xv+UlgN4doRlyHq6TBUD2vZUHNQZVZxcNeW5Tji3ee/Fsk2BFypyBlheCOc9sJ7F EG31Q5Zp9LZ4Q0vlh4IivM63zgOa01BdNSJhIIXwe3+/scNPNbk+PHXnvheZYp7Z olrAtHnQCR47/kQ0w9Kg2m66uFtcaeVsO1pudraFtw0kz17eNizK1NzLezjy98Kz otHoyt6a4D8dXIGgmHzlTB94SDrdFMQNVb80g2A+mEbKObsP60HpLpG8/4G4p/mx ND0McDS6++mO7zYkZsD0bOaOrHjraaj1HeCHOoXlr/uLHHTkyLck8FuR1gqNe1zF D9ZcV2cmn2T6C87w/4iNOuz3Cyqf2xeeIU+zduaw4jPrB89HZTwPLOG+aUMMSRIj Ah4pW/Te0jY8oXO3Yfe1tVMkBGlVw/K4WgbCM9YT4KaVL2acZwpkYbm9fT0dNLKZ lpOLtVb8saFVC7y8BL714qIq9d6psa9ybEgelw2hgIQ7q1nE7lFnmjf7B2y7wYR6 mmYjoZ0669pm512oW2jP =uMz/ -----END PGP SIGNATURE----- --f2QGlHpHGjS2mn6Y-- From owner-freebsd-emulation@FreeBSD.ORG Sat Feb 8 20:49:38 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3DD4C5A7 for ; Sat, 8 Feb 2014 20:49:38 +0000 (UTC) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B671D1D28 for ; Sat, 8 Feb 2014 20:49:36 +0000 (UTC) Received: from mx12.chaot.net (82.131.84.56.cable.starman.ee [82.131.84.56]) by dd16522.kasserver.com (Postfix) with ESMTPSA id B99134564C7 for ; Sat, 8 Feb 2014 21:49:33 +0100 (CET) Received: from localhost (1003@localhost [local]); by mx12.chaot.net (OpenSMTPD) with ESMTPA id 3ddc996a; for ; Sat, 8 Feb 2014 22:49:32 +0200 (EET) Date: Sat, 8 Feb 2014 22:49:32 +0200 From: Johannes Meixner To: freebsd-emulation@freebsd.org Subject: Re: [CFT] linux-base-c6 with CentOS 6.5 Message-ID: <20140208204931.GA13327@mx12.chaot.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="p4qYPpj5QlsIQJ0K" Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 20:49:38 -0000 --p4qYPpj5QlsIQJ0K Content-Type: multipart/mixed; boundary="zYM0uCDKw75PZbzx" Content-Disposition: inline --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Please find attached an updated SVN diff for linux_base-c6, which includes keyutils-libs and libcom_err. I've spent the day updating the skype-ports published by mav@ in November 2013. The result can be found at [1]. Skype 4.2.0.13 runs flawlessly. I'm not sure I will ever want to touch flash. [1] http://xmj.me/skype-ports.txz --=20 xmj@chaot.net http://xmj.me --zYM0uCDKw75PZbzx Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="linux_base-c6-6.5.patch" Content-Transfer-Encoding: quoted-printable Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile (revision 343383) +++ Makefile (working copy) @@ -2,10 +2,9 @@ # $FreeBSD$ =20 PORTNAME=3D c6 -PORTVERSION=3D 6.4 -PORTREVISION=3D 1 +PORTVERSION=3D 6.5 CATEGORIES=3D emulators linux -MASTER_SITES=3D http://vault.centos.org/${PORTVERSION}/os/i386/Packages/ +MASTER_SITES=3D http://mirror.centos.org/centos/6/os/i386/Packages/ PKGNAMEPREFIX=3D linux_base- DISTFILES=3D ${BIN_DISTFILES} ${SRC_DISTFILES} DIST_SUBDIR=3D rpm/${LINUX_RPM_ARCH}/centos/${PORTVERSION} @@ -15,37 +14,39 @@ COMMENT=3D Base set of packages needed in Linux mode for i386/amd64 (Linux= CentOS 6) =20 BIN_DISTFILES=3D basesystem-10.0-4.el6.noarch.rpm \ - bash-4.1.2-14.el6.${LINUX_RPM_ARCH}.rpm \ + bash-4.1.2-15.el6_4.${LINUX_RPM_ARCH}.rpm \ bzip2-1.0.5-7.el6_0.${LINUX_RPM_ARCH}.rpm \ bzip2-libs-1.0.5-7.el6_0.${LINUX_RPM_ARCH}.rpm \ compat-db43-4.3.29-15.el6.${LINUX_RPM_ARCH}.rpm \ compat-libstdc++-33-3.2.3-69.el6.${LINUX_RPM_ARCH}.rpm \ compat-libstdc++-296-2.96-144.el6.${LINUX_RPM_ARCH}.rpm \ - coreutils-8.4-19.el6.${LINUX_RPM_ARCH}.rpm \ - db4-4.7.25-17.el6.${LINUX_RPM_ARCH}.rpm \ - e2fsprogs-1.41.12-14.el6.${LINUX_RPM_ARCH}.rpm \ - e2fsprogs-libs-1.41.12-14.el6.${LINUX_RPM_ARCH}.rpm \ + coreutils-8.4-31.el6.${LINUX_RPM_ARCH}.rpm \ + db4-4.7.25-18.el6_4.${LINUX_RPM_ARCH}.rpm \ + e2fsprogs-1.41.12-18.el6.${LINUX_RPM_ARCH}.rpm \ + e2fsprogs-libs-1.41.12-18.el6.${LINUX_RPM_ARCH}.rpm \ elfutils-0.152-1.el6.${LINUX_RPM_ARCH}.rpm \ - centos-release-6-4.el6.centos.10.${LINUX_RPM_ARCH}.rpm \ + centos-release-6-5.el6.centos.11.1.${LINUX_RPM_ARCH}.rpm \ filesystem-2.4.30-3.el6.${LINUX_RPM_ARCH}.rpm \ - freetype-2.3.11-6.el6_2.9.${LINUX_RPM_ARCH}.rpm \ + freetype-2.3.11-14.el6_3.1.${LINUX_RPM_ARCH}.rpm \ gdbm-1.8.0-36.el6.${LINUX_RPM_ARCH}.rpm \ - glib2-2.22.5-7.el6.${LINUX_RPM_ARCH}.rpm \ - glibc-2.12-1.107.el6.${LINUX_RPM_ARCH}.rpm \ - glibc-common-2.12-1.107.el6.${LINUX_RPM_ARCH}.rpm \ - grep-2.6.3-3.el6.${LINUX_RPM_ARCH}.rpm \ + glib2-2.26.1-3.el6.${LINUX_RPM_ARCH}.rpm \ + glibc-2.12-1.132.el6.${LINUX_RPM_ARCH}.rpm \ + glibc-common-2.12-1.132.el6.${LINUX_RPM_ARCH}.rpm \ + grep-2.6.3-4.el6.${LINUX_RPM_ARCH}.rpm \ info-4.13a-8.el6.${LINUX_RPM_ARCH}.rpm \ keyutils-1.4-4.el6.${LINUX_RPM_ARCH}.rpm \ - krb5-libs-1.10.3-10.el6.${LINUX_RPM_ARCH}.rpm \ + keyutils-libs-1.4-4.el6.${LINUX_RPM_ARCH}.rpm \ + krb5-libs-1.10.3-10.el6_4.6.${LINUX_RPM_ARCH}.rpm \ libacl-2.2.49-6.el6.${LINUX_RPM_ARCH}.rpm \ libattr-2.4.44-7.el6.${LINUX_RPM_ARCH}.rpm \ + libcom_err-1.41.12-18.el6.${LINUX_RPM_ARCH}.rpm \ libcap-2.16-5.5.el6.${LINUX_RPM_ARCH}.rpm \ - libgcc-4.4.7-3.el6.${LINUX_RPM_ARCH}.rpm \ + libgcc-4.4.7-4.el6.${LINUX_RPM_ARCH}.rpm \ libidn-1.18-2.el6.${LINUX_RPM_ARCH}.rpm \ - libselinux-2.0.94-5.3.el6.${LINUX_RPM_ARCH}.rpm \ + libselinux-2.0.94-5.3.el6_4.1.${LINUX_RPM_ARCH}.rpm \ libsepol-2.0.41-4.el6.${LINUX_RPM_ARCH}.rpm \ - libstdc++-4.4.7-3.el6.${LINUX_RPM_ARCH}.rpm \ - libuuid-2.17.2-12.9.el6.${LINUX_RPM_ARCH}.rpm \ + libstdc++-4.4.7-4.el6.${LINUX_RPM_ARCH}.rpm \ + libuuid-2.17.2-12.14.el6.${LINUX_RPM_ARCH}.rpm \ ncurses-5.7-3.20090208.el6.${LINUX_RPM_ARCH}.rpm \ ncurses-libs-5.7-3.20090208.el6.${LINUX_RPM_ARCH}.rpm \ pcre-7.8-6.el6.${LINUX_RPM_ARCH}.rpm \ @@ -52,7 +53,7 @@ popt-1.13-7.el6.${LINUX_RPM_ARCH}.rpm \ readline-6.0-4.el6.${LINUX_RPM_ARCH}.rpm \ setserial-2.17-25.el6.${LINUX_RPM_ARCH}.rpm \ - setup-2.8.14-20.el6.noarch.rpm \ + setup-2.8.14-20.el6_4.1.noarch.rpm \ slang-2.2.1-1.el6.${LINUX_RPM_ARCH}.rpm \ zlib-1.2.3-29.el6.${LINUX_RPM_ARCH}.rpm =20 @@ -61,31 +62,31 @@ MASTER_SITES+=3D http://vault.centos.org/${PORTVERSION}/os/Source/SPackage= s/ =20 SRC_DISTFILES=3D basesystem-10.0-4.el6.src.rpm \ - bash-4.1.2-14.el6.src.rpm \ + bash-4.1.2-15.el6_4.src.rpm \ bzip2-1.0.5-7.el6_0.src.rpm \ - coreutils-8.4-19.el6.src.rpm \ + coreutils-8.4-31.el6.src.rpm \ compat-db-4.6.21-15.el6.src.rpm \ compat-gcc-296-2.96-144.el6.src.rpm \ compat-gcc-32-3.2.3-69.el6.src.rpm \ - db4-4.7.25-17.el6.src.rpm \ - e2fsprogs-1.41.12-14.el6.src.rpm \ + db4-4.7.25-18.el6_4.src.rpm \ + e2fsprogs-1.41.12-18.el6.src.rpm \ elfutils-0.152-1.el6.src.rpm \ - centos-release-6-4.el6.centos.10.src.rpm \ + centos-release-6-5.el6.centos.11.1.src.rpm \ filesystem-2.4.30-3.el6.src.rpm \ - freetype-2.3.11-6.el6_2.9.src.rpm \ + freetype-2.3.11-14.el6_3.1.src.rpm \ gdbm-1.8.0-36.el6.src.rpm \ - glib2-2.22.5-7.el6.src.rpm \ - glibc-2.12-1.107.el6.src.rpm \ - grep-2.6.3-3.el6.src.rpm \ + glib2-2.26.1-3.el6.src.rpm \ + glibc-2.12-1.132.el6.src.rpm \ + grep-2.6.3-4.el6.src.rpm \ texinfo-4.13a-8.el6.src.rpm \ keyutils-1.4-4.el6.src.rpm \ - krb5-1.10.3-10.el6.src.rpm \ + krb5-1.10.3-10.el6_4.6.src.rpm \ acl-2.2.49-6.el6.src.rpm \ attr-2.4.44-7.el6.src.rpm \ libcap-2.16-5.5.el6.src.rpm \ - gcc-4.4.7-3.el6.src.rpm \ + gcc-4.4.7-4.el6.src.rpm \ libidn-1.18-2.el6.src.rpm \ - libselinux-2.0.94-5.3.el6.src.rpm \ + libselinux-2.0.94-5.3.el6_4.1.src.rpm \ libsepol-2.0.41-4.el6.src.rpm \ ncurses-5.7-3.20090208.el6.src.rpm \ pcre-7.8-6.el6.src.rpm \ @@ -92,9 +93,9 @@ popt-1.13-7.el6.src.rpm \ readline-6.0-4.el6.src.rpm \ setserial-2.17-25.el6.src.rpm \ - setup-2.8.14-20.el6.src.rpm \ + setup-2.8.14-20.el6_4.1.src.rpm \ slang-2.2.1-1.el6.src.rpm \ - util-linux-ng-2.17.2-12.9.el6.src.rpm \ + util-linux-ng-2.17.2-12.14.el6.src.rpm \ zlib-1.2.3-29.el6.src.rpm =20 ALWAYS_KEEP_DISTFILES=3D yes Index: distinfo.i686 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- distinfo.i686 (revision 343383) +++ distinfo.i686 (working copy) @@ -1,154 +1,158 @@ -SHA256 (rpm/i686/centos/6.4/basesystem-10.0-4.el6.noarch.rpm) =3D 18860007= 697438e375733bb4a36a599daac2e2ae95d98a74c436a10d0974710e -SIZE (rpm/i686/centos/6.4/basesystem-10.0-4.el6.noarch.rpm) =3D 4784 -SHA256 (rpm/i686/centos/6.4/bash-4.1.2-14.el6.i686.rpm) =3D 66e7fa2cad7e10= c21c4aa0f26a6f62df528969da2954c5a3c84b4cd983db9884 -SIZE (rpm/i686/centos/6.4/bash-4.1.2-14.el6.i686.rpm) =3D 907568 -SHA256 (rpm/i686/centos/6.4/bzip2-1.0.5-7.el6_0.i686.rpm) =3D 37883219612b= 1ffa199f5a7227fcd165687a24e5c7c291c579647d1563777e47 -SIZE (rpm/i686/centos/6.4/bzip2-1.0.5-7.el6_0.i686.rpm) =3D 49428 -SHA256 (rpm/i686/centos/6.4/bzip2-libs-1.0.5-7.el6_0.i686.rpm) =3D d3424f4= 610860e7f8f444cc3cddf51cd75f5e58ca0ecffc8bdbbcb5f8fe1b0d1 -SIZE (rpm/i686/centos/6.4/bzip2-libs-1.0.5-7.el6_0.i686.rpm) =3D 37204 -SHA256 (rpm/i686/centos/6.4/compat-db43-4.3.29-15.el6.i686.rpm) =3D 202767= fa03ff58947d6a2ec2437e52fc9179f3995fa77264753fde03f2737d0a -SIZE (rpm/i686/centos/6.4/compat-db43-4.3.29-15.el6.i686.rpm) =3D 914280 -SHA256 (rpm/i686/centos/6.4/compat-libstdc++-33-3.2.3-69.el6.i686.rpm) =3D= 894abcc5f0b28e39c71d4b0ca27d19540e7eb9d3c32664d5621324c9efbfe11e -SIZE (rpm/i686/centos/6.4/compat-libstdc++-33-3.2.3-69.el6.i686.rpm) =3D 1= 93328 -SHA256 (rpm/i686/centos/6.4/compat-libstdc++-296-2.96-144.el6.i686.rpm) = =3D a0d7cba8cf0fcb625ce3181d64fa59ca018b562350c30b3a13fd8b858f21f134 -SIZE (rpm/i686/centos/6.4/compat-libstdc++-296-2.96-144.el6.i686.rpm) =3D = 78832 -SHA256 (rpm/i686/centos/6.4/coreutils-8.4-19.el6.i686.rpm) =3D 626fa3e117d= efb9aff3f2501e17f1d8ef930619a97eec2b96b1f3590df922c59 -SIZE (rpm/i686/centos/6.4/coreutils-8.4-19.el6.i686.rpm) =3D 3138608 -SHA256 (rpm/i686/centos/6.4/db4-4.7.25-17.el6.i686.rpm) =3D 0a466556f5dd69= 3a22fe8b60a17f36ee520a86709a2bb8f9890892a744b5f744 -SIZE (rpm/i686/centos/6.4/db4-4.7.25-17.el6.i686.rpm) =3D 593584 -SHA256 (rpm/i686/centos/6.4/e2fsprogs-1.41.12-14.el6.i686.rpm) =3D 239a337= ed1215e52cc8839e3c23722bf9d844e224792c630e4edccd1988f0bd4 -SIZE (rpm/i686/centos/6.4/e2fsprogs-1.41.12-14.el6.i686.rpm) =3D 565008 -SHA256 (rpm/i686/centos/6.4/e2fsprogs-libs-1.41.12-14.el6.i686.rpm) =3D 51= 9043019d4a9758e11066a2e2d529c2c64734954d8ccabdefd9728b63778b44 -SIZE (rpm/i686/centos/6.4/e2fsprogs-libs-1.41.12-14.el6.i686.rpm) =3D 1292= 24 -SHA256 (rpm/i686/centos/6.4/elfutils-0.152-1.el6.i686.rpm) =3D 03921510988= 1fbbae7b398786873c51026e2e1bf6d1611b52bc9fa1bb60b488a -SIZE (rpm/i686/centos/6.4/elfutils-0.152-1.el6.i686.rpm) =3D 218636 -SHA256 (rpm/i686/centos/6.4/centos-release-6-4.el6.centos.10.i686.rpm) =3D= 0c6b801c150359678a0fbc1508846867d189f218d58ed843c00c91206358353f -SIZE (rpm/i686/centos/6.4/centos-release-6-4.el6.centos.10.i686.rpm) =3D 2= 0748 -SHA256 (rpm/i686/centos/6.4/filesystem-2.4.30-3.el6.i686.rpm) =3D 28fd3898= f5882048a6105a4637fffa17bc0a634c8ff4268a35b870d084212dea -SIZE (rpm/i686/centos/6.4/filesystem-2.4.30-3.el6.i686.rpm) =3D 1056668 -SHA256 (rpm/i686/centos/6.4/freetype-2.3.11-6.el6_2.9.i686.rpm) =3D 94f346= 41498c450a113a276feb32c587b04a1c4372f25ea0b1043c07867e59cf -SIZE (rpm/i686/centos/6.4/freetype-2.3.11-6.el6_2.9.i686.rpm) =3D 371588 -SHA256 (rpm/i686/centos/6.4/gdbm-1.8.0-36.el6.i686.rpm) =3D 6b7a558334b4ef= 442ef7495a1421ff0f4783ef250d64ba7fe0afb54a62c23404 -SIZE (rpm/i686/centos/6.4/gdbm-1.8.0-36.el6.i686.rpm) =3D 29536 -SHA256 (rpm/i686/centos/6.4/glib2-2.22.5-7.el6.i686.rpm) =3D a2180607b7928= b599f64f889b03b35ef1e0d0e566d14e07ff3b1dc8a90a92b68 -SIZE (rpm/i686/centos/6.4/glib2-2.22.5-7.el6.i686.rpm) =3D 1160816 -SHA256 (rpm/i686/centos/6.4/glibc-2.12-1.107.el6.i686.rpm) =3D 61f43fdf66e= be89c76981141e0327c642c7de1fd347ef0613ab8c92dc4a8175a -SIZE (rpm/i686/centos/6.4/glibc-2.12-1.107.el6.i686.rpm) =3D 4537416 -SHA256 (rpm/i686/centos/6.4/glibc-common-2.12-1.107.el6.i686.rpm) =3D 0783= bb2a27b59ed2aff8e46ec3be1d29ec8b82efef96693a3f8e3dfe5fc25668 -SIZE (rpm/i686/centos/6.4/glibc-common-2.12-1.107.el6.i686.rpm) =3D 148605= 52 -SHA256 (rpm/i686/centos/6.4/grep-2.6.3-3.el6.i686.rpm) =3D aba433970262abd= 92efb5b2f75ec1584b1bf07f173d05fe59e1cda82d4491b56 -SIZE (rpm/i686/centos/6.4/grep-2.6.3-3.el6.i686.rpm) =3D 232324 -SHA256 (rpm/i686/centos/6.4/info-4.13a-8.el6.i686.rpm) =3D 544b65b829fd4f8= 195dc131e773296f922bc218c756ec6d8e143ae0715f830b1 -SIZE (rpm/i686/centos/6.4/info-4.13a-8.el6.i686.rpm) =3D 176524 -SHA256 (rpm/i686/centos/6.4/keyutils-1.4-4.el6.i686.rpm) =3D b37f25808fe98= 40ea880a42bb5b1a17a54c0a8212133fbc1c84529638df3119b -SIZE (rpm/i686/centos/6.4/keyutils-1.4-4.el6.i686.rpm) =3D 38948 -SHA256 (rpm/i686/centos/6.4/krb5-libs-1.10.3-10.el6.i686.rpm) =3D 68b7f704= 38a457e7351188096d4c9b296e913020c1bd9dc7b247002d175a1c54 -SIZE (rpm/i686/centos/6.4/krb5-libs-1.10.3-10.el6.i686.rpm) =3D 786168 -SHA256 (rpm/i686/centos/6.4/libacl-2.2.49-6.el6.i686.rpm) =3D 64c400f31986= db7f085e85454a305344da141872b6f3ac7922caa2fa656d3c12 -SIZE (rpm/i686/centos/6.4/libacl-2.2.49-6.el6.i686.rpm) =3D 24480 -SHA256 (rpm/i686/centos/6.4/libattr-2.4.44-7.el6.i686.rpm) =3D 16f9cba06fc= bdf5163c1ae48e3d8df5b2a26eec1c8bfa3f7907718931ff8b93b -SIZE (rpm/i686/centos/6.4/libattr-2.4.44-7.el6.i686.rpm) =3D 15640 -SHA256 (rpm/i686/centos/6.4/libcap-2.16-5.5.el6.i686.rpm) =3D 8d972a4332b8= f942258e489574929de3ee660315dc6ca945939d54a99ec4398c -SIZE (rpm/i686/centos/6.4/libcap-2.16-5.5.el6.i686.rpm) =3D 31516 -SHA256 (rpm/i686/centos/6.4/libgcc-4.4.7-3.el6.i686.rpm) =3D 443d92d823fd9= f36ca9bc223b81c0090a59a2f736cab370d5edd1cd74a60e6d0 -SIZE (rpm/i686/centos/6.4/libgcc-4.4.7-3.el6.i686.rpm) =3D 114272 -SHA256 (rpm/i686/centos/6.4/libidn-1.18-2.el6.i686.rpm) =3D a72cdffdb6aeeb= 5f94eeaeb6db3b4ac88eb0688760b2b75d2c5086d987d78e27 -SIZE (rpm/i686/centos/6.4/libidn-1.18-2.el6.i686.rpm) =3D 210260 -SHA256 (rpm/i686/centos/6.4/libselinux-2.0.94-5.3.el6.i686.rpm) =3D 087774= 9e6fc415ed7ccf36df71c630d17916fa78b098aef2cc77d73ff7fdcaac -SIZE (rpm/i686/centos/6.4/libselinux-2.0.94-5.3.el6.i686.rpm) =3D 110172 -SHA256 (rpm/i686/centos/6.4/libsepol-2.0.41-4.el6.i686.rpm) =3D 0f7b3c09a8= 9b4f943faefc73bc5664f075146f6b96c8d1d38da06ed02cc2f21b -SIZE (rpm/i686/centos/6.4/libsepol-2.0.41-4.el6.i686.rpm) =3D 128032 -SHA256 (rpm/i686/centos/6.4/libstdc++-4.4.7-3.el6.i686.rpm) =3D 3d492a1897= 7be5e97e33d91ee4537d32addc546e97df88a4f80563b0685833e9 -SIZE (rpm/i686/centos/6.4/libstdc++-4.4.7-3.el6.i686.rpm) =3D 306876 -SHA256 (rpm/i686/centos/6.4/libuuid-2.17.2-12.9.el6.i686.rpm) =3D f708977a= 942e86158e6ca6d325bb2c14cfab4deaef694fd8b66ad414c9fcbf09 -SIZE (rpm/i686/centos/6.4/libuuid-2.17.2-12.9.el6.i686.rpm) =3D 68684 -SHA256 (rpm/i686/centos/6.4/ncurses-5.7-3.20090208.el6.i686.rpm) =3D 755e6= f14019e1484417bb6b3220d1384f80f897ff67a0125c1799d9620469260 -SIZE (rpm/i686/centos/6.4/ncurses-5.7-3.20090208.el6.i686.rpm) =3D 274756 -SHA256 (rpm/i686/centos/6.4/ncurses-libs-5.7-3.20090208.el6.i686.rpm) =3D = 8e8c71cf6e1b45a592bf5705714e34c167b6e2b9e9b4cf4b6c8e41f6ebd5a392 -SIZE (rpm/i686/centos/6.4/ncurses-libs-5.7-3.20090208.el6.i686.rpm) =3D 25= 6940 -SHA256 (rpm/i686/centos/6.4/pcre-7.8-6.el6.i686.rpm) =3D 3f2bc72b2a672249e= 7195c7a0a7932eaa9623745c4b314dd88262fc8dcc401dd -SIZE (rpm/i686/centos/6.4/pcre-7.8-6.el6.i686.rpm) =3D 200028 -SHA256 (rpm/i686/centos/6.4/popt-1.13-7.el6.i686.rpm) =3D 617f8ee4d7776bb4= 6a3a489ea10ac45831fd44947a30ef8d2126490ca2aa7a90 -SIZE (rpm/i686/centos/6.4/popt-1.13-7.el6.i686.rpm) =3D 39636 -SHA256 (rpm/i686/centos/6.4/readline-6.0-4.el6.i686.rpm) =3D 29fae06e31b73= f4e5e0cd5f4431a3927c0e80b204e3fbcf0a6ccfc30720e8452 -SIZE (rpm/i686/centos/6.4/readline-6.0-4.el6.i686.rpm) =3D 180296 -SHA256 (rpm/i686/centos/6.4/setserial-2.17-25.el6.i686.rpm) =3D c3537e6d21= 22f43674413742fcba524beb4dc9778efc7d25515f120dde79ba70 -SIZE (rpm/i686/centos/6.4/setserial-2.17-25.el6.i686.rpm) =3D 23568 -SHA256 (rpm/i686/centos/6.4/setup-2.8.14-20.el6.noarch.rpm) =3D d4257fb791= 9125c8b4366385c263c105e9284e51d3744077a89f0a7bd5e40f32 -SIZE (rpm/i686/centos/6.4/setup-2.8.14-20.el6.noarch.rpm) =3D 153608 -SHA256 (rpm/i686/centos/6.4/slang-2.2.1-1.el6.i686.rpm) =3D c6886d071eb636= 51df939c19f12363a1a68d112cedaa02019c94f53d39dd2f1f -SIZE (rpm/i686/centos/6.4/slang-2.2.1-1.el6.i686.rpm) =3D 483404 -SHA256 (rpm/i686/centos/6.4/zlib-1.2.3-29.el6.i686.rpm) =3D 1e40dce8a497f7= 40b22d2035a76a92a34885613652c4b33262f04e2d12a00caa -SIZE (rpm/i686/centos/6.4/zlib-1.2.3-29.el6.i686.rpm) =3D 74284 -SHA256 (rpm/i686/centos/6.4/basesystem-10.0-4.el6.src.rpm) =3D 18d3bd0580f= 40bdc208773f26b424fa1975fad70fae9f179c52337a8f80ade76 -SIZE (rpm/i686/centos/6.4/basesystem-10.0-4.el6.src.rpm) =3D 5949 -SHA256 (rpm/i686/centos/6.4/bash-4.1.2-14.el6.src.rpm) =3D afaa32a92246a05= 294b8e69c106659cbd675d5c8d779f94583779810c98c4699 -SIZE (rpm/i686/centos/6.4/bash-4.1.2-14.el6.src.rpm) =3D 6662680 -SHA256 (rpm/i686/centos/6.4/bzip2-1.0.5-7.el6_0.src.rpm) =3D 99a3d6a620f9f= 427aaeba974ae06234d0a771231730de7e203b97dce1dbf1931 -SIZE (rpm/i686/centos/6.4/bzip2-1.0.5-7.el6_0.src.rpm) =3D 855419 -SHA256 (rpm/i686/centos/6.4/coreutils-8.4-19.el6.src.rpm) =3D 8899898c5c4d= 59cc9ad84fd5005ac17fb68d67c1eeac638d7c271c8ee0f15483 -SIZE (rpm/i686/centos/6.4/coreutils-8.4-19.el6.src.rpm) =3D 4614613 -SHA256 (rpm/i686/centos/6.4/compat-db-4.6.21-15.el6.src.rpm) =3D d35d08e52= defe404712b9d4f2cb6475e05ed170676c090d5e05325c346abcb0f -SIZE (rpm/i686/centos/6.4/compat-db-4.6.21-15.el6.src.rpm) =3D 9862622 -SHA256 (rpm/i686/centos/6.4/compat-gcc-296-2.96-144.el6.src.rpm) =3D a2ad7= ba6160eada6a669732187affa35110ac26d0bbd709474e476e4d3892370 -SIZE (rpm/i686/centos/6.4/compat-gcc-296-2.96-144.el6.src.rpm) =3D 13430070 -SHA256 (rpm/i686/centos/6.4/compat-gcc-32-3.2.3-69.el6.src.rpm) =3D 7ff0c6= e00ad06876e10cb79fb87cb57b251e6710c63258e6850e990d9ea49917 -SIZE (rpm/i686/centos/6.4/compat-gcc-32-3.2.3-69.el6.src.rpm) =3D 21622433 -SHA256 (rpm/i686/centos/6.4/db4-4.7.25-17.el6.src.rpm) =3D 4d7e1cfb9d369a2= 2052f4f1d519b28a2ce6c54eee67ce243a530b038f4b4b887 -SIZE (rpm/i686/centos/6.4/db4-4.7.25-17.el6.src.rpm) =3D 13410100 -SHA256 (rpm/i686/centos/6.4/e2fsprogs-1.41.12-14.el6.src.rpm) =3D 51ba616c= 1e20e32cae46c16d406cffe0dd2a04b66c699ff1ce409926d4b26a1c -SIZE (rpm/i686/centos/6.4/e2fsprogs-1.41.12-14.el6.src.rpm) =3D 5531308 -SHA256 (rpm/i686/centos/6.4/elfutils-0.152-1.el6.src.rpm) =3D cb8c7188713b= 406e980757c6c802102e14d4f27820ab18b616d31889d55f4e14 -SIZE (rpm/i686/centos/6.4/elfutils-0.152-1.el6.src.rpm) =3D 1927305 -SHA256 (rpm/i686/centos/6.4/centos-release-6-4.el6.centos.10.src.rpm) =3D = f97e19c55c86a850820707e36ee7cab8f019705016c560d5d230d6f322ff69b5 -SIZE (rpm/i686/centos/6.4/centos-release-6-4.el6.centos.10.src.rpm) =3D 19= 210 -SHA256 (rpm/i686/centos/6.4/filesystem-2.4.30-3.el6.src.rpm) =3D fa8ab9b1a= 2f23933d6e2f9e2308601c4ee61dd5829f5edcb094aedee194d02e1 -SIZE (rpm/i686/centos/6.4/filesystem-2.4.30-3.el6.src.rpm) =3D 20457 -SHA256 (rpm/i686/centos/6.4/freetype-2.3.11-6.el6_2.9.src.rpm) =3D 3f27f46= aa39d8ccaf29dcf4b369e090ca561d8d1af72266a52723a46025c762a -SIZE (rpm/i686/centos/6.4/freetype-2.3.11-6.el6_2.9.src.rpm) =3D 1764297 -SHA256 (rpm/i686/centos/6.4/gdbm-1.8.0-36.el6.src.rpm) =3D ee6ffd96549d592= 4966869b9fef5813fb8eb17a76b2a6a35c53eb02d0ed1dc01 -SIZE (rpm/i686/centos/6.4/gdbm-1.8.0-36.el6.src.rpm) =3D 150845 -SHA256 (rpm/i686/centos/6.4/glib2-2.22.5-7.el6.src.rpm) =3D 7f76057982aff8= 23fe9107914319ec3722627835cf1d9d43d6e4f7526d611400 -SIZE (rpm/i686/centos/6.4/glib2-2.22.5-7.el6.src.rpm) =3D 5311438 -SHA256 (rpm/i686/centos/6.4/glibc-2.12-1.107.el6.src.rpm) =3D a12a7215b8e7= a8c7de5337df5e556ab16b58639551becdc36b63bec0826ad444 -SIZE (rpm/i686/centos/6.4/glibc-2.12-1.107.el6.src.rpm) =3D 16053712 -SHA256 (rpm/i686/centos/6.4/grep-2.6.3-3.el6.src.rpm) =3D d69103ee2dd2e5a3= a82b8ef129104a7a3fdcd447db640626c64c64fa472f3c15 -SIZE (rpm/i686/centos/6.4/grep-2.6.3-3.el6.src.rpm) =3D 859052 -SHA256 (rpm/i686/centos/6.4/texinfo-4.13a-8.el6.src.rpm) =3D c7cc4a48a8b42= 9fe93f9462233a9d18cfbd33b994593b5e9cdcbde0a8c3c85db -SIZE (rpm/i686/centos/6.4/texinfo-4.13a-8.el6.src.rpm) =3D 1589200 -SHA256 (rpm/i686/centos/6.4/keyutils-1.4-4.el6.src.rpm) =3D 01d53c15303429= 33eb9248ab399ee10c29d5eb141b0157dc69c306bdf6445916 -SIZE (rpm/i686/centos/6.4/keyutils-1.4-4.el6.src.rpm) =3D 53286 -SHA256 (rpm/i686/centos/6.4/krb5-1.10.3-10.el6.src.rpm) =3D f71ff9337b7444= cf446d7727395361c3532e96f29a02716632f71fa27797e171 -SIZE (rpm/i686/centos/6.4/krb5-1.10.3-10.el6.src.rpm) =3D 12031180 -SHA256 (rpm/i686/centos/6.4/acl-2.2.49-6.el6.src.rpm) =3D f1feabe034da5a12= be746d4bcfe12c5d15bdfc3f53f203880311aaa18ba9ec0d -SIZE (rpm/i686/centos/6.4/acl-2.2.49-6.el6.src.rpm) =3D 385956 -SHA256 (rpm/i686/centos/6.4/attr-2.4.44-7.el6.src.rpm) =3D 5f5440619e0109d= 9f8d913de1100f259296f62a38075bbc8d8608d6988695890 -SIZE (rpm/i686/centos/6.4/attr-2.4.44-7.el6.src.rpm) =3D 335725 -SHA256 (rpm/i686/centos/6.4/libcap-2.16-5.5.el6.src.rpm) =3D a0eb99aa04952= 657fc19541dd70ab185dd00594001a90d0ee138925f2bc3ab6a -SIZE (rpm/i686/centos/6.4/libcap-2.16-5.5.el6.src.rpm) =3D 69497 -SHA256 (rpm/i686/centos/6.4/gcc-4.4.7-3.el6.src.rpm) =3D a213c969de19096c1= 3a494b581e8851114f240bafa1a6e738c979cf8a36098cd -SIZE (rpm/i686/centos/6.4/gcc-4.4.7-3.el6.src.rpm) =3D 52320971 -SHA256 (rpm/i686/centos/6.4/libidn-1.18-2.el6.src.rpm) =3D a98516bd9245304= 4dd497cce3c05aefe9bf5ec96a04eaf924b765d3038432054 -SIZE (rpm/i686/centos/6.4/libidn-1.18-2.el6.src.rpm) =3D 2959181 -SHA256 (rpm/i686/centos/6.4/libselinux-2.0.94-5.3.el6.src.rpm) =3D 1d5bbbc= 0a5fbce0385308c9acb3e320f14afdecda63e2d4e48d2bb2cc6dc7a21 -SIZE (rpm/i686/centos/6.4/libselinux-2.0.94-5.3.el6.src.rpm) =3D 293165 -SHA256 (rpm/i686/centos/6.4/libsepol-2.0.41-4.el6.src.rpm) =3D ac1799bd0a7= 0a93f771942ebb489eab4eb6a67422a624f925ba4080f98f73b13 -SIZE (rpm/i686/centos/6.4/libsepol-2.0.41-4.el6.src.rpm) =3D 248004 -SHA256 (rpm/i686/centos/6.4/ncurses-5.7-3.20090208.el6.src.rpm) =3D 56adad= f667f294a57602cde47141b75a0bee8c6401fbf002295f59891d1663ff -SIZE (rpm/i686/centos/6.4/ncurses-5.7-3.20090208.el6.src.rpm) =3D 2646949 -SHA256 (rpm/i686/centos/6.4/pcre-7.8-6.el6.src.rpm) =3D 2d4e0474b7a23df550= 2f47050c049090ede151921d848486203e47604bd5104d -SIZE (rpm/i686/centos/6.4/pcre-7.8-6.el6.src.rpm) =3D 861403 -SHA256 (rpm/i686/centos/6.4/popt-1.13-7.el6.src.rpm) =3D 3b1b1c6e47e84d387= b58899dbbc3bf24e45ae09fb79cf975c011aae245091406 -SIZE (rpm/i686/centos/6.4/popt-1.13-7.el6.src.rpm) =3D 687631 -SHA256 (rpm/i686/centos/6.4/readline-6.0-4.el6.src.rpm) =3D 898f831df1f1d5= 66091317598cc5caeb3cb451347aaacfc52cc87895f449f5f0 -SIZE (rpm/i686/centos/6.4/readline-6.0-4.el6.src.rpm) =3D 2290548 -SHA256 (rpm/i686/centos/6.4/setserial-2.17-25.el6.src.rpm) =3D 1c09e38c614= 98be4014b102d5b4c79fff4f69eb24d012f7b38926e678880dffa -SIZE (rpm/i686/centos/6.4/setserial-2.17-25.el6.src.rpm) =3D 64567 -SHA256 (rpm/i686/centos/6.4/setup-2.8.14-20.el6.src.rpm) =3D 34b56a659ff50= 390845fd6f93ca8463df88439f7a4b6f823b540e39bf1f30316 -SIZE (rpm/i686/centos/6.4/setup-2.8.14-20.el6.src.rpm) =3D 181953 -SHA256 (rpm/i686/centos/6.4/slang-2.2.1-1.el6.src.rpm) =3D 3ab2551b5d7d75a= 1d28d63fea1c48b9e83a87b8f2ba4cd6bd2c5ecb5dd91eda9 -SIZE (rpm/i686/centos/6.4/slang-2.2.1-1.el6.src.rpm) =3D 1367444 -SHA256 (rpm/i686/centos/6.4/util-linux-ng-2.17.2-12.9.el6.src.rpm) =3D fe9= cd623e0c4bf9350ace4541e3885e941d5ebd1bb3993c67f8ce1261b58eacc -SIZE (rpm/i686/centos/6.4/util-linux-ng-2.17.2-12.9.el6.src.rpm) =3D 44905= 16 -SHA256 (rpm/i686/centos/6.4/zlib-1.2.3-29.el6.src.rpm) =3D ccdc3260d2b1ee3= 5c3d224154878f9f632fa2153ce7908ffaabd10b3e216d26e -SIZE (rpm/i686/centos/6.4/zlib-1.2.3-29.el6.src.rpm) =3D 516080 +SHA256 (rpm/i686/centos/6.5/basesystem-10.0-4.el6.noarch.rpm) =3D 18860007= 697438e375733bb4a36a599daac2e2ae95d98a74c436a10d0974710e +SIZE (rpm/i686/centos/6.5/basesystem-10.0-4.el6.noarch.rpm) =3D 4784 +SHA256 (rpm/i686/centos/6.5/bash-4.1.2-15.el6_4.i686.rpm) =3D 81bc62e6d239= 6a462ea898f2c91c97578ad2d744af4588686602ffc3bec47420 +SIZE (rpm/i686/centos/6.5/bash-4.1.2-15.el6_4.i686.rpm) =3D 907712 +SHA256 (rpm/i686/centos/6.5/bzip2-1.0.5-7.el6_0.i686.rpm) =3D 37883219612b= 1ffa199f5a7227fcd165687a24e5c7c291c579647d1563777e47 +SIZE (rpm/i686/centos/6.5/bzip2-1.0.5-7.el6_0.i686.rpm) =3D 49428 +SHA256 (rpm/i686/centos/6.5/bzip2-libs-1.0.5-7.el6_0.i686.rpm) =3D d3424f4= 610860e7f8f444cc3cddf51cd75f5e58ca0ecffc8bdbbcb5f8fe1b0d1 +SIZE (rpm/i686/centos/6.5/bzip2-libs-1.0.5-7.el6_0.i686.rpm) =3D 37204 +SHA256 (rpm/i686/centos/6.5/compat-db43-4.3.29-15.el6.i686.rpm) =3D 202767= fa03ff58947d6a2ec2437e52fc9179f3995fa77264753fde03f2737d0a +SIZE (rpm/i686/centos/6.5/compat-db43-4.3.29-15.el6.i686.rpm) =3D 914280 +SHA256 (rpm/i686/centos/6.5/compat-libstdc++-33-3.2.3-69.el6.i686.rpm) =3D= 894abcc5f0b28e39c71d4b0ca27d19540e7eb9d3c32664d5621324c9efbfe11e +SIZE (rpm/i686/centos/6.5/compat-libstdc++-33-3.2.3-69.el6.i686.rpm) =3D 1= 93328 +SHA256 (rpm/i686/centos/6.5/compat-libstdc++-296-2.96-144.el6.i686.rpm) = =3D a0d7cba8cf0fcb625ce3181d64fa59ca018b562350c30b3a13fd8b858f21f134 +SIZE (rpm/i686/centos/6.5/compat-libstdc++-296-2.96-144.el6.i686.rpm) =3D = 78832 +SHA256 (rpm/i686/centos/6.5/coreutils-8.4-31.el6.i686.rpm) =3D 2fc78a19ac3= 57050da7874150851c9c5dc3997e2d26d6e05de05b5bf49a86987 +SIZE (rpm/i686/centos/6.5/coreutils-8.4-31.el6.i686.rpm) =3D 3143760 +SHA256 (rpm/i686/centos/6.5/db4-4.7.25-18.el6_4.i686.rpm) =3D 67a2836f2a8c= 6d1e97781136e9c0045cb1d56ab977748c5943fd1f6f29082777 +SIZE (rpm/i686/centos/6.5/db4-4.7.25-18.el6_4.i686.rpm) =3D 593776 +SHA256 (rpm/i686/centos/6.5/e2fsprogs-1.41.12-18.el6.i686.rpm) =3D 1ebb82a= 901f2e40d80f8db69f7c10e493696906451f90ef5185d3b31418ee793 +SIZE (rpm/i686/centos/6.5/e2fsprogs-1.41.12-18.el6.i686.rpm) =3D 566304 +SHA256 (rpm/i686/centos/6.5/e2fsprogs-libs-1.41.12-18.el6.i686.rpm) =3D 98= d7689e969df31ff1c9166666bed0a9e39140588de83255dbcc2f62d09b2cb3 +SIZE (rpm/i686/centos/6.5/e2fsprogs-libs-1.41.12-18.el6.i686.rpm) =3D 1302= 00 +SHA256 (rpm/i686/centos/6.5/elfutils-0.152-1.el6.i686.rpm) =3D 03921510988= 1fbbae7b398786873c51026e2e1bf6d1611b52bc9fa1bb60b488a +SIZE (rpm/i686/centos/6.5/elfutils-0.152-1.el6.i686.rpm) =3D 218636 +SHA256 (rpm/i686/centos/6.5/centos-release-6-5.el6.centos.11.1.i686.rpm) = =3D 8059b4364a7f609c5449b0cd2d430c431868cd782da0999b63b3512ec25fb7d4 +SIZE (rpm/i686/centos/6.5/centos-release-6-5.el6.centos.11.1.i686.rpm) =3D= 20844 +SHA256 (rpm/i686/centos/6.5/filesystem-2.4.30-3.el6.i686.rpm) =3D 28fd3898= f5882048a6105a4637fffa17bc0a634c8ff4268a35b870d084212dea +SIZE (rpm/i686/centos/6.5/filesystem-2.4.30-3.el6.i686.rpm) =3D 1056668 +SHA256 (rpm/i686/centos/6.5/freetype-2.3.11-14.el6_3.1.i686.rpm) =3D b37df= c93cc75837d5b0d8fd431074098f99b79c4e691dcfd00ee5b1664d56864 +SIZE (rpm/i686/centos/6.5/freetype-2.3.11-14.el6_3.1.i686.rpm) =3D 371820 +SHA256 (rpm/i686/centos/6.5/gdbm-1.8.0-36.el6.i686.rpm) =3D 6b7a558334b4ef= 442ef7495a1421ff0f4783ef250d64ba7fe0afb54a62c23404 +SIZE (rpm/i686/centos/6.5/gdbm-1.8.0-36.el6.i686.rpm) =3D 29536 +SHA256 (rpm/i686/centos/6.5/glib2-2.26.1-3.el6.i686.rpm) =3D 8f1435ce3eae3= a053a1a16609dc1853a92617d06a15e91ef6941292a5d74e0e6 +SIZE (rpm/i686/centos/6.5/glib2-2.26.1-3.el6.i686.rpm) =3D 1660708 +SHA256 (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.i686.rpm) =3D f24c8a14fdf= 9022b2545f00df6ac2f44356c85dde8ab0039f6fb6aaba7aae5cf +SIZE (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.i686.rpm) =3D 4549088 +SHA256 (rpm/i686/centos/6.5/glibc-common-2.12-1.132.el6.i686.rpm) =3D 770f= 5259fd5f8a850e6276ef6fbe4b59591b22d072b7306a8e4801e7dc1ba9f4 +SIZE (rpm/i686/centos/6.5/glibc-common-2.12-1.132.el6.i686.rpm) =3D 148671= 64 +SHA256 (rpm/i686/centos/6.5/grep-2.6.3-4.el6.i686.rpm) =3D c7472697418af11= 11fb3da94a441082ef6eb0f1fa575df0e45b9413d010a8347 +SIZE (rpm/i686/centos/6.5/grep-2.6.3-4.el6.i686.rpm) =3D 232716 +SHA256 (rpm/i686/centos/6.5/info-4.13a-8.el6.i686.rpm) =3D 544b65b829fd4f8= 195dc131e773296f922bc218c756ec6d8e143ae0715f830b1 +SIZE (rpm/i686/centos/6.5/info-4.13a-8.el6.i686.rpm) =3D 176524 +SHA256 (rpm/i686/centos/6.5/keyutils-1.4-4.el6.i686.rpm) =3D b37f25808fe98= 40ea880a42bb5b1a17a54c0a8212133fbc1c84529638df3119b +SIZE (rpm/i686/centos/6.5/keyutils-1.4-4.el6.i686.rpm) =3D 38948 +SHA256 (rpm/i686/centos/6.5/keyutils-libs-1.4-4.el6.i686.rpm) =3D c2991cec= 1d3d0e427e15283a534ef38286858cdf701b0d61e515fa6ae716dc26 +SIZE (rpm/i686/centos/6.5/keyutils-libs-1.4-4.el6.i686.rpm) =3D 20432 +SHA256 (rpm/i686/centos/6.5/krb5-libs-1.10.3-10.el6_4.6.i686.rpm) =3D b3f4= 65af5df386b4e0366b51cdf9ee768fb97d40f63092ab8d6ae0fbc6a9d709 +SIZE (rpm/i686/centos/6.5/krb5-libs-1.10.3-10.el6_4.6.i686.rpm) =3D 787032 +SHA256 (rpm/i686/centos/6.5/libacl-2.2.49-6.el6.i686.rpm) =3D 64c400f31986= db7f085e85454a305344da141872b6f3ac7922caa2fa656d3c12 +SIZE (rpm/i686/centos/6.5/libacl-2.2.49-6.el6.i686.rpm) =3D 24480 +SHA256 (rpm/i686/centos/6.5/libattr-2.4.44-7.el6.i686.rpm) =3D 16f9cba06fc= bdf5163c1ae48e3d8df5b2a26eec1c8bfa3f7907718931ff8b93b +SIZE (rpm/i686/centos/6.5/libattr-2.4.44-7.el6.i686.rpm) =3D 15640 +SHA256 (rpm/i686/centos/6.5/libcom_err-1.41.12-18.el6.i686.rpm) =3D b6f14e= e061c2dac9e820a15487f1ced475452ca550b8edfb91ee7365aa695995 +SIZE (rpm/i686/centos/6.5/libcom_err-1.41.12-18.el6.i686.rpm) =3D 37520 +SHA256 (rpm/i686/centos/6.5/libcap-2.16-5.5.el6.i686.rpm) =3D 8d972a4332b8= f942258e489574929de3ee660315dc6ca945939d54a99ec4398c +SIZE (rpm/i686/centos/6.5/libcap-2.16-5.5.el6.i686.rpm) =3D 31516 +SHA256 (rpm/i686/centos/6.5/libgcc-4.4.7-4.el6.i686.rpm) =3D 4f4621a86bca9= 873d8676182f5d36e7edd1f3ac1e393ed43ffc17cd8b54dd024 +SIZE (rpm/i686/centos/6.5/libgcc-4.4.7-4.el6.i686.rpm) =3D 114844 +SHA256 (rpm/i686/centos/6.5/libidn-1.18-2.el6.i686.rpm) =3D a72cdffdb6aeeb= 5f94eeaeb6db3b4ac88eb0688760b2b75d2c5086d987d78e27 +SIZE (rpm/i686/centos/6.5/libidn-1.18-2.el6.i686.rpm) =3D 210260 +SHA256 (rpm/i686/centos/6.5/libselinux-2.0.94-5.3.el6_4.1.i686.rpm) =3D 0e= 74ed33164db1e2442b52b34476a744b29927338db56dab619ee99e1736b75f +SIZE (rpm/i686/centos/6.5/libselinux-2.0.94-5.3.el6_4.1.i686.rpm) =3D 1104= 64 +SHA256 (rpm/i686/centos/6.5/libsepol-2.0.41-4.el6.i686.rpm) =3D 0f7b3c09a8= 9b4f943faefc73bc5664f075146f6b96c8d1d38da06ed02cc2f21b +SIZE (rpm/i686/centos/6.5/libsepol-2.0.41-4.el6.i686.rpm) =3D 128032 +SHA256 (rpm/i686/centos/6.5/libstdc++-4.4.7-4.el6.i686.rpm) =3D e9349ed1e5= 519000d416dfca62b8a379e030a1b88a8e375747eb43d8324fe3e3 +SIZE (rpm/i686/centos/6.5/libstdc++-4.4.7-4.el6.i686.rpm) =3D 307316 +SHA256 (rpm/i686/centos/6.5/libuuid-2.17.2-12.14.el6.i686.rpm) =3D a7cebee= 833f96224330efebcbca943bd0cf6ef281e31416b72bfbb4218f8182b +SIZE (rpm/i686/centos/6.5/libuuid-2.17.2-12.14.el6.i686.rpm) =3D 69956 +SHA256 (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.i686.rpm) =3D 755e6= f14019e1484417bb6b3220d1384f80f897ff67a0125c1799d9620469260 +SIZE (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.i686.rpm) =3D 274756 +SHA256 (rpm/i686/centos/6.5/ncurses-libs-5.7-3.20090208.el6.i686.rpm) =3D = 8e8c71cf6e1b45a592bf5705714e34c167b6e2b9e9b4cf4b6c8e41f6ebd5a392 +SIZE (rpm/i686/centos/6.5/ncurses-libs-5.7-3.20090208.el6.i686.rpm) =3D 25= 6940 +SHA256 (rpm/i686/centos/6.5/pcre-7.8-6.el6.i686.rpm) =3D 3f2bc72b2a672249e= 7195c7a0a7932eaa9623745c4b314dd88262fc8dcc401dd +SIZE (rpm/i686/centos/6.5/pcre-7.8-6.el6.i686.rpm) =3D 200028 +SHA256 (rpm/i686/centos/6.5/popt-1.13-7.el6.i686.rpm) =3D 617f8ee4d7776bb4= 6a3a489ea10ac45831fd44947a30ef8d2126490ca2aa7a90 +SIZE (rpm/i686/centos/6.5/popt-1.13-7.el6.i686.rpm) =3D 39636 +SHA256 (rpm/i686/centos/6.5/readline-6.0-4.el6.i686.rpm) =3D 29fae06e31b73= f4e5e0cd5f4431a3927c0e80b204e3fbcf0a6ccfc30720e8452 +SIZE (rpm/i686/centos/6.5/readline-6.0-4.el6.i686.rpm) =3D 180296 +SHA256 (rpm/i686/centos/6.5/setserial-2.17-25.el6.i686.rpm) =3D c3537e6d21= 22f43674413742fcba524beb4dc9778efc7d25515f120dde79ba70 +SIZE (rpm/i686/centos/6.5/setserial-2.17-25.el6.i686.rpm) =3D 23568 +SHA256 (rpm/i686/centos/6.5/setup-2.8.14-20.el6_4.1.noarch.rpm) =3D f3baab= e199eabf0c11866c1c076f0c6bc01abe0c1cab20aa3348cd8e1c967031 +SIZE (rpm/i686/centos/6.5/setup-2.8.14-20.el6_4.1.noarch.rpm) =3D 154440 +SHA256 (rpm/i686/centos/6.5/slang-2.2.1-1.el6.i686.rpm) =3D c6886d071eb636= 51df939c19f12363a1a68d112cedaa02019c94f53d39dd2f1f +SIZE (rpm/i686/centos/6.5/slang-2.2.1-1.el6.i686.rpm) =3D 483404 +SHA256 (rpm/i686/centos/6.5/zlib-1.2.3-29.el6.i686.rpm) =3D 1e40dce8a497f7= 40b22d2035a76a92a34885613652c4b33262f04e2d12a00caa +SIZE (rpm/i686/centos/6.5/zlib-1.2.3-29.el6.i686.rpm) =3D 74284 +SHA256 (rpm/i686/centos/6.5/basesystem-10.0-4.el6.src.rpm) =3D 18d3bd0580f= 40bdc208773f26b424fa1975fad70fae9f179c52337a8f80ade76 +SIZE (rpm/i686/centos/6.5/basesystem-10.0-4.el6.src.rpm) =3D 5949 +SHA256 (rpm/i686/centos/6.5/bash-4.1.2-15.el6_4.src.rpm) =3D 17e92fbaf55ef= 5fbaccc7e28761edaaa1d18ede8e330fb20a40a27d27605003c +SIZE (rpm/i686/centos/6.5/bash-4.1.2-15.el6_4.src.rpm) =3D 6663735 +SHA256 (rpm/i686/centos/6.5/bzip2-1.0.5-7.el6_0.src.rpm) =3D 99a3d6a620f9f= 427aaeba974ae06234d0a771231730de7e203b97dce1dbf1931 +SIZE (rpm/i686/centos/6.5/bzip2-1.0.5-7.el6_0.src.rpm) =3D 855419 +SHA256 (rpm/i686/centos/6.5/coreutils-8.4-31.el6.src.rpm) =3D 0e39f22a1ea1= 2009f7e95811003d4b56b99fc2ea77b5bf3ebc716f3ae5a15b83 +SIZE (rpm/i686/centos/6.5/coreutils-8.4-31.el6.src.rpm) =3D 4641453 +SHA256 (rpm/i686/centos/6.5/compat-db-4.6.21-15.el6.src.rpm) =3D d35d08e52= defe404712b9d4f2cb6475e05ed170676c090d5e05325c346abcb0f +SIZE (rpm/i686/centos/6.5/compat-db-4.6.21-15.el6.src.rpm) =3D 9862622 +SHA256 (rpm/i686/centos/6.5/compat-gcc-296-2.96-144.el6.src.rpm) =3D a2ad7= ba6160eada6a669732187affa35110ac26d0bbd709474e476e4d3892370 +SIZE (rpm/i686/centos/6.5/compat-gcc-296-2.96-144.el6.src.rpm) =3D 13430070 +SHA256 (rpm/i686/centos/6.5/compat-gcc-32-3.2.3-69.el6.src.rpm) =3D 7ff0c6= e00ad06876e10cb79fb87cb57b251e6710c63258e6850e990d9ea49917 +SIZE (rpm/i686/centos/6.5/compat-gcc-32-3.2.3-69.el6.src.rpm) =3D 21622433 +SHA256 (rpm/i686/centos/6.5/db4-4.7.25-18.el6_4.src.rpm) =3D 8216704a0e530= 259d6a227c4b13f5e3df5f6dc4ae1872fd14c5902db972cc7e6 +SIZE (rpm/i686/centos/6.5/db4-4.7.25-18.el6_4.src.rpm) =3D 13410985 +SHA256 (rpm/i686/centos/6.5/e2fsprogs-1.41.12-18.el6.src.rpm) =3D e18a3cfb= 6f92a82ca1da717919478bffcac07d0abe254d30e5a90652fb060f2c +SIZE (rpm/i686/centos/6.5/e2fsprogs-1.41.12-18.el6.src.rpm) =3D 5543914 +SHA256 (rpm/i686/centos/6.5/elfutils-0.152-1.el6.src.rpm) =3D cb8c7188713b= 406e980757c6c802102e14d4f27820ab18b616d31889d55f4e14 +SIZE (rpm/i686/centos/6.5/elfutils-0.152-1.el6.src.rpm) =3D 1927305 +SHA256 (rpm/i686/centos/6.5/centos-release-6-5.el6.centos.11.1.src.rpm) = =3D 46fc40ddd2d631973e94479749033e5e5b09c895b8c5acd4d61cd7ea5ff034d7 +SIZE (rpm/i686/centos/6.5/centos-release-6-5.el6.centos.11.1.src.rpm) =3D = 19326 +SHA256 (rpm/i686/centos/6.5/filesystem-2.4.30-3.el6.src.rpm) =3D fa8ab9b1a= 2f23933d6e2f9e2308601c4ee61dd5829f5edcb094aedee194d02e1 +SIZE (rpm/i686/centos/6.5/filesystem-2.4.30-3.el6.src.rpm) =3D 20457 +SHA256 (rpm/i686/centos/6.5/freetype-2.3.11-14.el6_3.1.src.rpm) =3D 25a5e3= 8ef7e61078513bad46af09c8963586cd56d3411ad8d0e8558e1d515ae7 +SIZE (rpm/i686/centos/6.5/freetype-2.3.11-14.el6_3.1.src.rpm) =3D 1764843 +SHA256 (rpm/i686/centos/6.5/gdbm-1.8.0-36.el6.src.rpm) =3D ee6ffd96549d592= 4966869b9fef5813fb8eb17a76b2a6a35c53eb02d0ed1dc01 +SIZE (rpm/i686/centos/6.5/gdbm-1.8.0-36.el6.src.rpm) =3D 150845 +SHA256 (rpm/i686/centos/6.5/glib2-2.26.1-3.el6.src.rpm) =3D afe69779c6bc09= e615d810f04aa7c8d0141aaefc87fd2641bcf9f53dfdd90b7e +SIZE (rpm/i686/centos/6.5/glib2-2.26.1-3.el6.src.rpm) =3D 6722996 +SHA256 (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.src.rpm) =3D 3e4c6385b8c0= fcb1dd92c2c3949cf2efeefba1330c38f699a0254f72d9bffc8d +SIZE (rpm/i686/centos/6.5/glibc-2.12-1.132.el6.src.rpm) =3D 16124735 +SHA256 (rpm/i686/centos/6.5/grep-2.6.3-4.el6.src.rpm) =3D 9b4dca87528eb3ff= a2f6609271c13d9504b025ad395f8631c8c67553955f8e46 +SIZE (rpm/i686/centos/6.5/grep-2.6.3-4.el6.src.rpm) =3D 865455 +SHA256 (rpm/i686/centos/6.5/texinfo-4.13a-8.el6.src.rpm) =3D c7cc4a48a8b42= 9fe93f9462233a9d18cfbd33b994593b5e9cdcbde0a8c3c85db +SIZE (rpm/i686/centos/6.5/texinfo-4.13a-8.el6.src.rpm) =3D 1589200 +SHA256 (rpm/i686/centos/6.5/keyutils-1.4-4.el6.src.rpm) =3D 01d53c15303429= 33eb9248ab399ee10c29d5eb141b0157dc69c306bdf6445916 +SIZE (rpm/i686/centos/6.5/keyutils-1.4-4.el6.src.rpm) =3D 53286 +SHA256 (rpm/i686/centos/6.5/krb5-1.10.3-10.el6_4.6.src.rpm) =3D 6d0e6828b7= 0d4e601639b8037c6f875adc3c9fac971a70b88e4cf3d136295052 +SIZE (rpm/i686/centos/6.5/krb5-1.10.3-10.el6_4.6.src.rpm) =3D 12039453 +SHA256 (rpm/i686/centos/6.5/acl-2.2.49-6.el6.src.rpm) =3D f1feabe034da5a12= be746d4bcfe12c5d15bdfc3f53f203880311aaa18ba9ec0d +SIZE (rpm/i686/centos/6.5/acl-2.2.49-6.el6.src.rpm) =3D 385956 +SHA256 (rpm/i686/centos/6.5/attr-2.4.44-7.el6.src.rpm) =3D 5f5440619e0109d= 9f8d913de1100f259296f62a38075bbc8d8608d6988695890 +SIZE (rpm/i686/centos/6.5/attr-2.4.44-7.el6.src.rpm) =3D 335725 +SHA256 (rpm/i686/centos/6.5/libcap-2.16-5.5.el6.src.rpm) =3D a0eb99aa04952= 657fc19541dd70ab185dd00594001a90d0ee138925f2bc3ab6a +SIZE (rpm/i686/centos/6.5/libcap-2.16-5.5.el6.src.rpm) =3D 69497 +SHA256 (rpm/i686/centos/6.5/gcc-4.4.7-4.el6.src.rpm) =3D e83931377e08c21e5= c823aa6e66d797400c1342135f701e331790375e04b0a84 +SIZE (rpm/i686/centos/6.5/gcc-4.4.7-4.el6.src.rpm) =3D 52327074 +SHA256 (rpm/i686/centos/6.5/libidn-1.18-2.el6.src.rpm) =3D a98516bd9245304= 4dd497cce3c05aefe9bf5ec96a04eaf924b765d3038432054 +SIZE (rpm/i686/centos/6.5/libidn-1.18-2.el6.src.rpm) =3D 2959181 +SHA256 (rpm/i686/centos/6.5/libselinux-2.0.94-5.3.el6_4.1.src.rpm) =3D 583= 7a760295de897517ab752b51379a732049fa2c5febcb54ea7a9f0fa6837bd +SIZE (rpm/i686/centos/6.5/libselinux-2.0.94-5.3.el6_4.1.src.rpm) =3D 293928 +SHA256 (rpm/i686/centos/6.5/libsepol-2.0.41-4.el6.src.rpm) =3D ac1799bd0a7= 0a93f771942ebb489eab4eb6a67422a624f925ba4080f98f73b13 +SIZE (rpm/i686/centos/6.5/libsepol-2.0.41-4.el6.src.rpm) =3D 248004 +SHA256 (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.src.rpm) =3D 56adad= f667f294a57602cde47141b75a0bee8c6401fbf002295f59891d1663ff +SIZE (rpm/i686/centos/6.5/ncurses-5.7-3.20090208.el6.src.rpm) =3D 2646949 +SHA256 (rpm/i686/centos/6.5/pcre-7.8-6.el6.src.rpm) =3D 2d4e0474b7a23df550= 2f47050c049090ede151921d848486203e47604bd5104d +SIZE (rpm/i686/centos/6.5/pcre-7.8-6.el6.src.rpm) =3D 861403 +SHA256 (rpm/i686/centos/6.5/popt-1.13-7.el6.src.rpm) =3D 3b1b1c6e47e84d387= b58899dbbc3bf24e45ae09fb79cf975c011aae245091406 +SIZE (rpm/i686/centos/6.5/popt-1.13-7.el6.src.rpm) =3D 687631 +SHA256 (rpm/i686/centos/6.5/readline-6.0-4.el6.src.rpm) =3D 898f831df1f1d5= 66091317598cc5caeb3cb451347aaacfc52cc87895f449f5f0 +SIZE (rpm/i686/centos/6.5/readline-6.0-4.el6.src.rpm) =3D 2290548 +SHA256 (rpm/i686/centos/6.5/setserial-2.17-25.el6.src.rpm) =3D 1c09e38c614= 98be4014b102d5b4c79fff4f69eb24d012f7b38926e678880dffa +SIZE (rpm/i686/centos/6.5/setserial-2.17-25.el6.src.rpm) =3D 64567 +SHA256 (rpm/i686/centos/6.5/setup-2.8.14-20.el6_4.1.src.rpm) =3D 6cd2835e6= 33e6af4c072f1e444dc150aa91cb96bf92c1ca84321e2bed2b54377 +SIZE (rpm/i686/centos/6.5/setup-2.8.14-20.el6_4.1.src.rpm) =3D 182928 +SHA256 (rpm/i686/centos/6.5/slang-2.2.1-1.el6.src.rpm) =3D 3ab2551b5d7d75a= 1d28d63fea1c48b9e83a87b8f2ba4cd6bd2c5ecb5dd91eda9 +SIZE (rpm/i686/centos/6.5/slang-2.2.1-1.el6.src.rpm) =3D 1367444 +SHA256 (rpm/i686/centos/6.5/util-linux-ng-2.17.2-12.14.el6.src.rpm) =3D 95= f94d979b2e3b9d38f6339003d4d5d5676d60d46a0677803ff84a08d337dac9 +SIZE (rpm/i686/centos/6.5/util-linux-ng-2.17.2-12.14.el6.src.rpm) =3D 4510= 275 +SHA256 (rpm/i686/centos/6.5/zlib-1.2.3-29.el6.src.rpm) =3D ccdc3260d2b1ee3= 5c3d224154878f9f632fa2153ce7908ffaabd10b3e216d26e +SIZE (rpm/i686/centos/6.5/zlib-1.2.3-29.el6.src.rpm) =3D 516080 Index: pkg-plist =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- pkg-plist (revision 343383) +++ pkg-plist (working copy) @@ -97,6 +97,9 @@ etc/yum.repos.d/CentOS-Base.repo etc/yum.repos.d/CentOS-Debuginfo.repo etc/yum.repos.d/CentOS-Media.repo +etc/yum.repos.d/CentOS-Vault.repo +etc/bash_completion.d/gdbus-bash-completion.sh=20 +etc/bash_completion.d/gsettings-bash-completion.sh lib/i686/nosegneg/libc-2.12.so lib/i686/nosegneg/libc.so.6 lib/i686/nosegneg/libm-2.12.so @@ -126,6 +129,8 @@ lib/libcap.so.2.16 lib/libcidn-2.12.so lib/libcidn.so.1 +lib/libcom_err.so.2 +lib/libcom_err.so.2.1 lib/libcrypt-2.12.so lib/libcrypt.so.1 lib/libdb-4.3.so @@ -140,21 +145,23 @@ lib/libgcc_s-4.4.7-20120601.so.1 lib/libgcc_s.so.1 lib/libgio-2.0.so.0 -lib/libgio-2.0.so.0.2200.5 +lib/libgio-2.0.so.0.2600.1 lib/libglib-2.0.so.0 -lib/libglib-2.0.so.0.2200.5 +lib/libglib-2.0.so.0.2600.1 lib/libgmodule-2.0.so.0 -lib/libgmodule-2.0.so.0.2200.5 +lib/libgmodule-2.0.so.0.2600.1 lib/libgobject-2.0.so.0 -lib/libgobject-2.0.so.0.2200.5 +lib/libgobject-2.0.so.0.2600.1 lib/libgssapi_krb5.so.2 lib/libgssapi_krb5.so.2.2 lib/libgssrpc.so.4 lib/libgssrpc.so.4.1 lib/libgthread-2.0.so.0 -lib/libgthread-2.0.so.0.2200.5 +lib/libgthread-2.0.so.0.2600.1 lib/libidn.so.11 lib/libidn.so.11.6.1 +lib/libkeyutils.so.1 +lib/libkeyutils.so.1.3 lib/libk5crypto.so.3 lib/libk5crypto.so.3.1 lib/libkrb5.so.3 @@ -291,9 +298,13 @@ usr/bin/factor usr/bin/fmt usr/bin/fold +usr/bin/gdbus usr/bin/gencat usr/bin/getconf usr/bin/getent +usr/bin/gio-querymodules-32 +usr/bin/glib-compile-schemas +usr/bin/gsettings usr/bin/groups usr/bin/head usr/bin/hostid @@ -361,6 +372,7 @@ usr/bin/tty usr/bin/tzselect usr/bin/unexpand +usr/bin/update-gio-modules usr/bin/uniq usr/bin/users usr/bin/vdir @@ -641,6 +653,7 @@ usr/lib/libkadm5srv_mit.so.8.0 usr/lib/libkdb5.so.6 usr/lib/libkdb5.so.6.0 +usr/lib/libmemusage.so usr/lib/libmenu.so.5 usr/lib/libmenu.so.5.7 usr/lib/libmenuw.so.5 @@ -649,6 +662,7 @@ usr/lib/libpanel.so.5.7 usr/lib/libpanelw.so.5 usr/lib/libpanelw.so.5.7 +usr/lib/libpcprofile.so usr/lib/libpcrecpp.so.0 usr/lib/libpcrecpp.so.0.0.0 usr/lib/libpcreposix.so.0 @@ -663,6 +677,12 @@ usr/lib/libstdc++.so.6.0.13 usr/lib/libtic.so.5 usr/lib/libtic.so.5.7 +usr/lib/libverto-k5ev.so +usr/lib/libverto-k5ev.so.0 +usr/lib/libverto-k5ev.so.0.0 +usr/lib/libverto.so +usr/lib/libverto.so.0 +usr/lib/libverto.so.0.0 usr/lib/locale/locale-archive.tmpl usr/libexec/getconf/POSIX_V6_ILP32_OFF32 usr/libexec/getconf/POSIX_V6_ILP32_OFFBIG @@ -727,10 +747,10 @@ usr/share/doc/gdbm-1.8.0/COPYING usr/share/doc/gdbm-1.8.0/NEWS usr/share/doc/gdbm-1.8.0/README -usr/share/doc/glib2-2.22.5/AUTHORS -usr/share/doc/glib2-2.22.5/COPYING -usr/share/doc/glib2-2.22.5/NEWS -usr/share/doc/glib2-2.22.5/README +usr/share/doc/glib2-2.26.1/AUTHORS +usr/share/doc/glib2-2.26.1/COPYING +usr/share/doc/glib2-2.26.1/NEWS +usr/share/doc/glib2-2.26.1/README usr/share/doc/glibc-2.12/BUGS usr/share/doc/glibc-2.12/CONFORMANCE usr/share/doc/glibc-2.12/COPYING @@ -761,11 +781,13 @@ usr/share/doc/info-4.13a/COPYING usr/share/doc/keyutils-1.4/LICENCE.GPL usr/share/doc/keyutils-1.4/README +usr/share/doc/keyutils-libs-1.4/LICENCE.LGPL usr/share/doc/krb5-libs-1.10.3/LICENSE usr/share/doc/krb5-libs-1.10.3/NOTICE usr/share/doc/krb5-libs-1.10.3/README usr/share/doc/libcap-2.16/License usr/share/doc/libcap-2.16/capability.notes +usr/share/doc/libcom_err-1.41.12/COPYING usr/share/doc/libgcc-4.4.7/COPYING.LIB usr/share/doc/libidn-1.18/AUTHORS usr/share/doc/libidn-1.18/COPYING @@ -1336,10 +1358,12 @@ usr/share/locale/af/LC_MESSAGES/bash.mo usr/share/locale/af/LC_MESSAGES/coreutils.mo usr/share/locale/af/LC_MESSAGES/grep.mo +usr/share/locale/af/LC_MESSAGES/glib20.mo usr/share/locale/af/LC_TIME/coreutils.mo usr/share/locale/am/LC_MESSAGES/glib20.mo usr/share/locale/ar/LC_MESSAGES/glib20.mo usr/share/locale/as/LC_MESSAGES/glib20.mo +usr/share/locale/ast/LC_MESSAGES/glib20.mo usr/share/locale/az/LC_MESSAGES/glib20.mo usr/share/locale/be/LC_MESSAGES/coreutils.mo usr/share/locale/be/LC_MESSAGES/glib20.mo @@ -1402,9 +1426,11 @@ usr/share/locale/en@boldquot/LC_MESSAGES/libidn.mo usr/share/locale/en@quot/LC_MESSAGES/bash.mo usr/share/locale/en@quot/LC_MESSAGES/libidn.mo +usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo usr/share/locale/en_CA/LC_MESSAGES/glib20.mo usr/share/locale/en_GB/LC_MESSAGES/glib20.mo usr/share/locale/en_GB/LC_MESSAGES/libc.mo +usr/share/locale/en_US/LC_MESSAGES/mit-krb5.mo usr/share/locale/eo/LC_MESSAGES/bash.mo usr/share/locale/eo/LC_MESSAGES/glib20.mo usr/share/locale/eo/LC_MESSAGES/grep.mo @@ -1497,6 +1523,7 @@ usr/share/locale/ja/LC_MESSAGES/popt.mo usr/share/locale/ja/LC_TIME/coreutils.mo usr/share/locale/ka/LC_MESSAGES/glib20.mo +usr/share/locale/kk/LC_MESSAGES/glib20.mo usr/share/locale/kn/LC_MESSAGES/glib20.mo usr/share/locale/ko/LC_MESSAGES/coreutils.mo usr/share/locale/ko/LC_MESSAGES/glib20.mo @@ -1531,6 +1558,7 @@ usr/share/locale/nb/LC_MESSAGES/libc.mo usr/share/locale/nb/LC_MESSAGES/popt.mo usr/share/locale/nb/LC_TIME/coreutils.mo +usr/share/locale/nds/LC_MESSAGES/glib20.mo usr/share/locale/ne/LC_MESSAGES/glib20.mo usr/share/locale/nl/LC_MESSAGES/bash.mo usr/share/locale/nl/LC_MESSAGES/coreutils.mo @@ -1726,6 +1754,10 @@ usr/share/man/man1/fgrep.1.gz usr/share/man/man1/fmt.1.gz usr/share/man/man1/fold.1.gz +usr/share/man/man1/gdbus.1.gz +usr/share/man/man1/gio-querymodules.1.gz +usr/share/man/man1/glib-compile-schemas.1.gz +usr/share/man/man1/gsettings.1.gz usr/share/man/man1/getopts.1.gz usr/share/man/man1/grep.1.gz usr/share/man/man1/groups.1.gz @@ -1847,6 +1879,9 @@ usr/share/man/man1/whoami.1.gz usr/share/man/man1/yes.1.gz usr/share/man/man5/.k5login.5.gz +usr/share/man/man5/k5login.5.gz +usr/share/man/man5/.k5identity.5.gz +usr/share/man/man5/k5identity.5.gz usr/share/man/man5/e2fsck.conf.5.gz usr/share/man/man5/info.5.gz usr/share/man/man5/krb5.conf.5.gz @@ -3134,6 +3169,8 @@ @dirrm usr/share/gnome @dirrm usr/share/ghostscript/conf.d @dirrm usr/share/ghostscript +@dirrm usr/share/glib-2.0/schemas +@dirrm usr/share/glib-2.0 @dirrm usr/share/games @dirrm usr/share/empty @dirrm usr/share/emacs/site-lisp @@ -3148,14 +3185,16 @@ @dirrm usr/share/doc/ncurses-5.7 @dirrm usr/share/doc/libidn-1.18 @dirrm usr/share/doc/libgcc-4.4.7 +@dirrm usr/share/doc/libcom_err-1.41.12 @dirrm usr/share/doc/libcap-2.16 @dirrm usr/share/doc/krb5-libs-1.10.3 @dirrm usr/share/doc/keyutils-1.4 +@dirrm usr/share/doc/keyutils-libs-1.4 @dirrm usr/share/doc/info-4.13a @dirrm usr/share/doc/grep-2.6.3 @dirrm usr/share/doc/glibc-common-2.12 @dirrm usr/share/doc/glibc-2.12 -@dirrm usr/share/doc/glib2-2.22.5 +@dirrm usr/share/doc/glib2-2.26.1 @dirrm usr/share/doc/gdbm-1.8.0 @dirrm usr/share/doc/freetype-2.3.11 @dirrm usr/share/doc/elfutils-0.152 @@ -3233,6 +3272,7 @@ @dirrm lib/i686 @dirrm lib @dirrm etc/yum.repos.d +@dirrm etc/request-key.d @dirrm etc/xinetd.d @dirrm etc/xdg/autostart @dirrm etc/xdg @@ -3250,6 +3290,7 @@ @dirrm etc/pki @dirrm etc/opt @dirrm etc/ld.so.conf.d +@dirrm etc/bash_completion.d @dirrm etc/default @dirrm etc/X11/fontpath.d @dirrm etc/X11/applnk --zYM0uCDKw75PZbzx-- --p4qYPpj5QlsIQJ0K Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBAgAGBQJS9phaAAoJEElqnXBiUNQC9KcQALNeRVQTRhkG0sPhslRJg6he P9gbTjejtoBiVXTlkgBIA99uOKi+VS2kfYIygbd2QCeO5kPmwbS31gkhHVx+6Y0L BMoGTCmdj83mEtoH1MdiKUqfk+toFbOTuVtVAXryap4BBrONScHNx+tgf1dAVbV+ pFaEBhbpRmqH28RTw7QokNi3+Ihli2EV0fiCureuH0bTbt+PWQ3w9UT7IUuPpurY a3WoSOovt503j6vql2AyEUArefgUpZ47+LK8KeMZpNla7jJEuwXt2F7XbF+1hVMp zbjmdzo+SnE5K1FYZKYLwYCKpHcKQQmaY+fvU/PQL+YiU/3C95QRcXLFzJGjQDwx wKN6tus0iZf6YNONTC+I0zsplKEKrj/rjgaYrV9BVVlSrTw64FTvghNcbRkFrxSW faYHgCTRprce7nWph/LvaOY5EoOj4Rl/zvgj9kT4DgDnh0pw0RQpPS3wd4LYSojr WVCm9rz53CewButvItfTxDdf87Ag1M80ZK1XCWiiabsYFDgNX1eK3PgIkbAZlIhO r8GwewMxyEFyAYPGIZGHkrt4MuD4h15kBJHvSRHU2xSrYzblju48UTjIPqKuMD0E t3Cvr/x/1XeWpJTB6a6EYCIaCM0SxCsrMxiOB4UTsIvTsDJLnryHt0o8ct+6ADqs peaSdlHcRVkawS1VwBll =JnQB -----END PGP SIGNATURE----- --p4qYPpj5QlsIQJ0K-- From owner-freebsd-emulation@FreeBSD.ORG Sat Feb 8 22:11:58 2014 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D87C1F06 for ; Sat, 8 Feb 2014 22:11:58 +0000 (UTC) Received: from mail-vb0-x241.google.com (mail-vb0-x241.google.com [IPv6:2607:f8b0:400c:c02::241]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 945D013B3 for ; Sat, 8 Feb 2014 22:11:58 +0000 (UTC) Received: by mail-vb0-f65.google.com with SMTP id w18so958985vbj.0 for ; Sat, 08 Feb 2014 14:11:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=DXrVzvTT13wQoXi5/P3Xl10pNAekC99JZxYD8GprebY=; b=P2cjy0F4/kdDHPurMv/XUeBhIHUmbTqqWKWC0kljErZKe0I5sEi0rhFwN1sx5O7s9A 79gAXvbr9Nr9rYG9ATOlupTRYBjyLMrXohbiRvcqMTSmrcGf0bfptVAJB82PoeGozi0U g4acz8ggFZ/kvZWsnOb2n3v+0oXB5pdM4WzvGpf7Yg7e3b+psq8Bro9yQNzIB4JpZgcL xPNettaIxvMtrCcHuakA9lKc7SX/2iUe8NgFX3cwAYQTzw0LR4Z8TDLFZ7mBHTsgYPw2 KMMAijU3E+RkFElEeCsS6eFViA4dHRXgGwgJc41yUYJxNye64aIqqie+hZ0bD78Q4acC uU/A== MIME-Version: 1.0 X-Received: by 10.58.100.100 with SMTP id ex4mr16845947veb.2.1391897517732; Sat, 08 Feb 2014 14:11:57 -0800 (PST) Received: by 10.221.38.134 with HTTP; Sat, 8 Feb 2014 14:11:57 -0800 (PST) Date: Sat, 8 Feb 2014 23:11:57 +0100 Message-ID: Subject: Re: [CFT] linux-base-c6 with CentOS 6.5 From: Carlos Jacobo Puga Medina To: xmj@chaot.net Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-emulation@freebsd.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 22:11:58 -0000 Previously you forgot to include both libraries which make skype works properly. So, after this change it works as expected. Regards, --CJPM