openSUSE Tumbleweed

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

Re: openSUSE Tumbleweed

Post by xeno74 »

musa wrote: Fri Oct 13, 2023 2:06 pm Hi
I have managed to transfer suse from an img file to a free partition.
I have been sick for a while but I will be more active again soon.
Have a nice day
Hi Musa,

Good to know, that the new openSUSE also works for you. I wish you a speedy recovery.

Thanks,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9387
Joined: Fri Mar 23, 2012 7:58 am

Re: openSUSE Tumbleweed

Post by xeno74 »

Hi,

The repository directory "http://download.opensuse.org/ports/ppc/tumbleweed/repo/oss/ppc/" is empty, so it is not possible to install new packages with PPC64 binaries. Noarch works.

On 20 September, it still worked because I had created the third disk image with new packages.

I don't know what happened. I will try to find out what happened.

Thanks,

Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9387
Joined: Fri Mar 23, 2012 7:58 am

Re: openSUSE Tumbleweed

Post by xeno74 »

Bad news:
Dirk Müller wrote: On 9/12/23 16:31, Dirk Müller wrote:
...

Hi all,

Given the conclusion in the discussion here, I've submitted a SR to
remove ppc64 (the big endian one) from publishing.
Further information: ppc@lists.opensuse.org
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9387
Joined: Fri Mar 23, 2012 7:58 am

Re: openSUSE Tumbleweed

Post by xeno74 »

It could be, that after the data center move, the PPC64 packages will be built again.

Further information: RFC: turn off ppc32 and ppc64 big endian builds on openSUSE:Factory:PowerPC -- factory@lists.opensuse.org
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
musa
Posts: 714
Joined: Tue Aug 23, 2011 7:58 pm

Re: openSUSE Tumbleweed

Post by musa »

Hi
Thanks for the information

xeno74 wrote: Sun Oct 22, 2023 9:27 am It could be, that after the data center move, the PPC64 packages will be built again.

Further information: RFC: turn off ppc32 and ppc64 big endian builds on openSUSE:Factory:PowerPC -- factory@lists.opensuse.org
AmigaX1000
User avatar
xeno74
Posts: 9387
Joined: Fri Mar 23, 2012 7:58 am

Re: openSUSE Tumbleweed

Post by xeno74 »

Configuration of the time and the time zone:

Code: Select all

timedatectl set-timezone UTC
Result: timedatectl

Code: Select all

timedatectl set-timezone Europe/Berlin
Result: timedatectl

Code: Select all

timedatectl set-time 16:16
Result: timedatectl
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9387
Joined: Fri Mar 23, 2012 7:58 am

Re: openSUSE Tumbleweed

Post by xeno74 »

Vim is not on the latest disk image. I uploaded it today. Please copy it to /usr/local/bin.

Download: vim-9.0.1672-linux-powerpc64.tar.gz
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9387
Joined: Fri Mar 23, 2012 7:58 am

Re: openSUSE Tumbleweed

Post by xeno74 »

How to boot a Linux system without graphical server

setenv bootargs "root=/dev/<partition or disk> 3"

# multi-user.target: analogous to runlevel 3
# graphical.target: analogous to runlevel 5

For example:

Code: Select all

setenv bootargs "root=/dev/sdb4 3"
If you have booted with the multi-user.target (runlevel 3) and you need X11 then you can start it with "startx".
Last edited by xeno74 on Sun Dec 17, 2023 3:43 pm, edited 1 time in total.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9387
Joined: Fri Mar 23, 2012 7:58 am

Re: openSUSE Tumbleweed

Post by xeno74 »

xeno74 wrote: Mon Nov 13, 2023 8:47 am Vim is not on the latest disk image. I uploaded it today. Please copy it to /usr/local/bin.

Download: vim-9.0.1672-linux-powerpc64.tar.gz
You need to copy it to /usr/bin/ because "sudo" doesn't have /usr/local/bin/ in its path.

Code: Select all

sudo cp /usr/local/bin/vim /usr/bin/
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9387
Joined: Fri Mar 23, 2012 7:58 am

Re: openSUSE Tumbleweed

Post by xeno74 »

Code: Select all

Nov 30 08:24:27 openSUSE.a-eon.tld auditctl[3002]: Error - audit support not in kernel
Audit collects information about any security-relevant event. It isn't a part of our kernels so we get a lot of error messages during the boot.

First solution: Adding audit to the kernel

Second solution: sudo systemctl disable --now auditd
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply