Skip to content

Instantly share code, notes, and snippets.

@tobiasge
Last active November 10, 2020 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobiasge/da254adf02b2744edc5430265a372dad to your computer and use it in GitHub Desktop.
Save tobiasge/da254adf02b2744edc5430265a372dad to your computer and use it in GitHub Desktop.
unitd with "--log /opt/unit/unit.log"
unit: [debug] sys_nerr: 65536
unit: [debug] malloc(2359278): 7F930DD96020
unit: [debug] stderr flags: 0x0001
unit: [debug] ncpu: 4
unit: [debug] pagesize: 4096
unit: [debug] malloc(104): 7F930E06C680
unit: [debug] malloc(1550): 7F930E06C700
unit: [debug] malloc(400): 7F930E06CD20
2020/11/10 10:08:04.269 [debug] 1#1 realloc(0, 32): 7F930E06CF80
2020/11/10 10:08:04.269 [debug] 1#1 malloc(24): 7F930E06CFC0
2020/11/10 10:08:04.269 [debug] 1#1 malloc(168): 7F930E06CEC0
2020/11/10 10:08:04.269 [debug] 1#1 posix_memalign(16, 512): 5557D7929020
2020/11/10 10:08:04.269 [debug] 1#1 pthread_mutex_init(5557D7929090)
2020/11/10 10:08:04.269 [debug] 1#1 posix_memalign(16, 832): 5557D7929240
2020/11/10 10:08:04.269 [debug] 1#1 malloc(136): 5557D79295A0
2020/11/10 10:08:04.269 [debug] 1#1 posix_memalign(128, 1024): 5557D7929680
2020/11/10 10:08:04.269 [debug] 1#1 malloc(1368): 5557D7929AE0
2020/11/10 10:08:04.269 [debug] 1#1 create engine 5557D7929AE0
2020/11/10 10:08:04.269 [debug] 1#1 malloc(16368): 5557D792A060
2020/11/10 10:08:04.269 [debug] 1#1 malloc(16368): 5557D792E060
2020/11/10 10:08:04.269 [debug] 1#1 malloc(160): 5557D7932060
2020/11/10 10:08:04.269 [debug] 1#1 malloc(2048): 5557D7932120
2020/11/10 10:08:04.269 [debug] 1#1 malloc(384): 5557D7932940
2020/11/10 10:08:04.269 [debug] 1#1 epoll_create(): 3
2020/11/10 10:08:04.269 [debug] 1#1 signalfd(): 4
2020/11/10 10:08:04.269 [debug] 1#1 eventfd(): 5
2020/11/10 10:08:04.269 [debug] 1#1 malloc(2048): 5557D7932AE0
2020/11/10 10:08:04.269 [debug] 1#1 malloc(168): 5557D7933300
2020/11/10 10:08:04.269 [debug] 1#1 malloc(136): 5557D79333C0
2020/11/10 10:08:04.269 [debug] 1#1 posix_memalign(128, 1024): 5557D7933480
2020/11/10 10:08:04.269 [debug] 1#1 malloc(232): 5557D7933900
2020/11/10 10:08:04.269 [warn] 1#1 Unit is running unprivileged, then it cannot use arbitrary user and group.
2020/11/10 10:08:04.269 [debug] 1#1 socket(): 6
2020/11/10 10:08:04.269 [debug] 1#1 setsockopt(6, 1, SO_REUSEADDR): 1
2020/11/10 10:08:04.269 [debug] 1#1 setsockopt(6, 6, TCP_DEFER_ACCEPT): 1
2020/11/10 10:08:04.269 [debug] 1#1 bind(6, 0.0.0.0:7777)
2020/11/10 10:08:04.269 [debug] 1#1 listen(6, 511)
2020/11/10 10:08:04.269 [debug] 1#1 mmap(0, 4, 3, 21, -1, 0): 7F930E067000
2020/11/10 10:08:04.269 [debug] 1#1 posix_memalign(128, 128): 5557D7933A00
2020/11/10 10:08:04.269 [debug] 1#1 posix_memalign(64, 24): 5557D7933B40
2020/11/10 10:08:04.269 [info] 1#1 unit started
2020/11/10 10:08:04.269 [debug] 1#1 work queue: fast
2020/11/10 10:08:04.269 [debug] 1#1 rt conf done
2020/11/10 10:08:04.269 [debug] 1#1 open("/opt/unit/unit.log", 0xC41, 0x180): 7 err:0
2020/11/10 10:08:04.269 [debug] 1#1 dup2(7, 2, "/opt/unit/unit.log")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment