Re: [CentOS] copy with bunzip2?

2019-01-08 Thread Gianluca Cecchi
On Tue, Jan 8, 2019 at 3:59 AM Frank Cox wrote: > I have several pdf files as .pdf.bz2, as seen here: > > a/1.pdf.bz2 > a/2.pdf.bz2 > a/b/3.pdf.bz2 > a/b/c/4.pdf.bz2 > > I want to copy everything in and under directory a to another computer, > but I want the files to be decompressed on the destin

[CentOS] copy with bunzip2?

2019-01-07 Thread Frank Cox
I have several pdf files as .pdf.bz2, as seen here: a/1.pdf.bz2 a/2.pdf.bz2 a/b/3.pdf.bz2 a/b/c/4.pdf.bz2 I want to copy everything in and under directory a to another computer, but I want the files to be decompressed on the destination machine: a/1.pdf a/2.pdf a/b/3.pdf a/b/c/4.pdf I could ju

[CentOS] Copy to smb share fails with "invalid argument" on CentOS 7

2018-10-04 Thread Toralf Lund
Hi, I've had problems copying files to Windows shares from my CentOS 7 machine lately. I originally got this in the desktop file manager, but find that I can also reproduce using gvfs-copy. "cp" to the directory mounted by gvfs works just fine, on the other hand. Also, the problem does not oc

Re: [CentOS] Copy on write loop block driver

2014-08-27 Thread Jason Pyeron
Solved! > -Original Message- > From: Jason Pyeron > Sent: Wednesday, August 27, 2014 0:43 > > > -Original Message- > > From: Jason Pyeron > > Sent: Wednesday, August 27, 2014 0:09 > > > > > -Original Message- > > > From: John R Pierce > > > Sent: Tuesday, August 26, 2014 2

Re: [CentOS] Copy on write loop block driver

2014-08-26 Thread Jason Pyeron
> -Original Message- > From: Jason Pyeron > Sent: Wednesday, August 27, 2014 0:09 > > > -Original Message- > > From: John R Pierce > > Sent: Tuesday, August 26, 2014 20:11 > > > > On 8/26/2014 5:03 PM, Jason Pyeron wrote: > > > What am I doing wrong here? > > > > A) you don't cre

Re: [CentOS] Copy on write loop block driver

2014-08-26 Thread Jason Pyeron
> -Original Message- > From: centos-boun...@centos.org > [mailto:centos-boun...@centos.org] On Behalf Of John R Pierce > Sent: Tuesday, August 26, 2014 20:11 > To: centos@centos.org > Subject: Re: [CentOS] Copy on write loop block driver > > On 8/26/2014 5:0

Re: [CentOS] Copy on write loop block driver

2014-08-26 Thread John R Pierce
On 8/26/2014 5:03 PM, Jason Pyeron wrote: > What am I doing wrong here? A) you don't create anything in /dev, the driver should be using devfs to create its own devnodes on the fly as needed. B) you apparently never loaded the driver. see http://www.atcomputing.nl/Tools/cowloop/loadunload.h

[CentOS] Copy on write loop block driver

2014-08-26 Thread Jason Pyeron
I am running on the Centos 6.5 x86_64 boot disk. # uname -a Linux localhost.localdomain 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux I have been running ddrescue for a while and now it is time to check the progress. I want to take the oldhd.img outpu

Re: [CentOS] copy/paste centos 6

2012-08-16 Thread Jerry Geis
On 08/15/2012 10:22 PM, Jerry Geis wrote: > I had to update all these packages on CentOS 6 for a project. > Everything works great on CentOS 6 - except - Copy/Paste between > applications. > > Anyone - know which application below might control that function? > Example I cannot have firefox runnin

Re: [CentOS] copy/paste centos 6

2012-08-15 Thread Yves Bellefeuille
On Wednesday 15 August 2012, Jerry Geis wrote: >I had to update all these packages on CentOS 6 for a project. >Everything works great on CentOS 6 - except - Copy/Paste between >applications. > >Anyone - know which application below might control that function? Perhaps xclipboard from xorg-x11-ap

[CentOS] copy/paste centos 6

2012-08-15 Thread Jerry Geis
I had to update all these packages on CentOS 6 for a project. Everything works great on CentOS 6 - except - Copy/Paste between applications. Anyone - know which application below might control that function? Example I cannot have firefox running and copy and paste text into thunderbird. Both app

[CentOS] copy old CF image to new CF device

2010-12-08 Thread Jerry Geis
I am using an 8G CF card. (I was using dd to duplicate the card with different size cards I was advised not to). So I wrote the script below which basically: 1) runs fdisk to setup the device 2) makes the ext3 file system and the swap 3) mounts my old image "/" filesystem and the new partition 4)

Re: [CentOS] copy source of ftp

2010-04-02 Thread cahit Eyigünlü
Thanks to every one all solutions was perfect 2010/4/2 Les Mikesell > cahit Eyigünlü wrote: > > how could i copy all content of a ftp directory from ftp via console to > > cent os 5.4 > > > > wget --mirror ftp://source_location > > -- > Les Mikesell >lesmikes...@gmail.com > ___

Re: [CentOS] copy source of ftp

2010-04-02 Thread Les Mikesell
cahit Eyigünlü wrote: > how could i copy all content of a ftp directory from ftp via console to > cent os 5.4 > wget --mirror ftp://source_location -- Les Mikesell lesmikes...@gmail.com ___ CentOS mailing list CentOS@centos.org http://lists.ce

Re: [CentOS] copy source of ftp

2010-04-02 Thread cahit Eyigünlü
i am not using gui :) 2010/4/2 JohnS > > On Fri, 2010-04-02 at 21:20 +0300, cahit Eyigünlü wrote: > > but on other server content is under httpdocs folder so i said > > /local/mine/folder /httpdocs > > then it create a httpdocs under /folder :) so how could i now cut all > > content and paste to

Re: [CentOS] copy source of ftp

2010-04-02 Thread JohnS
On Fri, 2010-04-02 at 21:20 +0300, cahit Eyigünlü wrote: > but on other server content is under httpdocs folder so i said > /local/mine/folder /httpdocs > then it create a httpdocs under /folder :) so how could i now cut all > content and paste to up folder i mean from /folder/httpdocs > to /fold

Re: [CentOS] copy source of ftp

2010-04-02 Thread cahit Eyigünlü
but on other server content is under httpdocs folder so i said /local/mine/folder /httpdocs then it create a httpdocs under /folder :) so how could i now cut all content and paste to up folder i mean from /folder/httpdocs to /folder :) 02 Nisan 2010 21:15 tarihinde cahit Eyigünlü yazdı: > yes it

Re: [CentOS] copy source of ftp

2010-04-02 Thread cahit Eyigünlü
yes it works now thanks 2010/4/2 Barry Brimer > > how could i copy all content of a ftp directory from ftp via console to > cent > > os 5.4 > > lftp (which is a part of CentOS) can do this with the mirror option and > -R. man lftp for more info. > > Barry > _

Re: [CentOS] copy source of ftp

2010-04-02 Thread Barry Brimer
> how could i copy all content of a ftp directory from ftp via console to cent > os 5.4 lftp (which is a part of CentOS) can do this with the mirror option and -R. man lftp for more info. Barry ___ CentOS mailing list CentOS@centos.org http://lists.ce

Re: [CentOS] copy source of ftp

2010-04-02 Thread Robert Heller
At Fri, 2 Apr 2010 14:05:37 -0400 Robert Heller wrote: > > At Fri, 2 Apr 2010 21:02:03 +0300 CentOS mailing list > wrote: > > > > > > > > > cent os could not find ncftpget command i tryed yum install ncftpget but > > not found it also > > Add the epel repo then > > yum --enablerepo=epe

Re: [CentOS] copy source of ftp

2010-04-02 Thread Athmane Madjoudj
you need to add EPEL repo: http://fedoraproject.org/wiki/EPEL/FAQ#howtouse see this alternative solution: http://www.centos.org/modules/newbb/viewtopic.php?topic_id=9544&forum=37&post_id=30382 2010/4/2 cahit Eyigünlü : > cent os could not find ncftpget  command i tryed yum install ncftpget  but

Re: [CentOS] copy source of ftp

2010-04-02 Thread Robert Heller
At Fri, 2 Apr 2010 21:02:03 +0300 CentOS mailing list wrote: > > > > cent os could not find ncftpget command i tryed yum install ncftpget but > not found it also Add the epel repo then yum --enablerepo=epel ncftp > > 2010/4/2 Athmane Madjoudj > > > try to use ncftp > > > > Eg: > > > >

Re: [CentOS] copy source of ftp

2010-04-02 Thread cahit Eyigünlü
cent os could not find ncftpget command i tryed yum install ncftpget but not found it also 2010/4/2 Athmane Madjoudj > try to use ncftp > > Eg: > > ncftpget -R -v -u "ftpuser" ftp.server ~/localdir /remotedir > > > 2010/4/2 cahit Eyigünlü : > > how could i copy all content of a ftp directory f

Re: [CentOS] copy source of ftp

2010-04-02 Thread Athmane Madjoudj
try to use ncftp Eg: ncftpget -R -v -u "ftpuser" ftp.server ~/localdir /remotedir 2010/4/2 cahit Eyigünlü : > how could i copy all content of a ftp directory from ftp via console to cent > os 5.4 > ___ > CentOS mailing list > CentOS@centos.org > http:

[CentOS] copy source of ftp

2010-04-02 Thread cahit Eyigünlü
how could i copy all content of a ftp directory from ftp via console to cent os 5.4 ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Copy OS live to different hardware

2009-10-13 Thread Markus Falb
Bob Puff wrote: > Hello, > > My question: exactly what files should I exclude, so that I copy > everything -except- what pertains to the ethernet card(s), and hard > drive mounts. I know of at least: > > /etc/fstab > /etc/sysconfig/network-scripts/* > /var/run > /proc > I am not sure what yo

Re: [CentOS] Copy OS live to different hardware

2009-10-12 Thread Blake Hudson
Original Message Subject: Re: [CentOS] Copy OS live to different hardware From: Les Mikesell To: CentOS mailing list Date: Monday, October 12, 2009 9:48:32 AM Bob Puff wrote: Hello, I've got some CentOS 5.3 servers that I want to clone to a backup server, possibly

Re: [CentOS] Copy OS live to different hardware

2009-10-12 Thread Les Mikesell
Bob Puff wrote: > Hello, > > I've got some CentOS 5.3 servers that I want to clone to a backup server, > possibly a VM machine. I want this to be done while the server is up, and > keep it synced at least once a day. > > I've done this already by using RSYNC, but here's the twist: the backup > m

[CentOS] Copy OS live to different hardware

2009-10-12 Thread Bob Puff
Hello, I've got some CentOS 5.3 servers that I want to clone to a backup server, possibly a VM machine. I want this to be done while the server is up, and keep it synced at least once a day. I've done this already by using RSYNC, but here's the twist: the backup machine could be different hardwa

RE: [CentOS] copy

2008-07-21 Thread Dan Carl
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mad Unix Sent: Monday, July 21, 2008 11:14 AM To: CentOS mailing list Subject: Re: [CentOS] copy >How would you do the >tar zcvf - /usr/local/apache/htdocs | ssh [EMAIL PROTECTED] <mailto:[EMAIL &

Re: [CentOS] copy

2008-07-21 Thread Bo Lynch
On Mon, July 21, 2008 12:14 pm, Mad Unix wrote: > How would you do the > tar zcvf - /usr/local/apache/htdocs | ssh [EMAIL PROTECTED] > > "cat > /var/www/html/htdocs.tar.gz" > > with rsync and the to have it in the crontab to run everyday. > > Thanks > > On Mon, Jul 21,

Re: [CentOS] copy

2008-07-21 Thread Mad Unix
How would you do the tar zcvf - /usr/local/apache/htdocs | ssh [EMAIL PROTECTED] "cat > /var/www/html/htdocs.tar.gz" with rsync and the to have it in the crontab to run everyday. Thanks On Mon, Jul 21, 2008 at 5:20 PM, Tom Brown <[EMAIL PROTECTED]> wrote: > > I w

Re: [CentOS] copy

2008-07-21 Thread Tom Brown
I want to copy all the following files/folder/subfolders under /usr/local/apache/htdocs to a remote server within this directory /var/www/html/ Am I correct with this command, or far away o tar zcvf - /usr/local/apache/htdocs | ssh [EMAIL PROTECTED] "cat > /va

Re: [CentOS] copy

2008-07-21 Thread Bo Lynch
On Mon, July 21, 2008 10:09 am, Mad Unix wrote: > I want to copy all the following files/folder/subfolders under > /usr/local/apache/htdocs to a remote server within this directory > /var/www/html/ > Am I correct with this command, or far away o > > tar zcvf - /usr/local/apache/htdocs | ssh [E

[CentOS] copy

2008-07-21 Thread Mad Unix
I want to copy all the following files/folder/subfolders under /usr/local/apache/htdocs to a remote server within this directory /var/www/html/ Am I correct with this command, or far away o tar zcvf - /usr/local/apache/htdocs | ssh [EMAIL PROTECTED] "cat > /var/www/html/htdocs.tar.gz" Thanks

Re: [CentOS] Copy of own messages

2008-07-01 Thread Filipe Brandenburger
I noticed that behaviour too. Since then, whenever I start a new thread, just after sending the message I click on "see sent message" (or something to that effect) and then I tag it with "centos" or whatever tag is appropriate for that list. Apart from the [CentOS] tag on the subject, that fixes i

Re: [CentOS] Copy of own messages

2008-07-01 Thread MHR
On Tue, Jul 1, 2008 at 11:44 AM, Akemi Yagi <[EMAIL PROTECTED]> wrote: > On Tue, Jul 1, 2008 at 11:18 AM, nate <[EMAIL PROTECTED]> wrote: >> MHR wrote: >> >>> I thought it might be a feature of the lists, or gmail, but I can't >>> find anything that explains it - the messages don't even show up in

Re: [CentOS] Copy of own messages

2008-07-01 Thread Akemi Yagi
On Tue, Jul 1, 2008 at 11:18 AM, nate <[EMAIL PROTECTED]> wrote: > MHR wrote: > >> I thought it might be a feature of the lists, or gmail, but I can't >> find anything that explains it - the messages don't even show up in my >> trash. > > I do see all of my own posts, so perhaps it is a feature of

Re: [CentOS] Copy of own messages

2008-07-01 Thread nate
MHR wrote: > I thought it might be a feature of the lists, or gmail, but I can't > find anything that explains it - the messages don't even show up in my > trash. I do see all of my own posts, so perhaps it is a feature of gmail, I've never used it so can't say for sure. nate _

Re: [CentOS] Copy of own messages

2008-07-01 Thread MHR
On Sun, Jun 29, 2008 at 2:20 AM, AnneWilson <[EMAIL PROTECTED]> wrote: > For some reason I'm no longer seeing copies of my own messages. I've checked > http://lists.centos.org/mailman/listinfo/centos and the preferences setting > is still fine. Does anyone know what the problem might be? Thanks

RE: [CentOS] Copy of own messages

2008-06-29 Thread Sorin Srbu
>-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of >Johnny Hughes >Sent: Sunday, June 29, 2008 3:45 PM >To: CentOS mailing list >Subject: Re: [CentOS] Copy of own messages > >Sorin Srbu wrote: >>> -Original Messag

Re: [CentOS] Copy of own messages

2008-06-29 Thread Johnny Hughes
Sorin Srbu wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of AnneWilson Sent: Sunday, June 29, 2008 11:21 AM To: centos@centos.org Subject: [CentOS] Copy of own messages For some reason I'm no longer seeing copies of my own messages.

RE: [CentOS] Copy of own messages

2008-06-29 Thread Sorin Srbu
>-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of >Kai Schaetzl >Sent: Sunday, June 29, 2008 2:58 PM >To: centos@centos.org >Subject: Re: [CentOS] Copy of own messages > >Sorin Srbu wrote on Sun, 29 Jun 2008 14:37:37 +0200: > >

Re: [CentOS] Copy of own messages

2008-06-29 Thread Kai Schaetzl
Sorin Srbu wrote on Sun, 29 Jun 2008 14:37:37 +0200: > I use Gmail too. What is it that Gmail does that might cause this behaviour?? They probably skip duplicate message-ids. Some mail clients allow this to be configurable, maybe there's an option at Gmail as well? Kai -- Kai Schätzl, Berlin,

RE: [CentOS] Copy of own messages

2008-06-29 Thread Sorin Srbu
>-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of >Jacques B. >Sent: Sunday, June 29, 2008 11:47 AM >To: CentOS mailing list >Subject: Re: [CentOS] Copy of own messages > >On Sun, Jun 29, 2008 at 5:20 AM, AnneWilson <[EMAIL PROT

RE: [CentOS] Copy of own messages

2008-06-29 Thread Sorin Srbu
>-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of >AnneWilson >Sent: Sunday, June 29, 2008 11:21 AM >To: centos@centos.org >Subject: [CentOS] Copy of own messages > >For some reason I'm no longer seeing copies of my own

Re: [CentOS] Copy of own messages

2008-06-29 Thread Jacques B.
On Sun, Jun 29, 2008 at 5:20 AM, AnneWilson <[EMAIL PROTECTED]> wrote: > For some reason I'm no longer seeing copies of my own messages. I've checked > http://lists.centos.org/mailman/listinfo/centos and the preferences setting > is still fine. Does anyone know what the problem might be? Thanks

[CentOS] Copy of own messages

2008-06-29 Thread AnneWilson
For some reason I'm no longer seeing copies of my own messages. I've checked http://lists.centos.org/mailman/listinfo/centos and the preferences setting is still fine. Does anyone know what the problem might be? Thanks Anne ___ CentOS mailing list C