Re: Problems with bind9, address already in use

2002-02-18 Thread Ian Tester
On Mon, 18 Feb 2002, Christian Jönsson wrote:

> I get this message in my syslog:
>
> Feb 18 16:26:22 fw inetd[629]: ftp/tcp: bind: Address already in use
>
> I use, well, try to use, bind9...

'bind' in this case is the bind system call, not the BIND package. Its program
is called 'named' anyway.

It's saying that the port for FTP is already being used. An FTP daemon is trying
to start from inetd, perhaps you've already got one started?

Either remove/disable this entry in your /etc/inetd.conf or stop the other
daemon from starting.

bye

-- 
8<8<8<8<8<8<8<
Ian Tester   *8)#  \7\LINUX: because geeks will find a way
[EMAIL PROTECTED]   \7\  http://www.zipworld.com.au/~imroy




[no subject]

2002-02-18 Thread DR.MRS MIRIAM ABACHA
FROM: MRS. MARIAM ABACHA
 C/O SHEWU ABACHA
 LAGOS -
 NIGERIA.
 19TH FEB,2002
 Fax: 234-1-759-0900
 E-mail: [EMAIL PROTECTED]

 ATTN:PRESIDENT/CEO,

 I am Mrs. Mariam Abacha, the widow of late Gen. Sani Abacha.
 Former Nigeria military head of state who died mysteriouly as a
 result of cardiac arrest. Since after my husband`s death. my
 family has been going through immense harassment including
 undue police restriction and molestation .
 The family account with the bank here and abroad have been
 frozen by the government for reasons that are rather
 vindicative. Our plight ever made worse by the confiscation/
 seizure of our family landed properties and investment in
 Nigeria.

 One of the witch-hunting search light of the government beamed
 on our account a Swiss bank which had a sum of US$ 700 Million
 in it and another US$ 450Million. Threats of freezing and clamp
 on the account have been too much.
 It is for this reason that I have decided to move the sum of
 US$ 60 Million in defaced form packed carefully in sealed metal
 boxes for reason of security.I  humbly  appeal to you on behalf
 of the entire family members to save us from starvation,
 poverty and strangulation by assisting us move the money into
 your country where it shall be safe, since I cannot leave
 Nigeria now due to the movement restriction place on us.
 You can reach us through our fax number above. Our Lawyer shall
 arrange a face to face meeting outside Nigeria for effective
 and logical movement of the money. You can equally get in touch
 with my younger son, Shewu Abacha (Mr) on his cellular phone
 number: 234-1-470-9814 or his e-mail address:
 ([EMAIL PROTECTED])
 We will disclose to you the country the security company is located
 in west africa as soon as you show interest. My son shall give you
details of this confidentially  as soon as you get in touch. For the
anticipated co- pperation, we have set 20% of the money for you while 75%
shall be held on trust until we decide on a joint venture business to do
with the money as soon as we regain freedom, while 5% shall
 be mapped out for any incidental expenses that may arise. Treat
 with confident and do reply to save us from the stifling grip
 of the merciless government.

 Best regards,

 Hajia Marian Abacha (Mrs





[È«º¸]ȸ¿ø°¡ÀԽà ¹«·á ÇØ¿Ü ¿©Çà±ÇÀ» µå¸³´Ï´Ù.

2002-02-18 Thread ¿©Çà°¡ÀÚ
Title: 제목 없음































여행가자
오픈 기념으로 회원 가입시 [태국,필리핀,사이판] 무료 해외 여행권을
드립니다.기간 : 2002년 2월18일 ~ 4월 30일 까지대상 : 여행가자
신규회원 가입자 전원증정 ì—¬í–‰ê°€ìž
홈페이지 바로가기 



  귀하의 승락없이 홍보성 전자 우편을 보내게 된 점 정중히 사과 드립니다.정보통신망이용촉진법 규정을 준수하여 광고메일임을 표시하였으며, 수신거부 장치를 마련하고 있습니다.귀하의 전자 우편 주소는 인터넷 상의
공개된 장소에서 습득하였으며, 저희는 귀하의 전자우편 주소 외 어떠한 개인정보도 가지고 있지 않으므로 안심하시기 바랍니다. 수신을 원치 않으시면 
를 클릭해 주십시요.  




 











Using ether kernel parameters

2002-02-18 Thread Chris Mason
Hi,

I have got two ethernet adapters in a Sparc 5 running Debian 2.2.  I am
attempting to swop the ethernet adapters around by passing the following
to the kernel at the SILO prompt:

| Linux ether=38,0x6400,eth0 ether=55,0x4a00,eth1

However, on bootup I still get this:

| sunhme.c:v1.10 27/Jan/99 David S. Miller ([EMAIL PROTECTED])
| eth0: HAPPY MEAL (SBUS) 10/100baseT Ethernet 08:00:20:75:12:80
| sunlance.c:v1.12 11/Mar/99 Miguel de Icaza ([EMAIL PROTECTED])
| eth1: LANCE 08:00:20:75:12:80
| eth1: using auto-carrier-detection.
| eth1: Carrier Lost, trying TPE
| eth0: Link is up using internal transceiver at 100Mb/s, Full Duplex.

If I do an ifconfig to show the interrupts for the network interfaces I
get the following:

| eth0  Link encap:Ethernet  HWaddr 08:00:20:75:12:80
|   inet addr:192.168.0.99  Bcast:192.168.0.255
Mask:255.255.255.0
|   UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1
|   RX packets:200 errors:0 dropped:0 overruns:0 frame:0
|   TX packets:170 errors:0 dropped:0 overruns:0 carrier:0
|   collisions:0 txqueuelen:100
|   Interrupt:55 Base address:0x4a00
|
| eth1  Link encap:Ethernet  HWaddr 08:00:20:75:12:80
|   inet addr:192.168.0.2  Bcast:192.168.0.255
Mask:255.255.255.0
|   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
|   RX packets:134 errors:0 dropped:0 overruns:0 frame:0
|   TX packets:0 errors:1 dropped:0 overruns:0 carrier:1
|   collisions:0 txqueuelen:100
|   Interrupt:38 Base address:0x6400

Is the ether= a feature only associated with i386 or is it compatible
with Sparc as well?

Kind Regards,
Chris


smime.p7s
Description: S/MIME cryptographic signature


Problems with bind9, address already in use

2002-02-18 Thread Christian Jönsson
I get this message in my syslog:

Feb 18 16:26:22 fw inetd[629]: ftp/tcp: bind: Address already in use

I use, well, try to use, bind9...

Is this to expect? 

Can I correct my installation somehow?

Cheers,

/ChJ



Re: Installing 2.4.16 kernel..

2002-02-18 Thread Joshua Uziel
* Michael Hicks <[EMAIL PROTECTED]> [020213 09:22]:
> depmod: *** Unresolved symbols in /lib/modules/2.4.16/kernel/fs/binfmt_elf.o
> 
> Thats the ELF executable loader..  I'm curious, is this just a benign
> error, or will it really not allow the module to load when I reboot.

As I found out (the hard way), it's benign unless you try to compile and
use the 64-bit userspace.  The 32-bit userspace that you know and love
is handled with a sort of compatability layer that is built into the
kernel.  Since the 64-bit userspace isn't used for the most part, it's
been built as a module.

If you don't care about playing with the 64-bit userspace, then don't
worry about it.