HyP3r

Results 10 comments of HyP3r

Same issue for me: ``` Google.GData.Client.GDataRequestException: Execution of request failed: https://www.google.com/m8/feeds/contacts/[email protected]/full?max-results=100&group=http://www.google.com/m8/feeds/groups/foobar%2540gmail.com/base/6 ---> System.Net.WebException: Der Remoteserver hat einen Fehler zurückgegeben: (400) Ungültige Anforderung. at System.Net.HttpWebRequest.GetResponse() at Google.GData.Client.GDataRequest.Execute() --- End of inner...

> What is the `address defined in partition table`? Is it `at_customize` defined in partitions_at.csv? I think not, because from what I can see it loads partitions defined in at_customize.csv....

I have created for that a pull request: https://github.com/azlux/log2ram/pull/200

In my case it also helped to add `&directConnection=true` to the `MONGO_URL` and `MONGO_OPLOG_URL`, like its mentioned in the [release](https://github.com/RocketChat/Rocket.Chat/releases/tag/5.0.0). But shouldn't it be in the [compose.yml](https://github.com/RocketChat/Docker.Official.Image/blob/8d2ec523712c4acecf80db9658f582517293e47b/compose.yml) then?

Maybe you misunderstood me. If you leave out `&directConnection=true` it does not work. So in this repository, in this project, shouldn't the official `compose.yml` of Rocket.Chat be adjusted if this...

Here are the two files in my environment: `.env`: ``` ### Rocket.Chat configuration # Rocket.Chat version # see:- https://github.com/RocketChat/Rocket.Chat/releases #RELEASE= # MongoDB endpoint (include ?replicaSet= parameter) MONGO_URL=mongodb://mongodb:27017/rocketchat?replicaSet=rs0&directConnection=true # MongoDB endpoint...

> > Like the author of this issue, I then have this error: > > I can't see the whole error :( Yeah thats true. If you want I can...

> For the most part the messages indicate that the OS lost the USB device, > not much that NUT can do to fix that part. Might be some power-saving...

After I called `configure` Debian conform the library could be compiled and used. I will now observe the whole thing for a quarter. If it doesn't hang anymore, the ticket...

@peterpp In principle, I don't think there's anything wrong with that. But I really can't say what side effects it might have. And since I didn't know whether it would...