Eugene Frost

Results 22 comments of Eugene Frost

``` 2022/03/13 15:01:54 [alert] 11516#11516 [unit] #656186: response_buf_alloc: failed to get out buf 2022/03/13 15:01:54 [warn] 11516#11516 [unit] sendmsg(11, 16) failed: Broken pipe (32) 2022/03/13 15:01:54 [alert] 11516#11516 [unit] #656186:...

And is crashed... ``` 2022/03/13 17:02:23 [alert] 11891#11891 sendmsg(14, -1, -1, 2) failed (32: Broken pipe) 2022/03/13 17:02:23 [alert] 9#9 process 11890 exited on signal 7 2022/03/13 17:02:23 [alert] 9#9...

There are 250,000 files on the server. Most of the files are small (photos, documents, short videos), up to 25 megabytes - there are no problems with them. When downloading...

Docker file: ``` # Based on Alpine FROM alpine:edge # Add labels LABEL maintainer="Eugene Frost " # Add container entrypoint ADD ./bin/docker-entrypoint.sh /bin/docker-entrypoint.sh # Install software RUN apk add --no-cache...

unit/conf.json: ``` { "settings": { "http": { "max_body_size": 107374182400 } }, "listeners": { "*:80": { "pass": "routes" } }, "routes": [ { "match": { "uri": [ "/.well-known/carddav", "/.well-known/caldav" ] },...

I had to give up configuring the Unit through the Rest interface. Instead, I forced it to use the already prepared configuration file from the /etc/unit directory

dmesg: ``` [515011.783627] IPv6: ADDRCONF(NETDEV_CHANGE): vethb080878: link becomes ready [515011.783763] br-22ee697624f4: port 2(vethb080878) entered blocking state [515011.783770] br-22ee697624f4: port 2(vethb080878) entered forwarding state [515011.815558] eth1: renamed from veth49110be [515011.839819] IPv6:...

The rest interface is extremely difficult to get to work correctly when running a container with a non-zero UID

No. There is a problem with saving conf.json and other temporary configuration files. But this is not so important. As part of the container, the configuration method I used seemed...

Downgrade is not working... Log from start to crash after download large file (10 gb -> 43 mb downloaded): ``` 2022/03/17 10:26:23 [info] 12#12 discovery started 2022/03/17 10:26:23 [notice] 12#12...