reosarevok: I'll leave the support@ spammer to you.
2016-06-27 17957, 2016
reosarevok
heh
2016-06-27 17904, 2016
reosarevok
I just clicked Report Spam
2016-06-27 17906, 2016
ruaok
see how much he's willing to pay 30M/requests a day.
2016-06-27 17909, 2016
reosarevok
Not feeling like shouting :p
2016-06-27 17928, 2016
ruaok
he can have half our traffic
2016-06-27 17940, 2016
reosarevok
Oh, crap
2016-06-27 17945, 2016
reosarevok finds some legit mails in spam
2016-06-27 17932, 2016
reosarevok
Oh, only one apparently, at least in the last 30 days
2016-06-27 17933, 2016
reosarevok
Phew
2016-06-27 17902, 2016
Freso|koume
"I would like to buy 100% of your traffic." XD
2016-06-27 17906, 2016
Freso|koume
Good luck, dude.
2016-06-27 17952, 2016
ruaok
Gentlecat: *** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
2016-06-27 17954, 2016
chrisskye
ruaok: yes, that link
2016-06-27 17909, 2016
ruaok
chrisskye: no action on your part required.
2016-06-27 17920, 2016
ruaok
Gentlecat: this comes back to the question of users.
2016-06-27 17923, 2016
chrisskye
ok
2016-06-27 17933, 2016
Gentlecat
but that's inside the container?
2016-06-27 17947, 2016
ruaok
yes.
2016-06-27 17948, 2016
Gentlecat
I was talking about the host
2016-06-27 17929, 2016
ruaok
I guess my question is this: Does it matter if we run uwsgi as root in a container?
2016-06-27 17941, 2016
ruaok
if so, then we need to create a user to run our stuff in.
2016-06-27 17952, 2016
ruaok
if not, then we ignore the message.
2016-06-27 17903, 2016
Gentlecat
creating a separate user for it shouldn't be a problem
2016-06-27 17916, 2016
Gentlecat
if that's what they recommend doing
2016-06-27 17917, 2016
ruaok
it is an extra manual step, sadly.
2016-06-27 17925, 2016
ruaok
I'm going to ask in #docker
2016-06-27 17925, 2016
mihaitish has quit
2016-06-27 17936, 2016
Freso|koume
Even if it's in a container, it would probably still be good to follow standard security measures like that. One more obstacle for potential intruders.
2016-06-27 17905, 2016
ruaok
Freso|koume: yerp.
2016-06-27 17917, 2016
ruaok
Gentlecat: that is what the USER directive in Dockerfiles are for.
2016-06-27 17922, 2016
ruaok
I added
2016-06-27 17925, 2016
ruaok
USER daemon
2016-06-27 17937, 2016
ruaok
at the end of my Dockerfile and now it runs uwsgi as use daemon.
2016-06-27 17909, 2016
JesseW joined the channel
2016-06-27 17902, 2016
ruaok
Gentlecat: why did you decide to install uwsgi via pip and not via apt-get?