Skip to content

Some success running toolbox on Ubuntu 18.04 (first experiment) #197

Closed
@eriksjolund

Description

I just want to mention that I had some success running toolbox on Ubuntu 18.04.

First log in to an Ubuntu 18.04 workstation:

myuser@laptop~$ ssh -XC testuser@workstation

And then run toolbox from this branch
https://github.com/eriksjolund/toolbox/tree/ubuntu-modifications

testuser@workstation:~$  cat /etc/issue
Ubuntu 18.04.2 LTS \n \l

testuser@workstation:~$ toolbox create  --release f30 -c mytoolbox
Created container: mytoolbox
Enter with: toolbox enter --container mytoolbox
testuser@workstation:~$ toolbox enter --container mytoolbox
testuser@toolbox:~$ sudo dnf install -y --quiet xorg-x11-apps 

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

    #1) Respect the privacy of others.
    #2) Think before you type.
    #3) With great power comes great responsibility.

testuser@toolbox:~$ xclock 
X11 connection rejected because of wrong authentication.
Error: Can't open display: localhost:15.0
testuser@toolbox:~$ sudo hostname workstation 
testuser@toolbox:~$ xclock 

xclock showed a clock in a graphical window. As you see I had to run sudo hostname workstation to get the X11 authentication working. workstation is the hostname of the host.

Note, this was just a quick experiment.

The branch contains some modifications related to paths:
https://github.com/eriksjolund/toolbox/tree/ubuntu-modifications

(Most probably the modifications break normal Fedora support)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    1. BugSomething isn't working5. Help WantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions