Luc Sarzyniec

Results 55 comments of Luc Sarzyniec

Thank you so much for investigating this and sorry for the late answer. I got too busy to properly maintain my open-source projects recently :( I'm going to give it...

Hey sorry, it took me way more time than expected to fix this. Images are now generated for both Debian stable & testing. The tag name for the testing image...

No answers, I assume that the problem is fixed. Closing.

Actually smbclient is already installed, see https://github.com/olbat/dockerfiles/blob/master/cupsd/Dockerfile#L21 . However, I don't know how to configure it, is it enough to have it in the image alongside cupsd? If it requires...

Samba is another daemon that should be launched separately from cupsd. Perhaps you could use another Docker image & container for that purpose & make it communicate with cupsd?

> Why do you say it should be launched separately? Because that's how Docker has been designed to work: one system/service/function per container. You can learn more about that [here](https://devops.stackexchange.com/questions/447/why-it-is-recommended-to-run-only-one-process-in-a-container)...

I get your point. Yet, properly instantiating and keeping track of multiple services in a single container requires extra work and can degrade the stability of the main service. If...

Hey @Blacksmoke16 , sorry I did not have a lot of time to allocate to this project recently. I missed the issue. I merged [a fix](https://github.com/olbat/libgen/pull/71) today. Please let me...

Oh too bad. It doesn't seems that they are going to keep a batch endpoint to fetch every CVEs for a full year at once. There is also that: >...

I just updated the doc to mention llvm 16 👍 Thanks for the feedback!