View previous topic :: View next topic |
Author |
Message |
pietinger Moderator

Joined: 17 Oct 2006 Posts: 5658 Location: Bavaria
|
Posted: Wed Apr 07, 2021 11:56 pm Post subject: ftp connect to mirrors.dotsrc.org while update world |
|
|
Yesterday I did my weekly update and for the first time my firewall told me there was an attempt to connect to 130.225.254.116 via port 21 (of course not allowed).
This is not funny for me and I would like to know which package have such a behavior. Does anybody knows ?
(P.S.: Yes, there was nothing else running; it must came from emerge) |
|
Back to top |
|
 |
alamahant Advocate

Joined: 23 Mar 2019 Posts: 3961
|
Posted: Thu Apr 08, 2021 12:07 am Post subject: |
|
|
Each package has an ebuild.Insude it there is the
ie the location from where portage downloads the source.
I think it uses curll or wget .
This can be git, private siite repos even SourceForge.net
Some packages might have an ftp:// url.
I wouldn't worry so much............. _________________
 |
|
Back to top |
|
 |
pietinger Moderator

Joined: 17 Oct 2006 Posts: 5658 Location: Bavaria
|
Posted: Thu Apr 08, 2021 12:23 am Post subject: |
|
|
alamahant wrote: | I wouldn't worry so much............. |
First of all: Thanks a lot ! Second: I am so silly. I only need to verify the timestamps from /var/log/messages with /var/log/emerge.log. So I got my candidate (ts of firewall entry was 1617839148):
Code: | 1617839126: === (2 of 111) Compiling/Merging (dev-libs/gmp-6.2.1-r1::/usr/portage/dev-libs/gmp/gmp-6.2.1-r1.ebuild)
1617839175: === (2 of 111) Merging (dev-libs/gmp-6.2.1-r1::/usr/portage/dev-libs/gmp/gmp-6.2.1-r1.ebuild) |
Now I will investigate gmp-6.2.1 ...
Edit: Found a ftp-uri ... but strangely the update of this package went through without errors ... ?! ... ? |
|
Back to top |
|
 |
alamahant Advocate

Joined: 23 Mar 2019 Posts: 3961
|
|
Back to top |
|
 |
|