Re: [CentOS] Enable all permissions for root in Samba ...

2016-08-04 Thread reynie...@gmail.com
On Thu, Aug 4, 2016 at 9:47 PM, John R Pierce <pie...@hogranch.com> wrote: > On 8/4/2016 6:23 PM, reynie...@gmail.com wrote: > >> local virtual machine running >> CentOS 7 so I do not need any security. >> > > thats a mighty big assumption. I understand you

[CentOS] Enable all permissions for root in Samba ...

2016-08-04 Thread reynie...@gmail.com
doing wrong? Thanks in advance *Reynier Perez Mira* Phone: (786) 5807572 EMail: reynie...@gmail.com [image: Facebook] <https://facebook.com/ReynierPM> [image: Github] <https://github.com/reypm> [image: Google+] <https://plus.google.com/u/0/+ReynierP%C3%A9rezMira> [image: Twitter] &l

Re: [CentOS] Can't connect trough SSH to a new fresh CentOS 7 minimal server

2016-08-04 Thread reynie...@gmail.com
Ohhh it was my bad, this VM has two interfaces and the one I was trying to reach was down so NEVER it will respond. Anyway thanks for the time *Reynier Perez Mira* Phone: (786) 5807572 EMail: reynie...@gmail.com [image: Facebook] <https://facebook.com/ReynierPM> [image: Github]

[CentOS] Can't connect trough SSH to a new fresh CentOS 7 minimal server

2016-08-04 Thread reynie...@gmail.com
r stop the service I have set SELinux to be permissive. SSH is up and running as the output from: *service sshd status* But I can't connect trough SSH, I am missing something? Thanks in advance *Reynier Perez Mira* Phone: (786) 5807572 EMail: reynie...@gmail.com [image: Facebook] <https://facebook.com/

[CentOS] SOT: Can Fedora be installed from Live images?

2016-03-08 Thread reynie...@gmail.com
find are "live images" so what happen here? Did I miss something? Can any put me on the right path? Thx in advance *Reynier Perez Mira* Phone: (786) 5807572 EMail: reynie...@gmail.com ___ CentOS mailing list CentOS@centos.org https://lists.

[CentOS] SOT: Best strategy for automatize a flow that need user interaction

2016-01-29 Thread reynie...@gmail.com
I am working in a Dockerfile but there is a "secure" MariaDB server script I need to run which is interactive and I don't know how to deal with this. Basically this is the flow I have follow on the script at test environment and is the same I want to achieve in the Dockerfile without user

Re: [CentOS] Write content to file from Dockerfile and/or any other method

2016-01-29 Thread reynie...@gmail.com
t; On 2016-01-29, reynie...@gmail.com <reynie...@gmail.com> wrote: >> >>> >>> I am building a Dockerfile and I am setting up MariaDB repos as follow: >>> >> >> This question is probably way offtopic for a CentOS mailing list. >> >> # Setup Maria

[CentOS] Where did network setup goes under setup utility in CentOS 7?

2016-01-29 Thread reynie...@gmail.com
In CentOS 6.7 I ran setup command and I could configure network settings from that "gui" utility at command line. In CentOS 7 I don't know where this goes or how to enabled. I have installed a few packages: yum install setuptool -y \ && yum install system-config-network-tui -y \ && yum install

Re: [CentOS] Apache doesn't display "It works page" under CentOS 7

2016-01-29 Thread reynie...@gmail.com
On Fri, Jan 29, 2016 at 11:48 AM, Michael H wrote: > Selinux has been around for a while. > Yes, I know this but ... > > setsebool - set selinux boolean > What I am asking is if the command above is part of SELinux since I doesn't use before because it's a VM running on

Re: [CentOS] Apache doesn't display "It works page" under CentOS 7

2016-01-29 Thread reynie...@gmail.com
On Fri, Jan 29, 2016 at 11:56 AM, Michael H wrote: > I've setup several web servers this week, if this isn't working, you > broke something. We always use minimal installs. > No problem, it works! Thx ___ CentOS mailing list

[CentOS] Apache doesn't display "It works page" under CentOS 7

2016-01-29 Thread reynie...@gmail.com
I have Apache/2.4.6 installed in a minimal CentOS 7 VM. I am trying to access the default page when Apache is installed by accessing the CentOS IP as http://192.168.3.130 (is a host only interface) but I got "This webpage is not available: ERR_CONNECTION_TIMED_OUT" and I can't find why. I have

Re: [CentOS] SOT: Best strategy for automatize a flow that need user interaction

2016-01-29 Thread reynie...@gmail.com
On Fri, Jan 29, 2016 at 11:25 AM, Keith Keller < kkel...@wombat.san-francisco.ca.us> wrote: > Honestly, I think your best long-term strategy for getting help with > Docker is a Docker list. Personally I have no major problems with OT > questions, but if you ask your question someplace where

Re: [CentOS] Apache doesn't display "It works page" under CentOS 7

2016-01-29 Thread reynie...@gmail.com
On Fri, Jan 29, 2016 at 11:41 AM, Michael H wrote: > setsebool -P httpd_can_network_connect on > firewall-cmd --add-service=http --permanent > I have ran those two and still can't access. I have restarted httpd and iptables services after ran those lines. BTW, what those

Re: [CentOS] Apache doesn't display "It works page" under CentOS 7

2016-01-29 Thread reynie...@gmail.com
I should add this is a minimal CentOS perhaps it's lacks a few packages and I am not aware of which ones On Fri, Jan 29, 2016 at 11:52 AM, reynie...@gmail.com <reynie...@gmail.com> wrote: > > On Fri, Jan 29, 2016 at 11:48 AM, Michael H <mich...@wemoto.com> wrote: > >&

[CentOS] Write content to file from Dockerfile and/or any other method

2016-01-28 Thread reynie...@gmail.com
I am building a Dockerfile and I am setting up MariaDB repos as follow: # Setup MariaDB repos RUN touch /etc/yum.repos.d/MariaDB.repo I should write this inside the MariaDB.repo file: [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/5.5/centos6-amd64

[CentOS] SOT: MariaDB 5.5.x-MariaDB logs are not going to desired .log file

2015-11-30 Thread reynie...@gmail.com
Hi there, I know this is off-topic or semi off-topic but I really need some help since I am stucked. I'm trying to redirect MariaDB logs to `/var/log/mysql/*.log` files as shown below on the `/etc/my.cnf.d/server.cnf` file: # # These groups are read by MariaDB server. # Use it for

Re: [CentOS] SOT: MariaDB 5.5.x-MariaDB logs are not going to desired .log file

2015-11-30 Thread reynie...@gmail.com
On Mon, Nov 30, 2015 at 5:50 PM, Wes James wrote: > Does this help: > > > http://dba.stackexchange.com/questions/98732/how-to-enable-queries-logs-in-mariadb > < > http://dba.stackexchange.com/questions/98732/how-to-enable-queries-logs-in-mariadb > > > > did search online -

Re: [CentOS] Cannot open: No space left on device

2015-09-11 Thread reynie...@gmail.com
On Fri, Sep 11, 2015 at 3:52 PM, zep wrote: > did you (or someone else with root access) possibly delete a very large > file in /var that may still have been in use?it's very annoying but > if you do a rm on a large file under /var that is still open by some > process

Re: [CentOS] Cannot open: No space left on device

2015-09-11 Thread reynie...@gmail.com
On Fri, Sep 11, 2015 at 3:19 PM, Dario Lesca wrote: > the result. # du -sc /* /.??* --exclude /proc|sort -n 0 /.autofsck 0 /.autorelabel 0 /misc 0 /net 0 /sys 4 /cgroup 4 /media 4 /mnt 4 /selinux 4 /srv 8

[CentOS] Cannot open: No space left on device

2015-09-11 Thread reynie...@gmail.com
I have a VBox VM running CentOS 6.7 and I want to extract the content of a 14G tar file. I'm doing as: *tar -xvf www.tar.gz* But I am getting a lot of errors like the ones shown below: html/elclarinweb.dev/wp-content/uploads/2015/03/12-Aura-Ávila-400x320.jpg tar:

Re: [CentOS] Cannot open: No space left on device

2015-09-11 Thread reynie...@gmail.com
On Fri, Sep 11, 2015 at 2:45 PM, Warren Young wrote: > 24 - 16 = 8, which sounds suspiciously like the size of a swap file. What > does mount say? What do you mean with "mount says"? Can you point me on the right command to execute?

[CentOS] upstart CentOS vs upstart Ubuntu is there any difference between them?

2015-03-31 Thread reynie...@gmail.com
I'm moving some server configurations from Ubuntu Server 12.04 to CentOS 6.6. Now I'm working on `/etc/init` script that should be handled by `upstart` at both OS as far as I know. The files on both server are the same and I mean the same at content level and also at path level and permissions

Re: [CentOS] Conflicts updating packages, hot to get ride of them without mess up all my OS?

2014-11-03 Thread reynie...@gmail.com
On Sun, Nov 2, 2014 at 10:10 PM, Peter pe...@pajamian.dhs.org wrote: remi is known to mess things up like that if you don't install it properly. First thing I would do is yum remove remi-release unless you have something you specifically need the remi repo for Yes I have latest PHP release

Re: [CentOS] Conflicts updating packages, hot to get ride of them without mess up all my OS?

2014-11-03 Thread reynie...@gmail.com
On Mon, Nov 3, 2014 at 8:01 AM, John R. Dennison j...@gerdesas.com wrote: php-5.5.18 is also available at the IUS repo which has a better reputation than Remi. Hi John, in order to remove all packages from REMI repo and move, following your suggestion, to IUS, what should I do? Basically,

Re: [CentOS] Conflicts updating packages, hot to get ride of them without mess up all my OS?

2014-11-03 Thread reynie...@gmail.com
-tidy-5.5.18-1.el6.remi.x86_64 How to remove all of them or I need to do it in one line as per example: remove -e package1 package2 and so on? On Mon, Nov 3, 2014 at 8:35 AM, reynie...@gmail.com reynie...@gmail.com wrote: On Mon, Nov 3, 2014 at 8:01 AM, John R. Dennison j...@gerdesas.com wrote

[CentOS] Conflicts updating packages, hot to get ride of them without mess up all my OS?

2014-11-02 Thread reynie...@gmail.com
Apparently I install some packages in the wrong way and now I'm having some problems updating my OS. This is what I'm doing: # yum update --enablerepo=remi,remi-php5 Loaded plugins: fastestmirror, security Setting up Update Process Loading mirror speeds from cached hostfile epel/metalink

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

2014-10-29 Thread reynie...@gmail.com
First I know this is not a list for PHP or Nginx setup or something else but I'll give it a try and ask here for support I'm running a new server with PHP 5.5.18 and Nginx 1.6.2 through FPM/FastCGI. The server is working fine since I have other websites running on it. Now I'm trying to configure

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

2014-10-29 Thread reynie...@gmail.com
On Wed, Oct 29, 2014 at 8:05 PM, Alexei Altuhov alexx...@gmail.com wrote: 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

Re: [CentOS] No free sectors available while try to extend logical volumen in a virtual machine running CentOS 6.5

2014-10-28 Thread reynie...@gmail.com
On Tue, Oct 28, 2014 at 1:08 AM, John R Pierce pie...@hogranch.com wrote: what do you get from the commands: pvs -v vgs -v lvs and, if pvs shows any /dev/mdXX devices, the output of mdadm --detail /dev/mdXX Hi John, here are the results: #pvs -v Scanning for physical

Re: [CentOS] No free sectors available while try to extend logical volumen in a virtual machine running CentOS 6.5

2014-10-28 Thread reynie...@gmail.com
On Tue, Oct 28, 2014 at 10:31 AM, Robert Nichols rnicholsnos...@comcast.net wrote: Please post the output from ls -l /dev/root /dev/mapper and the contents of file /etc/lvm/backup/vg_devserver . Here, # ls -l /dev/root /dev/mapper lrwxrwxrwx 1 root root 4 Oct 27 17:55 /dev/root -

Re: [CentOS] No free sectors available while try to extend logical volumen in a virtual machine running CentOS 6.5

2014-10-28 Thread reynie...@gmail.com
On Tue, Oct 28, 2014 at 10:48 AM, Dominic Geevarghese share2...@gmail.com wrote: By looking at fdisk output pasted in your first mail, I don't see more than 2 partition in your first disk - /dev/sda . The first partition is - /dev/sda1 - is allocated for /boot and second partition is -

Re: [CentOS] No free sectors available while try to extend logical volumen in a virtual machine running CentOS 6.5

2014-10-28 Thread reynie...@gmail.com
On Tue, Oct 28, 2014 at 11:45 AM, Robert Nichols rnicholsnos...@comcast.net wrote: Yes, that would have helped a lot. I can see in file /etc/lvm/backup/vg_devserver that the lv_root LV has been extended by a mere 32 Megabytes (yes, Mega) on the missing physical volume. Do you still have the

Re: [CentOS] No free sectors available while try to extend logical volumen in a virtual machine running CentOS 6.5

2014-10-28 Thread reynie...@gmail.com
On Tue, Oct 28, 2014 at 1:05 PM, Robert Nichols rnicholsnos...@comcast.net wrote: You will have to find the archived configuration from before you tried to extend that LV, and restore that configuration. Let's see what file you have. Post the output from grep -H 'description ='

Re: [CentOS] No free sectors available while try to extend logical volumen in a virtual machine running CentOS 6.5

2014-10-28 Thread reynie...@gmail.com
On Tue, Oct 28, 2014 at 1:43 PM, Robert Nichols rnicholsnos...@comcast.net wrote: That all there are??? By default that archive should go back a minimum of 30 days and a minimum of 10 files, whichever is larger. All I see here is a history of your recovery efforts. Did you make that change

Re: [CentOS] No free sectors available while try to extend logical volumen in a virtual machine running CentOS 6.5

2014-10-28 Thread reynie...@gmail.com
On Tue, Oct 28, 2014 at 2:17 PM, Robert Nichols rnicholsnos...@comcast.net wrote: The attachment didn't come through, but I can use the file that you posted before. The PV you have is completely used, but restoring this configuration should get you back to a state where you can try again to

Re: [CentOS] No free sectors available while try to extend logical volumen in a virtual machine running CentOS 6.5

2014-10-28 Thread reynie...@gmail.com
at 2:25 PM, reynie...@gmail.com reynie...@gmail.com wrote: On Tue, Oct 28, 2014 at 2:17 PM, Robert Nichols rnicholsnos...@comcast.net wrote: The attachment didn't come through, but I can use the file that you posted before. The PV you have is completely used, but restoring this configuration

Re: [CentOS] No free sectors available while try to extend logical volumen in a virtual machine running CentOS 6.5

2014-10-28 Thread reynie...@gmail.com
On Tue, Oct 28, 2014 at 2:47 PM, Robert Nichols rnicholsnos...@comcast.net wrote: That looks good. I understand the I/O error now. It is from an attempt to read from the missing PV. The one question I have is, Did you ever resize the root filesystem? I suspect not, since you would have

Re: [CentOS] No free sectors available while try to extend logical volumen in a virtual machine running CentOS 6.5

2014-10-28 Thread reynie...@gmail.com
Well I reboot the VM and now it does not boot up with kernel panic seems like this is bad. See attached image. On Tue, Oct 28, 2014 at 3:32 PM, Robert Nichols rnicholsnos...@comcast.net wrote: On 10/28/2014 02:47 PM, reynie...@gmail.com wrote: Ok, done: vgcfgrestore -v --file LVMconfig.new

Re: [CentOS] No free sectors available while try to extend logical volumen in a virtual machine running CentOS 6.5

2014-10-28 Thread reynie...@gmail.com
On Tue, Oct 28, 2014 at 4:08 PM, Robert Nichols rnicholsnos...@comcast.net wrote: Again, your attachments aren't coming through. Did you try running vgs and lvs before rebooting? What was the result? That's weird maybe the list is configured to not allow attachments and no I didn't try

Re: [CentOS] No free sectors available while try to extend logical volumen in a virtual machine running CentOS 6.5

2014-10-28 Thread reynie...@gmail.com
On Tue, Oct 28, 2014 at 4:40 PM, Robert Nichols rnicholsnos...@comcast.net wrote: The list does allow attachments. The file I sent you was an attachment. I do not know why then my attachment are not attached, anyway here I uploaded the image http://imgur.com/B7YWY10 I wish you hadn't

[CentOS] No free sectors available while try to extend logical volumen in a virtual machine running CentOS 6.5

2014-10-27 Thread reynie...@gmail.com
I'm trying to extend a logical volume and I'm doing as follow: 1- Run `fdisk -l` command and this is the output: Disk /dev/sda: 85.9 GB, 85899345920 bytes 255 heads, 63 sectors/track, 10443 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512

Re: [CentOS] No free sectors available while try to extend logical volumen in a virtual machine running CentOS 6.5

2014-10-27 Thread reynie...@gmail.com
On Mon, Oct 27, 2014 at 3:54 PM, Zhang, Jonathan zha...@evergreen.edu wrote: Rebooting your system, then run fdisk /dev/sda Then run P N P 3 Can't pass from here, it says: Partition number (1-4): 3 No free sectors available Why? ___ CentOS

Re: [CentOS] No free sectors available while try to extend logical volumen in a virtual machine running CentOS 6.5

2014-10-27 Thread reynie...@gmail.com
Hi SilverTip nice answer and very helpful, I'll try to get some more help here since as I said in the main post I'm not an expert on Linux or a Administrator I'm just a developer trying to setup a development enviroment so ... It's telling you the truth. Sounds like you want another Logical

Re: [CentOS] No free sectors available while try to extend logical volumen in a virtual machine running CentOS 6.5

2014-10-27 Thread reynie...@gmail.com
Uppsss I think this goes more and more advanced all the time but here I go more doubts On Mon, Oct 27, 2014 at 9:20 PM, Ted Miller tedli...@sbcglobal.net wrote: If I were in your position, I think I would: * Create a new, 80GB disk using VMWare Not problem at all * Partition that

Re: [CentOS] No free sectors available while try to extend logical volumen in a virtual machine running CentOS 6.5

2014-10-27 Thread reynie...@gmail.com
On Mon, Oct 27, 2014 at 11:21 PM, Robert Nichols rnicholsnos...@comcast.net wrote: Those I/O errors are alarming. They suggest that you have a disk that is failing. Does anything about disk sda appear in /var/log/messages when you do that? You should indeed have 29GB available for growing

Re: [CentOS-es] Duda con PostgreSQL

2014-10-23 Thread reynie...@gmail.com
2014-10-23 16:03 GMT-04:30 ylarg...@cimex.com.cu: Tengo dos Bases de datos A y B en un mismo Servidor PostgreSQL y quiero copiar ciertas TABLAS con sus respectivos datos de la Base de Datos A con destino a la Base de Datos B... no es de mi interés hacer backup de las tablas en A y

Re: [CentOS] EPEL-7 is Released

2014-08-31 Thread reynie...@gmail.com
Hi guys, sorry for this newbie question but how I do add EPEL repo to my CentOS 7? In the past I do this as follow: $ sudo rpm -Uvh http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm But now I don't know how to? Any help? On Sat, Aug 30, 2014 at 6:05 PM, Keith

[CentOS] CentOS7 Minimal installation on Vmware missing network interface

2014-08-31 Thread reynie...@gmail.com
Hi there, I'm playing with CentOS 7 (don't know if it's recommended at all have this one as a development server as maybe is not stable enough yet) and I installed it on a Vmware VM with two network interfaces: one as a bridged connected directly to the physical network and replicating the network

Re: [CentOS] EPEL-7 is Released

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 12:33 PM, Digimer li...@alteeve.ca wrote: This is the most you would need to do: yum clean all You mean run only this command or run first the command sudo rpm -Uvh http://dl.fedoraproject.org/pub/epel/beta/7/x86_64/epel-release-7-0.2.noarch.rpm and then yum clean

Re: [CentOS] EPEL-7 is Released

2014-08-31 Thread reynie...@gmail.com
Thanks, I get it and now it's working On Sun, Aug 31, 2014 at 1:53 PM, Digimer li...@alteeve.ca wrote: On 31/08/14 02:18 PM, reynie...@gmail.com wrote: On Sun, Aug 31, 2014 at 12:33 PM, Digimer li...@alteeve.ca wrote: This is the most you would need to do: yum clean all You

Re: [CentOS] CentOS7 Minimal installation on Vmware missing network interface

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 1:56 PM, Reindl Harald h.rei...@thelounge.net wrote: i don't see you VMware configuration in your post Which configuration you need? The one I made at Windows side? The Vmware is running on Windows 7 (I didn't send here since I don't know if I can attach images to this

Re: [CentOS] CentOS7 Minimal installation on Vmware missing network interface

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 1:56 PM, Digimer li...@alteeve.ca wrote: This is something of a loaded question and also quite dependent on what you are doing. If the server is very critical, I would probably wait until 7.1 or 7.2. If the server is not very critical, then sure, use EL7 and start

Re: [CentOS] CentOS7 Minimal installation on Vmware missing network interface

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 2:05 PM, Reindl Harald h.rei...@thelounge.net wrote: ook what adapter type you have configured for your virtual machine maybe the GUI don't show it - it's even on vSphere a pain where you need to remove the NIC and add it again by take care of the type * in doubt shut

Re: [CentOS] CentOS7 Minimal installation on Vmware missing network interface

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 2:18 PM, Reindl Harald h.rei...@thelounge.net wrote: ethernet0.virtualDev = e1000 ethernet0.virtualDev = vmxnet3 Thanks now with the solution you give me I'm able to see the network interface and yes I learn something new today so thanks

[CentOS] Can't reach Internet

2014-08-31 Thread reynie...@gmail.com
I'm having some issues with Internet access from CentOS7 server which is installed in Vmware Workstation 10.0.3 build-1895310 in Windows 7 x64. At this point I can't get if the error is on CentOS configuration or it's another problem so I leave here what I did in order to get Internet working on

Re: [CentOS] Can't reach Internet

2014-08-31 Thread reynie...@gmail.com
What you mean with check default route? On Aug 31, 2014 4:31 PM, alexan...@onda.net.br wrote: Check default route.. If installed -- Enviado pelo aplicativo muMail para Android domingo, 31 agosto 2014, 05:53PM -03:00 de reynie...@gmail.com reynie...@gmail.com: I'm having some issues

Re: [CentOS] Can't reach Internet

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 4:44 PM, Ed Donahue III libera...@gmail.com wrote: $ route -n the one listed as gateway is your default route. Ok, since my default route is bad, # route -n Kernel IP routing table Destination Gateway Genmask Flags Metric RefUse Iface 0.0.0.0

Re: [CentOS] Can't reach Internet

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 4:54 PM, Reindl Harald h.rei...@thelounge.net wrote: who knows - looking at other threads - why did you assign *two* network interfaces to your virtual machine at all? Because if for any reason WAN is down then I can reach the VM trough the DHCP assigned IP I though

Re: [CentOS] Can't reach Internet

2014-08-31 Thread reynie...@gmail.com
proto kernel scope link src 192.168.1.112 192.168.3.0/24 dev eno33555200 proto kernel scope link src 192.168.3.131 Is that right? How do I remove the second one? (default via 192.168.3.1 dev eno33555200 proto static metric 1024) On Sun, Aug 31, 2014 at 4:57 PM, reynie...@gmail.com reynie

Re: [CentOS] Can't reach Internet

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 5:03 PM, John R Pierce pie...@hogranch.com wrote: grep 192.168.3.1 /etc/sysconfig/network-scripts/* # grep 192.168.3.1 /etc/sysconfig/network-scripts/* /etc/sysconfig/network-scripts/ifcfg-local:IPADDR=192.168.3.131

[CentOS-es] SOT: Cluster HA con Samba 4

2014-08-20 Thread reynie...@gmail.com
Hola y buenos dias a todos, a pesar de que la lista va dirigida a CentOS y me disculpan por ello, necesito informacion acerca del montaje y configuracion de un cluster de HA con Samba 4 pues tengo que instalar uno en dos servidores Debian y no tengo la menor idea de por donde comenzar, alguuna

Re: [CentOS-es] SOT: Cluster HA con Samba 4

2014-08-20 Thread reynie...@gmail.com
2014-08-20 11:49 GMT-04:30 New Route Inc newro...@gmail.com: Por que no le das una mirada a esta distribución: Zentyal http://www.zentyal.org/, esta basada en Ubuntu (*Debian*) y te facilitaría mucho lo que quieres hacer. Gracias, ya me lo estoy descargando para probarlo en una VM, por otro

[CentOS-es] Actualizar de CentOS 6.5 a CentOS 7

2014-07-09 Thread reynie...@gmail.com
Hola listeros, tengo CentOS 6.5 instalado y quiero actualizarlo upgradear a la version 7, cuales serian los pasos a seguir? Saludos y gracias por adelantado ___ CentOS-es mailing list CentOS-es@centos.org

[CentOS] Upgrade from CentOS 6.5 to 7.0

2014-07-09 Thread reynie...@gmail.com
Hi there, I have a CentOS 6.5 installation and I'll like to upgrade to 7.0, which are the steps to follow in order to get this done and mantain 6.5 services and configuration? Regards and thx in advance ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Upgrade from CentOS 6.5 to 7.0

2014-07-09 Thread reynie...@gmail.com
On Wed, Jul 9, 2014 at 3:22 PM, Reindl Harald h.rei...@thelounge.net wrote: if you would seriously follow that list you would know the *for now* there is no such tool *but* it is planned - so just wait and don't rush to a x.0 release for no benefit You're right I just want to test, this is

Re: [CentOS-es] Eleccion distro cortafuegos

2011-12-28 Thread reynie...@gmail.com
Y q tal pfSense? No es CentOS sino FreeBSD pero tiene una interfaz web y puedes hacer uf cantidad de cosas! Saludos Ing. Reynier Pérez Mira Cel: +58 424.180.5609 / +58 416.921.7406 Correo: reynie...@gmail.com / reynie...@hotmail.com 2011/12/28 Maykel Franco Hernández may...@maykel.sytes.net

Re: [CentOS-es] Una de DNS

2011-12-27 Thread reynie...@gmail.com
...@gmail.com / reynie...@hotmail.com 2011/12/27 Miguel González Castaños miguel_3_gonza...@yahoo.es On 27/12/2011 14:18, reynie...@gmail.com wrote: Ya reinicie el bind como 15 veces y tambien reinicie rep-mgr.local.domain.com (192.168.1.30), este es el resultado de nslookup: 1) Seteando

Re: [CentOS-es] Una de DNS

2011-12-27 Thread reynie...@gmail.com
: NXDOMAIN Ing. Reynier Pérez Mira Cel: +58 424.180.5609 / +58 416.921.7406 Correo: reynie...@gmail.com / reynie...@hotmail.com 2011/12/27 Miguel González Castaños miguel_3_gonza...@yahoo.es Reinicia el servicio de bind y de red. De todas maneras porque no ejecutas nslookup? Miguel

Re: [CentOS-es] Una de DNS

2011-12-27 Thread reynie...@gmail.com
(192.168.1.2) ;; WHEN: Tue Dec 27 08:31:12 2011 ;; MSG SIZE rcvd: 111 Sigo sin entender que sucede porque ya he buscado por Google y he probado cuanta solucion a dado la gente :-( Saludos Ing. Reynier Pérez Mira Cel: +58 424.180.5609 / +58 416.921.7406 Correo: reynie...@gmail.com / reynie

[CentOS-es] Una de DNS

2011-12-27 Thread reynie...@gmail.com
. Reynier Pérez Mira Cel: +58 424.180.5609 / +58 416.921.7406 Correo: reynie...@gmail.com / reynie...@hotmail.com ___ CentOS-es mailing list CentOS-es@centos.org http://lists.centos.org/mailman/listinfo/centos-es

Re: [CentOS-es] Error con conexion SSH mediante Putty y dsd Windows

2011-12-26 Thread reynie...@gmail.com
Correo: reynie...@gmail.com / reynie...@hotmail.com 2011/12/26 reynie...@gmail.com reynie...@gmail.com No tengo ningun firewall instalado y tampoco el de Windows habilitado, sigo buscando la causa pero no logro encontrar el porque me falla :-( Ing. Reynier Pérez Mira Cel: +58 424.180.5609

Re: [CentOS-es] Error con conexion SSH mediante Putty y dsd Windows

2011-12-26 Thread reynie...@gmail.com
. Reynier Pérez Mira Cel: +58 424.180.5609 / +58 416.921.7406 Correo: reynie...@gmail.com / reynie...@hotmail.com 2011/12/26 Ricardo Cortés Farías ricardo.cor...@masterdg.cl Tienes habilitado Selinux? Esta el servicio ssh activo? El Firewall que trae Cent0S, esta activo

Re: [CentOS-es] Error con conexion SSH mediante Putty y dsd Windows

2011-12-26 Thread reynie...@gmail.com
Hmmm opciones que no he tocado para nada por lo cual si antes funcionaba xq de momento dejo de hacerlo? :-) Ing. Reynier Pérez Mira Cel: +58 424.180.5609 / +58 416.921.7406 Correo: reynie...@gmail.com / reynie...@hotmail.com 2011/12/26 Miguel González Castaños miguel_3_gonza...@yahoo.es

[CentOS] Putty error Network error: Software caused connection abort

2011-12-26 Thread reynie...@gmail.com
to this? Cheers and thanks in advance Ing. Reynier Pérez Mira Cel: +58 424.180.5609 / +58 416.921.7406 Correo: reynie...@gmail.com / reynie...@hotmail.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos