seems not to be up again by now (at least not with security-packages). http
works fine, but debmirror wants ftp :)
Is there any chance that this gets fixed?
Thanks
Regards,
Bjoern
Dear all,
after several mirrors of sec.d.o have been founded,
I wanted to remember a discussion (I cant find at the moment)
that took place in the debian-sec-german list several weeks ago.
It was about the philosophy of just having one security.debian.org.
I just found
http://lists.debian.org/deb
Hi all,
Anyone knows what 1025 udp stands for? This is a newly installed woody
on a sparc classic.
ns1:/etc# netstat -l
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State
tcp0 0 *:smtp *:*
LISTEN
On Thursday 21 November 2002 17:26, Costas Magos wrote:
> Hi all,
>
> Anyone knows what 1025 udp stands for? This is a newly installed woody
> on a sparc classic.
rpc.statd uses this port.
On Thu, Nov 21, 2002 at 07:26:13PM +0200, Costas Magos wrote:
> Hi all,
>
> Anyone knows what 1025 udp stands for? This is a newly installed woody
> on a sparc classic.
>
>
try
netstat -lp
as root, to show the pid doing this.
--
Easter-eggsSpécialiste GNU/Li
On Thu, Nov 21, 2002 at 07:26:13PM +0200, Costas Magos wrote:
> Hi all,
>
> Anyone knows what 1025 udp stands for? This is a newly installed woody
> on a sparc classic.
>
>
> ns1:/etc# netstat -l
> Active Internet connections (only servers)
> Proto Recv-Q Send-Q Local Address Foreign A
Hello Costa,
To know how port is used by some program do this:
# netstat -ln
Get port number
# fuser -n tcp port number
This command gave to you the proces number that runs in this port.
Now:
# ps auxw | grep process number
Done!
Sample:
# netstat -ln
tcp0 0 0.0.0.0:1024
Ok, it turns out that the process listening on this port is named. But
why named should ever listen on udp 1025?
sparc:/etc# netstat -lp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State PID/Program name
udp0 0 *:1025
On Thu, 21 Nov 2002 at 07:26:13PM +0200, Costas Magos wrote:
> Hi all,
>
> Anyone knows what 1025 udp stands for? This is a newly installed woody
> on a sparc classic.
try:
netstat -ap | less
(as root).
This will tell you which process is bound to that port.
Hope this helps.
--
Phil
PGP/GPG
Good evening
Well which bind version are you running??
Could it be an rndc or ndc listener??
Have you made any special configuration in order to set the queries
source port ??
for example:
query-source address * port 1;
--
Georgatos Evaggelos
Network Operations Center
Department of Informa
Previously Björn Metzdorf wrote:
> seems not to be up again by now (at least not with security-packages). http
> works fine, but debmirror wants ftp :)
Ftp works again (was silly problem with a symlink and a directory being
the wrong way around).
Wichert.
--
__
> Ftp works again (was silly problem with a symlink and a directory being
> the wrong way around).
Great work! Thanks Wichert!
Regards,
Bjoern
help me clear up a confusion:
does a line
deb http://security.debian.org testing/updates main non-free contrib
in /etc/apt/sources.list provide security updates to testing, or is
that simply carried over from when woody was frozen?
in short: does Debian support security updates for testing?
* Quoting martin f krafft ([EMAIL PROTECTED]):
> in short: does Debian support security updates for testing?
No.
- rk
--
These wheels are for inline skates only, unless you are stupid.
Aggressive skating can be dangerous and hazardous to your health.
If you get hurt, you are doing it wrong.
On Friday 22 November 2002 01:14, martin f krafft wrote:
> help me clear up a confusion:
>
> does a line
>
> deb http://security.debian.org testing/updates main non-free contrib
>
> in /etc/apt/sources.list provide security updates to testing, or is
> that simply carried over from when woody was
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
I've got a special problem: I would like to use a debian box as a
firewall with an interface for the internal, external network and one
for the dmz.
The problem is this: The database server that has to be accessed from
the webservers in the dmz i
On Fri, 22 Nov 2002, Marcel Weber wrote:
> external and take eth2, eth3 and eth5 as one bridged device br0 for the
> dmz. Could I filter traffic between eth0 and br0, resp. eth1 and br0?
Yes. And among components of br0 as well, if you really need to. Make sure
to enable IP forwarding, or it won
seems not to be up again by now (at least not with security-packages). http
works fine, but debmirror wants ftp :)
Is there any chance that this gets fixed?
Thanks
Regards,
Bjoern
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED
Dear all,
after several mirrors of sec.d.o have been founded,
I wanted to remember a discussion (I cant find at the moment)
that took place in the debian-sec-german list several weeks ago.
It was about the philosophy of just having one security.debian.org.
I just found
http://lists.debian.org/debi
Hi all,
Anyone knows what 1025 udp stands for? This is a newly installed woody
on a sparc classic.
ns1:/etc# netstat -l
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State
tcp0 0 *:smtp *:*
LISTEN
On Thursday 21 November 2002 17:26, Costas Magos wrote:
> Hi all,
>
> Anyone knows what 1025 udp stands for? This is a newly installed woody
> on a sparc classic.
rpc.statd uses this port.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PRO
On Thu, Nov 21, 2002 at 07:26:13PM +0200, Costas Magos wrote:
> Hi all,
>
> Anyone knows what 1025 udp stands for? This is a newly installed woody
> on a sparc classic.
>
>
try
netstat -lp
as root, to show the pid doing this.
--
Easter-eggsSpécialiste GNU/Li
On Thu, Nov 21, 2002 at 07:26:13PM +0200, Costas Magos wrote:
> Hi all,
>
> Anyone knows what 1025 udp stands for? This is a newly installed woody
> on a sparc classic.
>
>
> ns1:/etc# netstat -l
> Active Internet connections (only servers)
> Proto Recv-Q Send-Q Local Address Foreign A
Hello Costa,
To know how port is used by some program do this:
# netstat -ln
Get port number
# fuser -n tcp port number
This command gave to you the proces number that runs in this port.
Now:
# ps auxw | grep process number
Done!
Sample:
# netstat -ln
tcp0 0 0.0.0.0:1024
Ok, it turns out that the process listening on this port is named. But
why named should ever listen on udp 1025?
sparc:/etc# netstat -lp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State PID/Program name
udp0 0 *:1025
On Thu, 21 Nov 2002 at 07:26:13PM +0200, Costas Magos wrote:
> Hi all,
>
> Anyone knows what 1025 udp stands for? This is a newly installed woody
> on a sparc classic.
try:
netstat -ap | less
(as root).
This will tell you which process is bound to that port.
Hope this helps.
--
Phil
PGP/GPG
Good evening
Well which bind version are you running??
Could it be an rndc or ndc listener??
Have you made any special configuration in order to set the queries
source port ??
for example:
query-source address * port 1;
--
Georgatos Evaggelos
Network Operations Center
Department of Informa
Previously Björn Metzdorf wrote:
> seems not to be up again by now (at least not with security-packages). http
> works fine, but debmirror wants ftp :)
Ftp works again (was silly problem with a symlink and a directory being
the wrong way around).
Wichert.
--
__
> Ftp works again (was silly problem with a symlink and a directory being
> the wrong way around).
Great work! Thanks Wichert!
Regards,
Bjoern
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
help me clear up a confusion:
does a line
deb http://security.debian.org testing/updates main non-free contrib
in /etc/apt/sources.list provide security updates to testing, or is
that simply carried over from when woody was frozen?
in short: does Debian support security updates for testing?
* Quoting martin f krafft ([EMAIL PROTECTED]):
> in short: does Debian support security updates for testing?
No.
- rk
--
These wheels are for inline skates only, unless you are stupid.
Aggressive skating can be dangerous and hazardous to your health.
If you get hurt, you are doing it wrong.
On Friday 22 November 2002 01:14, martin f krafft wrote:
> help me clear up a confusion:
>
> does a line
>
> deb http://security.debian.org testing/updates main non-free contrib
>
> in /etc/apt/sources.list provide security updates to testing, or is
> that simply carried over from when woody was
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
I've got a special problem: I would like to use a debian box as a
firewall with an interface for the internal, external network and one
for the dmz.
The problem is this: The database server that has to be accessed from
the webservers in the dmz is
On Fri, 22 Nov 2002, Marcel Weber wrote:
> external and take eth2, eth3 and eth5 as one bridged device br0 for the
> dmz. Could I filter traffic between eth0 and br0, resp. eth1 and br0?
Yes. And among components of br0 as well, if you really need to. Make sure
to enable IP forwarding, or it won
This one time, at band camp, martin f krafft said:
> help me clear up a confusion:
>
> does a line
>
> deb http://security.debian.org testing/updates main non-free contrib
>
> in /etc/apt/sources.list provide security updates to testing, or is
> that simply carried over from when woody was fro
37 matches
Mail list logo