Re: Thoughts/Opinions on Setting up a Fed/Centos7 box for an app!

2017-05-01 Thread Timothée Floure
Hello, I would be glad to help. It's nothing complicated once you're used to it ;) I don't want to pollute this list, can you contact me directly ? Regards, -- Timothée Floure On 01/05/17 23:14, bruce wrote: > Hey guys. > > > I've got a Fed/Centox 7 box (should/hopefully be the same process)

Re: WiFi issue after upgrading to F25

2017-05-01 Thread xMajedz _
fixed thank you very much ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: WiFi issue after upgrading to F25

2017-05-01 Thread Christopher
Try disabling the new default MAC address randomization. See the following config snippet for example: https://gist.github.com/ctubbsii/a3f15f7806830945a0b6c68ec0e23afa On Mon, May 1, 2017 at 5:17 PM wrote: > wifi connection disconnect from network then don't connect again until 10 > minutes or

WiFi issue after upgrading to F25

2017-05-01 Thread xmajedz0
wifi connection disconnect from network then don't connect again until 10 minutes or so repeatedly, i'm no't sure how to describe the issue ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedorap

Thoughts/Opinions on Setting up a Fed/Centos7 box for an app!

2017-05-01 Thread bruce
Hey guys. I've got a Fed/Centox 7 box (should/hopefully be the same process) to setup for an open source "slack" app called "Rocket.chat" as well as "Mattermost". I've looked around a bit and kind of need skills of someone with much more sys admin cred! As an example, Mattermost, requires mysql/

Re: Setting umask in Fedora 26

2017-05-01 Thread Patrick O'Callaghan
On Sun, 2017-04-30 at 18:26 -0600, Peter Gueckel wrote: > In ~/.bash_profile, I have umask=002, since I want directories > (files) to have the permission 755 (644). > > Until Fedora 25, this worked perfectly. > > Now, in Fedora 26, directories (files) are created with the > permission 775 (664)