frigginglorious has quit [Read error: Connection reset by peer]
frigginglorious has joined #sandstorm
frigginglorious has quit [Client Quit]
isd has quit [Quit: Leaving.]
dwrensha has joined #sandstorm
biotim has quit [Quit: Leaving]
jemc has joined #sandstorm
xet7 has joined #sandstorm
harish_ has joined #sandstorm
jemc has quit [Ping timeout: 240 seconds]
dograt has quit [Ping timeout: 246 seconds]
ill_logic has joined #sandstorm
dograt has joined #sandstorm
strugee has quit [Ping timeout: 260 seconds]
strugee has joined #sandstorm
harish_ has quit [Ping timeout: 255 seconds]
harish_ has joined #sandstorm
Telesight has joined #sandstorm
tobald has joined #sandstorm
harish_ has quit [Ping timeout: 245 seconds]
harish_ has joined #sandstorm
ecloud has quit [Ping timeout: 260 seconds]
ecloud has joined #sandstorm
Telesight has quit [Quit: Leaving.]
GoProThaiTeam has joined #sandstorm
<GoProThaiTeam>
Hello!
<GoProThaiTeam>
one question. One of our users forgot the password from the mail. How can I manually replace its mail in the database?
<TimMc>
GoProThaiTeam: What password are you talking about?
gharris has joined #sandstorm
<GoProThaiTeam>
password of e-mail
<GoProThaiTeam>
this guy registered in sandstorm under hims e-mail
<GoProThaiTeam>
but now, he lose the password
<GoProThaiTeam>
and cannot connect to sandstorm
<GoProThaiTeam>
I have root access to server with our sandstorm
<GoProThaiTeam>
but I don't won't spoil something inside.
<GoProThaiTeam>
need ur advise - how I can change hims login e-mail.
<TimMc>
GoProThaiTeam: Oh, I see!
<TimMc>
That's a great question, stick around and one of the devs might have an answer.
<TimMc>
I see that there is a .../sandstorm/var/mongo/passwd but I can't seem to log into mongo with it (using username "sandstorm" and port 6081)
<TimMc>
Ah, sudo sandstorm mongo gets me a shell.
<TimMc>
If I query for db.users.find({"services.email.email": "my@email.com"}).pretty() I see what appears to be a login identity, but I suspect the email also shows up in other records too that would have to be updated to match...
<GoProThaiTeam>
but I have many grains... =( need just change email of user.
<gharris>
dwrensha : Wish it were that easy. Pretty sure it's not running out of memory though. Top is showing plenty of free memory in wire and swap. Additionally MongoDB is showing almost no memory usage, which I would expect. We're in more of a staging scenario right now. I think there may be some user corruption going on.
<gharris>
GoProThaiTeam : There is an in-built MongoDB web UI, but apparently it's not enabled by default, and the default access is via localhost. There are also a ton of other tools you could use
<GoProThaiTeam>
I have a root access to server. How I can turn on the MongoDB web UI?
<nolan_d>
Hey, emailed this to the dev list last night, but would like to launch this today if possible. Is there anything more I need to do to launch a standalone grain than add the domain/token to the standaloneGrains collection and point a cname at my server?
<nolan_d>
I'm trying to set up https://new.lareunioncoop.org to point at a DokuWiki grain I want to launch as a standalone site. The token works, but last night I was getting the page I'd get for an incorrectly-configured static site.
<nolan_d>
Today I'm getting an error page about no grain with this public ID existing because I tried adding a TXT record with the token, which obviously didn't work. The TXT record is gone and now I'm waiting for that change to propagate.
<nolan_d>
Now we're back to the static publishing error...
Telesight has joined #sandstorm
leeola has quit [Quit: Connection closed for inactivity]
<gharris>
dwrensha : Going back over everything once again, one of the DNS servers wasn't doing the wildcard DNS correctly. GRRR! Check, double-check, test, and it still fails!
biotim has joined #sandstorm
<zarvox>
nolan_d: hmmm, the single record in the standaloneGrains collection should be enough.
<nolan_d>
That's definitely done. Any other ideas?
<nolan_d>
Or rather, I used the following: db.standaloneDomains.insert({_id: "new.lareunioncoop.org", token: "rl6rwsoQ9ce-fKCfbTnwOveuHKngTcYNQqQNUUnt_z4"})
<nolan_d>
Oh, standaloneGrains...
<nolan_d>
Er, no, guess not. I don't see standaloneGrains when grepping the source.