Re: [CentOS] Problems with dnscrypt's package from EPEL

2017-12-11 Thread C. L. Martinez
Sorry Stephen. I have enabled another dnscrypt process in port 6355 to test ... But no luck. On the other side, I am not sure if dnscrypt the problem. I have replaced unbound by dnsmasq and voila! ... All it is working very fast (and dnsmasq only spends 75 MiB of RAM, when unbound spends 400

[CentOS] Broadcom BCM4352 on Centos 7

2017-12-11 Thread Gary Stainburn
Hi Folks I'm trying to get my internal WiFi working and I'm following the instructions here: https://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom My adaptor is: [gary@gary ~]$ lspci|grep Broad 08:00.0 Network controller: Broadcom Limited BCM4352 802.11ac Wireless Network Adapter (rev 03)

Re: [CentOS] Broadcom BCM4352 on Centos 7

2017-12-11 Thread Johnny Hughes
On 12/11/2017 04:14 AM, Gary Stainburn wrote: > Hi Folks > > I'm trying to get my internal WiFi working and I'm following the instructions > here: > > https://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom > > My adaptor is: > > [gary@gary ~]$ lspci|grep Broad > 08:00.0 Network controller:

Re: [CentOS] Broadcom BCM4352 on Centos 7

2017-12-11 Thread Akemi Yagi
On Mon, Dec 11, 2017 at 2:14 AM, Gary Stainburn wrote: > Hi Folks > > I'm trying to get my internal WiFi working and I'm following the > instructions > here: > > https://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom > > My adaptor is: > > [gary@gary ~]$ lspci|grep Broad >

Re: [CentOS] upgrading python

2017-12-11 Thread Larry Martell
On Tue, Dec 5, 2017 at 8:22 AM, Pete Biggs wrote: > On Tue, 2017-12-05 at 14:16 +0100, Kai Grunau wrote: >> On 05.12.2017 14:05, Larry Martell wrote: >> > I am running CentOS 7 and I have python version: >> > >> > Python 2.7.5 (default, Sep 15 2016, 22:37:39) >> > >> > I need a

Re: [CentOS] upgrading python

2017-12-11 Thread Clint Dilks
On Tue, Dec 12, 2017 at 10:09 AM, Larry Martell wrote: > On Tue, Dec 5, 2017 at 8:22 AM, Pete Biggs wrote: > > On Tue, 2017-12-05 at 14:16 +0100, Kai Grunau wrote: > >> On 05.12.2017 14:05, Larry Martell wrote: > >> > I am running CentOS 7 and I have

Re: [CentOS] upgrading python

2017-12-11 Thread Larry Martell
On Mon, Dec 11, 2017 at 4:25 PM, Clint Dilks wrote: > On Tue, Dec 12, 2017 at 10:09 AM, Larry Martell > wrote: > >> On Tue, Dec 5, 2017 at 8:22 AM, Pete Biggs wrote: >> > On Tue, 2017-12-05 at 14:16 +0100, Kai Grunau wrote:

Re: [CentOS] upgrading python

2017-12-11 Thread Frank Cox
On Mon, 11 Dec 2017 16:32:06 -0500 Larry Martell wrote: > Can I make that the default python? ~/.bashrc -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] upgrading python

2017-12-11 Thread Kenneth Porter
On 12/11/2017 1:32 PM, Larry Martell wrote: Thanks. Missed that. Now I do get 7.5.13 but it seems I have to type that command in each new shell. Can I make that the default python? I want django and uWSGI to use that version. The "default" python is a dependency for many other system packages,

Re: [CentOS] upgrading python

2017-12-11 Thread Johnny Hughes
On 12/11/2017 03:32 PM, Larry Martell wrote: > On Mon, Dec 11, 2017 at 4:25 PM, Clint Dilks > wrote: >> On Tue, Dec 12, 2017 at 10:09 AM, Larry Martell >> wrote: >> >>> On Tue, Dec 5, 2017 at 8:22 AM, Pete Biggs wrote:

Re: [CentOS] upgrading python

2017-12-11 Thread Pete Biggs
> > > > > > > > Or use Software Collections, the Python27 package from there has 2.7.13 > > > > > > > > https://www.softwarecollections.org/en/scls/rhscl/python27/ > > > > > > > > https://wiki.centos.org/AdditionalResources/Repositories/SCL > > > > > > I followed the instructions at the

Re: [CentOS] upgrading python

2017-12-11 Thread Pete Biggs
On Mon, 2017-12-11 at 15:44 -0600, Frank Cox wrote: > On Mon, 11 Dec 2017 16:32:06 -0500 > Larry Martell wrote: > > > Can I make that the default python? > > ~/.bashrc > No. I'm not entirely sure that is a good idea! No, not all. 'scl enable python27 bash' creates a *new* shell with the

Re: [CentOS] upgrading python

2017-12-11 Thread m . roth
Pete Biggs wrote: > On Mon, 2017-12-11 at 15:44 -0600, Frank Cox wrote: >> On Mon, 11 Dec 2017 16:32:06 -0500 >> Larry Martell wrote: >> >> > Can I make that the default python? >> >> ~/.bashrc >> > No. I'm not entirely sure that is a good idea! No, not all. > > 'scl enable python27 bash' creates

Re: [CentOS] upgrading python

2017-12-11 Thread Clint Dilks
On Tue, Dec 12, 2017 at 11:31 AM, wrote: > Pete Biggs wrote: > > On Mon, 2017-12-11 at 15:44 -0600, Frank Cox wrote: > >> On Mon, 11 Dec 2017 16:32:06 -0500 > >> Larry Martell wrote: > >> > >> > Can I make that the default python? > >> > >> ~/.bashrc > >> > > No. I'm not

Re: [CentOS] upgrading python

2017-12-11 Thread Larry Martell
On Mon, Dec 11, 2017 at 5:57 PM, Kenneth Porter wrote: > On 12/11/2017 2:50 PM, Larry Martell wrote: >> >> ExecStart=/usr/bin/scl enable python27 bash; /usr/bin/uwsgi --emperor >> /etc/uwsgi/sites > > > You probably want: > > ExecStart=/usr/bin/scl enable python27

Re: [CentOS] upgrading python

2017-12-11 Thread Larry Martell
On Mon, Dec 11, 2017 at 5:43 PM, Clint Dilks wrote: > On Tue, Dec 12, 2017 at 11:31 AM, wrote: > >> Pete Biggs wrote: >> > On Mon, 2017-12-11 at 15:44 -0600, Frank Cox wrote: >> >> On Mon, 11 Dec 2017 16:32:06 -0500 >> >> Larry Martell wrote: >> >> >>

Re: [CentOS] upgrading python

2017-12-11 Thread Kenneth Porter
On 12/11/2017 2:50 PM, Larry Martell wrote: ExecStart=/usr/bin/scl enable python27 bash; /usr/bin/uwsgi --emperor /etc/uwsgi/sites You probably want: ExecStart=/usr/bin/scl enable python27 '/usr/bin/uwsgi --emperor /etc/uwsgi/sites' See: https://linux.die.net/man/1/scl

Re: [CentOS-docs] wiki.centos.org .. what's next ?

2017-12-11 Thread Илья
GitLab? = wiki + md + git + OpenID >Понедельник, 11 декабря 2017, 12:41 +03:00 от Fabian Arrotin >: > >On 11/12/17 10:22, Thibaut Perrin wrote: >> Hello Fabien, >> >> First, thank you for even trying for what seems to be an impossible task :( >> >> Quick points :  >> - if

[CentOS-docs] wiki.centos.org .. what's next ?

2017-12-11 Thread Fabian Arrotin
it's all in the title : what's next for wiki.centos.org ? As a reminder, current wiki.centos.org instance is powered by moinmoin (https://moinmo.in/) but quite an old version (moin-1.5.8-3.el6.noarch) Recently I had a quick look at trying to update/upgrade that version to something

Re: [CentOS-docs] wiki.centos.org .. what's next ?

2017-12-11 Thread Thibaut Perrin
Hello Fabien, First, thank you for even trying for what seems to be an impossible task :( Quick points : - if it was decided not to continue, what would happen to the current wiki ? Dismantled or would it remain as read-only for documentation purpose ? - What about Sphinx

Re: [CentOS-docs] wiki.centos.org .. what's next ?

2017-12-11 Thread Fabian Arrotin
On 11/12/17 10:22, Thibaut Perrin wrote: > Hello Fabien, > > First, thank you for even trying for what seems to be an impossible task :( > > Quick points :  > - if it was decided not to continue, what would happen to the current > wiki ? Dismantled or would it remain as read-only for

[CentOS-virt] Xen PV DomU running Kernel 4.14.5-1.el7.elrepo.x86_64: xl -v vcpu-set triggers domU kernel WARNING, then domU becomes unresponsive

2017-12-11 Thread Adi Pircalabu
Has anyone seen this recently? I couldn't replicate it on: - CentOS 6 running kernel-2.6.32-696.16.1.el6.x86_64, kernel-lt-4.4.105-1.el6.elrepo.x86_64 - CentOS 7 running 4.9.67-1.el7.centos.x86_64 But I can replicate it consistently running "xl -v vcpu-set " on: - CentOS 6 running