Coder Social home page Coder Social logo

Comments (13)

jorangreef avatar jorangreef commented on July 22, 2024 1

from sudo-prompt.

lurch avatar lurch commented on July 22, 2024 1

Ahh, thanks for the great answer Joran :-)

from sudo-prompt.

lurch avatar lurch commented on July 22, 2024 1

Looks like he renamed his GH username ;-)

from sudo-prompt.

craigmulligan avatar craigmulligan commented on July 22, 2024 1

Hey @jorangreef cc @jviotti @lurch.

rebooting and repairing the drive didn't seem to work. But I completely formatted the drive and reinstalled macos and now osascript -e 'do shell script "echo foo" with administrator privileges' opens the sudo prompt as expected.

Looks like it was likely a broken macOS installation as @jviotti pointed to earlier.

Thanks all!

from sudo-prompt.

jorangreef avatar jorangreef commented on July 22, 2024

Thanks @jviotti,

The source of the sudo-prompt-command script is written out dynamically during exec() here: https://github.com/jorangreef/sudo-prompt/blob/master/index.js#L244

If the code file is not found (ENOENT) we assume that a privilege error occurred. But if the elevation prompt is not shown it's possible that something else went wrong in between MacOpen() and MacResult().

@craig-mulligan, would you please try the following and let me know what you get for each?

which mkdir touch bash echo chown
osascript -e 'do shell script "echo foo" with administrator privileges'
sudo -k
sudo echo bar

from sudo-prompt.

craigmulligan avatar craigmulligan commented on July 22, 2024

Hey @jorangreef 👋
Sure, here's the output for each:

➜ which mkdir touch bash echo chown
/bin/mkdir
/usr/bin/touch
/bin/bash
echo: shell built-in command
/usr/sbin/chown

➜ osascript -e 'do shell script "echo foo" with administrator privileges'
osascript: can't open default scripting component.

➜ sudo -k
sudo echo bar
Password:
bar

from sudo-prompt.

jviotti avatar jviotti commented on July 22, 2024

Looks like a problem with the AppleScript interpreter. According to https://discussions.agilebits.com/discussion/64048/the-operation-couldnt-be-completed-osascript-cannot-open-default-scripting-component, this can happen due to a broken macOS installation. @craig-mulligan could it be that installing bootcamp messed up your system?

One of the guy says:

You may wish to try repairing your disk with Disk Utility (in /Applications/Utilities) first and see if that helps.

from sudo-prompt.

jorangreef avatar jorangreef commented on July 22, 2024

Thanks @craig-mulligan and @jviotti, if Disk Utility repair does not work you could also try rebooting to see if osascript -e 'do shell script "echo foo" with administrator privileges' works after reboot (this has helped others), or else reinstall macOS over your existing macOS.

from sudo-prompt.

lurch avatar lurch commented on July 22, 2024

The source of the sudo-prompt-command script is written out dynamically during exec() here: https://github.com/jorangreef/sudo-prompt/blob/master/index.js#L244

I'm a Linux-user rather than a Mac-user (so I don't know how the permission system works on macOS), but does that assume that the program that's making use of sudo-prompt is itself stored in a writable directory? What happens if the program that's making use of sudo-prompt is stored in a readonly directory?

from sudo-prompt.

jorangreef avatar jorangreef commented on July 22, 2024

@craig-mulligan any progress with your Mac?

from sudo-prompt.

jviotti avatar jviotti commented on July 22, 2024

Ping @hobochild

from sudo-prompt.

jorangreef avatar jorangreef commented on July 22, 2024

Thanks, not sure how I got @craig-mulligan!

from sudo-prompt.

jorangreef avatar jorangreef commented on July 22, 2024

Thanks @hobochild @jviotti !

from sudo-prompt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.