openSUSE Tumbleweed

AmigaOne X1000 platform specific issues related to Linux only.
Post Reply
User avatar
musa
Posts: 709
Joined: Tue Aug 23, 2011 7:58 pm

Re: openSUSE Tumbleweed

Post by musa »

There where a very big update to Open Suse (1564 files)
shot-2017-03-03_22-12-14.jpg
AmigaX1000
Follow me on twitter @basjoo_dk
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: openSUSE Tumbleweed

Post by xeno74 »

musa wrote:There where a very big update to Open Suse (1564 files)
shot-2017-03-03_22-12-14.jpg
Impressive! Did you update it?
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

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

Re: openSUSE Tumbleweed

Post by musa »

xeno74 wrote:
musa wrote:There where a very big update to Open Suse (1564 files)
shot-2017-03-03_22-12-14.jpg
Impressive! Did you update it?
yes but say no to the new mesa testing package.
I was hoping there was a solution to that firefox is unstable (segmentation fault)
but it was not this time.
AmigaX1000
Follow me on twitter @basjoo_dk
User avatar
xeno74
Posts: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: openSUSE Tumbleweed

Post by xeno74 »

Hi All,

If you want to see the splash screen then add splash=silent to the boot arguments.

Image

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

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

Re: openSUSE Tumbleweed

Post by xeno74 »

Hi All,

If the automatic network configuration of openSUSE doesn't work then it is possible to configure the network manually.

Configuration instructions:
  1. Please check your IP configuration with the following command:

    Code: Select all

    # ip a
  2. If your network interface doesn't have an ip address, please configure it with the following command:

    # ip a add --your new ip address--/--subnet mask-- dev --network interface--

    For example:

    Code: Select all

    # ip a add 192.168.1.140/24 dev enP4096p4s4
  3. Activate the network interface with:

    # ip link set --network interface-- up

    For example:

    Code: Select all

    ip link set enP4096p4s4 up
  4. Please check the result with:

    # ip a show --network interface--

    For example:

    Code: Select all

    # ip a show enP4096p4s4
  5. After that please add the default gateway with the following command:

    # ip route add default via --ip address of your router--

    For example:

    Code: Select all

    # ip route add default via 192.168.1.1
  6. Please add a DNS server to the config file /etc/resolv.conf.

    /etc/resolv.conf:

    nameserver --ip address of your router--

    For example:

    Code: Select all

    nameserver 192.168.1.1
  7. Please test the internet connection with a web browser.
Cheers,
Christian
Last edited by xeno74 on Wed Oct 04, 2017 1:01 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: 9319
Joined: Fri Mar 23, 2012 7:58 am

Re: openSUSE Tumbleweed

Post by xeno74 »

Image

Hi All,

I created with dd an img of my openSUSE Tumbleweed 20170924 PPC64 installation today.

Be aware, that openSUSE is experimental and isn't supported. openSUSE Tumbleweed is alpha software! It's only for testing and tinkering!

Download: openSUSE_Tumbleweed_20170924_ppc64.img.tar.gz

Users:

root (password "amigaone")
amigaone (password "amigaone")

openSUSE Tumbleweed 20170924 PPC64 on an AmigaOne X5000:

Image

openSUSE Tumbleweed 20170924 PPC64 on an AmigaOne X1000:

Image

Have a lot of fun with openSUSE Tumbleweed! :-)

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

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

Re: openSUSE Tumbleweed

Post by xeno74 »

Image

Hi All,

I have recently released an update of the openSUSE Tumbleweed 20170924 PPC64 img.

New:
  • Network configuration issue solved
  • YaST updated
Download: openSUSE_Tumbleweed_20170924-2_ppc64.img.tar.gz

Image

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

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

Re: openSUSE Tumbleweed

Post by xeno74 »

SSH ACCESS

Hi All,

If you can't login to openSUSE Tumbleweed via SSH then deactivate the line PasswordAuthentication no with a hashtag (#) in the config file /etc/ssh/sshd_config. After that please restart the sshd service with rcsshd restart.

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

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

Re: openSUSE Tumbleweed

Post by xeno74 »

openSUSE Tumbleweed 20170924 PowerPC64 with a virtual S.u.S.E. Linux 5.0 x86 machine on an AmigaOne X5000. FVWM2 from 1997 and from 2017 together.

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

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

Re: openSUSE Tumbleweed

Post by musa »

Hi Christian
Has some issues with repositories in opensuse tumbleweed.
I use these
http://download.opensuse.org/ports/ppc/ ... d/repo/oss
http://download.opensuse.org/ports/ppc/ ... po/non-oss
http://download.opensuse.org/ports/ppc/ ... repo/debug
but I get an error saying: can not resolve host download.opensuse.org

thanks
AmigaX1000
Follow me on twitter @basjoo_dk
Post Reply