Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update problem #478

Closed
agungsantoso opened this issue Oct 20, 2012 · 3 comments
Closed

Update problem #478

agungsantoso opened this issue Oct 20, 2012 · 3 comments

Comments

@agungsantoso
Copy link

@agungsantoso agungsantoso commented Oct 20, 2012

When i try to update using youtube-dl -U, it's give me an error like this:

ERROR: no write permissions on youtube-dl

I try change security to allow everyone write, but that problem still appear.

I'm using win7 ultimate SP1 32bit

@Plaque-fcc
Copy link

@Plaque-fcc Plaque-fcc commented Oct 20, 2012

Generally, this is the problem of writing into holding directory. You
should run your console (command line input) with privileges of system
administrator, not «fixing» write permissions.

В Sat, 20 Oct 2012 03:19:25 -0700
Agung Santoso Pranoto notifications@github.com пишет:

When i try to update using youtube-dl -U, it's give me an error like
this:

ERROR: no write permissions on youtube-dl

I try change security to allow everyone write, but that problem still
appear.

I'm using win7 ultimate SP1 32bit


Reply to this email directly or view it on GitHub:
#478

@Plaque-fcc
Copy link

@Plaque-fcc Plaque-fcc commented Oct 20, 2012

For instance, when I in GNU run youtube-dl -U as a regular user, it will fail. Instead, one should run it like sudo youtube-dl -U to obtain super-user privileges to write not only into the file supposed to be overwritten, but also into the directory containing it. Changing permissions is the way to break proper security settings.

@agungsantoso
Copy link
Author

@agungsantoso agungsantoso commented Oct 20, 2012

Thanks, it's solved the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.