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 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 your concern because is a se

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

2016-08-04 Thread reynie...@gmail.com
What I am 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: T

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
one for 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:

[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.

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@centos.org https://l

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 wrote: > > On Fri, Jan 29, 2016 at 11:48 AM, Michael H wrote: > >> Selinux has been around for a while. >>

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 my PC so I not need su

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 means? setsebool is part

[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 sys

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 every

[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 stop

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

2016-01-29 Thread reynie...@gmail.com
Thx to both of you, I forgot to add a SOT before the title because yes this is more a Docker question than a Linux one, my bad On Fri, Jan 29, 2016 at 7:12 AM, Yamaban wrote: > On Fri, 29 Jan 2016 06:31, Keith Keller wrote: > >> On 2016-01-29, reynie...@gmail.com wrote: >

[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 interact

[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 gpgkey=https://yum.mariadb.org/RP

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 - maybe you need to chang

[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 opt

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 for writing, it won't ac

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 /opt 16 /home 16

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 mailin

[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: html/elclarinweb.dev/wp-content

[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 leve

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

2014-11-03 Thread reynie...@gmail.com
4 php-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 wrote: > > On Mon, Nov 3, 2014 at 8:01 AM, John R. Dennison wrote: > >> php-5.5.

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 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, though, what I ha

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 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 5.5.18 not presen

[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

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 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 rpm the abo

[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 ph

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 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 jumped right into rebooting

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 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 any just reboot after 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
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 wrote: > On 10/28/2014 02:47 PM, reynie...@gmail.com wrote: > >> >> Ok, done: >> >> vgcfgrestore -v --f

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 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 seen errors from > the mi

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
2:25 PM, 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,

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 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 extend the VG to > a ne

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 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 from a live > CD, or som

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 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 =' /etc/lvm/archive/vg_devserver*

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 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 additional disk? The b

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 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 - /dev/sda2 - for you

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 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 -> dm-2 /dev/mapper: total 0

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 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 volume names

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 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 lv_root, > but perhaps th

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 wrote: > If I were in your position, I think I would: > * Create a new, 80GB disk using VMWare > Not problem at all > * Partition that disk into your /boot a

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 Volu

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 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 mailing list C

[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] Can't reach Internet

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 5:03 PM, John R Pierce 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 /etc/sysconfig/network-scripts/ifcfg-local:GATEWAY=192.168.3.1 > alte

Re: [CentOS] Can't reach Internet

2014-08-31 Thread reynie...@gmail.com
80032 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

Re: [CentOS] Can't reach Internet

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 4:54 PM, Reindl Harald 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 > > who knows? >

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 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 192.168

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, 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>: >

[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 th

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 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 __

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 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 down the guest >

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 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 learning it (and

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 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 list and to not be b

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 wrote: > On 31/08/14 02:18 PM, reynie...@gmail.com wrote: > > On Sun, Aug 31, 2014 at 12:33 PM, Digimer wrote: > > > >> This is the most you would need to do: > >> > >&g

Re: [CentOS] EPEL-7 is Released

2014-08-31 Thread reynie...@gmail.com
On Sun, Aug 31, 2014 at 12:33 PM, Digimer 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 all? I try the c

[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
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 Kell

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 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 a development ser

[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 http://li

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

2011-12-26 Thread reynie...@gmail.com
on 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