Re: iso from usb stick

2025-05-26 Thread Samuel Sieb
On 5/26/25 10:07 PM, ToddAndMargo via users wrote: On 5/26/25 9:45 PM, Samuel Sieb wrote: On 5/26/25 9:42 PM, ToddAndMargo via users wrote: On 5/26/25 8:55 PM, ToddAndMargo via users wrote: mkisofs -o /home/kvm/myImage.iso -R -J -input-charset utf-8 ./ CCCOMA_X64FRE_EN-US_DV9 File ./CCCOMA_X64

Re: iso from usb stick

2025-05-26 Thread ToddAndMargo via users
On 5/26/25 10:15 PM, Samuel Sieb wrote: On 5/26/25 10:07 PM, ToddAndMargo via users wrote: On 5/26/25 9:45 PM, Samuel Sieb wrote: On 5/26/25 9:42 PM, ToddAndMargo via users wrote: On 5/26/25 8:55 PM, ToddAndMargo via users wrote: mkisofs -o /home/kvm/myImage.iso -R -J -input-charset utf-8 ./

Re: iso from usb stick

2025-05-26 Thread ToddAndMargo via users
On 5/26/25 9:45 PM, Samuel Sieb wrote: On 5/26/25 9:42 PM, ToddAndMargo via users wrote: On 5/26/25 8:55 PM, ToddAndMargo via users wrote: mkisofs -o /home/kvm/myImage.iso -R -J -input-charset utf-8 ./ CCCOMA_X64FRE_EN-US_DV9 File ./CCCOMA_X64FRE_EN-US_DV9/sources/install.wim is larger than 4G

Re: iso from usb stick

2025-05-26 Thread ToddAndMargo via users
On 5/26/25 8:55 PM, ToddAndMargo via users wrote: mkisofs -o /home/kvm/myImage.iso -R -J -input-charset utf-8 ./ CCCOMA_X64FRE_EN-US_DV9 File ./CCCOMA_X64FRE_EN-US_DV9/sources/install.wim is larger than 4GiB-1. # mkisofs -V "W11 24H2 Rufus" -allow-limited-size -o /home/kvm/myImage.iso ./CCC

Re: iso from usb stick

2025-05-26 Thread Samuel Sieb
On 5/26/25 9:42 PM, ToddAndMargo via users wrote: On 5/26/25 8:55 PM, ToddAndMargo via users wrote: mkisofs -o /home/kvm/myImage.iso -R -J -input-charset utf-8 ./ CCCOMA_X64FRE_EN-US_DV9 File ./CCCOMA_X64FRE_EN-US_DV9/sources/install.wim is larger than 4GiB-1. # mkisofs -V "W11 24H2 Rufus" -

Re: iso from usb stick

2025-05-26 Thread ToddAndMargo via users
On 5/26/25 7:26 PM, ToddAndMargo via users wrote: Hi All, I have an Windows 11 ISO I burned to a 8GB USB stick.  The burning process removed a bunch of hardware silliness. The stick is only about 5BG used. Is there a way to make an ISO out of the stick and only get the used space (dd get every

iso from usb stick

2025-05-26 Thread ToddAndMargo via users
Hi All, I have an Windows 11 ISO I burned to a 8GB USB stick. The burning process removed a bunch of hardware silliness. The stick is only about 5BG used. Is there a way to make an ISO out of the stick and only get the used space (dd get everything)? Many thanks, -T -- __

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Samuel Sieb
On 5/26/25 9:44 AM, Michael D. Setzer II via users wrote: But running certbot run Saving debug log to /var/log/letsencrypt/letsencrypt.log Please enter the domain name(s) you would like on your certificate (comma and/or space separated) (Enter 'c' to cancel): setzco.dyndns.org Requesting a certif

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Barry
> On 26 May 2025, at 13:25, Tim via users wrote: > > Why so short? > The public web is moving to cert having a 47 day max lifetime. See https://www.digicert.com/blog/tls-certificate-lifetimes-will-officially-reduce-to-47-days that reports on change time line. Barry -- ___

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Samuel Sieb
On 5/26/25 4:10 AM, Michael D. Setzer II via users wrote: On 26 May 2025 at 11:49, Patrick O'Callaghan wrote: Subject:Re: How to setup certs for https access for Fedora 42? From: Patrick O'Callaghan To: users@lists.fedoraproject.org Date sen

Re: I try to install f42....

2025-05-26 Thread Samuel Sieb
On 5/26/25 12:28 PM, Peter Boy Uni wrote: On a UEFI boot system you need a dedicated EFI partition with a EFI file system (it has a dedicated partition id) because the system firmware looks for that id and the specific file system. even if there was enough space. Fedora currently needs grub2 to

Re: I try to install f42....

2025-05-26 Thread Peter Boy Uni
> Am 26.05.2025 um 19:24 schrieb François Patte : > > Le 26/05/2025 à 19:22, Barry a écrit : >> >> >>> On 26 May 2025, at 18:15, François Patte wrote: >>> >>> Why 2 boot partitions? On a UEFI boot system you need a dedicated EFI partition with a EFI file system (it has a dedicated partitio

Re: User setting problem

2025-05-26 Thread Will McDonald
On Mon, 26 May 2025 at 19:00, Robert McBroom via users < users@lists.fedoraproject.org> wrote: > When starting emacs I get the following message > > :~# > (emacs-gtk_x11:52661): dbind-WARNING **: 12:32:07.584: Couldn't connect > to accessibility bus: Failed to connect to socket > /run/user/1000/at

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Will McDonald
On Mon, 26 May 2025 at 20:05, bruce wrote: > if u have... > /etc/apache2/sites-available/.. there might be multiple conf files for > different weapp projects. these files woul have virtual host > configurations as well as alias directives for the webapps > I think /etc/apache2 is more Debian

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Jeffrey Walton
On Mon, May 26, 2025 at 8:25 AM Tim via users wrote: > > Samuel Sieb: > > > If you want a recognized certificate, you either have to buy one or you > > > can use certbot to get a free one from https://letsencrypt.org/. You > > > need to remember to renew it regularly. I think they're valid for 3

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread bruce
if u have... /etc/apache2/sites-available/.. there might be multiple conf files for different weapp projects. these files woul have virtual host configurations as well as alias directives for the webapps On Mon, May 26, 2025, 1:15 PM Barry wrote: > > > > On 26 May 2025, at 17:45, Michael D.

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Todd Zullinger
Charles Dennett wrote: > On 5/26/25 6:49 AM, Patrick O'Callaghan wrote: >> On Mon, 2025-05-26 at 00:23 -0700, Samuel Sieb wrote: >>> If you want a recognized certificate, you either have to buy one or you >>> can use certbot to get a free one from https://letsencrypt.org/.  You >>> need to remember

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Michael D. Setzer II via users
On 26 May 2025 at 7:12, Charles Dennett wrote: Date sent: Mon, 26 May 2025 07:12:44 -0400 Subject:Re: How to setup certs for https access for Fedora 42? To: users@lists.fedoraproject.org From: Charles Dennett Send reply to:

User setting problem

2025-05-26 Thread Robert McBroom via users
When starting emacs I get the following message :~# (emacs-gtk_x11:52661): dbind-WARNING**: 12:32:07.584: Couldn't connect to accessibility bus: Failed to connect to socket /run/user/1000/at-spi/bus_0: Connection refused What needs to be done to get the permissions correct? user xpq2 gid is 1

Re: I try to install f42....

2025-05-26 Thread François Patte
Le 26/05/2025 à 15:27, Peter Boy Uni a écrit : Am 26.05.2025 um 14:51 schrieb François Patte: Bonjour, I try to make a new install of f42. I want to install it on 2 drives using RAID1, say /dev/sda and /dev/sdb I define partitions /boot/efi, /, swap, /var When definning these partitions, I can

Re: I try to install f42....

2025-05-26 Thread François Patte
Le 26/05/2025 à 19:22, Barry a écrit : On 26 May 2025, at 18:15, François Patte wrote: Why 2 boot partitions? One for the UEFI bios to read files from. One for grub to read files from. But why my f40 install has only one /boot/efi partition? F.P. -- ___

Re: I try to install f42....

2025-05-26 Thread Barry
> On 26 May 2025, at 18:15, François Patte wrote: > > Why 2 boot partitions? One for the UEFI bios to read files from. One for grub to read files from. Barry -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Barry
> On 26 May 2025, at 17:45, Michael D. Setzer II via users > wrote: > > Not clear what they mean by Virtual Host? It’s a web server feature. You can have many virtual hosts on a physical host. For example I host two web sites using httpd on my cloud VM. Web search for httpd virtual host shou

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Michael D. Setzer II via users
On 26 May 2025 at 11:49, Patrick O'Callaghan wrote: Subject:Re: How to setup certs for https access for Fedora 42? From: Patrick O'Callaghan To: users@lists.fedoraproject.org Date sent: Mon, 26 May 2025 11:49:40 +0100 Send reply

Re: I try to install f42....

2025-05-26 Thread Sam Varshavchik
Marco Moock writes: Am 26.05.2025 um 11:28:10 Uhr schrieb Sam Varshavchik: > The trick is to create a version 1.0 RAID volume, where the RAID > superblock is at the end of the raw partition, and RAID-unaware bits > just see an ordinary partition, instead of the default version 1.1 > RAID where

Re: I try to install f42....

2025-05-26 Thread Sam Varshavchik
Marco Moock writes: Am 26.05.2025 um 14:51:23 Uhr schrieb François Patte: > At the end, I get this message: device RAID cannot be boot/efi, > device RAID cannot be swap, device RAID cannot be ext4... The EFI system partition must not be on LVM or mdadm RAID. The UEFI needs to be able to read i

Re: I try to install f42....

2025-05-26 Thread Marco Moock
Am 26.05.2025 um 11:28:10 Uhr schrieb Sam Varshavchik: > The trick is to create a version 1.0 RAID volume, where the RAID > superblock is at the end of the raw partition, and RAID-unaware bits > just see an ordinary partition, instead of the default version 1.1 > RAID where the RAID stuff is at th

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Mike Wright
On 26 May 2025 at 10:34, J.Witvliet--- via users wrote: Looked at Letsencrypt, but it wants to use domain with port 80, but my ISP blocks port 80 and 443, so run on ports 8081 and 8443. certbot allows these options: --http-01-port HTTP01_PORT Port used in the http-01 challenge. This only af

Re: I try to install f42....

2025-05-26 Thread Marco Moock
Am 26.05.2025 um 14:51:23 Uhr schrieb François Patte: > At the end, I get this message: device RAID cannot be boot/efi, > device RAID cannot be swap, device RAID cannot be ext4... The EFI system partition must not be on LVM or mdadm RAID. The UEFI needs to be able to read it. That means it needs

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Patrick O'Callaghan
On Mon, 2025-05-26 at 09:30 -0400, Todd Zullinger wrote: > > IIRC it's now down to 14 days, but certbot takes care of it > > automatically. > > I don't believe that is the case, but would be interested in > reading any documentation which states it that. I was sure I'd seen that but can't point t

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Patrick O'Callaghan
On Mon, 2025-05-26 at 21:55 +0930, Tim via users wrote: > Samuel Sieb: > > > If you want a recognized certificate, you either have to buy one or you > > > can use certbot to get a free one from https://letsencrypt.org/. You > > > need to remember to renew it regularly. I think they're valid for

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Todd Zullinger
Michael D. Setzer II via users wrote: > On 26 May 2025 at 11:49, Patrick O'Callaghan wrote: >> On Mon, 2025-05-26 at 00:23 -0700, Samuel Sieb wrote: >>> If you want a recognized certificate, you either have to buy one or you >>> can use certbot to get a free one from https://letsencrypt.org/.  You

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Todd Zullinger
Patrick O'Callaghan wrote: > On Mon, 2025-05-26 at 00:23 -0700, Samuel Sieb wrote: >> If you want a recognized certificate, you either have to buy one or you >> can use certbot to get a free one from https://letsencrypt.org/.  You >> need to remember to renew it regularly.  I think they're valid

Re: I try to install f42....

2025-05-26 Thread Peter Boy Uni
> Am 26.05.2025 um 14:51 schrieb François Patte : > > Bonjour, > I try to make a new install of f42. > I want to install it on 2 drives using RAID1, say /dev/sda and /dev/sdb > I define partitions /boot/efi, /, swap, /var > When definning these partitions, I can choose the type (RAID1), the for

I try to install f42....

2025-05-26 Thread François Patte
Bonjour, I try to make a new install of f42. I want to install it on 2 drives using RAID1, say /dev/sda and /dev/sdb I define partitions /boot/efi, /, swap, /var When definning these partitions, I can choose the type (RAID1), the format (boot/efi, swap, ext4) all seem ok BUT At the end, I

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Tim via users
Samuel Sieb: > > If you want a recognized certificate, you either have to buy one or you > > can use certbot to get a free one from https://letsencrypt.org/. You > > need to remember to renew it regularly. I think they're valid for 3 > > months at a time. That's what I use. Patrick O'Callagh

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Charles Dennett
On 5/26/25 6:49 AM, Patrick O'Callaghan wrote: On Mon, 2025-05-26 at 00:23 -0700, Samuel Sieb wrote: If you want a recognized certificate, you either have to buy one or you can use certbot to get a free one from https://letsencrypt.org/.  You need to remember to renew it regularly.  I think they

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Michael D. Setzer II via users
On 26 May 2025 at 10:34, J.Witvliet--- via users wrote: To: Subject:Re: How to setup certs for https access for Fedora 42? Date sent: Mon, 26 May 2025 10:34:07 + Send reply to: Community support for Fedora users From: "J.Witvliet--- via users" Copies to: j.witvl...

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Patrick O'Callaghan
On Mon, 2025-05-26 at 00:23 -0700, Samuel Sieb wrote: > If you want a recognized certificate, you either have to buy one or you > can use certbot to get a free one from https://letsencrypt.org/.  You > need to remember to renew it regularly.  I think they're valid for 3 > months at a time.  That

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread J.Witvliet--- via users
Either you use a external CA, a commercial or a community one, Or you create a CA yourself, and do the signing locally. You should not try a self-signed certificate. From: "Samuel Sieb" mailto:sam...@sieb.net>> Date: Monday, 26 May 2025 at 9:52:13 am To: "users@lists.fedoraproject.org" mailto:u

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Samuel Sieb
On 5/26/25 12:41 AM, J.Witvliet--- via users wrote: Or, add the Certificates from the CA (and subCAs) to the webserver. For testing purposes that should be enough. What CA? You need a signed certificate to avoid big browser warnings. -- ___ users ma

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread J.Witvliet--- via users
Or, add the Certificates from the CA (and subCAs) to the webserver. For testing purposes that should be enough. From: "Samuel Sieb" mailto:sam...@sieb.net>> Date: Monday, 26 May 2025 at 9:23:34 am To: "users@lists.fedoraproject.org" mailto:users@lists.fedoraproject.org>> Subject: Re: How to setu

Re: How to setup certs for https access for Fedora 42?

2025-05-26 Thread Samuel Sieb
On 5/26/25 12:18 AM, Michael D. Setzer II via users wrote: Have been running http on port 8081 for long time with no problem. Tried to do similar with 8443 for https, but would never get connection. ISP blocks port 80 and 443 to regular home machine. ISP did some changes, and I can now connect u

How to setup certs for https access for Fedora 42?

2025-05-26 Thread Michael D. Setzer II via users
Have been running http on port 8081 for long time with no problem. Tried to do similar with 8443 for https, but would never get connection. ISP blocks port 80 and 443 to regular home machine. ISP did some changes, and I can now connect using port 8443 that maps to port 443 on machine. Gives se