December 12, 2018, 10:31 am
@DMT wrote:
Hey guys,
I’ve tried to install the latest Mattermost team version on my DS218+ Synology using this tutorial: https://docs.mattermost.com/install/prod-docker.html#production-docker-setup-on-ubuntu.
It all works well until the “docker-compose build” command, where I get the following exit:
ERROR: Service 'app' failed to build: The command '/bin/sh -c mkdir -p /mattermost/data /mattermost/plugins /mattermost/client/plugins && if [ ! -z "$MM_BINARY" ]; then curl $MM_BINARY | tar -xvz ; elif [ "$edition" = "team" ] ; then curl https://releases.mattermost.com/$MM_VERSION/mattermost-team-$MM_VERSION-linux-amd64.tar.gz | tar -xvz ; else curl https://releases.mattermost.com/$MM_VERSION/mattermost-$MM_VERSION-linux-amd64.tar.gz | tar -xvz ; fi && cp /mattermost/config/config.json /config.json.save && rm -rf /mattermost/config/config.json && addgroup -g ${PGID} mattermost && adduser -D -u ${PUID} -G mattermost -h /mattermost -D mattermost && chown -R mattermost:mattermost /mattermost /config.json.save /mattermost/plugins /mattermost/client/plugins' returned a non-zero code: 1
I’ve tried to google and search the forum and ask some avid linux friends but to no avail. I’ve heard that it is generally possible to install mattermost-server on synology so can anybody point out the solution for my problem?
Posts: 2
Participants: 2
Read full topic
↧
December 12, 2018, 11:47 pm
@mohsensalahshoor wrote:
the prieview docker server requires default login credentials
so what is the default username and password?
Posts: 1
Participants: 1
Read full topic
↧
↧
December 13, 2018, 1:57 am
@dimych wrote:
Hi there!
I out company we have changed TFA method on our SSO service (ADFS) to AzureMFA.
And there is an issue on Mattermost classic mobile app for iOS - app refused to login if user going to approve OTP, but only in case if MM apps go to background. In this case login screen appears again after approval.
Is this any possibility to fix it?
Posts: 1
Participants: 1
Read full topic
↧
December 13, 2018, 7:26 am
@katie_wiersgalla wrote:
The Enterprise Edition LDAP group sync feature has been in active development for a couple of months and we are excited to be releasing our alpha version this week. This feature automates user onboarding by allowing customers to set default team and channel membership based on LDAP groups. This is useful if you have a large amount of users to onboard at one time, or if you onboard users frequently. We expect a beta version to be available in Mattermost v5.8.
What does the alpha release entail?
An alpha release allows customers to test the feature in their staging environments and ensure the feature works with different varieties of LDAP systems and group structures including nested groups. It also allows us to get feedback on the functionality and user experience prior to releasing in beta.
Contributing to alpha testing
The alpha release will be available to E20 customers as a custom build. We are looking for customers that are open to work closely with us and provide feedback about their LDAP system and group structure, performance, and their deployment environment. If you have interest in testing, accessing the feature early, and working closely with our product development team in future enhancements to this feature, please reach out to Katie Wiersgalla, Product Manager for the feature, on community.mattermost.com or via email at katie[at]mattermost.com.
Roadmap for Group Sync Feature
The LDAP group sync is the first phase of a larger Group feature. Later phases for groups are currently planned to include:
Phase 2:
- Create custom groups (outside of LDAP sync) and manually add users
-
@mention groups
- /invite groups directly into a channel
- Add groups to the Channel or Team directly from the UI
Phase 3:
- Extend management of groups to Team/Channel Admins via permissions
- Define roles and permissions when adding groups to team/channel
- Remove users from teams/channels when removed from group via sync
- Restrict group members’ ability to leave team/channel
- Restrict team/channel membership to only the group
Phase 4:
- Create groups based on other SCIM systems
Posts: 1
Participants: 1
Read full topic
↧
December 13, 2018, 12:23 pm
@dgd115 wrote:
I’m trying to install mattermost on Centos 7 using postgresql
I’m getting an error message when testing the mattermost server sudo -u mattermost ./bin/mattermost
err=pq: no pg_hba.conf entry for host “\ user “mmuser”, database “mattermost”, SSL off”}
Ive followed all the instruction here to this point including editng the hba.conf and config.json files
Posts: 1
Participants: 1
Read full topic
↧
↧
December 13, 2018, 2:17 pm
@gubbins wrote:
Summary
Server consistently shut down with SIGSEGV
when triggering a specific webook.
Steps to reproduce
Mattermost 5.4.0
Expected behavior
Successful webhook post, or error in log
Observed behavior
Several attempts to post messages via the webhook failed because the destination hostname could not be resolved. Those errors were visible in the log.
After that, there was nothing else in the log immediately prior to the event. Presumably another trigger word was encountered, and then we saw:
Dec 14 03:23:57 syalv085.trading.imc.intra start-mattermost.sh[114318]: panic: runtime error: invalid memory address or nil pointer dereference
Dec 14 03:23:57 syalv085.trading.imc.intra start-mattermost.sh[114318]: [signal SIGSEGV: segmentation violation code=0x1 addr=0x38 pc=0xeb8acd]
Dec 14 03:23:57 syalv085.trading.imc.intra start-mattermost.sh[114318]: goroutine 50655814 [running]:
Dec 14 03:23:57 syalv085.trading.imc.intra start-mattermost.sh[114318]: github.com/mattermost/mattermost-server/app.(*App).TriggerWebhook.func1.1()
Dec 14 03:23:57 syalv085.trading.imc.intra start-mattermost.sh[114318]: /home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/app/webhook.go:108 +0xfd
Dec 14 03:23:57 syalv085.trading.imc.intra start-mattermost.sh[114318]: github.com/mattermost/mattermost-server/app.(*App).Go.func1(0xc00f3e18b0, 0xc000100580)
Dec 14 03:23:57 syalv085.trading.imc.intra start-mattermost.sh[114318]: /home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/app/app.go:505 +0x27
Dec 14 03:23:57 syalv085.trading.imc.intra start-mattermost.sh[114318]: created by github.com/mattermost/mattermost-server/app.(*App).Go
Dec 14 03:23:57 syalv085.trading.imc.intra start-mattermost.sh[114318]: /home/ubuntu/jenkins/workspace/msr/mattermost-platform-release/src/github.com/mattermost/mattermost-server/app/app.go:504 +0x52
This crash was repeated a further two times.
Posts: 1
Participants: 1
Read full topic
↧
December 14, 2018, 4:00 am
@AngelaDixon wrote:
Hi guy,
I am looking for a comprehensive guide to host digitalocean vps with mattermost. So, does digitalOcean provides any feasible environment to mattermost or Do you prefer any other host to work with mattermost.
Posts: 1
Participants: 1
Read full topic
↧
December 15, 2018, 11:30 pm
@nina.utkin wrote:
Hi,
i’m working in mode where i should archive and un-archive channels.
i found that archiving and immediately un-archiving behave not as expected,
i guess there is some delay of the archive process. i did not found any documentation about it.
does someone have an idea?
thanks in advance
Posts: 1
Participants: 1
Read full topic
↧
December 16, 2018, 3:35 pm
@ChristopherBrand wrote:
Just upgraded to v5.6. Now when we attach a file or image to a post, the screen goes blank and the following error is logged:
2018-12-16T17:13:40.107-0600 error web/context.go:60 msg: Uncaught TypeError: Cannot read property ‘toFixed’ of undefined row: 36 col: 79222 stack: TypeError: Cannot read property ‘toFixed’ of undefined url: https://host.example.com/static/main.495bc49800ee9aa7d2f3.js {“path”: “/api/v4/logs”, “request_id”: “1snjgfwwx3yq9xhppx6eaqrhac”, “ip_addr”: “192.168.10.115”, “user_id”: “6w9cdk4adprj3fjprgtzesbt7h”, “method”: “POST”, “err_where”: “client”, “http_code”: 0, “err_details”: “”}
The only way to recover is to go to the view menu and select reload. This happens in both the desktop (v4.2) and web clients. Oddly enough, the android client works. Could this be related to the new progress bar for file uploads?
Posts: 3
Participants: 2
Read full topic
↧
↧
December 17, 2018, 5:56 pm
@mathurin wrote:
What is this talking about?
" For ADFS, you can use the AD/LDAP protocol to directly extract the users information and export it to a JSON file."
Assumptions in documentation… it’s just never a good idea.
Does mattermost even have a way of pulling users and their email addresses information?
All I need is a list of the users
saml_users.json with email and username right?
{
"johnsmith@email.com": “jsmith”,
"bobswagger@email.com": “bswagger”
}
and then run the command -
mattermost user migrate_auth ldap saml saml_users.json
Posts: 1
Participants: 1
Read full topic
↧
December 17, 2018, 10:38 pm
@hjj wrote:
After updating to the latest version I’m greeted by the following message.
This seems like a build error to me, does anyone else have the same problem?
Is this the best forum to lodge a bug?
Mattermost Client Version 1.15.0
Anddroid Version 5.1.1 ( don’t judge
)
Thanks for your help.
Posts: 1
Participants: 1
Read full topic
↧
December 18, 2018, 1:29 am
@mk2010 wrote:
Hello community,
is it possible to disable the notification when a user get a direct message.
When i disable E-Mail Notification at all, we also get no E-Mail when a user want to reset the password or confirm the E-Mail Adress.
Thanks
Posts: 1
Participants: 1
Read full topic
↧
December 18, 2018, 1:41 am
@mk2010 wrote:
Hello Community,
i have a couple of LDAP Users in my enviroment. But today the Login-Method of all my users are only displayed as “E-Mail” - NO LDAP
can someone tell whats the problem ist ?
Posts: 1
Participants: 1
Read full topic
↧
↧
December 18, 2018, 5:33 am
@RbDev wrote:
Hi all,
This could be something that is in MM for sometime or recently added.
" + " and " - " are displayed as bullet points in MM chat.
For my experience that is not a good idea. I see users posting financial numbers that by standard requires + or - and they get all messed up in the chat.
Is there a way to turn it off? or else could it be removed?
Cheers,
Posts: 1
Participants: 1
Read full topic
↧
December 19, 2018, 4:05 am
@mugwump wrote:
A user has asked if there’s a way to prevent new posts in certain channels from displaying the red indicator on the taskbar icon (in Windows) but he would still like the channel name in the list to be bold to indicate that there’s unread posts. I’m guessing the answer is no but is there any way to do this?
Posts: 1
Participants: 1
Read full topic
↧
December 19, 2018, 5:05 am
@tomb7 wrote:
Can we do a direct upgrade from 4.1 to 5.4?
I’m also running the enterprise version on 4.1. We’re waiting for the license renewal but if I upgrade anyway, will I still have my current functionality? Or will I lose LDAP authentication until I get the new license?
Thanks!
Posts: 1
Participants: 1
Read full topic
↧
December 18, 2018, 10:53 pm
@bsu86453 wrote:
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.
Posts: 1
Participants: 1
Read full topic
↧
↧
December 20, 2018, 1:53 am
@Nicolas wrote:
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
Posts: 1
Participants: 1
Read full topic
↧
December 20, 2018, 6:47 am
@ShakaZzzz wrote:
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.
Posts: 1
Participants: 1
Read full topic
↧
December 21, 2018, 10:06 am
@RbDev wrote:
Hi all,
MM Server: 5.6
iOS: 12.1.1
MM iOS App: 1.15
I have some messages getting stuck in “send” state. They never get delivered and It seems MM app stop trying to send after a while.
They are displayed grayed out at the bottom and just stay there.
The only way to remove those is by “reset cache”.
Cheers
Posts: 2
Participants: 2
Read full topic
↧