Hi,
I want to clone my hardisk containing the centos-5.3 OS and its swap
region on to new raw hardisk via network
either through ssh, tftp or ftp. How do i do that ?
Is there any Tool for that or will DD command be sufficient.I know that dd
command will have to be used on hardisk
with already
2010/2/15 :
>
> Hi,
>
> I want to clone my hardisk containing the centos-5.3 OS and its swap region
> on to new raw hardisk via network
> either through ssh, tftp or ftp. How do i do that ?
dd if=localfile | ssh target_address "dd of=remotefile"
It is recommended to boot source computer with l
From: Robert P. J. Day
> i was looking at options for backing up mysql databases across the
> net, and ran across this:
> http://www.zmanda.com/download-zrm.php
> clearly, there are two rpms for linux:
> * MySQL-zrm-2.2.0-1.noarch.rpm
> * MySQL-zrm-client-2.2.0-1.noarch.rpm
> but on a centos
On Saturday 13 February 2010, Robert P. J. Day wrote:
> On Sat, 13 Feb 2010, Jim Green wrote:
...
> > Thank Robert and Ron, Could you list an example where I need to use
> > rpm command alone? I used rpm to install stand alone package if that
> > is the case.
>
> i suspect there are yum alternati
On Sun, 2010-02-14 at 23:43 -0600, Gregory P. Ennis wrote:
> I'll be happy to share it with you. Your admonitions in the previous
> e-mail are appropriate. The urine analyzer does not communicate in HL7.
> I do have a bunch of code that is an HL7 parser for communication with
> Quest diagnostic
> Thank Robert and Ron, Could you list an example where I need to use
> rpm command alone? I used rpm to install stand alone package if that
> is the case.
This one illustrates the kind of information you rather get with the
rpm command (here the installed size):
# List RPMS ordered by size (bigg
At Mon, 15 Feb 2010 14:55:02 +0530 CentOS mailing list
wrote:
>
>
>
> Hi,
>
> I want to clone my hardisk containing the centos-5.3 OS and its swap
> region on to new raw hardisk via network
> either through ssh, tftp or ftp. How do i do that ?
>
> Is there any Tool for that or will DD co
Clonezilla do a network version that does this,
http://clonezilla.org/clonezilla-server-edition/
--
Regards,
James ;)
Stephen Leacock - "I detest life-insurance agents: they always argue
that I shall some day die, which is not so." -
http://www.brainyquote.com/quotes/authors/s/stephen_leacock.
Jim Green wrote:
> On 13 February 2010 10:27, Robert P. J. Day wrote:
>
>> On Sat, 13 Feb 2010, Jim Green wrote:
>>
>>
>> $ rpm -qa # list all installed packages
>>
>
> yum list installed
I use rpm for basic stuff because it runs faster. For example:
$ time yum list
On Monday 15 February 2010, Bowie Bailey wrote:
> Jim Green wrote:
> > On 13 February 2010 10:27, Robert P. J. Day wrote:
> >> On Sat, 13 Feb 2010, Jim Green wrote:
> >>
> >>
> >> $ rpm -qa # list all installed packages
> >
> > yum list installed
>
> I use rpm for basic stuff
On Mon, 15 Feb 2010, James Bensley wrote:
> Clonezilla do a network version that does this,
>
> http://clonezilla.org/clonezilla-server-edition/
+1 for Clonezilla. For smaller-scale cloning, it and an external USB
drive are just the ticket (assuming your hardware can boot from a USB
device).
-
Paul Heinlein wrote:
> On Mon, 15 Feb 2010, James Bensley wrote:
>
>> Clonezilla do a network version that does this,
>>
>> http://clonezilla.org/clonezilla-server-edition/
>
> +1 for Clonezilla. For smaller-scale cloning, it and an external USB
> drive are just the ticket (assuming your hardwar
premr...@digilink.in wrote:
>
> Hi,
>
> I want to clone my hardisk containing the centos-5.3 OS and its swap
> region on to new raw hardisk via network
> either through ssh, tftp or ftp. How do i do that ?
>
> Is there any Tool for that or will DD command be sufficient.I know
> that dd command w
where can I find packages for hplip and it's deps for centos4x?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Can this be done with stock centos 4? Or can this even be done with the extras
repo?
--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- -
- Jason Pyeron PD Inc. http://www.pdinc.us -
- Principal
Either I've made a mistake in my configuration or else packages from
other repos can obsolete core packages
For example, I did a "yum update" on some rpmforge packages and saw this:
Installing:
perl-Date-Manip noarch 5.54-2.el5.rf rpmforge 210 k
replacing perl-Da
On Mon, Feb 15, 2010 at 09:00:33PM -0500, Scot P. Floess wrote:
>
> Do you have the yum-priorities package installed?
Yes, as can be seen from the output I included :-)
> >Loaded plugins: priorities
> >476 packages excluded due to repository priority protections
--
rgds
Stephen
Following on from my previous, I removed the perl-Date-Manip and re-installed
the Centos base perl-DateManip package.
When I do a "check-update" then it shows nothing needs to be done, but
if I do an "update" then it tries to replace the package!
In the following, c5-local, update-local, rpmforge
https://bugzilla.redhat.com/show_bug.cgi?id=437046 seems to indicate it may be
part of RHEL5. But I do not see it there either.
> -Original Message-
> From: centos-boun...@centos.org
> [mailto:centos-boun...@centos.org] On Behalf Of Jason Pyeron
> Sent: Monday, February 15, 2010 20:31
>
On Mon, Feb 15, 2010 at 10:37 PM, Jason Pyeron wrote:
> https://bugzilla.redhat.com/show_bug.cgi?id=437046 seems to indicate it may be
> part of RHEL5. But I do not see it there either.
The package listed there is mod_bw and it's in the EPEL repository.
--
During times of universal deceit, tel
Jason Pyeron wrote:
> Can this be done with stock centos 4? Or can this even be done with the extras
> repo?
>
there's a number of bandwidth limitiinig mods for apache, like
mod_bandwidth, mod_cband, etc. dunno if there's any canned repo
versions, but I've saw a bunch of 'howto's on settin
> -Original Message-
> From: centos-boun...@centos.org
> [mailto:centos-boun...@centos.org] On Behalf Of Jim Perrin
> Sent: Monday, February 15, 2010 23:05
> To: CentOS mailing list
> Subject: Re: [CentOS] Apache bandwidth limiting?
>
> On Mon, Feb 15, 2010 at 10:37 PM, Jason Pyeron
> w
On Mon, 2010-02-15 at 23:44 -0500, Jason Pyeron wrote:
> What is the EPEL repo?
http://lmgtfy.com/?q=centos+epel
--
MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/ma
On Mon, 15 Feb 2010, Jason Pyeron wrote:
> https://bugzilla.redhat.com/show_bug.cgi?id=437046 seems to indicate it may be
> part of RHEL5. But I do not see it there either.
>
One can find mod_cband in Karanbir's testing repo for EL5. But I couldn't
find anything for EL4.
>
>> -Original Mes
Dear All,
We are running RHEL4 Update 4 AS IA-64 on a HP rx6600.
We are running programs compiled in RHEL4 Update 4 AS in i386
architecture using the emul library(Intel IA-32 Execution Layer )
[ad...@corviewsecondary ~]$ service ia32el status
Intel IA-32 Execution Layer in use
When we attempt
Hi
I tried to install with command you mentioned but it says ..
*
[r...@bithorax etc]# yum -y install R
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* base: ftp.oss.eznetsols.org
* updates: ftp.oss.eznetsols.org
* addons: ftp.oss.eznetsols.org
* extras: ftp.oss.ez
26 matches
Mail list logo