Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 May 2017 20:33:24 -0300
From:      =?ISO-8859-1?Q?S=E9rgio?= de Almeida Lenzi <nervoso@k1.com.br>
To:        Wojciech Puchar <wojtek@puchar.net>, freebsd-ports@freebsd.org
Subject:   Re: Virtualbox 5.0.26 to 5.1.20/22 problem with upgrade.
Message-ID:  <1493854404.96428.4.camel@k1.com.br>
In-Reply-To: <alpine.BSF.2.20.1705031236400.83672@wojtek.intra>
References:  <alpine.BSF.2.20.1705031236400.83672@wojtek.intra>

next in thread | previous in thread | raw e-mail | index | archive | help
Em Qua, 2017-05-03 às 12:39 +0200, Wojciech Puchar escreveu:
> i'm asking you because it seems like i'm doing some simple and trivial 
> error.
> 
> I run 8 VMs with windows 7 with virtualbox 5.0.26. All fine.
> 
> After upgrading to 5.0.20 or 22 - none of them works. all  crashes roughly 
> about the moment it switch from windows loading screen to normal screen.
Mine was resolved when I BUILT virtualbox-ose WITHOUT  the GL, that is:
in the line 164 of the Makefile (/usr/ports/emulators/virtualbox-ose/Makefile) 
ghange
USE_GL=	gl
do
#USE_GL=gl
and build virtualbox ose again,
This soves me the problem I have by using virtualbox over vnc
Hope can help you
From owner-freebsd-ports@freebsd.org  Thu May  4 01:18:08 2017
Return-Path: <owner-freebsd-ports@freebsd.org>
Delivered-To: freebsd-ports@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id CDE42D5C319
 for <freebsd-ports@mailman.ysv.freebsd.org>;
 Thu,  4 May 2017 01:18:08 +0000 (UTC)
 (envelope-from kevlo@ns.kevlo.org)
Received: from ns.kevlo.org (220-135-115-6.HINET-IP.hinet.net [220.135.115.6])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256
 bits))
 (Client CN "ns.kevlo.org", Issuer "ns.kevlo.org" (not verified))
 by mx1.freebsd.org (Postfix) with ESMTPS id 46AF8150F
 for <freebsd-ports@freebsd.org>; Thu,  4 May 2017 01:18:06 +0000 (UTC)
 (envelope-from kevlo@ns.kevlo.org)
Received: from ns.kevlo.org (localhost [127.0.0.1])
 by ns.kevlo.org (8.15.2/8.15.2) with ESMTPS id v4410mdh042660
 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO);
 Thu, 4 May 2017 09:00:49 +0800 (CST)
 (envelope-from kevlo@ns.kevlo.org)
Received: (from kevlo@localhost)
 by ns.kevlo.org (8.15.2/8.15.2/Submit) id v4410kcI042659;
 Thu, 4 May 2017 09:00:46 +0800 (CST) (envelope-from kevlo)
Date: Thu, 4 May 2017 09:00:46 +0800
From: Kevin Lo <kevlo@FreeBSD.org>
To: Jim Ohlstein <jim@ohlste.in>
Cc: freebsd-ports@freebsd.org
Subject: Re: Hash mismatch www/owncloud (10.0.0)
Message-ID: <20170504010046.GA42636@ns.kevlo.org>
References: <178ae348-f15e-7978-7749-7cce4753699d@ohlste.in>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <178ae348-f15e-7978-7749-7cce4753699d@ohlste.in>
User-Agent: Mutt/1.8.0 (2017-02-23)
X-BeenThere: freebsd-ports@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: Porting software to FreeBSD <freebsd-ports.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-ports/>;
List-Post: <mailto:freebsd-ports@freebsd.org>
List-Help: <mailto:freebsd-ports-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-ports>,
 <mailto:freebsd-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 04 May 2017 01:18:08 -0000

On Wed, May 03, 2017 at 04:48:34PM -0400, Jim Ohlstein wrote:
> 
> Helllo,

Hi Jim,

> I did a fresh install today and received a "code integrity" error in the 
> admin page. It led to this:
> 
> Technical information
> =====================
> The following list covers which files have failed the integrity check. 
> Please read
> the previous linked documentation to learn more about the errors and how 
> to fix
> them.
> 
> Results
> =======
> - user_external
> 	- INVALID_HASH
> 		- lib/smb.php
> 
> Raw output
> ==========
> Array
> (
>      [user_external] => Array
>          (
>              [INVALID_HASH] => Array
>                  (
>                      [lib/smb.php] => Array
>                          (
>                              [expected] => some_hash
>                              [current] => a_different_hash"
>                          )
> 
>                  )
> 
>          )
> 
> )
> 
> Repeated the install and got the same error.
> 
> I haven't done much testing, but the script seems to be "working".

Fixed in r440074, sorry for the breakage.

> -- 
> Jim Ohlstein

	Kevin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1493854404.96428.4.camel>