Linux-Networking Digest #253, Volume #12         Tue, 17 Aug 99 02:13:32 EDT

Contents:
  Re: network neightborhood for linux? ("Dr. Al Bento")
  Cable Modems (Simon Pallister)
  2nd NIC Problem (Mark Jablonski)
  NFS start errors (Phil Young)
  re: NT equivalent to Unix /etc/hosts (Jeff Brown)
  Initializing Networking ([EMAIL PROTECTED])
  Re: samba confusion w. Win98 ("Jeff Hall")
  Re: Newbie and Ethernet Card ([EMAIL PROTECTED])
  I have some sort of permission problem with samba ("Jeff Hall")
  Re: SOHOware and IP Masq (Richard Petty)
  NT apps freezing when simultateously accessed by 95 (Don Nicholson)
  Re: Need help with Ethernet on Sharp A250 notebook (Edwin TAM)
  Caldera gurus,help please! ("Gregory F. Borzecki")
  Is Integrated Ethernet Card on Compaq Deskpro 5133 Linux Compatible? ("Drew")
  Re: pppd in 'setuid-root' mode (John Hasler)
  Re: help!! lynx =--> metamail: Can't open temporary file! (Mike)
  Re: Firewall + Linux ("Scott Simpson")
  Win95 + Red Hat ISP (Andrew Winegar)
  Apache User's Directory (Jack Cheng)
  I have some sort of permission problem with samba (Simon Pallister)
  Re: RedHat 5.2: Using TAR to backup Windows files (hawkwynd)

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

From: "Dr. Al Bento" <[EMAIL PROTECTED]>
Subject: Re: network neightborhood for linux?
Date: Tue, 17 Aug 1999 01:52:11 GMT

Use TkSmb. You can download it from
http://www.rt.mipt.ru/frtk/ivan/TkSmb/

Al

Flavio Diomede wrote:
> 
> Tero Hakala wrote:
> 
> > I run a linux(debian) machine connected to a big windows network. Is there some
> > nice software I could use to browse the network (smb) shares like with network
> > neightborhood tool in windows?
> > I have samba installed and manually I can access those files but some nice browsing
> > utility would make life much easier..
> 
> This is what smbmount is for.  It can be used the same way as mount for NFS
> connections.  All you need then is a nice file manager like GMC and then you can see
> your files on the Windows shares.  Here is a sample output of the command.
> Go to www.samba.org and read the documentation.  Also recommended the LDP files
> (http://www.redhat.com/mirrors/LDP/ is a good place to start).
> 
> $ smbmount
> Usage: smbmount service <password> [-p port] [-d debuglevel] [-l log]
> Version 2.0.3
> 
>  -p port               connect to the specified port
>  -d debuglevel         set the debuglevel
>  -l log basename.      Basename for log/debug files
>  -n netbios name.      Use this name as my netbios name
>  -N                    don't ask for a password
>  -m max protocol       set the max protocol level
>  -I dest IP            use this IP to connect to
>  -E                    write messages to stderr instead of stdout
>  -U username           set the network username
>  -W workgroup          set the workgroup name
>  -c command string     execute semicolon separated commands
>  -t terminal code      terminal i/o code {sjis|euc|jis7|jis8|junet|hex}
>  -D directory          start from directory
> 
> --F.

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

From: Simon Pallister <[EMAIL PROTECTED]>
Subject: Cable Modems
Date: Mon, 16 Aug 1999 21:06:47 +1700

I can only speak for my cable provider (here in Australia) 
but whilst they themselves don't support Linux (or even NT 
Server!!) there is a great cable community and there are a 
number of login clients that people have written for Linux 
(and are much better than anything provided by the ISP). 
You might want to ask them if they know of any like this.

* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!


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

From: [EMAIL PROTECTED] (Mark Jablonski)
Subject: 2nd NIC Problem
Date: Tue, 17 Aug 1999 01:42:02 GMT

Does anyone actually have a definitive solution to this 2nd NIC
issue...?  I have tried every solution posted to this problem and
STILL no luck getting a second NIC up on a Linux 2.2 kernel.

Here is my situation:  I have an ISA smc ultra card configured as eth0
io=300 irq=10 which works fine. I have an additional PCI Intel express
(drivers are already compiled into the 2.2 kernel...) which the OS
refuses to recognize at the hardware level so it obviously won't come
up as eth1, although that is the desired outcome! 

Here is are my attempted fixes:  I have added these lines in the
/etc/conf.module file:

# /etc/conf.modules
alias eth0 smc-ultra 
alias eth1 eexpress
options eexpress irq=12

Then rebooted... 
. 
"A swing and a miss, STRIKE 1!".

I then tried to pass append="ether=0,0,eth1" within my lilo.conf file
in an attempt to have the system continue to probe for a second card
at boot time.  
STRIKE 2!

I then decided to just go and get a cheap NE2000 card, program the
eprom to a base address of 220 and the IRQ at 11. I made damn sure
nothing else was using those resources to avoid conflicts as well.  I
then updated my  /etc/conf.module file as follows:

# /etc/conf.modules
alias eth0 smc-ultra 
alias eth1 eexpress
options ne io=220 irq=11

oh yeah removed the previous boot argument from my lilo.conf before I
rebooted.

Streeeeeeeerike 3!

There must be something I missing here....can anyone help?



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

From: Phil Young <[EMAIL PROTECTED]>
Subject: NFS start errors
Date: Mon, 16 Aug 1999 20:47:10 -0700

I'm running RH 5.2 with KDE 1.1.1

When I try to start NFS I get the following message:
Starting NFS services: rpc.mountd Cannot register service: RPC: Unable
to send; errno = Network is unreachable

rpc.nfsd does the same thing.

My exports file is as follows:
/mnt/cdrom/RedHat/RPMS    (ro,insecure)

Phil


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

From: [EMAIL PROTECTED] (Jeff Brown)
Subject: re: NT equivalent to Unix /etc/hosts
Date: Tue, 17 Aug 99 03:16:20 GMT

The answer is yes. Depending on the install directory the hosts file is found 
in INSTALLDIR\system32\drivers\etc


Hope this helps

Jeffery Brown

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

From: [EMAIL PROTECTED]
Subject: Initializing Networking
Date: Tue, 17 Aug 1999 02:14:30 GMT

I installed Red Hat 6 without networking support. Now, I installed a
CNET PRO120B 10/100 card and don't know where to start to get it
detected. If possible, please make explanations thorough as I am quite
new. Thanks for any responses.

TomN


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

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

From: "Jeff Hall" <[EMAIL PROTECTED]>
Subject: Re: samba confusion w. Win98
Date: Mon, 16 Aug 1999 21:35:54 -0700

On your windows cdrom in x:\tools\mtsutil(substitute your cdrom letter for
x)  there are some files, one of which is ptxt_on.inf. Right click on this
file, bringing up the context menu. Select Install. This modifies your
registry to use plain text passwords.
-RoboCoder-

exerpted from your message:


>I suspect that there is some sort of conflict between the Windows
encryption
>and Linux plain-text password acceptence. Should the regedit.exe be altered
>or set the server to accept plain-text passwords? Thanks in advance.
>
>J. Flechtner
>



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

From: [EMAIL PROTECTED]
Subject: Re: Newbie and Ethernet Card
Date: Tue, 17 Aug 1999 05:13:36 GMT

Becker's page is actually where I got the driver from.  His compilation
instructions didn't work for me, the paths were all wrong (maybe I'm
using a different distribution?).  I used to compilation instructions
for the device module source code directly from the source code
(comments at the end).  I then used Becker's instructions : "insmod
rtl8139.o", and it tells me the "device or resource is busy".  I think
I am going to read up on compiling stuff into the kernel.

Thanks for the help!

Peace,
Joe

In article <[EMAIL PROTECTED]>,
  Tim Moore <[EMAIL PROTECTED]> wrote:
> Most drivers have different compilation paths if compiled directly
into
> the kernel versus as a module.  Donald Becker's page has detailed
> compilation instructions.
>
> http://cesdis.gsfc.nasa.gov/linux/
>
> --
> timothymoore    "Everything is permitted.  Nothing is forbidden."
> bigfoot                                            WS Burroughs.
> com
>


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

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

From: "Jeff Hall" <[EMAIL PROTECTED]>
Subject: I have some sort of permission problem with samba
Date: Mon, 16 Aug 1999 21:43:20 -0700

I've got as far as being able to map a service(/home/public) on my linux
samba server to a drive on my windoz 98 machine. I set the all the
permissions on the linux side for the directory, yet I cannot to write to
the service on the windoz side without a permission denied message.

Thanks,
-RoboCoder-




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

From: [EMAIL PROTECTED] (Richard Petty)
Subject: Re: SOHOware and IP Masq
Date: Mon, 16 Aug 1999 17:59:01 GMT

You probably shouldn't use an HTML email editor for posting to newsgroups.
No one's going to respond to something as hard to read as your post.

Sometimes, you can turn off the HTML features of an email editor on a
letter per letter basis.

Good luck,

--Richard



In article <[EMAIL PROTECTED]>,
Eric Rouse <[EMAIL PROTECTED]> wrote:

>--------------=_4D48008ED924089A0598
>Content-Description: filename="text1.txt"
>Content-Type: text/plain; charset=ISO-8859-1
>Content-Transfer-Encoding: quoted-printable
>
>I've been looking at the network starter kit from SOHOWare. See the=20
>web site at http://www.sohoware.com/index.htm=20
>My question is: has any one used these cards before?  I'm planning on=20
>buying the ISA based kit since the system I'm going to put the=20
>firewall on is an older system with two free ISA slots. (there=20
>actually are PCI slots in that system but only one is free)
>Regards,
>Eric
>
>
>--------------=_4D48008ED924089A0598
>Content-Description: filename="text1.html"
>Content-Type: text/html
>Content-Transfer-Encoding: quoted-printable
>
><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
><HTML>
><HEAD>
>        <TITLE>SOHOware and IP Masq</TITLE>
>        <META NAME=3D"GENERATOR" CONTENT=3D"StarOffice/5.1 (Linux)">
>        <META NAME=3D"CREATED" CONTENT=3D"19990815;9283300">
>        <META NAME=3D"CHANGEDBY" CONTENT=3D"Eric Rouse">
>        <META NAME=3D"CHANGED" CONTENT=3D"19990815;9361700">
></HEAD>
><BODY>
><P>I've been looking at the network starter kit from SOHOWare. See the
>web site at <A HREF=3D"http://www.sohoware.com/index.htm">http://www.soh=
>oware.com/index.htm</A>
></P>
><P>My question is: has any one used these cards before?  I'm planning
>on buying the ISA based kit since the system I'm going to put the
>firewall on is an older system with two free ISA slots. (there actually
>are PCI slots in that system but only one is free)</P>
><P>Regards,</P>
><P>Eric</P>
></BODY>
></HTML>
>
>--------------=_4D48008ED924089A0598--

-- 
Spam deterent: Remove the "bogus" part for a correct address.

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

From: Don Nicholson <[EMAIL PROTECTED]>
Crossposted-To: redhat.networking.general
Subject: NT apps freezing when simultateously accessed by 95
Date: Mon, 16 Aug 1999 22:30:59 GMT

Hello!  Trying to resolve a bit of an anomoly here.

Have Samba setup on latest Red Hat, and am able to access Paradox tables 
(via the BDE) with no problem, under Windows 95.  We even got 98 working 
once password encrption was disabled (primary login is via Novell).  The 
problem arises when NT (4.0, sp3) comes in --- On its own, it can access 
everything fine (Note that we did have to turn off opportunistic locking in 
Samba in order for the paradox.net, and the .lck files to be properly 
shareable).  However, when NT and 95 access the tables simulateously, the 
NT app freezes up, and must be forced closed.  The 95 app has no problem.

We are assuming the problem therefore lies with NT, and the method by which 
it is implementing locking, but am not sure as to what to do next...

Thanks,


Don.




==================  Posted via CNET Linux Help  ==================
                    http://www.searchlinux.com

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

From: Edwin TAM <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.portable,comp.os.linux.hardware,comp.os.linux.help
Subject: Re: Need help with Ethernet on Sharp A250 notebook
Date: Tue, 17 Aug 1999 12:33:40 +0800

Hi there,

I finally manage to get rid of the SIOCSIFFLAGS error, and brought the
interface up, however, the LAN port is not sending or receiving
anything, kernel reported TX error.

Apparently, the SIOCSIFFLAGS error comes from the PCI probing routine
(rtl8139_probe1) in the driver that it cannot determine the correct IRQ
for the LAN interface, traces from kernel debug showed that it found an
IRQ 0, which from Windowze reported it should be IRQ 9. So I hardcoded
(yes, cause the irq=9 kernel module option is not working, too :-) it
into the driver and recompile the kernel module.

That's it but the Rx, Tx Error problem still needed to be investigated.

Edwin

> Edwin TAM wrote:

> > However, I can't get neither the modem, sound nor Network to work. It
> > has a Realtek RTL8139A PCI Fast Ethernet NIC built-in and I have tried
> > the version 1.80a driver (written by Donald Becker)  rtl8139.c without luck.
> >
> > Whenever I try to 'ifconfig eth0 up', it gives me the following message:
> >
> > SIOCSIFFLAGS: Resource temporarily unavailable
> >
> > I can ping localhost and ping the self IP address and has no problem,
> > but the eth0 interface is never up and running.
> >
> > I can live without its sound nor modem, but the LAN is a must.
> >


-- 
---
Edwin TAM

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

Date: Tue, 17 Aug 1999 00:46:46 -0400
From: "Gregory F. Borzecki" <[EMAIL PROTECTED]>
Subject: Caldera gurus,help please!

    Hi there.
I Just installed Caldera 2.2 and I have a problem. It is the headless
server, but it will not allow any connection from the other hoasts. I
tried to start remote X-session, telnet and ftp. Each time connection is
beeing refused by my headless machine. Does anyone know what gives. Is
Caldera 2.2 so "secure" that it wont allow for any incoming connection.
Which files I should edit? Thanx for any help.
Greg



  -----------== Posted via Newsfeeds.Com, Uncensored Usenet News ==----------
   http://www.newsfeeds.com       The Largest Usenet Servers in the World!
======== Over 73,000 Newsgroups = Including  Dedicated  Binaries Servers =======

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

From: "Drew" <[EMAIL PROTECTED]>
Subject: Is Integrated Ethernet Card on Compaq Deskpro 5133 Linux Compatible?
Date: Tue, 17 Aug 1999 05:24:09 GMT

I'm thinking of picking up a Compaq Deskpro 5133 with an Integrated 32-Bit
PCI Ethernet Controller.  Does anyone know if this integrated Ethernet card
is Linux compatible?  I'm on a student's budget and I don't want to spend
more than I have to.  Thanks.

Drew

California



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

From: John Hasler <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: pppd in 'setuid-root' mode
Date: Tue, 17 Aug 1999 03:43:39 GMT

W.G. Unruh writes:
> They need direct access to the port since that is where the date is
> written to and read from. And since an suid pppd program gets rid of its
> root uid as quickly as possible (it is really only needed to set up
> routes I think)...

pppd opens the serial port as root.

> ...and since chat never has root permission,...

chat never needs root.  It talks only to its standard input and standard
output.

> ...the users HAVE to be able to write to that port.

They do not.
-- 
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: Mike <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: help!! lynx =--> metamail: Can't open temporary file!
Date: Mon, 16 Aug 1999 21:40:59 -0700

On Sun, 15 Aug 1999, Yorkshire (just unmunge me to mail me wrote:
>Fresh Install of Mandrake 6
>
>>[admin@helium admin]$ lynx
>>metamail: Can't open temporary file!
>
>any clues?
>what temporary file? 
>where?
>
>
        Had the same problem.  I went to the home directory (ie /home/bob/) and
made a tmp dir....... cd /home/bob   mkdir tmp.  Now lynx works.  Apparetly it
was trying to write a temporary file to a directory named tmp.  

[EMAIL PROTECTED]    (no no no !'s to email me)


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

From: "Scott Simpson" <[EMAIL PROTECTED]>
Subject: Re: Firewall + Linux
Date: Mon, 16 Aug 1999 21:35:55 -0700


Luc Luyckx <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Does anyone have real experience and/or documentation in setting up and
> maintaining a Firewall on a Linux box.

Uhhh...See http://home.earthlink.net/~simpson3.





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

From: Andrew Winegar <[EMAIL PROTECTED]>
Crossposted-To: linux.redhat.ppp
Subject: Win95 + Red Hat ISP
Date: Mon, 16 Aug 1999 22:33:27 -0700

I'm having real problems with my ext US robotics 56k getting ppp with
inreach (orange county,CA) and am thinking of changing ISP
Anyone know of a California ISP who support both OS without charging and
arm and leg.


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

From: [EMAIL PROTECTED] (Jack Cheng)
Crossposted-To: comp.os.linux.misc,comp.os.linux.setup,tw.bbs.comp.linux
Subject: Apache User's Directory
Date: Tue, 17 Aug 1999 13:25:00 +0900

Hello, 

I have a question about the Apache using symbol link, let's say /home/jack 
was moved to /data/home/jack, and I created a symbol link to the root 
directory with the command :

        ln -s /data/home /home


So, the user's home directory will point to the new location 
(/data/home/jack).


But I get a error messages

        jack@localhost>lynx localhost/~jack

        HTTP/1.1 403 Forbidden
        You don't have permission to access /~jack on this server.

How can I fix the problem, or can I use the symbol link in Apache?

BTW, I using the RH6.0 and Apache-1.3.6-7

Best Regard
Jack Cheng

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

From: Simon Pallister <[EMAIL PROTECTED]>
Subject: I have some sort of permission problem with samba
Date: Mon, 16 Aug 1999 22:10:01 +1700

make sure you have writeable = yes in your smb.conf for 
this share.



* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!


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

From: hawkwynd <[EMAIL PROTECTED]>
Subject: Re: RedHat 5.2: Using TAR to backup Windows files
Date: Tue, 17 Aug 1999 03:58:33 GMT


> Do you have a tape drive on hawkwynd, or do you simply plan on dumping
> everything in a disk file?  You may want to look at the smbtar command,
> which simplifies backup tasks like this a bit, though at the cost of
> giving you access to fewer of tar's options.  I suggest that you futz
> around with smbtar (or smbmount and tar) until you get the results you
> like, then just dump all the commands you used in a file and make it
> executable.  That's your script.  You can then drop that script in
> /etc/cron.daily to have that script run every night at (IIRC) 1:00 AM.  If
> you want to set it up to do a weekly backup and incremental backups other
> days, you could create two scripts and learn a bit more about cron
> scheduling.

        Thank you for your reply. I think I can find my way to a solution
from here. 

        I don't have a tape drive for the //hawkwynd machine, but will be
getting a 4/8 travan tape drive (scsi) in the near future. For now, it
will be to hard disk, but not for long.




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


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