JustSomeGuy
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Comments
Recent activity by JustSomeGuy-
Frustrating as that quoted issue seemed to be with grub 0.95 and fixed in 0.96 AND I am running 0.97
-
But isn't that for Fedora and not Centos?
-
Fair enough. Have you followed the instructions yourself in the link I had provided? Yes I did BUT: 1: LILO: I was not able to locate a file called: /etc/lilo.conf (did a full search for that file...
-
Have you attempted to install any sort of virtualization on them at all? Also, can your host confirm that they are not "virtual dedicated's"? They are full dedicated servers which I lease from Sof...
-
It is not a virtual machine, it is 2 seperate dedicated servers running Centos.
-
It does sound like CPHulk. If so, just login through a different IP address.
-
]I would also like to see an official response, it seems like it would be so easy to break things if the settings are incorrectly changed. I am sure most of us would at least like to hear "somethi...
-
Has anyone ever installed it and if so, what is the easiest method
-
yum install mysql-utilities Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: centos.corenetworks.net * base: mirror.raystedman.net * extras: mirror.compevo.com ...
-
So far with my new box, I have one incremental backup and was able to run this to restore it onto the new server. screen; for i in `ls -d *` ; do /scripts/restorepkg $i; done