You are not logged in.

#1 2013-06-21 12:51:26

DemoID
Member
Registered: 2013-06-21
Posts: 3

Can't download files from browser [SOLVED]

Hi, everytime I try to download a file with either chromium or firefox the download fails and it displays "Failed - Insufficient permissions" I've been looking online for a solution for hours and I can't find one. If someone could help me out that would be amazing. Thank you!

Heres a pic of it (look at bottom left)
PsV6Xty.png

Last edited by DemoID (2013-06-21 13:17:59)

Offline

#2 2013-06-21 12:59:58

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: Can't download files from browser [SOLVED]

To which directory is the web browser trying to save the file to? (Check the settings)

What are the permissions on that directory? ("ls -ld /path/to/downloads")

Offline

#3 2013-06-21 13:04:54

DemoID
Member
Registered: 2013-06-21
Posts: 3

Re: Can't download files from browser [SOLVED]

drcouzelis wrote:

To which directory is the web browser trying to save the file to? (Check the settings)

What are the permissions on that directory? ("ls -ld /path/to/downloads")


It tries to save to:
/home/sebastian/Downloads

This is the output of ls -ld, im not sure what this means:
drwxr-xr-x 8 root root 4096 Jun 20 23:12 /home/sebastian/Downloads

Offline

#4 2013-06-21 13:10:57

thesultanofswing
Member
Registered: 2011-07-29
Posts: 4

Re: Can't download files from browser [SOLVED]

So the owner and the group of the directory is root. You need to change the ownership to your own user (sudo chown <your_user_name>:<group_name> /home/sebastian/Downloads).

Offline

#5 2013-06-21 13:16:35

DemoID
Member
Registered: 2013-06-21
Posts: 3

Re: Can't download files from browser [SOLVED]

thesultanofswing wrote:

So the owner and the group of the directory is root. You need to change the ownership to your own user (sudo chown <your_user_name>:<group_name> /home/sebastian/Downloads).

Thanks, that fixed it!

Offline

Board footer

Powered by FluxBB