Support #557

Updated by Madars almost 4 years ago

1. Number align in xadmin psc, psrv, mibget - Numbers in columns shall be aligned to the right (as it English language states)

2.

At times svsemids prints

<pre>
NDRX 1> svsemids
sh: 1: ��:: not found
SEMAPHORE ID
------------
NDRX 1>
</pre>

3. xadmin svqids seems to print shared mem blocks instead of semaphores:

<pre>
NDRX 1> svqids
MSG QUEUE ID
------------
52723715
1074790404
53411845
53116934
</pre>

1074790404 is shared mem:
<pre>
------ Shared Memory Segments --------
key shmid owner perms bytes nattch status
0x0052e2c1 0 xx 600 56 6
0x005311a1 32769 xx 600 56 7
0x673a67f7 65538 xx 600 6928 6
0x00000000 52723715 xx 600 4194304 2 dest
0x00000000 1074790404 xx 600 524288 2 dest
0x00000000 53411845 xx 600 524288 2 dest
</pre>

Back