Re: [Bug 1032756] Re: Dropbox cannot download, because of 404 error

2012-08-07 Thread Mika Suomalainen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I ran dropbox update as root (sudo su) after unsetting http_proxy and https_proxy. Now Dropbox downloaded and installed. It gave warning about Dropbox running in unsupported location, but it still worked. Thank you for all your help :) -BEGIN

Re: [Bug 1032756] Re: Dropbox cannot download, because of 404 error

2012-08-07 Thread Raphaël Hertzog
On Tue, 07 Aug 2012, Mika Suomalainen wrote: I ran dropbox update as root (sudo su) after unsetting http_proxy and https_proxy. Now Dropbox downloaded and installed. So the problem really was with your local proxy. I'm thus closing this bug. status invalid Thank you for all your help :)

[Bug 1032756] Re: Dropbox cannot download, because of 404 error

2012-08-06 Thread Mika Suomalainen
% LC_ALL=en ls -al /usr/bin/pkexec -rwsr-xr-x 1 root root 18104 May 17 10:35 /usr/bin/pkexec Neither of updates work. I will attach strace soon. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1032756

[Bug 1032756] Re: Dropbox cannot download, because of 404 error

2012-08-06 Thread Mika Suomalainen
This seems to have the same setuid problem. ** Attachment added: strace.log https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1032756/+attachment/3249738/+files/strace.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 1032756] Re: Dropbox cannot download, because of 404 error

2012-08-06 Thread Raphaël Hertzog
On Mon, 06 Aug 2012, Mika Suomalainen wrote: This seems to have the same setuid problem. Right, you need to run it like this: sudo strace -o strace.log -f dropbox update Cheers, -- Raphaël Hertzog ◈ Debian Developer Get the Debian Administrator's Handbook: → http://debian-handbook.info/get/

[Bug 1032756] Re: Dropbox cannot download, because of 404 error

2012-08-06 Thread Mika Suomalainen
Oh, ok. This should work. ** Attachment added: strace.log https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1032756/+attachment/3249933/+files/strace.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1032756] Re: Dropbox cannot download, because of 404 error

2012-08-06 Thread Raphaël Hertzog
On Mon, 06 Aug 2012, Mika Suomalainen wrote: Oh, ok. This should work. This logs shows that it connects to your local proxy. It receives the first answer (a redirect to the https URL) and after that it reconnects to the same proxy but sends some encrypted data and here it doesn't seem to get

[Bug 1032756] Re: Dropbox cannot download, because of 404 error

2012-08-06 Thread Mika Suomalainen
The same issue happens with and without proxy and it doesn't happen on any other Linux machines using Dropbox here. ** Attachment added: strace.log https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1032756/+attachment/3250128/+files/strace.log -- You received this bug

[Bug 1032756] Re: Dropbox cannot download, because of 404 error

2012-08-06 Thread Mika Suomalainen
env says that I wasn't using it during time of that previous strace. ** Attachment added: env.log https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1032756/+attachment/3250129/+files/env.log -- You received this bug notification because you are a member of Ubuntu Bugs, which

Re: [Bug 1032756] Re: Dropbox cannot download, because of 404 error

2012-08-06 Thread Raphaël Hertzog
On Mon, 06 Aug 2012, Mika Suomalainen wrote: env says that I wasn't using it during time of that previous strace. Well, the proxy is still used for some reason. Maybe sudo is adding it back ? Verify with sudo env. If that's the case, open a root sheel, drop the variables and retry. If sudo is

[Bug 1032756] Re: Dropbox cannot download, because of 404 error

2012-08-05 Thread Raphaël Hertzog
In fact, it looks like a made a mistake. Can you retry the wget command with this URL: http://www.dropbox.com/download?plat=lnx.x86 Thank you in advance. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1032756] Re: Dropbox cannot download, because of 404 error

2012-08-05 Thread Mika Suomalainen
That seems to work. ** Attachment added: wget.log https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1032756/+attachment/3248604/+files/wget.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1032756] Re: Dropbox cannot download, because of 404 error

2012-08-05 Thread Mika Suomalainen
In strace there can be seen some errors about file or directory missing. I don't understand that output, but maybe it's useful to you. ** Attachment added: strace.log https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1032756/+attachment/3248605/+files/strace.log -- You

Re: [Bug 1032756] Re: Dropbox cannot download, because of 404 error

2012-08-05 Thread Raphaël Hertzog
On Sun, 05 Aug 2012, Mika Suomalainen wrote: In strace there can be seen some errors about file or directory missing. I don't understand that output, but maybe it's useful to you. Please use strace -f in that case because the interesting part is called in a sub-process. The log you have has

[Bug 1032756] Re: Dropbox cannot download, because of 404 error

2012-08-05 Thread Mika Suomalainen
Ok, ** Attachment added: strace -f.log https://bugs.launchpad.net/ubuntu/+source/nautilus-dropbox/+bug/1032756/+attachment/3248972/+files/strace%C2%A0-f.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1032756] Re: Dropbox cannot download, because of 404 error

2012-08-05 Thread Raphaël Hertzog
On Sun, 05 Aug 2012, Mika Suomalainen wrote: Ok, It didn't give anything useful either (because pkexec is no longer setuid root when it's straced). But I want to check. Give me the output of ls -al /usr/bin/pkexec. Then you should try the following commands: sudo dropbox --http-proxy