Bug 2406677

Summary: WebUI: Connection has timed out.
Product: [Fedora] Fedora Reporter: Andre Robatino <robatino>
Component: anacondaAssignee: anaconda-maint
Status: NEW --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 43CC: a.badger, alpha, anaconda-maint, bugzilla, kkoukiou, w
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
/tmp/journal.log
none
/tmp/anaconda-webui.log none

Description Andre Robatino 2025-10-28 01:36:28 UTC
Created attachment 2111072 [details]
/tmp/journal.log

Installer WebUI Critical Error:
Connection has timed out.

Please attach the log file /tmp/journal.log to the issue.

---[ System & Environment Information ]---
OS: Fedora Linux 43 (Workstation Edition)
Anaconda version: 43.44
Anaconda UI version: 53.14.g7ea927aa

Comment 1 Andre Robatino 2025-10-28 01:37:41 UTC
Created attachment 2111073 [details]
/tmp/anaconda-webui.log

Comment 2 Andre Robatino 2025-10-28 01:45:23 UTC
This was a reinstall of F43 on a machine where I had already done a F43 install which failed near the end. I tried the trick of deleting the /var/lib/machines subvolume before installation but it didn't help. After the last install, I at least had a 2 GiB /boot and the machine seemed perfectly functional so hopefully I won't be any worse off this time. I've had the same type of trouble on 3 of my machines, the only thing they have in common is that they're old and slow. The only two fully successful installs were on the newest machine which is a Lenovo X131e from 2013, and even on that machine, most attempts failed.

Comment 3 Andre Robatino 2025-10-28 02:22:48 UTC
Also see my comments 13-16 in https://bugzilla.redhat.com/show_bug.cgi?id=2406198 . I initially thought this was related but the fix for that (deleting /var/lib/machines before install) doesn't work here. I haven't noticed any issues with the mostly updated machines, though. I'm mostly concerned with data corruption so would like to know if that's possible or what other issues might arise.

Comment 4 Andre Robatino 2025-10-28 02:36:25 UTC
Should note that in most of my previous attempts, I never got an explicit crash, I just noted that nothing was happening (except for the progress circle continuing to spin, but no significant processes were running), gave up and rebooted into an apparently working system. I eventually figured out that I could trigger a crash by clicking on the Storage Editor button in the upper right, that wakes it up enough to realize that it's failed.

Comment 5 Chris Murphy 2025-10-28 05:27:33 UTC
Are there other nested volumes? It's not common but some container managers use btrfs subvolumes.

# btrfs sub list /path/to/mountpoint

>I'm mostly concerned with data corruption so would like to know if that's possible or what other issues might arise.

Low likelihood of data corruption. Potential for out of order writes if the drive is not consistently honoring FLUSH or FUA commands, AND if there's a crash or power fail. This tends to result in boot failure following the crash, and we have all kinds of bad UX for this scenario. Best to discuss offline.

Comment 6 Andre Robatino 2025-10-28 05:40:37 UTC
(In reply to Chris Murphy from comment #5)
> Are there other nested volumes? It's not common but some container managers
> use btrfs subvolumes.
> 
> # btrfs sub list /path/to/mountpoint

I know almost nothing about btrfs so wouldn't know how to create additional volumes, I'm just using what's generated by a clean install in a dual-boot system with Windows on sda1 and sda2 (except I deleted /var/lib/machines before the latest attempt associated with this bug). I saw nothing else nested when I used the Storage Editor. And a quick check on the machine I'm currently using, which has identical partitioning, shows nothing other than root/var/lib/machines which I deleted on the other one.