Search Results

Search: Posts Made By: skyineyes
14,135
Posted By skyineyes
Memset fails on Solaris
Hi,

memset call is failing on solaris for me. I wrote below code and that also fails. Any hints?

void *memset(void *dst, int c, size_t n)
{
if (n) {
char *d = dst;

...
12,604
Posted By skyineyes
Hcreate_r , hdestroy_r, hsearch_data
Hi,

I want to use the below functions on solaris box

Commands are
1. hcreate_r
2. hdestroy_r
3. hsearch_data (a structure)

these are re-entrants version of hcreate & hdestroy functions...
Forum: Solaris 10-17-2014
1,668
Posted By skyineyes
Hcreate_r , hdestroy_r, hsearch_data
Hi,

I want to use the below functions on solaris box
SunOS 5.10 Generic_137137-09 sun4u sparc SUNW,Sun-Fire-V240

Commands are
hcreate_r
hdestroy_r
hsearch_data (a structure)

These are...
1,454
Posted By skyineyes
No it doesn't . asks for other files included...
No it doesn't . asks for other files included namely uuid.h

can i get the complete library? i am wondering why are the include files missing. what about your solaris box? are you able to run the...
Forum: Linux 07-23-2014
7,269
Posted By skyineyes
Could you please details it a bit? How does...
Could you please details it a bit? How does server public key gurantee unique ID in virtualised environment?

Also, i am looking for a C language API. Kindly guide
Forum: Linux 07-23-2014
7,269
Posted By skyineyes
since its based on hardware, so i think it won't...
since its based on hardware, so i think it won't be unique in virtualised environment. Could you please tell?
1,454
Posted By skyineyes
As mentioned earlier, the error is as follows: ...
As mentioned earlier, the error is as follows:

line 1: cannot find include file: "libv12n.h"
Forum: Solaris 07-23-2014
2,465
Posted By skyineyes
Hi Thanks for the reply. But i need a unique...
Hi

Thanks for the reply. But i need a unique ID under virtualization. and that too constant for a particular instance if run multiple times on single instance
1,454
Posted By skyineyes
/usr/lib/libv12n.so
Hi,

I want to use the function "v12n_domain_uuid" on solaris box. The library "libv12n" is present in /usr/lib but i can't locate the header "libv12n.h" anywhere in the box.
How do i run the API...
Forum: Linux 07-23-2014
7,269
Posted By skyineyes
Unique Linux ID in virtualized environment
Hi

I need to know what is the unique identifier for Linux OS even in a virtualized environment?

eg like Machine GUID for windows. I need to know something similar for linux, AIX, Solaris in...
Forum: HP-UX 07-23-2014
1,585
Posted By skyineyes
Unique ID on HPUX in visualized environment?
Hi

I need to know what is the unique identifier for HPUX OS even in a virtualized environment?

Thanks
Forum: Solaris 07-23-2014
2,465
Posted By skyineyes
Unique ID on Solaris in visualized environment?
Hi

I need to know what is the unique identifier for solaris OS even in a virtualized environment?

Will "Using Universally Unique Identifiers" help?

virtinfo -u
Domain UUID:...
1,660
Posted By skyineyes
i could achieve doing the same with particular...
i could achieve doing the same with particular format using "cut" command. was thinking of getting ideas for generic one.

And why you think i didn't try anything before posting here? Can u help?
1,660
Posted By skyineyes
UNIX Date Formatting
Hi

I have a shell variable storing DATE in YYYY-MM-DD format
is there a way i extract required field say only DD

Also, would be great if there is a way which could take date format as well so...
3
771
Posted By skyineyes
Hi, Out of touch with unix since long time....
Hi,

Out of touch with unix since long time. I am able to do this in excel & obtaining the graph. So thought could try the same in UNIX as well. Can you guide?
3
771
Posted By skyineyes
Script
Hi,

I am doing a time caclulation where i have output data with "Enter" & "Exit" time. I need to basically do a mathematical operation.

Following is the output file format

output.txt...
913
Posted By skyineyes
thanks. just to add how do i interpret the "-"...
thanks. just to add how do i interpret the "-" after -f2
913
Posted By skyineyes
Removing un-necessary start string
i have input in below form

part=gfjhwhedaqh=ghdgwg^*^(G==

i want to remove the starting "part=" and retain the remaining. please suggest
6,715
Posted By skyineyes
actually using LIBPATH on aix solved my problem....
actually using LIBPATH on aix solved my problem. how actually LD_PRELOAD maked the difference? is this supported on all platforms?
6,715
Posted By skyineyes
Hello, the path can be anything ..right? ...
Hello,
the path can be anything ..right?

let's say its /root/abc/def/mng/hjf/libjvm.so

I am on AIX 5.3 64 bit ....

---------- Post updated 02-17-12 at 06:53 AM ---------- Previous update...
6,715
Posted By skyineyes
Changing executable dependency
hello,

can anyone help in changing the executable dependency on a certain shared library. eg, .. say i am having an executable by name utest. when i run UNIX ldd command on it then it shows the...
Forum: HP-UX 12-30-2011
2,651
Posted By skyineyes
converting void pointer to pthread_t on HPUX Itanium
i am trying to convert void pointer to pthread_t on hpux-itanium 64 bit which fails as below

"src/file.cpp", line 88: error #2171: invalid type conversion
pthread_t tid =...
Forum: HP-UX 12-29-2011
4,653
Posted By skyineyes
hpux-itanium 64 bit problem for libC
i am trying to build on hpux-itanium 64 bit platform. my application needs to link to 64 bit version of the library libCsup.so

This library is present in /usr/lib/hpux64/libCsup.so

I am...
2,581
Posted By skyineyes
Does that mean "-o" is supported in all shells...
Does that mean "-o" is supported in all shells ???
2,581
Posted By skyineyes
foud the issue replaced [ with "[[" and ]...
foud the issue

replaced [ with "[[" and ] with "]]"
Showing results 1 to 25 of 184

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