Sponsored Content
Full Discussion: (t)c shell problem and ssh
Top Forums UNIX for Advanced & Expert Users (t)c shell problem and ssh Post 302457120 by asharff on Monday 27th of September 2010 09:13:14 AM
Old 09-27-2010
(t)c shell problem and ssh

I have recently discovered an annoying problem with some of our Linux boxes (running Opensuse 11.3) that is defying our attempts to resolve.

If I (or anyone else using c shell) log in remotely to 2 of our Opensuse 11.3 machines with ssh, then they cannot run a lot of software. It seems that $PATH is not synchronised with $path and $PATH appears to be read only. Furthermore echo $PATH does not return the same thing as printenv $PATH.

A third machine running Opensuse 11.3 is fine. Also if I log in to these machines on the console, they are fine!

We cannot determine the cause (and solution).

Any ideas?

Andrew Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

SSH Problem auth problem

Hi, Just recently we seem to be getting the following error message relating to SSH when we run the UNIX script in background mode: warning: You have no controlling tty. Cannot read confirmation.^M warning: Authentication failed.^M Disconnected; key exchange or algorithm negotiation... (1 Reply)
Discussion started by: budrito
1 Replies

2. UNIX for Advanced & Expert Users

SSH v2 problem

Hi, What the problem is that we have a client that has now decided to use SSH protocol 2 only for their internal security audit. This is not a problem except now our SCO system will not connect. I can connect with putty from a windows box fine until the SCO system tries to access which then... (0 Replies)
Discussion started by: Bilb
0 Replies

3. UNIX for Dummies Questions & Answers

Problem with SU or SSH in shell script

Hi Floks! This is Sravan! I am new to linux and I am trying to write bash shell script in which I want to change the user but the statements which are after the "su " command are not working that I mean I want to execute some statements as the changed user here is the code ... (2 Replies)
Discussion started by: sravanp
2 Replies

4. AIX

ssh problem

I thought I had seen all errors in SSH but the following is new to me: buffer_get: trying to get more bytes 129 than in buffer 6 Anyone seen this before please? Google search returns nothing of use that I can see. I am running an lpar on a 52A and the O/S is AIX 5.3 TL 4CSP. (2 Replies)
Discussion started by: johnf
2 Replies

5. UNIX for Advanced & Expert Users

ssh problem

hi all! i'm trying to make ssh connection between COMP1 to any computer on my network and i get this error: "Host key verification failed." any computer can access COMP1 in ssh... i have already deleted the "known_hosts" and "authorized_keys" files and created them again... any1 have an... (1 Reply)
Discussion started by: eliraza6
1 Replies

6. Shell Programming and Scripting

ssh script problem problem

Hi Please help me with the following problem with my script. The following block of code is not repeating in the while loop and exiting after searching for first message. input_file ========== host001-01 host001-02 2008-07-23 13:02:04,651 ConnectionFactory - Setting session state... (2 Replies)
Discussion started by: pcjandyala
2 Replies

7. Shell Programming and Scripting

SSH problem

Hi , I have this piece of code. for xyz in `grep "$envir $envtype" ~/user/Move/config/ProdEnvList|cut -d "|" -f11` do username=`cat ~/user/Move/config/ProdEnvList|grep $xyz|cut -d "|" -f7` hostname=`cat ~/user/Move/config/ProdEnvList|grep $xyz|cut -d "|" -f6` ssh $username@$hostname -n 'cd... (2 Replies)
Discussion started by: debu182
2 Replies

8. UNIX for Dummies Questions & Answers

Problem in ssh

Hi whenever i try to do any ssh related activity like. ssh <servername>, scp some files to a server i get =true I have checked modt message but nothing is there. I can able to get the ssh session but for scp, =true prompt get displayed but nothing happens. For example: # scp file1.txt... (5 Replies)
Discussion started by: pinga123
5 Replies

9. Solaris

ssh problem

Hi Guys, when I try to login to one of my sun server (sparc) from within an open putty session on another server I get this message: bash-3.2$ ssh 10.0.0.10 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @... (1 Reply)
Discussion started by: cjashu
1 Replies

10. Shell Programming and Scripting

Problem with ssh -n IP

I am able to login to server x from y in shell script. But after that command is get executed on server y. I need the command to be executed on server x. Ex. ssh -n 0.0.0.X ls -ltr Above script I am executing from 0.0.0.Y I got result but it executed on server Y server. But when I use ssh... (4 Replies)
Discussion started by: babapatil14
4 Replies
SVK::Command::Smerge(3) 				User Contributed Perl Documentation				   SVK::Command::Smerge(3)

NAME
SVK::Command::Smerge - Automatically merge all changes between branches SYNOPSIS
smerge DEPOTPATH [PATH] smerge DEPOTPATH1 DEPOTPATH2 smerge [--to|--from] [PATH] OPTIONS
-I [--incremental] : apply each change individually -l [--log] : use logs of merged revisions as commit message -B [--baseless] : use the earliest revision as the merge point -b [--base] BASE : use BASE as the merge base, which can be PATH:REV -s [--sync] : synchronize mirrored sources before update -t [--to] : merge to the specified path -f [--from] : merge from the specified path --verbatim : verbatim merge log without indents and header --no-ticket : do not record this merge point --track-rename : track changes made to renamed node --host HOST : use HOST as the hostname shown in merge log --remoterev : use remote revision numbers in merge log -m [--message] MESSAGE : specify commit message MESSAGE -F [--file] FILENAME : read commit message from FILENAME --template : use the specified message as the template to edit --encoding ENC : treat -m/-F value as being in charset encoding ENC -P [--patch] NAME : instead of commit, save this change as a patch -S [--sign] : sign this change -C [--check-only] : try operation but make no changes --direct : commit directly even if the path is mirrored perl v5.10.0 2008-08-04 SVK::Command::Smerge(3)
All times are GMT -4. The time now is 03:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy