Hello.

I just stumbled upon this a minute ago, 'have not looked around.
No containers are such involved.

  #?127|kent:$ busybox.static --help|head -n1
  BusyBox v1.37.0.git (2023-06-15 17:50:36 CEST) multi-call binary.
  #?0|kent:$ busybox.static pstree
  ?-+-2*[encfs]
    |-sh---sleep
    |-sleep
    `-tmux: server-+-bash---s-nail---less
                   |-bash---busybox.static
                   |-bash---git---git---less
                   |-3*[bash]
                   `-vim

Vs

  #?0|kent:$ pkginfo -o $(command -v pstree)
  Package  File
  psmisc   usr/bin/pstree
  #?0|kent:$ prt-get info psmisc
  Name:         psmisc
  Path:         /usr/ports/core
  Version:      23.6
  Release:      1
  Description:  Small utilities that use the /proc filesystem
  URL:          https://gitlab.com/psmisc/psmisc
  Maintainer:   CRUX System Team, core-ports at crux dot nu
  Dependencies: ncurses
  #?0|kent:$ pstree
  ?-+-?---startx.sh---xinit-+-Xorg---4*[{Xorg}]
    |                       `-cwm---st---tmux: client
    |-encfs---4*[{encfs}]
    |-encfs---2*[{encfs}]
    |-sh---sleep
    |-sleep
    `-tmux: server-+-bash---s-nail---less
                   |-bash---pstree
                   |-bash---git---git---less
                   |-3*[bash]
                   `-vim---{vim}

Note i do have (fwiw)

  #?0|kent:~# findmnt /proc/
  TARGET
        SOURCE
             FSTYPE OPTIONS
  /proc none proc   rw,nosuid,nodev,noexec,relatime,gid=10,hidepid=invisible

but busybox ps(1) sees them

  #?0|kent:nail.git$ busybox.static ps axu
  PID   USER     TIME  COMMAND
   1261 steffen   0:00 {startx.sh} /bin/sh - 
/home/steffen/usr-kent-crux-linux-x86_64/bin/startx.sh
   1335 steffen   0:00 xinit /home/steffen/.xinitrc -- 
/usr/lib/xorg-server/Xorg :0 -nolisten tcp vt1
   1336 steffen  11:01 /usr/lib/xorg-server/Xorg :0 -nolisten tcp vt1
   1343 steffen   0:03 cwm
   1354 steffen   1:05 st -n stgrey -t accu
   1356 steffen   0:00 {tmux: client} tmux a
   1528 steffen   1:02 {tmux: server} tmux a
   1529 steffen   0:00 -bash
   1530 steffen   0:01 -bash
   1531 steffen   0:00 -bash
   1532 steffen   0:00 -bash
   1533 steffen   0:00 -bash
   1534 steffen   1:03 vim -u /home/steffen/.vimrc
   1535 steffen   0:00 -bash
   1582 steffen   0:00 vim -c :set filetype=mail /tmp/s-nail-edbase3PyjMj
   2080 steffen   0:00 ssh root@kent
   2251 steffen   0:00 busybox.static ps axu
   3448 steffen   0:04 s-nail -Aich
  17618 steffen   0:00 git loca
  17619 steffen   0:00 /usr/lib/git-core/git log --oneline --graph --all
  17620 steffen   0:00 less -I -F -R
  31157 steffen   0:02 encfs --stdinpass /home/steffen/.sec.arena 
/home/steffen/sec.arena
  31166 steffen   0:00 encfs --stdinpass /home/steffen/.secweb-mozilla 
/home/steffen/.mozilla
  31256 steffen   0:00 sh /home/steffen/sic/setup-privacy.sh
  31257 steffen   0:00 sleep 3600

(One second vim(1), not working enough this week, sigh!)

--steffen
|
|Der Kragenbaer,                The moon bear,
|der holt sich munter           he cheerfully and one by one
|einen nach dem anderen runter  wa.ks himself off
|(By Robert Gernhardt)
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to