Search Results

Search: Posts Made By: ankurjain
3,312
Posted By ankurjain
If you want the script name you can user $0
If you want the script name you can user $0
164,757
Posted By ankurjain
u can invoke the pdf viewer from terminal with...
u can invoke the pdf viewer from terminal with the file name as argument for example if its arcobat reader then ...

acroread test.pdf

shall open acrobat reader with test.pdf opened ....
8,261
Posted By ankurjain
it can be an env issue ... cron is not getting...
it can be an env issue ... cron is not getting the env in which u run the script .... set some env variables in the script u r trying to run from cron ( ORACLE_HOME, ORACLE_SID, PATH, LD_LIBRARY_PATH...
4,401
Posted By ankurjain
if u get the pid already u can use system command...
if u get the pid already u can use system command of perl to run a system command

system("kill -9 $pid");

Is this is what u r looking for ? How are you calculating the running time of the...
Forum: Open Source 10-16-2008
338,051
Posted By ankurjain
u can do ur scripting in any windows fancy editor...
u can do ur scripting in any windows fancy editor lite notepad++, scintilla or ne commercial ones available. then do an ftp to unix and run dos2unix command over ur file to convert it to unix format....
Forum: Linux 10-15-2008
3,980
Posted By ankurjain
EDIT : I realised after posting that the question...
EDIT : I realised after posting that the question is too old ... mods can delete my post . thank u.
Forum: Linux 10-15-2008
4,172
Posted By ankurjain
:( ... sorry for late responding ... i forgot to...
:( ... sorry for late responding ... i forgot to mention this earlier ...
Forum: Linux 10-15-2008
4,172
Posted By ankurjain
ok ... i think u have to enter the rescue mode...
ok ... i think u have to enter the rescue mode and there u shall try it .... can't remember properly though ....

this may help :
http://pcsupport.about.com/od/termsf/p/fixmbr.htm
Forum: Linux 10-15-2008
4,172
Posted By ankurjain
from windows use fixmbr command. For options use...
from windows use fixmbr command. For options use help fixmbr. This will remove the boot entry. Now delete the RHEL4 partitions from disk management utility and recreate the NTFS partitions.
Forum: Programming 10-09-2008
19,475
Posted By ankurjain
you can compare the symbols of both .so and .a...
you can compare the symbols of both .so and .a .... check if the symbol is available in .so. If not then it may be taking it from some other .so
Forum: Programming 10-09-2008
11,882
Posted By ankurjain
From the first post: what does ldd...
From the first post:



what does ldd `which g++` and ldd `which ld` show ? It doesn't link to libstdc++.so on my RHEL box ....

Please also do a file `which libstdc++.so` and file `which g++`...
Forum: Programming 10-08-2008
11,882
Posted By ankurjain
is the library libstdc++.so.6 present in LD_LIB...
is the library libstdc++.so.6 present in LD_LIB path ?
Forum: Linux 09-09-2008
6,526
Posted By ankurjain
please share the solution if its something...
please share the solution if its something different then notch ...
Forum: Linux 09-09-2008
6,526
Posted By ankurjain
Is your problem solved ... please share your...
Is your problem solved ... please share your experience ?
Forum: Linux 09-09-2008
14,790
Posted By ankurjain
i think the solution lies in the line starting...
i think the solution lies in the line starting with addhandler in the following

<Location /perl>
allow from all
SetHandler perl-script
AddHandler cgi-script .cgi .pl
#PerlHandler...
Forum: Linux 09-09-2008
14,790
Posted By ankurjain
see this if it helps Re: mod-perl...
see this if it helps
Re: mod-perl configuration under Apache2 (http://www.perlmonks.org/?node_id=603532)
Forum: Linux 09-09-2008
6,526
Posted By ankurjain
Is there some read notch on side or back. Check...
Is there some read notch on side or back. Check if it is the cause that has made the tape read-only ....
Forum: Linux 09-09-2008
10,128
Posted By ankurjain
there is one command u can run in rescue mode in...
there is one command u can run in rescue mode in winxp "fixmbr" .. try that ....
Forum: Red Hat 09-09-2008
5,643
Posted By ankurjain
I agree .... check the permission of the...
I agree .... check the permission of the directory where u r trying to do the ftp .... it shall be drwxr-xr-x ( 755 ).

Regards
AJ
Forum: Linux 09-09-2008
21,690
Posted By ankurjain
From man mount : Regards -AJ
From man mount :



Regards
-AJ
4,902
Posted By ankurjain
rdist is a good option ... we use rdist in our...
rdist is a good option ... we use rdist in our environment ....
Forum: HP-UX 03-13-2008
6,132
Posted By ankurjain
Hi, I found out the solution for this. I looked...
Hi,
I found out the solution for this. I looked into /etc/rc.log which told me that the script wasn't finding remsh and hostname in path. so i gave absolute path and now its working ....

thanks
Forum: HP-UX 03-13-2008
6,132
Posted By ankurjain
Oracle Autostart Problem
Hi All,

I am running HP-UX 11i v2. I installed oracle 10g over it. I was having a startup script from oracle 8i which i modified and copied in /sbin/init.d . In /etc/oratab also I did "Y" for...
Forum: Linux 03-05-2008
7,569
Posted By ankurjain
Hi Again, The problem is resolved ......
Hi Again,

The problem is resolved ... actually it was issue with the fontpath .... i added the font dirs in the fontpath using chkfontpath command and it was done ... thanks for all the support...
Forum: Linux 03-04-2008
10,249
Posted By ankurjain
ur oracle has not started while u restarted the...
ur oracle has not started while u restarted the machine

login into ur machine as oracle user,

do "sqlplus / as sysdba"

sqlplus is in ORACLE_HOME/bin

then on sql prompt type "start"
...
Showing results 1 to 25 of 27

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