Search Results

Search: Posts Made By: brandedfundoo
Forum: Programming 11-16-2009
2,926
Posted By brandedfundoo
Accessing user_source or all_source is always the...
Accessing user_source or all_source is always the preferable location to search if the to-be-searched object is a procedure.
2,719
Posted By brandedfundoo
show the code you are using in script for this...
show the code you are using in script for this and what you are using while transferring file manually ..

---------- Post updated at 12:46 AM ---------- Previous update was at 12:41 AM ----------...
Forum: Programming 11-16-2009
4,231
Posted By brandedfundoo
If you want to fetch data, then you need to...
If you want to fetch data, then you need to include
m=`sqlplus -s username/password@tnsname <<EOF
set head off
set feed off
set verify off
select count(1) from x_table;
exit;
EOF`

This will...
10,126
Posted By brandedfundoo
hmm... actually we login into the server through...
hmm... actually we login into the server through ssh only .. so ssh surely didnot get aborted.. everything was working fine except it was asking for password everytime ..

i m still keeping trace...
39,083
Posted By brandedfundoo
As stated by csgonan .. see he's passing some...
As stated by csgonan .. see he's passing some output to the mailx through pipe.. here it completes the syntax .. what ever you will pass to mailx with pipe or < , it will go as the body of the...
2,640
Posted By brandedfundoo
env, set and alias are only ways through which...
env, set and alias are only ways through which you can grab the variables set by you through .profile.... ( setenv also in case of c shell ) ... take the output of these commands in one file.. use...
2,704
Posted By brandedfundoo
why dont you set /home/Z/op directory as the home...
why dont you set /home/Z/op directory as the home directory for the user Z

keep the owner of /home/Z directory as root or bin .. or some other user not giving permissions to Z to access that dir.....
2,526
Posted By brandedfundoo
I totally agree with vbe and jimbalaya What...
I totally agree with vbe and jimbalaya

What you are currently doing may be a work around .. but not a proper and reliable solution.. configuring ssh is far easier and effective ...
4,228
Posted By brandedfundoo
you mean like going in a directory and cd <some...
you mean like going in a directory and cd <some letters> Esc and it completes the command.. ?? is it so ..

which shell you are using .. ?
Forum: AIX 12-04-2008
19,668
Posted By brandedfundoo
have you generated keys properly and placed in...
have you generated keys properly and placed in ~/.ssh/authorized_keys file in the target server ..?
25,983
Posted By brandedfundoo
in csh .. edit .cshrc and put all the contents of...
in csh .. edit .cshrc and put all the contents of .profile into it.. it should work this way ..

Yes you can use set or setenv but not "export" in csh.
Also in your home directory use..
....
10,126
Posted By brandedfundoo
The only parameters uncommented are ...
The only parameters uncommented are

X11Forwarding yes
Subsystem sftp /usr/sbin/sftp-server

I forgot mentioning that i got user's default shell changed to ksh from bsh(bean shell) few...
10,126
Posted By brandedfundoo
i have already kept my ssh directory with 700...
i have already kept my ssh directory with 700 permissions...

Now problem has become more weird ....
The server got a hard reboot and bingo !! everything started working fine..
i do not know...
39,083
Posted By brandedfundoo
syntax is right except it still needs an end of...
syntax is right except it still needs an end of line character to end the command..

you cat try echo " " | mailx -s 'Hi' 'xyz@abc.com'

or mailx -s 'Hi' xyz@abc.com </dev/null

but all this...
3,750
Posted By brandedfundoo
try going by the line number with grep -n...
try going by the line number with
grep -n "pattern" file | cut -d ":" -f1

your line no will be echo `grep -n "pattern" file | cut -d ":" -f1` - 1 |bc

then you can get the line printed with...
10,126
Posted By brandedfundoo
Well .. that is what i have kept as the last...
Well .. that is what i have kept as the last option .. but my this server is the production server .. so cant risk the security ... was trying to get the barely essential parameters set in...
10,126
Posted By brandedfundoo
any one with any suggestion ?????????
any one with any suggestion ?????????
17,549
Posted By brandedfundoo
try 'which grep' .. you should be using correct...
try 'which grep' .. you should be using correct grep executable not some junk file with name as grep and having execute permissions..
5,724
Posted By brandedfundoo
Exactly!! hosts.equiv file is used for...
Exactly!! hosts.equiv file is used for passwordless entry into the server... you need not even touch it when you do not require any such thing.. check for the entry in /etc/inetd.conf and restart the...
10,126
Posted By brandedfundoo
Still not working .... What parameters are...
Still not working ....

What parameters are necessary in sshd_config to get this enabled.. ?
Can someone provide me barely essential parameters settings so that i can verify mine ..
10,126
Posted By brandedfundoo
No i didnot enter any passphrase .. The...
No i didnot enter any passphrase ..

The filesystem ~/.ssh and authorized_keys file already contains the permission of 644 .. and in other server it's working fine ..

Is anyone aware of any...
10,126
Posted By brandedfundoo
ssh-keygen configuration problem
I am unable to set password less entry from one server to another even after i have generated public key and have put in the authorized_keys of the target server. When i try to debug the ssh using...
7,895
Posted By brandedfundoo
Try which ls and see if it points to the right...
Try which ls and see if it points to the right executable
Showing results 1 to 23 of 23

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