Giter VIP home page Giter VIP logo

Comments (2)

masonr avatar masonr commented on May 30, 2024

As far as I can tell, it's because you're in a "restricted shell" (man page). This is new territory for me, so I'm not sure how to overcome this, but you'll essentially need to be able to launch a shell that is not restricted in this manner. Is this machine a VM and if so, what virtualization type?

~$ bash -c 'echo "hi" > /dev/null'
~$ rbash -c 'echo "hi" > /dev/null'
rbash: /dev/null: restricted: cannot redirect output
~$ sudo bash -c 'echo "hi" > /dev/null'
~$ sudo rbash -c 'echo "hi" > /dev/null'
rbash: /dev/null: restricted: cannot redirect output

from yet-another-bench-script.

kyochikuto avatar kyochikuto commented on May 30, 2024

Is this machine a VM and if so, what virtualization type?

It's a VPS running in KVM.

YABS output:

Basic System Information:
---------------------------------
Uptime     : 0 days, 23 hours, 37 minutes
Processor  : Intel Core Processor (Broadwell, IBRS)
CPU cores  : 1 @ 2599.996 MHz
AES-NI     : ✔ Enabled
VM-x/AMD-V : ✔ Enabled
RAM        : 935.1 MiB
Swap       : 467.5 MiB
bash: line 238: /dev/null: restricted: cannot redirect output
Disk       : 
Distro     : Ubuntu 22.04.1 LTS
Kernel     : 5.15.0-56-generic
bash: line 260: /dev/null: restricted: cannot redirect output

I'll contact their support see if they can help.
Thank you.

from yet-another-bench-script.

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.