Re: Silverblue 40 testing - just minor issues

2024-03-26 Thread Sumantro Mukherjee
Hey!

This is a good insight, you might wanna record this as part of Toolbx test
day happening now https://testdays.fedoraproject.org/events/181

On Wed, Mar 27, 2024 at 6:39 AM Adam Williamson 
wrote:

> On Wed, 2024-03-27 at 00:42 +, zn...@znmeb.net wrote:
> > OK - it's fixed. I switched images to "
> registry.fedoraproject.org/fedora-toolbox:40" and it works. P.S.: you
> might want to talk to the Distrobox maintainers about getting the Fedora 40
> images into the `distrobox create -C` listing.
>
> There is also https://quay.io/repository/fedora/fedora-toolbox , which
> should always contain the same as registry.fp.o/fedora-toolbox (they
> are synced by the same script). it seems the 'toolbx-images' repository
> is from https://github.com/toolbx-images/images , which is not under
> our control.
>
> Your MAC address issue is a feature:
> https://fedoraproject.org/wiki/Changes/StableSSIDMACAddress
> --
> Adam Williamson (he/him/his)
> Fedora QA
> Fedora Chat: @adamwill:fedora.im | Mastodon: @ad...@fosstodon.org
> https://www.happyassassin.net
>
>
>
> --
> ___
> test mailing list -- test@lists.fedoraproject.org
> To unsubscribe send an email to test-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org
> Do not reply to spam, report it:
> https://pagure.io/fedora-infrastructure/new_issue
>


-- 
//sumantro
Fedora QE
TRIED AND PERSONALLY TESTED, ERGO TRUSTED 
--
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Silverblue 40 testing - just minor issues

2024-03-26 Thread Adam Williamson
On Wed, 2024-03-27 at 00:42 +, zn...@znmeb.net wrote:
> OK - it's fixed. I switched images to 
> "registry.fedoraproject.org/fedora-toolbox:40" and it works. P.S.: you might 
> want to talk to the Distrobox maintainers about getting the Fedora 40 images 
> into the `distrobox create -C` listing.

There is also https://quay.io/repository/fedora/fedora-toolbox , which
should always contain the same as registry.fp.o/fedora-toolbox (they
are synced by the same script). it seems the 'toolbx-images' repository
is from https://github.com/toolbx-images/images , which is not under
our control.

Your MAC address issue is a feature:
https://fedoraproject.org/wiki/Changes/StableSSIDMACAddress
-- 
Adam Williamson (he/him/his)
Fedora QA
Fedora Chat: @adamwill:fedora.im | Mastodon: @ad...@fosstodon.org
https://www.happyassassin.net



--
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Silverblue 40 testing - just minor issues

2024-03-26 Thread znmeb
OK - it's fixed. I switched images to 
"registry.fedoraproject.org/fedora-toolbox:40" and it works. P.S.: you might 
want to talk to the Distrobox maintainers about getting the Fedora 40 images 
into the `distrobox create -C` listing.
--
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Re: Silverblue 40 testing - just minor issues

2024-03-26 Thread znmeb
A little more info on the second issue: The Distrobox command that built it is

```
distrobox create \
  --image quay.io/toolbx-images/fedora-toolbox:40 \
  --name Fedora40 \
  --home $HOME/Fedora40Distrobox \
  --init \
  --additional-packages \
"systemd git git-lfs mlocate time tree vim zsh zsh-autosuggestions 
zsh-lovers zsh-syntax-highlighting" \
  --nvidia
```

These are the repositories:

```
$ ls -al /etc/yum.repos.d/
total 32
drwxr-xr-x. 1 root   root334 Feb 13 00:00 .
drwxr-xr-x. 1 root   root   2972 Mar 26 23:49 ..
-rw-r--r--. 1 root   root   1102 Feb 13 00:00 fedora-cisco-openh264.repo
-rw-r--r--. 1 root   root   2203 Feb 13 00:00 fedora-rawhide.repo
-rw-r--r--. 1 root   root   1239 Feb 13 00:00 fedora.repo
-rw-r--r--. 1 root   root   1286 Feb 13 00:00 fedora-updates.repo
-rw-r--r--. 1 root   root   1344 Feb 13 00:00 fedora-updates-testing.repo
-rw-r--r--. 1 nobody nobody  597 Feb 27 04:33 nvidia-container-toolkit.repo
-rw-r--r--. 1 nobody nobody 1487 Feb 20 03:16 
rpmfusion-nonfree-nvidia-driver.repo
```

Should the "rawhide" repository be there? I haven't tried other images yet - 
that's next.
--
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue


Silverblue 40 testing - just minor issues

2024-03-26 Thread znmeb
I've got Silverblue 40 running on my Acer Nitro 5 and there are only minor 
issues so far. The rebase process was flawless. Issues:

1. For some reason, the WiFi adapter MAC address changed. I haven't dug into 
the settings so I don't know if there's a default setting to generate random 
MAC addresses.
2. The "dnf upgrade" on a Fedora 40 distrobox container is erroring:

```
sudo dnf upgrade -y
Last metadata expiration check: 0:10:09 ago on Tue 26 Mar 2024 11:23:24 PM UTC.
Dependencies resolved.

 Package  Architecture Version  
Repository Size

Upgrading:
 filesystem   x86_64   3.18-8.fc40  
rawhide   1.1 M
 setupnoarch   2.14.5-2.fc40
rawhide   155 k

Transaction Summary

Upgrade  2 Packages

Total download size: 1.2 M
Downloading Packages:
(1/2): setup-2.14.5-2.fc40.noarch.rpm   
2.9 MB/s | 155 kB 00:00
(2/2): filesystem-3.18-8.fc40.x86_64.rpm
 15 MB/s | 1.1 MB 00:00

Total   
2.1 MB/s | 1.2 MB 00:00 
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Running scriptlet: filesystem-3.18-8.fc40.x86_64  
1/1 
  Preparing:
1/1 
  Upgrading: setup-2.14.5-2.fc40.noarch 
1/4 
Error unpacking rpm package setup-2.14.5-2.fc40.noarch
  Upgrading: filesystem-3.18-8.fc40.x86_64  
2/4 
error: unpacking of archive failed on file /etc/host.conf: cpio: chown failed - 
Device or resource busy
error: setup-2.14.5-2.fc40.noarch: install failed

Error unpacking rpm package filesystem-3.18-8.fc40.x86_64

Failed:
  filesystem-3.18-6.fc39.x86_64  filesystem-3.18-8.fc40.x86_64  
setup-2.14.5-1.fc40.noarch  setup-2.14.5-2.fc40.noarch 

Error: Transaction failed
```
--
___
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue