Search Results

Search: Posts Made By: ronix007
6,596
Posted By ronix007
Thanks for the response. I used to tar all the...
Thanks for the response. I used to tar all the files and sends to the other server. Till then, it's working fine.

But, when I try to un-tar the file and try to putback the files in their ...
6,596
Posted By ronix007
Copying files to a different server without Permission level change..
Hi,

I was trying to copy/transfer some new and old files from one server to another server. I found the permission of the files are different in both servers. I tried to tar all the files and...
6,811
Posted By ronix007
XTERM Command ????
All,

Stuck with a XTERM issue ?? For some users, who are having execute permission (valid users), it's not showing the scroll bar in the GUI. Whereas for other invalid users( who do not have the...
3,687
Posted By ronix007
Hardware and Software Configuration in UNIX..
Hi,

Anybody please let me know the command to find the Hardware and Software components used in any HP-UNIX or Sun Solaris UNIX server ? I need to get all the configuration of the UNIX server.
...
4,507
Posted By ronix007
How to increase process size ???
Hi All,

Could anybody tell me how to increase/decrease a process size in UNIX HP machine ? Whether the process size limitation will cause core dump ?

Thanks,
Rohit..
6,362
Posted By ronix007
Thanks Jim, If I will use simply exit()...
Thanks Jim,

If I will use simply exit() also, I am getting the core dump. The problem is, there is a few second difference inbetween the processes were killed by 'exit' function and then restarted...
6,362
Posted By ronix007
"_exit(-1)" command gives core dump ..
Hi,

I am getting fatal error or core dump by using this command "_exit(-1)". I need to terminate the program at a certain condition, but continous calling of this exit function, I am getting core...
Forum: Programming 06-26-2008
4,034
Posted By ronix007
Getting Core dump.. Plz Help !!
Hi,

I am getting core dump for the following code in HP-UNIX platform.

void *Et::oppAddr()
{
return(NULL);
}

Can we return a NULL value for a void function ?? I have a program,...
4,090
Posted By ronix007
Parsing special characters between C and XML..
Hi,

I am getting problem in parsing special characters(Like &, > or <) in XML. I need to encode my C program and send in report format to another interface which is in XML format.
I do not know...
Forum: Programming 03-06-2008
6,403
Posted By ronix007
Ok. Take it in a simple way. Like, I need to sort...
Ok. Take it in a simple way. Like, I need to sort the two arrays, where I have given the examples of the values. e.g. Array1[0] will map with Array2[0] values and so on, both before and after the...
Forum: Programming 03-05-2008
6,403
Posted By ronix007
Sorting in C++..
Hi,

I need to do a sorting of 2 arrays. One array contains the values of both integer and character and other array can be anything. For example:
...
3,101
Posted By ronix007
Any solution for this issue ?? Please help !!
Any solution for this issue ?? Please help !!
3,101
Posted By ronix007
As nobody knows regarding this script and the...
As nobody knows regarding this script and the servers, I am also not sure whether it supports CGI program or not. The web server is 'XG', which is a client specific webserver.

There are two...
3,101
Posted By ronix007
Unix Shell Script along with .HTML
Hi,

I need to know how to interact the unix shell script along with a .html. For example, I have a code like:


#! /bin/sh

exit_err() {
print "Content-type: text/html\n"
...
9,421
Posted By ronix007
Well, sorry if there is any confusion.. ...
Well, sorry if there is any confusion..

This code is for front end, which is using HTML and java script. This is one of the program, which was using nawk and working fine. I have given the sample...
1,826
Posted By ronix007
You can ftp the required file from window env...
You can ftp the required file from window env through cmd prompt. Go to Start -> run and type cmd. On command prompt, type the exact path of the file exists and then do a ftp to your Unix server. ...
9,421
Posted By ronix007
Yes, Thanks for such a nice reply. But, thing is...
Yes, Thanks for such a nice reply. But, thing is that this is not working along with HTML code. Where I need to include both HTML and nawk code.
The command exit (0) is existing from the nawk...
9,421
Posted By ronix007
Could you please update the code and let me know...
Could you please update the code and let me know ? I was trying with both exit (0) and exit (1), but still getting the same result. I do not know whether doing in the same way, you want me or not....
9,421
Posted By ronix007
Please let me know if you need anymore...
Please let me know if you need anymore information.
9,421
Posted By ronix007
Thanks for your response. Yes, this is an AWK...
Thanks for your response. Yes, this is an AWK program. But, after using exit(1), also I am not getting the result.. Here is the sample code :

(
cat <<!
HTTP/1.0 200
Server: TEST/1.0...
9,421
Posted By ronix007
EXIT from a Program not from the function..
Hi,
I want a command in unix shell script which will exit my whole program, not only from the function it's using. For e.g:

$1 == "m_who" && $4 == "Extrnl Vendor" {
print "You don have...
1,838
Posted By ronix007
Exact issue in Core dump
Hi,

I have a core dump problem in HP-UX. I have searched in this forum, but could not get any answer related to my issue.

I debugged the core file by 'gdb' and by using 'bt' cmd I got the...
12,646
Posted By ronix007
This happens if you not executing the cron job...
This happens if you not executing the cron job under root. Only root executes the CRON jobs mentioned under crontab. To execute your own script for testing, just create your own user ID under cron...
4,181
Posted By ronix007
The problem is one of the group ID is having...
The problem is one of the group ID is having kernel access. I do not know how the group is having previledges to kernel, whereas no other groups are having this kernel access ? I need to revoke the...
4,181
Posted By ronix007
Yes, I also think so.. Anyway, thanks a lot for...
Yes, I also think so.. Anyway, thanks a lot for your help.. Please let me know if you get any update regarding this.

Thanks,
Rohit..
Showing results 1 to 25 of 32

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