Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Tricky Issue - Maybe

  • 17-09-2014 04:37PM
    #1
    Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,242 Mod ✭✭✭✭


    I'm migrating an Application discussed in a little more depth in the Software Dev sub forum, to RHEL v6.3 and at the moment, running a few scripts under one account is becoming an issue. I can run scripts from my own account, which is a basic user with a few extra privileges that allow me to run scripts.

    I have another account on the same machine that I can access that has more elevated privileges. When I use my personal account, I can run scripts relating to the Application I'm moving. When I use the more privileged account, the won't run and through file/directory not found exceptions with log4j saying no appenders found and initialize log4j correctly. Sadly I don't have access to play around with log4j and see what's going. Anyone have any ideas what might be happening?


Comments

  • Closed Accounts Posts: 824 ✭✭✭Kinet1c


    I know you're saying you have extra privileges on the new box with alt account but have you checked the file/folder perms when you've performed the migration? Are there any dependencies that may not be installed on the new box?


  • Closed Accounts Posts: 18,966 ✭✭✭✭syklops


    Is it possible the scripts reference an environment variable which is not set for the privileged account?


  • Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,242 Mod ✭✭✭✭L.Jenkins


    Both are possible. I'll check it out.


Advertisement