Question

trying to create a public key in Cygwin so I can SFTP without entering password.

Asked by: Troush2009

I am trying to create a public key in Cygwin so I can SFTP without entering password.

I have cwgwin load on my windows visa computer. I use it to login to linux server.
I was trying to create the public ket and they copy it to the server i SFTP to.

I did create the pubilc key so take look at the below output.

[~]$ ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/cygdrive/h/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /cygdrive/h/.ssh/id_rsa.
Your public key has been saved in /cygdrive/h/.ssh/id_rsa.pub.
The key fingerprint is:
78:21:60:bc:26:7e:a4:99:ab:7e:17:d6:91:c4:65:f9 etimrou@EV0016D4E78F6D
The key's randomart image is:
+--[ RSA 2048]----+
|   .o . .o.      |
|   ... o..       |
|     .o o .      |
|  . +  = . E     |
| . B  o S        |
|  = .o o         |
|   o. .          |
|  .. .           |
|oo. .            |
+-----------------+
[~]$ ls -ltrF
total 43055
-rwxrwxrwx  1 etimrou ????????     7582407 Sep  6  2008 kget.log*
-rw-rw-rw-  1 etimrou mkgroup-l-d    25405 Jul  6 11:58 moshell_install
-rw-rw-rw-  1 etimrou mkgroup-l-d 26437120 Jul  6 11:58 moshell.tar
-rwxrwxrwx  1 etimrou ????????     9935777 Jul  9 16:34 moshell7.1t.zip*
drwxr-xr-x+ 6 etimrou mkgroup-l-d    12288 Jul  9 16:37 moshell/
-rwxrwxrwx  1 etimrou ????????         954 Jul 31 22:17 sftp.txt*
drwxrwxrwx+ 4 etimrou mkgroup-l-d     4096 Aug  1 18:59 moshell_logfiles/
-rwxrwxrwx  1 etimrou ????????         211 Aug  4 10:07 txsftp.txt*
-rw-------  1 etimrou mkgroup-l-d      404 Aug  4 10:53 csdcnsnsg@138.85.87.18
drwxrwxrwx+ 2 etimrou ????????       16384 Aug  5 13:02 w321/
drwxrwxrwx+ 7 etimrou ????????           0 Aug  5 13:31 old/
drwxrwxrwx+ 2 etimrou ????????        8192 Aug  5 21:48 w322/
drwxrwxrwx+ 2 etimrou ????????           0 Aug  6 08:08 txrun/
-rwxrwxrwx  1 etimrou ????????         227 Aug 11 10:59 txrun.txt*
drwxrwxrwx+ 2 etimrou ????????        8192 Aug 11 12:10 w327/
-rw-rw-rw-  1 etimrou mkgroup-l-d        0 Aug 12 09:30 runsftp.txt
drwxrwxrwx+ 2 etimrou ????????       40960 Aug 12 09:37 W323/
[~]$



Now I don't know where to find it. Need help.

Below is how i normally login to server. I have to enter a port number in order to login.
 ssh csdcnsnsg@138.85.87.18 -p 6667
password:   00bs4Lvu

My username is  csdcnsnsg
password    00bs4Lvu
server 138.85.87.18

Below is how i SFTP  to server.I have to enter a port number in order to login.
sftp -oPort=6660 csdcnsnsg@138.85.87.18
password   00bs4Lvu

My username is  csdcnsnsg
password    00bs4Lvu
server 138.85.87.18




This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2009-08-12 at 08:43:44ID24646867
Tags

Cygwin

,

Linux

Topics

CYGWIN

,

Linux Programming

,

Red Hat Linux

Participating Experts
2
Points
500
Comments
14

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. chmod not working on cygwin
    I'm running cygwin and I change the protections with chmod but nothing happens? What do I need to do? $ ls -l total 2 -rw-r--r-- 1 Administ None 1675 May 17 14:48 fsmake13 $ chmod -v u+x fsmake13 mode of `fsmake13' changed to 0744 (rwxr--r--) $ ls -l total 2 -r...
  2. cygwin has no ls
    i am trying to install cygwin on my laptop with win 2k i got a bash prompt (would like ksh) but the ls gives the error command not found
  3. want ksh for cygwin
    if i get ls werking in cygwin i want to get it to run ksh anybody have a good setup site explanations i will google but sometimes that is a rack fracker.
  4. Cygwin permissions on non-cygwin files (umask?)
    My umask is set properly in cygwin, when I create files they come out 644. But, when a non-cygwin program (say, my text editor) creates a file, cygwin decides it is 700. I want it to be 644. $ ls -l test* ls: test*: No such file or directory $ touch test.txt $ ls -l test*...
  5. cygwin ...
    Hi experts, I installed cygwin on my winXP machine ... but I can not use vi ... do I have to install anything else ? thanks.
  6. trying again on cygwin ftp
    okay i posted a question on the windows.. i guess you guys are going to want to merge or whatever.. i don't know what happened to the ability of cygwin to connect to my domain ftp server. here is the link to the question http://www.experts-exchange.com/Security/Win_Securit...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: glenthornePosted on 2009-08-12 at 08:54:04ID: 25079968

The output shows that the keys were saved as:

Your identification has been saved in /cygdrive/h/.ssh/id_rsa
Your public key has been saved in /cygdrive/h/.ssh/id_rsa.pub

Try running you ls command with the -a flag included (this shows "dot" file/dirs) - ls -ltrFa

 

by: omarfaridPosted on 2009-08-12 at 10:04:46ID: 25080607

try under dir .ssh or .ssh2

 

by: Troush2009Posted on 2009-08-12 at 10:08:55ID: 25080657

Thanks,

I copy the files from the h drive and put them on my c drive. I also copied the id_rsa.pub to the server at .ssh. Then I did a cat id_rsa.pub >> .ssh/authorized_keys.
I login in  by ssh csdcnsnsg@138.85.87.18 -p 6667 and didn't have to enter  password.
I login in  by sftp -oPort=6660 csdcnsnsg@138.85.87.18 and didn't have to enter  password.

Could you help me make 3 bash script to the following listed below?

Creating a script to SFTP files to a server.

#!/bin/bash
sftp -oPort=6667 csdcnsnsg@138.85.87.18
cd tim
cd tx_w327
put iub*
exit
sftp -oPort=6662 csdcnsnsg@138.85.87.18
cd tim
cd tx_w327
put iub*
exit
sftp -oPort=6663 csdcnsnsg@138.85.87.18
cd tim
cd tx_w327
put iub*
exit

I like too Creating a script to get SFTP files from a server.

#!/bin/bash
sftp -oPort=6667 csdcnsnsg@138.85.87.18
cd tim
cd tx_w327
get iub*
exit
sftp -oPort=6662 csdcnsnsg@138.85.87.18
cd tim
cd tx_w327
get iub*
exit
sftp -oPort=6663 csdcnsnsg@138.85.87.18
cd tim
cd tx_w327
get iub*
exit

I like too Creating a script to get SFTP files from a server.

#!/bin/bash
ssh csdcnsnsg@138.85.87.18 -p 6667
cd tim
dos2unix txrun229.txt
./txrun2229.txt.
Exit
ssh csdcnsnsg@138.85.87.18 -p 6662
cd tim
dos2unix txrun229.txt
./txrun2229.txt.
Exit
ssh csdcnsnsg@138.85.87.18 -p 6663
cd tim
dos2unix txrun229.txt
./txrun2229.txt.
Exit

 

by: Troush2009Posted on 2009-08-12 at 10:12:55ID: 25080691

Could you help me make 3 bash script to the following listed below?

Creating a script to SFTP files to a server.

#!/bin/bash
sftp -oPort=6667 csdcnsnsg@138.85.87.18
cd tim
cd tx_w327
put rxtun6667.txt
exit
sftp -oPort=6662 csdcnsnsg@138.85.87.18
cd tim
cd tx_w327
put txrun6662.txt
exit
sftp -oPort=6663 csdcnsnsg@138.85.87.18
cd tim
cd tx_w327
put txrunn6663.txt
exit

I like too Creating a script to get SFTP files from a server.

#!/bin/bash
sftp -oPort=6667 csdcnsnsg@138.85.87.18
cd tim
cd tx_w327
get iub*
exit
sftp -oPort=6662 csdcnsnsg@138.85.87.18
cd tim
cd tx_w327
get iub*
exit
sftp -oPort=6663 csdcnsnsg@138.85.87.18
cd tim
cd tx_w327
get iub*
exit

I like too Creating a script to get SFTP files from a server.

#!/bin/bash
ssh csdcnsnsg@138.85.87.18 -p 6667
cd tim
dos2unix txrun229.txt
./txrun2229.txt.
Exit
ssh csdcnsnsg@138.85.87.18 -p 6662
cd tim
dos2unix txrun229.txt
./txrun2229.txt.
Exit
ssh csdcnsnsg@138.85.87.18 -p 6663
cd tim
dos2unix txrun229.txt
./txrun2229.txt.
Exit

 

by: omarfaridPosted on 2009-08-12 at 10:15:11ID: 25080709

here an example

#!/bin/bash
sftp -oPort=6667 csdcnsnsg@138.85.87.18 <<-END
cd tim
cd tx_w327
put iub*
exit
END
sftp -oPort=6662 csdcnsnsg@138.85.87.18 <<-END
cd tim
cd tx_w327
put iub*
exit
END
sftp -oPort=6663 csdcnsnsg@138.85.87.18 <<-END
cd tim
cd tx_w327
put iub*
exit
END

                                              
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:

Select allOpen in new window

 

by: Troush2009Posted on 2009-08-12 at 12:20:00ID: 25081881

Omarfarid,
 Your script worked for move file to server and a made a few changes and it will also get files from server.

I still need to create one more script to login to server and run a few commands.

here is the file I created listed below.
I like too Creating a script to get SFTP files from a server.

#!/bin/bash
ssh csdcnsnsg@138.85.87.18 -p 6667 <<-END
cd tim
dos2unix txrun229.txt
txrun2229.txt
Exit
END
ssh csdcnsnsg@138.85.87.18 -p 6662 <<-END
cd tim
dos2unix txrun229.txt
txrun2229.txt
Exit
END
ssh csdcnsnsg@138.85.87.18 -p 6663 <<-END
cd tim
dos2unix txrun229.txt
txrun2229.txt
Exit
END


I am getting some error, take a look below.
[~/w327]$ ./txrunALL.txt
Pseudo-terminal will not be allocated because stdin is not a terminal.
/home/csdcnsnsg/.bashrc: line 49: rnc: command not found
dos2unix: converting file txrun229.txt to UNIX format ...
dos2unix: problems converting file txrun229.txt
-bash: line 3: txrun2229.txt: command not found
-bash: line 4: Exit: command not found
Pseudo-terminal will not be allocated because stdin is not a terminal.
/home/csdcnsnsg/.bashrc: line 49: ./rnc: Permission denied
dos2unix: converting file txrun229.txt to UNIX format ...
dos2unix: problems converting file txrun229.txt
-bash: line 3: txrun2229.txt: command not found
-bash: line 4: Exit: command not found
Pseudo-terminal will not be allocated because stdin is not a terminal.
/home/csdcnsnsg/.bashrc: line 49: rnc: command not found
dos2unix: converting file txrun229.txt to UNIX format ...
dos2unix: problems converting file txrun229.txt
-bash: line 3: txrun2229.txt: command not found
-bash: line 4: Exit: command not found
[~/w327]$

Can you help me on this?
thanks!

Tim


 

by: glenthornePosted on 2009-08-12 at 13:06:08ID: 25082328

with ssh, you use the format:

ssh csdcnsnsg@138.85.87.18 -p 6663  "cd tim && dos2unix txrun229.txt && txrun2229.txt"

 

by: omarfaridPosted on 2009-08-12 at 13:11:01ID: 25082385

try this

ssh csdcnsnsg@138.85.87.18 -p 6662 "cd tim
dos2unix txrun229.txt
txrun2229.txt"

ssh csdcnsnsg@138.85.87.18 -p 6663 "cd tim
dos2unix txrun229.txt
txrun2229.txt"

 

by: Troush2009Posted on 2009-08-12 at 14:55:13ID: 25083477

   Hello, I tried but it give the below error.

[~/w327]$ ./txrunALL.txt
/home/csdcnsnsg/.bashrc: line 49: rnc: command not found
dos2unix: converting file txrun6667.txt to UNIX format ...
txrun6662.txt: done.
[~/w327]$

 

by: omarfaridPosted on 2009-08-13 at 06:32:34ID: 25087983

look at line 49 in /home/csdcnsnsg/.bashrc where you are calling command rnc which is not found. Check the PATH setting on the remote system

 

by: Troush2009Posted on 2009-08-13 at 11:52:36ID: 25091582

I changed the format but still can't fingure it out. can some help?


[~/w327]$ ./txrunALL.txt
Pseudo-terminal will not be allocated because stdin is not a terminal.
/home/csdcnsnsg/.bashrc: line 49: rnc: command not found
dos2unix: converting file txrun6667.txt to UNIX format ...
Pseudo-terminal will not be allocated because stdin is not a terminal.
/home/csdcnsnsg/.bashrc: line 49: ./rnc: Permission denied
dos2unix: converting file txrun6667.txt to UNIX format ...
dos2unix: problems converting file txrun6667.txt
[~/w327]$

 

by: Troush2009Posted on 2009-08-13 at 12:16:51ID: 25091801


Below is on my computer
 $cat .bashrc
unset PROMPT_COMMAND
export PS1="\[\033[1m\][\w]\\$\[\033[0m\] "
alias ls="ls -FX"
set -o notify
set -o ignoreeof
shopt -s cdspell
shopt -s cdable_vars
shopt -s checkhash
shopt -s checkwinsize
shopt -s sourcepath
shopt -s histappend

export PATH=$PATH:/home/etimrou/moshell



Below is on the remote server.

# Sample .bashrc for SuSE Linux
# Copyright (c) SuSE GmbH Nuernberg

# There are 3 different types of shells in bash: the login shell, normal shell
# and interactive shell. Login shells read ~/.profile and interactive shells
# read ~/.bashrc; in our setup, /etc/profile sources ~/.bashrc - thus all
# settings made here will also take effect in a login shell.
#
# NOTE: It is recommended to make language settings in ~/.profile rather than
# here, since multilingual X sessions would not work properly if LANG is over-
# ridden in every subshell.

# This might be helpful for Linux newbies who previously used DOS...
test -f /etc/profile.dos && . /etc/profile.dos

# Some applications read the EDITOR variable to determine your favourite text
# editor. So uncomment the line below and enter the editor of your choice :-)
#export EDITOR=/usr/bin/vim
#export EDITOR=/usr/bin/mcedit

# For some news readers it makes sense to specify the NEWSSERVER variable here
#export NEWSSERVER=your.news.server

# If you want to use a Palm device with Linux, uncomment the two lines below.
# For some (older) Palm Pilots, you might need to set a lower baud rate
# e.g. 57600 or 38400; lowest is 9600 (very slow!)
#
#export PILOTPORT=/dev/pilot
#export PILOTRATE=115200

PATH=$PATH:./
PATH=$PATH:/home/eric/utran_tools/perl
PATH=$PATH:/home/eric/utran_tools/mondec
PATH=$PATH:/home/eric/utran_tools/moshell
export LD_LIBRARY_PATH=/home/eric/utran_tools/mondec/lib:/usr/lib/perl5/5.8.7/i586-linux-thread-multi/CORE
alias flow="/home/eric/utran_tools/mondec/flow.pl -colour"

shopt -s cdspell
shopt -s cdable_vars
shopt -s checkhash
shopt -s checkwinsize
shopt -s sourcepath
shopt -s histappend

test -s ~/.alias && . ~/.alias
export PS1='[\t \h \w]\$ '
#export PS1='\[\e[0;33m\][\[\e[1;37m\]\t \h \w\[\e[0;33m\]]\$ \[\e[m\]'
alias rnc="egrep -vi \"rbs|rxi|ATM|Iub\" /home/eric/utran_tools/moshell/sitefiles/ipdatabase"
rnc
PATH=$PATH:/home/eric/eusjodh
alias top20="perl /home/eric/utran_tools/perl/top20/top20"
alias dcg="perl /home/eric/utran_tools/perl/DCG/dcg.pl"
[12:05:06 lamoshell ~]$

 

by: Troush2009Posted on 2009-08-13 at 13:44:06ID: 25092731

Ok I realized, that I was trying the wrong commands.

The below script worked but it only login to the first port 6667 and not the other two ports.
Not sure why.

 
Here is my script listed below.
#!/bin/bash
ssh csdcnsnsg@138.85.87.18 -p 6667 <<-END  
cd tim  
./txrun6667.txt
exit
END
ssh csdcnsnsg@138.85.87.18 -p 6662 <<-END
cd tim  
./txrun6667.txt
exit
END
ssh csdcnsnsg@138.85.87.18 -p 6662 <<-END  
cd tim
./txrun6667.txt
exit
END

Here is what happen when I ran the script.

[~]$ ./txrunALL.txt
Pseudo-terminal will not be allocated because stdin is not a terminal.
/home/csdcnsnsg/.bashrc: line 49: rnc: command not found
./txrun6667.txt: line 2: cd: tim: No such file or directory

Sitefile = tx.txt. Number of sites = 12
Command = lh ru hwlog read; lgaevsoyulm 9d; dump list -a; lh all llog -v; cab; cvls; get 0
Timeout set to 20 minutes (default value)
Maximum number of parallel processes set to 10 (default value)

Logfiles stored in /home/csdcnsnsg/tim/tx_w327

###########################################################################################
>>>>> STARTED (pid)
** FINISHED (result)              STATUS (started, finished, queue, running, sites running)
###########################################################################################
>>>>> iub_CLU5626 (28608)          1s  0f 11q  1r: iub_CLU5626
>>>>> iub_CLU5627 (28611)          2s  0f 10q  2r: iub_CLU5626 iub_CLU5627
>>>>> iub_CLU2494 (28614)          3s  0f  9q  3r: iub_CLU2494 iub_CLU5626 iub_CLU5627
>>>>> iub_CLU5645 (28641)          4s  0f  8q  4r: iub_CLU2494 iub_CLU5626 iub_CLU5627 iub_CLU5645
>>>>> iub_CLU5678 (28644)          5s  0f  7q  5r: iub_CLU2494 iub_CLU5626 iub_CLU5627 iub_CLU5645 iub_CLU5678
>>>>> iub_CLU5076 (28647)          6s  0f  6q  6r: iub_CLU2494 iub_CLU5076 iub_CLU5626 iub_CLU5627 iub_CLU5645 iub_CLU5678
>>>>> iub_CLU5082 (28650)          7s  0f  5q  7r: iub_CLU2494 iub_CLU5076 iub_CLU5082 iub_CLU5626 iub_CLU5627 iub_CLU5645 iub_CLU5678
>>>>> iub_CLU5099 (28652)          8s  0f  4q  8r: iub_CLU2494 iub_CLU5076 iub_CLU5082 iub_CLU5099 iub_CLU5626 iub_CLU5627 iub_CLU5645 iub_CLU5678
>>>>> iub_CLU5861 (28766)          9s  0f  3q  9r: iub_CLU2494 iub_CLU5076 iub_CLU5082 iub_CLU5099 iub_CLU5626 iub_CLU5627 iub_CLU5645 iub_CLU5678 iub_CLU5861
>>>>> iub_CLU5869 (28769)         10s  0f  2q 10r: iub_CLU2494 iub_CLU5076 iub_CLU5082 iub_CLU5099 iub_CLU5626 iub_CLU5627 iub_CLU5645 iub_CLU5678 iub_CLU5861 iub_CLU5869
** iub_CLU5869 (OK)               10s  1f  2q  9r: iub_CLU2494 iub_CLU5076 iub_CLU5082 iub_CLU5099 iub_CLU5626 iub_CLU5627 iub_CLU5645 iub_CLU5678 iub_CLU5861
>>>>> iub_CLU1616 (4797)          11s  1f  1q 10r: iub_CLU1616 iub_CLU2494 iub_CLU5076 iub_CLU5082 iub_CLU5099 iub_CLU5626 iub_CLU5627 iub_CLU5645 iub_CLU5678 iub_CLU5861
** iub_CLU5678 (OK)               11s  2f  1q  9r: iub_CLU1616 iub_CLU2494 iub_CLU5076 iub_CLU5082 iub_CLU5099 iub_CLU5626 iub_CLU5627 iub_CLU5645 iub_CLU5861
>>>>> iub_CLU1124 (5125)          12s  2f  0q 10r: iub_CLU1124 iub_CLU1616 iub_CLU2494 iub_CLU5076 iub_CLU5082 iub_CLU5099 iub_CLU5626 iub_CLU5627 iub_CLU5645 iub_CLU5861
** iub_CLU5082 (OK)               12s  3f  0q  9r: iub_CLU1124 iub_CLU1616 iub_CLU2494 iub_CLU5076 iub_CLU5099 iub_CLU5626 iub_CLU5627 iub_CLU5645 iub_CLU5861
** iub_CLU5627 (OK)               12s  4f  0q  8r: iub_CLU1124 iub_CLU1616 iub_CLU2494 iub_CLU5076 iub_CLU5099 iub_CLU5626 iub_CLU5645 iub_CLU5861
** iub_CLU5861 (OK)               12s  5f  0q  7r: iub_CLU1124 iub_CLU1616 iub_CLU2494 iub_CLU5076 iub_CLU5099 iub_CLU5626 iub_CLU5645
** iub_CLU5626 (OK)               12s  6f  0q  6r: iub_CLU1124 iub_CLU1616 iub_CLU2494 iub_CLU5076 iub_CLU5099 iub_CLU5645
** iub_CLU5099 (OK)               12s  7f  0q  5r: iub_CLU1124 iub_CLU1616 iub_CLU2494 iub_CLU5076 iub_CLU5645
** iub_CLU5645 (OK)               12s  8f  0q  4r: iub_CLU1124 iub_CLU1616 iub_CLU2494 iub_CLU5076
** iub_CLU2494 (OK)               12s  9f  0q  3r: iub_CLU1124 iub_CLU1616 iub_CLU5076
** iub_CLU5076 (OK)               12s 10f  0q  2r: iub_CLU1124 iub_CLU1616
** iub_CLU1616 (OK)               12s 11f  0q  1r: iub_CLU1124
** iub_CLU1124 (OK)               12s 12f  0q  0r:
###########################################################################################

iub_CLU5626            OK
iub_CLU5627            OK
iub_CLU2494            OK
iub_CLU5645            OK
iub_CLU5678            OK
iub_CLU5076            OK
iub_CLU5082            OK
iub_CLU5099            OK
iub_CLU5861            OK
iub_CLU5869            OK
iub_CLU1616            OK
iub_CLU1124            OK

Logfiles stored in /home/csdcnsnsg/tim/tx_w327
Pseudo-terminal will not be allocated because stdin is not a terminal.
/home/csdcnsnsg/.bashrc: line 49: ./rnc: Permission denied
-bash: line 2: ./txrun6667.txt: No such file or directory
[~]$  


Need some help.

 

by: Troush2009Posted on 2009-08-14 at 11:02:52ID: 31614865

Thank you!

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...