Ticket #26 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

OC daemonizes unclean

Reported by: eagle Owned by: eagle
Priority: minor Component: Core
Version: 0.2.0 Keywords:
Cc:

Description

- For some reason without -B, ps(1) still shows ocat tied to the
 ttyp9 even though fstat(1) is now clear. If starting with daemon(8),
 it clears out ok. So something is still off with that.

  nobody 46500  0.0  0.1  3860  1328  p9  S    xx:xx.M   0:00.01
ocat_r510 -R -t 192.168.0.x:9050
  nobody   ocat_r510  46500    0 /dev         24 crw-rw-rw-    null rw
  nobody   ocat_r510  46500    1 /dev         24 crw-rw-rw-    null rw
  nobody   ocat_r510  46500    2 /dev         24 crw-rw-rw-    null rw

 With daemon:
  nobody 47565  0.0  0.1  3860  1320  ??  S    xx:xx.M   0:00.00
ocat_r510 -R -t 192.168.0.x:9050

Change History

comment:1 Changed 2 years ago by eagle

  • Status changed from new to closed
  • Resolution set to fixed

Was fixed in r513.

Note: See TracTickets for help on using tickets.