LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-31-2015, 04:01 PM   #1
Freaksta
Member
 
Registered: Jan 2003
Distribution: Slackware 14.1
Posts: 283

Rep: Reputation: 34
Firefox won't save files as non-root user [Am I going out of my mind?!]


I swear to god I'm not crazy.

FRESH install of -current from 12/29 ~7pm in BIOS mode (not UEFI)

login to root for first time, setup WICD for wireless, add a user.

As root, start XFCE, open Firefox and navigate to https://www.sbopkg.org/downloads.php

click on the word "here" - "Package: A pre-built Slackware package of the latest version of sbopkg can be downloaded here." which links to https://github.com/sbopkg/sbopkg/rel...arch-1_wsr.tgz

File download request pops up, asks me to save file, hit save. Life is good.

Exit X, logout, login as user. (1000)

Start X, open Firefox, go the the same URL, and click "here" on the same page.

No dialog. File tries to download right away. Fails immediately.

Tried to download the newest kernel from kernel.org - first time I right-clicked on the mainline: 4.4-rc7 2015-12-28 [tar.xz] tar.xz link, I get a dialog to save... 2nd time, tries and fails immediately. Click on the link directly... fails.

Reinstalled Slackware again .. formatted, etc.

SAME ISSUE.

Am I a complete idiot? Am I crazy?

Why is firefox broken?

Also tried to right-click, Saive link as... no dialog, just fails immediately regardless of what I click on.

Last edited by Freaksta; 12-31-2015 at 05:52 PM.
 
Old 12-31-2015, 04:24 PM   #2
Qury
Member
 
Registered: Feb 2004
Location: Naas,IE
Distribution: Slackware
Posts: 212

Rep: Reputation: 184Reputation: 184
just checked myself, have the same issue!
as a non-root user i can't save files. (root can save fine)

Also, when installing virtualbox extension pack, it complains that /opt is not owned by root.
 
Old 12-31-2015, 04:34 PM   #3
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,214

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Are you sure you logged in as user 100? A stock systems first user should be 1000.

What location are you trying to download to in FF ? Check your settings, for a user set the location some where inside /home/youruser/. That should work.
 
Old 12-31-2015, 05:37 PM   #4
Freaksta
Member
 
Registered: Jan 2003
Distribution: Slackware 14.1
Posts: 283

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by camorri View Post
Are you sure you logged in as user 100? A stock systems first user should be 1000.

What location are you trying to download to in FF ? Check your settings, for a user set the location some where inside /home/youruser/. That should work.
Sorry, 1000.


bash-4.3$ id
uid=1000(ecaz) gid=100(users) groups=100(users),7(lp),11(floppy),17(audio),18(video),19(cdrom),93(scanner)
bash-4.3$


drwxr-xr-x 2 ecaz users 4096 Dec 31 21:49 Downloads

that's where it's set to download. IF and WHEN I can get it to bring up a dialog, I can save. But 9/10 times it fails. Not a permissions issue I don't think.
 
Old 12-31-2015, 07:07 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,321
Blog Entries: 28

Rep: Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140
No problems here downloading and saving that file as user with either Seamonkey or Firefox using the Fluxbox window manager.

You might try starting Firefox from the command line, then trying to download the file. You might get some useful error messages in the terminal. It also might be useful to test with a different browser, perhaps Konqueror, as it's at hand.

Last edited by frankbell; 12-31-2015 at 07:08 PM.
 
Old 12-31-2015, 08:11 PM   #6
STDOUBT
Member
 
Registered: May 2010
Location: Stumptown
Distribution: Slackware64
Posts: 583

Rep: Reputation: 242Reputation: 242Reputation: 242
Freaksta,
[strikethrough]Can you show us the output of your "groups" command?[/strikethrough]

OK nevermind I see above your "id" output.
I wonder if adding your user to "netdev" group would help?

Last edited by STDOUBT; 12-31-2015 at 08:15 PM.
 
Old 12-31-2015, 09:47 PM   #7
Freaksta
Member
 
Registered: Jan 2003
Distribution: Slackware 14.1
Posts: 283

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by STDOUBT View Post
Freaksta,
[strikethrough]Can you show us the output of your "groups" command?[/strikethrough]

OK nevermind I see above your "id" output.
I wonder if adding your user to "netdev" group would help?
I tried running it from the command line, and got no useful output :-(

Checking netdev now.
 
Old 12-31-2015, 09:50 PM   #8
Freaksta
Member
 
Registered: Jan 2003
Distribution: Slackware 14.1
Posts: 283

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by Freaksta View Post
I tried running it from the command line, and got no useful output :-(

Checking netdev now.
netdev didn't fix it.

bash-4.3$ groups
users lp floppy audio video cdrom netdev scanner
bash-4.3$ id
uid=1000(ecaz) gid=100(users) groups=100(users),7(lp),11(floppy),17(audio),18(video),19(cdrom),86(netdev),93(scanner)
bash-4.3$ ^C
bash-4.3$


here's a screenshot of the error.
Attached Thumbnails
Click image for larger version

Name:	Screenshot_2016-01-01_03-49-00.png
Views:	58
Size:	130.6 KB
ID:	20419  
 
Old 12-31-2015, 09:51 PM   #9
Freaksta
Member
 
Registered: Jan 2003
Distribution: Slackware 14.1
Posts: 283

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by Qury View Post
just checked myself, have the same issue!
as a non-root user i can't save files. (root can save fine)

Also, when installing virtualbox extension pack, it complains that /opt is not owned by root.
Any luck so far?
 
Old 12-31-2015, 10:14 PM   #10
Freaksta
Member
 
Registered: Jan 2003
Distribution: Slackware 14.1
Posts: 283

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by frankbell View Post
No problems here downloading and saving that file as user with either Seamonkey or Firefox using the Fluxbox window manager.

You might try starting Firefox from the command line, then trying to download the file. You might get some useful error messages in the terminal. It also might be useful to test with a different browser, perhaps Konqueror, as it's at hand.
I just tried Seamonkey - works fine!

Firefox still broken. :-(
 
Old 12-31-2015, 10:23 PM   #11
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,321
Blog Entries: 28

Rep: Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140Reputation: 6140
Quote:
I just tried Seamonkey - works fine!

Firefox still broken. :-(
I must say, that is strange, as the two programs share the same DNA.

I prefer Seamonkey, because it integrates so many functions in one interface, but that's a matter of taste.

I'm glad you found something that works, but I do hope someone helps us figure out what's going on here.
 
Old 12-31-2015, 10:27 PM   #12
Freaksta
Member
 
Registered: Jan 2003
Distribution: Slackware 14.1
Posts: 283

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by frankbell View Post
I must say, that is strange, as the two programs share the same DNA.

I prefer Seamonkey, because it integrates so many functions in one interface, but that's a matter of taste.

I'm glad you found something that works, but I do hope someone helps us figure out what's going on here.
Not to derail thread, but I am really liking Seamonkey - I forgot how awesome the Netscape/Mozilla suite were.



Still want to fix firefox though!
 
Old 01-01-2016, 12:28 AM   #13
Freaksta
Member
 
Registered: Jan 2003
Distribution: Slackware 14.1
Posts: 283

Original Poster
Rep: Reputation: 34
Steps so far:

removepkg FF43, installed FF24 from 14.1 - FF24 worked fine.

downloaded FF43 from another server, checked MD5, removed FF24, installed FF43, and it still had the issue.

Downloaded FF43 directly from mozilla, extracted tar.bz, ./firefox - same issue.

I'm currently downloading the entire -current64 from another server and will reinstall and try again.
 
Old 01-01-2016, 01:12 AM   #14
elyk
Member
 
Registered: Jun 2004
Distribution: Slackware
Posts: 241

Rep: Reputation: 49
Try checking your default save location. Long ago I found a bug where it'll silently fail if you don't have write permission on the save directory.
 
Old 01-01-2016, 08:10 AM   #15
Freaksta
Member
 
Registered: Jan 2003
Distribution: Slackware 14.1
Posts: 283

Original Poster
Rep: Reputation: 34
Quote:
Originally Posted by elyk View Post
Try checking your default save location. Long ago I found a bug where it'll silently fail if you don't have write permission on the save directory.
Alas, I do have write permissions. :-(

Seamonkey, and even Firefox will write to the directory. I can save images --- Save Image As works, and saves to the download directory.

Also, Firefox packaged with 14.1 worked fine -- just the new version doesn't work.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to change user privileges to root access to edit and save files Don Littlefield Linux - Software 15 08-07-2014 01:33 PM
Firefox 3.0.1 Won't Save or Manage Bookmarks Properly HaroldWho Linux - Software 3 09-15-2008 02:55 PM
Home Server - Save me from loosing my mind - RHEL 5 wo2caisley Linux - Newbie 11 05-13-2008 05:36 AM
Firefox won't save files. Red Knuckles SUSE / openSUSE 2 06-29-2006 06:26 PM
Unable to save files downloaded from the internet on my user account chreon Linux - General 6 03-09-2006 04:05 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration