Coder Social home page Coder Social logo

Comments (1)

iapaddler avatar iapaddler commented on August 20, 2024

--> update /usr/lib/appscope/dev/libscope*
$ sudo ./bin/linux/x86_64/scope ls
--> put scope in the PATH
$ sudo ln -s /home/ubuntu/appscope/bin/linux/x86_64/scope /usr/local/bin/scope

--> create ld.so.preload
$ sudo touch /etc/ld.so.preload
$ sudo chmod ga+w /etc/ld.so.preload
$ echo /usr/lib/appscope/dev/libscope.so > /etc/ld.so.preload
$ cat /etc/ld.so.preload

--> test a couple commands
$ scope ls
LICENSE cleanup_after_start.sh config2.json coverage docker.log extract_symbols.sh .....

$ sudo scope ls
unknown command "ls" for "scope"

Did you mean this?
k8s
logs
ps

--> command line option not processed with sudo?? remove ld.so.preload and it works
truncate --size 0 /etc/ld.so.preload
$ sudo scope ls
WARNING: Session history will be stored in /root/.scope/history and owned by root
LICENSE cleanup_after_start.sh config2.json coverage docker.log ......

--> put ld.so.preload back and it fails
$ echo /usr/lib/appscope/dev/libscope.so > /etc/ld.so.preload
$ sudo scope ls
unknown command "ls" for "scope"

Did you mean this?
k8s
logs
ps

--> remove scope from the PATH and it works
$ sudo rm /usr/local/bin/scope
$ sudo scope ls
WARNING: Session history will be stored in /root/.scope/history and owned by root
LICENSE cleanup_after_start.sh config2.json coverage docker.log ......

--> starts bash as root and it works
$ sudo bash
$ scope ls
works....

from appscope.

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.