[CentOS] file manager over ssh

2008-08-17 Thread Linux Man
Hello. I need to copy several file from one PC to another over Internet, both using CentOS. What file manager that works over console do you recommend me? Thanks at all Best Regards ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] file manager over ssh

2008-08-17 Thread Rudi Ahlers
On Sun, Aug 17, 2008 at 11:19 AM, Linux Man [EMAIL PROTECTED] wrote: Hello. I need to copy several file from one PC to another over Internet, both using CentOS. What file manager that works over console do you recommend me? Thanks at all Best Regards

Re: [CentOS] file manager over ssh

2008-08-17 Thread John R Pierce
Rudi Ahlers wrote: scp is the easiest in this regard. It runs over SSH, so your data is secure - especially if it's over the open internet. The commands are as follows: scp [EMAIL PROTECTED]:/home/user1/myfile . ... and in fact, if /home/user1 is [EMAIL PROTECTED]'s home directory, that can

Re: [CentOS] file manager over ssh

2008-08-17 Thread Linux Man
Thanks for your help. Yes, I used scp several time and still using it :) But in this case there's a lot of file in different directories, so I need a tool like mc (I don't know if mc runs always over ssh) What file manager that works over console do you recommend me? Thanks at all Best Regards

Re: [CentOS] file manager over ssh

2008-08-17 Thread Karanbir Singh
Linux Man wrote: Thanks for your help. Yes, I used scp several time and still using it :) But in this case there's a lot of file in different directories, so I need a tool like mc (I don't know if mc runs always over ssh) What file manager that works over console do you recommend me? Thanks

Re: [CentOS] file manager over ssh

2008-08-17 Thread Akemi Yagi
On Sun, Aug 17, 2008 at 4:10 AM, Karanbir Singh [EMAIL PROTECTED] wrote: Linux Man wrote: Thanks for your help. Yes, I used scp several time and still using it :) But in this case there's a lot of file in different directories, so I need a tool like mc (I don't know if mc runs always over

Re: [CentOS] file manager over ssh

2008-08-17 Thread Karanbir Singh
Akemi Yagi wrote: # yum install dkms-fuse fuse fuse-sshfs # depmod -a ; modprobe fuse $ mkdir localdir/ $ sshfs [EMAIL PROTECTED]:/some/path localdir/ i thought there was something in the wiki on this... humm anyway, one thing you missed is the usermod to get that user into the fuse group.

Re: [CentOS] xen and nvidia

2008-08-17 Thread John
ASFAIK it will not work! It will only work with the regular kernels. JohnStanley On Sat, 2008-08-16 at 00:21 -0400, sbeam wrote: has anyone had any luck getting nvidia to work with the latest xen kernel under x86_64? I found an unsupported method involving IGNORE_XEN_PRESENCE [1], but it

Re: [CentOS] file manager over ssh

2008-08-17 Thread Ned Slider
Linux Man wrote: Hello. I need to copy several file from one PC to another over Internet, both using CentOS. What file manager that works over console do you recommend me? Thanks at all Best Regards If the client is running X, then konqueror using the fish protocol (fish://[EMAIL PROTECTED]/)

[Centos] mirroring with LVM?

2008-08-17 Thread Gordon McLellan
I'm pulling my hair out trying to setup a mirrored logical volume. lvconvert tells me I don't have enough free space, even though I have hundreds of gigabytes free on both physical volumes. Command: lvconvert -m1 /dev/vg1/iscsi_deeds_data Insufficient suitable allocatable extents for logical

Re: [CentOS] file manager over ssh

2008-08-17 Thread Akemi Yagi
On Sun, Aug 17, 2008 at 6:19 AM, Ned Slider [EMAIL PROTECTED] wrote: Linux Man wrote: Hello. I need to copy several file from one PC to another over Internet, both using CentOS. What file manager that works over console do you recommend me? Thanks at all Best Regards If the client is

Re: [CentOS] Writable Centos LiveCD on Embeded Linux?

2008-08-17 Thread Oliver Schulze L.
Hi Johnny, I was exploring some options to make the embeded platform boot faster. Right now I'm using ext2 partitions(ext3 use more I/O), but when it is shutdown improperly it takes a little to boot(it runs fsck). I was thinking that the LiveCD will help boot faster when the power goes off,

Re: [CentOS] Help setting up external drive via Firewire

2008-08-17 Thread Noob Centos Admin
On Fri, Aug 15, 2008 at 8:56 AM, Filipe Brandenburger [EMAIL PROTECTED]wrote: On Wed, Aug 13, 2008 at 18:43, Bill Campbell [EMAIL PROTECTED] wrote: My experience with Firewire has not been all that good. I figured that since Apple had been using it for years, and it is an IEEE standard,

[CentOS] Re: file manager over ssh

2008-08-17 Thread Mike
On Sun, 17 Aug 2008, Linux Man wrote: Hello. I need to copy several file from one PC to another over Internet, both using CentOS. What file manager that works over console do you recommend me? Thanks at all Best Regards You've got a lot of good suggestions already but sftp is also a good

Re: [CentOS] Help setting up external drive via Firewire

2008-08-17 Thread Rainer Duffner
Am 17.08.2008 um 17:42 schrieb Noob Centos Admin: On Fri, Aug 15, 2008 at 8:56 AM, Filipe Brandenburger [EMAIL PROTECTED] wrote: On Wed, Aug 13, 2008 at 18:43, Bill Campbell [EMAIL PROTECTED] wrote: My experience with Firewire has not been all that good. I figured that since Apple

Re: [CentOS] Re: file manager over ssh

2008-08-17 Thread Les Mikesell
Mike wrote: I need to copy several file from one PC to another over Internet, both using CentOS. What file manager that works over console do you recommend me? Thanks at all Best Regards You've got a lot of good suggestions already but sftp is also a good one. Very similar to ftp but over

[CentOS] Confusing output from pvdisplay

2008-08-17 Thread Stephen Harris
/dev/md3 is a raid5 array consisting of 4*500Gb disks pvs and pvscan both display good info: % pvscan | grep /dev/md3 PV /dev/md3 VG RaidDisk lvm2 [1.36 TB / 0free] % pvs /dev/md3 PV VG Fmt Attr PSize PFree /dev/md3 RaidDisk lvm2 a- 1.36T0 But

[CentOS] Re: DRBD 8.2 crashes CentOS 5.2 on rsync from remote host

2008-08-17 Thread Scott Silva
on 8-14-2008 12:55 AM Chris Miller spake the following: nate wrote: Chris Miller wrote: I've got a pair of HA servers I'm trying to get into production. Here are some specs : [..] [EMAIL PROTECTED] ~]# BUG: unable to handle kernel paging request at virtual address c This typically means

Re: [CentOS] FSID and NFS

2008-08-17 Thread Filipe Brandenburger
On Sat, Aug 16, 2008 at 11:30, Mag Gam [EMAIL PROTECTED] wrote: What is the purpose of FSIDs? I am exporting 30 volumes via NFS. Do I need a FSID option? FSID is needed in NFSv3 if the devices you are exporting may change minor numbers across reboots. For example, if you have a filesystem on

Re: [CentOS] FSID and NFS

2008-08-17 Thread Mag Gam
Thankyou. This helps a lot! On Sun, Aug 17, 2008 at 7:20 PM, Filipe Brandenburger [EMAIL PROTECTED] wrote: On Sat, Aug 16, 2008 at 11:30, Mag Gam [EMAIL PROTECTED] wrote: What is the purpose of FSIDs? I am exporting 30 volumes via NFS. Do I need a FSID option? FSID is needed in NFSv3 if

[CentOS] Rsync Setup

2008-08-17 Thread Cheyenne Deal
I have seen many ways to setup a rsync backup but I have never got one to work on a centos machine. I have used 4.5 and 5.0 If anyone could point me in the right direction, much thanks. Cheyenne ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Rsync Setup

2008-08-17 Thread Frank Cox
On Sun, 17 Aug 2008 22:32:05 -0500 Cheyenne Deal [EMAIL PROTECTED] wrote: I have seen many ways to setup a rsync backup but I have never got one to work on a centos machine. I have used 4.5 and 5.0 If anyone could point me in the right direction, much thanks. Here are two, one remote (via

[CentOS] finding older rpms

2008-08-17 Thread Rogelio
I'm on a fairly old RHEL box, when I cat /proc/version, I get the following: Linux version 2.4.21-4.ELsmp ([EMAIL PROTECTED]) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-20)) At this stage, I guess I don't have 'yum', so where exactly do I get the individual RPMs? I went to DAG to

Re: [CentOS] finding older rpms

2008-08-17 Thread Frank Cox
On Sun, 17 Aug 2008 20:52:34 -0700 Rogelio [EMAIL PROTECTED] wrote: At this stage, I guess I don't have 'yum', so where exactly do I get the individual RPMs? As you have Red Hat Linux, wouldn't you get them from Red Hat? You know, that paid support thing and all. I would hesitate to install

Re: [CentOS] Re: DRBD 8.2 crashes CentOS 5.2 on rsync from remote host

2008-08-17 Thread Jed Reynolds
Scott Silva wrote: on 8-14-2008 12:55 AM Chris Miller spake the following: nate wrote: Chris Miller wrote: I've got a pair of HA servers I'm trying to get into production. Here are some specs : [..] [EMAIL PROTECTED] ~]# BUG: unable to handle kernel paging request at virtual address c

Re: [CentOS] xen and nvidia

2008-08-17 Thread Jed Reynolds
sbeam wrote: has anyone had any luck getting nvidia to work with the latest xen kernel under x86_64? I found an unsupported method involving IGNORE_XEN_PRESENCE [1], but it doesn't work for me. Everything google turns up seems to be a year old. prob nothing has changed but I just wonder. I

Re: [CentOS-docs] SELinux

2008-08-17 Thread Ned Slider
Ned Slider wrote: Hi list, I've knocked up a contribution on SELinux here: http://wiki.centos.org/HowTos/SELinux Any suggestions as to where this should be linked under http://wiki.centos.org/HowTos ? I don't see an obvious existing category to add it under. Any thoughts?

Re: [CentOS-docs] SELinux

2008-08-17 Thread Ralph Angenendt
Ned Slider wrote: I don't see an obvious existing category to add it under. Any thoughts? Open a Security subsection and also move the securing SSH page to there :) IMO. Ralph pgpS4uqfZhFzQ.pgp Description: PGP signature ___ CentOS-docs mailing

Re: [CentOS-es] grabar en ftp por medio de squid

2008-08-17 Thread nightduke
ssh te permitira configurar el squid en remoto 2008/8/15 Carlos Moreira [EMAIL PROTECTED]: Hola, tengo el siguiente problema, configure hace poco un servidor squid para la salida a Internet, el problema es que ahora estoy intentando poder acceder a un servidor ftp externo, al cual necesito