Why does Fossapup show 200~300 MB of data uploads every day?

Issues and / or general discussion relating to Puppy

Moderator: Forum moderators

Post Reply
sinczar
Posts: 1
Joined: Fri Mar 04, 2022 9:36 am
Has thanked: 1 time

Why does Fossapup show 200~300 MB of data uploads every day?

Post by sinczar »

I've been running Puppylinux Fossapup and my network icon in the taskbar shows approximately 200-300MB of data uploading daily. Is this normal? If so what types of data are being sent and where?

Thanks

Rich D.

User avatar
user1234
Posts: 413
Joined: Sat Feb 26, 2022 5:48 am
Location: Somewhere on earth
Has thanked: 154 times
Been thanked: 87 times

Re: Normal daily data uploads?

Post by user1234 »

It shows the amount of data that you used for whatever task you did. Puppy doesn't use any data itself.

Is this normal?

Well, it all depends on your own daily data usage.

PuppyLinux 🐾 gives new life to old computers ✨

User avatar
mikewalsh
Moderator
Posts: 5592
Joined: Tue Dec 03, 2019 1:40 pm
Location: King's Lynn, UK
Has thanked: 572 times
Been thanked: 1690 times

Re: Normal daily data uploads?

Post by mikewalsh »

Hallo, @sinczar. And :welcome: to the "kennels".

Quite a few folks ask this. It comes more from ex-Windows users than anyone else, because network tray icons in Linux tend to display somewhat different data to their Windows counterpart.

Do bear in mind that every time you open a webpage in your browser, a miniscule amount of data is swapped between Puppy and that particular site.....usually pertaining to cookies, stuff like that. Identifying information, designed to make your browsing experience smoother & easier.

If you're a heavy browser, and spend a lot of time online, 200-300 MB of uploaded data is easily achievable. It soon adds up.

Mike. ;)

Puppy "stuff" ~ MORE Puppy "stuff" ~ ....and MORE! :D
_______________________________________________________

Image

User avatar
xenial
Posts: 504
Joined: Mon Jul 13, 2020 7:41 am
Location: Lincolnshire.UK.
Has thanked: 92 times
Been thanked: 41 times

Re: Normal daily data uploads?

Post by xenial »

This is one of the things i love about puppy is the fact there is no telemetry or update checks of any kind.

I would hate to think what windoze uploads on a daily basis.... :o
It narrowes down to the browser...although browsers should be GET requests rather than POST.

I don't know what software you have installed or what update method they use..third party apps and software etc.

Feek
Posts: 396
Joined: Sun Oct 18, 2020 8:48 am
Location: cze
Has thanked: 48 times
Been thanked: 88 times

Re: Normal daily data uploads?

Post by Feek »

sinczar wrote: Fri Mar 04, 2022 9:41 am

Is this normal? If so what types of data are being sent and where?

Just a small addition:

every time you boot, puppy package manager updates automatically the database files.
It loads slightly over 10 MB of data and it´s completely normal, because for installing latest versions of apps you need to know the newest state of the repository.

The rest is probably your online activity as was already explained.

User avatar
xenial
Posts: 504
Joined: Mon Jul 13, 2020 7:41 am
Location: Lincolnshire.UK.
Has thanked: 92 times
Been thanked: 41 times

Re: Normal daily data uploads?

Post by xenial »

Just to add..
the package manager automatic update can be disabled if so desired which is what i did and then update manually via the PPM itself.

User avatar
user1234
Posts: 413
Joined: Sat Feb 26, 2022 5:48 am
Location: Somewhere on earth
Has thanked: 154 times
Been thanked: 87 times

Re: Normal daily data uploads?

Post by user1234 »

xenial wrote: Fri Mar 04, 2022 11:30 am

I would hate to think what windoze uploads on a daily basis.... :o

One day my windows 10 updated (though it was manual) and used up my whole data plan (I got 3gb per day at that time). Usually windows update that I got were not very big (except for 1-2 big sized updates yearly)

PuppyLinux 🐾 gives new life to old computers ✨

williams2
Posts: 1023
Joined: Sat Jul 25, 2020 5:45 pm
Been thanked: 288 times

Re: Why does Fossapup show 200~300 MB of data uploads every day?

Post by williams2 »

netstat -untap typed in a terminal will show you connections.

iftop and nethogs are small programs that you can install using ppm (Puppy Package Manager.)

Last edited by williams2 on Sun Mar 06, 2022 8:32 pm, edited 1 time in total.
dimkr
Posts: 1933
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 37 times
Been thanked: 856 times

Re: Normal daily data uploads?

Post by dimkr »

Feek wrote: Fri Mar 04, 2022 11:34 am

every time you boot, puppy package manager updates automatically the database files.

Are you sure about that? Where is the code that does this?

Feek
Posts: 396
Joined: Sun Oct 18, 2020 8:48 am
Location: cze
Has thanked: 48 times
Been thanked: 88 times

Re: Normal daily data uploads?

Post by Feek »

dimkr wrote: Sun Mar 06, 2022 6:56 am
Feek wrote: Fri Mar 04, 2022 11:34 am

every time you boot, puppy package manager updates automatically the database files.

Are you sure about that? Where is the code that does this?

In Fossapup64, the "root/startup" folder contains the script "PPMupdatedatabase". Its content is:

Code: Select all

#!/bin/sh
sleep 90
exec pkg ru

There is one more thread on this topic.
Is this a misunderstanding on my part?

dimkr
Posts: 1933
Joined: Wed Dec 30, 2020 6:14 pm
Has thanked: 37 times
Been thanked: 856 times

Re: Normal daily data uploads?

Post by dimkr »

Feek wrote: Sun Mar 06, 2022 8:46 am

Is this a misunderstanding on my part?

Nope.

I didn't know pkg does that.

User avatar
rockedge
Site Admin
Posts: 5729
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 1999 times
Been thanked: 2102 times
Contact:

Re: Why does Fossapup show 200~300 MB of data uploads every day?

Post by rockedge »

Yes Pkg-cli updates the local repos every time at system start. I think it does in Bionic64 as well. Easy enough to disable as described in the posts above.

Another note, I have been running iftop that I installed and let run for a while on an idling Fossapup with nothing extra running, and for some reason there is a periodic ping to amazon and immediately associated with that, there is a ping to Google happening. I'll have to track that down since there is no browser running at all

User avatar
666philb
Posts: 429
Joined: Thu Jul 09, 2020 3:18 pm
Location: wales uk
Has thanked: 111 times
Been thanked: 146 times

Re: Normal daily data uploads?

Post by 666philb »

dimkr wrote: Sun Mar 06, 2022 9:59 am
Feek wrote: Sun Mar 06, 2022 8:46 am

Is this a misunderstanding on my part?

Nope.

I didn't know pkg does that.

the script could do with being more sophisticated like waiting until you've connected and not running everytime you start x. :D

User avatar
666philb
Posts: 429
Joined: Thu Jul 09, 2020 3:18 pm
Location: wales uk
Has thanked: 111 times
Been thanked: 146 times

Re: Why does Fossapup show 200~300 MB of data uploads every day?

Post by 666philb »

rockedge wrote: Sun Mar 06, 2022 2:19 pm

Yes Pkg-cli updates the local repos every time at system start. I think it does in Bionic64 as well. Easy enough to disable as described in the posts above.

Another note, I have been running iftop that I installed and let run for a while on an idling Fossapup with nothing extra running, and for some reason there is a periodic ping to amazon and immediately associated with that, there is a ping to Google happening. I'll have to track that down since there is no browser running at all

is this on a vanilla install?

hmmm .. wonder if it's conky? i pinched part of the conkyrc from one of the debian dogs and this part tests for a connection

Code: Select all

${color2}NET: EXT: ${alignr}  ${execi 3600 wget -O - -q icanhazip.com} ${if_up eth0}
User avatar
rockedge
Site Admin
Posts: 5729
Joined: Mon Dec 02, 2019 1:38 am
Location: Connecticut,U.S.A.
Has thanked: 1999 times
Been thanked: 2102 times
Contact:

Re: Why does Fossapup show 200~300 MB of data uploads every day?

Post by rockedge »

@666philb Yes it is a fresh install of Fossapup64-9.5 with iftop installed.

It does seem likely to be from the conky configuration! That does make a lot of sense. I have to start that system up again and watch it again for awhile with conky turned off.

Post Reply

Return to “Users”