[CentOS] SSH problems - command not found

2009-05-06 Thread George Alexandru Dudău
Hi All, I have a strange problem with ssh on CentOS 5.3: 1. I make a ssh connection from computer X to Y => OK 2. When i try to conect from Y to Z i receive a strange message: -bash: ssh: command not found (normal and root user) #which sshd /usr/sbin/sshd The sshd daemon it's on (see nr.1)

Re: [CentOS] SSH problems - command not found

2009-05-06 Thread nate
George Alexandru Dudău wrote: > So connection to Y it's OK, but from Y to another computer don't. Even > back to X don't work Sounds like you don't have the openssh client package installed. rpm -q -f `which ssh` nate ___ CentOS mailing list Cent

Re: [CentOS] SSH problems - command not found

2009-05-06 Thread Harry Sukumar
Hi George, i guess it could be the iptables ( blocking outbound traffic) try iptables -F(flush) and then try ssh to other machine If the above doesnt work try looking at your selinux -- Harry George Alexandru Dudău wrote: > Hi All, > > I have a strange problem with ssh on CentOS 5.3: > > 1.

Re: [CentOS] SSH problems - command not found

2009-05-06 Thread James Bensley
sudo find / -name "ssh" See if you can find ssh anywhere on the system? -BEGIN GEEK CODE BLOCK- Version: 3.1 GIT/MU/U dpu s: a--> C++>$ U+> L++> B-> P+> E?> W+++>$ N K W++ O M++>$ V- PS+++ PE++ Y+ PGP t 5 X+ R- tv+ b+> DI D+++ G+ e(+) h--(++) r++ z++ --END GEEK CODE BLOCK--

[CentOS] fs for > 16 TiB partition

2009-05-06 Thread Adrian Sevcenco
Hi, What would you recommend as an FS for an partition greater than 16 TiB? This is for an production server (that is, no ext4 recommendations please :) ) What experiences did you had with your preferred FS ? (good and not so good points) Thank you, Adrian smime.p7s Description: S/MIME Cryptogra

Re: [CentOS] fs for > 16 TiB partition

2009-05-06 Thread Timo Schoeler
Hi, > Hi, > What would you recommend as an FS for an partition greater than 16 TiB? > This is for an production server (that is, no ext4 recommendations > please :) ) > What experiences did you had with your preferred FS ? (good and not so > good points) > > Thank you, > Adrian I personally woul

Re: [CentOS] fs for > 16 TiB partition

2009-05-06 Thread Laurent Wandrebeck
2009/5/6 Timo Schoeler : > Hi, > >> Hi, >> What would you recommend as an FS for an partition greater than 16 TiB? >> This is for an production server (that is, no ext4 recommendations >> please :) ) >> What experiences did you had with your preferred FS ? (good and not so >> good points) >> >> Tha

Re: [CentOS] SSH problems - command not found

2009-05-06 Thread Marcelo M. Garcia
George Alexandru Dudău wrote: > Hi All, > > I have a strange problem with ssh on CentOS 5.3: > > 1. I make a ssh connection from computer X to Y => OK > 2. When i try to conect from Y to Z i receive a strange message: > > -bash: ssh: command not found > > (normal and root user) > > #which ssh

Re: [CentOS] fs for > 16 TiB partition

2009-05-06 Thread Rainer Duffner
Adrian Sevcenco schrieb: > Hi, > What would you recommend as an FS for an partition greater than 16 TiB? > This is for an production server (that is, no ext4 recommendations > please :) ) > What experiences did you had with your preferred FS ? (good and not so > good points) > > Thank you, > Adrian

Re: [CentOS] fs for > 16 TiB partition

2009-05-06 Thread Adrian Sevcenco
Rainer Duffner wrote: > Adrian Sevcenco schrieb: >> Hi, >> What would you recommend as an FS for an partition greater than 16 TiB? >> This is for an production server (that is, no ext4 recommendations >> please :) ) >> What experiences did you had with your preferred FS ? (good and not so >> good p

Re: [CentOS] fs for > 16 TiB partition

2009-05-06 Thread Bent Terp
On Wed, May 6, 2009 at 10:48 AM, Adrian Sevcenco wrote: > Hi, > What would you recommend as an FS for an partition greater than 16 TiB? > This is for an production server (that is, no ext4 recommendations > please :) ) > What experiences did you had with your preferred FS ? (good and not so > good

Re: [CentOS] fs for > 16 TiB partition

2009-05-06 Thread Bent Terp
On Wed, May 6, 2009 at 11:27 AM, Bent Terp wrote: > Lesson learned: don't use xfs_grow unless you're in the general > vicinity of the server ;-) Correction: the command is xfs_growfs not xfs_grow /B ___ CentOS mailing list CentOS@centos.org http://list

Re: [CentOS] fs for > 16 TiB partition

2009-05-06 Thread Rainer Duffner
Adrian Sevcenco schrieb: > Rainer Duffner wrote: > >> Adrian Sevcenco schrieb: >> >>> Hi, >>> What would you recommend as an FS for an partition greater than 16 TiB? >>> This is for an production server (that is, no ext4 recommendations >>> please :) ) >>> What experiences did you had with

Re: [CentOS] fs for > 16 TiB partition

2009-05-06 Thread Timo Schoeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 tthus Rainer Duffner spake: | Adrian Sevcenco schrieb: |> Rainer Duffner wrote: |> |>> Adrian Sevcenco schrieb: |>> |>>> Hi, |>>> What would you recommend as an FS for an partition greater than 16 TiB? |>>> This is for an production server (that is, no

Re: [CentOS] jigdo images

2009-05-06 Thread Marcelo M. Garcia
Ralph Angenendt wrote: > Marcelo M. Garcia wrote: >> Hi >> >> Is there a jigdo image available for CentOS-5.3? > > No. Several people have looked into it, but either haven't understood jigdo or > lost interest in it. > >> Or is there a jigdo project for CentOS? > > Want to start one? Join the c

Re: [CentOS] SSH problems - command not found

2009-05-06 Thread Andrew Colin Kissa
On 06 May 2009, at 10:57 AM, Marcelo M. Garcia wrote: > George Alexandru Dudău wrote: >> Hi All, >> >> I have a strange problem with ssh on CentOS 5.3: >> >> 1. I make a ssh connection from computer X to Y => OK >> 2. When i try to conect from Y to Z i receive a strange message: >> >> -bash: ssh

[CentOS] Strange problem with filesystem changes reverting on reboot

2009-05-06 Thread Bart Schaefer
Our sysadmin was doing midnight work on moving some hardware to new power outlets. We'd recently done a CentOS 5.3 install on one of those machines and then "yum install" with the centosplus kernel and some rpmforge packages. It had been up and running fine for at least two weeks in that configur

Re: [CentOS] jigdo images

2009-05-06 Thread Ralph Angenendt
Marcelo M. Garcia wrote: > Ralph Angenendt wrote: > > Marcelo M. Garcia wrote: >>> Or is there a jigdo project for CentOS? >> >> Want to start one? Join the centos-devel mailing list and make a thought out >> proposal on there >:) > > The reason I'm asking about Jigdo is because some firewall blo

Re: [CentOS] fs for > 16 TiB partition

2009-05-06 Thread Ralph Angenendt
Rainer Duffner wrote: > It's running in a datacenter with UPSs. But once I reboot it, it it's > the "fsck-every-n-days" thing. > > I don't think it's a good idea to disable that behaviour. Hmmm. xfs will not do that, the normal behaviour is not check the file system on every nth reboot. I normall

Re: [CentOS] Strange problem with filesystem changes reverting on reboot

2009-05-06 Thread Alexx
Bart Schaefer пишет: *snipped content* > > On reboot the root file system seems to have reverted to the previous > startup -- no CentOS plus, no Dag repository info in /etc/yum.repos.d, > no xfs, and therefore no /var/lib/mysql. This is at least the second > time we've experienced this phenomenon

Re: [CentOS] Strange problem with filesystem changes reverting on reboot

2009-05-06 Thread Les Mikesell
Bart Schaefer wrote: > Our sysadmin was doing midnight work on moving some hardware to new > power outlets. We'd recently done a CentOS 5.3 install on one of > those machines and then "yum install" with the centosplus kernel and > some rpmforge packages. It had been up and running fine for at lea

Re: [CentOS] kghostview and xdg-open. Need to fix problem across whole system

2009-05-06 Thread Rex Dieter
Paul Johnson wrote: > In Centos 5.3, a bad problem has surfaced in user land. We want to use > either Evince or Adobe acroread as the pdf view, but the update of > kdegraphics has somehow screwed up these systems so that the odious, > horrible, awful pdf viewer kghostview is used. It's most lik

Re: [CentOS] fs for > 16 TiB partition

2009-05-06 Thread Gary Greene
> -Original Message- > From: centos-boun...@centos.org > [mailto:centos-boun...@centos.org] On Behalf Of Ralph Angenendt > Sent: Wednesday, May 06, 2009 3:55 AM > To: centos@centos.org > Subject: Re: [CentOS] fs for > 16 TiB partition > > Rainer Duffner wrote: > > It's running in a datace

Re: [CentOS] Strange problem with filesystem changes reverting on reboot

2009-05-06 Thread jacob
I've had similar issues with certain brands of "hardware" raid controllers. It was like the mirror didn't sync and it picked a random drive on boot to be the master. So changes happened they just didn't happen to both drives and on reboot the other drive without the changes might/would become maste

Re: [CentOS] Apache and CF

2009-05-06 Thread Jason Todd Slack-Moehrle
Hi Rick, I uninstalled CF and re-installed, followed your steps and I am in business baby! Thank you so so so much, I was banging my head against the wall for days. Truly legendary help! This whole list rocks so much. I am learning and not getting criticized for not understanding complete

Re: [CentOS] SSH problems - command not found (SOLVED)

2009-05-06 Thread George Alexandru Dudău
Hi all, After some search i find that openssh-client was missing. This was all my problems. Is strange because on CentOS 5.2 openssh-client was present but after upgrade to 5.3 (with yum) don't. Thank you all for advices. Geo -- George Alexandru Dudău CORE IT MEX - Grupul de firme MOBEXPERT N

Re: [CentOS] fs for > 16 TiB partition

2009-05-06 Thread John R Pierce
Ralph Angenendt wrote: > BTW: ext3 handles "Out of power" corruptions better than xfs does. > power failure is -not- the only cause of this sort of condition... noone here has ever had a kernel panic? I had a perfectly good server panic shortly after a cooling fan had failed combined w

Re: [CentOS] fs for > 16 TiB partition

2009-05-06 Thread Timo Schoeler
John R Pierce wrote: > Ralph Angenendt wrote: >> BTW: ext3 handles "Out of power" corruptions better than xfs does. >> > > > power failure is -not- the only cause of this sort of condition... > noone here has ever had a kernel panic? I had a perfectly good > server panic shortly after

Re: [CentOS] jigdo images

2009-05-06 Thread Shad L. Lords
Ralph Angenendt wrote: >> I have been looking what Fedora is (or was) doing with Jigdo. It seems >> to solve some problems and create new ones[1]. > > Let me look into that. From the os directory something like this should produce jigdo files/templates for all associated iso files. for arch i

Re: [CentOS] fs for > 16 TiB partition

2009-05-06 Thread John R Pierce
Timo Schoeler wrote: > However, one has to clearly distinct JFS from JFS2... (at least in the > AIX world, see wikipedia which states 'In the other operating systems, > such as OS/2 and Linux, only the second generation exists and is called > simply JFS.[3] This should not be confused with JFS in A

[CentOS] Ghostscript in 5.3

2009-05-06 Thread MHR
Ever since I updated to 5.3, I have been unable to convert any ps files to pdfs using the ps2pdf command. I usually get errors like this: [...@mhrichter forms]$ ps2pdf doe81008 ERROR: /undefinedfilename in (doe81008) Operand stack: Execution stack: %interp_exit .runexec2 --nostringval--

Re: [CentOS] Ghostscript in 5.3

2009-05-06 Thread Frank Cox
On Wed, 06 May 2009 14:24:56 -0700 MHR wrote: > Anyone else seeing problems like this? No. I use ps2pdf to convert files on Centos 5.3 several dozen times every week and haven't discovered any issues yet. Are you sure your input files are correct? -- MELVILLE THEATRE ~ Melville Sask ~ http://

[CentOS] Adding an 'official' CentOS image to the Amazon EC2 (Electronic Compute Cloud)

2009-05-06 Thread Jason Aubrey
I'm starting to use the EC2 cloud (as are others) and noticed that all the available CentOS images seem to be of dubious origin. I think it would further the reputation and popularity of CentOS if it were represented in an official way. In case people aren't aware, when you create an AWS (Amazon W

Re: [CentOS] Adding an 'official' CentOS image to the Amazon EC2 (Electronic Compute Cloud)

2009-05-06 Thread Sean Carolan
> Interestingly one is available from Amazon for both Fedora and Windows. I would also like to see a plain vanilla, minimal 64 bit centos image on Amazon AWS. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Adding an 'official' CentOS image to the Amazon EC2 (Electronic Compute Cloud)

2009-05-06 Thread Michael A. Peters
Jason Aubrey wrote: > I'm starting to use the EC2 cloud (as are others) and noticed that all > the available CentOS images seem to be of dubious origin. > I think it would further the reputation and popularity of CentOS if it > were represented in an official way. > > In case people aren't aware,

Re: [CentOS] Adding an 'official' CentOS image to the Amazon EC2 (Electronic Compute Cloud)

2009-05-06 Thread Gavin Carr
On Wed, May 06, 2009 at 10:11:07PM -0700, Michael A. Peters wrote: > I run CentOS inside a xen at linode - they have a 5.0 image and I > believe a 4.x image. They only have i386, I don't know if a home brewed > x86_64 image would work but it doesn't really matter for me since I'm > only using my

Re: [CentOS] Ghostscript in 5.3

2009-05-06 Thread Mogens Kjaer
MHR wrote: > Ever since I updated to 5.3, I have been unable to convert any ps > files to pdfs using the ps2pdf command. I usually get errors like > this: > > [...@mhrichter forms]$ ps2pdf doe81008 > ERROR: /undefinedfilename in (doe81008) Does the file doe81008 exist? If you have a doe81008.ps

Re: [CentOS] Adding an 'official' CentOS image to the Amazon EC2 (Electronic Compute Cloud)

2009-05-06 Thread Jason Aubrey
I don't know if it's xen under the hood or not (not much experience with this sort of thing). However, 'xen' is mentioned in the following link which I'm following so perhaps it is xen related: http://docs.amazonwebservices.com/AWSEC2/2009-03-01/DeveloperGuide/index.html?ami-via-loopback.html I'm