Search Results

Search: Posts Made By: bsandeep_80
4,665
Posted By bsandeep_80
Yes Srini..Thanks for your help...Let me see if i...
Yes Srini..Thanks for your help...Let me see if i can fix this myself...
4,665
Posted By bsandeep_80
when i use the sed command also the test file is...
when i use the sed command also the test file is blank:

cat test2.sh
for i in `cat valFile`
do
cat tag | while read j
do
echo $j
echo $i
sed 's/\('$j'\)\(.*\)/\1 '$i'/' sv.inc > test
...
4,665
Posted By bsandeep_80
your cat of tag shows tag it should...
your cat of tag shows

tag

it should be :

cat tag

"~ActiveApp_[DialogBox]Add Connection - Provider Type?URL"


Is this the issue?

Thanks
4,665
Posted By bsandeep_80
Thanks... I get this error after runinng the...
Thanks...

I get this error after runinng the script Substitution pattern not terminated at -e line 1.
4,665
Posted By bsandeep_80
I have the follwiing piece of code : for i...
I have the follwiing piece of code :

for i in `cat valFile`
do
cat tag | while read j
do
echo $j
echo $i
perl -pi -e 's/(j\s*)(.*)/\1 i/' sv.inc >...
4,665
Posted By bsandeep_80
Pattern Matching - serach and replace script
My requirement is to replace a a particular pattren in a script from A to B.

I am not sure if this can be done through sed command or through awk .

The file sv.inc is
[+] window DialogBox ...
4,378
Posted By bsandeep_80
Hi Thanks so much this WORKs, Actually i was...
Hi Thanks so much this WORKs, Actually i was using a wrong file.

I really appreciate for your time on this and also for the knowledge that you have shared

Thanks again and have a great day
...
4,378
Posted By bsandeep_80
It generated only one file
It generated only one file
4,378
Posted By bsandeep_80
Thanks radoulov, This is perfectly what i need. ...
Thanks radoulov, This is perfectly what i need.

Only thing which is missing in this is the deletion part ie, once the file gets copied to output, the records should get deleted.

Thanks so much...
4,378
Posted By bsandeep_80
Attached is the file with PBX TYPE:ID6 (note...
Attached is the file with PBX TYPE:ID6 (note there is one more PBX TYPE:CC3 ) , the output should not include these records.

I would want to copy anything that comes under this PBX TYPE:ID6(...
4,378
Posted By bsandeep_80
forgot attachment
forgot attachment
4,378
Posted By bsandeep_80
Attached is my file, so that it would be easy for...
Attached is my file, so that it would be easy for you

thanks again
4,378
Posted By bsandeep_80
Thanks. I did not get any output in the output...
Thanks. I did not get any output in the output file after running it
4,378
Posted By bsandeep_80
Match the string and copy records to another location
Hi,

I have particular set of files which have the below contents:

****** PBX TYPE:ID6 PBX-id: A11 rolled on 123456 368763 00 >>>>>>
A11,2008-07-01 21:31:00.000,42,42112,...
7,079
Posted By bsandeep_80
Can you please guide me to accomplish this...i am...
Can you please guide me to accomplish this...i am really new to this. I would really appreciate your help
7,079
Posted By bsandeep_80
CVSNT is the concurrent versioning system that we...
CVSNT is the concurrent versioning system that we are using using on this server.
7,079
Posted By bsandeep_80
cat /etc/pam.d/cvsnt #%PAM-1.0 auth ...
cat /etc/pam.d/cvsnt
#%PAM-1.0
auth required pam_stack.so service=system-auth
account required pam_stack.so service=system-auth
7,079
Posted By bsandeep_80
PAM Error messages on Server
Hi,

I have CVSNT installed on my Linux machine and sometimes the server goes down with the following error in /var/log/messages. Does anyone know the approach that need to followed to investigate...
2,742
Posted By bsandeep_80
Thanks dennis regards, Sandy
Thanks dennis

regards,
Sandy
2,742
Posted By bsandeep_80
Hi dennis, #!/bin/sh var=$(ftp...
Hi dennis,

#!/bin/sh
var=$(ftp www.state.il.us << EOFFile
symphems
binary
ls
quit
EOFfile
)

This gives me the required results but the results of echo $var is as below:
11:52PM 61954...
2,742
Posted By bsandeep_80
FTP - shell script question
Hi All,

I had a question on something which i have trying to add to my current shell script which does FTP of files from my local machine to a remote server.

I have 5 files which i zip and FTP...
6,526
Posted By bsandeep_80
Hi Nilesh, Thanks for the reply. This is...
Hi Nilesh,

Thanks for the reply. This is what i see under /etc/selinux/config:

# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# ...
6,526
Posted By bsandeep_80
Hi, I was just googling and found that these...
Hi,

I was just googling and found that these kind of avc : permission denied occurs when an the application (running under httpd_sys_script_t) requires permissions on a specific executable in...
6,526
Posted By bsandeep_80
Thanks, But all these messages do not point...
Thanks,

But all these messages do not point me to the real reason for the server goinf down regularly. How do i check or make sure that i resolve this.

Please guide me:)

Thank,
Sandeep
6,526
Posted By bsandeep_80
Thanks for the reply. yes you are right , we...
Thanks for the reply.

yes you are right , we have samba service running on the system.I will check that and let you know.

But one doubt i am still having is , is this causing the application to...
Showing results 1 to 25 of 117

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