Re: How to create /home BTRFS subvolume on a second disk during installation?

2023-07-28 Thread Erick Delgado



Enviado desde mi iPhone

> El jul. 27, 2023, a la(s) 09:18, Sarunas Burdulis 
>  escribió:
> 
> On 7/27/23 07:14, debian-u...@howorth.org.uk wrote:
>> [...]
>> Your image shows that you have three persistent partitions:
>> /dev/nvme2n1p1 - /boot/efi - vfat
>> /dev/nvme2n1p3 - / - btrfs
>> /dev/nvme1n1p1 - /home - btrfs
>> So that all looks like it's been created exactly as you wished.
>> The partitioning is not your problem.
>> I'm sorry but I don't know what might produce messages about HOME not
>> being found, or the reasons for that.
> > [...]
> 
> Home partition not being mounted, for example. A look at /etc/fstab might 
> help.
> 
> -- 
> Sarunas Burdulis
> Dartmouth Mathematics
> math.dartmouth.edu/~sarunas
> 
> · https://useplaintext.email ·
> 
I did check it out and still the same.
Does the installer create the subvolume or no?


Re: [OT] connect to Amazon AWS service

2023-07-28 Thread Jeffrey Walton
On Fri, Jul 28, 2023 at 12:01 PM Haines Brown  wrote:
>
> Sorry for a quetion not directly related to Debian, but where else
> to turn?
>
> I've used an on line validation servce to which I submit code. It
> terminated with the note that it has now become a web service on the
> Amazon EC2 Web Service. I registered for this cloud sercice, but have
> no idea how to access an instance created by someone else.

https://news.ycombinator.com/item?id=29685927

Jeff



Re: Is it possible to downgrade openssl?

2023-07-28 Thread Greg Wooledge
On Fri, Jul 28, 2023 at 09:10:08PM +0100, Brian wrote:
> On Fri 28 Jul 2023 at 16:04:10 -0400, Patrick Wiseman wrote:
> 
> > I have an AppImage from Creality which segfaults with a QT ssl error.
> > Googling tells me that the latest version of OpenSSL (3.x) omits some X509
> > functionality, which can be found in OpenSSL-1.1. (And someone reports that
> > installing it solves the problem.) But I can't find that package. Is there
> > any way to revert to an earlier version of OpenSSL? I'm on an up-to-date
> > bookworm system.
> 
> Install from https://snapshot.debian.org/.

Simply installing libssl1.1 is not going to change the dynamic libraries
used by installed programs.

ii  libssl1.0.2:amd64 1.0.2r-1~deb9u1  amd64Secure Sockets Layer 
toolkit - shared libraries
ii  libssl1.1:amd64   1.1.1n-0+deb11u4 amd64Secure Sockets Layer 
toolkit - shared libraries
ii  libssl1.1:i3861.1.1n-0+deb11u4 i386 Secure Sockets Layer 
toolkit - shared libraries
ii  libssl3:amd64 3.0.9-1  amd64Secure Sockets Layer 
toolkit - shared libraries
ii  libssl3:i386  3.0.9-1  i386 Secure Sockets Layer 
toolkit - shared libraries

If a program (e.g. /usr/bin/openssl) is dynamically linked against
libssl.so.3, then it's going to use libssl3, no matter how many older
versions of libssl with different sonames are installed.

If the issue is something like "libssl3 version 3.0.8-1 works, but
version 3.0.9-1 does not" then yeah, installing an older version of
libssl3 might work around the issue.



Re: Is it possible to downgrade openssl?

2023-07-28 Thread Patrick Wiseman
On Fri, Jul 28, 2023, 4:10 PM Brian  wrote:

> On Fri 28 Jul 2023 at 16:04:10 -0400, Patrick Wiseman wrote:
>
> > I have an AppImage from Creality which segfaults with a QT ssl error.
> > Googling tells me that the latest version of OpenSSL (3.x) omits some
> X509
> > functionality, which can be found in OpenSSL-1.1. (And someone reports
> that
> > installing it solves the problem.) But I can't find that package. Is
> there
> > any way to revert to an earlier version of OpenSSL? I'm on an up-to-date
> > bookworm system.
>
> Install from https://snapshot.debian.org/.
>

Thanks for the quick reply. I'll try that as soon as I get back to the box.

Patrick

>


Re: Is it possible to downgrade openssl?

2023-07-28 Thread Brian
On Fri 28 Jul 2023 at 16:04:10 -0400, Patrick Wiseman wrote:

> I have an AppImage from Creality which segfaults with a QT ssl error.
> Googling tells me that the latest version of OpenSSL (3.x) omits some X509
> functionality, which can be found in OpenSSL-1.1. (And someone reports that
> installing it solves the problem.) But I can't find that package. Is there
> any way to revert to an earlier version of OpenSSL? I'm on an up-to-date
> bookworm system.

Install from https://snapshot.debian.org/.

-- 
Brian.



Is it possible to downgrade openssl?

2023-07-28 Thread Patrick Wiseman
I have an AppImage from Creality which segfaults with a QT ssl error.
Googling tells me that the latest version of OpenSSL (3.x) omits some X509
functionality, which can be found in OpenSSL-1.1. (And someone reports that
installing it solves the problem.) But I can't find that package. Is there
any way to revert to an earlier version of OpenSSL? I'm on an up-to-date
bookworm system.

Thanks
Patrick


Re: [OT] connect to Amazon AWS service

2023-07-28 Thread Steve Sobol

On 2023-07-28 08:46, Haines Brown wrote:

Sorry for a quetion not directly related to Debian, but where else
to turn?

I've used an on line validation servce to which I submit code. It
terminated with the note that it has now become a web service on the
Amazon EC2 Web Service. I registered for this cloud sercice, but have
no idea how to access an instance created by someone else.


I'm not sure what you're asking. You don't have access to anyone else's 
AWS resources unless someone gives you access to theirs.




Re: [OT] connect to Amazon AWS service

2023-07-28 Thread James H. H. Lampert

On 7/28/23 8:46 AM, Haines Brown wrote:

I've used an on line validation servce to which I submit code. It
terminated with the note that it has now become a web service on the
Amazon EC2 Web Service. I registered for this cloud sercice, but have
no idea how to access an instance created by someone else.


Just because a service is hosted on an Amazon EC2 instance doesn't mean 
that having an account on AWS is necessary for access to it. Neither 
does it mean that having an account on AWS will automatically get you 
access to it. We offer a SAAS version of our CRM application, hosted on 
AWS; having an AWS account is neither a necessary condition for access 
to the product, nor a sufficient condition.


You probably need to contact the owner of the service for instructions 
on how to proceed.


--
JHHL



[OT] connect to Amazon AWS service

2023-07-28 Thread Haines Brown
Sorry for a quetion not directly related to Debian, but where else 
to turn?

I've used an on line validation servce to which I submit code. It 
terminated with the note that it has now become a web service on the 
Amazon EC2 Web Service. I registered for this cloud sercice, but have 
no idea how to access an instance created by someone else.

-- 

 Haines Brown