Page MenuHomeDevCentral

Run portsnap in interactive mode
ClosedPublic

Authored by dereckson on May 13 2023, 11:52.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 16, 11:23
Unknown Object (File)
Sat, Feb 15, 10:18
Unknown Object (File)
Sat, Feb 15, 09:56
Unknown Object (File)
Wed, Feb 5, 08:55
Unknown Object (File)
Thu, Jan 30, 05:55
Unknown Object (File)
Wed, Jan 29, 00:53
Unknown Object (File)
Wed, Jan 29, 00:36
Unknown Object (File)
Jan 24 2025, 03:01
Subscribers
None

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
main
Build Status
Buildable 4883
Build 5164: arc lint + arc unit

Event Timeline

dereckson created this revision.

Seems to work:

thrayce
$ ps auxw | grep portsnap
root      1523   2.0  0.1  13580   3080  -  S    17:57      0:00.02 /bin/sh /usr/sbin/portsnap --interactive fetch extract
root      1521   0.0  0.1  13940   3348  -  S    17:57      0:00.01 /bin/csh -c portsnap --interactive fetch extract
root      1620   0.0  0.1  13580   3064  -  S    17:57      0:00.00 /bin/sh /usr/sbin/portsnap --interactive fetch extract
root      1637   0.0  0.1  13580   3064  -  S    17:57      0:00.00 /bin/sh /usr/sbin/portsnap --interactive fetch extract
dereckson 1641   0.0  0.0   4620   2036  0  R+   17:57      0:00.00 grep portsnap
This revision is now accepted and ready to land.May 13 2023, 17:55
This revision was automatically updated to reflect the committed changes.