Operating System - HP-UX
1834799 Members
2815 Online
110070 Solutions
New Discussion

Syscall already definied: lwp_mutex_unlock_2

 
SOLVED
Go to solution
Marco Queirolo
Occasional Contributor

Syscall already definied: lwp_mutex_unlock_2

Hello,

After I installed some patch, the system can't boot. The next message show:
sysent_assign_function: syscall already definied
system call # 53
name is "lwp_mutex_unlock_2"
1 argument(s)
32-bit call function at 0x32da30
32-bit dynamic function at 0x32da30
64-bit call function at 0x2bf180
64-bit dynamic function at 0x0

when I tried to remove the bundle installed, the system shows a dependecy message dialiog, but is empty, and can't continue the uninstall.

Best regards.
Marco

marco
2 REPLIES 2
Dietmar Konermann
Honored Contributor
Solution

Re: Syscall already definied: lwp_mutex_unlock_2

The old syscall number 53 is being reused after installing some HP-UX kernel patches.

The 53 was used at least by CA's software "eTrust Access Control". They are now using number 254 instead which is officially reserverd for them.

Maybe this helps: http://support.ca.com/Download/patches/etrust/access_control/QO22955.html.

Regards...
Dietmar.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
Stan Sieler
Respected Contributor

Re: Syscall already definied: lwp_mutex_unlock_2

Dietmar said:

> The 53 was used at least by CA's
> software "eTrust Access Control". They are
> now using number 254 instead which is
> officially reserverd for them.

So, who do I talk to to reserve a system
call number? I need one, and am willing
to implement it in a manner where other
users/vendors can share access to it
(i.e., so that this isn't the start of
hundreds of users asking for one :)

BTW, HP-UX 10.20 has 254 as SYS_ULSDEST,
and HP-UX 11.11 doesn't mention 254,
and HP-UX 11.23 doesn't mention 254.

thanks,
Stan
sieler@allegro.com