Giter Club home page Giter Club logo

Comments (12)

mrclksr avatar mrclksr commented on August 22, 2024 1

Thank you for opening the issue. It made the script better :)

from linux-browser-installer.

mrclksr avatar mrclksr commented on August 22, 2024

Hi @Sejoslaw,

check the version of the ld library under /compat/ubuntu/lib/x86_64-linux-gnu/, and adjust the content of the ld_version variable in linux-browser-installer accordingly. Then remove the chroot and try again.

from linux-browser-installer.

Sejoslaw avatar Sejoslaw commented on August 22, 2024

Thanks for your advice ^^

I've checked the versions and configured it accordingly (checked on Ubuntu 22.10 VM)

image

Added the repo

image

deb http://archive.ubuntu.com/ubuntu/ kinetic main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ kinetic-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ kinetic-security main restricted universe multiverse

Ran -> apt update && apt dist-upgrade
(everything updated as it should)

And still got the same error as shown below (ld version was ran from inside on Ubuntu)

image

from linux-browser-installer.

Sejoslaw avatar Sejoslaw commented on August 22, 2024

I will try with removing everything

from linux-browser-installer.

Sejoslaw avatar Sejoslaw commented on August 22, 2024

No luck

image

from linux-browser-installer.

mrclksr avatar mrclksr commented on August 22, 2024

Alright, found the problem. Change the fix_ld_path() function to:

fix_ld_path()
{
        cp ${chroot_path}/lib/x86_64-linux-gnu/ld-* \
                ${chroot_path}/lib64/ld-linux-x86-64.so.2
}

Then:

# ./linux-browser-installer chroot delete
# ./linux-browser-installer chroot create

from linux-browser-installer.

Sejoslaw avatar Sejoslaw commented on August 22, 2024

Did as you say (replaced code).
Everything "setup" properly meaning, chroot deletion worked, chroot creation worked, installing chrome worked but....

image

from linux-browser-installer.

Sejoslaw avatar Sejoslaw commented on August 22, 2024

FYI
Chroot login worked

image

from linux-browser-installer.

mrclksr avatar mrclksr commented on August 22, 2024

Sorry, the above code didn't work as expected if the target is a symbolic link. Fixed that.
The latest commit should do the job. I tested it with focal and kinetic.

from linux-browser-installer.

Sejoslaw avatar Sejoslaw commented on August 22, 2024

Tested with combination like so:

chroot delete
chroot create
install chrome

And receive (menu-item is working as expected - thanks ^^) an error.
The below screen shows what is happening when I try to upgrade Ubuntu itself.
(This might be an issue with Ubuntu itself)

image

from linux-browser-installer.

mrclksr avatar mrclksr commented on August 22, 2024

(This might be an issue with Ubuntu itself)

It seems to be the case.

from linux-browser-installer.

Sejoslaw avatar Sejoslaw commented on August 22, 2024

Ok
Thank you for help and updates ^^
Great job!

from linux-browser-installer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.