This is a discussion on [mirrorselect] sendto: Operation not permitted within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> Hello. Could someone please tell me why I am getting the (error) message sendto: Operation not permitted when I ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello. Could someone please tell me why I am getting the (error) message sendto: Operation not permitted when I run 'mirrorselect'? Also, 'emerge rsync' does not work. I suspect this may have something to do with the iptsbles packet filter that I am using (guarddog). The only ports that I have made visible to the outside world are 21 (ftp) 22 (ssh) 80 (http) 443 (https) Are there any other ports that have to be kept open for mirrorselect and 'emerge rsync' to work? Thank you. -- |
| |||
| 2003-10-21, chavez wrote: > The only ports that I have made visible to the outside world > are > > 21 (ftp) > 22 (ssh) > 80 (http) > 443 (https) > > Are there any other ports that have to be kept open for mirrorselect > and 'emerge rsync' to work? rsync uses port 873, so maybe that needs to be open. -peter -- 6:01pm up 146 days, 10:58, 7 users, load average: 3.51, 3.26, 3.11 God is great and god is good, but god is also made of wood. |
| ||||
| Peter wrote: > 2003-10-21, chavez wrote: > >> The only ports that I have made visible to the outside world >>are >> >> 21 (ftp) >> 22 (ssh) >> 80 (http) >> 443 (https) >> >> Are there any other ports that have to be kept open for mirrorselect >>and 'emerge rsync' to work? > > > rsync uses port 873, so maybe that needs to be open. > > -peter > Right you are. Thanks. Bill |