Questions tagged [aix]
AIX (Advanced Interactive eXecutive, pronounced "a i ex") is a series of proprietary Unix operating systems developed and sold by IBM for several of its computer platforms.
720 questions
0 votes
1 answer
125 views
Problem with installation rust on AIX 72 using dnf
On AIX 7.2 had installed dnf system through https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/ezinstall/ppc/dnf_aixtoolbox.sh I need install rust but, when i try do it i got: bash-5.2# dnf ...
0 votes
0 answers
50 views
Java 11 DocPrintJob throw IOException for -o flags with AIX print spooler
I am using the Java Print Service API (javax.print) to send print jobs to a specific printer queue on an AIX system. While my code works fine with Java 8, switching to Java 11 causes it to fail with ...
1 vote
1 answer
92 views
Temenos Printing Error on AIX: Unsupported lpr Flags (-J and -o) with Semeru Runtime
I'm running a Temenos application on an AIX 7.3 system configured with the AIX spooler. The lpr command works fine when tested manually. However, when the application attempts to print using Java's ...
3 votes
4 answers
762 views
Convert pipe delimited column data to HTML table format for email
I am trying to convert delimited data format to html column table output for email printing and I am unsure how to use pipe delimiter as a separater for HTML tabular formatting. Below is what I could ...
2 votes
2 answers
240 views
Why is the ntptrace peers list inconsistent with the ntpq peers list?
Environment: NTP Clients (AIX 6.1 TL07) + P/S NTP Servers (ST1 GPS). Symptom: the ntpq -pn command outputs both the primary and secondary (candidate) NTP server. the ntptrace command just outputs ...
0 votes
0 answers
397 views
RPM libgcc package conflicts with installed libgcc version newer
I am installing gcc4 (http://v14700.1blu.de/aix/index.php?n=Main.Gcc#v4.8.3) on aix. One of the dependencies is libgcc 4.8.3-1.I install it via rpm -i libgcc-4.8.3-1.aix7.1.ppc.rpm and get the error: ...
0 votes
0 answers
105 views
Unable to build a cpp program on AIX with gcc fsanitize address
I'm trying to build a cpp program on AIX 7.2 using gcc with address sanitizer (-fsanitize=address) but this errors out with: cc1plus: warning: '-fsanitize=address' not supported for this target ...
0 votes
0 answers
122 views
Installing PAM radius server on AIX
i was trying to install radius server on our test server running AIX7.3 on it. i have perform following things: Extract the tar file to /tmp where i have downloaded pam_radius-1.4.0.tar.gz. Modify ...