Mangeshrex / rxfetch

A custom system info fetching tool
GNU General Public License v3.0
451 stars 39 forks source link

restricted environment #52

Closed polluks closed 1 year ago

polluks commented 2 years ago

How about more Unknown fallbacks?


               os     Debian GNU/Linux 8 (jessie) x86_64
               ker    4.15.18-30-pve
     •_•       pkgs   Unknown
     oo|       sh     bash
rxfetch: line 162: free: command not found
    / '\'      ram
rxfetch: line 46: pidof: command not found
cut: /proc/1/comm: No such file or directory
   (\_;/)      init
rxfetch: line 167: uptime: command not found
               up
rxfetch: line 156: df: command not found
               disk

        󰮯  󰊠  󰊠  󰊠  󰊠
Mangeshrex commented 1 year ago

Hella weird

proffapt commented 1 year ago

seems like non GNU version of these tools.

proffapt commented 1 year ago

@Mangeshrex if Debian, has these issues ( #51 ) these might be solved by using the macos compatibility (#53 ) on debian too. like just adding $kernel == debian

Mangeshrex commented 1 year ago

@polluks

@Mangeshrex if Debian, has these issues ( #51 ) these might be solved by using the macos compatibility (#53 ) on debian too. like just adding $kernel == debian @polluks try this.

polluks commented 1 year ago

I suppose it's not Debian-specific, I have simply no access to /proc and so on.

proffapt commented 1 year ago

I suppose it's not Debian-specific, I have simply no access to /proc and so on.

well that explains why

proffapt commented 1 year ago

And clearly since this issue is not related to the script - it's related to user's environment, it better be closed.