LinuxQuestions.org
Help answer threads with 0 replies.
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 01-08-2017, 09:10 AM   #1
chemfire
Member
 
Registered: Sep 2012
Posts: 422

Rep: Reputation: Disabled
Seamonkey-2.46


Is anyone having trouble with downloads after updating to the seamonkey-2.46 packages on slackware 14.2 (64-bit)?

I get the following error whenever I try to download a file or save an attachment from mail. Note save-page-as works fine.

Quote:
could not be saved, because you cannot change the contents of that folder.

Change the folder properties and try again, or try saving in a different location
I spent a lot of time changing the download settings to defaults first with the preferences dialog and than manually ripping every browser.download setting out of prefs.js.

Finally I tried just creating a new profile, same thing. Then I thought after debugging with strace and not seeing anything failing to open for permissions reasons that maybe it was possibly something to do with my home directory in some way I just was not seeing. So I created an entirely new user using the useradd program so all the permissions, default files etc would be clean. Same issue.

Tried seamonkey as root (I know crazy) and it WORKS! So I tried coping my old profile into /root/.mozilla/seamonkey and patching up profiles.ini, it WORKS!

So for some kind of very strange permissions reason or bug seamonkey won't download files as a normal user it seams. Is it just me? I really can't imagine what could possibly be broken in a brand new user, with a brand new mozilla profile.

I am posting here because the Google has not been helpful, which makes me think this probably a thing with Slackware, its seamonkey package, or my system.
 
Old 01-08-2017, 12:32 PM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Quote:
Is anyone having trouble with downloads after updating to the seamonkey-2.46 packages on slackware 14.2 (64-bit)?
Nope. It works fine here (Slackware64 current).
What happens if you choose a different download method (progress dialog or download manager)?
 
1 members found this post helpful.
Old 01-09-2017, 06:30 AM   #3
chemfire
Member
 
Registered: Sep 2012
Posts: 422

Original Poster
Rep: Reputation: Disabled
No effect unfortunately.
 
Old 01-09-2017, 08:56 AM   #4
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
chemfire --

I've been playing with Pat's seamonkey.SlackBuild since Saturday, trying to get it to include NSPR Files in the Slackware Packages.

I needed the NSPR 'obsolete' include files to build the SBo xmlsec.SlackBuild which fails when I tried to build against Seamonkey 2.46.

Seamonkey 2.40 worked fine and the necessary .h files were there when I ran the previous version of xmlsec.SlackBuild .

Anyhow, looking at Linux From Scratch Seamonkey Build Instructions their method is quite a bit different than the method invoked in the Slackware 14.2 seamonkey.SlackBuild.

I need to throw together a VM to try it out and it will be a while before my work schedule allows time to play.

Anyhow ... no real help here but since NSPR is responsible for File IO and since libfreebl is missing from Seamonkey 2.46 ( see below ), that might be a possible cause ???

-- kjh

# missing files in the seamonkey.SlackBuild log

Code:
# grep 'cannot stat' /tmp/seamonkey.SlackBuild-2.46-x86_64.log

cp: cannot stat 'mozilla/dist/include/nspr/*.h': No such file or directory
cp: cannot stat 'mozilla/dist/include/nspr/obsolete/*.h': No such file or directory
cp: cannot stat 'mozilla/dist/include/nspr/private/*.h': No such file or directory
cp: cannot stat 'mozilla/dist/include/*.tbl': No such file or directory
cp: cannot stat 'mozilla/dist/include/*.msg': No such file or directory
cp: cannot stat 'mozilla/dist/include/*.h': No such file or directory
cp: cannot stat 'mozilla/dist/sdk/include/*': No such file or directory
cp: cannot stat '/tmp/package-seamonkey/usr/lib64/seamonkey-2.46/libfreebl3.chk': No such file or directory
cp: cannot stat '/tmp/package-seamonkey/usr/lib64/seamonkey-2.46/libfreebl3.so': No such file or directory
 
Old 01-09-2017, 11:34 AM   #5
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Quote:
Originally Posted by chemfire View Post
No effect unfortunately.
You may start seamonkey from CLI and watch for errors. There are also some command line options (like safe mode or debug enabled) to test.

And you can use Tools->Web Development->Error Console (or Tools->Web Development->Browser Console) and watch there for errors

Regards
 
Old 01-09-2017, 01:44 PM   #6
chemfire
Member
 
Registered: Sep 2012
Posts: 422

Original Poster
Rep: Reputation: Disabled
I have been thru safemode and watching everything in strace. I got nothing useful out of the command line errors but I will comb my logs again. I am think I might try to take Pat's script and do my own build. I'd like the EME stuff built and just a quick look over the slackbuild shows those options are not included.
 
Old 01-09-2017, 02:44 PM   #7
dwblas
Member
 
Registered: Jun 2011
Posts: 87

Rep: Reputation: Disabled
Quote:
could not be saved, because you cannot change the contents of that folder.

Change the folder properties and try again, or try saving in a different location
You do not have permission to change (download to) that directory. Either change the permissions on the download directory so your user can change it, or download to a directory your user owns.

Last edited by dwblas; 01-09-2017 at 02:45 PM.
 
Old 01-10-2017, 07:12 AM   #8
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Quote:
Originally Posted by chemfire View Post
I have been thru safemode and watching everything in strace. I got nothing useful out of the command line errors but I will comb my logs again. I am think I might try to take Pat's script and do my own build. I'd like the EME stuff built and just a quick look over the slackbuild shows those options are not included.
You may try the suggestions for firefox.
 
Old 01-10-2017, 08:14 AM   #9
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,057

Rep: Reputation: Disabled
Not sure that helps, but I'm used to copy URL's from Firefox, open a terminal, and paste the link with a middle click as argument of a wget command. But I am not a Seamonkey user and do not use it's mail feature.
 
Old 01-10-2017, 08:58 AM   #10
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled
Works here, tried to download a jpeg from random site and it saved in ~/Downloads/image.jpeg

seamonkey-2.46-x86_64-1_slack14.2 package, ext2 filesystem, clean profile.
 
Old 01-14-2017, 07:08 AM   #11
chemfire
Member
 
Registered: Sep 2012
Posts: 422

Original Poster
Rep: Reputation: Disabled
Well I don't know how to feel. I had been trying to be scientific about this and work through the problem. After pounding my head against the keyboard everytime I worked on it for days and not getting anywhere, it works. I was just doing some other browsing and absent mindly clicked a download link and everything worked perfect.....
 
  


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
[BUG] in seamonkey 2.9 slackbuild; does not create usr/include/seamonkey-2.9/nss -> . zerouno Slackware 5 05-02-2012 03:21 AM
Seamonkey and Seamonkey libs update for Slackware 13.1? Lufbery Slackware 7 08-05-2011 03:00 AM
Getting SeaMonkey 1.1.16 paydaydaddy Puppy 4 05-03-2009 12:20 PM
Seamonkey ?? mickeyboa Fedora 6 08-27-2007 12:26 PM
LXer: SeaMonkey 1.0.6 and SeaMonkey 1.1 Beta Released LXer Syndicated Linux News 0 11-09-2006 02:33 PM

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

All times are GMT -5. The time now is 09:24 PM.

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