Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2015 17:09:31 -0600 (MDT)
From:      Warren Block <wblock@wonkity.com>
To:        Doug Hardie <bc979@lafn.org>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Replacing Drive with SSD
Message-ID:  <alpine.BSF.2.20.1509161707110.8365@wonkity.com>
In-Reply-To: <9B43BB2E-779C-4859-B4B5-9BE395F0254B@lafn.org>
References:  <CEAD84AD-341A-4FB9-A3A1-D0D5A550AFFD@lafn.org> <alpine.BSF.2.20.1508281235390.74312@wonkity.com> <20150829220311.c7608be1.freebsd@edvax.de> <alpine.BSF.2.20.1508300633160.44682@wonkity.com> <55E45973.2050103@sneakertech.com> <alpine.BSF.2.20.1508311000550.42983@wonkity.com> <55E4865B.1000104@sneakertech.com> <20150831181135.7682a810@gumby.homeunix.com> <867fnywc8i.fsf@WorkBox.Home> <08306F31-955B-4710-B20B-4F2ABE0CBA56@kraus-haus.org> <997E40C8-6C07-4621-B5D8-E0672DC4517B@lafn.org> <alpine.BSF.2.20.1509150753490.99919@wonkity.com> <514A6AC5-9F42-48E2-A37C-5196E6D4DF47@lafn.org> <alpine.BSF.2.20.1509160642580.50308@wonkity.com> <9B43BB2E-779C-4859-B4B5-9BE395F0254B@lafn.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 16 Sep 2015, Doug Hardie wrote:

>
>> On 16 September 2015, at 06:38, Warren Block <wblock@wonkity.com> wrote:
>>
>> On Tue, 15 Sep 2015, Doug Hardie wrote:
>>
>>>
>>>> On 15 September 2015, at 07:03, Warren Block <wblock@wonkity.com> wrote:
>>>>
>>>> On Tue, 15 Sep 2015, Doug Hardie wrote:
>>>>
>>>>> After spending a lot of time reading through the various responses, I decided to use a larger SSD and use dump/restore to move the data. However, I encountered an interesting problem which I do not have a solution for at this time.  The system will only boot a memstick image.  That works fine.  I formatted the new SSD and got it all setup.  However, none of the current systems have enough space to do a dump on.  I needed to dump from the existing machine over to the new one with the SSD.  The only thing running on the SSD machine is the live file system.  Dump uses rsh/rcmd which need some files set in /root.  Unfortunately that is mounted as read only as its a memstick image.  I can’t see how to easily get dump to dump to a remote system when you can’t get rsh/rcmd to login.
>>>>
>>>> The live filesystem from an installer will work, although mfsBSD is nicer.
>>>>
>>>> Pipe the output from dump into an ssh session on the remote machine that runs restore.  Leaving out most of the options for clarity:
>>>>
>>>> dump -f - | ssh user@remote 'cd /target && restore -rf -'

>There is an error in the dump command above.  It needs a ‘/‘ before the 
>‘|’.

Note the "Leaving out most of the options for clarity" part.  See
http://www.wonkity.com/~wblock/docs/html/backup.html#_code_dump_code_via_ssh

Options like -b64 can greatly increase speed.
From owner-freebsd-questions@freebsd.org  Thu Sep 17 04:40:30 2015
Return-Path: <owner-freebsd-questions@freebsd.org>
Delivered-To: freebsd-questions@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 A3E3F9CE518
 for <freebsd-questions@mailman.ysv.freebsd.org>;
 Thu, 17 Sep 2015 04:40:30 +0000 (UTC)
 (envelope-from bah@bananmonarki.se)
Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org
 [IPv6:2001:1900:2254:206a::50:5])
 by mx1.freebsd.org (Postfix) with ESMTP id 8DBFC1785
 for <freebsd-questions@freebsd.org>; Thu, 17 Sep 2015 04:40:30 +0000 (UTC)
 (envelope-from bah@bananmonarki.se)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 8D4789CE517; Thu, 17 Sep 2015 04:40:30 +0000 (UTC)
Delivered-To: questions@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 8CE209CE516
 for <questions@mailman.ysv.freebsd.org>; Thu, 17 Sep 2015 04:40:30 +0000 (UTC)
 (envelope-from bah@bananmonarki.se)
Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se
 [82.182.32.53])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 0E1C61783
 for <questions@freebsd.org>; Thu, 17 Sep 2015 04:40:27 +0000 (UTC)
 (envelope-from bah@bananmonarki.se)
Received: from kw.news4all.se (testbox.usenet4all.se [10.0.0.3])
 by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id t8H4eGbI063828;
 Thu, 17 Sep 2015 06:40:17 +0200 (CEST)
 (envelope-from bah@bananmonarki.se)
Subject: Re: 10.2 graphics problem
To: Glenn English <ghe@slsware.net>, freebsdQuestions <questions@freebsd.org>
References: <8F541F88-2EAE-434C-B52C-43A744F54ADD@slsware.net>
From: Bernt Hansson <bah@bananmonarki.se>
Message-ID: <55FA4430.3030007@bananmonarki.se>
Date: Thu, 17 Sep 2015 06:40:16 +0200
User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101
 Thunderbird/38.2.0
MIME-Version: 1.0
In-Reply-To: <8F541F88-2EAE-434C-B52C-43A744F54ADD@slsware.net>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/>;
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 17 Sep 2015 04:40:30 -0000

On 2015-09-15 21:08, Glenn English wrote:
> I'm trying to move from Debian Linux to FreeBSD. xorg runs and displays the crossed grey and black, like it's supposed to. I've even seen an XFCE desktop. But once this comes up (both of them), there's no way, short of rebooting, to quit xorg or to get back to the console. I've tried several times to install XFCE with 10.2.
>
> I'm thinking the problem may have to do with dbus.
>
> I booted this morning, and it works perfectly (as far as I can tell) to the console. But when I type:
>
> service dbus start
>
> the error message says it couldn't get the UID and GID for 'messagebus'. So I said
>
> pkg install dbus
>
> Everything updated it self properly, and it said that the latest version of dbus was already installed.
>
> Where does user messagebus come from? Am I wrong about what the problem is? Any thought and/or instructions would be greatly appreciated.
>
Have a look at this thread.

https://forums.freebsd.org/threads/shutdown-using-hal.2324/



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