Hey Jason,
actually we are testing mattermost, so we have just a trial License loaded.
But the decision from the management team is , we will use it in the future , started with 400 users .
iam actually connected with ur german partner bytemine.
Hey Jason,
actually we are testing mattermost, so we have just a trial License loaded.
But the decision from the management team is , we will use it in the future , started with 400 users .
iam actually connected with ur german partner bytemine.
Hey @pichouk,
thanks for the reply and sorry for me not answering so long.
I’ve tried everything I could but couldn’t make it run. I didn’t lookup further logs so can’t say I’ve found any more useful information.
My solution for the whole problem was basically to conduct a workaround through installing the virtual machine manager and installing additional 8GB of Ram to make it work.
I have installed mattermost on the ubuntu VM successfully and didn’t go back to check whether the RAM (had only the pre-installed 2GB) may have been the issue with the docker-compose command but it could be. Couldn’t make any VM run on the 2GB of rum while it runs very smoothly now with 10GB!
Did you lose LDAP after upgrading Mattermost? I’m wondering why you may have suddenly lost those settings.
Hi @nina.utkin - after investigating it, we suspect it might be due to caching or database replication.
Can you help with the following steps:
config.json
file, and find the DataSourceReplicas
setting under SqlSettings
.This information would require System Admin access, so let me know if you have any questions about it.
Hope to get this resolved for you soon!
Hi everyone,
I want to use Azure Bot Service with Mattermost. I do not want to use any channel such as Facebook Messager, Slack, … Is this possible ?
Thank you.
Thanks for the feedback @RbDev. The change was made to improve the usability of the menu. It was difficult to page through many options in the ballon menu and it wasn’t flexible enough to support new features. Comparatively if you try Slack you’ll observe a similar menu. Many other products are also tending toward slide up content (Facebook, Instagram etc)on iOS since you can maintain context of the current page while offering a very usable and flexible overlay for additional content.
Note, however, that there is a bug with the iOS implementation where it is missing rounded corners which might affect the Native feel: https://mattermost.atlassian.net/browse/MM-13571
Here is a python example that works with openLDAP, I’ll try to test it tomorrow with AD, but I don’t know if I’ll be able to access to one AD to test it properly:
import ldap
import json
import getpass
ldap_host = input('Ldap Host (example ldap://localhost:389): ')
base_dn = input('Base DN (example dc=mm,dc=test,dc=com): ')
bind_dn = input('Bind DN (example cn=admin,dc=mm,dc=test,dc=com): ')
password = getpass.getpass('Password: ')
user_object_class = input('User object class (example iNetOrgPerson): ')
username_field = input('Username field: ')
mail_field = input('Mail field: ')
l = ldap.initialize(ldap_host)
l.simple_bind_s(bind_dn, password)
r = l.search_s(base_dn, ldap.SCOPE_SUBTREE, '(objectClass='+user_object_class+')', [username_field, mail_field])
mapping = {}
for dn, entry in r:
if mail_field in entry and len(entry[mail_field]) >= 1 and username_field in entry and len(entry[username_field]) >= 1:
mapping[entry[mail_field][0].decode('utf-8')] = entry[username_field][0].decode('utf-8')
with open("saml_users.json", "w") as fd:
json.dump(mapping, fd)
Dude! That’s a start thank you… I will start playing around with it tomorrow.
Thank you for the effort!
@hjj you should be able to upgrade to a new build in the play store containing v1.14.0. Please let us know if that resolves your issue?
In the future if you end up upgrading your device, you can access versions 1.15.0 and later.
Appreciate your help identifying this issue and getting it resolved
Thanks @jasonblais and @adanial
@eric & @jasonblais you guys are better than Santa!
Thanks very much to everyone involved for your quick action on the issue.
The update/downgrade via the Playstore worked as expected.
{“level”:“debug”,“ts”:1545153363.2955465,“caller”:“web/handlers.go:50”,“msg”:“GET - /”}
http://localhost:8065/
404 page not found
Thanks for identifying the issue and for the report @hjj
Glad we could help resolve the issue and things are working as expected for you now!
Although no-one on our team was able to reproduce the issue, our devs have included some extra checks for file uploads and the fix will be released in v5.6.1 later today.
Please let us know whether you still experience any issues once v5.6.1 is released and after you’ve upgraded.
Thanks!
Hi !!
I have error when i send picture to MM (upToDate) from the new android App.
I don’t see anythings on MM logs…
Any body have a idéa ??
Thanks.
Version de Mattermost : 5.5.1
Version du schéma de la base de données : 5.5.0
Base de données : mysql
Ubuntu 18.x
Mobile Apps : 1.15 build 165
I would say they will even be quieter than FALKEN LANDAIR- where I left for 4 seasons and by the time they were replaced they were bald. Goodrich than good-thick tires, high tread, and it is this rubber is not "evil." As you might think, it’s for roads and a primer, I really like it. I think which sneakers for winter now take — then in the mainstream on summer and summer specials — I saw a review of new bridges and 7000, but they are expensive for now. And about Goodrich - take it will not regret, I like it very much.
Hi @eric,
I’ve been using MM iOS client on iphone and ipad for quite sometime now. The black menu never bother me. And again it suits more iOS app layout.
The mail app for example, has got many items and users usually have to scroll through to select what they are looking for. And again this was never an issue. Users are ok with this.
I never felt there was a need to change it, I’m sure nobody raised this as an issue and I know there are a lot of more important work to be done on the native app.
I think this was a bad call.
Cheers
HI,
i recently upgraded to MM5.6.1. Activated and enabled the jira plugin and when i try f.e. the curl request i get a message like “This plugin is not configured.” (403). I already searched for it and found the coresponding source code line in the plugin.go file:
if !p.Enabled || p.Secret == "" || p.UserName == "" {
http.Error(w, "This plugin is not configured.", http.StatusForbidden)
A secret is set and the username is also selected.
This happens to me too. Anybody can help?
Here are some more info what i get when i do a curl.
root@server1:/home# curl -v --insecure “https://mm.myofficedomain.local/plugins/jira/webhook?secret=JtI7arkbGZxYjhF3RPFX_Uhd6x-wZk3X&team=office&channel=town-square&user_id=mm.admin&user_key=mm.admin” --data ‘{“event”:“some_jira_event”}’
POST /plugins/jira/webhook?secret=JtI7arkbGZxYjhF3RPFX_Uhd6x-wZk3X&team=office&channel=town-square&user_id=mm.admin&user_key=mm.admin HTTP/2
Host: mm.officedomain.local
User-Agent: curl/7.58.0
Accept: /
Content-Length: 27
Content-Type: application/x-www-form-urlencoded