Casey
Are your server up? I keep getting this message
"Something wicked happened resolving 'fienix.servehttp.com:http' (-5 - No address associated with hostname)"
cheers
ace
Search found 237 matches
- Sun Feb 23, 2025 7:17 am
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: Fienix 6.0.1
- Replies: 116
- Views: 2503458
- Mon Mar 07, 2022 5:30 am
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: Fienix 5
- Replies: 25
- Views: 17566
Re: Fienix 5
Casey
Thanks and sorry for being a pain but:
Sources:
Do not modify this file; add additional repositories to "sources.list.d".
#Fienix
#Soar 3.0 - 4.0
deb http://fienix.servehttp.com/repos/fienix/soar/ soar-di main
deb http://fienix.servehttp.com/repos/fienix/soar/ soar-dh main
deb http://fienix ...
Thanks and sorry for being a pain but:
Sources:
Do not modify this file; add additional repositories to "sources.list.d".
#Fienix
#Soar 3.0 - 4.0
deb http://fienix.servehttp.com/repos/fienix/soar/ soar-di main
deb http://fienix.servehttp.com/repos/fienix/soar/ soar-dh main
deb http://fienix ...
- Sat Mar 05, 2022 1:31 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: Fienix 5
- Replies: 25
- Views: 17566
Re: Fienix 5
Casey
Are your repos up and running. I keep getting cannot reach ip address XXX XXXX
Cheers
ace
Are your repos up and running. I keep getting cannot reach ip address XXX XXXX
Cheers
ace
- Tue Oct 12, 2021 11:42 am
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: Kernel 5.15
- Replies: 62
- Views: 55308
Re: Kernel 5.15
Christian
5.15 RC5 up and running no issues. Thanks.
ace
5.15 RC5 up and running no issues. Thanks.
ace
- Mon Oct 04, 2021 9:22 am
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: Kernel 5.15
- Replies: 62
- Views: 55308
Re: Kernel 5.15
Christian
After finally sorting my issues 15RC4 up and running fine.
ace
After finally sorting my issues 15RC4 up and running fine.
ace
- Mon Aug 09, 2021 2:49 am
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: Kernel 5.14
- Replies: 82
- Views: 49574
Re: Kernel 5.14
Christian
I fluctuate between the label and block id most of the time. I get the same message no matter what method I use. the message seems to indicate it is still looking for a ramdisk. Funny why it boots to kernel image 5.7 but nothing else even though they are installed and available. I noticed ...
I fluctuate between the label and block id most of the time. I get the same message no matter what method I use. the message seems to indicate it is still looking for a ramdisk. Funny why it boots to kernel image 5.7 but nothing else even though they are installed and available. I noticed ...
- Sun Aug 08, 2021 5:14 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: Kernel 5.14
- Replies: 82
- Views: 49574
Re: Kernel 5.14
Christian
My bootargs (alternatives in brackets)
setenv bootargs root=LABEL=FIENIX
fatload mmc 0:1 1000000 uImage-5.7 (or uImage-5.10);fatload mmc 0:1 1c00000 cyrus_5020.dtb;fatoad mmc 0:1 2000000 uInitrd (or uInitrd-5.10 or uRamdisk)
bootm 1000000 2000000 1c00000
If I remove the uRamdisk or ...
My bootargs (alternatives in brackets)
setenv bootargs root=LABEL=FIENIX
fatload mmc 0:1 1000000 uImage-5.7 (or uImage-5.10);fatload mmc 0:1 1c00000 cyrus_5020.dtb;fatoad mmc 0:1 2000000 uInitrd (or uInitrd-5.10 or uRamdisk)
bootm 1000000 2000000 1c00000
If I remove the uRamdisk or ...
- Sun Aug 08, 2021 12:42 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: Kernel 5.14
- Replies: 82
- Views: 49574
Re: Kernel 5.14
Roland
Using a backup of Uinitrd-5.10 failed to boot. I got a message similar to the one below:
mount: mounting /dev/disk/by-uuid/***************************** on /root
failed: Invalid argument
mount: mounting /sys on /root/sys failed: No such file or directory
mount: mounting /dev on /root/dev ...
Using a backup of Uinitrd-5.10 failed to boot. I got a message similar to the one below:
mount: mounting /dev/disk/by-uuid/***************************** on /root
failed: Invalid argument
mount: mounting /sys on /root/sys failed: No such file or directory
mount: mounting /dev on /root/dev ...
- Sun Aug 08, 2021 12:02 pm
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: Kernel 5.14
- Replies: 82
- Views: 49574
Re: Kernel 5.14
Thanks Roland. My args are almost identical but I will try with an uinitrd-5.10 image.
cheers
ace
cheers
ace
- Sun Aug 08, 2021 9:14 am
- Forum: Platform: AmigaOne X5000 - Linux Only
- Topic: Kernel 5.14
- Replies: 82
- Views: 49574
Re: Kernel 5.14
I finally have my Linux systems up and running again on various partitions. In the past I tested new kernel versions by simply replacing the new version number in the bootargs and off course placing the .dtb, kernel and modules in the correct places. When doing this in the past I used a uRamdisk ...