Questions tagged [hp-ux]

HP-UX (Hewlett-Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on UNIX System V (initially System III) and first released in 1984.

HP-UX (Hewlett-Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on UNIX System V (initially System III) and first released in 1984.

Resources

368 questions
0
votes
1 answer

How to diagnose/trace "sendsig: useracc failed." problem in HP-UX

I am trying to compile Ruby 1.9.1-p0 on HP-UX. After a small change to ext/pty.c it compiles successfully, albeit with a lot of warning messages (about 5K). When I run the self-tests using "make test" it crashes and core-dumps with the following…
graza
  • 383
  • 2
  • 8
0
votes
1 answer

gdb, hp ux: getting message Couldn't find virtual table -- object may not be constructed yet

in HP UX 11.23 on ia64 , when debugging a particular code segment, i am getting this error when trying to access a particular object. I was wondering if anyone faced it, and could help me make sense of it. (gdb) p *rsp $8 = {<> = {Couldn't find…
0
votes
0 answers

How to build ICU4C 70.1 on HP UX platform?

I want to build ICU4C code for HP UX platform . ICU4C repo -> https://github.com/unicode-org/icu/tree/release-70-1. HP-UX version that i am using - HP-UX B.11.31 U ia64 , aCC compiler version that i am using - HP C/aC++ B3910B A.06.29 I tried…
0
votes
0 answers

malloc: shmatch.c:115: assertion botched free: start and end chunk sizes differ Aborting...ABORT instruction (core dumped) in bash regex

I am trying to evaluate the following regex in bash, [[ build: =~ ^([[:space:]]*build) ]] This line is throwing error as, malloc: shmatch.c:115: assertion botched free: start and end chunk sizes differ Aborting...ABORT instruction (core dumped) Is…
Abhijeet
  • 1
  • 1
0
votes
1 answer

File delete older than 1 day question on HP UX

I want to delete files in a folder that have creation time older than 1 day. How can I get those files? Regards
user885883
  • 1
  • 1
  • 1
0
votes
1 answer

Hp-ux comamnd or script to send Magic Packet to do Wake On Lan (WOL)

Is there any script or utility to send Magic Packet to do Wake On Lan (WOL) on hp-ux machine. I am finding many tools for windows. following are such tools. http://www.matcode.com/wol.htm (windows console…
Naga
  • 487
  • 2
  • 7
  • 23
0
votes
2 answers

Unix shell scripting: date format syntax

I m trying to get yesterday date, it's not working in hp ux server. Prev_date=$(date +"y%m%d" -d "1 day ago") For this I m still getting current date only. 20210811 Could you please help on the same.
0
votes
3 answers

How to check version of make on HP-UX

I'm new to HP-UX system and having one problem with running a make file. Make: Must be a separator on rules line 14. Stop. I suspect this is due to older version of make deployed on the machine (since the same make file works on other unix and…
Ankur
  • 11,239
  • 22
  • 63
  • 66
0
votes
1 answer

run java jar file on HP-UX as UNIX as "os.name"

I need to execute a jar file on HP-UX that I am not supposed to modify. I unpacked it using jd-gui and found out that I am failing cause in java there is a condition to check the os, leading to different directions for win, macos, freebds, openbds,…
stat
  • 699
  • 3
  • 10
0
votes
1 answer

Multiplatform build - snprintf fails in C

I am learning C and trying to make sure my code is portable. For that effect, I build on Macs (ARM, PPC, Intel), Linux (ARM, PPC, PA-RISC) and HP-UX (PA-RISC). To make sure I have an easy way to output simple graphics, I am using GLUT. I have the…
Shiunbird
  • 87
  • 8
0
votes
1 answer

HP-ux operating system in vi editor

I am using hp-ux os . When i am giving the vi editor i am getting Terminal too wide error. I tried "stty columns 120" & "stty columns 160" also. But doesn't helped me. Can anyone let me know how to fix this problem. Br, Moorthy
0
votes
2 answers

How to determine if Python is available in HPUX system?

How can I know if the environment that I am in (some version of HPUX) has python installed?
p_warawit
  • 3
  • 1
  • 2
0
votes
1 answer

HP - UX - Size calcucation using bash script

I am trying to display size in human-readable form on HP-UX. We have a few legacy systems which we use for sftp transfers. These servers are connected T1 leased line and transfers are very slow. I have to occasionally check the size to verify if the…
1337
  • 9
  • 4
0
votes
1 answer

Is xinetd configurable on HP-UX and AIX?

I know inetd is available on HP-UX and AIX. on Linux, inetd is available for kernel 2.x and below, and xinetd is available for 3.x and higher. On HP-UX and AIX, xinetd has no way to install or use. Can this be used? Help me.
vulny
  • 1
  • 1
0
votes
1 answer

SFTP ",u" (comma and u letter) option when downloading from HP-UX server

I was downloading a file from one HP-UX server, to an Red Hat Linux server. The file is around 6 or 7 GB. Using sftp, I tried getting the file, but no matter how many times I try, it always reaches 80% and just exits. No error code, no error…
Elie
  • 321
  • 3
  • 11