[DiscordArchive] ....how?
[DiscordArchive] ....how?
Archived author: Mynder • Posted: 2021-04-25T02:19:22.631000+00:00
Original source
Now my head won't let me sleep, it wants to dig into this further.
Archived author: Mynder • Posted: 2021-04-25T02:21:52.733000+00:00
Original source
i.e. it works properly for you, but doesn't for me (or <@456226577798135808>)
Archived author: Mynder • Posted: 2021-04-25T02:26:42.985000+00:00
Original source
And the reason should be interesting because dos2unix is provided inside the docker environment and should be identical.
Archived author: locus313 • Posted: 2021-04-25T02:27:51.177000+00:00
Original source
i actually posted some info on github around the dos2unix issue, since i was able to reproduce that
Archived author: locus313 • Posted: 2021-04-25T02:29:31.848000+00:00
Original source
in my case i ended up using the dos2unix command outside of the docker, but did not use the -n option
Archived author: Mynder • Posted: 2021-04-25T02:30:58.177000+00:00
Original source
The "-n" option doesn't fix it, apparently, just fails differently because, as you added to the issue, the heart of it is an actual permission problem.
Archived author: locus313 • Posted: 2021-04-25T02:31:12.130000+00:00
Original source
right
Archived author: locus313 • Posted: 2021-04-25T02:33:10.690000+00:00
Original source
probably need to have a chown run before the dos2unix command
Archived author: locus313 • Posted: 2021-04-25T02:33:45.009000+00:00
Original source
but if i remember correctly it should be doing that already via the dockerfile
Archived author: Mynder • Posted: 2021-04-25T02:34:37.424000+00:00
Original source
why user/group id 1000?