Search Results

Search: Posts Made By: Technext
13,497
Posted By Technext
[Solved] SCP error: No such file or directory
Hi,


I am trying to do scp using the following script:
#!/usr/local/bin/bash

BUILDDATE=20120220

for line in `cat arch_host_plat_src_dest`
do
src=`echo $line | cut -d: -f4`
...
21,186
Posted By Technext
Thanks for your reply. I am not overwriting...
Thanks for your reply.

I am not overwriting the file on the remote server. Error comes up even when it's copying the file for the first time.
21,186
Posted By Technext
Unable to copy file using SCP (Input/output & Permission denied error)
Hi,


I am facing issue while using scp. Source & target machines are Linux & HP-UX respectively.

On target machine, if I fire the following command, I get error:

Now if I try scp on...
25,473
Posted By Technext
Ok. Yes that was the first thing that came to my...
Ok. Yes that was the first thing that came to my mind yesterday but i don't have to change the group that's why never went for it. Thanks! :)
25,473
Posted By Technext
Thanks for your replies! To update, things are...
Thanks for your replies! To update, things are working now. :) I think i now know what blunder i was committing: i was running this script as follows:
sudo sh scriptname.sh'su' must be assuming that...
25,473
Posted By Technext
mkdir: cannot create directory `/builds/somedir/': Permission denied
Hi,


I am trying to run a shell script which contains an mkdir command as part of the execution. The script fails with the following error:
mkdir: cannot create directory...
5,219
Posted By Technext
Thanks methyl! I tried your method on one of my...
Thanks methyl! I tried your method on one of my test server; it's working. I am at home so could not try on the main server.

By the way, before your reply came, I was trying to see whether...
5,219
Posted By Technext
Long UNC path not working in CMD.EXE on remote machine
Hi,


I am trying to connect to a remote server using Plink tool. Both my local and remote machines are Windows. On remote server, I have OpenSSH server installed. I am able to run commands...
20,269
Posted By Technext
Thanks DeCoTwc & alister for your inputs! ...
Thanks DeCoTwc & alister for your inputs!

@DeCoTwc: I tried your method but those braces also did not work. I got a similar error message.
/home/gc> bash unix1_fact.sh 5
unix1_fact.sh:...
20,269
Posted By Technext
BASH: Factorial using FOR loop not working
Hi,


I am trying to run the factorial script but it’s not working.

The code is mentioned below:
------------------------------------------------------------------
/home/gc> cat fact.sh...
Forum: Web Development 05-06-2010
3,966
Posted By Technext
Apache to Tomcat forwarding not working properly
Hi,


I am now able to see image as well on the login page. :) My new ProxyPass settings are:
------------------------------------------
ProxyPass /abc/abc/images...
Forum: Web Development 05-03-2010
3,966
Posted By Technext
Apache to Tomcat forwarding not working properly
Hi,


I am facing some problem with Apache to Tomcat forwarding. I have Tomcat (6.0.18) behind Apache (2.2). I want to use ‘https' for receiving request from the client. This request, when...
Showing results 1 to 12 of 12

 
All times are GMT -4. The time now is 08:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy