Linux-Networking Digest #562, Volume #10         Fri, 19 Mar 99 20:16:19 EST

Contents:
  Re: ppp-on connect script failed by "Ambiguous redirect" ?? (Clifford Kite)
  Re: nfs and permissions (Taro Fukunaga)
  Re: What is the best Linux to install? (Jeremy Crabtree)
  Re: What is the best Linux to install? (Jerry Walter)
  Re: Proxy ISDN & autodial-up problems ("Leopold Toetsch")
  Re: Apache - no anon ftp! ("The Lone Scribe")
  arpwatch documentation ([EMAIL PROTECTED])
  Re: Internet Service Providers (ISP) ("The Lone Scribe")
  NIC problem ("Andre Guziak")
  Problem: Networkprinter with plp (self-duplicating jobs) (Peter 
=?iso-8859-1?Q?M=FCnster?=)
  Recently bought a Thinkpad and cannot use internal Modem? (Blaine Bell)
  Re: The truth about the Pentium III chip and ID --- **boycott info** 
([EMAIL PROTECTED])
  Re: ne.o & 3c509.o compiled ??? (Enbugger)
  pcmcia freezes me to death ("Mario Schrijver")
  Re: For all you Nicrosoft lovers (John Hasler)
  Re: Advise please re RedHat 5.2 and my install.... ("Gary")
  Re: EtherNet Card Problems (M. Buchenrieder)
  Re: For all you Microsoft lovers (now about security) (John R. Campbell)

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

From: [EMAIL PROTECTED] (Clifford Kite)
Subject: Re: ppp-on connect script failed by "Ambiguous redirect" ??
Date: 19 Mar 1999 17:19:33 -0600

Oo.et.oO ([EMAIL PROTECTED]) wrote:

: in my debug log I get:
: /etc/ppp/ppp-on-dialer: : Ambiguous redirect   

: and ppp-on-dialer:
: #!/bin/sh
: #

: echo "in ppp-on-dialer"
: /usr/sbin/chat -v \
:       TIMEOUT         3                               \
:         ABORT           '\nBUSY\r'                      \
:         ABORT           '\nNO ANSWER\r'                 \
:         ABORT           '\nRINGING\r\n\r\nRINGING\r'    \
:       ''              ATZ                             \
:         'OK-+++\c-OK'   ATH0                            \
:         TIMEOUT         30                              \
:         OK              ATDT$TELEPHONE                  \
:         CONNECT         '^M'                            \
:       name>           $ACCOUNT                        \

The `>' is redirection for standard output and needs protection from
the shell.  Try

'name>'         $ACCOUNT

instead.

:         assword>        $PASSWORD                       \
:       'OK>'           'set port ppp enable^M'
        ^^^^^
Here it's done correctly.

--
Clifford Kite <[EMAIL PROTECTED]>                       Not a guru. (tm)
/* The signal-to-noise ratio is too low in many [news] groups to make
 * them good candidates for archiving.
 *    --- Mike Moraes, Answers to FAQs about Usenet */

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

From: Taro Fukunaga <[EMAIL PROTECTED]>
Subject: Re: nfs and permissions
Date: Fri, 19 Mar 1999 17:19:31 -0800

Mr. Roberts, 


In /etc/fstab, I have an entry like:

servername:/home/tarozax /home/backup nfs rw,addr=192.168.3.1,uid=500   0
0       

When I try to mount it, I get, 

[root@servername /etc]# mount servername:/home/tarozax
unknown nfs mount parameter: uid=500

So I don't think I'm doing it right. I can't mount it manually either if
I use the uid option.

Taro Fukunaga



Jim Roberts wrote:

> 
> In article <[EMAIL PROTECTED]>,
>         Taro Fukunaga <[EMAIL PROTECTED]> writes:
> > I have a linux machine that exports a directory to my other machine via
> > nfs. However I am having a problem with permissions. Say machine_A is
> > the server and machine_B is the client. Both have the same user name.
> > When I mount the home directory of the user located on machine_A on
> > machine_B and do ls -l, all the files and directories are marked 501.
> > This is the UID and GID for machine_A for myself. On machine_B, my UID
> > and GID is 500.
> >
> > Basically, I can't read/write as if my home directory on machine_A is
> > truly my own. In order to do that, I have to change the permissions of
> > every directory to 777, and similarily files have to be 555. Normally
> > I'd prefer 700 and 500 for directories that I don't want to share with
> > the whole world.
> >
> > How can I do this? I've read the NFS HOWTO, and the only conclusion I've
> > come to is that yeah, that's NFS. Other than restricting access to IP
> > numbers, there doesn't seem a whole lot I can do but...anybody have any
> > suggestions?
> >
> > Thank you.
> 
> The manpage should give you an idea how to map UID on an NFS export.
> --
> Jim Roberts         Never enough time!
> [EMAIL PROTECTED]

-- 
====================
Taro Fukunaga
[EMAIL PROTECTED]


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

From: [EMAIL PROTECTED] (Jeremy Crabtree)
Crossposted-To: 
alt.os.linux,comp.os.linux,comp.os.linux.misc,comp.os.linux.setup,comp.os.linux.redhat,alt.os.linux.slackware
Subject: Re: What is the best Linux to install?
Date: 19 Mar 1999 19:42:04 GMT
Reply-To: [EMAIL PROTECTED]

Marco Danti allegedly wrote:
>George Csahanin wrote:
>> 
>> I've tried REDHAT and Slackware, and while setup of a "pretty" Linux system
>> is the goal of Redhat, try compiling a new kernel. You can't, even if you
>> tell it in the install to load all of what you think you need. They seem to
>> want you to use a "stock" kernel, kinda like the blue sky and white clouds
>> people. Do it their way. The system setup stuff in /etc/rc.d is a laugh. Try
>> to customize anything, it's tough, get ready to spend time with grep looking
>> for where stuff is.
>
>That was not true for me. I could recompile my RH5.2 kernel all right,
>and I didn't even install all the things from the CD.

Apparently you installed the right things from the CD, though.

>As for the setup scripts,
>they are just that: scripts. Anybody can read and change them as needed. 

Then there are all the subdirectories full of symlinks that point to
those scripts.

-- 
"Being myself a remarkably stupid fellow, I have had to unteach myself 
 the difficulties, and now beg to present to my fellow fools the parts
 that are not hard" --Silvanus P. Thompson, from "Calculus Made Easy."

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

From: Jerry Walter <[EMAIL PROTECTED]>
Crossposted-To: 
alt.os.linux,comp.os.linux,comp.os.linux.misc,comp.os.linux.setup,comp.os.linux.redhat,alt.os.linux.slackware
Subject: Re: What is the best Linux to install?
Date: Fri, 19 Mar 1999 14:43:00 -0500

George;

Following the well published HOWTO's I have had no problems at all
recompiling the kernel in RH5.1.

George Csahanin wrote:
> 
> I've tried REDHAT and Slackware, and while setup of a "pretty" Linux system
> is the goal of Redhat, try compiling a new kernel. You can't, even if you
> tell it in the install to load all of what you think you need. They seem to
> want you to use a "stock" kernel, kinda like the blue sky and white clouds
> people. Do it their way. The system setup stuff in /etc/rc.d is a laugh. Try
> to customize anything, it's tough, get ready to spend time with grep looking
> for where stuff is.
> 
> Slackware sets up almost as easily, and installs the kernel source. But in
> every case with Slackware, I've tried to install Xserver, and always been
> very disappointed. But, I don't use a gui, so that's not a problem. Want to
> customize startup in /etc/rc.d no problem in Slackware, most of the rc.xxx
> files are obvious, and are not links to somewhere else. It's all right
> there. Change IP address, edit rc.inet1, in Redhat...not sure where the hell
> it is, they almost force you to do that from the gui.
> 
> But the Win9x look-alike window manager is kinds neat looking. Very similar
> to fvwm95...
> 
> My $0.02
> 
> -George Csahanin
> LIN Television Corp.
> Dallas
> 
> [EMAIL PROTECTED]
> 
> Eric Melville wrote in message <[EMAIL PROTECTED]>...
> >uhm, wouldn't that mean that redhat is also the "aol of linux" ??
> >
> >-E
> >
> >> redhat-fully automated
> >> slackware-for do it yourselfers
> >> suse-havent used, but good cde i hear
> >> caldera-aol of linux i hear

-- 
================================================
Jerry Walter
NetSpace Systems Inc.
A Bentley Strategic Affiliate
[EMAIL PROTECTED]
(937) 332-0053
================================================

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

From: "Leopold Toetsch" <[EMAIL PROTECTED]>
Subject: Re: Proxy ISDN & autodial-up problems
Date: Fri, 19 Mar 1999 19:45:54 +0100

Hi,
    root wrote in message <[EMAIL PROTECTED]>...
    Hello I'm  a newbie in networking
    I've a Linux box I've configured to act as proxy server for my LAN, i
use a ISDN link with dynamic IP.

    The problem is that kernel continue to connect my provider and hang-up
after 60 sec.

    I've turned off SAMBA and the eth0 device to prevent LAN interaction.

    It seems to be a routing problem, but i don't know how redhat manage
such options

    Technical Details :

    RH 5.2
    Kernel 2.2.2
    Packages and scripts from http://sites.inka.de/picard/rh52_isdn.html
    ISDN driver hisax teles 16.3
    I use ippp0 as default gateway

    I'm using SuSE with same situation,  but there shouldn't be much
difference. 
When you get connected /etc/ppp/ip-up is called with these
parameters:

    INTERFACE=$1
    DEVICE=$2
    LOCALIP=$4
    REMOTEIP=$5

    so you can setup your route:

    case `basename $0` in

    ip-up)

        /sbin/route add default gw $REMOTEIP dev $INTERFACE

    ;;

    ip-down)

        /sbin/ifconfig $INTERFACE down
        sleep 1
        /sbin/ifconfig $INTERFACE your.gw.ip pointopoint fake.provider.ip

    ;;

    ip-down is a symlink to ip-up


s. also in /doc/packages/i4l/README.IPPP

Hope this helps


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

From: "The Lone Scribe" <[EMAIL PROTECTED]>
Subject: Re: Apache - no anon ftp!
Date: Fri, 19 Mar 1999 11:48:06 -0800

Kari Suomela wrote in message <[EMAIL PROTECTED]>...
>I upgraded to the latest Apache, and now anonymous can't get in.


Take a look at httpd.conf to see what username/group it runs as. I bet you
two virtual beers it'll be User 'nobody' and Group 'nobody'. If you want to
change it to 'anonymous', then do it here and restart your server. This
should be in the Apache docs.





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

From: [EMAIL PROTECTED]
Subject: arpwatch documentation
Date: Fri, 19 Mar 1999 19:38:06 GMT

Hi, Can anyone tell me where I can find more detailed
information/documentation other than the rather brief man page on the program
arpwatch.  I did a search on dejanews and that came up a blank.

Thanks

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

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

From: "The Lone Scribe" <[EMAIL PROTECTED]>
Subject: Re: Internet Service Providers (ISP)
Date: Fri, 19 Mar 1999 11:49:33 -0800

jerry wrote in message ...
>Can Linux be used to connect to the Internet with ALL ISPs?  Thanks.


Some ISPs are using newer equipment that has different timing values for
authentication, so you may have to spend some time tweaking your logon
script.





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

From: "Andre Guziak" <[EMAIL PROTECTED]>
Subject: NIC problem
Date: Sat, 20 Mar 1999 11:08:28 +1100

I have installed a generic ISA NIC into a '486 linux box ( I have tried 2
NICs so far) and linux can't see it.  When I run diagnostics on the card
(lanset.exe) from dos, its all there.  Should I use a driver other than
NE2000??? or am I missing something here???  I have the irq and address set
and noted - not conflicting with anything either.  Any suggestions??

Regards
Andre



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

From: Peter =?iso-8859-1?Q?M=FCnster?= <[EMAIL PROTECTED]>
Crossposted-To: comp.periphs.printers,comp.os.linux.setup,comp.os.linux.hardware
Subject: Problem: Networkprinter with plp (self-duplicating jobs)
Date: Fri, 19 Mar 1999 20:44:05 +0100


Hello,
Could anybody help me please with the following problem?
I am using a networkprinter on our local ethernet (hostname=brother)
with plp Version 4.1.2. with the following printcap-entry:

lp|lp2|PS_600dpi-a4-auto-mono-600|PS_600dpi a4 auto mono 600:\
 :rm=brother:\
 :rp=lp:\
    :sd=/var/spool/lpd/PS_600dpi-a4-auto-mono-600:\
    :lf=/var/spool/lpd/PS_600dpi-a4-auto-mono-600/log:\
    :af=/var/spool/lpd/PS_600dpi-a4-auto-mono-600/acct:\
    :if=/var/lib/apsfilter/bin/PS_600dpi-a4-auto-mono-600:\
    :la@:bk:mx#0:\
    :sh:sf:

The problem: Often (not always, but I don't know why...), a printjob
started with the lpr-command dublicates itself so that I get a lot of
copies of the job (I must then kill the queue to stop the desaster!)

Please send me an e-mail, if you can help me!
Thanks in advance, Peter

e-mail: [EMAIL PROTECTED]

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

From: Blaine Bell <[EMAIL PROTECTED]>
Crossposted-To: comp.sys.laptops,comp.sys.ibm.pc.misc
Subject: Recently bought a Thinkpad and cannot use internal Modem?
Date: Fri, 19 Mar 1999 19:25:03 -0500

I have recently bought a Thinkpad 770ED and was very surprised to hear
that the internal modem does not work under LINUX, especially when
IBM has made serious announcements to push LINUX.  Anyway, I know
someone out there must have similar problems, and that my specific
laptop is not much different than the other Thinkpads out there.  If
anyone has any info to help me out, I would be much appriciated.

Thanks,

Blaine Bell



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

From: [EMAIL PROTECTED]
Crossposted-To: 
comp.lang.perl.misc,comp.lang.python,comp.lang.tcl,comp.mail.sendmail,comp.os.linux.setup,comp.os.ms-windows.advocacy
Subject: Re: The truth about the Pentium III chip and ID --- **boycott info**
Date: 19 Mar 1999 20:09:58 GMT

On Wed, 17 Mar 1999 10:20:04 -0700, "Michael Barnes"
<[EMAIL PROTECTED]> wrote:

true. but.  MAC addresses on your modem go no further than your isp.
in fact, your isp doesn't even use your modems mac address because you
are assigned an ip addres that already has the mac address of the
modem you connected to so yours never goes out into the net.

your network also has a mac address.  this address is used only by
your local network.  I machine on a different network send you info,
they only know the ip address, this is send to the router the router
only know the mac address and ip address in your local network.  If it
cannot find the destination, it forwards it the the next router which
again only know the mac address and ip address if its local network.
it does on the otherhand know which router to send it to based on ip
routing tables. this process is repeated until it finds the router
that knows the destination ip address and sends it to the isp's router
which then looks up the mac address and places the ip packet on th
ethernet with the destination ip and mac address only knowing the
source ip not mac.  mac addresses are NOT forwareded accross even
subnets.

and just to show off, ISP equipment like an ascend or 3com total
control that has 48 modems, all 48 modems have the SAME mac address.
the modem server knows which modem to send it out on based on ip
address.


>Every MODEM has a MAC address also...so your friends pc is nicless, but not
>macless
>As far as I know you cannot network anywhere without a mac address since
>IP's map directly to machine addresses at lower levels to identify your
>particular machine on any network.  So, if your connected to any network via
>any hardware device (router, switch, modem, nic) those devices must have mac
>addresses.
>
>and modems are easy to replace compared to CPU's also...
>
>
>
>Bill Anderson wrote in message <[EMAIL PROTECTED]>...
>>Tim Roberts wrote:
>>>
>>> John Lehmann <[EMAIL PROTECTED]> wrote:
>>>
>>> >Kano wrote:
>>> >>
>>> >> Oh come on. Many other standard devices (ethernet cards, for example)
>>> >> have their
>>> >> own unique serial numbers that software can use at will. Get over it.
>>> >>
>>> >
>>> >Yes - but ethernet mac cards are only broadcast over the lan, not over
>>> >the net (except by Office98, of course).
>>>
>>> The POINT here is that it is exactly as easy to embed my unique MAC
>address
>>> in an Internet transaction as it is to embed my unique Pentium-III CPU ID
>>> in an Internet transaction.  Any software which will go to the trouble to
>>> fetch the unique CPU identifier and send it over the network to identify
>me
>>> could just as easily be written TODAY to use a MAC address for exactly
>the
>>> same purpose.  The CPU identifier is not significantly different in
>concept
>>> from the MAC address, and yet there has not been a hue and cry to boycott
>>> NIC manufacturers.
>>
>>Ho wmany home users ar LAN connected to the internet?
>>oh, yeah, that's right, they dial up with a modem; no getting a MAC
>>address from a machine that does not have one.
>>
>>>
>>> >And what do you mean get over it???  This kind of personal information
>>> >is valuable.  Business are willing to pay for it.  This kind of
>>> >behavior IS DOWNRIGHT THEFT!!!
>>>
>>> But whatever they could do with a CPU ID, they are probably already doing
>>> with a MAC address.  It is just as good as a unique identifier.  "Get
>over
>>> it" is exactly the right attitude.
>>
>>Can you explain how they would be getting a MAC address from my friends'
>>NIC-less pc?
>>
>>A MAC address is not as good, in any event. NICs get changed mor often
>>than cpus (in most cases). IIRC MAC addresses can be changed, and there
>>have been cases of MAC addresses beinf reused?
>
>


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

From: Enbugger <enbugger@usa./NO-SPAM/net>
Crossposted-To: hk.comp.os.linux,hk.comp.pc
Subject: Re: ne.o & 3c509.o compiled ???
Date: Sat, 20 Mar 1999 04:08:08 +0800



"比卡超" wrote:
> 
> Thank you for giving me the reference Homepage:
> http://www.redhat.com/support/docs/rhl/kernel-2.2/kernel2.2-upgrade-5.html#s
> s5.2
> 
> Actually, I tried to follow a book's instruction to build the kernel.
> After having a look on the Homepage,I find that I miss 3 procedures:
>     make mrproper
> 
>     cp /usr/src/linux-2.2.3/System.map /boot/System.map-2.2.3

>     # put the kernel in the /boot partition/directory.
>     cd /boot
>     rm System.map
>     ln -s System.map-2.2.3 System.map
> 
>     mkinitrd /boot/initrd-2.2.1.img 2.2.1
> 
> Also, I cannot find 1). System.map-2.2.3
>                     2). initrd-2.2.3 by using the command:
>     find / -name System.map-2.2.3 -print
> 
> How can I do this 3 procedures now ?
> Will it be too late for me the above procedure now ?
> 

If you do this
    cp /usr/src/linux-2.2.3/System.map /boot/System.map-2.2.3
you will have /boot/System.map-2.2.3, so you can
    cd /boot
    rm System.map
    ln -s System.map-2.2.3 System.map

The command line
    mkinitrd /boot/initrd-2.2.1.img 2.2.1
should be
    mkinitrd /boot/initrd-2.2.3.img 2.2.3
for version 2.2.3
(The example in the RedHat kernel update document is for ver 2.2.1.)

> I have chosen [Y] for 1). NE2000 NIC support
>                       2). 3Com NIC support in the make xconfig procedure !
> P.S.
> I use NE2000(ISA) and 3Com 3c905(PCI) as eth0 and eth1, respectively.
> 
> Do I need to use the file /etc/conf.modules now ?
>

If you compile the ethernet drivers into the kernel by selecting
[Y] instead of [M], you need not load them as modules in conf.modules.

>
> How can I know if there are really be compiled in the kernel image ?
> When I enter dmesg | grep eth
> it report:
>     eth0: 3Com 3c905 Boomerang 100baseTx at 0x6000, 00:60:97:a1:f7:9d, IRQ
> 11
> P.S.
> 3Com(PCI) can be detected and change from eth1 to eth0.
>

It seems that your new kernel can only detect the 3Com card but cannot
find the NE2000 card.  

To solve the problem, you may check if there is IRQ / IO conflict in your
system with the NE2000 card.

If not, try to specify the IRQ / IO_ADDR of the NE2000 
by adding

  append="linux eth0=0x300,5"

in the section of the new kernel in /etc/lilo.conf
where 0x300,5 is the IO address and IRQ of your NE2000 resp.
Of course, make sure you have selected [Y] for NE2000 and
then do 
  lilo -v 
again and re-boot. 
 
> >Can you actually use the ethernet by running the
> >new kernel?
> 
> No, I don't think so.
> I can notice eth0 when I enter ifconfig -a.
> But actually, I use NE2000 NIC for my ethernet LAN.
> So, the LAN is completely dead now :.<
> 
> Please keep Helping !!!
> Thank you !
>

Ref.
[ ftp://ftp.cs.cuhk.edu.hk/pub/Linux/docs/HOWTO/mini/Modules ]
 

Hope these all help.
Good luck! ^_^

> Enbugger 撰寫於文章 <7ctuhj$kss$[EMAIL PROTECTED]>...
> >Have you re-built the initrd image by using
> >mkinitrd ?
> >
> >If you have set
> >[Y] in both 3com NIC support and NE2000
> >[Y] Enable IPv4 packet forwarding
> >when building the kernel, they are already
> >compiled into the kernel image.
> >
> >You can check the eth drivers by
> >dmesg |grep eth
> >
> >Can you actually use the ethernet by running the
> >new kernel?
> >
> >
> >
> >HTH
> >
> >"比卡超" wrote:
> >>
> >> I have done this la !
> >>
> >> Enbugger 撰寫於文章 <7ctncl$l52$[EMAIL PROTECTED]>...
> >> >I am not sure if you are using RedHat.
> >> >If you are, please refer to this document for
> >> >version 2.2 kernel upgrade:
> >> >
> >> >http://www.redhat.com/support/docs/rhl/kernel-2.2/kernel2.2-upgrade.html
> >> >
> >> >Hints:
> >> >Have you done:
> >> >  make modules
> >> >and
> >> >  make modules_install
> >> >?
> >> >
> >> >"比卡超" wrote:
> >> >>
> >> >> Before, I haven't build the kernel.
> >> >> I need to prepare the file /etc/conf.modules:
> >> >>
> >> >> alias eth0 ne
> >> >> options ne io=0x300
> >> >> alias eth1 3c59x
> >> >>
> >> >> And today, I try to build the kernel.
> >> >> I have chosen the [Y] in both 3com NIC support and NE2000 support.
> >> >> So, I won't got this two modules(ne.o and 3c59x.o) any more during
> >> building.
> >> >> Then, the problem happened !!!
> >> >> On starting:
> >> >> ...
> >> >> Enable IPv4 packet forwarding.
> >> >> modprobe: can't locate module net-pf-5
> >> >> ...
> >> >> eth1: unknown interface.     (NE2000 NIC change from eth0 to eth1)
> >> >> modprobe: can't locate module net-pf-5
> >> >>
> >> >> What's more, I try to copy back the files:
> >> >>     ne.o       to /lib/modules/2.2.3/net/ne.o
> >> >>     3c59x.o to /lib/modules/2.2.3/net/3c59x.o
> >> >>
> >> >> Then the system report:
> >> >> ...
> >> >> modprobe: can't locate module net-pf-5
> >> >> insmod: /lib/modules/2.2.3/net/3c59x.o: kernel module version mismatch
> >> >>              /lib/modules/2.2.3/net/3c59x.o was compiled for kernel
> >> version
> >> >> 2.0.36 while this kernel is version 2.2.3.
> >> >> eht1: unknown interface.
> >> >> modprobe: can't locate module net-pf-5
> >> >> ...
> >> >>
> >> >> What should I do now, is that supports been compiled to kernel yet ???
> >> >> I have chosen [Y] for these 2 NIC support already !!!
> >> >> Would you please offer your Kindly Help ?
> >> >
> >> >--
> >> >Enbugger
> >> >
> >> >p.s. Remove /NO-SPAM/ for e-mail.
> >
> >--
> >Enbugger
> >
> >p.s. Remove /NO-SPAM/ for e-mail.

-- 
Enbugger

p.s. Remove /NO-SPAM/ for e-mail.

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

From: "Mario Schrijver" <[EMAIL PROTECTED]>
Crossposted-To: 
apana.lists.os.linux.kernel,apana.lists.os.linux.ppp,apana.lists.os.linux.redhat,at.fido.linux,comp.os.linux.development.system,comp.os.linux.hardware,comp.os.linux.portable,comp.os.linux.setup,de.comp.os.unix.linux.hardw
Subject: pcmcia freezes me to death
Date: 19 Mar 1999 20:11:22 GMT

Hi,


I,ve got a Micropoint Iliission with the pcmcia-cs-3.0.8 module combined
with 2.2.3 Linux Kernel. Starting PCMCIA freezes the machine.

probe -m shows an i82365 like pcmcia chipset in my machine. Still, loading
the modules by hand shows that all other related modules don't cause a
crash, but the i82365 does

When i relay the output to logfiles it only shows the module going in  for a
restart... and then it stops.


 How to debug this?

Anyone has a clue how to handle this.?


Regards,


Mario Schrijver



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

From: John Hasler <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: For all you Nicrosoft lovers
Date: 19 Mar 1999 20:11:26 GMT

Rufus V. Smith writes:
>The point is that sometimes innocent people need their privacy.

doole writes:
> From Authorities? Why??

"Authorities" with a capital "A", eh?  Who do you think these "Authorities"
are, God?  Why should the fact that someone is employed by one of those
organizations that you label an "Authority" give him the right to read my
private files?
-- 
John Hasler                This posting is in the public domain.
[EMAIL PROTECTED]            Do with it what you will.
Dancing Horse Hill         Make money from it if you can; I don't mind.
Elmwood, Wisconsin         Do not send email advertisements to this address.

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

From: "Gary" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.advocacy,comp.os.linux.hardware,linux.redhat.install
Subject: Re: Advise please re RedHat 5.2 and my install....
Date: 19 Mar 1999 20:11:28 GMT

Hi Martin and Greg,
Thanks for both your replies... I will break the seal and see what
happens... I'd like to add a 4th question if you don't mind... namely I
already have Windows NT installed on my dual processor system, and have a
free partition on my HD... would Linux be able to coexist on the same HD
with NT, could I stick it in partition 4 and have it leave NT relatively
untouched? Anyway, while waiting for your reply, I'll be opening the seal
and trying to figure out which of the 4 enclosed Linux books to try
reading/printing (thank god for fast autoduplexing laser printers).

Thanks




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

From: [EMAIL PROTECTED] (M. Buchenrieder)
Crossposted-To: 
comp.os.linux,comp.os.linux.hardware,comp.os.linux.help,comp.os.linux.questions
Subject: Re: EtherNet Card Problems
Date: 19 Mar 1999 20:14:27 GMT

"destiny" <[EMAIL PROTECTED]> writes:

[...]

>  eth0: Interrupted while Interrupts are masked! isr0x0 imr 0x0

>My current setup is an AMD K6 233 CPU with 128M ram.
>eth0 is a Linksys EtherPCI LAN Card II at irq 5, io 6100
                                           ^^^^^
>eth1 is a 3Com  3C905B (PCI) at irq 5, io 6000
                                 ^^^^^
[...]

Put one of them onto a different IRQ and try again. While the PCI
architecture allows proper IRQ sharing , not all the Linux
drivers do as well.

Michael
-- 
Michael Buchenrieder * [EMAIL PROTECTED] * http://www.muc.de/~mibu
          Lumber Cartel Unit #456 (TINLC) & Official Netscum
    Note: If you want me to send you email, don't munge your address.

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

From: [EMAIL PROTECTED] (John R. Campbell)
Crossposted-To: alt.os.linux,comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: For all you Microsoft lovers (now about security)
Date: 19 Mar 1999 20:14:29 GMT
Reply-To: [EMAIL PROTECTED]

On Sun, 14 Mar 1999 20:44:24 GMT, John Hasler <[EMAIL PROTECTED]> wrote:
>doole writes:
>>Rufus V. Smith writes:
>>>The point is that sometimes innocent people need their privacy.
>> From Authorities? Why??
>
>"Authorities" with a capital "A", eh?  Who do you think these "Authorities"
>are, God?  Why should the fact that someone is employed by one of those
>organizations that you label an "Authority" give him the right to read my
>private files?

        Perhaps, if there is no need for *any* form of privacy, we
        should all send our messages via postcard, using the most
        efficiently OCR'd font possible, so that the "Authorities"
        know that we're knuckling under.

        As for "Authorities", who do you trust?  All organizations
        that *I* know of are composed of human beings.  If any of
        them took an interest in me I would not like to have all of
        my life open for examination...

        Remember what McCarthy taught us all in the fifties-  even
        someone with a "clean" record can have it mis-interpreted
        and twisted to suit an "Authorities" goals.

        The Bill of Rights in the US isn't just a good idea-  It's
        the law (all of which are threatening to the "Powers that Be"
        which explains why they are all threatened).

        As for Linux, it'd be interesting to have a physical key (like
        a PCMCIA slot in the front panel) for a PGP decryptor card so
        that we can have encrypted filesystems, though I'd be concerned
        that such a device can be "spoofed" (though an Open Source
        environment is much like a "free society"-  I can protect others
        because I'm protecting myself).

        Now...

        Have I muddied the waters enough?

-- 
 John R. Campbell           Speaker to Machines                 [EMAIL PROTECTED]
 - As a SysAdmin, yes, I CAN read your e-mail, but I DON'T get that bored!
   Disclaimer:  All opinions expressed are those of John Campbell alone and
                do not reflect the opinions of his employer(s) or lackeys
                thereof.  Anyone who says differently is itching for a fight!


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


** 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