Re: [CentOS] USB Serial ports (ttyACMn) CentOS 6.7 (64-bit) vs. CentOS 6.7 (64-bit)

2016-02-13 Thread Alexei Altuhov
> OK, I tried rebooting without the '8250.nr_uarts=8' option and that had no > effect. > > I wonder if I should file a bug report? I don't know if I should file it with > the Red Hat bugzilla or the CentOS bugzilla. Should be with the Red Hat, I guess.

Re: [CentOS] USB Serial ports (ttyACMn) CentOS 6.7 (64-bit) vs. CentOS 6.7 (64-bit)

2016-02-13 Thread Alexei Altuhov
On Sat, Feb 13, 2016 at 5:14 PM, Robert Heller wrote: > I sent this out about a week or so ago, but I have heard nothing. I am > *thinking* it is a SELINUX problem, but I cannot figure out what. The SELINUX > settings for both machines are *exactly* the same (the stock defaults for a > standard Ce

Re: [CentOS] backup incrementals on mysql

2014-11-11 Thread Alexei Altuhov
On Nov 10, 2014 9:25 PM, "Rodrigo PichiƱual Norin" < rodrigo.pichin...@gmail.com> wrote: > > Hi all. > > > I usally make backups of databases mysql. > > I make buckups of all datbase for example: > > mysqldump -u user -ppassword name_db > backups.sql > > > also I make backups just its schema for ex

Re: [CentOS] Right way to install phpMyAdmin through Nginx and PHP-FPM

2014-10-29 Thread Alexei Altuhov
Dear list members, sorry for top posting. Couldn't find a respective setting on gmail mobile client at 2AM ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Right way to install phpMyAdmin through Nginx and PHP-FPM

2014-10-29 Thread Alexei Altuhov
If SElinux is in enforcing mode, check /var/log/audit/audit.log for messages with "denied" to nginx trying accessing your pma path. Or altermatevely you could run audit2why -brvw, provided you have installed the required rpm the above command is part of beforehand. (Smth like python-policy-blah. Ca