|
From: Sławek A. <sa...@wa...> - 2026-07-18 23:27:27
|
W dniu 18.07.2026 o 21:28, Sławomir Adamski pisze: > > Message: 1 > Date: Wed, 15 Jul 2026 00:55:46 +0200 > From: S?awek Adamski <sa...@wa...> > To: lea...@li... > Subject: [leaf-user] Problem with upgrade > Message-ID: <975...@wa...> > Content-Type: text/plain; charset=UTF-8; format=flowed > > Hello all, > > I have bootable USB. Version 7.5.1. I tried to do upgrade. Means: > > upgrade --release 7.5.3 > > and I got it: > > upgrade: WGET SSL functionality is missing, please install openssl.lrp > upgrade: abort check_wget_dependencies > > What I must change in configuration? > > > ------------------------------ > > Message: 3 > Date: Wed, 15 Jul 2026 10:12:18 +1000 > From: marko <le...@me...> > To: lea...@li... > Subject: Re: [leaf-user] Problem with upgrade > Message-ID: <2419014.ElGaqSPkdT@chambourcin> > Content-Type: text/plain; charset="UTF-8" > > use: apkg -l | grep ssl > to see if openssl is loaded > > to load openssl (check your device paths): > mount /dev/sda2 /mnt apkg -i /mnt/openssl.lrp > umount /mnt > > if you want to always load openssl, edit leaf.cfg and add the package. > > good luck, > marko Big thanks. I took three steps. Step number 1: apkg -l | grep ssl and I got it: libssl 3.5.2 Rev 1 uClibc 1.0.5 And I'm not Linux Man. I don't understood that. Never mind. Step number 2: mount /dev/sda1 /mnt apkg -i /mnt/openssl.lrp and I got it: openssl installed. Step number 3: umount /mnt upgrade --release 7.5.3 and I got it: upgrade: upgrading from 7.5.1 to 7.5.3 upgrade: Your system has insufficient temporary storage available for upgrade: upgrade to run successfully. Please check the size of your upgrade: /tmp file system and increase it to at least 58 MB upgrade: abort check_prerequisites: temporary storage size insufficient And I really don't know what to do with it. |