Page 10 of 11

Re: openSUSE Tumbleweed

Posted: Sat Oct 14, 2023 3:18 pm
by xeno74
musa wrote: Fri Oct 13, 2023 3: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

Re: openSUSE Tumbleweed

Posted: Sat Oct 21, 2023 2:56 pm
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

Re: openSUSE Tumbleweed

Posted: Sat Oct 21, 2023 3:56 pm
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: [email protected]

Re: openSUSE Tumbleweed

Posted: Sun Oct 22, 2023 10:27 am
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 -- [email protected]

Re: openSUSE Tumbleweed

Posted: Mon Oct 23, 2023 9:22 am
by musa
Hi
Thanks for the information

xeno74 wrote: Sun Oct 22, 2023 10: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 -- [email protected]

Re: openSUSE Tumbleweed

Posted: Sun Nov 12, 2023 11:46 am
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

Re: openSUSE Tumbleweed

Posted: Mon Nov 13, 2023 8:47 am
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

Re: openSUSE Tumbleweed

Posted: Mon Nov 27, 2023 1:45 pm
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".

Re: openSUSE Tumbleweed

Posted: Wed Nov 29, 2023 12:18 pm
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/

Re: openSUSE Tumbleweed

Posted: Thu Nov 30, 2023 9:47 am
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