Fienix 6.0.1

AmigaOne X5000 platform specific issues related to Linux only.
User avatar
xeno74
Posts: 10701
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Fienix 6.0.1

Post by xeno74 »

xeno74 wrote: Tue Mar 14, 2023 1:02 pm
Roland wrote: Tue Mar 07, 2023 7:41 pm @Casey

Got it running finally! But I had to use an external disk unit as an intermediary: create a huge 20 GB partition, copy the diskimage there, shrink the partition to a decent size and then copy it to my main HD. The original partition size was indeed left too high! You should really correct that in future disk images...;)
Hi All,

I had the same problem with the new Fienix noboot disk image. I figured out a fast and small solution. With increasing the disk image with qemu-img you can fix the issue. :-)

Code: Select all

qemu-img resize fienix_6.0.1-noboot-r1.img +10G

Code: Select all

fsck.ext4 fienix_6.0.1-noboot-r1.img
Image

Cheers,
Christian
xeno74 wrote: Fri Mar 17, 2023 12:40 pm Screenshot:

Image
I tested the Fienix noboot disk image today and there is an entry with a bigger size than the disk image is in the superblock so it can’t boot from the disk image directly.

Solution:

Code: Select all

qemu-img resize fienix_6.0.1-noboot-r1.img +10G
User avatar
caseycullen
Posts: 528
Joined: Sat Dec 17, 2016 7:12 am
Location: Madison, WI USA
Contact:

Re: Fienix 6.0.1

Post by caseycullen »

caseycullen wrote: Wed Mar 13, 2024 3:45 pm
Roland wrote: Tue Mar 12, 2024 8:21 pm Thanks! I tested greybird, but it caused the same issue with disappearing/reappearing desktop icons as Adwaita!?
Ah, I wasn't aware before, but after looking into it, it looks like greybird is rebased on Adwaita, which likely explains the reoccurring issue.
Thanks for testing!
Hey Roland - Sorry I didn't get back to you about this! Unfortunately this really seems like a mystery. I wasn't able to replicate your issues using a variety of themes or the Adwaita controls. If you haven't already, you might want to try installing the mate-themes package and see if BlueMenta works for you.
User avatar
xeno74
Posts: 10701
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Fienix 6.0.1

Post by xeno74 »

Hi Casey,

It seems there is an issue with the Filezilla package.

Further information: X1000 Linux forum

Could you please check the Filezilla package?

Thanks,
Christian
User avatar
caseycullen
Posts: 528
Joined: Sat Dec 17, 2016 7:12 am
Location: Madison, WI USA
Contact:

Re: Fienix 6.0.1

Post by caseycullen »

xeno74 wrote: Mon Jun 03, 2024 7:37 pm Hi Casey,

It seems there is an issue with the Filezilla package.

Further information: X1000 Linux forum

Could you please check the Filezilla package?

Thanks,
Christian
A few packages in "evo-testing" were broken due to an interrupted repository update. I thought I had fixed everything but I must have missed this. I'll try to correct it tonight, but they can also install by temporarily disabling the "evo-testing" repositories.
User avatar
Hypex
Beta Tester
Beta Tester
Posts: 909
Joined: Mon Dec 20, 2010 2:23 pm
Location: Vic. Australia.

Re: Fienix 6.0.1

Post by Hypex »

caseycullen wrote: Wed Jun 05, 2024 4:59 pm A few packages in "evo-testing" were broken due to an interrupted repository update. I thought I had fixed everything but I must have missed this. I'll try to correct it tonight, but they can also install by temporarily disabling the "evo-testing" repositories.
Is this fixed now? An apt-get update is very short. And according to my dpkg lists the additional repo is missing a list? :-?

Code: Select all

     
fienix@fienix:~$ ls /var/lib/apt/lists/
auxfiles
fienix.servehttp.com_fienix_evo_dists_evo_InRelease
fienix.servehttp.com_fienix_evo_dists_evo_main_binary-powerpc_Packages
fienix.servehttp.com_fienix_evo_dists_evo_not-foss_binary-powerpc_Packages
fienix.servehttp.com_fienix_evo-testing_dists_evo-testing_InRelease
fienix.servehttp.com_fienix_evo-testing_dists_evo-testing_main_binary-powerpc_Packages
fienix.servehttp.com_fienix_evo-testing_dists_evo-testing_not-foss_binary-powerpc_Packages
lock
partial
User avatar
caseycullen
Posts: 528
Joined: Sat Dec 17, 2016 7:12 am
Location: Madison, WI USA
Contact:

Re: Fienix 6.0.1

Post by caseycullen »

What is the error you're getting about a missing list? The code snip you copied doesn't show anything is wrong.
Hypex wrote: Sat Nov 30, 2024 4:11 pm
caseycullen wrote: Wed Jun 05, 2024 4:59 pm A few packages in "evo-testing" were broken due to an interrupted repository update. I thought I had fixed everything but I must have missed this. I'll try to correct it tonight, but they can also install by temporarily disabling the "evo-testing" repositories.
Is this fixed now? An apt-get update is very short. And according to my dpkg lists the additional repo is missing a list? :-?

Code: Select all

     
fienix@fienix:~$ ls /var/lib/apt/lists/
auxfiles
fienix.servehttp.com_fienix_evo_dists_evo_InRelease
fienix.servehttp.com_fienix_evo_dists_evo_main_binary-powerpc_Packages
fienix.servehttp.com_fienix_evo_dists_evo_not-foss_binary-powerpc_Packages
fienix.servehttp.com_fienix_evo-testing_dists_evo-testing_InRelease
fienix.servehttp.com_fienix_evo-testing_dists_evo-testing_main_binary-powerpc_Packages
fienix.servehttp.com_fienix_evo-testing_dists_evo-testing_not-foss_binary-powerpc_Packages
lock
partial
User avatar
Hypex
Beta Tester
Beta Tester
Posts: 909
Joined: Mon Dec 20, 2010 2:23 pm
Location: Vic. Australia.

Re: Fienix 6.0.1

Post by Hypex »

caseycullen wrote: Mon Dec 02, 2024 10:49 pm What is the error you're getting about a missing list? The code snip you copied doesn't show anything is wrong.
I don't get any error from apt-get update. This completes without errors:

Code: Select all

$ sudo apt-get update 
Hit:1 http://fienix.servehttp.com/fienix/evo evo InRelease
Hit:2 http://fienix.servehttp.com/fienix/evo-testing evo-testing InRelease
Reading package lists... Done
It is rather quick to download and only has a couple of hits. However the sources.list contains this:

Code: Select all

$ cat /etc/apt/sources.list
#Do not modify this file; add additional repositories to "sources.list.d".

# Fienix 6.0.1 "Evo"
deb http://fienix.servehttp.com/fienix/evo/ evo main 
deb http://fienix.servehttp.com/fienix/evo/ evo additional 
deb http://fienix.servehttp.com/fienix/evo/ evo not-foss 

# Fienix 6.0.1 Testing "Evo-Testing"
deb http://fienix.servehttp.com/fienix/evo-testing/ evo-testing main  
deb http://fienix.servehttp.com/fienix/evo-testing/ evo-testing additional  
deb http://fienix.servehttp.com/fienix/evo-testing/ evo-testing not-foss  
Which implies additional packages would be downloaded. I don't know how your setup is organized. But I expected these lists to be downloaded into /var/lib/apt/lists/ for additional packages and they aren't there:

Code: Select all

fienix.servehttp.com_fienix_evo_dists_evo_additional_binary-powerpc_Packages
fienix.servehttp.com_fienix_evo-testing_dists_evo-testing_additional_binary-powerpc_Packages
However I cannot update and I do get an error trying to update packages:

Code: Select all

$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  accountsservice acl alsa-utils appmenu-gtk2-module apt apt-utils aspell atril avahi-daemon avahi-utils blueman bsdextrautils caja caja-common cpp cpp-12 cups cups-client
  cups-core-drivers cups-daemon cups-filters cups-filters-core-drivers cups-ipp-utils dconf-cli dconf-gsettings-backend dconf-service device-tree-compiler dpkg-dev e2fsprogs fakeroot file
  fuse3 g++ g++-12 gcc-10-base gcc-12
0 upgraded, 0 newly installed, 0 to remove and 36 not upgraded.

$ sudo apt-get install caja
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 caja : Depends: libcaja-extension1 (= 1.26.3-1) but 1.26.1-1 is to be installed
E: Unable to correct problems, you have held broken packages.
:-?
User avatar
caseycullen
Posts: 528
Joined: Sat Dec 17, 2016 7:12 am
Location: Madison, WI USA
Contact:

Re: Fienix 6.0.1

Post by caseycullen »

Hypex wrote: Tue Dec 03, 2024 3:11 pm
caseycullen wrote: Mon Dec 02, 2024 10:49 pm What is the error you're getting about a missing list? The code snip you copied doesn't show anything is wrong.
I don't get any error from apt-get update. This completes without errors:

Code: Select all

$ sudo apt-get update 
Hit:1 http://fienix.servehttp.com/fienix/evo evo InRelease
Hit:2 http://fienix.servehttp.com/fienix/evo-testing evo-testing InRelease
Reading package lists... Done
It is rather quick to download and only has a couple of hits. However the sources.list contains this:

Code: Select all

$ cat /etc/apt/sources.list
#Do not modify this file; add additional repositories to "sources.list.d".

# Fienix 6.0.1 "Evo"
deb http://fienix.servehttp.com/fienix/evo/ evo main 
deb http://fienix.servehttp.com/fienix/evo/ evo additional 
deb http://fienix.servehttp.com/fienix/evo/ evo not-foss 

# Fienix 6.0.1 Testing "Evo-Testing"
deb http://fienix.servehttp.com/fienix/evo-testing/ evo-testing main  
deb http://fienix.servehttp.com/fienix/evo-testing/ evo-testing additional  
deb http://fienix.servehttp.com/fienix/evo-testing/ evo-testing not-foss  
Which implies additional packages would be downloaded. I don't know how your setup is organized. But I expected these lists to be downloaded into /var/lib/apt/lists/ for additional packages and they aren't there:

Code: Select all

fienix.servehttp.com_fienix_evo_dists_evo_additional_binary-powerpc_Packages
fienix.servehttp.com_fienix_evo-testing_dists_evo-testing_additional_binary-powerpc_Packages
However I cannot update and I do get an error trying to update packages:

Code: Select all

$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  accountsservice acl alsa-utils appmenu-gtk2-module apt apt-utils aspell atril avahi-daemon avahi-utils blueman bsdextrautils caja caja-common cpp cpp-12 cups cups-client
  cups-core-drivers cups-daemon cups-filters cups-filters-core-drivers cups-ipp-utils dconf-cli dconf-gsettings-backend dconf-service device-tree-compiler dpkg-dev e2fsprogs fakeroot file
  fuse3 g++ g++-12 gcc-10-base gcc-12
0 upgraded, 0 newly installed, 0 to remove and 36 not upgraded.

$ sudo apt-get install caja
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 caja : Depends: libcaja-extension1 (= 1.26.3-1) but 1.26.1-1 is to be installed
E: Unable to correct problems, you have held broken packages.
:-?
hmm... your sources.list looks good, so I'm not sure what is causing this problem.

When you run apt-get update, you should see:

Code: Select all

root@fienix:~# apt-get update
Get:1 http://fienix.servehttp.com/fienix/evo evo InRelease [5,247 B]
Get:2 http://fienix.servehttp.com/fienix/evo-testing evo-testing InRelease [5,273 B]
Get:3 http://fienix.servehttp.com/fienix/evo evo/main powerpc Packages [2,849 kB]
Get:4 http://fienix.servehttp.com/fienix/evo evo/not-foss powerpc Packages [21.1 kB]
Get:5 http://fienix.servehttp.com/fienix/evo-testing evo-testing/main powerpc Packages [3,169 kB]
Get:6 http://fienix.servehttp.com/fienix/evo-testing evo-testing/not-foss powerpc Packages [23.7 kB]
Fetched 6,073 kB in 2s (2,459 kB/s)                        
Reading package lists... Done
In /var/lib/apt/lists, you should see:

Code: Select all

root@fienix:~# ls /var/lib/apt/lists
auxfiles
fienix.servehttp.com_fienix_evo_dists_evo_InRelease
fienix.servehttp.com_fienix_evo_dists_evo_main_binary-powerpc_Packages
fienix.servehttp.com_fienix_evo_dists_evo_not-foss_binary-powerpc_Packages
fienix.servehttp.com_fienix_evo-testing_dists_evo-testing_InRelease
fienix.servehttp.com_fienix_evo-testing_dists_evo-testing_main_binary-powerpc_Packages
fienix.servehttp.com_fienix_evo-testing_dists_evo-testing_not-foss_binary-powerpc_Packages
lock
partial
The server had an unexpected power outage when I was in the middle of updating evo-testing, which caused havoc with a lot of packages, but the issue you're experiencing seems to be more than just that. I'm 80% done with building the repository for 6.1, which is actually much easier than trying to dig through the mess that evo-testing is in right now. You can try to see if disabling the evo-testing repository entries in sources.list helps (by placing a # at the beginning of each evo-testing line).
User avatar
Hypex
Beta Tester
Beta Tester
Posts: 909
Joined: Mon Dec 20, 2010 2:23 pm
Location: Vic. Australia.

Re: Fienix 6.0.1

Post by Hypex »

caseycullen wrote: Tue Dec 10, 2024 1:59 am When you run apt-get update, you should see:

Code: Select all

root@fienix:~# apt-get update
Get:1 http://fienix.servehttp.com/fienix/evo evo InRelease [5,247 B]
Get:2 http://fienix.servehttp.com/fienix/evo-testing evo-testing InRelease [5,273 B]
Get:3 http://fienix.servehttp.com/fienix/evo evo/main powerpc Packages [2,849 kB]
Get:4 http://fienix.servehttp.com/fienix/evo evo/not-foss powerpc Packages [21.1 kB]
Get:5 http://fienix.servehttp.com/fienix/evo-testing evo-testing/main powerpc Packages [3,169 kB]
Get:6 http://fienix.servehttp.com/fienix/evo-testing evo-testing/not-foss powerpc Packages [23.7 kB]
Fetched 6,073 kB in 2s (2,459 kB/s)                        
Reading package lists... Done
I only get two hits. A Hit 1 and 2 with no Get.
The server had an unexpected power outage when I was in the middle of updating evo-testing, which caused havoc with a lot of packages, but the issue you're experiencing seems to be more than just that. I'm 80% done with building the repository for 6.1, which is actually much easier than trying to dig through the mess that evo-testing is in right now. You can try to see if disabling the evo-testing repository entries in sources.list helps (by placing a # at the beginning of each evo-testing line).
So I tried disabling testing. That gave me one Get and no Hit.

Code: Select all

fienix@fienix:~$ sudo nano /etc/apt/sources.list
fienix@fienix:~$ sudo apt update
Hit:1 http://fienix.servehttp.com/fienix/evo evo InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
fienix@fienix:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
fienix@fienix:~$ sudo apt list --upgradable
Listing... Done
I then reversed it. Disabled main and kept testing! It looked better. :-P

Code: Select all

fienix@fienix:~$ sudo nano /etc/apt/sources.list
fienix@fienix:~$ sudo apt update
Get:1 http://fienix.servehttp.com/fienix/evo-testing evo-testing InRelease [5,273 B]
Get:2 http://fienix.servehttp.com/fienix/evo-testing evo-testing/main powerpc Packages [3,169 kB]
Get:3 http://fienix.servehttp.com/fienix/evo-testing evo-testing/not-foss powerpc Packages [23.7 kB]
Fetched 3,198 kB in 6s (510 kB/s)                                                                                                         
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
36 packages can be upgraded. Run 'apt list --upgradable' to see them.
So then enabled all again:

Code: Select all

fienix@fienix:~$ sudo nano /etc/apt/sources.list
fienix@fienix:~$ sudo apt update
Get:1 http://fienix.servehttp.com/fienix/evo evo InRelease [5,247 B]
Hit:2 http://fienix.servehttp.com/fienix/evo-testing evo-testing InRelease
Get:3 http://fienix.servehttp.com/fienix/evo evo/main powerpc Packages [2,849 kB]
Get:4 http://fienix.servehttp.com/fienix/evo evo/not-foss powerpc Packages [21.1 kB]
Fetched 2,875 kB in 6s (464 kB/s)                                                                                                         
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
36 packages can be upgraded. Run 'apt list --upgradable' to see them.
fienix@fienix:~$ ls /var/lib/apt/lists -l
total 21440
drwxr-xr-x 2 _apt root     4096 Feb 24  2023 auxfiles
-rw-r--r-- 1 root root     5247 Apr  3  2024 fienix.servehttp.com_fienix_evo_dists_evo_InRelease
-rw-r--r-- 1 root root 10265707 Apr  3  2024 fienix.servehttp.com_fienix_evo_dists_evo_main_binary-powerpc_Packages
-rw-r--r-- 1 root root    83344 Apr  3  2024 fienix.servehttp.com_fienix_evo_dists_evo_not-foss_binary-powerpc_Packages
-rw-r--r-- 1 root root     5273 Oct 23 12:46 fienix.servehttp.com_fienix_evo-testing_dists_evo-testing_InRelease
-rw-r--r-- 1 root root 11479023 Oct 23 12:44 fienix.servehttp.com_fienix_evo-testing_dists_evo-testing_main_binary-powerpc_Packages
-rw-r--r-- 1 root root    92560 Nov  4  2023 fienix.servehttp.com_fienix_evo-testing_dists_evo-testing_not-foss_binary-powerpc_Packages
-rw-r----- 1 root root        0 Feb 24  2023 lock
drwx------ 2 _apt root     4096 Dec 15 02:05 partial
Looks like I have all package lists but my packages are still held back. Held back from what? What is it not telling me?
User avatar
caseycullen
Posts: 528
Joined: Sat Dec 17, 2016 7:12 am
Location: Madison, WI USA
Contact:

Re: Fienix 6.0.1

Post by caseycullen »

Hypex wrote: Sat Dec 14, 2024 4:16 pm
caseycullen wrote: Tue Dec 10, 2024 1:59 am When you run apt-get update, you should see:

Code: Select all

root@fienix:~# apt-get update
Get:1 http://fienix.servehttp.com/fienix/evo evo InRelease [5,247 B]
Get:2 http://fienix.servehttp.com/fienix/evo-testing evo-testing InRelease [5,273 B]
Get:3 http://fienix.servehttp.com/fienix/evo evo/main powerpc Packages [2,849 kB]
Get:4 http://fienix.servehttp.com/fienix/evo evo/not-foss powerpc Packages [21.1 kB]
Get:5 http://fienix.servehttp.com/fienix/evo-testing evo-testing/main powerpc Packages [3,169 kB]
Get:6 http://fienix.servehttp.com/fienix/evo-testing evo-testing/not-foss powerpc Packages [23.7 kB]
Fetched 6,073 kB in 2s (2,459 kB/s)                        
Reading package lists... Done
I only get two hits. A Hit 1 and 2 with no Get.
The server had an unexpected power outage when I was in the middle of updating evo-testing, which caused havoc with a lot of packages, but the issue you're experiencing seems to be more than just that. I'm 80% done with building the repository for 6.1, which is actually much easier than trying to dig through the mess that evo-testing is in right now. You can try to see if disabling the evo-testing repository entries in sources.list helps (by placing a # at the beginning of each evo-testing line).
So I tried disabling testing. That gave me one Get and no Hit.

Code: Select all

fienix@fienix:~$ sudo nano /etc/apt/sources.list
fienix@fienix:~$ sudo apt update
Hit:1 http://fienix.servehttp.com/fienix/evo evo InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
fienix@fienix:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
fienix@fienix:~$ sudo apt list --upgradable
Listing... Done
I then reversed it. Disabled main and kept testing! It looked better. :-P

Code: Select all

fienix@fienix:~$ sudo nano /etc/apt/sources.list
fienix@fienix:~$ sudo apt update
Get:1 http://fienix.servehttp.com/fienix/evo-testing evo-testing InRelease [5,273 B]
Get:2 http://fienix.servehttp.com/fienix/evo-testing evo-testing/main powerpc Packages [3,169 kB]
Get:3 http://fienix.servehttp.com/fienix/evo-testing evo-testing/not-foss powerpc Packages [23.7 kB]
Fetched 3,198 kB in 6s (510 kB/s)                                                                                                         
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
36 packages can be upgraded. Run 'apt list --upgradable' to see them.
So then enabled all again:

Code: Select all

fienix@fienix:~$ sudo nano /etc/apt/sources.list
fienix@fienix:~$ sudo apt update
Get:1 http://fienix.servehttp.com/fienix/evo evo InRelease [5,247 B]
Hit:2 http://fienix.servehttp.com/fienix/evo-testing evo-testing InRelease
Get:3 http://fienix.servehttp.com/fienix/evo evo/main powerpc Packages [2,849 kB]
Get:4 http://fienix.servehttp.com/fienix/evo evo/not-foss powerpc Packages [21.1 kB]
Fetched 2,875 kB in 6s (464 kB/s)                                                                                                         
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
36 packages can be upgraded. Run 'apt list --upgradable' to see them.
fienix@fienix:~$ ls /var/lib/apt/lists -l
total 21440
drwxr-xr-x 2 _apt root     4096 Feb 24  2023 auxfiles
-rw-r--r-- 1 root root     5247 Apr  3  2024 fienix.servehttp.com_fienix_evo_dists_evo_InRelease
-rw-r--r-- 1 root root 10265707 Apr  3  2024 fienix.servehttp.com_fienix_evo_dists_evo_main_binary-powerpc_Packages
-rw-r--r-- 1 root root    83344 Apr  3  2024 fienix.servehttp.com_fienix_evo_dists_evo_not-foss_binary-powerpc_Packages
-rw-r--r-- 1 root root     5273 Oct 23 12:46 fienix.servehttp.com_fienix_evo-testing_dists_evo-testing_InRelease
-rw-r--r-- 1 root root 11479023 Oct 23 12:44 fienix.servehttp.com_fienix_evo-testing_dists_evo-testing_main_binary-powerpc_Packages
-rw-r--r-- 1 root root    92560 Nov  4  2023 fienix.servehttp.com_fienix_evo-testing_dists_evo-testing_not-foss_binary-powerpc_Packages
-rw-r----- 1 root root        0 Feb 24  2023 lock
drwx------ 2 _apt root     4096 Dec 15 02:05 partial
Looks like I have all package lists but my packages are still held back. Held back from what? What is it not telling me?
A held back package just means that a package installed on your system has a more recent version available, but it isn't being updated due to having unmet dependencies.
Post Reply