Hi Andrew,
Thank you so much, it seems that selinux was activated (probably during
installation), but following your steps I could run xilinx license
maganer, I just had to install gcc and it seems everything is ok.
Cheers!
Daniel.
pd: I forgot (and my email software too) to share this message with all
the community :)
On Tue, 1 Mar 2011 09:41:03 -0500, Andrew Lutomirski <[email protected]>
wrote:
2011/3/1 Daniel Esteban Herrera Peña <[email protected]>:
Hi Andrew,
Please find attached the log of the command you gave me, if you find
some
strange behavior please let me know, thank you.
This is suspicious:
mprotect(0xc58000, 528384, PROT_READ|PROT_EXEC) = -1 EACCES
(Permission denied)
Do you have selinux on? If so, try (as root):
# setsebool allow_execmem=1
# setsebool allow_execmod=1
If that helps, you can run the same commands with -P (they'll take a
long time) to make the change permanent.
--Andy