From nobody Sun Jul 14 02:40:27 2024 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WM8hG2cbwz5Pwbk for ; Sun, 14 Jul 2024 02:40:30 +0000 (UTC) (envelope-from agh@riseup.net) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx1.riseup.net", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WM8hF3fC1z4llK for ; Sun, 14 Jul 2024 02:40:29 +0000 (UTC) (envelope-from agh@riseup.net) Authentication-Results: mx1.freebsd.org; none Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4WM8hD1S60zDqK3; Sun, 14 Jul 2024 02:40:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1720924828; bh=BkigPAnP9Ukvm2IEAGqKKi7XrNjtYg9DXEBCWsDIEyY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=BZ9emvcvEEHV+hdc0XARDz0YdQ4XjZUdbG7DbG+9xRaqybx80HwX0zlP1E6ikcgcG cqzM66j4NRSkezG5s4xDuhxzXw+JUQOq9F+bv3hd52ZYrWU9MKsdYqPE7FZIe/Lsm/ 2a2Y9trUROHWY10DH9XGXzTPJZmvITKx/ORo33nI= X-Riseup-User-ID: F042E29C1B3B6629F5BA7C9A383D5A83228F6E781158EEBAD3554CE87AE0C193 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4WM8hD00sbzFrST; Sun, 14 Jul 2024 02:40:27 +0000 (UTC) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Date: Sun, 14 Jul 2024 02:40:27 +0000 From: Alastair Hogge To: Ivan Quitschal Cc: freebsd-current@freebsd.org Subject: Re: RES: i made a mess (forgot the buildworld and installworld) In-Reply-To: References: Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16652, ipnet:198.252.153.0/24, country:US] X-Rspamd-Queue-Id: 4WM8hF3fC1z4llK On 2024-07-14 09:54, Ivan Quitschal wrote: > One idea > Cant say it that would help , but ive checked here and 2 things are working > > mount command > usb is all good > > and the filesystem is fine too. > So does anybody knows where I could literally get the entire 15-CURRENT containing the entire /usr/src in tar.gz or something? Will this help: https://download.freebsd.org/snapshots/amd64/15.0-CURRENT/ I am sure I have done the same in the past. I recall going down the same path as you now, to restore the system. > I could download it from one machine here and stick it and mount in my messed up freebsd . > and I just checked that tar command still uses libcrypto and would work, unless I untar it already inside the pendrive and let it ready for copying over my actual corrupt /usr/src > > of could someone just please send me I don't know those two libs and ill see what happens? > Are they > > libcrypto.so.111 > libssl.so.111 (git is only complaining about it when I try to fetch pull (connection and stuff, so who knows) > > thanks a lot whoever could help me out here , > > thank you again > > Ivan > > > > De: owner-freebsd-current@FreeBSD.org Em nome de Ivan Quitschal > Enviada em: sábado, 13 de julho de 2024 22:05 > Para: freebsd-current@freebsd.org > Assunto: i made a mess (forgot the buildworld and installworld) > > Hi all > > I made a big mess here. Please lets see if you guys have any idea > > I did a > > make buildkernel > make installkernel > Then forgot the buildworld > > And went straight to > make delete-old > make delete-old-libs > > now not even git command, or ports or nothing because everything is missing on libraries, libssl to download any code with even wget for example > libcrypto.so.1111 for everything else obviously > but the OS is booting and I do have a shell god knows why > > so im not able so far to do any git pull or fetch to do the buildworld and then the installworld > > > any ideas please: will save my life > > thank you > > tzk