We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
JpFortran
2 years agoExplorer | Level 4
Massive download at startup is consuming huge download bandwidth
Hi there, Every morning, when I log in my linux box, I see dropbox consuming huge download bandwidth and remain doing so during several minutes, til the point I have to kill it process to be able t...
- 2 years ago
Hi JpFortran, as we currently support Ubuntu and Fedora installations of Linux, the amount of support we can provide is limited for Mint.
Most likely there is something occurring with the app during the startup. Could you try delaying the startup, or preventing it entirely, and then starting it up later to see if this helps?
JpFortran
Explorer | Level 4
this is how it looks:
no 'viewable' activity seen (idle icon / no new files added)
Jay
2 years agoDropbox Staff
Hi JpFortran, as we currently support Ubuntu and Fedora installations of Linux, the amount of support we can provide is limited for Mint.
Most likely there is something occurring with the app during the startup. Could you try delaying the startup, or preventing it entirely, and then starting it up later to see if this helps?
- JpFortran2 years agoExplorer | Level 4
Hi @Jay,
I've tryied your recipe out (turn auto-start off, and manually start process after few minutes), and voilá.. no big tranfers happening (!). I've tryied it just once, but gonna delay dbox process to find out if this could be a permanent solution. (let's hope so!).
Maybe all of this mess is related to the office's firewall, which I have to manually accept (thru a disclaimer page which appears when I open a web browser) every single morning I turn pc on. During such process -between login and accepted disclaimer- spinning arrows of dbox icon are shown, and remains til inet is reached (always thought this was quite normal) and right then is when massive download begins.Now I think this 'try-to-connect-without-luck' maybe confuses dbox process and leads it out of control.
Today is friday, so gonna play around on this issue only on monday. Let's wait til then to confirm if, to delay dbox start, is an effective solution.
Very thanks to all of you there; I'll be in touch.
(if I can be helpful in some way just let me know)
best regards,
Jp.- JpFortran12 months agoExplorer | Level 4
sorry about my absence, I was ill.
just finished a script to run on startup which will check for connection, and just then fire dropbox start.Tell me if want/need me to close or accept solution to this request now, or prefer to wait til this workaround is functionally working - just for the record 😉
- JpFortran12 months agoExplorer | Level 4
hi there, this is the fix that seems to be working (maybe helpful for next similar case):
#!/bin/bash # poner en c/loop paraq lea salida (Ctrl+c twice). Sleep mandatory!! trap - INT UNREACHEABLE=1; while [ $UNREACHEABLE -ne "0" ]; do ping -q -c 1 google.com &> /dev/null; UNREACHEABLE=$?; sleep 1; done # inet reached. run'n quit: dropbox start
(have to be set as a run-on-login program)
Now I set the issue as closed.
Very thanks to all of you pals for being there.
If can help in any way just drop me some words.
Best regards,
Jp.
About Create, upload, and share
Find help to solve issues with creating, uploading, and sharing files and folders in Dropbox. Get support and advice from the Dropbox Community.
Need more support
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!