Sponsored Content
Full Discussion: RHEL 7 clusterssh
Operating Systems Linux Red Hat RHEL 7 clusterssh Post 302991067 by toor13 on Tuesday 7th of February 2017 09:42:56 AM
Old 02-07-2017
When I try the install instructions. I get the below message.

Code:
# perl Build.PL
Can't locate Module/Build.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at Build.PL line 5.
BEGIN failed--compilation aborted at Build.PL line 5.

Moderator's Comments:
Mod Comment Please use CODE tags as required by forum rules!


---------- Post updated 02-07-17 at 09:42 AM ---------- Previous update was 02-06-17 at 11:02 AM ----------

***Solved***
I found what I was looking for.

Code:
# wget http://dl.fedoraproject.org/pub/epel...7-9.noarch.rpm
  # rpm -ivh epel-release-7-9.noarch.rpm
  # yum clean all
  # yum repolist
  # yum install clusterssh

You may need to do the following:

Edit /etc/ssh/sshd_config file:
# vi /etc/ssh/sshd_config

Set the following two options:

X11Forwarding yes
X11UseLocalhost no

Save and close the file. Reload the sshd, enter:

# systemctl restart sshd.service


Last edited by RudiC; 02-07-2017 at 10:44 AM.. Reason: Added CODE tags.
 

10 More Discussions You Might Find Interesting

1. Red Hat

Difference between RHEL 3 AND RHEL 4

Anybody, let me know major differences between RHEL 3 & 4 . (2 Replies)
Discussion started by: sakthi_13
2 Replies

2. UNIX for Advanced & Expert Users

RHEL 4 up2date

has someone ever update their servers using up2date? I already got my server listed in the up2date redhat network and there is security updates and so on. the thing is I would like to know, whether is there any steps on to download it in 1 server and apply it to the other servers?? so something... (3 Replies)
Discussion started by: flekzout
3 Replies

3. Red Hat

cannot ssh (use NFS) on RHEL box, but can mount external & ssh out of RHEL box

Ok, Im trying to get NFS working on my RHEL 5 box, apparently i can use the box as a client, but not as a server. If it helps i cant ssh into the box (server), but as a client ssh works fine. Ive configured server: /etc/hosts.allow: all : all all :all@all setup my /etc/exports file... (4 Replies)
Discussion started by: drs.grid
4 Replies

4. Red Hat

Does RHEL 5 provide a command to collect RHEL system log in single compress file?

Hi, I heard a command that can collect all RHEL 5 log in a single compress file before I forget. Does any body know...What the command is ? Thanks. (4 Replies)
Discussion started by: nnnnnnine
4 Replies

5. Red Hat

RHEL 5.0 vs RHEL 6.0

marching into the new version of RHEL 6.0... other than ext4 and /boot can be ext4 and "/" root filesystem can be encrypted...I can't see much more new features that are quite significant and practical than RHEL 5.0, kernel is still 2.6.18.xxxx I wonder if it has newer tools to manage... (4 Replies)
Discussion started by: ppchu99
4 Replies

6. Red Hat

Error throwing while installing vsftpd package in rhel 6. using rhel 6 dvd.

Hi all, Im studying rhcsa as of now, so yum installation and dependencies are messing me to not workit out. i have dual os, win 7 & rhel 6. i have tried this installation of vsftpd package with rhel 6 dvd in VM rhel 6 in win 7 as well as host rhel 6.still the same issue. below error... (6 Replies)
Discussion started by: redhatlbug
6 Replies

7. Red Hat

TreeView in RHEL 4

Hi, I have got a folder structure in Linux (RHEL 4) and want to get treeview of he same. I got the 'tree' command for getting the result but my Linux has not got tree command. I had downloaded the tree package and tried to install. It required some dependency packages like glibc. I tried to... (2 Replies)
Discussion started by: Pulkit Lall
2 Replies

8. Red Hat

RHEL 6, Spacewalk 2.3 unable to download RHEL 5 repo data

Hello all, I am having a bit of an issue on my Spacewalk installation. Some amplifying information is that it is Spacewalk 2.3 installed on a RHEL 6 machine and I am attempting to install/update a RHEL 5 channel/repository. I am fairly new to Spacewalk so I am still learning but this is what I... (3 Replies)
Discussion started by: jstone4646
3 Replies

9. UNIX for Dummies Questions & Answers

Windows->RHEL->RHEL X11 Forwarding?

I know this question might have been asked a lot but couldn't find anything that worked. From a windows machine 'A' I can only SSH into Linux server 'B' from where I can SSH into another Linux server 'C'. I need to be able to run GUI interfaces on server C which run on my Windows machine. I... (3 Replies)
Discussion started by: hr.prasan
3 Replies

10. Red Hat

Is it possible to install RHEL 7 on top of RHEL 6?

Hi We have RHEL 6.7 on an HP physical server and want to install RHEL 7 (not upgrade) on top of it by means of virtualization. Is it possible to install/configure RHEV/KVM virtualization on base RHEL 6.7 OS instance and then install RHEL 7 as a VM guest on it? If yes, could you please guide me... (1 Reply)
Discussion started by: magnus29
1 Replies
RADDEPEND(1)						      General Commands Manual						      RADDEPEND(1)

NAME
raddepend - find RADIANCE scene dependencies SYNOPSIS
raddepend file .. DESCRIPTION
Raddepend uses getbbox(1) to expand scene file arguments and find file dependencies for make(1) or rad(1). Raddepend looks only in the current directory, so dependencies hidden elsewhere in the filesystem will not be found or named. The output is the name of files, one per line, that were accessed during the expansion of the input file arguments. The file arguments are excluded from the list. If no input files are given, the standard input is read. AUTHOR
Greg Ward BUGS
On some older NFS systems, the file access dates are not updated promptly. As a result, raddepend may not be 100% reliable on these sys- tems. If the output seems to be missing essential files, this is no doubt why. The only fix is to put in a longer sleep time between the getbbox call and the final ls(1). SEE ALSO
make(1), oconv(1), rad(1), xform(1) RADIANCE
4/15/94 RADDEPEND(1)
All times are GMT -4. The time now is 11:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy