Linux-Networking Digest #958, Volume #9          Thu, 21 Jan 99 09:13:38 EST

Contents:
  How do I get Xwin to other machine ? ("Neucimar Paulo Hantequesstt")
  Re: fetchmail (Emmanuel CARJAT)
  Re: Revenge of NT? (Jason A Fletcher)
  Compiling ppp-2.3.5 under kernel 2.0.34 ("Simon Annetts")
  Re: 3com Megahertz 10/100 LAN CardBus PC Card ? (Terrelle Shaw)
  Re: Linux server on small network (Phil Edwards)
  nfs (Joe Ringer)
  Problem with modem and ethernet cards on Gateway Solo 9100 ([EMAIL PROTECTED])
  is there a real audio player for linux and where do i get it ? (dan)
  connect refused ([EMAIL PROTECTED])
  Re: How to Find the Domain Name (Mark Roberts)
  Re: Whats in a Domain Name? (Matt Kressel)
  Re: irc server problems (Matt Kressel)
  Re: Whats in a Domain Name? (Mark Roberts)
  Re: FTP problem - RedHat 5.2 (Mediocrates)
  Re: is there a real audio player for linux and where do i get it ? (John Timmers)

----------------------------------------------------------------------------

From: "Neucimar Paulo Hantequesstt" <[EMAIL PROTECTED]>
Subject: How do I get Xwin to other machine ?
Date: Wed, 20 Jan 1999 11:43:06 -0200

I've 3 machine's running slack 3.5 and I need capture your consoles, how do
I get Xwin to other machine ?
TR
8^p .o0



------------------------------

From: Emmanuel CARJAT <[EMAIL PROTECTED]>
Subject: Re: fetchmail
Date: 20 Jan 1999 14:05:05 -0500

"minstrel" <none> writes:

> Ah!  ...but I already have fetchmail.  I even wrote my .fetchmailrc file.
> It works fine when there is no mail on the server; however, when there is
> mail I get the following messages:
> 
> 2 messages for [user] at [server] (16782 bytes)
> reading message 1 of 2 (11622 bytes) .fetchmail: SMTP connect to localhost
> failed
> fetchmail: SMTP transaction error while fetching from [server]
> fetchmail: Query
> status = 10
> 
> This is a sample output from one of the failures.  I've tried multiple
> times.  Any clues?

Yep,

It just means that you've configured fetchmail to deliver the mail via 
SMTP and you have probably not the demon running for that service
(usually sendmail). You have two possibilities:

1) install sendmail
2) specify in the fetchmail conf file the MDA (Mail Delivery Agent)
that sould be used (usually procmail)

Good luck
Manu.
-- 
As long as there are ill-defined goals, bizarre bugs, and unrealistic 
schedules, there will be Real Programmers willing to jump in and Solve 
The Problem, saving the documentation for later.

------------------------------

From: Jason A Fletcher <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Revenge of NT?
Date: Wed, 20 Jan 1999 14:40:50 -0500


==============D80E7CBF56798D32725E65E8
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Final update: as it turns out, my little socket in the wall went bad!! I
moved my cable to a different hub and restored network access. How in the
world this happened I have no idea; I didn't touch any physical connections
when I pushed Windoze off my box.  Perhaps my first description (meant to
draw attention) was the most apt; perhaps this really was the revenge of
NT, the malicious lashings of a dying OS!

My thanks to all those who took the time to reply to my questions.
I learned a good deal more about networking and drivers and kernels and
Plug-n-Pray. My time certainly wasn't wasted; I hope none of yours was.

Thanks again,

Jason Fletcher

==============D80E7CBF56798D32725E65E8
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<HTML>
Final update: as it turns out, my little socket in the wall went bad!!
I moved my cable to a different hub and restored network access. How in
the world this happened I have <B>no</B> idea; I didn't touch <B>any</B>
physical connections when&nbsp;I pushed Windoze off my box.&nbsp; Perhaps
my first description (meant to draw attention) was the most apt; perhaps
this really <B>was</B> the revenge of NT, the malicious lashings of a dying
OS!

<P>My thanks to all those who took the time to reply to my questions. I&nbsp;learned
a good deal more about networking and drivers and kernels and Plug-n-Pray.
<I>My</I> time certainly wasn't wasted; I&nbsp;hope none of yours was.

<P>Thanks again,

<P>Jason Fletcher</HTML>

==============D80E7CBF56798D32725E65E8==


------------------------------

From: "Simon Annetts" <[EMAIL PROTECTED]>
Subject: Compiling ppp-2.3.5 under kernel 2.0.34
Date: Thu, 21 Jan 1999 12:01:30 -0000

Has anyone tried ppp-2.3.5 under slackware with kernel 2.0.34.
I can compile ppp fine but when I try to recompile the kernel with the new
ppp module
I get the following somewhere during kernel make:

In file included from /usr/src/linux-2.0.34/include/linux/string.h:39,
                 from /usr/src/linux-2.0.34/include/asm/termios.h:58,
                 from /usr/src/linux-2.0.34/include/linux/termios.h:5,
                 from /usr/src/linux-2.0.34/include/linux/tty.h:20,
                 from /usr/src/linux-2.0.34/include/linux/sched.h:26,
                 from ppp.c:65:
/usr/src/linux-2.0.34/include/asm/string.h:443: warning: control reaches end
of non-void function
/usr/src/linux-2.0.34/include/asm/string.h: In function
`__constant_c_and_count_memset':
/usr/src/linux-2.0.34/include/asm/string.h:594: warning: control reaches end
of non-void function
ppp.c: In function `ppp_init_ctrl_blk':
ppp.c:465: structure has no member named `ddinfo'
ppp.c:466: structure has no member named `ddinfo'
ppp.c: In function `ppp_changedmtu':
ppp.c:585: cannot convert to a pointer type
ppp.c: In function `ppp_release':
ppp.c:700: cannot convert to a pointer type
ppp.c: In function `ppp_tty_close_local':
ppp.c:761: cannot convert to a pointer type
ppp.c: In function `ppp_tty_open':
ppp.c:792: cannot convert to a pointer type
ppp.c:838: cannot convert to a pointer type
ppp.c:856: cannot convert to a pointer type
ppp.c: In function `ppp_tty_wakeup_code':
ppp.c:925: cannot convert to a pointer type
ppp.c:927: cannot convert to a pointer type
ppp.c: In function `ppp_rcv_rx':
ppp.c:1208: cannot convert to a pointer type
ppp.c:1214: cannot convert to a pointer type
ppp.c:1222: structure has no member named `ddinfo'
ppp.c: In function `rcv_proto_ip':
ppp.c:1234: cannot convert to a pointer type
ppp.c: In function `rcv_proto_ipx':
ppp.c:1247: cannot convert to a pointer type
ppp.c: In function `ppp_proto_ccp':
ppp.c:1422: cannot convert to a pointer type
ppp.c:1438: cannot convert to a pointer type
ppp.c: In function `ppp_doframe':
ppp.c:1635: `DECOMP_OK' undeclared (first use this function)
ppp.c:1635: (Each undeclared identifier is reported only once
ppp.c:1635: for each function it appears in.)
ppp.c: In function `ppp_set_compression':
ppp.c:2203: cannot convert to a pointer type
ppp.c:2215: cannot convert to a pointer type
ppp.c:2225: cannot convert to a pointer type
ppp.c: In function `ppp_tty_ioctl':
ppp.c:2270: cannot convert to a pointer type
ppp.c:2370: cannot convert to a pointer type
ppp.c:2374: cannot convert to a pointer type
ppp.c:2420: structure has no member named `ddinfo'
ppp.c:2421: structure has no member named `ddinfo'
ppp.c: In function `ppp_dev_xmit_ip':
ppp.c:2925: cannot convert to a pointer type
ppp.c:2927: cannot convert to a pointer type
ppp.c: In function `ppp_dev_xmit_ipx':
ppp.c:3013: cannot convert to a pointer type
ppp.c:3015: cannot convert to a pointer type
ppp.c: In function `ppp_dev_xmit':
ppp.c:3124: structure has no member named `ddinfo'
ppp.c: In function `ppp_alloc':
ppp.c:3250: incompatible types in assignment
make[3]: *** [ppp.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.0.34/drivers/net'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.0.34/drivers/net'
make[1]: *** [sub_dirs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.0.34/drivers'
make: *** [linuxsubdirs] Error 2

Has this happened to you or do you know what it means?

Thanks in advance

Simon Annetts




------------------------------

From: Terrelle Shaw <[EMAIL PROTECTED]>
Subject: Re: 3com Megahertz 10/100 LAN CardBus PC Card ?
Date: Wed, 20 Jan 1999 11:46:07 -0800

On the same note.. I'm trying to "engineer" a cross-over" cable for this
thing.. I know.. "Go grab a hub.." If i can create this cable between my laptop
(Dell latitude cp) and my Desktop (homebuilt P166) then all's fine with the
world...Would anyone like to share any information on the laptop's
"card" ethernet cards wiring structure?

Thanks.. 

 On Wed, 13 Jan 1999, Patrice Bonhomme wrote: >I am currently looking
for a driver for this Card ? Any help ?
 >
>Thanks,
>
>Pat.
>
>-- 
>  ***********************************************************
>  * [EMAIL PROTECTED]     * Office : B.228          *
>  * http://www.loria.fr/~bonhomme * Phone  : 03 83 59 30 52 *
>  ***********************************************************

------------------------------

From: Phil Edwards <[EMAIL PROTECTED]>
Crossposted-To: uk.comp.os.linux
Subject: Re: Linux server on small network
Date: Thu, 21 Jan 1999 12:05:56 +0000

This won't help for your virtual terminals thing, but I just *have* to
get a plug in for my favourite Win95 telnet client. Check out QVT/Term
v4.2 at http://www.qpc.com

It's shareware, well worth the registration fee, and does pretty much
everything as well as being simplicity itself to set up. We have a site
licence here, and currently have about 60 PC's using it to access our
Unix machines.

"Karl A. Krueger" wrote:
> 
> In article <[EMAIL PROTECTED]>, "Andrew
> Taylor" <[EMAIL PROTECTED]> wrote:
> > Also there aren't any telnet programs which support virtual terminals are
> > there ? I've got some system monitoring setup for tty8 but I've got no way
> > of looking at it when I'm telnetting in.
> 
> One possibility would be to use the 'screen' program, which should be
> available as a package for your favorite distribution.  It permits you to
> switch between virtual terminals of a sort.  It also implements
> backscroll, copy-and-paste, and a few other neat features.
> 
> --
> Karl A. Krueger
> #include <disclaimer.h>

--
Phil Edwards
Technical Specialist
=====================================================================
Travellog Systems                            Phone +44 (0)1444 459016
The Priory, Haywards Heath                   Fax   +44 (0)1444 456655
West Sussex, RH16 3LB
United Kingdom                             http://www.travellog.co.uk
=====================================================================

------------------------------

From: [EMAIL PROTECTED] (Joe Ringer)
Subject: nfs
Date: 21 Jan 1999 12:44:32 GMT
Reply-To: [EMAIL PROTECTED]

Occassionally my harddisk goes wild with activity and top reports:

 263 root      14   0  992  368  256 R    91.4  0.5  0:27 find / ( -fstype
nfs -o -fstype 

Any ideas what's going on?

-- 
clear skies,                |http://www.erols.com/jringer3/astro1.htm
Joe                         |
                            |The internet treats censorship like 
                            |damage and routes around it.


------------------------------

From: [EMAIL PROTECTED]
Subject: Problem with modem and ethernet cards on Gateway Solo 9100
Date: Wed, 20 Jan 1999 19:55:13 GMT

Hi,

I have the following problem with my Gateway 9100 running linux:
I have 3Com 3c589D ethernet card and 3Com Megahertz 56K cellular modem
card (3CXM556).
If I get out this modem card, ethernet working fine, but if I have both
cards in, linux doesn't see any ethernet cards at all and says something like:
"Or you don't have the right driver, or you don't have any card installed..."

Any ideas?

PS I didn't tried to work with this modem yet, so if anybody  have any
suggestion about this modem, I would greatly appreciate them as well.

Thanks in advance,



============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

------------------------------

From: dan <[EMAIL PROTECTED]>
Subject: is there a real audio player for linux and where do i get it ?
Date: Tue, 19 Jan 1999 19:46:21 -0600

is there a real audio player (hopefully free) for linux
thanks,
dan


------------------------------

From: [EMAIL PROTECTED]
Subject: connect refused
Date: Wed, 20 Jan 1999 21:13:35 +0100

Hallo,

ich habe ein Problem mit dem Netzwerk zwischen Unix V (Interactive),
Linux S.u.S.E 6.0 und WindowsNT+95 Rechnern.
Das Netzwerk zwischen den Rechner funktioniert soweit ganz
gut, ich kann unter einander ein ping absetzen (jeder Rechner hat eine
eigene TCP/IP-Adresse) aber ich komme von den Unix- Rechner nicht
mit telnet oder ftp auf die Windows Rechner.

Kann mir einer helfen
([EMAIL PROTECTED])


------------------------------

From: Mark Roberts <[EMAIL PROTECTED]>
Subject: Re: How to Find the Domain Name
Date: Thu, 21 Jan 1999 12:05:40 +0000

Yogish Baliga wrote:
> 
> Hi All,
> 
>   I am new to Networking....
> 
>   I have one IP address. I want to find out the domain of that IP
> address or the DNS entries of that IP address.
>   How can I do this??
> 
> Please Reply ASAP.
> 
> -- Baliga

Courtesy of DNS & BIND, Published by O'Reilly, Authors: Albitz & Liu

>From any UNIX/LINUX box type:

% nslookup
Default Server: terminator.movie.edu
Address: 0.0.0.0

> 192.253.253.2

Default Server: terminator.movie.edu
Address: 0.0.0.0

Name: misery.movie.edu
Address: 192.253.253.2

i.e you start up nslookup and type the IP address

I'm not sure this is the question you meant to ask though.

------------------------------

From: Matt Kressel <[EMAIL PROTECTED]>
Subject: Re: Whats in a Domain Name?
Date: Wed, 20 Jan 1999 19:54:57 GMT

Mark Cooperstein wrote:
> 
> I'm a bit confused as to what domain name to use for my home local network.
> The confusion is as follows:
> 
> I've got a local network of two Windows PC's and one Linux RH 5.2 (2.1.130
> kernel) connected via 10BaseT.  Using IP's 192.168.0.1 through 192.168.0.3
> with frodo (Linux machine) being 192.168.0.1
> 
> Frodo, has an ISDN modem connected to my ISP (naxs.com)
> I connect to naxs.com using pppd and have IP Masquerading setup to serve other
> PC's on my LAN with frodo being the gateway.
> 
> My other pc's names are:
> maxine (192.168.0.2) and max (192.168.0.3)
> 
> In linuxconf, should my fqd for frodo be:
> "frodo.naxs.com"
> since I'm a part of their network when I  connect to them (am assigned an IP
> dynamicly), or do I make up my own domain name, eg: "homedomain" in which case
> my fully quallified domain name for frodo is:
> "frodo.homedomain.com"


No, you get a dynamically assigned IP which maps directly to either a
DNS name or none at all.  Probably something like:
dialup-line-12.naxs.com, and each time you call you get a different
address.  The PCs on your LAN use a particular subnet that is ignored on
the Internet and so does not interfere.  Your LAN appears as one address
(dialup-line-12.naxs.com) to the outside world.  So to answer your
question, your LAN domainname is (almost) irrelevant.  I choose to use
bogus.com since that is not a real domain, and it won't get confused :)

BTW:  you can tell what address you have by doing the following:

After connecting, do an "ifconfig ppp0" to see your IP address, then do
an "nslookup X.X.X.X" where the Xs are your IP address.  Your name will
be returned if DNS is working.

> 
> Does it matter? This sort of has me stumped.  Btw, I use the DNS services from
> my ISP since there's no (apparent) reason to have dns running on my machine.
> I noticed that there is a process called "named" running on frodo.  Is this
> the DNS daemon? If so, is this an error in my setup since I don't want to run
> DNS on frodo (I have /etc/hosts set up static on frodo, and c:/windows/hosts
> set up also on Winoze machines).


Although, ultimately you will want to use your ISPs DNS service, you may
want to keep the named running on frodo because it will cache DNS
requests and so make net access that much faster.  You will need to
specify frodo as your DNS in /etc/resolv.conf in Linux and in the
network control panel in Windows.

HTH,
Matt

-- 
Matthew O. Kressel | INTERNET: [EMAIL PROTECTED]
+---------  Northrop Grumman Corporation, Bethpage, NY ---------+
+---------  TEL: (516) 346-9101 FAX: (516) 346-9740 ------------+

------------------------------

From: Matt Kressel <[EMAIL PROTECTED]>
Subject: Re: irc server problems
Date: Wed, 20 Jan 1999 19:58:48 GMT

[EMAIL PROTECTED] wrote:
> 
> I am trying to run an irc server off my Linux box at home and I am having all
> kinds of problems.  I got the ircd off the linuxberg.com website and compiled
> and am actually able to start the server.  Thing is...I connect to it and it
> says I dont have authorization and does that everytime I try.  I talked to an
> irc admin and he looked at my ircd.conf and added something in the I-Lines but
> that still didnt fix it.  Any ideas?
> 


Are you starting it from inetd?  Are you running tcpd wrappers?  If so,
have a look at /etc/hosts.allow, and /etc/hosts.deny as these files tend
to block connections.

-Matt


-- 
Matthew O. Kressel | INTERNET: [EMAIL PROTECTED]
+---------  Northrop Grumman Corporation, Bethpage, NY ---------+
+---------  TEL: (516) 346-9101 FAX: (516) 346-9740 ------------+

------------------------------

From: Mark Roberts <[EMAIL PROTECTED]>
Subject: Re: Whats in a Domain Name?
Date: Wed, 20 Jan 1999 20:13:05 +0000

Mark Cooperstein wrote:
> 
> I'm a bit confused as to what domain name to use for my home local network.
> The confusion is as follows:
>
> Frodo, has an ISDN modem connected to my ISP (naxs.com)
> I connect to naxs.com using pppd and have IP Masquerading setup to serve other
> PC's on my LAN with frodo being the gateway.
> 
> My other pc's names are:
> maxine (192.168.0.2) and max (192.168.0.3)
> 
> In linuxconf, should my fqd for frodo be:
> "frodo.naxs.com"
> since I'm a part of their network when I  connect to them (am assigned an IP
> dynamicly), or do I make up my own domain name, eg: "homedomain" in which case
> my fully quallified domain name for frodo is:
> "frodo.homedomain.com"
> 
> Does it matter? This sort of has me stumped.  

AFAIK, it doesn't matter - your machine doesn't get an entry on the
nameserver of your ISP when you connect, just a temporary IP address.
Any domain name you give yourself isn't replicated across the net, since
no nameserver delegates responsibility to you.
I do remember a site that used to provide a nameserver which would
delegate responsibility to you [ml.org ?] but I think they're defunct.
If you find one of these you can give yourself a 'proper' domain name.
I'd use a different domain myself, or none. AFAIK, you don't have to
have a domain name for your local network.

> Btw, I use the DNS services from
> my ISP since there's no (apparent) reason to have dns running on my machine.
> I noticed that there is a process called "named" running on frodo.  Is this
> the DNS daemon? 

Yes it is. You may still need it for local resolution too, even if you
are using static hosts files. Anyone know ?

> If so, is this an error in my setup since I don't want to run
> DNS on frodo (I have /etc/hosts set up static on frodo, and c:/windows/hosts
> set up also on Winoze machines).

There are advantages to having a local nameserver - speed of response
for one thing
Once your local nameserver has cached information it doesn't need to go
down your slow modem with DNS queries.

> Thanks in advance,
> Mark
> 
> **  Remove ".nospam" when replying or email will bounce back to you...

------------------------------

From: Mediocrates <Mediocrates@don'tbother.spammingme>
Crossposted-To: aus.computers.linux
Subject: Re: FTP problem - RedHat 5.2
Date: Thu, 21 Jan 1999 23:56:40 +1030

[EMAIL PROTECTED] wrote:
> 
> I've managed to setup a FTP daemon on the two Linux boxes I've connected via a
> private network. However I'm having this problem accessing the other Linux box
> via FTP. The problem is as follows:
> 
> ftp fairlane
> Connected to fairlane
> 220 fairlane.fords.com.au FTP Server ..............
> Name (fairlane:root): ftp
> 530 User ftp access denied
> Login failed
> 
FTP is setup to not allow root ftp access by default , so this wasn't a
good example.

> I only have two Linux machines connected to each other and I can't ftp both
> ways. Using either machine to access the other via ftp gets the above error
> message. I have setup a ftp account. I've also tried root and my personal

Put the following in your /etc/syslog.conf as root to see some debugging
info for ftp accesses. (use TAB's not spaces)

*.*                                                     /dev/tty8

Then reboot or restart the logging daemons and when you try out ftp'ing
hit CTRL+ALT+F8 to see logging messages from your ftp daemon. This way
you can get a much more detailed idea of what's going wrong.  


> account both getting the above message. I don't have a \etc\ftpusers file so
> I assume that no user accounts are denied at all. Also I've checked
> hosts.allow and that is set as ALL : ALL  and nothing is in hosts.deny so
> what could be the problem? It seems strange that it didn't even ask me for
> the password before giving me the error message. I've installed wu-ftppackage
> on both machines as well. I was able to telnet to one other no problems and
> NFS works as well. So can anyone tell me what's going on? Thanks.
> 
> Timbo.
> 
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own


                Hope this helps,

                                Matt.

-- 
"Every program has at least one bug and can be shortened by at least one
 instruction -- from which, by induction, one can deduce that every
 program can be reduced to one instruction which doesn't work."
                -- Anon.

------------------------------

From: John Timmers <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: is there a real audio player for linux and where do i get it ?
Date: Thu, 21 Jan 1999 05:25:39 -0800

dan wrote:
> 
> is there a real audio player (hopefully free) for linux
> thanks,
> dan
http://www.real.com
-- 
Regards:
By the way, this message may or may not contain binary data 
and/or binary data by-products  http://users.uniserve.com/~jaunty

------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.networking) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Networking Digest
******************************

Reply via email to